xref: /netbsd/external/bsd/pcc/include/config.h (revision be3a3d34)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Using a.out ABI */
5 /* #undef AOUTABI */
6 
7 /* Define path to alternate assembler */
8 /* #undef ASSEMBLER */
9 
10 /* Using Classic 68k ABI */
11 /* #undef CLASSIC68K */
12 
13 /* Using COFF ABI */
14 /* #undef COFFABI */
15 
16 /* Define path to alternate compiler */
17 /* #undef COMPILER */
18 
19 /* Using ECOFF ABI */
20 /* #undef ECOFFABI */
21 
22 /* Using ELF ABI */
23 #define ELFABI
24 
25 /* Define to 1 if you have the `basename' function. */
26 #define HAVE_BASENAME 1
27 
28 /* Define to 1 if printf supports C99 size specifiers */
29 #define HAVE_C99_FORMAT 1
30 
31 /* Define to 1 if your compiler supports C99 variadic macros */
32 #define HAVE_CPP_VARARG_MACRO_GCC 1
33 
34 /* Define to 1 if you have the `ffs' function. */
35 #define HAVE_FFS 1
36 
37 /* Define to 1 if you have the `getopt' function. */
38 #define HAVE_GETOPT 1
39 
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #define HAVE_INTTYPES_H 1
42 
43 /* Define to 1 if you have the <libgen.h> header file. */
44 #define HAVE_LIBGEN_H 1
45 
46 /* Define to 1 if you have the <malloc.h> header file. */
47 #define HAVE_MALLOC_H 1
48 
49 /* Define to 1 if you have the <memory.h> header file. */
50 #define HAVE_MEMORY_H 1
51 
52 /* Define to 1 if you have the `mkstemp' function. */
53 #define HAVE_MKSTEMP 1
54 
55 /* Define to 1 if you have the `snprintf' function. */
56 #define HAVE_SNPRINTF 1
57 
58 /* Define to 1 if you have the <stdint.h> header file. */
59 #define HAVE_STDINT_H 1
60 
61 /* Define to 1 if you have the <stdlib.h> header file. */
62 #define HAVE_STDLIB_H 1
63 
64 /* Define to 1 if you have the <strings.h> header file. */
65 #define HAVE_STRINGS_H 1
66 
67 /* Define to 1 if you have the <string.h> header file. */
68 #define HAVE_STRING_H 1
69 
70 /* Define to 1 if you have the `strlcat' function. */
71 #define HAVE_STRLCAT 1
72 
73 /* Define to 1 if you have the `strlcpy' function. */
74 #define HAVE_STRLCPY 1
75 
76 /* Define to 1 if you have the `strtold' function. */
77 #define HAVE_STRTOLD 1
78 
79 /* Define to 1 if you have the <sys/stat.h> header file. */
80 #define HAVE_SYS_STAT_H 1
81 
82 /* Define to 1 if you have the <sys/types.h> header file. */
83 #define HAVE_SYS_TYPES_H 1
84 
85 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
86 #define HAVE_SYS_WAIT_H 1
87 
88 /* Define to 1 if you have the <unistd.h> header file. */
89 #define HAVE_UNISTD_H 1
90 
91 /* Define to 1 if you have the `vfork' function. */
92 #define HAVE_VFORK 1
93 
94 /* Define to 1 if you have the `vsnprintf' function. */
95 #define HAVE_VSNPRINTF 1
96 
97 /* Define if host is BIG endian */
98 /* #undef HOST_BIG_ENDIAN */
99 
100 /* Define if host is LITTLE endian */
101 /* #define HOST_LITTLE_ENDIAN  */
102 
103 /* lex is flex */
104 #define ISFLEX 1
105 
106 /* Define alternate standard lib directory */
107 /* #undef LIBDIR */
108 
109 /* Define path to alternate linker */
110 /* #undef LINKER */
111 
112 /* Using Mach-O ABI */
113 /* #undef MACHOABI */
114 
115 /* Define to the address where bug reports for this package should be sent. */
116 #define PACKAGE_BUGREPORT "<pcc-list@ludd.ltu.se>"
117 
118 /* Define to the full name of this package. */
119 #define PACKAGE_NAME "pcc"
120 
121 /* Define to the full name and version of this package. */
122 #define PACKAGE_STRING "pcc 0.9.9 [20100603]"
123 
124 /* Define to the one symbol short name of this package. */
125 #define PACKAGE_TARNAME "pcc"
126 
127 /* Define to the version of this package. */
128 #define PACKAGE_VERSION "0.9.9"
129 
130 /* Major version no */
131 #define PCC_MAJOR 0
132 
133 /* Minor version no */
134 #define PCC_MINOR 9
135 
136 /* Minor minor version no */
137 #define PCC_MINORMINOR 9
138 
139 /* Using PE/COFF ABI */
140 /* #undef PECOFFABI */
141 
142 /* Define path to alternate preprocessor */
143 #define PREPROCESSOR "pcpp"
144 
145 /* Define to 1 if you have the ANSI C header files. */
146 #define STDC_HEADERS 1
147 
148 /* Define alternate standard include directory */
149 /* #undef STDINC */
150 
151 /* Define if target defaults to BIG endian */
152 /* #undef TARGET_BIG_ENDIAN */
153 
154 /* Define if target defaults to LITTLE endian */
155 /* #define TARGET_LITTLE_ENDIAN 1 */
156 
157 /* Target OS */
158 #define TARGOS netbsd
159 
160 /* Target OS version */
161 #define TARGOSVER 5
162 
163 /* Enable thread-local storage (TLS). */
164 /* #undef TLS */
165 
166 /* Version string */
167 /* #define VERSSTR "pcc 0.9.9 for i386-unknown-netbsdelf5.99.29, plunky@galant Thu Jun  3 19:37:55 BST 2010" */
168 
169 /* Size of wide character type */
170 #define WCHAR_SIZE 4
171 
172 /* Type to use for wide characters */
173 #define WCHAR_TYPE INT
174 
175 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
176    `char[]'. */
177 /* #undef YYTEXT_POINTER */
178