xref: /netbsd/external/bsd/pcc/include/config.h (revision b3fbf28e)
1 /* config.h.  Generated 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 preprocessor */
17 /* #undef COMPILER */
18 
19 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
20    systems. This function is required for `alloca.c' support on those systems.
21    */
22 /* #undef CRAY_STACKSEG_END */
23 
24 /* Define to 1 if using `alloca.c'. */
25 /* #undef C_ALLOCA */
26 
27 /* Using ECOFF ABI */
28 /* #undef ECOFFABI */
29 
30 /* Using ELF ABI */
31 #define ELFABI
32 
33 /* Define to 1 if you have `alloca', as a function or macro. */
34 #define HAVE_ALLOCA 1
35 
36 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
37    */
38 /* #undef HAVE_ALLOCA_H */
39 
40 /* Define to 1 if you have the `basename' function. */
41 #define HAVE_BASENAME 1
42 
43 /* Define to 1 if printf supports C99 size specifiers */
44 #define HAVE_C99_FORMAT 1
45 
46 /* Define to 1 if your compiler supports C99 variadic macros */
47 #define HAVE_CPP_VARARG_MACRO_GCC 1
48 
49 /* Define to 1 if you have the `ffs' function. */
50 #define HAVE_FFS 1
51 
52 /* Define to 1 if you have the `getopt' function. */
53 #define HAVE_GETOPT 1
54 
55 /* Define to 1 if you have the <inttypes.h> header file. */
56 #define HAVE_INTTYPES_H 1
57 
58 /* Define to 1 if you have the <libgen.h> header file. */
59 #define HAVE_LIBGEN_H 1
60 
61 /* Define to 1 if you have the <malloc.h> header file. */
62 /* #undef HAVE_MALLOC_H */
63 
64 /* Define to 1 if you have the <memory.h> header file. */
65 #define HAVE_MEMORY_H 1
66 
67 /* Define to 1 if you have the `mkstemp' function. */
68 #define HAVE_MKSTEMP 1
69 
70 /* Define to 1 if you have the `snprintf' function. */
71 #define HAVE_SNPRINTF 1
72 
73 /* Define to 1 if you have the <stdint.h> header file. */
74 #define HAVE_STDINT_H 1
75 
76 /* Define to 1 if you have the <stdlib.h> header file. */
77 #define HAVE_STDLIB_H 1
78 
79 /* Define to 1 if you have the <strings.h> header file. */
80 #define HAVE_STRINGS_H 1
81 
82 /* Define to 1 if you have the <string.h> header file. */
83 #define HAVE_STRING_H 1
84 
85 /* Define to 1 if you have the `strlcat' function. */
86 #define HAVE_STRLCAT 1
87 
88 /* Define to 1 if you have the `strlcpy' function. */
89 #define HAVE_STRLCPY 1
90 
91 /* Define to 1 if you have the <sys/stat.h> header file. */
92 #define HAVE_SYS_STAT_H 1
93 
94 /* Define to 1 if you have the <sys/types.h> header file. */
95 #define HAVE_SYS_TYPES_H 1
96 
97 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
98 #define HAVE_SYS_WAIT_H 1
99 
100 /* Define to 1 if you have the <unistd.h> header file. */
101 #define HAVE_UNISTD_H 1
102 
103 /* Define to 1 if you have the `vsnprintf' function. */
104 #define HAVE_VSNPRINTF 1
105 
106 /* Define if host is BIG endian */
107 /* #define HOST_BIG_ENDIAN */
108 
109 /* Define if host is LITTLE endian */
110 /* #undef HOST_LITTLE_ENDIAN */
111 
112 /* lex is flex */
113 #define ISFLEX 1
114 
115 /* Define alternate standard lib directory */
116 /* #undef LIBDIR */
117 
118 /* Define path to alternate linker */
119 /* #undefine LINKER */
120 
121 /* Using Mach-O ABI */
122 /* #undef MACHOABI */
123 
124 /* Define to the address where bug reports for this package should be sent. */
125 #define PACKAGE_BUGREPORT "<pcc-list@ludd.ltu.se>"
126 
127 /* Define to the full name of this package. */
128 #define PACKAGE_NAME "pcc"
129 
130 /* Define to the full name and version of this package. */
131 #define PACKAGE_STRING "pcc 0.9.9 [20090902]"
132 
133 /* Define to the one symbol short name of this package. */
134 #define PACKAGE_TARNAME "pcc"
135 
136 /* Define to the version of this package. */
137 #define PACKAGE_VERSION "0.9.9"
138 
139 /* Major version no */
140 #define PCC_MAJOR 0
141 
142 /* Minor version no */
143 #define PCC_MINOR 9
144 
145 /* Minor minor version no */
146 #define PCC_MINORMINOR 9
147 
148 /* Using PE/COFF ABI */
149 /* #undef PECOFFABI */
150 
151 /* Define path to alternate preprocessor */
152 #define PREPROCESSOR "pcpp"
153 
154 /* If using the C implementation of alloca, define if you know the
155    direction of stack growth for your system; otherwise it will be
156    automatically deduced at run-time.
157 	STACK_DIRECTION > 0 => grows toward higher addresses
158 	STACK_DIRECTION < 0 => grows toward lower addresses
159 	STACK_DIRECTION = 0 => direction of growth unknown */
160 /* #undef STACK_DIRECTION */
161 
162 /* Define to 1 if you have the ANSI C header files. */
163 #define STDC_HEADERS 1
164 
165 /* Define alternate standard include directory */
166 /* #undef STDINC */
167 
168 /* Define if target defaults to BIG endian */
169 /* #undef TARGET_BIG_ENDIAN */
170 
171 /* Define if target defaults to LITTLE endian */
172 /* #define TARGET_LITTLE_ENDIAN 1 */
173 
174 /* Target OS */
175 #define TARGOS netbsd
176 
177 /* Enable thread-local storage (TLS). */
178 /* #undef TLS */
179 
180 /* Version string */
181 /* #define VERSSTR "pcc 0.9.9 for i386-pc-netbsdelf, greg@sparky Wed Aug 13 22:19:18 EST 2008" */
182 
183 /* Size of wide character type */
184 #define WCHAR_SIZE 4
185 
186 /* Type to use for wide characters */
187 #define WCHAR_TYPE UNSIGNED
188 
189 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
190    `char[]'. */
191 #define YYTEXT_POINTER 1
192