Home | History | Annotate | Line # | Download | only in libiberty
      1      1.1     skrll /* config.in.  Generated from configure.ac by autoheader.  */
      2      1.1     skrll 
      3  1.1.1.2  christos /* Define if building universal (internal helper macro) */
      4  1.1.1.2  christos #undef AC_APPLE_UNIVERSAL_BUILD
      5  1.1.1.2  christos 
      6      1.1     skrll /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
      7      1.1     skrll    This function is required for alloca.c support on those systems. */
      8      1.1     skrll #undef CRAY_STACKSEG_END
      9      1.1     skrll 
     10      1.1     skrll /* Define to 1 if you have the <alloca.h> header file. */
     11      1.1     skrll #undef HAVE_ALLOCA_H
     12      1.1     skrll 
     13      1.1     skrll /* Define to 1 if you have the `asprintf' function. */
     14      1.1     skrll #undef HAVE_ASPRINTF
     15      1.1     skrll 
     16      1.1     skrll /* Define to 1 if you have the `atexit' function. */
     17      1.1     skrll #undef HAVE_ATEXIT
     18      1.1     skrll 
     19      1.1     skrll /* Define to 1 if you have the `basename' function. */
     20      1.1     skrll #undef HAVE_BASENAME
     21      1.1     skrll 
     22      1.1     skrll /* Define to 1 if you have the `bcmp' function. */
     23      1.1     skrll #undef HAVE_BCMP
     24      1.1     skrll 
     25      1.1     skrll /* Define to 1 if you have the `bcopy' function. */
     26      1.1     skrll #undef HAVE_BCOPY
     27      1.1     skrll 
     28      1.1     skrll /* Define to 1 if you have the `bsearch' function. */
     29      1.1     skrll #undef HAVE_BSEARCH
     30      1.1     skrll 
     31      1.1     skrll /* Define to 1 if you have the `bzero' function. */
     32      1.1     skrll #undef HAVE_BZERO
     33      1.1     skrll 
     34      1.1     skrll /* Define to 1 if you have the `calloc' function. */
     35      1.1     skrll #undef HAVE_CALLOC
     36      1.1     skrll 
     37      1.1     skrll /* Define to 1 if you have the `canonicalize_file_name' function. */
     38      1.1     skrll #undef HAVE_CANONICALIZE_FILE_NAME
     39      1.1     skrll 
     40      1.1     skrll /* Define to 1 if you have the `clock' function. */
     41      1.1     skrll #undef HAVE_CLOCK
     42      1.1     skrll 
     43      1.1     skrll /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
     44      1.1     skrll    don't. */
     45      1.1     skrll #undef HAVE_DECL_ASPRINTF
     46      1.1     skrll 
     47  1.1.1.2  christos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
     48  1.1.1.2  christos    you don't. */
     49      1.1     skrll #undef HAVE_DECL_BASENAME
     50      1.1     skrll 
     51      1.1     skrll /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
     52      1.1     skrll    */
     53      1.1     skrll #undef HAVE_DECL_CALLOC
     54      1.1     skrll 
     55      1.1     skrll /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
     56      1.1     skrll #undef HAVE_DECL_FFS
     57      1.1     skrll 
     58      1.1     skrll /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
     59      1.1     skrll    */
     60      1.1     skrll #undef HAVE_DECL_GETENV
     61      1.1     skrll 
     62      1.1     skrll /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
     63      1.1     skrll    */
     64      1.1     skrll #undef HAVE_DECL_GETOPT
     65      1.1     skrll 
     66      1.1     skrll /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
     67      1.1     skrll    */
     68      1.1     skrll #undef HAVE_DECL_MALLOC
     69      1.1     skrll 
     70      1.1     skrll /* Define to 1 if you have the declaration of `realloc', and to 0 if you
     71      1.1     skrll    don't. */
     72      1.1     skrll #undef HAVE_DECL_REALLOC
     73      1.1     skrll 
     74      1.1     skrll /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
     75      1.1     skrll    */
     76      1.1     skrll #undef HAVE_DECL_SBRK
     77      1.1     skrll 
     78      1.1     skrll /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
     79      1.1     skrll    don't. */
     80      1.1     skrll #undef HAVE_DECL_SNPRINTF
     81      1.1     skrll 
     82  1.1.1.5  christos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
     83  1.1.1.5  christos    don't. */
     84  1.1.1.5  christos #undef HAVE_DECL_STRNLEN
     85  1.1.1.5  christos 
     86  1.1.1.4  christos /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
     87  1.1.1.4  christos    */
     88  1.1.1.4  christos #undef HAVE_DECL_STRTOL
     89  1.1.1.4  christos 
     90  1.1.1.4  christos /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
     91  1.1.1.4  christos    don't. */
     92  1.1.1.4  christos #undef HAVE_DECL_STRTOLL
     93  1.1.1.4  christos 
     94  1.1.1.4  christos /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
     95  1.1.1.4  christos    don't. */
     96  1.1.1.4  christos #undef HAVE_DECL_STRTOUL
     97  1.1.1.4  christos 
     98  1.1.1.4  christos /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
     99  1.1.1.4  christos    don't. */
    100  1.1.1.4  christos #undef HAVE_DECL_STRTOULL
    101  1.1.1.4  christos 
    102      1.1     skrll /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
    103      1.1     skrll    don't. */
    104      1.1     skrll #undef HAVE_DECL_STRVERSCMP
    105      1.1     skrll 
    106      1.1     skrll /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
    107      1.1     skrll    don't. */
    108      1.1     skrll #undef HAVE_DECL_VASPRINTF
    109      1.1     skrll 
    110      1.1     skrll /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
    111      1.1     skrll    don't. */
    112      1.1     skrll #undef HAVE_DECL_VSNPRINTF
    113      1.1     skrll 
    114  1.1.1.2  christos /* Define to 1 if you have the `dup3' function. */
    115  1.1.1.2  christos #undef HAVE_DUP3
    116  1.1.1.2  christos 
    117      1.1     skrll /* Define to 1 if you have the <fcntl.h> header file. */
    118      1.1     skrll #undef HAVE_FCNTL_H
    119      1.1     skrll 
    120      1.1     skrll /* Define to 1 if you have the `ffs' function. */
    121      1.1     skrll #undef HAVE_FFS
    122      1.1     skrll 
    123      1.1     skrll /* Define to 1 if you have the `fork' function. */
    124      1.1     skrll #undef HAVE_FORK
    125      1.1     skrll 
    126      1.1     skrll /* Define to 1 if you have the `getcwd' function. */
    127      1.1     skrll #undef HAVE_GETCWD
    128      1.1     skrll 
    129      1.1     skrll /* Define to 1 if you have the `getpagesize' function. */
    130      1.1     skrll #undef HAVE_GETPAGESIZE
    131      1.1     skrll 
    132  1.1.1.3  christos /* Define to 1 if you have the `getrlimit' function. */
    133  1.1.1.3  christos #undef HAVE_GETRLIMIT
    134  1.1.1.3  christos 
    135      1.1     skrll /* Define to 1 if you have the `getrusage' function. */
    136      1.1     skrll #undef HAVE_GETRUSAGE
    137      1.1     skrll 
    138      1.1     skrll /* Define to 1 if you have the `getsysinfo' function. */
    139      1.1     skrll #undef HAVE_GETSYSINFO
    140      1.1     skrll 
    141      1.1     skrll /* Define to 1 if you have the `gettimeofday' function. */
    142      1.1     skrll #undef HAVE_GETTIMEOFDAY
    143      1.1     skrll 
    144      1.1     skrll /* Define to 1 if you have the `index' function. */
    145      1.1     skrll #undef HAVE_INDEX
    146      1.1     skrll 
    147      1.1     skrll /* Define to 1 if you have the `insque' function. */
    148      1.1     skrll #undef HAVE_INSQUE
    149      1.1     skrll 
    150  1.1.1.2  christos /* Define to 1 if the system has the type `intptr_t'. */
    151  1.1.1.2  christos #undef HAVE_INTPTR_T
    152  1.1.1.2  christos 
    153      1.1     skrll /* Define to 1 if you have the <inttypes.h> header file. */
    154      1.1     skrll #undef HAVE_INTTYPES_H
    155      1.1     skrll 
    156  1.1.1.9  christos /* Define to 1 if you have the <libgen.h> header file. */
    157  1.1.1.9  christos #undef HAVE_LIBGEN_H
    158  1.1.1.9  christos 
    159      1.1     skrll /* Define to 1 if you have the <limits.h> header file. */
    160      1.1     skrll #undef HAVE_LIMITS_H
    161      1.1     skrll 
    162  1.1.1.4  christos /* Define if you have the `long long' type. */
    163  1.1.1.4  christos #undef HAVE_LONG_LONG
    164  1.1.1.4  christos 
    165      1.1     skrll /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
    166      1.1     skrll #undef HAVE_MACHINE_HAL_SYSINFO_H
    167      1.1     skrll 
    168      1.1     skrll /* Define to 1 if you have the <malloc.h> header file. */
    169      1.1     skrll #undef HAVE_MALLOC_H
    170      1.1     skrll 
    171      1.1     skrll /* Define to 1 if you have the `memchr' function. */
    172      1.1     skrll #undef HAVE_MEMCHR
    173      1.1     skrll 
    174      1.1     skrll /* Define to 1 if you have the `memcmp' function. */
    175      1.1     skrll #undef HAVE_MEMCMP
    176      1.1     skrll 
    177      1.1     skrll /* Define to 1 if you have the `memcpy' function. */
    178      1.1     skrll #undef HAVE_MEMCPY
    179      1.1     skrll 
    180  1.1.1.2  christos /* Define to 1 if you have the `memmem' function. */
    181  1.1.1.2  christos #undef HAVE_MEMMEM
    182  1.1.1.2  christos 
    183      1.1     skrll /* Define to 1 if you have the `memmove' function. */
    184      1.1     skrll #undef HAVE_MEMMOVE
    185      1.1     skrll 
    186      1.1     skrll /* Define to 1 if you have the <memory.h> header file. */
    187      1.1     skrll #undef HAVE_MEMORY_H
    188      1.1     skrll 
    189  1.1.1.9  christos /* Define to 1 if you have the `memrchr' function. */
    190  1.1.1.9  christos #undef HAVE_MEMRCHR
    191  1.1.1.9  christos 
    192      1.1     skrll /* Define to 1 if you have the `memset' function. */
    193      1.1     skrll #undef HAVE_MEMSET
    194      1.1     skrll 
    195      1.1     skrll /* Define to 1 if you have the `mkstemps' function. */
    196      1.1     skrll #undef HAVE_MKSTEMPS
    197      1.1     skrll 
    198      1.1     skrll /* Define to 1 if you have a working `mmap' system call. */
    199      1.1     skrll #undef HAVE_MMAP
    200      1.1     skrll 
    201      1.1     skrll /* Define to 1 if you have the `on_exit' function. */
    202      1.1     skrll #undef HAVE_ON_EXIT
    203      1.1     skrll 
    204  1.1.1.7  christos /* Define to 1 if you have the `pipe2' function. */
    205  1.1.1.7  christos #undef HAVE_PIPE2
    206  1.1.1.7  christos 
    207  1.1.1.8  christos /* Define to 1 if you have the `posix_spawn' function. */
    208  1.1.1.8  christos #undef HAVE_POSIX_SPAWN
    209  1.1.1.8  christos 
    210  1.1.1.8  christos /* Define to 1 if you have the `posix_spawnp' function. */
    211  1.1.1.8  christos #undef HAVE_POSIX_SPAWNP
    212  1.1.1.8  christos 
    213  1.1.1.2  christos /* Define to 1 if you have the <process.h> header file. */
    214  1.1.1.2  christos #undef HAVE_PROCESS_H
    215  1.1.1.2  christos 
    216      1.1     skrll /* Define to 1 if you have the `psignal' function. */
    217      1.1     skrll #undef HAVE_PSIGNAL
    218      1.1     skrll 
    219      1.1     skrll /* Define to 1 if you have the `pstat_getdynamic' function. */
    220      1.1     skrll #undef HAVE_PSTAT_GETDYNAMIC
    221      1.1     skrll 
    222      1.1     skrll /* Define to 1 if you have the `pstat_getstatic' function. */
    223      1.1     skrll #undef HAVE_PSTAT_GETSTATIC
    224      1.1     skrll 
    225      1.1     skrll /* Define to 1 if you have the `putenv' function. */
    226      1.1     skrll #undef HAVE_PUTENV
    227      1.1     skrll 
    228      1.1     skrll /* Define to 1 if you have the `random' function. */
    229      1.1     skrll #undef HAVE_RANDOM
    230      1.1     skrll 
    231      1.1     skrll /* Define to 1 if you have the `realpath' function. */
    232      1.1     skrll #undef HAVE_REALPATH
    233      1.1     skrll 
    234      1.1     skrll /* Define to 1 if you have the `rename' function. */
    235      1.1     skrll #undef HAVE_RENAME
    236      1.1     skrll 
    237      1.1     skrll /* Define to 1 if you have the `rindex' function. */
    238      1.1     skrll #undef HAVE_RINDEX
    239      1.1     skrll 
    240      1.1     skrll /* Define to 1 if you have the `sbrk' function. */
    241      1.1     skrll #undef HAVE_SBRK
    242      1.1     skrll 
    243      1.1     skrll /* Define to 1 if you have the `setenv' function. */
    244      1.1     skrll #undef HAVE_SETENV
    245      1.1     skrll 
    246  1.1.1.2  christos /* Define to 1 if you have the `setproctitle' function. */
    247  1.1.1.2  christos #undef HAVE_SETPROCTITLE
    248  1.1.1.2  christos 
    249  1.1.1.3  christos /* Define to 1 if you have the `setrlimit' function. */
    250  1.1.1.3  christos #undef HAVE_SETRLIMIT
    251  1.1.1.3  christos 
    252      1.1     skrll /* Define to 1 if you have the `sigsetmask' function. */
    253      1.1     skrll #undef HAVE_SIGSETMASK
    254      1.1     skrll 
    255      1.1     skrll /* Define to 1 if you have the `snprintf' function. */
    256      1.1     skrll #undef HAVE_SNPRINTF
    257      1.1     skrll 
    258  1.1.1.2  christos /* Define to 1 if you have the `spawnve' function. */
    259  1.1.1.2  christos #undef HAVE_SPAWNVE
    260  1.1.1.2  christos 
    261  1.1.1.2  christos /* Define to 1 if you have the `spawnvpe' function. */
    262  1.1.1.2  christos #undef HAVE_SPAWNVPE
    263  1.1.1.2  christos 
    264  1.1.1.8  christos /* Define to 1 if you have the <spawn.h> header file. */
    265  1.1.1.8  christos #undef HAVE_SPAWN_H
    266  1.1.1.8  christos 
    267      1.1     skrll /* Define to 1 if you have the <stdint.h> header file. */
    268      1.1     skrll #undef HAVE_STDINT_H
    269      1.1     skrll 
    270      1.1     skrll /* Define to 1 if you have the <stdio_ext.h> header file. */
    271      1.1     skrll #undef HAVE_STDIO_EXT_H
    272      1.1     skrll 
    273      1.1     skrll /* Define to 1 if you have the <stdlib.h> header file. */
    274      1.1     skrll #undef HAVE_STDLIB_H
    275      1.1     skrll 
    276      1.1     skrll /* Define to 1 if you have the `stpcpy' function. */
    277      1.1     skrll #undef HAVE_STPCPY
    278      1.1     skrll 
    279      1.1     skrll /* Define to 1 if you have the `stpncpy' function. */
    280      1.1     skrll #undef HAVE_STPNCPY
    281      1.1     skrll 
    282      1.1     skrll /* Define to 1 if you have the `strcasecmp' function. */
    283      1.1     skrll #undef HAVE_STRCASECMP
    284      1.1     skrll 
    285      1.1     skrll /* Define to 1 if you have the `strchr' function. */
    286      1.1     skrll #undef HAVE_STRCHR
    287      1.1     skrll 
    288      1.1     skrll /* Define to 1 if you have the `strdup' function. */
    289      1.1     skrll #undef HAVE_STRDUP
    290      1.1     skrll 
    291      1.1     skrll /* Define to 1 if you have the `strerror' function. */
    292      1.1     skrll #undef HAVE_STRERROR
    293      1.1     skrll 
    294      1.1     skrll /* Define to 1 if you have the <strings.h> header file. */
    295      1.1     skrll #undef HAVE_STRINGS_H
    296      1.1     skrll 
    297      1.1     skrll /* Define to 1 if you have the <string.h> header file. */
    298      1.1     skrll #undef HAVE_STRING_H
    299      1.1     skrll 
    300      1.1     skrll /* Define to 1 if you have the `strncasecmp' function. */
    301      1.1     skrll #undef HAVE_STRNCASECMP
    302      1.1     skrll 
    303      1.1     skrll /* Define to 1 if you have the `strndup' function. */
    304      1.1     skrll #undef HAVE_STRNDUP
    305      1.1     skrll 
    306  1.1.1.4  christos /* Define to 1 if you have the `strnlen' function. */
    307  1.1.1.4  christos #undef HAVE_STRNLEN
    308  1.1.1.4  christos 
    309      1.1     skrll /* Define to 1 if you have the `strrchr' function. */
    310      1.1     skrll #undef HAVE_STRRCHR
    311      1.1     skrll 
    312      1.1     skrll /* Define to 1 if you have the `strsignal' function. */
    313      1.1     skrll #undef HAVE_STRSIGNAL
    314      1.1     skrll 
    315      1.1     skrll /* Define to 1 if you have the `strstr' function. */
    316      1.1     skrll #undef HAVE_STRSTR
    317      1.1     skrll 
    318      1.1     skrll /* Define to 1 if you have the `strtod' function. */
    319      1.1     skrll #undef HAVE_STRTOD
    320      1.1     skrll 
    321      1.1     skrll /* Define to 1 if you have the `strtol' function. */
    322      1.1     skrll #undef HAVE_STRTOL
    323      1.1     skrll 
    324  1.1.1.4  christos /* Define to 1 if you have the `strtoll' function. */
    325  1.1.1.4  christos #undef HAVE_STRTOLL
    326  1.1.1.4  christos 
    327      1.1     skrll /* Define to 1 if you have the `strtoul' function. */
    328      1.1     skrll #undef HAVE_STRTOUL
    329      1.1     skrll 
    330  1.1.1.4  christos /* Define to 1 if you have the `strtoull' function. */
    331  1.1.1.4  christos #undef HAVE_STRTOULL
    332  1.1.1.4  christos 
    333      1.1     skrll /* Define to 1 if you have the `strverscmp' function. */
    334      1.1     skrll #undef HAVE_STRVERSCMP
    335      1.1     skrll 
    336      1.1     skrll /* Define to 1 if you have the `sysconf' function. */
    337      1.1     skrll #undef HAVE_SYSCONF
    338      1.1     skrll 
    339      1.1     skrll /* Define to 1 if you have the `sysctl' function. */
    340      1.1     skrll #undef HAVE_SYSCTL
    341      1.1     skrll 
    342      1.1     skrll /* Define to 1 if you have the `sysmp' function. */
    343      1.1     skrll #undef HAVE_SYSMP
    344      1.1     skrll 
    345      1.1     skrll /* Define if you have the sys_errlist variable. */
    346      1.1     skrll #undef HAVE_SYS_ERRLIST
    347      1.1     skrll 
    348      1.1     skrll /* Define to 1 if you have the <sys/file.h> header file. */
    349      1.1     skrll #undef HAVE_SYS_FILE_H
    350      1.1     skrll 
    351      1.1     skrll /* Define to 1 if you have the <sys/mman.h> header file. */
    352      1.1     skrll #undef HAVE_SYS_MMAN_H
    353      1.1     skrll 
    354      1.1     skrll /* Define if you have the sys_nerr variable. */
    355      1.1     skrll #undef HAVE_SYS_NERR
    356      1.1     skrll 
    357      1.1     skrll /* Define to 1 if you have the <sys/param.h> header file. */
    358      1.1     skrll #undef HAVE_SYS_PARAM_H
    359      1.1     skrll 
    360  1.1.1.3  christos /* Define to 1 if you have the <sys/prctl.h> header file. */
    361  1.1.1.3  christos #undef HAVE_SYS_PRCTL_H
    362  1.1.1.3  christos 
    363      1.1     skrll /* Define to 1 if you have the <sys/pstat.h> header file. */
    364      1.1     skrll #undef HAVE_SYS_PSTAT_H
    365      1.1     skrll 
    366      1.1     skrll /* Define to 1 if you have the <sys/resource.h> header file. */
    367      1.1     skrll #undef HAVE_SYS_RESOURCE_H
    368      1.1     skrll 
    369      1.1     skrll /* Define if you have the sys_siglist variable. */
    370      1.1     skrll #undef HAVE_SYS_SIGLIST
    371      1.1     skrll 
    372      1.1     skrll /* Define to 1 if you have the <sys/stat.h> header file. */
    373      1.1     skrll #undef HAVE_SYS_STAT_H
    374      1.1     skrll 
    375      1.1     skrll /* Define to 1 if you have the <sys/sysctl.h> header file. */
    376      1.1     skrll #undef HAVE_SYS_SYSCTL_H
    377      1.1     skrll 
    378      1.1     skrll /* Define to 1 if you have the <sys/sysinfo.h> header file. */
    379      1.1     skrll #undef HAVE_SYS_SYSINFO_H
    380      1.1     skrll 
    381      1.1     skrll /* Define to 1 if you have the <sys/sysmp.h> header file. */
    382      1.1     skrll #undef HAVE_SYS_SYSMP_H
    383      1.1     skrll 
    384      1.1     skrll /* Define to 1 if you have the <sys/systemcfg.h> header file. */
    385      1.1     skrll #undef HAVE_SYS_SYSTEMCFG_H
    386      1.1     skrll 
    387      1.1     skrll /* Define to 1 if you have the <sys/table.h> header file. */
    388      1.1     skrll #undef HAVE_SYS_TABLE_H
    389      1.1     skrll 
    390      1.1     skrll /* Define to 1 if you have the <sys/time.h> header file. */
    391      1.1     skrll #undef HAVE_SYS_TIME_H
    392      1.1     skrll 
    393      1.1     skrll /* Define to 1 if you have the <sys/types.h> header file. */
    394      1.1     skrll #undef HAVE_SYS_TYPES_H
    395      1.1     skrll 
    396      1.1     skrll /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
    397      1.1     skrll #undef HAVE_SYS_WAIT_H
    398      1.1     skrll 
    399      1.1     skrll /* Define to 1 if you have the `table' function. */
    400      1.1     skrll #undef HAVE_TABLE
    401      1.1     skrll 
    402      1.1     skrll /* Define to 1 if you have the `times' function. */
    403      1.1     skrll #undef HAVE_TIMES
    404      1.1     skrll 
    405      1.1     skrll /* Define to 1 if you have the <time.h> header file. */
    406      1.1     skrll #undef HAVE_TIME_H
    407      1.1     skrll 
    408      1.1     skrll /* Define to 1 if you have the `tmpnam' function. */
    409      1.1     skrll #undef HAVE_TMPNAM
    410      1.1     skrll 
    411      1.1     skrll /* Define if you have the \`uintptr_t' type. */
    412      1.1     skrll #undef HAVE_UINTPTR_T
    413      1.1     skrll 
    414      1.1     skrll /* Define to 1 if you have the <unistd.h> header file. */
    415      1.1     skrll #undef HAVE_UNISTD_H
    416      1.1     skrll 
    417      1.1     skrll /* Define to 1 if you have the `vasprintf' function. */
    418      1.1     skrll #undef HAVE_VASPRINTF
    419      1.1     skrll 
    420      1.1     skrll /* Define to 1 if you have the `vfork' function. */
    421      1.1     skrll #undef HAVE_VFORK
    422      1.1     skrll 
    423      1.1     skrll /* Define to 1 if you have the <vfork.h> header file. */
    424      1.1     skrll #undef HAVE_VFORK_H
    425      1.1     skrll 
    426      1.1     skrll /* Define to 1 if you have the `vfprintf' function. */
    427      1.1     skrll #undef HAVE_VFPRINTF
    428      1.1     skrll 
    429      1.1     skrll /* Define to 1 if you have the `vprintf' function. */
    430      1.1     skrll #undef HAVE_VPRINTF
    431      1.1     skrll 
    432      1.1     skrll /* Define to 1 if you have the `vsprintf' function. */
    433      1.1     skrll #undef HAVE_VSPRINTF
    434      1.1     skrll 
    435      1.1     skrll /* Define to 1 if you have the `wait3' function. */
    436      1.1     skrll #undef HAVE_WAIT3
    437      1.1     skrll 
    438      1.1     skrll /* Define to 1 if you have the `wait4' function. */
    439      1.1     skrll #undef HAVE_WAIT4
    440      1.1     skrll 
    441      1.1     skrll /* Define to 1 if you have the `waitpid' function. */
    442      1.1     skrll #undef HAVE_WAITPID
    443      1.1     skrll 
    444      1.1     skrll /* Define to 1 if `fork' works. */
    445      1.1     skrll #undef HAVE_WORKING_FORK
    446      1.1     skrll 
    447      1.1     skrll /* Define to 1 if `vfork' works. */
    448      1.1     skrll #undef HAVE_WORKING_VFORK
    449      1.1     skrll 
    450  1.1.1.8  christos /* Define if you have x86 SHA1 HW acceleration support. */
    451  1.1.1.8  christos #undef HAVE_X86_SHA1_HW_SUPPORT
    452  1.1.1.8  christos 
    453      1.1     skrll /* Define to 1 if you have the `_doprnt' function. */
    454      1.1     skrll #undef HAVE__DOPRNT
    455      1.1     skrll 
    456      1.1     skrll /* Define if you have the _system_configuration variable. */
    457      1.1     skrll #undef HAVE__SYSTEM_CONFIGURATION
    458      1.1     skrll 
    459      1.1     skrll /* Define to 1 if you have the `__fsetlocking' function. */
    460      1.1     skrll #undef HAVE___FSETLOCKING
    461      1.1     skrll 
    462      1.1     skrll /* Define if canonicalize_file_name is not declared in system header files. */
    463      1.1     skrll #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME
    464      1.1     skrll 
    465      1.1     skrll /* Define if errno must be declared even when <errno.h> is included. */
    466      1.1     skrll #undef NEED_DECLARATION_ERRNO
    467      1.1     skrll 
    468      1.1     skrll /* Define to 1 if your C compiler doesn't accept -c and -o together. */
    469      1.1     skrll #undef NO_MINUS_C_MINUS_O
    470      1.1     skrll 
    471      1.1     skrll /* Define to the address where bug reports for this package should be sent. */
    472      1.1     skrll #undef PACKAGE_BUGREPORT
    473      1.1     skrll 
    474      1.1     skrll /* Define to the full name of this package. */
    475      1.1     skrll #undef PACKAGE_NAME
    476      1.1     skrll 
    477      1.1     skrll /* Define to the full name and version of this package. */
    478      1.1     skrll #undef PACKAGE_STRING
    479      1.1     skrll 
    480      1.1     skrll /* Define to the one symbol short name of this package. */
    481      1.1     skrll #undef PACKAGE_TARNAME
    482      1.1     skrll 
    483  1.1.1.2  christos /* Define to the home page for this package. */
    484  1.1.1.2  christos #undef PACKAGE_URL
    485  1.1.1.2  christos 
    486      1.1     skrll /* Define to the version of this package. */
    487      1.1     skrll #undef PACKAGE_VERSION
    488      1.1     skrll 
    489  1.1.1.2  christos /* The size of `int', as computed by sizeof. */
    490      1.1     skrll #undef SIZEOF_INT
    491      1.1     skrll 
    492  1.1.1.4  christos /* The size of `long', as computed by sizeof. */
    493  1.1.1.4  christos #undef SIZEOF_LONG
    494  1.1.1.4  christos 
    495  1.1.1.4  christos /* The size of `long long', as computed by sizeof. */
    496  1.1.1.4  christos #undef SIZEOF_LONG_LONG
    497  1.1.1.4  christos 
    498  1.1.1.4  christos /* The size of `size_t', as computed by sizeof. */
    499  1.1.1.4  christos #undef SIZEOF_SIZE_T
    500  1.1.1.4  christos 
    501      1.1     skrll /* Define if you know the direction of stack growth for your system; otherwise
    502      1.1     skrll    it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
    503      1.1     skrll    toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
    504      1.1     skrll    STACK_DIRECTION = 0 => direction of growth unknown */
    505      1.1     skrll #undef STACK_DIRECTION
    506      1.1     skrll 
    507      1.1     skrll /* Define to 1 if you have the ANSI C header files. */
    508      1.1     skrll #undef STDC_HEADERS
    509      1.1     skrll 
    510      1.1     skrll /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    511      1.1     skrll #undef TIME_WITH_SYS_TIME
    512      1.1     skrll 
    513      1.1     skrll /* Define to an unsigned 64-bit type available in the compiler. */
    514      1.1     skrll #undef UNSIGNED_64BIT_TYPE
    515      1.1     skrll 
    516  1.1.1.4  christos /* Enable extensions on AIX 3, Interix.  */
    517  1.1.1.4  christos #ifndef _ALL_SOURCE
    518  1.1.1.4  christos # undef _ALL_SOURCE
    519  1.1.1.4  christos #endif
    520  1.1.1.4  christos /* Enable GNU extensions on systems that have them.  */
    521  1.1.1.4  christos #ifndef _GNU_SOURCE
    522  1.1.1.4  christos # undef _GNU_SOURCE
    523  1.1.1.4  christos #endif
    524  1.1.1.4  christos /* Enable threading extensions on Solaris.  */
    525  1.1.1.4  christos #ifndef _POSIX_PTHREAD_SEMANTICS
    526  1.1.1.4  christos # undef _POSIX_PTHREAD_SEMANTICS
    527  1.1.1.4  christos #endif
    528  1.1.1.4  christos /* Enable extensions on HP NonStop.  */
    529  1.1.1.4  christos #ifndef _TANDEM_SOURCE
    530  1.1.1.4  christos # undef _TANDEM_SOURCE
    531  1.1.1.4  christos #endif
    532  1.1.1.4  christos /* Enable general extensions on Solaris.  */
    533  1.1.1.4  christos #ifndef __EXTENSIONS__
    534  1.1.1.4  christos # undef __EXTENSIONS__
    535  1.1.1.4  christos #endif
    536  1.1.1.4  christos 
    537  1.1.1.4  christos 
    538  1.1.1.2  christos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    539  1.1.1.2  christos    significant byte first (like Motorola and SPARC, unlike Intel). */
    540  1.1.1.2  christos #if defined AC_APPLE_UNIVERSAL_BUILD
    541  1.1.1.2  christos # if defined __BIG_ENDIAN__
    542  1.1.1.2  christos #  define WORDS_BIGENDIAN 1
    543  1.1.1.2  christos # endif
    544  1.1.1.2  christos #else
    545  1.1.1.2  christos # ifndef WORDS_BIGENDIAN
    546  1.1.1.2  christos #  undef WORDS_BIGENDIAN
    547  1.1.1.2  christos # endif
    548  1.1.1.2  christos #endif
    549  1.1.1.2  christos 
    550  1.1.1.6  christos /* Enable large inode numbers on Mac OS X 10.5.  */
    551  1.1.1.6  christos #ifndef _DARWIN_USE_64_BIT_INODE
    552  1.1.1.6  christos # define _DARWIN_USE_64_BIT_INODE 1
    553  1.1.1.6  christos #endif
    554  1.1.1.6  christos 
    555  1.1.1.2  christos /* Number of bits in a file offset, on hosts where this is settable. */
    556  1.1.1.2  christos #undef _FILE_OFFSET_BITS
    557  1.1.1.2  christos 
    558  1.1.1.2  christos /* Define for large files, on AIX-style hosts. */
    559  1.1.1.2  christos #undef _LARGE_FILES
    560      1.1     skrll 
    561  1.1.1.4  christos /* Define to 1 if on MINIX. */
    562  1.1.1.4  christos #undef _MINIX
    563  1.1.1.4  christos 
    564  1.1.1.4  christos /* Define to 2 if the system does not provide POSIX.1 features except with
    565  1.1.1.4  christos    this defined. */
    566  1.1.1.4  christos #undef _POSIX_1_SOURCE
    567  1.1.1.4  christos 
    568  1.1.1.4  christos /* Define to 1 if you need to in order for `stat' and other things to work. */
    569  1.1.1.4  christos #undef _POSIX_SOURCE
    570  1.1.1.4  christos 
    571      1.1     skrll /* Define to empty if `const' does not conform to ANSI C. */
    572      1.1     skrll #undef const
    573      1.1     skrll 
    574      1.1     skrll /* Define to `__inline__' or `__inline' if that's what the C compiler
    575      1.1     skrll    calls it, or to nothing if 'inline' is not supported under any name.  */
    576      1.1     skrll #ifndef __cplusplus
    577      1.1     skrll #undef inline
    578      1.1     skrll #endif
    579      1.1     skrll 
    580  1.1.1.2  christos /* Define to the type of a signed integer type wide enough to hold a pointer,
    581  1.1.1.2  christos    if such a type exists, and if the system does not define it. */
    582  1.1.1.2  christos #undef intptr_t
    583  1.1.1.2  christos 
    584      1.1     skrll /* Define to `int' if <sys/types.h> does not define. */
    585      1.1     skrll #undef pid_t
    586      1.1     skrll 
    587  1.1.1.2  christos /* Define to `int' if <sys/types.h> does not define. */
    588  1.1.1.2  christos #undef ssize_t
    589  1.1.1.2  christos 
    590  1.1.1.2  christos /* Define to the type of an unsigned integer type wide enough to hold a
    591  1.1.1.2  christos    pointer, if such a type exists, and if the system does not define it. */
    592      1.1     skrll #undef uintptr_t
    593      1.1     skrll 
    594      1.1     skrll /* Define as `fork' if `vfork' does not work. */
    595      1.1     skrll #undef vfork
    596