comparison libiberty/config.in @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
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 systems. 6 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
4 This function is required for alloca.c support on those systems. */ 7 This function is required for alloca.c support on those systems. */
5 #undef CRAY_STACKSEG_END 8 #undef CRAY_STACKSEG_END
6 9
116 #undef HAVE_INDEX 119 #undef HAVE_INDEX
117 120
118 /* Define to 1 if you have the `insque' function. */ 121 /* Define to 1 if you have the `insque' function. */
119 #undef HAVE_INSQUE 122 #undef HAVE_INSQUE
120 123
124 /* Define to 1 if the system has the type `intptr_t'. */
125 #undef HAVE_INTPTR_T
126
121 /* Define to 1 if you have the <inttypes.h> header file. */ 127 /* Define to 1 if you have the <inttypes.h> header file. */
122 #undef HAVE_INTTYPES_H 128 #undef HAVE_INTTYPES_H
123 129
124 /* Define to 1 if you have the <limits.h> header file. */ 130 /* Define to 1 if you have the <limits.h> header file. */
125 #undef HAVE_LIMITS_H 131 #undef HAVE_LIMITS_H
137 #undef HAVE_MEMCMP 143 #undef HAVE_MEMCMP
138 144
139 /* Define to 1 if you have the `memcpy' function. */ 145 /* Define to 1 if you have the `memcpy' function. */
140 #undef HAVE_MEMCPY 146 #undef HAVE_MEMCPY
141 147
148 /* Define to 1 if you have the `memmem' function. */
149 #undef HAVE_MEMMEM
150
142 /* Define to 1 if you have the `memmove' function. */ 151 /* Define to 1 if you have the `memmove' function. */
143 #undef HAVE_MEMMOVE 152 #undef HAVE_MEMMOVE
144 153
145 /* Define to 1 if you have the <memory.h> header file. */ 154 /* Define to 1 if you have the <memory.h> header file. */
146 #undef HAVE_MEMORY_H 155 #undef HAVE_MEMORY_H
398 #undef PACKAGE_STRING 407 #undef PACKAGE_STRING
399 408
400 /* Define to the one symbol short name of this package. */ 409 /* Define to the one symbol short name of this package. */
401 #undef PACKAGE_TARNAME 410 #undef PACKAGE_TARNAME
402 411
412 /* Define to the home page for this package. */
413 #undef PACKAGE_URL
414
403 /* Define to the version of this package. */ 415 /* Define to the version of this package. */
404 #undef PACKAGE_VERSION 416 #undef PACKAGE_VERSION
405 417
406 /* The size of a `int', as computed by sizeof. */ 418 /* The size of `int', as computed by sizeof. */
407 #undef SIZEOF_INT 419 #undef SIZEOF_INT
408 420
409 /* Define if you know the direction of stack growth for your system; otherwise 421 /* Define if you know the direction of stack growth for your system; otherwise
410 it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows 422 it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
411 toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses 423 toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
419 #undef TIME_WITH_SYS_TIME 431 #undef TIME_WITH_SYS_TIME
420 432
421 /* Define to an unsigned 64-bit type available in the compiler. */ 433 /* Define to an unsigned 64-bit type available in the compiler. */
422 #undef UNSIGNED_64BIT_TYPE 434 #undef UNSIGNED_64BIT_TYPE
423 435
424 /* Define to 1 if your processor stores words with the most significant byte 436 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
425 first (like Motorola and SPARC, unlike Intel and VAX). */ 437 significant byte first (like Motorola and SPARC, unlike Intel). */
426 #undef WORDS_BIGENDIAN 438 #if defined AC_APPLE_UNIVERSAL_BUILD
439 # if defined __BIG_ENDIAN__
440 # define WORDS_BIGENDIAN 1
441 # endif
442 #else
443 # ifndef WORDS_BIGENDIAN
444 # undef WORDS_BIGENDIAN
445 # endif
446 #endif
427 447
428 /* Number of bits in a file offset, on hosts where this is settable. */ 448 /* Number of bits in a file offset, on hosts where this is settable. */
429 #undef _FILE_OFFSET_BITS 449 #undef _FILE_OFFSET_BITS
430 450
431 /* Define for large files, on AIX-style hosts. */ 451 /* Define for large files, on AIX-style hosts. */
438 calls it, or to nothing if 'inline' is not supported under any name. */ 458 calls it, or to nothing if 'inline' is not supported under any name. */
439 #ifndef __cplusplus 459 #ifndef __cplusplus
440 #undef inline 460 #undef inline
441 #endif 461 #endif
442 462
463 /* Define to the type of a signed integer type wide enough to hold a pointer,
464 if such a type exists, and if the system does not define it. */
465 #undef intptr_t
466
443 /* Define to `int' if <sys/types.h> does not define. */ 467 /* Define to `int' if <sys/types.h> does not define. */
444 #undef pid_t 468 #undef pid_t
445 469
446 /* Define to `unsigned long' if <sys/types.h> does not define. */ 470 /* Define to the type of an unsigned integer type wide enough to hold a
471 pointer, if such a type exists, and if the system does not define it. */
447 #undef uintptr_t 472 #undef uintptr_t
448 473
449 /* Define as `fork' if `vfork' does not work. */ 474 /* Define as `fork' if `vfork' does not work. */
450 #undef vfork 475 #undef vfork