* add p cc
[mascara-docs.git] / compilers / pcc / pcc-1.0.0 / config.h.in
blob85d178c6b94fdfa173347798d7c9c131e2361731
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Using a.out ABI */
4 #undef AOUTABI
6 /* Define path to alternate assembler */
7 #undef ASSEMBLER
9 /* Using Classic 68k ABI */
10 #undef CLASSIC68K
12 /* Using COFF ABI */
13 #undef COFFABI
15 /* Define path to alternate compiler */
16 #undef COMPILER
18 /* Using ECOFF ABI */
19 #undef ECOFFABI
21 /* Using ELF ABI */
22 #undef ELFABI
24 /* Define to 1 if you have the `basename' function. */
25 #undef HAVE_BASENAME
27 /* Define to 1 if printf supports C99 size specifiers */
28 #undef HAVE_C99_FORMAT
30 /* Define to 1 if your compiler supports C99 variadic macros */
31 #undef HAVE_CPP_VARARG_MACRO_GCC
33 /* Define to 1 if you have the `ffs' function. */
34 #undef HAVE_FFS
36 /* Define to 1 if you have the `getopt' function. */
37 #undef HAVE_GETOPT
39 /* Define to 1 if you have the <inttypes.h> header file. */
40 #undef HAVE_INTTYPES_H
42 /* Define to 1 if you have the <libgen.h> header file. */
43 #undef HAVE_LIBGEN_H
45 /* Define to 1 if you have the <malloc.h> header file. */
46 #undef HAVE_MALLOC_H
48 /* Define to 1 if you have the <memory.h> header file. */
49 #undef HAVE_MEMORY_H
51 /* Define to 1 if you have the `mkstemp' function. */
52 #undef HAVE_MKSTEMP
54 /* Define to 1 if you have the `snprintf' function. */
55 #undef HAVE_SNPRINTF
57 /* Define to 1 if you have the <stdint.h> header file. */
58 #undef HAVE_STDINT_H
60 /* Define to 1 if you have the <stdlib.h> header file. */
61 #undef HAVE_STDLIB_H
63 /* Define to 1 if you have the <strings.h> header file. */
64 #undef HAVE_STRINGS_H
66 /* Define to 1 if you have the <string.h> header file. */
67 #undef HAVE_STRING_H
69 /* Define to 1 if you have the `strlcat' function. */
70 #undef HAVE_STRLCAT
72 /* Define to 1 if you have the `strlcpy' function. */
73 #undef HAVE_STRLCPY
75 /* Define to 1 if you have the `strtold' function. */
76 #undef HAVE_STRTOLD
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #undef HAVE_SYS_STAT_H
81 /* Define to 1 if you have the <sys/types.h> header file. */
82 #undef HAVE_SYS_TYPES_H
84 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
85 #undef HAVE_SYS_WAIT_H
87 /* Define to 1 if you have the <unistd.h> header file. */
88 #undef HAVE_UNISTD_H
90 /* Define to 1 if you have the `vfork' function. */
91 #undef HAVE_VFORK
93 /* Define to 1 if you have the `vsnprintf' function. */
94 #undef HAVE_VSNPRINTF
96 /* Define if host is BIG endian */
97 #undef HOST_BIG_ENDIAN
99 /* Define if host is LITTLE endian */
100 #undef HOST_LITTLE_ENDIAN
102 /* lex is flex */
103 #undef ISFLEX
105 /* Define alternate standard lib directory */
106 #undef LIBDIR
108 /* Define path to alternate linker */
109 #undef LINKER
111 /* Using Mach-O ABI */
112 #undef MACHOABI
114 /* Define to the address where bug reports for this package should be sent. */
115 #undef PACKAGE_BUGREPORT
117 /* Define to the full name of this package. */
118 #undef PACKAGE_NAME
120 /* Define to the full name and version of this package. */
121 #undef PACKAGE_STRING
123 /* Define to the one symbol short name of this package. */
124 #undef PACKAGE_TARNAME
126 /* Define to the version of this package. */
127 #undef PACKAGE_VERSION
129 /* Major version no */
130 #undef PCC_MAJOR
132 /* Minor version no */
133 #undef PCC_MINOR
135 /* Minor minor version no */
136 #undef PCC_MINORMINOR
138 /* Using PE/COFF ABI */
139 #undef PECOFFABI
141 /* Define path to alternate preprocessor */
142 #undef PREPROCESSOR
144 /* Define to 1 if you have the ANSI C header files. */
145 #undef STDC_HEADERS
147 /* Define alternate standard include directory */
148 #undef STDINC
150 /* Define if target defaults to BIG endian */
151 #undef TARGET_BIG_ENDIAN
153 /* Define if target defaults to LITTLE endian */
154 #undef TARGET_LITTLE_ENDIAN
156 /* Target OS */
157 #undef TARGOS
159 /* Target OS version */
160 #undef TARGOSVER
162 /* Enable thread-local storage (TLS). */
163 #undef TLS
165 /* Version string */
166 #undef VERSSTR
168 /* Size of wide character type */
169 #undef WCHAR_SIZE
171 /* Type to use for wide characters */
172 #undef WCHAR_TYPE
174 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
175 `char[]'. */
176 #undef YYTEXT_POINTER