xref: /netbsd-src/external/bsd/pcc/include/config.h (revision 6a493d6bc668897c91594964a732d38505b70cbb)
1 /* config.h.  Generated from config.h.in 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 compiler */
17 /* #undef COMPILER */
18 
19 /* Using ECOFF ABI */
20 /* #undef ECOFFABI */
21 
22 /* Using ELF ABI */
23 #define ELFABI
24 
25 /* Enable STABS debugging output */
26 #define STABS 1
27 
28 /* Define to 1 if you have the `basename' function. */
29 #define HAVE_BASENAME 1
30 
31 /* Define to 1 if printf supports C99 size specifiers */
32 #define HAVE_C99_FORMAT 1
33 
34 /* Define to 1 if your compiler supports C99 variadic macros */
35 #define HAVE_CPP_VARARG_MACRO_GCC 1
36 
37 /* Define to 1 if you have the `ffs' function. */
38 #define HAVE_FFS 1
39 
40 /* Define to 1 if you have the `getopt' function. */
41 #define HAVE_GETOPT 1
42 
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #define HAVE_INTTYPES_H 1
45 
46 /* Define to 1 if you have the <libgen.h> header file. */
47 #define HAVE_LIBGEN_H 1
48 
49 /* Define to 1 if you have the <malloc.h> header file. */
50 #define HAVE_MALLOC_H 1
51 
52 /* Define to 1 if you have the <memory.h> header file. */
53 #define HAVE_MEMORY_H 1
54 
55 /* Define to 1 if you have the `mkstemp' function. */
56 #define HAVE_MKSTEMP 1
57 
58 /* Define to 1 if you have the `snprintf' function. */
59 #define HAVE_SNPRINTF 1
60 
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #define HAVE_STDINT_H 1
63 
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #define HAVE_STDLIB_H 1
66 
67 /* Define to 1 if you have the <strings.h> header file. */
68 #define HAVE_STRINGS_H 1
69 
70 /* Define to 1 if you have the <string.h> header file. */
71 #define HAVE_STRING_H 1
72 
73 /* Define to 1 if you have the `strlcat' function. */
74 #define HAVE_STRLCAT 1
75 
76 /* Define to 1 if you have the `strlcpy' function. */
77 #define HAVE_STRLCPY 1
78 
79 /* Define to 1 if you have the `strtold' function. */
80 #define HAVE_STRTOLD 1
81 
82 /* Define to 1 if you have the <sys/stat.h> header file. */
83 #define HAVE_SYS_STAT_H 1
84 
85 /* Define to 1 if you have the <sys/types.h> header file. */
86 #define HAVE_SYS_TYPES_H 1
87 
88 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
89 #define HAVE_SYS_WAIT_H 1
90 
91 /* Define to 1 if you have the <unistd.h> header file. */
92 #define HAVE_UNISTD_H 1
93 
94 /* Define to 1 if you have the `vfork' function. */
95 #define HAVE_VFORK 1
96 
97 /* Define to 1 if you have the `vsnprintf' function. */
98 #define HAVE_VSNPRINTF 1
99 
100 /* Define if host is BIG endian */
101 /* #undef HOST_BIG_ENDIAN */
102 
103 /* Define if host is LITTLE endian */
104 /* #define HOST_LITTLE_ENDIAN  */
105 
106 /* lex is flex */
107 #define ISFLEX 1
108 
109 /* Define alternate standard lib directory */
110 /* #undef LIBDIR */
111 
112 /* Define path to alternate linker */
113 /* #undef LINKER */
114 
115 /* Using Mach-O ABI */
116 /* #undef MACHOABI */
117 
118 /* Define to the address where bug reports for this package should be sent. */
119 #define PACKAGE_BUGREPORT "<pcc-list@ludd.ltu.se>"
120 
121 /* Define to the full name of this package. */
122 #define PACKAGE_NAME "pcc"
123 
124 /* Define to the full name and version of this package. */
125 #define PACKAGE_STRING "pcc 1.1.0.DEVEL"
126 
127 /* Define to the one symbol short name of this package. */
128 #define PACKAGE_TARNAME "pcc"
129 
130 /* Define to the version of this package. */
131 #define PACKAGE_VERSION "1.1.0.DEVEL"
132 
133 /* Major version no */
134 #define PCC_MAJOR 1
135 
136 /* Minor version no */
137 #define PCC_MINOR 1
138 
139 /* Minor minor version no */
140 #define PCC_MINORMINOR 0
141 
142 /* Using PE/COFF ABI */
143 /* #undef PECOFFABI */
144 
145 /* Define path to alternate preprocessor */
146 #define PREPROCESSOR "pcpp"
147 
148 /* Define to 1 if you have the ANSI C header files. */
149 #define STDC_HEADERS 1
150 
151 /* Define alternate standard include directory */
152 /* #undef STDINC */
153 
154 /* Define if target defaults to BIG endian */
155 /* #undef TARGET_BIG_ENDIAN */
156 
157 /* Define if target defaults to LITTLE endian */
158 /* #define TARGET_LITTLE_ENDIAN 1 */
159 
160 /* Enable thread-local storage (TLS). */
161 #define TLS 1
162 
163 /* Version string */
164 /* #define VERSSTR "pcc 1.1.0.DEVEL 20120325 for i386-unknown-netbsdelf6.99.3" */
165 
166 /* Size of wide-character type in chars */
167 #define WCHAR_SIZE 4
168 
169 /* Type to use for wide characters */
170 #define WCHAR_TYPE INT
171 
172 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
173    `char[]'. */
174 #define YYTEXT_POINTER 1
175