Add gcc40 infrastructure, but don't tie it to the build yet.
[dragonfly.git] / gnu / usr.bin / cc40 / libcpp / config.h
1 /* $DragonFly: src/gnu/usr.bin/cc40/libcpp/Attic/config.h,v 1.1 2005/06/05 22:43:21 corecode Exp $ */
2 /* config.h.  Generated by configure.  */
3 /* config.in.  Generated from configure.ac by autoheader.  */
4
5 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
6    systems. This function is required for `alloca.c' support on those systems.
7    */
8 /* #undef CRAY_STACKSEG_END */
9
10 /* Define to 1 if using `alloca.c'. */
11 /* #undef C_ALLOCA */
12
13 /* Define if you want more run-time sanity checks. */
14 /* #undef ENABLE_CHECKING */
15
16 /* Define to 1 if translation of program messages to the user's native
17    language is requested. */
18 /* #undef ENABLE_NLS */
19
20 /* Define to 1 if you have `alloca', as a function or macro. */
21 #define HAVE_ALLOCA 1
22
23 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
24    */
25 /* #undef HAVE_ALLOCA_H */
26
27 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
28    */
29 #define HAVE_DECL_ABORT 1
30
31 /* Define to 1 if you have the declaration of `basename', and to 0 if you
32    don't. */
33 #define HAVE_DECL_BASENAME 0
34
35 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
36    */
37 #define HAVE_DECL_ERRNO 1
38
39 /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
40    you don't. */
41 #define HAVE_DECL_FPRINTF_UNLOCKED 0
42
43 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
44    you don't. */
45 #define HAVE_DECL_FPUTC_UNLOCKED 0
46
47 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
48    you don't. */
49 #define HAVE_DECL_FPUTS_UNLOCKED 0
50
51 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
52    you don't. */
53 #define HAVE_DECL_FWRITE_UNLOCKED 0
54
55 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
56    */
57 #define HAVE_DECL_GETOPT 1
58
59 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
60    don't. */
61 #define HAVE_DECL_PUTC_UNLOCKED 1
62
63 /* Define to 1 if you have the <fcntl.h> header file. */
64 #define HAVE_FCNTL_H 1
65
66 /* Define to 1 if you have the `fprintf_unlocked' function. */
67 /* #undef HAVE_FPRINTF_UNLOCKED */
68
69 /* Define to 1 if you have the `fputc_unlocked' function. */
70 /* #undef HAVE_FPUTC_UNLOCKED */
71
72 /* Define to 1 if you have the `fputs_unlocked' function. */
73 /* #undef HAVE_FPUTS_UNLOCKED */
74
75 /* Define to 1 if you have the `fwrite_unlocked' function. */
76 /* #undef HAVE_FWRITE_UNLOCKED */
77
78 /* Define if you have the iconv() function. */
79 /* #undef HAVE_ICONV */
80
81 /* Define to 1 if you have the <iconv.h> header file. */
82 /* #undef HAVE_ICONV_H */
83
84 /* Define to 1 if you have the <inttypes.h> header file. */
85 #define HAVE_INTTYPES_H 1
86
87 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
88 #define HAVE_LANGINFO_CODESET 1
89
90 /* Define to 1 if you have the <limits.h> header file. */
91 #define HAVE_LIMITS_H 1
92
93 /* Define to 1 if you have the <locale.h> header file. */
94 #define HAVE_LOCALE_H 1
95
96 /* Define to 1 if you have the <memory.h> header file. */
97 #define HAVE_MEMORY_H 1
98
99 /* Define to 1 if libc includes obstacks. */
100 /* #undef HAVE_OBSTACK */
101
102 /* Define to 1 if you have the `putc_unlocked' function. */
103 /* #undef HAVE_PUTC_UNLOCKED */
104
105 /* Define to 1 if you have the <stddef.h> header file. */
106 #define HAVE_STDDEF_H 1
107
108 /* Define to 1 if you have the <stdint.h> header file. */
109 #define HAVE_STDINT_H 1
110
111 /* Define to 1 if you have the <stdlib.h> header file. */
112 #define HAVE_STDLIB_H 1
113
114 /* Define to 1 if you have the <strings.h> header file. */
115 #define HAVE_STRINGS_H 1
116
117 /* Define to 1 if you have the <string.h> header file. */
118 #define HAVE_STRING_H 1
119
120 /* Define to 1 if you have the <sys/file.h> header file. */
121 #define HAVE_SYS_FILE_H 1
122
123 /* Define to 1 if you have the <sys/stat.h> header file. */
124 #define HAVE_SYS_STAT_H 1
125
126 /* Define to 1 if you have the <sys/types.h> header file. */
127 #define HAVE_SYS_TYPES_H 1
128
129 /* Define if <sys/types.h> defines \`uchar'. */
130 /* #undef HAVE_UCHAR */
131
132 /* Define to 1 if you have the <unistd.h> header file. */
133 #define HAVE_UNISTD_H 1
134
135 /* Define to the widest efficient host integer type at least as wide as the
136    target's size_t type. */
137 #define HOST_WIDE_INT long
138
139 /* Define as const if the declaration of iconv() needs const. */
140 /* #undef ICONV_CONST */
141
142 /* Define to the name of this package. */
143 #define PACKAGE "cpplib"
144
145 /* Define to the address where bug reports for this package should be sent. */
146 #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
147
148 /* Define to the full name of this package. */
149 #define PACKAGE_NAME "cpplib"
150
151 /* Define to the full name and version of this package. */
152 #define PACKAGE_STRING "cpplib  "
153
154 /* Define to the one symbol short name of this package. */
155 #define PACKAGE_TARNAME "cpplib"
156
157 /* Define to the version of this package. */
158 #define PACKAGE_VERSION " "
159
160 /* The size of a `int', as computed by sizeof. */
161 #define SIZEOF_INT 4
162
163 /* The size of a `long', as computed by sizeof. */
164 #define SIZEOF_LONG 4
165
166 /* If using the C implementation of alloca, define if you know the
167    direction of stack growth for your system; otherwise it will be
168    automatically deduced at run-time.
169         STACK_DIRECTION > 0 => grows toward higher addresses
170         STACK_DIRECTION < 0 => grows toward lower addresses
171         STACK_DIRECTION = 0 => direction of growth unknown */
172 /* #undef STACK_DIRECTION */
173
174 /* Define to 1 if you have the ANSI C header files. */
175 #define STDC_HEADERS 1
176
177 /* Define if you can safely include both <string.h> and <strings.h>. */
178 #define STRING_WITH_STRINGS 1
179
180 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
181 #define TIME_WITH_SYS_TIME 1
182
183 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
184 /* #undef TM_IN_SYS_TIME */
185
186 /* Define to empty if `const' does not conform to ANSI C. */
187 /* #undef const */
188
189 /* Define to `__inline__' or `__inline' if that's what the C compiler
190    calls it, or to nothing if 'inline' is not supported under any name.  */
191 #ifndef __cplusplus
192 /* #undef inline */
193 #endif
194
195 /* Define to `long' if <sys/types.h> does not define. */
196 /* #undef off_t */
197
198 /* Define to `unsigned' if <sys/types.h> does not define. */
199 /* #undef size_t */