11590Srgrimes/* $FreeBSD$ */
21590Srgrimes
31590Srgrimes/* Get __FreeBSD_version. */
41590Srgrimes#include <osreldate.h>
51590Srgrimes
61590Srgrimes/* Only specific versions of FreeBSD support xlocale */
71590Srgrimes#if __FreeBSD_version >= 1000002 || (__FreeBSD_version < 1000000 && __FreeBSD_version >= 900506)
81590Srgrimes#define FREEBSD_XLOCALE_SUPPORT 1
91590Srgrimes#endif
101590Srgrimes
111590Srgrimes/* config.h.  Generated from config.h.in by configure.  */
121590Srgrimes/* config.h.in.  Generated from configure.ac by autoheader.  */
131590Srgrimes
141590Srgrimes/* Define if building universal (internal helper macro) */
151590Srgrimes/* #undef AC_APPLE_UNIVERSAL_BUILD */
161590Srgrimes
171590Srgrimes/* Define in built-in ELF support is used */
181590Srgrimes#define BUILTIN_ELF 1
191590Srgrimes
201590Srgrimes/* Define for ELF core file support */
211590Srgrimes#define ELFCORE 1
221590Srgrimes
231590Srgrimes/* Define to 1 if you have the `asctime_r' function. */
241590Srgrimes#define HAVE_ASCTIME_R 1
251590Srgrimes
261590Srgrimes/* Define to 1 if you have the `asprintf' function. */
271590Srgrimes#define HAVE_ASPRINTF 1
281590Srgrimes
291590Srgrimes/* Define to 1 if you have the `ctime_r' function. */
301590Srgrimes#define HAVE_CTIME_R 1
3127604Scharnier
321590Srgrimes/* HAVE_DAYLIGHT */
331590Srgrimes/* #undef HAVE_DAYLIGHT */
341590Srgrimes
351590Srgrimes/* Define to 1 if you have the declaration of `daylight', and to 0 if you
36146756Scharnier   don't. */
371590Srgrimes#define HAVE_DECL_DAYLIGHT 0
381590Srgrimes
39146756Scharnier/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
4027604Scharnier   */
41146756Scharnier#define HAVE_DECL_TZNAME 1
4293525Sdwmalone
4393525Sdwmalone/* Define to 1 if you have the <dlfcn.h> header file. */
4493525Sdwmalone#define HAVE_DLFCN_H 1
4563402Sdwmalone
4663402Sdwmalone/* Define to 1 if you have the <err.h> header file. */
4763402Sdwmalone#define HAVE_ERR_H 1
4863402Sdwmalone
4927604Scharnier/* Define to 1 if you have the <fcntl.h> header file. */
5027604Scharnier#define HAVE_FCNTL_H 1
5163402Sdwmalone
5227604Scharnier/* Define to 1 if you have the `fmtcheck' function. */
531590Srgrimes#define HAVE_FMTCHECK 1
541590Srgrimes
5527604Scharnier/* Define to 1 if you have the `fork' function. */
561590Srgrimes#define HAVE_FORK 1
571590Srgrimes
581590Srgrimes/* Define to 1 if you have the `freelocale' function. */
591590Srgrimes#ifdef FREEBSD_XLOCALE_SUPPORT
60241736Sed#define HAVE_FREELOCALE 1
61227170Sed#endif
62220448Sedwin
63220448Sedwin/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
6492920Simp#define HAVE_FSEEKO 1
651590Srgrimes
6670100Sume/* Define to 1 if you have the `getline' function. */
6770100Sume#define HAVE_GETLINE 1
6870100Sume
6970100Sume/* Define to 1 if you have the <getopt.h> header file. */
7070100Sume#define HAVE_GETOPT_H 1
7170100Sume
7270100Sume/* Define to 1 if you have the `getopt_long' function. */
73227170Sed#define HAVE_GETOPT_LONG 1
7470100Sume
75227170Sed/* Define to 1 if you have the `getpagesize' function. */
7670100Sume#define HAVE_GETPAGESIZE 1
77227170Sed
7870100Sume/* Define to 1 if the system has the type `intptr_t'. */
791590Srgrimes#define HAVE_INTPTR_T 1
801590Srgrimes
811590Srgrimes/* Define to 1 if you have the <inttypes.h> header file. */
821590Srgrimes#define HAVE_INTTYPES_H 1
831590Srgrimes
841590Srgrimes/* Define to 1 if you have the `gnurx' library (-lgnurx). */
851590Srgrimes/* #undef HAVE_LIBGNURX */
86102944Sdwmalone
871590Srgrimes/* Define to 1 if you have the `z' library (-lz). */
881590Srgrimes#define HAVE_LIBZ 1
89169344Sdwmalone
90169344Sdwmalone/* Define to 1 if you have the <limits.h> header file. */
911590Srgrimes#define HAVE_LIMITS_H 1
921590Srgrimes
9363402Sdwmalone/* Define to 1 if you have the <locale.h> header file. */
94160917Sbms#define HAVE_LOCALE_H 1
9583150Sru
961590Srgrimes/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
9719075Sphk#define HAVE_MBRTOWC 1
98160917Sbms
991590Srgrimes/* Define to 1 if <wchar.h> declares mbstate_t. */
10070100Sume#define HAVE_MBSTATE_T 1
10170100Sume
10270100Sume/* Define to 1 if you have the <memory.h> header file. */
10370100Sume#define HAVE_MEMORY_H 1
10470100Sume
10570100Sume/* Define to 1 if you have the `mkostemp' function. */
10670100Sume#define HAVE_MKOSTEMP 1
10770100Sume
10870100Sume/* Define to 1 if you have the `mkstemp' function. */
10970100Sume#define HAVE_MKSTEMP 1
11070100Sume
1111590Srgrimes/* Define to 1 if you have a working `mmap' system call. */
11227604Scharnier#define HAVE_MMAP 1
11327604Scharnier
114198702Smckusick/* Define to 1 if you have the `newlocale' function. */
1151590Srgrimes#ifdef FREEBSD_XLOCALE_SUPPORT
11663402Sdwmalone#define HAVE_NEWLOCALE 1
11763402Sdwmalone#endif
11863402Sdwmalone
1191590Srgrimes/* Define to 1 if you have the `pread' function. */
1201590Srgrimes#define HAVE_PREAD 1
1211590Srgrimes
122160917Sbms/* Define to 1 if you have the `setlocale' function. */
123160917Sbms#define HAVE_SETLOCALE 1
124160917Sbms
1251590Srgrimes/* Define to 1 if you have the <stddef.h> header file. */
1261590Srgrimes#define HAVE_STDDEF_H 1
1271590Srgrimes
1281590Srgrimes/* Define to 1 if you have the <stdint.h> header file. */
1291590Srgrimes#define HAVE_STDINT_H 1
1301590Srgrimes
1311590Srgrimes/* Define to 1 if you have the <stdlib.h> header file. */
1321590Srgrimes#define HAVE_STDLIB_H 1
1331590Srgrimes
1341590Srgrimes/* Define to 1 if you have the `strcasestr' function. */
1351590Srgrimes#define HAVE_STRCASESTR 1
1361590Srgrimes
1371590Srgrimes/* Define to 1 if you have the `strerror' function. */
1381590Srgrimes#define HAVE_STRERROR 1
1391590Srgrimes
1401590Srgrimes/* Define to 1 if you have the <strings.h> header file. */
141220448Sedwin#define HAVE_STRINGS_H 1
142220448Sedwin
1431590Srgrimes/* Define to 1 if you have the <string.h> header file. */
144220448Sedwin#define HAVE_STRING_H 1
145220448Sedwin
1461590Srgrimes/* Define to 1 if you have the `strlcat' function. */
1471590Srgrimes#define HAVE_STRLCAT 1
1481590Srgrimes
1491590Srgrimes/* Define to 1 if you have the `strlcpy' function. */
150102944Sdwmalone#define HAVE_STRLCPY 1
15193525Sdwmalone
1521590Srgrimes/* Define to 1 if you have the `strndup' function. */
1531590Srgrimes#define HAVE_STRNDUP 1
1541590Srgrimes
1551590Srgrimes/* Define to 1 if you have the `strtof' function. */
156220448Sedwin#define HAVE_STRTOF 1
1571590Srgrimes
1581590Srgrimes/* Define to 1 if you have the `strtoul' function. */
1591590Srgrimes#define HAVE_STRTOUL 1
160220448Sedwin
1611590Srgrimes/* HAVE_STRUCT_OPTION */
1621590Srgrimes#define HAVE_STRUCT_OPTION 1
1631590Srgrimes
1641590Srgrimes/* Define to 1 if `st_rdev' is a member of `struct stat'. */
1651590Srgrimes#define HAVE_STRUCT_STAT_ST_RDEV 1
1661590Srgrimes
1671590Srgrimes/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
1681590Srgrimes#define HAVE_STRUCT_TM_TM_GMTOFF 1
169220448Sedwin
1701590Srgrimes/* Define to 1 if `tm_zone' is a member of `struct tm'. */
1711590Srgrimes#define HAVE_STRUCT_TM_TM_ZONE 1
172220448Sedwin
1731590Srgrimes/* Define to 1 if you have the <sys/mman.h> header file. */
1741590Srgrimes#define HAVE_SYS_MMAN_H 1
1751590Srgrimes
1761590Srgrimes/* Define to 1 if you have the <sys/param.h> header file. */
17763402Sdwmalone#define HAVE_SYS_PARAM_H 1
17863402Sdwmalone
179227170Sed/* Define to 1 if you have the <sys/stat.h> header file. */
180220448Sedwin#define HAVE_SYS_STAT_H 1
181220448Sedwin
18263402Sdwmalone/* Define to 1 if you have the <sys/time.h> header file. */
18370100Sume#define HAVE_SYS_TIME_H 1
18470100Sume
18570100Sume/* Define to 1 if you have the <sys/types.h> header file. */
18663402Sdwmalone#define HAVE_SYS_TYPES_H 1
18770100Sume
18863402Sdwmalone/* Define to 1 if you have the <sys/utime.h> header file. */
18963402Sdwmalone/* #undef HAVE_SYS_UTIME_H */
19063402Sdwmalone
19163402Sdwmalone/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
19263402Sdwmalone#define HAVE_SYS_WAIT_H 1
19363402Sdwmalone
19470100Sume/* HAVE_TM_ISDST */
19570100Sume#define HAVE_TM_ISDST 1
19670100Sume
19770100Sume/* HAVE_TM_ZONE */
19870100Sume#define HAVE_TM_ZONE 1
199160917Sbms
20070100Sume/* HAVE_TZNAME */
201160917Sbms#define HAVE_TZNAME 1
20270100Sume
20370100Sume/* Define to 1 if the system has the type `uintptr_t'. */
20470100Sume#define HAVE_UINTPTR_T 1
20570100Sume
20670100Sume/* Define to 1 if you have the <unistd.h> header file. */
20770100Sume#define HAVE_UNISTD_H 1
20870100Sume
20970100Sume/* Define to 1 if you have the `uselocale' function. */
21070100Sume#ifdef FREEBSD_XLOCALE_SUPPORT
21170100Sume#define HAVE_USELOCALE 1
21270100Sume#endif
21370100Sume
21470100Sume/* Define to 1 if you have the `utime' function. */
21570100Sume#define HAVE_UTIME 1
21670100Sume
21770100Sume/* Define to 1 if you have the `utimes' function. */
21870100Sume#define HAVE_UTIMES 1
21970100Sume
22070100Sume/* Define to 1 if you have the <utime.h> header file. */
22170100Sume#define HAVE_UTIME_H 1
22263402Sdwmalone
22363402Sdwmalone/* Define to 1 if you have the `vasprintf' function. */
22463402Sdwmalone#define HAVE_VASPRINTF 1
225220448Sedwin
22663402Sdwmalone/* Define to 1 if you have the `vfork' function. */
22763402Sdwmalone#define HAVE_VFORK 1
228146756Scharnier
22970100Sume/* Define to 1 if you have the <vfork.h> header file. */
23070100Sume/* #undef HAVE_VFORK_H */
23170100Sume
23270100Sume/* Define to 1 or 0, depending whether the compiler supports simple visibility
23370100Sume   declarations. */
23470100Sume#define HAVE_VISIBILITY 1
23570100Sume
23693525Sdwmalone/* Define to 1 if you have the <wchar.h> header file. */
23791433Sfenner#define HAVE_WCHAR_H 1
23891433Sfenner
23991433Sfenner/* Define to 1 if you have the <wctype.h> header file. */
24091433Sfenner#define HAVE_WCTYPE_H 1
24193525Sdwmalone
24263402Sdwmalone/* Define to 1 if you have the `wcwidth' function. */
24363402Sdwmalone#define HAVE_WCWIDTH 1
24463402Sdwmalone
24563402Sdwmalone/* Define to 1 if `fork' works. */
24663402Sdwmalone#define HAVE_WORKING_FORK 1
2471590Srgrimes
2481590Srgrimes/* Define to 1 if `vfork' works. */
249227170Sed#define HAVE_WORKING_VFORK 1
250102944Sdwmalone
2511590Srgrimes/* Define to 1 if you have the <xlocale.h> header file. */
2521590Srgrimes#ifdef FREEBSD_XLOCALE_SUPPORT
2531590Srgrimes#define HAVE_XLOCALE_H 1
2541590Srgrimes#endif
2551590Srgrimes
2561590Srgrimes/* Define to 1 if you have the <zlib.h> header file. */
2571590Srgrimes#define HAVE_ZLIB_H 1
2581590Srgrimes
25927604Scharnier/* Define to the sub-directory in which libtool stores uninstalled libraries.
26027604Scharnier   */
2611590Srgrimes#define LT_OBJDIR ".libs/"
2621590Srgrimes
2631590Srgrimes/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
2641590Srgrimes   */
2651590Srgrimes/* #undef MAJOR_IN_MKDEV */
2661590Srgrimes
2671590Srgrimes/* Define to 1 if `major', `minor', and `makedev' are declared in
26827604Scharnier   <sysmacros.h>. */
26927604Scharnier/* #undef MAJOR_IN_SYSMACROS */
2701590Srgrimes
2711590Srgrimes/* Name of package */
2721590Srgrimes#define PACKAGE "file"
273227170Sed
274241736Sed/* Define to the address where bug reports for this package should be sent. */
2751590Srgrimes#define PACKAGE_BUGREPORT "christos@astron.com"
276241736Sed
2771590Srgrimes/* Define to the full name of this package. */
2781590Srgrimes#define PACKAGE_NAME "file"
2791590Srgrimes
2801590Srgrimes/* Define to the full name and version of this package. */
2811590Srgrimes#define PACKAGE_STRING "file 5.22"
2821590Srgrimes
2831590Srgrimes/* Define to the one symbol short name of this package. */
2841590Srgrimes#define PACKAGE_TARNAME "file"
2851590Srgrimes
2861590Srgrimes/* Define to the home page for this package. */
2871590Srgrimes#define PACKAGE_URL ""
28827604Scharnier
289102944Sdwmalone/* Define to the version of this package. */
2901590Srgrimes#define PACKAGE_VERSION "5.22"
29163402Sdwmalone
292160917Sbms/* Define to 1 if you have the ANSI C header files. */
293160917Sbms#define STDC_HEADERS 1
29463402Sdwmalone
2951590Srgrimes/* Define to 1 if your <sys/time.h> declares `struct tm'. */
2961590Srgrimes/* #undef TM_IN_SYS_TIME */
297
298/* Enable extensions on AIX 3, Interix.  */
299#ifndef _ALL_SOURCE
300# define _ALL_SOURCE 1
301#endif
302/* Enable GNU extensions on systems that have them.  */
303#ifndef _GNU_SOURCE
304# define _GNU_SOURCE 1
305#endif
306/* Enable threading extensions on Solaris.  */
307#ifndef _POSIX_PTHREAD_SEMANTICS
308# define _POSIX_PTHREAD_SEMANTICS 1
309#endif
310/* Enable extensions on HP NonStop.  */
311#ifndef _TANDEM_SOURCE
312# define _TANDEM_SOURCE 1
313#endif
314/* Enable general extensions on Solaris.  */
315#ifndef __EXTENSIONS__
316# define __EXTENSIONS__ 1
317#endif
318
319
320/* Version number of package */
321#define VERSION "5.22"
322
323/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
324   significant byte first (like Motorola and SPARC, unlike Intel). */
325#if defined AC_APPLE_UNIVERSAL_BUILD
326# if defined __BIG_ENDIAN__
327#  define WORDS_BIGENDIAN 1
328# endif
329#else
330# ifndef WORDS_BIGENDIAN
331/* #  undef WORDS_BIGENDIAN */
332# endif
333#endif
334
335/* Enable large inode numbers on Mac OS X 10.5.  */
336#ifndef _DARWIN_USE_64_BIT_INODE
337# define _DARWIN_USE_64_BIT_INODE 1
338#endif
339
340/* Number of bits in a file offset, on hosts where this is settable. */
341/* #undef _FILE_OFFSET_BITS */
342
343/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
344/* #undef _LARGEFILE_SOURCE */
345
346/* Define for large files, on AIX-style hosts. */
347/* #undef _LARGE_FILES */
348
349/* Define to 1 if on MINIX. */
350/* #undef _MINIX */
351
352/* Define to 2 if the system does not provide POSIX.1 features except with
353   this defined. */
354/* #undef _POSIX_1_SOURCE */
355
356/* Define to 1 if you need to in order for `stat' and other things to work. */
357/* #undef _POSIX_SOURCE */
358
359/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
360   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
361   #define below would cause a syntax error. */
362/* #undef _UINT32_T */
363
364/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
365   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
366   #define below would cause a syntax error. */
367/* #undef _UINT64_T */
368
369/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
370   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
371   #define below would cause a syntax error. */
372/* #undef _UINT8_T */
373
374/* Define to empty if `const' does not conform to ANSI C. */
375/* #undef const */
376
377/* Define to the type of a signed integer type of width exactly 32 bits if
378   such a type exists and the standard includes do not define it. */
379/* #undef int32_t */
380
381/* Define to the type of a signed integer type of width exactly 64 bits if
382   such a type exists and the standard includes do not define it. */
383/* #undef int64_t */
384
385/* Define to the type of a signed integer type wide enough to hold a pointer,
386   if such a type exists, and if the system does not define it. */
387/* #undef intptr_t */
388
389/* Define to a type if <wchar.h> does not define. */
390/* #undef mbstate_t */
391
392/* Define to `long int' if <sys/types.h> does not define. */
393/* #undef off_t */
394
395/* Define to `int' if <sys/types.h> does not define. */
396/* #undef pid_t */
397
398/* Define to `unsigned int' if <sys/types.h> does not define. */
399/* #undef size_t */
400
401/* Define to the type of an unsigned integer type of width exactly 16 bits if
402   such a type exists and the standard includes do not define it. */
403/* #undef uint16_t */
404
405/* Define to the type of an unsigned integer type of width exactly 32 bits if
406   such a type exists and the standard includes do not define it. */
407/* #undef uint32_t */
408
409/* Define to the type of an unsigned integer type of width exactly 64 bits if
410   such a type exists and the standard includes do not define it. */
411/* #undef uint64_t */
412
413/* Define to the type of an unsigned integer type of width exactly 8 bits if
414   such a type exists and the standard includes do not define it. */
415/* #undef uint8_t */
416
417/* Define to the type of an unsigned integer type wide enough to hold a
418   pointer, if such a type exists, and if the system does not define it. */
419/* #undef uintptr_t */
420
421/* Define as `fork' if `vfork' does not work. */
422/* #undef vfork */
423