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