comparison libcpp/config.in @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* config.in. Generated from configure.ac by autoheader. */ 1 /* config.in. Generated from configure.ac by autoheader. */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
2 5
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 6 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4 systems. This function is required for `alloca.c' support on those systems. 7 systems. This function is required for `alloca.c' support on those systems.
5 */ 8 */
6 #undef CRAY_STACKSEG_END 9 #undef CRAY_STACKSEG_END
31 34
32 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 35 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
33 don't. */ 36 don't. */
34 #undef HAVE_DECL_ASPRINTF 37 #undef HAVE_DECL_ASPRINTF
35 38
36 /* Define to 1 if you have the declaration of `basename', and to 0 if you 39 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
37 don't. */ 40 you don't. */
38 #undef HAVE_DECL_BASENAME 41 #undef HAVE_DECL_BASENAME
39 42
40 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if 43 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
41 you don't. */ 44 you don't. */
42 #undef HAVE_DECL_CLEARERR_UNLOCKED 45 #undef HAVE_DECL_CLEARERR_UNLOCKED
180 #undef HAVE_PUTCHAR_UNLOCKED 183 #undef HAVE_PUTCHAR_UNLOCKED
181 184
182 /* Define to 1 if you have the `putc_unlocked' function. */ 185 /* Define to 1 if you have the `putc_unlocked' function. */
183 #undef HAVE_PUTC_UNLOCKED 186 #undef HAVE_PUTC_UNLOCKED
184 187
188 /* Define to 1 if you can assemble SSE4 insns. */
189 #undef HAVE_SSE4
190
185 /* Define to 1 if you have the <stddef.h> header file. */ 191 /* Define to 1 if you have the <stddef.h> header file. */
186 #undef HAVE_STDDEF_H 192 #undef HAVE_STDDEF_H
187 193
188 /* Define to 1 if you have the <stdint.h> header file. */ 194 /* Define to 1 if you have the <stdint.h> header file. */
189 #undef HAVE_STDINT_H 195 #undef HAVE_STDINT_H
206 /* Define to 1 if you have the <sys/types.h> header file. */ 212 /* Define to 1 if you have the <sys/types.h> header file. */
207 #undef HAVE_SYS_TYPES_H 213 #undef HAVE_SYS_TYPES_H
208 214
209 /* Define if <sys/types.h> defines \`uchar'. */ 215 /* Define if <sys/types.h> defines \`uchar'. */
210 #undef HAVE_UCHAR 216 #undef HAVE_UCHAR
217
218 /* Define to 1 if the system has the type `uintptr_t'. */
219 #undef HAVE_UINTPTR_T
211 220
212 /* Define to 1 if you have the <unistd.h> header file. */ 221 /* Define to 1 if you have the <unistd.h> header file. */
213 #undef HAVE_UNISTD_H 222 #undef HAVE_UNISTD_H
214 223
215 /* Define to the widest efficient host integer type at least as wide as the 224 /* Define to the widest efficient host integer type at least as wide as the
264 #undef TIME_WITH_SYS_TIME 273 #undef TIME_WITH_SYS_TIME
265 274
266 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 275 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
267 #undef TM_IN_SYS_TIME 276 #undef TM_IN_SYS_TIME
268 277
278 /* Enable extensions on AIX 3, Interix. */
279 #ifndef _ALL_SOURCE
280 # undef _ALL_SOURCE
281 #endif
282 /* Enable GNU extensions on systems that have them. */
283 #ifndef _GNU_SOURCE
284 # undef _GNU_SOURCE
285 #endif
286 /* Enable threading extensions on Solaris. */
287 #ifndef _POSIX_PTHREAD_SEMANTICS
288 # undef _POSIX_PTHREAD_SEMANTICS
289 #endif
290 /* Enable extensions on HP NonStop. */
291 #ifndef _TANDEM_SOURCE
292 # undef _TANDEM_SOURCE
293 #endif
294 /* Enable general extensions on Solaris. */
295 #ifndef __EXTENSIONS__
296 # undef __EXTENSIONS__
297 #endif
298
299
300 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
301 significant byte first (like Motorola and SPARC, unlike Intel). */
302 #if defined AC_APPLE_UNIVERSAL_BUILD
303 # if defined __BIG_ENDIAN__
304 # define WORDS_BIGENDIAN 1
305 # endif
306 #else
307 # ifndef WORDS_BIGENDIAN
308 # undef WORDS_BIGENDIAN
309 # endif
310 #endif
311
312 /* Number of bits in a file offset, on hosts where this is settable. */
313 #undef _FILE_OFFSET_BITS
314
315 /* Define for large files, on AIX-style hosts. */
316 #undef _LARGE_FILES
317
318 /* Define to 1 if on MINIX. */
319 #undef _MINIX
320
321 /* Define to 2 if the system does not provide POSIX.1 features except with
322 this defined. */
323 #undef _POSIX_1_SOURCE
324
325 /* Define to 1 if you need to in order for `stat' and other things to work. */
326 #undef _POSIX_SOURCE
327
269 /* Define to empty if `const' does not conform to ANSI C. */ 328 /* Define to empty if `const' does not conform to ANSI C. */
270 #undef const 329 #undef const
271 330
272 /* Define to `__inline__' or `__inline' if that's what the C compiler 331 /* Define to `__inline__' or `__inline' if that's what the C compiler
273 calls it, or to nothing if 'inline' is not supported under any name. */ 332 calls it, or to nothing if 'inline' is not supported under any name. */
276 #endif 335 #endif
277 336
278 /* Define to `long int' if <sys/types.h> does not define. */ 337 /* Define to `long int' if <sys/types.h> does not define. */
279 #undef off_t 338 #undef off_t
280 339
340 /* Define to `int' if <sys/types.h> does not define. */
341 #undef ptrdiff_t
342
281 /* Define to `unsigned int' if <sys/types.h> does not define. */ 343 /* Define to `unsigned int' if <sys/types.h> does not define. */
282 #undef size_t 344 #undef size_t
283 345
284 /* Define to `int' if <sys/types.h> does not define. */ 346 /* Define to `int' if <sys/types.h> does not define. */
285 #undef ssize_t 347 #undef ssize_t
348
349 /* Define to the type of an unsigned integer type wide enough to hold a
350 pointer, if such a type exists, and if the system does not define it. */
351 #undef uintptr_t