Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git] / external / bsd / pcc / config.h
blob8e337a9b538af3048469167220ee78b23a6599d3
1 #include <sys/endian.h>
2 #if BYTE_ORDER == BIG_ENDIAN
3 #define HOST_BIG_ENDIAN
4 #define TARGET_BIG_ENDIAN
5 #else
6 #define HOST_LITTLE_ENDIAN
7 #define TARGET_LITTLE_ENDIAN
8 #endif
10 /* config.h. Generated by configure. */
11 /* config.h.in. Generated from configure.ac by autoheader. */
13 /* Using a.out ABI */
14 /* #undef AOUTABI */
16 /* Define path to alternate assembler */
17 /* #undef ASSEMBLER */
19 /* Using Classic 68k ABI */
20 /* #undef CLASSIC68K */
22 /* Using COFF ABI */
23 /* #undef COFFABI */
25 /* Define path to alternate preprocessor */
26 /* #undef COMPILER */
28 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
29 systems. This function is required for `alloca.c' support on those systems.
31 /* #undef CRAY_STACKSEG_END */
33 /* Define to 1 if using `alloca.c'. */
34 /* #undef C_ALLOCA */
36 /* Using ECOFF ABI */
37 /* #undef ECOFFABI */
39 /* Using ELF ABI */
40 #define ELFABI
42 /* Define to 1 if you have `alloca', as a function or macro. */
43 #define HAVE_ALLOCA 1
45 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
47 /* #undef HAVE_ALLOCA_H */
49 /* Define to 1 if you have the `basename' function. */
50 #define HAVE_BASENAME 1
52 /* Define to 1 if printf supports C99 size specifiers */
53 #define HAVE_C99_FORMAT 1
55 /* Define to 1 if your compiler supports C99 variadic macros */
56 #define HAVE_CPP_VARARG_MACRO_GCC 1
58 /* Define to 1 if you have the `ffs' function. */
59 #define HAVE_FFS 1
61 /* Define to 1 if you have the `getopt' function. */
62 #define HAVE_GETOPT 1
64 /* Define to 1 if you have the <inttypes.h> header file. */
65 #define HAVE_INTTYPES_H 1
67 /* Define to 1 if you have the <libgen.h> header file. */
68 #define HAVE_LIBGEN_H 1
70 /* Define to 1 if you have the <malloc.h> header file. */
71 /* #undef HAVE_MALLOC_H */
73 /* Define to 1 if you have the <memory.h> header file. */
74 #define HAVE_MEMORY_H 1
76 /* Define to 1 if you have the `mkstemp' function. */
77 #define HAVE_MKSTEMP 1
79 /* Define to 1 if you have the `snprintf' function. */
80 #define HAVE_SNPRINTF 1
82 /* Define to 1 if you have the <stdint.h> header file. */
83 #define HAVE_STDINT_H 1
85 /* Define to 1 if you have the <stdlib.h> header file. */
86 #define HAVE_STDLIB_H 1
88 /* Define to 1 if you have the <strings.h> header file. */
89 #define HAVE_STRINGS_H 1
91 /* Define to 1 if you have the <string.h> header file. */
92 #define HAVE_STRING_H 1
94 /* Define to 1 if you have the `strlcat' function. */
95 #define HAVE_STRLCAT 1
97 /* Define to 1 if you have the `strlcpy' function. */
98 #define HAVE_STRLCPY 1
100 /* Define to 1 if you have the <sys/stat.h> header file. */
101 #define HAVE_SYS_STAT_H 1
103 /* Define to 1 if you have the <sys/types.h> header file. */
104 #define HAVE_SYS_TYPES_H 1
106 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
107 #define HAVE_SYS_WAIT_H 1
109 /* Define to 1 if you have the <unistd.h> header file. */
110 #define HAVE_UNISTD_H 1
112 /* Define to 1 if you have the `vsnprintf' function. */
113 #define HAVE_VSNPRINTF 1
115 /* Define if host is BIG endian */
116 /* #define HOST_BIG_ENDIAN */
118 /* Define if host is LITTLE endian */
119 /* #undef HOST_LITTLE_ENDIAN */
121 /* lex is flex */
122 #define ISFLEX 1
124 /* Define alternate standard lib directory */
125 /* #undef LIBDIR */
127 /* Define path to alternate linker */
128 /* #undefine LINKER */
130 /* Using Mach-O ABI */
131 /* #undef MACHOABI */
133 /* Define to the address where bug reports for this package should be sent. */
134 #define PACKAGE_BUGREPORT "<pcc-list@ludd.ltu.se>"
136 /* Define to the full name of this package. */
137 #define PACKAGE_NAME "pcc"
139 /* Define to the full name and version of this package. */
140 #define PACKAGE_STRING "pcc 0.9.9"
142 /* Define to the one symbol short name of this package. */
143 #define PACKAGE_TARNAME "pcc"
145 /* Define to the version of this package. */
146 #define PACKAGE_VERSION "0.9.9"
148 /* Major version no */
149 #define PCC_MAJOR 0
151 /* Minor version no */
152 #define PCC_MINOR 9
154 /* Minor minor version no */
155 #define PCC_MINORMINOR 9
157 /* Using PE/COFF ABI */
158 /* #undef PECOFFABI */
160 /* Define path to alternate preprocessor */
161 /* #undef PREPROCESSOR */
163 /* If using the C implementation of alloca, define if you know the
164 direction of stack growth for your system; otherwise it will be
165 automatically deduced at run-time.
166 STACK_DIRECTION > 0 => grows toward higher addresses
167 STACK_DIRECTION < 0 => grows toward lower addresses
168 STACK_DIRECTION = 0 => direction of growth unknown */
169 /* #undef STACK_DIRECTION */
171 /* Define to 1 if you have the ANSI C header files. */
172 #define STDC_HEADERS 1
174 /* Define alternate standard include directory */
175 /* #undef STDINC */
177 /* Define if target defaults to BIG endian */
178 /* #undef TARGET_BIG_ENDIAN */
180 /* Define if target defaults to LITTLE endian */
181 /* #define TARGET_LITTLE_ENDIAN 1 */
183 /* Target OS */
184 #define TARGOS netbsd
186 /* Enable thread-local storage (TLS). */
187 /* #undef TLS */
189 /* Version string */
190 #define VERSSTR "pcc 0.9.9 for i386-pc-netbsdelf, greg@sparky Wed Aug 13 22:19:18 EST 2008"
192 /* Size of wide character type */
193 #define WCHAR_SIZE 4
195 /* Type to use for wide characters */
196 #define WCHAR_TYPE UNSIGNED
198 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
199 `char[]'. */
200 #define YYTEXT_POINTER 1