Home | History | Annotate | Line # | Download | only in include
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.ac by autoheader.  */
      3 
      4 /* Define if building universal (internal helper macro) */
      5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
      6 
      7 /* Define in built-in ELF support is used */
      8 #define BUILTIN_ELF 1
      9 
     10 /* Enable bzlib compression support */
     11 #define BZLIBSUPPORT 1
     12 
     13 /* Define for ELF core file support */
     14 #define ELFCORE 1
     15 
     16 /* Define to 1 if you have the `asctime_r' function. */
     17 #define HAVE_ASCTIME_R 1
     18 
     19 /* Define to 1 if you have the `asprintf' function. */
     20 #define HAVE_ASPRINTF 1
     21 
     22 /* Define to 1 if you have the <byteswap.h> header file. */
     23 /* #undef HAVE_BYTESWAP_H */
     24 
     25 /* Define to 1 if you have the <bzlib.h> header file. */
     26 #define HAVE_BZLIB_H 1
     27 
     28 /* Define to 1 if you have the `ctime_r' function. */
     29 #define HAVE_CTIME_R 1
     30 
     31 /* HAVE_DAYLIGHT */
     32 #define HAVE_DAYLIGHT 1
     33 
     34 /* Define to 1 if you have the declaration of `daylight', and to 0 if you
     35    don't. */
     36 #define HAVE_DECL_DAYLIGHT 1
     37 
     38 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
     39    */
     40 #define HAVE_DECL_TZNAME 1
     41 
     42 /* Define to 1 if you have the <dlfcn.h> header file. */
     43 #define HAVE_DLFCN_H 1
     44 
     45 /* Define to 1 if you have the `dprintf' function. */
     46 #define HAVE_DPRINTF 1
     47 
     48 /* Define to 1 if you have the <err.h> header file. */
     49 #define HAVE_ERR_H 1
     50 
     51 /* Define to 1 if you have the <fcntl.h> header file. */
     52 #define HAVE_FCNTL_H 1
     53 
     54 /* Define to 1 if you have the `fmtcheck' function. */
     55 #define HAVE_FMTCHECK 1
     56 
     57 /* Define to 1 if you have the `fork' function. */
     58 #define HAVE_FORK 1
     59 
     60 /* Define to 1 if you have the `freelocale' function. */
     61 #define HAVE_FREELOCALE 1
     62 
     63 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
     64 #define HAVE_FSEEKO 1
     65 
     66 /* Define to 1 if you have the `getline' function. */
     67 #define HAVE_GETLINE 1
     68 
     69 /* Define to 1 if you have the <getopt.h> header file. */
     70 #define HAVE_GETOPT_H 1
     71 
     72 /* Define to 1 if you have the `getopt_long' function. */
     73 #define HAVE_GETOPT_LONG 1
     74 
     75 /* Define to 1 if you have the `getpagesize' function. */
     76 #define HAVE_GETPAGESIZE 1
     77 
     78 /* Define to 1 if you have the `gmtime_r' function. */
     79 #define HAVE_GMTIME_R 1
     80 
     81 /* Define to 1 if the system has the type `intptr_t'. */
     82 #define HAVE_INTPTR_T 1
     83 
     84 /* Define to 1 if you have the <inttypes.h> header file. */
     85 #define HAVE_INTTYPES_H 1
     86 
     87 /* Define to 1 if you have the `bz2' library (-lbz2). */
     88 #define HAVE_LIBBZ2 1
     89 
     90 /* Define to 1 if you have the `gnurx' library (-lgnurx). */
     91 /* #undef HAVE_LIBGNURX */
     92 
     93 /* Define to 1 if you have the `lz' library (-llz). */
     94 /* #undef HAVE_LIBLZ */
     95 
     96 /* Define to 1 if you have the `lzma' library (-llzma). */
     97 #define HAVE_LIBLZMA 1
     98 
     99 /* Define to 1 if you have the `seccomp' library (-lseccomp). */
    100 /* #undef HAVE_LIBSECCOMP */
    101 
    102 /* Define to 1 if you have the `z' library (-lz). */
    103 #define HAVE_LIBZ 1
    104 
    105 /* Define to 1 if you have the `zstd' library (-lzstd). */
    106 #define HAVE_LIBZSTD 1
    107 
    108 /* Define to 1 if you have the `localtime_r' function. */
    109 #define HAVE_LOCALTIME_R 1
    110 
    111 /* Define to 1 if you have the <lzlib.h> header file. */
    112 /* #undef HAVE_LZLIB_H */
    113 
    114 /* Define to 1 if you have the <lzma.h> header file. */
    115 #define HAVE_LZMA_H 1
    116 
    117 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
    118 #define HAVE_MBRTOWC 1
    119 
    120 /* Define to 1 if <wchar.h> declares mbstate_t. */
    121 #define HAVE_MBSTATE_T 1
    122 
    123 /* Define to 1 if you have the `memmem' function. */
    124 #define HAVE_MEMMEM 1
    125 
    126 /* Define to 1 if you have the <minix/config.h> header file. */
    127 /* #undef HAVE_MINIX_CONFIG_H */
    128 
    129 /* Define to 1 if you have the `mkostemp' function. */
    130 #define HAVE_MKOSTEMP 1
    131 
    132 /* Define to 1 if you have the `mkstemp' function. */
    133 #define HAVE_MKSTEMP 1
    134 
    135 /* Define to 1 if you have a working `mmap' system call. */
    136 #define HAVE_MMAP 1
    137 
    138 /* Define to 1 if you have the `newlocale' function. */
    139 #define HAVE_NEWLOCALE 1
    140 
    141 /* Define to 1 if you have the `pipe2' function. */
    142 #define HAVE_PIPE2 1
    143 
    144 /* Define to 1 if you have the `posix_spawnp' function. */
    145 #define HAVE_POSIX_SPAWNP 1
    146 
    147 /* Define to 1 if you have the `pread' function. */
    148 #define HAVE_PREAD 1
    149 
    150 /* Have sig_t type */
    151 #define HAVE_SIG_T 1
    152 
    153 /* Define to 1 if you have the <spawn.h> header file. */
    154 #define HAVE_SPAWN_H 1
    155 
    156 /* Define to 1 if you have the <stdint.h> header file. */
    157 #define HAVE_STDINT_H 1
    158 
    159 /* Define to 1 if you have the <stdio.h> header file. */
    160 #define HAVE_STDIO_H 1
    161 
    162 /* Define to 1 if you have the <stdlib.h> header file. */
    163 #define HAVE_STDLIB_H 1
    164 
    165 /* Define to 1 if you have the `strcasestr' function. */
    166 #define HAVE_STRCASESTR 1
    167 
    168 /* Define to 1 if you have the <strings.h> header file. */
    169 #define HAVE_STRINGS_H 1
    170 
    171 /* Define to 1 if you have the <string.h> header file. */
    172 #define HAVE_STRING_H 1
    173 
    174 /* Define to 1 if you have the `strlcat' function. */
    175 #define HAVE_STRLCAT 1
    176 
    177 /* Define to 1 if you have the `strlcpy' function. */
    178 #define HAVE_STRLCPY 1
    179 
    180 /* Define to 1 if you have the `strndup' function. */
    181 #define HAVE_STRNDUP 1
    182 
    183 /* Define to 1 if you have the `strtof' function. */
    184 #define HAVE_STRTOF 1
    185 
    186 /* HAVE_STRUCT_OPTION */
    187 #define HAVE_STRUCT_OPTION 1
    188 
    189 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
    190 #define HAVE_STRUCT_STAT_ST_RDEV 1
    191 
    192 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
    193 #define HAVE_STRUCT_TM_TM_GMTOFF 1
    194 
    195 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
    196 #define HAVE_STRUCT_TM_TM_ZONE 1
    197 
    198 /* Define to 1 if you have the <sys/bswap.h> header file. */
    199 #define HAVE_SYS_BSWAP_H 1
    200 
    201 /* Define to 1 if you have the <sys/ioctl.h> header file. */
    202 #define HAVE_SYS_IOCTL_H 1
    203 
    204 /* Define to 1 if you have the <sys/mman.h> header file. */
    205 #define HAVE_SYS_MMAN_H 1
    206 
    207 /* Define to 1 if you have the <sys/param.h> header file. */
    208 #define HAVE_SYS_PARAM_H 1
    209 
    210 /* Define to 1 if you have the <sys/stat.h> header file. */
    211 #define HAVE_SYS_STAT_H 1
    212 
    213 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
    214 /* #undef HAVE_SYS_SYSMACROS_H */
    215 
    216 /* Define to 1 if you have the <sys/time.h> header file. */
    217 #define HAVE_SYS_TIME_H 1
    218 
    219 /* Define to 1 if you have the <sys/types.h> header file. */
    220 #define HAVE_SYS_TYPES_H 1
    221 
    222 /* Define to 1 if you have the <sys/utime.h> header file. */
    223 /* #undef HAVE_SYS_UTIME_H */
    224 
    225 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
    226 #define HAVE_SYS_WAIT_H 1
    227 
    228 /* HAVE_TM_ISDST */
    229 #define HAVE_TM_ISDST 1
    230 
    231 /* HAVE_TM_ZONE */
    232 #define HAVE_TM_ZONE 1
    233 
    234 /* HAVE_TZNAME */
    235 #define HAVE_TZNAME 1
    236 
    237 /* Define to 1 if the system has the type `uintptr_t'. */
    238 #define HAVE_UINTPTR_T 1
    239 
    240 /* Define to 1 if you have the <unistd.h> header file. */
    241 #define HAVE_UNISTD_H 1
    242 
    243 /* Define to 1 if you have the `uselocale' function. */
    244 /* #undef HAVE_USELOCALE */
    245 
    246 /* Define to 1 if you have the `utime' function. */
    247 #define HAVE_UTIME 1
    248 
    249 /* Define to 1 if you have the `utimes' function. */
    250 #define HAVE_UTIMES 1
    251 
    252 /* Define to 1 if you have the <utime.h> header file. */
    253 #define HAVE_UTIME_H 1
    254 
    255 /* Define to 1 if you have the `vasprintf' function. */
    256 #define HAVE_VASPRINTF 1
    257 
    258 /* Define to 1 if you have the `vfork' function. */
    259 #define HAVE_VFORK 1
    260 
    261 /* Define to 1 if you have the <vfork.h> header file. */
    262 /* #undef HAVE_VFORK_H */
    263 
    264 /* Define to 1 or 0, depending whether the compiler supports simple visibility
    265    declarations. */
    266 #define HAVE_VISIBILITY 1
    267 
    268 /* Define to 1 if you have the <wchar.h> header file. */
    269 #define HAVE_WCHAR_H 1
    270 
    271 /* Define to 1 if you have the <wctype.h> header file. */
    272 #define HAVE_WCTYPE_H 1
    273 
    274 /* Define to 1 if you have the `wcwidth' function. */
    275 #define HAVE_WCWIDTH 1
    276 
    277 /* Define to 1 if `fork' works. */
    278 #define HAVE_WORKING_FORK 1
    279 
    280 /* Define to 1 if `vfork' works. */
    281 #define HAVE_WORKING_VFORK 1
    282 
    283 /* Define to 1 if you have the <xlocale.h> header file. */
    284 /* #undef HAVE_XLOCALE_H */
    285 
    286 /* Define to 1 if you have the <zlib.h> header file. */
    287 #define HAVE_ZLIB_H 1
    288 
    289 /* Define to 1 if you have the <zstd_errors.h> header file. */
    290 #define HAVE_ZSTD_ERRORS_H 1
    291 
    292 /* Define to 1 if you have the <zstd.h> header file. */
    293 #define HAVE_ZSTD_H 1
    294 
    295 /* Define to the sub-directory where libtool stores uninstalled libraries. */
    296 #define LT_OBJDIR ".libs/"
    297 
    298 /* Enable lzlib compression support */
    299 /* #undef LZLIBSUPPORT */
    300 
    301 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
    302    */
    303 /* #undef MAJOR_IN_MKDEV */
    304 
    305 /* Define to 1 if `major', `minor', and `makedev' are declared in
    306    <sysmacros.h>. */
    307 /* #undef MAJOR_IN_SYSMACROS */
    308 
    309 /* Name of package */
    310 #define PACKAGE "file"
    311 
    312 /* Define to the address where bug reports for this package should be sent. */
    313 #define PACKAGE_BUGREPORT "christos (at) astron.com"
    314 
    315 /* Define to the full name of this package. */
    316 #define PACKAGE_NAME "file"
    317 
    318 /* Define to the full name and version of this package. */
    319 #define PACKAGE_STRING "file 5.45"
    320 
    321 /* Define to the one symbol short name of this package. */
    322 #define PACKAGE_TARNAME "file"
    323 
    324 /* Define to the home page for this package. */
    325 #define PACKAGE_URL ""
    326 
    327 /* Define to the version of this package. */
    328 #define PACKAGE_VERSION "5.45"
    329 
    330 /* Define to 1 if all of the C90 standard headers exist (not just the ones
    331    required in a freestanding environment). This macro is provided for
    332    backward compatibility; new code need not use it. */
    333 #define STDC_HEADERS 1
    334 
    335 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
    336 /* #undef TM_IN_SYS_TIME */
    337 
    338 /* Enable extensions on AIX 3, Interix.  */
    339 #ifndef _ALL_SOURCE
    340 # define _ALL_SOURCE 1
    341 #endif
    342 /* Enable general extensions on macOS.  */
    343 #ifndef _DARWIN_C_SOURCE
    344 # define _DARWIN_C_SOURCE 1
    345 #endif
    346 /* Enable general extensions on Solaris.  */
    347 #ifndef __EXTENSIONS__
    348 # define __EXTENSIONS__ 1
    349 #endif
    350 /* Enable GNU extensions on systems that have them.  */
    351 #ifndef _GNU_SOURCE
    352 # define _GNU_SOURCE 1
    353 #endif
    354 /* Enable X/Open compliant socket functions that do not require linking
    355    with -lxnet on HP-UX 11.11.  */
    356 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
    357 # define _HPUX_ALT_XOPEN_SOCKET_API 1
    358 #endif
    359 /* Identify the host operating system as Minix.
    360    This macro does not affect the system headers' behavior.
    361    A future release of Autoconf may stop defining this macro.  */
    362 #ifndef _MINIX
    363 /* # undef _MINIX */
    364 #endif
    365 /* Enable general extensions on NetBSD.
    366    Enable NetBSD compatibility extensions on Minix.  */
    367 #ifndef _NETBSD_SOURCE
    368 # define _NETBSD_SOURCE 1
    369 #endif
    370 /* Enable OpenBSD compatibility extensions on NetBSD.
    371    Oddly enough, this does nothing on OpenBSD.  */
    372 #ifndef _OPENBSD_SOURCE
    373 # define _OPENBSD_SOURCE 1
    374 #endif
    375 /* Define to 1 if needed for POSIX-compatible behavior.  */
    376 #ifndef _POSIX_SOURCE
    377 /* # undef _POSIX_SOURCE */
    378 #endif
    379 /* Define to 2 if needed for POSIX-compatible behavior.  */
    380 #ifndef _POSIX_1_SOURCE
    381 /* # undef _POSIX_1_SOURCE */
    382 #endif
    383 /* Enable POSIX-compatible threading on Solaris.  */
    384 #ifndef _POSIX_PTHREAD_SEMANTICS
    385 # define _POSIX_PTHREAD_SEMANTICS 1
    386 #endif
    387 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
    388 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
    389 # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
    390 #endif
    391 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
    392 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
    393 # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
    394 #endif
    395 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
    396 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
    397 # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
    398 #endif
    399 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
    400 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
    401 # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
    402 #endif
    403 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
    404 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
    405 # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
    406 #endif
    407 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
    408 #ifndef __STDC_WANT_LIB_EXT2__
    409 # define __STDC_WANT_LIB_EXT2__ 1
    410 #endif
    411 /* Enable extensions specified by ISO/IEC 24747:2009.  */
    412 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
    413 # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
    414 #endif
    415 /* Enable extensions on HP NonStop.  */
    416 #ifndef _TANDEM_SOURCE
    417 # define _TANDEM_SOURCE 1
    418 #endif
    419 /* Enable X/Open extensions.  Define to 500 only if necessary
    420    to make mbstate_t available.  */
    421 #ifndef _XOPEN_SOURCE
    422 /* # undef _XOPEN_SOURCE */
    423 #endif
    424 
    425 
    426 /* Version number of package */
    427 #define VERSION "5.45"
    428 
    429 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    430    significant byte first (like Motorola and SPARC, unlike Intel). */
    431 #if defined AC_APPLE_UNIVERSAL_BUILD
    432 # if defined __BIG_ENDIAN__
    433 #  define WORDS_BIGENDIAN 1
    434 # endif
    435 #else
    436 # ifndef WORDS_BIGENDIAN
    437 /* #  undef WORDS_BIGENDIAN */
    438 # endif
    439 #endif
    440 
    441 /* Enable xzlib compression support */
    442 #define XZLIBSUPPORT 1
    443 
    444 /* Enable zlib compression support */
    445 #define ZLIBSUPPORT 1
    446 
    447 /* Enable zstdlib compression support */
    448 #define ZSTDLIBSUPPORT 1
    449 
    450 /* Number of bits in a file offset, on hosts where this is settable. */
    451 /* #undef _FILE_OFFSET_BITS */
    452 
    453 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
    454 /* #undef _LARGEFILE_SOURCE */
    455 
    456 /* Define for large files, on AIX-style hosts. */
    457 /* #undef _LARGE_FILES */
    458 
    459 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
    460    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
    461    #define below would cause a syntax error. */
    462 /* #undef _UINT32_T */
    463 
    464 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
    465    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
    466    #define below would cause a syntax error. */
    467 /* #undef _UINT64_T */
    468 
    469 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
    470    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
    471    #define below would cause a syntax error. */
    472 /* #undef _UINT8_T */
    473 
    474 /* Define to the type of a signed integer type of width exactly 32 bits if
    475    such a type exists and the standard includes do not define it. */
    476 /* #undef int32_t */
    477 
    478 /* Define to the type of a signed integer type of width exactly 64 bits if
    479    such a type exists and the standard includes do not define it. */
    480 /* #undef int64_t */
    481 
    482 /* Define to the type of a signed integer type wide enough to hold a pointer,
    483    if such a type exists, and if the system does not define it. */
    484 /* #undef intptr_t */
    485 
    486 /* Define to a type if <wchar.h> does not define. */
    487 /* #undef mbstate_t */
    488 
    489 /* Define to `long int' if <sys/types.h> does not define. */
    490 /* #undef off_t */
    491 
    492 /* Define as a signed integer type capable of holding a process identifier. */
    493 /* #undef pid_t */
    494 
    495 /* Define to `unsigned int' if <sys/types.h> does not define. */
    496 /* #undef size_t */
    497 
    498 /* Define to the type of an unsigned integer type of width exactly 16 bits if
    499    such a type exists and the standard includes do not define it. */
    500 /* #undef uint16_t */
    501 
    502 /* Define to the type of an unsigned integer type of width exactly 32 bits if
    503    such a type exists and the standard includes do not define it. */
    504 /* #undef uint32_t */
    505 
    506 /* Define to the type of an unsigned integer type of width exactly 64 bits if
    507    such a type exists and the standard includes do not define it. */
    508 /* #undef uint64_t */
    509 
    510 /* Define to the type of an unsigned integer type of width exactly 8 bits if
    511    such a type exists and the standard includes do not define it. */
    512 /* #undef uint8_t */
    513 
    514 /* Define to the type of an unsigned integer type wide enough to hold a
    515    pointer, if such a type exists, and if the system does not define it. */
    516 /* #undef uintptr_t */
    517 
    518 /* Define as `fork' if `vfork' does not work. */
    519 /* #undef vfork */
    520