1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
9 /* Define path to alternate assembler */
12 /* Define path to alternate cc2 */
15 /* Using Classic 68k ABI */
21 /* Define path to alternate compiler */
24 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
25 systems. This function is required for `alloca.c' support on those systems.
27 #undef CRAY_STACKSEG_END
29 /* Cross-compiling. */
30 #undef CROSS_COMPILING
32 /* Define to 1 if using `alloca.c'. */
35 /* Enable DWARF debugging output */
44 /* Define to 1 if you have `alloca', as a function or macro. */
47 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
51 /* Define to 1 if printf supports C99 size specifiers */
52 #undef HAVE_C99_FORMAT
54 /* Define to 1 if you have the `ffs' function. */
57 /* Define to 1 if you have the `getopt' function. */
60 /* Define to 1 if you have the <inttypes.h> header file. */
61 #undef HAVE_INTTYPES_H
63 /* Define to 1 if you have the <memory.h> header file. */
66 /* Define to 1 if you have the `mkstemp' function. */
69 /* Define to 1 if you have the `snprintf' function. */
72 /* Define to 1 if you have the <stdint.h> header file. */
75 /* Define to 1 if you have the <stdlib.h> header file. */
78 /* Define to 1 if you have the <strings.h> header file. */
81 /* Define to 1 if you have the <string.h> header file. */
84 /* Define to 1 if you have the `strlcat' function. */
87 /* Define to 1 if you have the `strlcpy' function. */
90 /* Define to 1 if you have the `strtold' function. */
93 /* Define to 1 if you have the <sys/stat.h> header file. */
94 #undef HAVE_SYS_STAT_H
96 /* Define to 1 if you have the <sys/types.h> header file. */
97 #undef HAVE_SYS_TYPES_H
99 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
100 #undef HAVE_SYS_WAIT_H
102 /* Define to 1 if you have the <unistd.h> header file. */
105 /* Define to 1 if you have the `vfork' function. */
108 /* Define to 1 if you have the `vsnprintf' function. */
109 #undef HAVE_VSNPRINTF
111 /* Define if host is BIG endian */
112 #undef HOST_BIG_ENDIAN
114 /* Define if host is LITTLE endian */
115 #undef HOST_LITTLE_ENDIAN
117 /* Define alternate standard lib directory */
123 /* Define path to alternate linker */
126 /* Using Mach-O ABI */
129 /* Define target Multi-Arch path */
130 #undef MULTIARCH_PATH
132 /* Define to the address where bug reports for this package should be sent. */
133 #undef PACKAGE_BUGREPORT
135 /* Define to the full name of this package. */
138 /* Define to the full name and version of this package. */
139 #undef PACKAGE_STRING
141 /* Define to the one symbol short name of this package. */
142 #undef PACKAGE_TARNAME
144 /* Define to the home page for this package. */
147 /* Define to the version of this package. */
148 #undef PACKAGE_VERSION
150 /* Major version no */
153 /* Minor version no */
156 /* Minor minor version no */
157 #undef PCC_MINORMINOR
159 /* Using PE/COFF ABI */
162 /* Define path to alternate preprocessor */
165 /* The size of `int *', as computed by sizeof. */
168 /* Enable STABS debugging output */
171 /* If using the C implementation of alloca, define if you know the
172 direction of stack growth for your system; otherwise it will be
173 automatically deduced at runtime.
174 STACK_DIRECTION > 0 => grows toward higher addresses
175 STACK_DIRECTION < 0 => grows toward lower addresses
176 STACK_DIRECTION = 0 => direction of growth unknown */
177 #undef STACK_DIRECTION
179 /* Define to 1 if you have the ANSI C header files. */
182 /* Define alternate standard include directory */
185 /* Define if target defaults to BIG endian */
186 #undef TARGET_BIG_ENDIAN
188 /* Define if target defaults to LITTLE endian */
189 #undef TARGET_LITTLE_ENDIAN
194 /* Enable thread-local storage (TLS). */
200 /* Size of wide-character type in chars */
203 /* Type to use for wide characters */
206 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
207 significant byte first (like Motorola and SPARC, unlike Intel). */
208 #if defined AC_APPLE_UNIVERSAL_BUILD
209 # if defined __BIG_ENDIAN__
210 # define WORDS_BIGENDIAN 1
213 # ifndef WORDS_BIGENDIAN
214 # undef WORDS_BIGENDIAN
218 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
220 #undef YYTEXT_POINTER
222 /* Define to `unsigned int' if <sys/types.h> does not define. */