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