Home | History | Annotate | Line # | Download | only in libiberty
config.in revision 1.1
      1  1.1  skrll /* config.in.  Generated from configure.ac by autoheader.  */
      2  1.1  skrll 
      3  1.1  skrll /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
      4  1.1  skrll    This function is required for alloca.c support on those systems. */
      5  1.1  skrll #undef CRAY_STACKSEG_END
      6  1.1  skrll 
      7  1.1  skrll /* Define to 1 if you have the <alloca.h> header file. */
      8  1.1  skrll #undef HAVE_ALLOCA_H
      9  1.1  skrll 
     10  1.1  skrll /* Define to 1 if you have the `asprintf' function. */
     11  1.1  skrll #undef HAVE_ASPRINTF
     12  1.1  skrll 
     13  1.1  skrll /* Define to 1 if you have the `atexit' function. */
     14  1.1  skrll #undef HAVE_ATEXIT
     15  1.1  skrll 
     16  1.1  skrll /* Define to 1 if you have the `basename' function. */
     17  1.1  skrll #undef HAVE_BASENAME
     18  1.1  skrll 
     19  1.1  skrll /* Define to 1 if you have the `bcmp' function. */
     20  1.1  skrll #undef HAVE_BCMP
     21  1.1  skrll 
     22  1.1  skrll /* Define to 1 if you have the `bcopy' function. */
     23  1.1  skrll #undef HAVE_BCOPY
     24  1.1  skrll 
     25  1.1  skrll /* Define to 1 if you have the `bsearch' function. */
     26  1.1  skrll #undef HAVE_BSEARCH
     27  1.1  skrll 
     28  1.1  skrll /* Define to 1 if you have the `bzero' function. */
     29  1.1  skrll #undef HAVE_BZERO
     30  1.1  skrll 
     31  1.1  skrll /* Define to 1 if you have the `calloc' function. */
     32  1.1  skrll #undef HAVE_CALLOC
     33  1.1  skrll 
     34  1.1  skrll /* Define to 1 if you have the `canonicalize_file_name' function. */
     35  1.1  skrll #undef HAVE_CANONICALIZE_FILE_NAME
     36  1.1  skrll 
     37  1.1  skrll /* Define to 1 if you have the `clock' function. */
     38  1.1  skrll #undef HAVE_CLOCK
     39  1.1  skrll 
     40  1.1  skrll /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
     41  1.1  skrll    don't. */
     42  1.1  skrll #undef HAVE_DECL_ASPRINTF
     43  1.1  skrll 
     44  1.1  skrll /* Define to 1 if you have the declaration of `basename', and to 0 if you
     45  1.1  skrll    don't. */
     46  1.1  skrll #undef HAVE_DECL_BASENAME
     47  1.1  skrll 
     48  1.1  skrll /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
     49  1.1  skrll    */
     50  1.1  skrll #undef HAVE_DECL_CALLOC
     51  1.1  skrll 
     52  1.1  skrll /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
     53  1.1  skrll #undef HAVE_DECL_FFS
     54  1.1  skrll 
     55  1.1  skrll /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
     56  1.1  skrll    */
     57  1.1  skrll #undef HAVE_DECL_GETENV
     58  1.1  skrll 
     59  1.1  skrll /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
     60  1.1  skrll    */
     61  1.1  skrll #undef HAVE_DECL_GETOPT
     62  1.1  skrll 
     63  1.1  skrll /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
     64  1.1  skrll    */
     65  1.1  skrll #undef HAVE_DECL_MALLOC
     66  1.1  skrll 
     67  1.1  skrll /* Define to 1 if you have the declaration of `realloc', and to 0 if you
     68  1.1  skrll    don't. */
     69  1.1  skrll #undef HAVE_DECL_REALLOC
     70  1.1  skrll 
     71  1.1  skrll /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
     72  1.1  skrll    */
     73  1.1  skrll #undef HAVE_DECL_SBRK
     74  1.1  skrll 
     75  1.1  skrll /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
     76  1.1  skrll    don't. */
     77  1.1  skrll #undef HAVE_DECL_SNPRINTF
     78  1.1  skrll 
     79  1.1  skrll /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
     80  1.1  skrll    don't. */
     81  1.1  skrll #undef HAVE_DECL_STRVERSCMP
     82  1.1  skrll 
     83  1.1  skrll /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
     84  1.1  skrll    don't. */
     85  1.1  skrll #undef HAVE_DECL_VASPRINTF
     86  1.1  skrll 
     87  1.1  skrll /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
     88  1.1  skrll    don't. */
     89  1.1  skrll #undef HAVE_DECL_VSNPRINTF
     90  1.1  skrll 
     91  1.1  skrll /* Define to 1 if you have the <fcntl.h> header file. */
     92  1.1  skrll #undef HAVE_FCNTL_H
     93  1.1  skrll 
     94  1.1  skrll /* Define to 1 if you have the `ffs' function. */
     95  1.1  skrll #undef HAVE_FFS
     96  1.1  skrll 
     97  1.1  skrll /* Define to 1 if you have the `fork' function. */
     98  1.1  skrll #undef HAVE_FORK
     99  1.1  skrll 
    100  1.1  skrll /* Define to 1 if you have the `getcwd' function. */
    101  1.1  skrll #undef HAVE_GETCWD
    102  1.1  skrll 
    103  1.1  skrll /* Define to 1 if you have the `getpagesize' function. */
    104  1.1  skrll #undef HAVE_GETPAGESIZE
    105  1.1  skrll 
    106  1.1  skrll /* Define to 1 if you have the `getrusage' function. */
    107  1.1  skrll #undef HAVE_GETRUSAGE
    108  1.1  skrll 
    109  1.1  skrll /* Define to 1 if you have the `getsysinfo' function. */
    110  1.1  skrll #undef HAVE_GETSYSINFO
    111  1.1  skrll 
    112  1.1  skrll /* Define to 1 if you have the `gettimeofday' function. */
    113  1.1  skrll #undef HAVE_GETTIMEOFDAY
    114  1.1  skrll 
    115  1.1  skrll /* Define to 1 if you have the `index' function. */
    116  1.1  skrll #undef HAVE_INDEX
    117  1.1  skrll 
    118  1.1  skrll /* Define to 1 if you have the `insque' function. */
    119  1.1  skrll #undef HAVE_INSQUE
    120  1.1  skrll 
    121  1.1  skrll /* Define to 1 if you have the <inttypes.h> header file. */
    122  1.1  skrll #undef HAVE_INTTYPES_H
    123  1.1  skrll 
    124  1.1  skrll /* Define to 1 if you have the <limits.h> header file. */
    125  1.1  skrll #undef HAVE_LIMITS_H
    126  1.1  skrll 
    127  1.1  skrll /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
    128  1.1  skrll #undef HAVE_MACHINE_HAL_SYSINFO_H
    129  1.1  skrll 
    130  1.1  skrll /* Define to 1 if you have the <malloc.h> header file. */
    131  1.1  skrll #undef HAVE_MALLOC_H
    132  1.1  skrll 
    133  1.1  skrll /* Define to 1 if you have the `memchr' function. */
    134  1.1  skrll #undef HAVE_MEMCHR
    135  1.1  skrll 
    136  1.1  skrll /* Define to 1 if you have the `memcmp' function. */
    137  1.1  skrll #undef HAVE_MEMCMP
    138  1.1  skrll 
    139  1.1  skrll /* Define to 1 if you have the `memcpy' function. */
    140  1.1  skrll #undef HAVE_MEMCPY
    141  1.1  skrll 
    142  1.1  skrll /* Define to 1 if you have the `memmove' function. */
    143  1.1  skrll #undef HAVE_MEMMOVE
    144  1.1  skrll 
    145  1.1  skrll /* Define to 1 if you have the <memory.h> header file. */
    146  1.1  skrll #undef HAVE_MEMORY_H
    147  1.1  skrll 
    148  1.1  skrll /* Define to 1 if you have the `mempcpy' function. */
    149  1.1  skrll #undef HAVE_MEMPCPY
    150  1.1  skrll 
    151  1.1  skrll /* Define to 1 if you have the `memset' function. */
    152  1.1  skrll #undef HAVE_MEMSET
    153  1.1  skrll 
    154  1.1  skrll /* Define to 1 if you have the `mkstemps' function. */
    155  1.1  skrll #undef HAVE_MKSTEMPS
    156  1.1  skrll 
    157  1.1  skrll /* Define to 1 if you have a working `mmap' system call. */
    158  1.1  skrll #undef HAVE_MMAP
    159  1.1  skrll 
    160  1.1  skrll /* Define to 1 if you have the `on_exit' function. */
    161  1.1  skrll #undef HAVE_ON_EXIT
    162  1.1  skrll 
    163  1.1  skrll /* Define to 1 if you have the `psignal' function. */
    164  1.1  skrll #undef HAVE_PSIGNAL
    165  1.1  skrll 
    166  1.1  skrll /* Define to 1 if you have the `pstat_getdynamic' function. */
    167  1.1  skrll #undef HAVE_PSTAT_GETDYNAMIC
    168  1.1  skrll 
    169  1.1  skrll /* Define to 1 if you have the `pstat_getstatic' function. */
    170  1.1  skrll #undef HAVE_PSTAT_GETSTATIC
    171  1.1  skrll 
    172  1.1  skrll /* Define to 1 if you have the `putenv' function. */
    173  1.1  skrll #undef HAVE_PUTENV
    174  1.1  skrll 
    175  1.1  skrll /* Define to 1 if you have the `random' function. */
    176  1.1  skrll #undef HAVE_RANDOM
    177  1.1  skrll 
    178  1.1  skrll /* Define to 1 if you have the `realpath' function. */
    179  1.1  skrll #undef HAVE_REALPATH
    180  1.1  skrll 
    181  1.1  skrll /* Define to 1 if you have the `rename' function. */
    182  1.1  skrll #undef HAVE_RENAME
    183  1.1  skrll 
    184  1.1  skrll /* Define to 1 if you have the `rindex' function. */
    185  1.1  skrll #undef HAVE_RINDEX
    186  1.1  skrll 
    187  1.1  skrll /* Define to 1 if you have the `sbrk' function. */
    188  1.1  skrll #undef HAVE_SBRK
    189  1.1  skrll 
    190  1.1  skrll /* Define to 1 if you have the `setenv' function. */
    191  1.1  skrll #undef HAVE_SETENV
    192  1.1  skrll 
    193  1.1  skrll /* Define to 1 if you have the `sigsetmask' function. */
    194  1.1  skrll #undef HAVE_SIGSETMASK
    195  1.1  skrll 
    196  1.1  skrll /* Define to 1 if you have the `snprintf' function. */
    197  1.1  skrll #undef HAVE_SNPRINTF
    198  1.1  skrll 
    199  1.1  skrll /* Define to 1 if you have the <stdint.h> header file. */
    200  1.1  skrll #undef HAVE_STDINT_H
    201  1.1  skrll 
    202  1.1  skrll /* Define to 1 if you have the <stdio_ext.h> header file. */
    203  1.1  skrll #undef HAVE_STDIO_EXT_H
    204  1.1  skrll 
    205  1.1  skrll /* Define to 1 if you have the <stdlib.h> header file. */
    206  1.1  skrll #undef HAVE_STDLIB_H
    207  1.1  skrll 
    208  1.1  skrll /* Define to 1 if you have the `stpcpy' function. */
    209  1.1  skrll #undef HAVE_STPCPY
    210  1.1  skrll 
    211  1.1  skrll /* Define to 1 if you have the `stpncpy' function. */
    212  1.1  skrll #undef HAVE_STPNCPY
    213  1.1  skrll 
    214  1.1  skrll /* Define to 1 if you have the `strcasecmp' function. */
    215  1.1  skrll #undef HAVE_STRCASECMP
    216  1.1  skrll 
    217  1.1  skrll /* Define to 1 if you have the `strchr' function. */
    218  1.1  skrll #undef HAVE_STRCHR
    219  1.1  skrll 
    220  1.1  skrll /* Define to 1 if you have the `strdup' function. */
    221  1.1  skrll #undef HAVE_STRDUP
    222  1.1  skrll 
    223  1.1  skrll /* Define to 1 if you have the `strerror' function. */
    224  1.1  skrll #undef HAVE_STRERROR
    225  1.1  skrll 
    226  1.1  skrll /* Define to 1 if you have the <strings.h> header file. */
    227  1.1  skrll #undef HAVE_STRINGS_H
    228  1.1  skrll 
    229  1.1  skrll /* Define to 1 if you have the <string.h> header file. */
    230  1.1  skrll #undef HAVE_STRING_H
    231  1.1  skrll 
    232  1.1  skrll /* Define to 1 if you have the `strncasecmp' function. */
    233  1.1  skrll #undef HAVE_STRNCASECMP
    234  1.1  skrll 
    235  1.1  skrll /* Define to 1 if you have the `strndup' function. */
    236  1.1  skrll #undef HAVE_STRNDUP
    237  1.1  skrll 
    238  1.1  skrll /* Define to 1 if you have the `strrchr' function. */
    239  1.1  skrll #undef HAVE_STRRCHR
    240  1.1  skrll 
    241  1.1  skrll /* Define to 1 if you have the `strsignal' function. */
    242  1.1  skrll #undef HAVE_STRSIGNAL
    243  1.1  skrll 
    244  1.1  skrll /* Define to 1 if you have the `strstr' function. */
    245  1.1  skrll #undef HAVE_STRSTR
    246  1.1  skrll 
    247  1.1  skrll /* Define to 1 if you have the `strtod' function. */
    248  1.1  skrll #undef HAVE_STRTOD
    249  1.1  skrll 
    250  1.1  skrll /* Define to 1 if you have the `strtol' function. */
    251  1.1  skrll #undef HAVE_STRTOL
    252  1.1  skrll 
    253  1.1  skrll /* Define to 1 if you have the `strtoul' function. */
    254  1.1  skrll #undef HAVE_STRTOUL
    255  1.1  skrll 
    256  1.1  skrll /* Define to 1 if you have the `strverscmp' function. */
    257  1.1  skrll #undef HAVE_STRVERSCMP
    258  1.1  skrll 
    259  1.1  skrll /* Define to 1 if you have the `sysconf' function. */
    260  1.1  skrll #undef HAVE_SYSCONF
    261  1.1  skrll 
    262  1.1  skrll /* Define to 1 if you have the `sysctl' function. */
    263  1.1  skrll #undef HAVE_SYSCTL
    264  1.1  skrll 
    265  1.1  skrll /* Define to 1 if you have the `sysmp' function. */
    266  1.1  skrll #undef HAVE_SYSMP
    267  1.1  skrll 
    268  1.1  skrll /* Define if you have the sys_errlist variable. */
    269  1.1  skrll #undef HAVE_SYS_ERRLIST
    270  1.1  skrll 
    271  1.1  skrll /* Define to 1 if you have the <sys/file.h> header file. */
    272  1.1  skrll #undef HAVE_SYS_FILE_H
    273  1.1  skrll 
    274  1.1  skrll /* Define to 1 if you have the <sys/mman.h> header file. */
    275  1.1  skrll #undef HAVE_SYS_MMAN_H
    276  1.1  skrll 
    277  1.1  skrll /* Define if you have the sys_nerr variable. */
    278  1.1  skrll #undef HAVE_SYS_NERR
    279  1.1  skrll 
    280  1.1  skrll /* Define to 1 if you have the <sys/param.h> header file. */
    281  1.1  skrll #undef HAVE_SYS_PARAM_H
    282  1.1  skrll 
    283  1.1  skrll /* Define to 1 if you have the <sys/pstat.h> header file. */
    284  1.1  skrll #undef HAVE_SYS_PSTAT_H
    285  1.1  skrll 
    286  1.1  skrll /* Define to 1 if you have the <sys/resource.h> header file. */
    287  1.1  skrll #undef HAVE_SYS_RESOURCE_H
    288  1.1  skrll 
    289  1.1  skrll /* Define if you have the sys_siglist variable. */
    290  1.1  skrll #undef HAVE_SYS_SIGLIST
    291  1.1  skrll 
    292  1.1  skrll /* Define to 1 if you have the <sys/stat.h> header file. */
    293  1.1  skrll #undef HAVE_SYS_STAT_H
    294  1.1  skrll 
    295  1.1  skrll /* Define to 1 if you have the <sys/sysctl.h> header file. */
    296  1.1  skrll #undef HAVE_SYS_SYSCTL_H
    297  1.1  skrll 
    298  1.1  skrll /* Define to 1 if you have the <sys/sysinfo.h> header file. */
    299  1.1  skrll #undef HAVE_SYS_SYSINFO_H
    300  1.1  skrll 
    301  1.1  skrll /* Define to 1 if you have the <sys/sysmp.h> header file. */
    302  1.1  skrll #undef HAVE_SYS_SYSMP_H
    303  1.1  skrll 
    304  1.1  skrll /* Define to 1 if you have the <sys/systemcfg.h> header file. */
    305  1.1  skrll #undef HAVE_SYS_SYSTEMCFG_H
    306  1.1  skrll 
    307  1.1  skrll /* Define to 1 if you have the <sys/table.h> header file. */
    308  1.1  skrll #undef HAVE_SYS_TABLE_H
    309  1.1  skrll 
    310  1.1  skrll /* Define to 1 if you have the <sys/time.h> header file. */
    311  1.1  skrll #undef HAVE_SYS_TIME_H
    312  1.1  skrll 
    313  1.1  skrll /* Define to 1 if you have the <sys/types.h> header file. */
    314  1.1  skrll #undef HAVE_SYS_TYPES_H
    315  1.1  skrll 
    316  1.1  skrll /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
    317  1.1  skrll #undef HAVE_SYS_WAIT_H
    318  1.1  skrll 
    319  1.1  skrll /* Define to 1 if you have the `table' function. */
    320  1.1  skrll #undef HAVE_TABLE
    321  1.1  skrll 
    322  1.1  skrll /* Define to 1 if you have the `times' function. */
    323  1.1  skrll #undef HAVE_TIMES
    324  1.1  skrll 
    325  1.1  skrll /* Define to 1 if you have the <time.h> header file. */
    326  1.1  skrll #undef HAVE_TIME_H
    327  1.1  skrll 
    328  1.1  skrll /* Define to 1 if you have the `tmpnam' function. */
    329  1.1  skrll #undef HAVE_TMPNAM
    330  1.1  skrll 
    331  1.1  skrll /* Define if you have the \`uintptr_t' type. */
    332  1.1  skrll #undef HAVE_UINTPTR_T
    333  1.1  skrll 
    334  1.1  skrll /* Define to 1 if you have the <unistd.h> header file. */
    335  1.1  skrll #undef HAVE_UNISTD_H
    336  1.1  skrll 
    337  1.1  skrll /* Define to 1 if you have the `vasprintf' function. */
    338  1.1  skrll #undef HAVE_VASPRINTF
    339  1.1  skrll 
    340  1.1  skrll /* Define to 1 if you have the `vfork' function. */
    341  1.1  skrll #undef HAVE_VFORK
    342  1.1  skrll 
    343  1.1  skrll /* Define to 1 if you have the <vfork.h> header file. */
    344  1.1  skrll #undef HAVE_VFORK_H
    345  1.1  skrll 
    346  1.1  skrll /* Define to 1 if you have the `vfprintf' function. */
    347  1.1  skrll #undef HAVE_VFPRINTF
    348  1.1  skrll 
    349  1.1  skrll /* Define to 1 if you have the `vprintf' function. */
    350  1.1  skrll #undef HAVE_VPRINTF
    351  1.1  skrll 
    352  1.1  skrll /* Define to 1 if you have the `vsnprintf' function. */
    353  1.1  skrll #undef HAVE_VSNPRINTF
    354  1.1  skrll 
    355  1.1  skrll /* Define to 1 if you have the `vsprintf' function. */
    356  1.1  skrll #undef HAVE_VSPRINTF
    357  1.1  skrll 
    358  1.1  skrll /* Define to 1 if you have the `wait3' function. */
    359  1.1  skrll #undef HAVE_WAIT3
    360  1.1  skrll 
    361  1.1  skrll /* Define to 1 if you have the `wait4' function. */
    362  1.1  skrll #undef HAVE_WAIT4
    363  1.1  skrll 
    364  1.1  skrll /* Define to 1 if you have the `waitpid' function. */
    365  1.1  skrll #undef HAVE_WAITPID
    366  1.1  skrll 
    367  1.1  skrll /* Define to 1 if `fork' works. */
    368  1.1  skrll #undef HAVE_WORKING_FORK
    369  1.1  skrll 
    370  1.1  skrll /* Define to 1 if `vfork' works. */
    371  1.1  skrll #undef HAVE_WORKING_VFORK
    372  1.1  skrll 
    373  1.1  skrll /* Define to 1 if you have the `_doprnt' function. */
    374  1.1  skrll #undef HAVE__DOPRNT
    375  1.1  skrll 
    376  1.1  skrll /* Define if you have the _system_configuration variable. */
    377  1.1  skrll #undef HAVE__SYSTEM_CONFIGURATION
    378  1.1  skrll 
    379  1.1  skrll /* Define to 1 if you have the `__fsetlocking' function. */
    380  1.1  skrll #undef HAVE___FSETLOCKING
    381  1.1  skrll 
    382  1.1  skrll /* Define if canonicalize_file_name is not declared in system header files. */
    383  1.1  skrll #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME
    384  1.1  skrll 
    385  1.1  skrll /* Define if errno must be declared even when <errno.h> is included. */
    386  1.1  skrll #undef NEED_DECLARATION_ERRNO
    387  1.1  skrll 
    388  1.1  skrll /* Define to 1 if your C compiler doesn't accept -c and -o together. */
    389  1.1  skrll #undef NO_MINUS_C_MINUS_O
    390  1.1  skrll 
    391  1.1  skrll /* Define to the address where bug reports for this package should be sent. */
    392  1.1  skrll #undef PACKAGE_BUGREPORT
    393  1.1  skrll 
    394  1.1  skrll /* Define to the full name of this package. */
    395  1.1  skrll #undef PACKAGE_NAME
    396  1.1  skrll 
    397  1.1  skrll /* Define to the full name and version of this package. */
    398  1.1  skrll #undef PACKAGE_STRING
    399  1.1  skrll 
    400  1.1  skrll /* Define to the one symbol short name of this package. */
    401  1.1  skrll #undef PACKAGE_TARNAME
    402  1.1  skrll 
    403  1.1  skrll /* Define to the version of this package. */
    404  1.1  skrll #undef PACKAGE_VERSION
    405  1.1  skrll 
    406  1.1  skrll /* The size of a `int', as computed by sizeof. */
    407  1.1  skrll #undef SIZEOF_INT
    408  1.1  skrll 
    409  1.1  skrll /* Define if you know the direction of stack growth for your system; otherwise
    410  1.1  skrll    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
    411  1.1  skrll    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
    412  1.1  skrll    STACK_DIRECTION = 0 => direction of growth unknown */
    413  1.1  skrll #undef STACK_DIRECTION
    414  1.1  skrll 
    415  1.1  skrll /* Define to 1 if you have the ANSI C header files. */
    416  1.1  skrll #undef STDC_HEADERS
    417  1.1  skrll 
    418  1.1  skrll /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    419  1.1  skrll #undef TIME_WITH_SYS_TIME
    420  1.1  skrll 
    421  1.1  skrll /* Define to an unsigned 64-bit type available in the compiler. */
    422  1.1  skrll #undef UNSIGNED_64BIT_TYPE
    423  1.1  skrll 
    424  1.1  skrll /* Define to 1 if your processor stores words with the most significant byte
    425  1.1  skrll    first (like Motorola and SPARC, unlike Intel and VAX). */
    426  1.1  skrll #undef WORDS_BIGENDIAN
    427  1.1  skrll 
    428  1.1  skrll /* Define to empty if `const' does not conform to ANSI C. */
    429  1.1  skrll #undef const
    430  1.1  skrll 
    431  1.1  skrll /* Define to `__inline__' or `__inline' if that's what the C compiler
    432  1.1  skrll    calls it, or to nothing if 'inline' is not supported under any name.  */
    433  1.1  skrll #ifndef __cplusplus
    434  1.1  skrll #undef inline
    435  1.1  skrll #endif
    436  1.1  skrll 
    437  1.1  skrll /* Define to `int' if <sys/types.h> does not define. */
    438  1.1  skrll #undef pid_t
    439  1.1  skrll 
    440  1.1  skrll /* Define to `unsigned long' if <sys/types.h> does not define. */
    441  1.1  skrll #undef uintptr_t
    442  1.1  skrll 
    443  1.1  skrll /* Define as `fork' if `vfork' does not work. */
    444  1.1  skrll #undef vfork
    445