1 /* $FreeBSD$ */ 2 3 /* Get __FreeBSD_version. */ 4 #include <osreldate.h> 5 6 /* Only specific versions of FreeBSD support xlocale */ 7 #if __FreeBSD_version >= 1000002 || (__FreeBSD_version < 1000000 && __FreeBSD_version >= 900506) 8 #define FREEBSD_XLOCALE_SUPPORT 1 9 #endif 10 11 /* config.h. Generated from config.h.in by configure. */ 12 /* config.h.in. Generated from configure.ac by autoheader. */ 13 14 /* Define if building universal (internal helper macro) */ 15 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 16 17 /* Define in built-in ELF support is used */ 18 #define BUILTIN_ELF 1 19 20 /* Define for ELF core file support */ 21 #define ELFCORE 1 22 23 /* Define to 1 if you have the `asctime_r' function. */ 24 #define HAVE_ASCTIME_R 1 25 26 /* Define to 1 if you have the `asprintf' function. */ 27 #define HAVE_ASPRINTF 1 28 29 /* Define to 1 if you have the `ctime_r' function. */ 30 #define HAVE_CTIME_R 1 31 32 /* HAVE_DAYLIGHT */ 33 /* #undef HAVE_DAYLIGHT */ 34 35 /* Define to 1 if you have the declaration of `daylight', and to 0 if you 36 don't. */ 37 #define HAVE_DECL_DAYLIGHT 0 38 39 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. 40 */ 41 #define HAVE_DECL_TZNAME 1 42 43 /* Define to 1 if you have the <dlfcn.h> header file. */ 44 #define HAVE_DLFCN_H 1 45 46 /* Define to 1 if you have the `dprintf' function. */ 47 #define HAVE_DPRINTF 1 48 49 /* Define to 1 if you have the <err.h> header file. */ 50 #define HAVE_ERR_H 1 51 52 /* Define to 1 if you have the <fcntl.h> header file. */ 53 #define HAVE_FCNTL_H 1 54 55 /* Define to 1 if you have the `fmtcheck' function. */ 56 #define HAVE_FMTCHECK 1 57 58 /* Define to 1 if you have the `fork' function. */ 59 #define HAVE_FORK 1 60 61 /* Define to 1 if you have the `freelocale' function. */ 62 #ifdef FREEBSD_XLOCALE_SUPPORT 63 #define HAVE_FREELOCALE 1 64 #endif 65 66 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 67 #define HAVE_FSEEKO 1 68 69 /* Define to 1 if you have the `getline' function. */ 70 #define HAVE_GETLINE 1 71 72 /* Define to 1 if you have the <getopt.h> header file. */ 73 #define HAVE_GETOPT_H 1 74 75 /* Define to 1 if you have the `getopt_long' function. */ 76 #define HAVE_GETOPT_LONG 1 77 78 /* Define to 1 if you have the `getpagesize' function. */ 79 #define HAVE_GETPAGESIZE 1 80 81 /* Define to 1 if you have the `gmtime_r' function. */ 82 #define HAVE_GMTIME_R 1 83 84 /* Define to 1 if the system has the type `intptr_t'. */ 85 #define HAVE_INTPTR_T 1 86 87 /* Define to 1 if you have the <inttypes.h> header file. */ 88 #define HAVE_INTTYPES_H 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 `seccomp' library (-lseccomp). */ 94 /* #undef HAVE_LIBSECCOMP */ 95 96 /* Define to 1 if you have the `z' library (-lz). */ 97 #define HAVE_LIBZ 1 98 99 /* Define to 1 if you have the `localtime_r' function. */ 100 #define HAVE_LOCALTIME_R 1 101 102 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */ 103 #define HAVE_MBRTOWC 1 104 105 /* Define to 1 if <wchar.h> declares mbstate_t. */ 106 #define HAVE_MBSTATE_T 1 107 108 /* Define to 1 if you have the `memmem' function. */ 109 #define HAVE_MEMMEM 1 110 111 /* Define to 1 if you have the <memory.h> header file. */ 112 #define HAVE_MEMORY_H 1 113 114 /* Define to 1 if you have the `mkostemp' function. */ 115 #define HAVE_MKOSTEMP 1 116 117 /* Define to 1 if you have the `mkstemp' function. */ 118 #define HAVE_MKSTEMP 1 119 120 /* Define to 1 if you have a working `mmap' system call. */ 121 #define HAVE_MMAP 1 122 123 /* Define to 1 if you have the `newlocale' function. */ 124 #ifdef FREEBSD_XLOCALE_SUPPORT 125 #define HAVE_NEWLOCALE 1 126 #endif 127 128 /* Define to 1 if you have the `pread' function. */ 129 #define HAVE_PREAD 1 130 131 /* Have sig_t type */ 132 #define HAVE_SIG_T 1 133 134 /* Define to 1 if you have the <stdint.h> header file. */ 135 #define HAVE_STDINT_H 1 136 137 /* Define to 1 if you have the <stdlib.h> header file. */ 138 #define HAVE_STDLIB_H 1 139 140 /* Define to 1 if you have the `strcasestr' function. */ 141 #define HAVE_STRCASESTR 1 142 143 /* Define to 1 if you have the <strings.h> header file. */ 144 #define HAVE_STRINGS_H 1 145 146 /* Define to 1 if you have the <string.h> header file. */ 147 #define HAVE_STRING_H 1 148 149 /* Define to 1 if you have the `strlcat' function. */ 150 #define HAVE_STRLCAT 1 151 152 /* Define to 1 if you have the `strlcpy' function. */ 153 #define HAVE_STRLCPY 1 154 155 /* Define to 1 if you have the `strndup' function. */ 156 #define HAVE_STRNDUP 1 157 158 /* Define to 1 if you have the `strtof' function. */ 159 #define HAVE_STRTOF 1 160 161 /* HAVE_STRUCT_OPTION */ 162 #define HAVE_STRUCT_OPTION 1 163 164 /* Define to 1 if `st_rdev' is a member of `struct stat'. */ 165 #define HAVE_STRUCT_STAT_ST_RDEV 1 166 167 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */ 168 #define HAVE_STRUCT_TM_TM_GMTOFF 1 169 170 /* Define to 1 if `tm_zone' is a member of `struct tm'. */ 171 #define HAVE_STRUCT_TM_TM_ZONE 1 172 173 /* Define to 1 if you have the <sys/mman.h> header file. */ 174 #define HAVE_SYS_MMAN_H 1 175 176 /* Define to 1 if you have the <sys/param.h> header file. */ 177 #define HAVE_SYS_PARAM_H 1 178 179 /* Define to 1 if you have the <sys/stat.h> header file. */ 180 #define HAVE_SYS_STAT_H 1 181 182 /* Define to 1 if you have the <sys/sysmacros.h> header file. */ 183 /* #undef HAVE_SYS_SYSMACROS_H */ 184 185 /* Define to 1 if you have the <sys/time.h> header file. */ 186 #define HAVE_SYS_TIME_H 1 187 188 /* Define to 1 if you have the <sys/types.h> header file. */ 189 #define HAVE_SYS_TYPES_H 1 190 191 /* Define to 1 if you have the <sys/utime.h> header file. */ 192 /* #undef HAVE_SYS_UTIME_H */ 193 194 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 195 #define HAVE_SYS_WAIT_H 1 196 197 /* HAVE_TM_ISDST */ 198 #define HAVE_TM_ISDST 1 199 200 /* HAVE_TM_ZONE */ 201 #define HAVE_TM_ZONE 1 202 203 /* HAVE_TZNAME */ 204 #define HAVE_TZNAME 1 205 206 /* Define to 1 if the system has the type `uintptr_t'. */ 207 #define HAVE_UINTPTR_T 1 208 209 /* Define to 1 if you have the <unistd.h> header file. */ 210 #define HAVE_UNISTD_H 1 211 212 /* Define to 1 if you have the `uselocale' function. */ 213 #ifdef FREEBSD_XLOCALE_SUPPORT 214 #define HAVE_USELOCALE 1 215 #endif 216 217 /* Define to 1 if you have the `utime' function. */ 218 #define HAVE_UTIME 1 219 220 /* Define to 1 if you have the `utimes' function. */ 221 #define HAVE_UTIMES 1 222 223 /* Define to 1 if you have the <utime.h> header file. */ 224 #define HAVE_UTIME_H 1 225 226 /* Define to 1 if you have the `vasprintf' function. */ 227 #define HAVE_VASPRINTF 1 228 229 /* Define to 1 if you have the `vfork' function. */ 230 #define HAVE_VFORK 1 231 232 /* Define to 1 if you have the <vfork.h> header file. */ 233 /* #undef HAVE_VFORK_H */ 234 235 /* Define to 1 or 0, depending whether the compiler supports simple visibility 236 declarations. */ 237 #define HAVE_VISIBILITY 1 238 239 /* Define to 1 if you have the <wchar.h> header file. */ 240 #define HAVE_WCHAR_H 1 241 242 /* Define to 1 if you have the <wctype.h> header file. */ 243 #define HAVE_WCTYPE_H 1 244 245 /* Define to 1 if you have the `wcwidth' function. */ 246 #define HAVE_WCWIDTH 1 247 248 /* Define to 1 if `fork' works. */ 249 #define HAVE_WORKING_FORK 1 250 251 /* Define to 1 if `vfork' works. */ 252 #define HAVE_WORKING_VFORK 1 253 254 /* Define to 1 if you have the <xlocale.h> header file. */ 255 #ifdef FREEBSD_XLOCALE_SUPPORT 256 #define HAVE_XLOCALE_H 1 257 #endif 258 259 /* Define to 1 if you have the <zlib.h> header file. */ 260 #define HAVE_ZLIB_H 1 261 262 /* Define to the sub-directory in which libtool stores uninstalled libraries. 263 */ 264 #define LT_OBJDIR ".libs/" 265 266 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 267 */ 268 /* #undef MAJOR_IN_MKDEV */ 269 270 /* Define to 1 if `major', `minor', and `makedev' are declared in 271 <sysmacros.h>. */ 272 /* #undef MAJOR_IN_SYSMACROS */ 273 274 /* Name of package */ 275 #define PACKAGE "file" 276 277 /* Define to the address where bug reports for this package should be sent. */ 278 #define PACKAGE_BUGREPORT "christos@astron.com" 279 280 /* Define to the full name of this package. */ 281 #define PACKAGE_NAME "file" 282 283 /* Define to the full name and version of this package. */ 284 #define PACKAGE_STRING "file 5.37" 285 286 /* Define to the one symbol short name of this package. */ 287 #define PACKAGE_TARNAME "file" 288 289 /* Define to the home page for this package. */ 290 #define PACKAGE_URL "" 291 292 /* Define to the version of this package. */ 293 #define PACKAGE_VERSION "5.37" 294 295 /* Define to 1 if you have the ANSI C header files. */ 296 #define STDC_HEADERS 1 297 298 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 299 /* #undef TM_IN_SYS_TIME */ 300 301 /* Enable extensions on AIX 3, Interix. */ 302 #ifndef _ALL_SOURCE 303 # define _ALL_SOURCE 1 304 #endif 305 /* Enable GNU extensions on systems that have them. */ 306 #ifndef _GNU_SOURCE 307 # define _GNU_SOURCE 1 308 #endif 309 /* Enable threading extensions on Solaris. */ 310 #ifndef _POSIX_PTHREAD_SEMANTICS 311 # define _POSIX_PTHREAD_SEMANTICS 1 312 #endif 313 /* Enable extensions on HP NonStop. */ 314 #ifndef _TANDEM_SOURCE 315 # define _TANDEM_SOURCE 1 316 #endif 317 /* Enable general extensions on Solaris. */ 318 #ifndef __EXTENSIONS__ 319 # define __EXTENSIONS__ 1 320 #endif 321 322 323 /* Version number of package */ 324 #define VERSION "5.37" 325 326 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 327 significant byte first (like Motorola and SPARC, unlike Intel). */ 328 #if defined AC_APPLE_UNIVERSAL_BUILD 329 # if defined __BIG_ENDIAN__ 330 # define WORDS_BIGENDIAN 1 331 # endif 332 #else 333 # ifndef WORDS_BIGENDIAN 334 /* # undef WORDS_BIGENDIAN */ 335 # endif 336 #endif 337 338 /* Enable zlib compression support */ 339 #define ZLIBSUPPORT 1 340 341 /* Enable large inode numbers on Mac OS X 10.5. */ 342 #ifndef _DARWIN_USE_64_BIT_INODE 343 # define _DARWIN_USE_64_BIT_INODE 1 344 #endif 345 346 /* Number of bits in a file offset, on hosts where this is settable. */ 347 /* #undef _FILE_OFFSET_BITS */ 348 349 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 350 /* #undef _LARGEFILE_SOURCE */ 351 352 /* Define for large files, on AIX-style hosts. */ 353 /* #undef _LARGE_FILES */ 354 355 /* Define to 1 if on MINIX. */ 356 /* #undef _MINIX */ 357 358 /* Define to 2 if the system does not provide POSIX.1 features except with 359 this defined. */ 360 /* #undef _POSIX_1_SOURCE */ 361 362 /* Define to 1 if you need to in order for `stat' and other things to work. */ 363 /* #undef _POSIX_SOURCE */ 364 365 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 366 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 367 #define below would cause a syntax error. */ 368 /* #undef _UINT32_T */ 369 370 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 371 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 372 #define below would cause a syntax error. */ 373 /* #undef _UINT64_T */ 374 375 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 376 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 377 #define below would cause a syntax error. */ 378 /* #undef _UINT8_T */ 379 380 /* Define to empty if `const' does not conform to ANSI C. */ 381 /* #undef const */ 382 383 /* Define to the type of a signed integer type of width exactly 32 bits if 384 such a type exists and the standard includes do not define it. */ 385 /* #undef int32_t */ 386 387 /* Define to the type of a signed integer type of width exactly 64 bits if 388 such a type exists and the standard includes do not define it. */ 389 /* #undef int64_t */ 390 391 /* Define to the type of a signed integer type wide enough to hold a pointer, 392 if such a type exists, and if the system does not define it. */ 393 /* #undef intptr_t */ 394 395 /* Define to a type if <wchar.h> does not define. */ 396 /* #undef mbstate_t */ 397 398 /* Define to `long int' if <sys/types.h> does not define. */ 399 /* #undef off_t */ 400 401 /* Define to `int' if <sys/types.h> does not define. */ 402 /* #undef pid_t */ 403 404 /* Define to `unsigned int' if <sys/types.h> does not define. */ 405 /* #undef size_t */ 406 407 /* Define to the type of an unsigned integer type of width exactly 16 bits if 408 such a type exists and the standard includes do not define it. */ 409 /* #undef uint16_t */ 410 411 /* Define to the type of an unsigned integer type of width exactly 32 bits if 412 such a type exists and the standard includes do not define it. */ 413 /* #undef uint32_t */ 414 415 /* Define to the type of an unsigned integer type of width exactly 64 bits if 416 such a type exists and the standard includes do not define it. */ 417 /* #undef uint64_t */ 418 419 /* Define to the type of an unsigned integer type of width exactly 8 bits if 420 such a type exists and the standard includes do not define it. */ 421 /* #undef uint8_t */ 422 423 /* Define to the type of an unsigned integer type wide enough to hold a 424 pointer, if such a type exists, and if the system does not define it. */ 425 /* #undef uintptr_t */ 426 427 /* Define as `fork' if `vfork' does not work. */ 428 /* #undef vfork */ 429