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 /* #undef BZLIBSUPPORT */ 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 /* #undef HAVE_BZLIB_H */ 27 28 /* Define to 1 if you have the `ctime_r' function. */ 29 #define HAVE_CTIME_R 1 30 31 /* HAVE_DAYLIGHT */ 32 /* #undef HAVE_DAYLIGHT */ 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 0 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 /* #undef HAVE_LIBBZ2 */ 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 `lzma' library (-llzma). */ 94 /* #undef HAVE_LIBLZMA */ 95 96 /* Define to 1 if you have the `seccomp' library (-lseccomp). */ 97 /* #undef HAVE_LIBSECCOMP */ 98 99 /* Define to 1 if you have the `z' library (-lz). */ 100 #define HAVE_LIBZ 1 101 102 /* Define to 1 if you have the `localtime_r' function. */ 103 #define HAVE_LOCALTIME_R 1 104 105 /* Define to 1 if you have the <lzma.h> header file. */ 106 /* #undef HAVE_LZMA_H */ 107 108 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */ 109 #define HAVE_MBRTOWC 1 110 111 /* Define to 1 if <wchar.h> declares mbstate_t. */ 112 #define HAVE_MBSTATE_T 1 113 114 /* Define to 1 if you have the `memmem' function. */ 115 #define HAVE_MEMMEM 1 116 117 /* Define to 1 if you have the <memory.h> header file. */ 118 #define HAVE_MEMORY_H 1 119 120 /* Define to 1 if you have the `mkostemp' function. */ 121 #define HAVE_MKOSTEMP 1 122 123 /* Define to 1 if you have the `mkstemp' function. */ 124 #define HAVE_MKSTEMP 1 125 126 /* Define to 1 if you have a working `mmap' system call. */ 127 #define HAVE_MMAP 1 128 129 /* Define to 1 if you have the `newlocale' function. */ 130 #define HAVE_NEWLOCALE 1 131 132 /* Define to 1 if you have the `pipe2' function. */ 133 #ifndef __APPLE__ /* Cross building tools on macOS */ 134 #define HAVE_PIPE2 1 135 #endif 136 137 /* Define to 1 if you have the `posix_spawnp' function. */ 138 #define HAVE_POSIX_SPAWNP 1 139 140 /* Define to 1 if you have the `pread' function. */ 141 #define HAVE_PREAD 1 142 143 /* Have sig_t type */ 144 #define HAVE_SIG_T 1 145 146 /* Define to 1 if you have the <spawn.h> header file. */ 147 #define HAVE_SPAWN_H 1 148 149 /* Define to 1 if you have the <stdint.h> header file. */ 150 #define HAVE_STDINT_H 1 151 152 /* Define to 1 if you have the <stdlib.h> header file. */ 153 #define HAVE_STDLIB_H 1 154 155 /* Define to 1 if you have the `strcasestr' function. */ 156 #define HAVE_STRCASESTR 1 157 158 /* Define to 1 if you have the <strings.h> header file. */ 159 #define HAVE_STRINGS_H 1 160 161 /* Define to 1 if you have the <string.h> header file. */ 162 #define HAVE_STRING_H 1 163 164 /* Define to 1 if you have the `strlcat' function. */ 165 #define HAVE_STRLCAT 1 166 167 /* Define to 1 if you have the `strlcpy' function. */ 168 #define HAVE_STRLCPY 1 169 170 /* Define to 1 if you have the `strndup' function. */ 171 #define HAVE_STRNDUP 1 172 173 /* Define to 1 if you have the `strtof' function. */ 174 #define HAVE_STRTOF 1 175 176 /* HAVE_STRUCT_OPTION */ 177 #define HAVE_STRUCT_OPTION 1 178 179 /* Define to 1 if `st_rdev' is a member of `struct stat'. */ 180 #define HAVE_STRUCT_STAT_ST_RDEV 1 181 182 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */ 183 #define HAVE_STRUCT_TM_TM_GMTOFF 1 184 185 /* Define to 1 if `tm_zone' is a member of `struct tm'. */ 186 #define HAVE_STRUCT_TM_TM_ZONE 1 187 188 /* Define to 1 if you have the <sys/bswap.h> header file. */ 189 /* #undef HAVE_SYS_BSWAP_H */ 190 191 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 192 #define HAVE_SYS_IOCTL_H 1 193 194 /* Define to 1 if you have the <sys/mman.h> header file. */ 195 #define HAVE_SYS_MMAN_H 1 196 197 /* Define to 1 if you have the <sys/param.h> header file. */ 198 #define HAVE_SYS_PARAM_H 1 199 200 /* Define to 1 if you have the <sys/stat.h> header file. */ 201 #define HAVE_SYS_STAT_H 1 202 203 /* Define to 1 if you have the <sys/sysmacros.h> header file. */ 204 /* #undef HAVE_SYS_SYSMACROS_H */ 205 206 /* Define to 1 if you have the <sys/time.h> header file. */ 207 #define HAVE_SYS_TIME_H 1 208 209 /* Define to 1 if you have the <sys/types.h> header file. */ 210 #define HAVE_SYS_TYPES_H 1 211 212 /* Define to 1 if you have the <sys/utime.h> header file. */ 213 /* #undef HAVE_SYS_UTIME_H */ 214 215 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 216 #define HAVE_SYS_WAIT_H 1 217 218 /* HAVE_TM_ISDST */ 219 #define HAVE_TM_ISDST 1 220 221 /* HAVE_TM_ZONE */ 222 #define HAVE_TM_ZONE 1 223 224 /* HAVE_TZNAME */ 225 #define HAVE_TZNAME 1 226 227 /* Define to 1 if the system has the type `uintptr_t'. */ 228 #define HAVE_UINTPTR_T 1 229 230 /* Define to 1 if you have the <unistd.h> header file. */ 231 #define HAVE_UNISTD_H 1 232 233 /* Define to 1 if you have the `uselocale' function. */ 234 #define HAVE_USELOCALE 1 235 236 /* Define to 1 if you have the `utime' function. */ 237 #define HAVE_UTIME 1 238 239 /* Define to 1 if you have the `utimes' function. */ 240 #define HAVE_UTIMES 1 241 242 /* Define to 1 if you have the <utime.h> header file. */ 243 #define HAVE_UTIME_H 1 244 245 /* Define to 1 if you have the `vasprintf' function. */ 246 #define HAVE_VASPRINTF 1 247 248 /* Define to 1 if you have the `vfork' function. */ 249 #define HAVE_VFORK 1 250 251 /* Define to 1 if you have the <vfork.h> header file. */ 252 /* #undef HAVE_VFORK_H */ 253 254 /* Define to 1 or 0, depending whether the compiler supports simple visibility 255 declarations. */ 256 #define HAVE_VISIBILITY 1 257 258 /* Define to 1 if you have the <wchar.h> header file. */ 259 #define HAVE_WCHAR_H 1 260 261 /* Define to 1 if you have the <wctype.h> header file. */ 262 #define HAVE_WCTYPE_H 1 263 264 /* Define to 1 if you have the `wcwidth' function. */ 265 #define HAVE_WCWIDTH 1 266 267 /* Define to 1 if `fork' works. */ 268 #define HAVE_WORKING_FORK 1 269 270 /* Define to 1 if `vfork' works. */ 271 #define HAVE_WORKING_VFORK 1 272 273 /* Define to 1 if you have the <xlocale.h> header file. */ 274 #ifndef __linux__ /* Cross building tools build with glibc on linux */ 275 #define HAVE_XLOCALE_H 1 276 #endif 277 278 /* Define to 1 if you have the <zlib.h> header file. */ 279 #define HAVE_ZLIB_H 1 280 281 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 282 #define LT_OBJDIR ".libs/" 283 284 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 285 */ 286 /* #undef MAJOR_IN_MKDEV */ 287 288 /* Define to 1 if `major', `minor', and `makedev' are declared in 289 <sysmacros.h>. */ 290 /* #undef MAJOR_IN_SYSMACROS */ 291 292 /* Name of package */ 293 #define PACKAGE "file" 294 295 /* Define to the address where bug reports for this package should be sent. */ 296 #define PACKAGE_BUGREPORT "christos@astron.com" 297 298 /* Define to the full name of this package. */ 299 #define PACKAGE_NAME "file" 300 301 /* Define to the full name and version of this package. */ 302 #define PACKAGE_STRING "file 5.42" 303 304 /* Define to the one symbol short name of this package. */ 305 #define PACKAGE_TARNAME "file" 306 307 /* Define to the home page for this package. */ 308 #define PACKAGE_URL "" 309 310 /* Define to the version of this package. */ 311 #define PACKAGE_VERSION "5.42" 312 313 /* Define to 1 if you have the ANSI C header files. */ 314 #define STDC_HEADERS 1 315 316 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 317 /* #undef TM_IN_SYS_TIME */ 318 319 /* Enable extensions on AIX 3, Interix. */ 320 #ifndef _ALL_SOURCE 321 # define _ALL_SOURCE 1 322 #endif 323 /* Enable GNU extensions on systems that have them. */ 324 #ifndef _GNU_SOURCE 325 # define _GNU_SOURCE 1 326 #endif 327 /* Enable threading extensions on Solaris. */ 328 #ifndef _POSIX_PTHREAD_SEMANTICS 329 # define _POSIX_PTHREAD_SEMANTICS 1 330 #endif 331 /* Enable extensions on HP NonStop. */ 332 #ifndef _TANDEM_SOURCE 333 # define _TANDEM_SOURCE 1 334 #endif 335 /* Enable general extensions on Solaris. */ 336 #ifndef __EXTENSIONS__ 337 # define __EXTENSIONS__ 1 338 #endif 339 340 341 /* Version number of package */ 342 #define VERSION "5.42" 343 344 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 345 significant byte first (like Motorola and SPARC, unlike Intel). */ 346 #if defined AC_APPLE_UNIVERSAL_BUILD 347 # if defined __BIG_ENDIAN__ 348 # define WORDS_BIGENDIAN 1 349 # endif 350 #else 351 # ifndef WORDS_BIGENDIAN 352 /* # undef WORDS_BIGENDIAN */ 353 # endif 354 #endif 355 356 /* Enable xzlib compression support */ 357 /* #undef XZLIBSUPPORT */ 358 359 /* Enable zlib compression support */ 360 #define ZLIBSUPPORT 1 361 362 /* Enable large inode numbers on Mac OS X 10.5. */ 363 #ifndef _DARWIN_USE_64_BIT_INODE 364 # define _DARWIN_USE_64_BIT_INODE 1 365 #endif 366 367 /* Number of bits in a file offset, on hosts where this is settable. */ 368 /* #undef _FILE_OFFSET_BITS */ 369 370 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 371 /* #undef _LARGEFILE_SOURCE */ 372 373 /* Define for large files, on AIX-style hosts. */ 374 /* #undef _LARGE_FILES */ 375 376 /* Define to 1 if on MINIX. */ 377 /* #undef _MINIX */ 378 379 /* Define to 2 if the system does not provide POSIX.1 features except with 380 this defined. */ 381 /* #undef _POSIX_1_SOURCE */ 382 383 /* Define to 1 if you need to in order for `stat' and other things to work. */ 384 /* #undef _POSIX_SOURCE */ 385 386 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 387 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 388 #define below would cause a syntax error. */ 389 /* #undef _UINT32_T */ 390 391 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 392 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 393 #define below would cause a syntax error. */ 394 /* #undef _UINT64_T */ 395 396 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 397 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 398 #define below would cause a syntax error. */ 399 /* #undef _UINT8_T */ 400 401 /* Define to the type of a signed integer type of width exactly 32 bits if 402 such a type exists and the standard includes do not define it. */ 403 /* #undef int32_t */ 404 405 /* Define to the type of a signed integer type of width exactly 64 bits if 406 such a type exists and the standard includes do not define it. */ 407 /* #undef int64_t */ 408 409 /* Define to the type of a signed integer type wide enough to hold a pointer, 410 if such a type exists, and if the system does not define it. */ 411 /* #undef intptr_t */ 412 413 /* Define to a type if <wchar.h> does not define. */ 414 /* #undef mbstate_t */ 415 416 /* Define to `long int' if <sys/types.h> does not define. */ 417 /* #undef off_t */ 418 419 /* Define to `int' if <sys/types.h> does not define. */ 420 /* #undef pid_t */ 421 422 /* Define to `unsigned int' if <sys/types.h> does not define. */ 423 /* #undef size_t */ 424 425 /* Define to the type of an unsigned integer type of width exactly 16 bits if 426 such a type exists and the standard includes do not define it. */ 427 /* #undef uint16_t */ 428 429 /* Define to the type of an unsigned integer type of width exactly 32 bits if 430 such a type exists and the standard includes do not define it. */ 431 /* #undef uint32_t */ 432 433 /* Define to the type of an unsigned integer type of width exactly 64 bits if 434 such a type exists and the standard includes do not define it. */ 435 /* #undef uint64_t */ 436 437 /* Define to the type of an unsigned integer type of width exactly 8 bits if 438 such a type exists and the standard includes do not define it. */ 439 /* #undef uint8_t */ 440 441 /* Define to the type of an unsigned integer type wide enough to hold a 442 pointer, if such a type exists, and if the system does not define it. */ 443 /* #undef uintptr_t */ 444 445 /* Define as `fork' if `vfork' does not work. */ 446 /* #undef vfork */ 447