config.h revision 169967
1133362Sobrien/* $FreeBSD: head/lib/libmagic/config.h 169967 2007-05-24 22:10:22Z obrien $ */
2133362Sobrien
3133362Sobrien#include <osreldate.h>
4133362Sobrien
5133362Sobrien/* config.h.  Generated by configure.  */
6133362Sobrien/* config.h.in.  Generated from configure.in by autoheader.  */
7133362Sobrien
8159769Sobrien/* Use the builtin ELF recognition code */
9133362Sobrien#define BUILTIN_ELF 1
10133362Sobrien
11159769Sobrien/* Recognize ELF core files */
12133362Sobrien#define ELFCORE 1
13133362Sobrien
14159769Sobrien/* */
15133362Sobrien/* #undef HAVE_DAYLIGHT */
16133362Sobrien
17159769Sobrien/* Define to 1 if you have the <dlfcn.h> header file. */
18159769Sobrien#define HAVE_DLFCN_H 1
19133362Sobrien
20133362Sobrien/* Define to 1 if you have the <fcntl.h> header file. */
21133362Sobrien#define HAVE_FCNTL_H 1
22133362Sobrien
23133362Sobrien/* Define to 1 if you have the <getopt.h> header file. */
24133362Sobrien#define HAVE_GETOPT_H 1
25133362Sobrien
26133362Sobrien/* Define to 1 if you have the `getopt_long' function. */
27133362Sobrien#define HAVE_GETOPT_LONG 1
28133362Sobrien
29133362Sobrien/* Define to 1 if you have the <inttypes.h> header file. */
30133362Sobrien#define HAVE_INTTYPES_H 1
31133362Sobrien
32133362Sobrien/* Define to 1 if you have the `z' library (-lz). */
33133362Sobrien#define HAVE_LIBZ 1
34133362Sobrien
35169967Sobrien/* Define to 1 if you have the <limits.h> header file. */
36169967Sobrien#define HAVE_LIMITS_H 1
37169967Sobrien
38133362Sobrien/* Define to 1 if you have the <locale.h> header file. */
39133362Sobrien#define HAVE_LOCALE_H 1
40133362Sobrien
41159769Sobrien/* */
42159769Sobrien#define HAVE_LONG_LONG 1
43159769Sobrien
44133362Sobrien/* Define to 1 if you have the `mbrtowc' function. */
45133362Sobrien#define HAVE_MBRTOWC 1
46133362Sobrien
47159769Sobrien/* Define to 1 if <wchar.h> declares mbstate_t. */
48159769Sobrien#define HAVE_MBSTATE_T 1
49159769Sobrien
50133362Sobrien/* Define to 1 if you have the <memory.h> header file. */
51133362Sobrien#define HAVE_MEMORY_H 1
52133362Sobrien
53133362Sobrien/* Define to 1 if you have the `mkstemp' function. */
54133362Sobrien#define HAVE_MKSTEMP 1
55133362Sobrien
56133362Sobrien/* Define to 1 if you have the `mmap' function. */
57133362Sobrien#define HAVE_MMAP 1
58133362Sobrien
59159769Sobrien/* Define to 1 if you have the `snprintf' function. */
60159769Sobrien#define HAVE_SNPRINTF 1
61159769Sobrien
62133362Sobrien/* Define to 1 if you have the <stdint.h> header file. */
63133362Sobrien#if __FreeBSD_version >= 500019
64133362Sobrien#define HAVE_STDINT_H 1
65133362Sobrien#endif
66133362Sobrien
67133362Sobrien/* Define to 1 if you have the <stdlib.h> header file. */
68133362Sobrien#define HAVE_STDLIB_H 1
69133362Sobrien
70133362Sobrien/* Define to 1 if you have the `strerror' function. */
71133362Sobrien#define HAVE_STRERROR 1
72133362Sobrien
73133362Sobrien/* Define to 1 if you have the <strings.h> header file. */
74133362Sobrien#define HAVE_STRINGS_H 1
75133362Sobrien
76133362Sobrien/* Define to 1 if you have the <string.h> header file. */
77133362Sobrien#define HAVE_STRING_H 1
78133362Sobrien
79169946Sobrien/* Define to 1 if you have the `strndup' function. */
80169946Sobrien/* #undef HAVE_STRNDUP */
81169946Sobrien
82133362Sobrien/* Define to 1 if you have the `strtoul' function. */
83133362Sobrien#define HAVE_STRTOUL 1
84133362Sobrien
85133362Sobrien/* Define to 1 if `st_rdev' is member of `struct stat'. */
86133362Sobrien#define HAVE_STRUCT_STAT_ST_RDEV 1
87133362Sobrien
88133362Sobrien/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
89133362Sobrien   `HAVE_STRUCT_STAT_ST_RDEV' instead. */
90133362Sobrien#define HAVE_ST_RDEV 1
91133362Sobrien
92133362Sobrien/* Define to 1 if you have the <sys/mman.h> header file. */
93133362Sobrien#define HAVE_SYS_MMAN_H 1
94133362Sobrien
95133362Sobrien/* Define to 1 if you have the <sys/stat.h> header file. */
96133362Sobrien#define HAVE_SYS_STAT_H 1
97133362Sobrien
98169946Sobrien/* Define to 1 if you have the <sys/time.h> header file. */
99169946Sobrien#define HAVE_SYS_TIME_H 1
100169946Sobrien
101133362Sobrien/* Define to 1 if you have the <sys/types.h> header file. */
102133362Sobrien#define HAVE_SYS_TYPES_H 1
103133362Sobrien
104133362Sobrien/* Define to 1 if you have the <sys/utime.h> header file. */
105133362Sobrien/* #undef HAVE_SYS_UTIME_H */
106133362Sobrien
107133362Sobrien/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
108133362Sobrien#define HAVE_SYS_WAIT_H 1
109133362Sobrien
110159769Sobrien/* */
111159769Sobrien#define HAVE_TM_ISDST 1
112159769Sobrien
113133362Sobrien/* HAVE_TM_ZONE */
114133362Sobrien#define HAVE_TM_ZONE 1
115133362Sobrien
116133362Sobrien/* HAVE_TZNAME */
117133362Sobrien#define HAVE_TZNAME 1
118133362Sobrien
119133362Sobrien/* Define to 1 if you have the <unistd.h> header file. */
120133362Sobrien#define HAVE_UNISTD_H 1
121133362Sobrien
122133362Sobrien/* Define to 1 if you have the `utime' function. */
123133362Sobrien#define HAVE_UTIME 1
124133362Sobrien
125133362Sobrien/* Define to 1 if you have the `utimes' function. */
126133362Sobrien#define HAVE_UTIMES 1
127133362Sobrien
128133362Sobrien/* Define to 1 if you have the <utime.h> header file. */
129133362Sobrien#define HAVE_UTIME_H 1
130133362Sobrien
131159769Sobrien/* Define to 1 if you have the `vsnprintf' function. */
132159769Sobrien#define HAVE_VSNPRINTF 1
133159769Sobrien
134133362Sobrien/* Define to 1 if you have the <wchar.h> header file. */
135133362Sobrien#define HAVE_WCHAR_H 1
136133362Sobrien
137169946Sobrien/* Define to 1 if you have the <wctype.h> header file. */
138169946Sobrien#define HAVE_WCTYPE_H 1
139169946Sobrien
140133362Sobrien/* Define to 1 if you have the `wcwidth' function. */
141133362Sobrien#define HAVE_WCWIDTH 1
142133362Sobrien
143133362Sobrien/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
144133362Sobrien   */
145133362Sobrien/* #undef MAJOR_IN_MKDEV */
146133362Sobrien
147133362Sobrien/* Define to 1 if `major', `minor', and `makedev' are declared in
148133362Sobrien   <sysmacros.h>. */
149133362Sobrien/* #undef MAJOR_IN_SYSMACROS */
150133362Sobrien
151133362Sobrien/* Name of package */
152133362Sobrien#define PACKAGE "file"
153133362Sobrien
154133362Sobrien/* Define to the address where bug reports for this package should be sent. */
155133362Sobrien#define PACKAGE_BUGREPORT ""
156133362Sobrien
157133362Sobrien/* Define to the full name of this package. */
158133362Sobrien#define PACKAGE_NAME ""
159133362Sobrien
160133362Sobrien/* Define to the full name and version of this package. */
161133362Sobrien#define PACKAGE_STRING ""
162133362Sobrien
163133362Sobrien/* Define to the one symbol short name of this package. */
164133362Sobrien#define PACKAGE_TARNAME ""
165133362Sobrien
166133362Sobrien/* Define to the version of this package. */
167133362Sobrien#define PACKAGE_VERSION ""
168133362Sobrien
169159769Sobrien/* */
170159769Sobrien#define SIZEOF_UINT16_T 2
171159769Sobrien
172159769Sobrien/* */
173159769Sobrien#define SIZEOF_UINT32_T 4
174159769Sobrien
175159769Sobrien/* */
176159769Sobrien#define SIZEOF_UINT64_T 8
177159769Sobrien
178159769Sobrien/* */
179159769Sobrien#define SIZEOF_UINT8_T 1
180159769Sobrien
181133362Sobrien/* Define to 1 if you have the ANSI C header files. */
182133362Sobrien#define STDC_HEADERS 1
183133362Sobrien
184133362Sobrien/* Define to 1 if your <sys/time.h> declares `struct tm'. */
185133362Sobrien/* #undef TM_IN_SYS_TIME */
186133362Sobrien
187133362Sobrien/* Version number of package */
188169965Sobrien#define VERSION "4.21"
189133362Sobrien
190133362Sobrien/* Number of bits in a file offset, on hosts where this is settable. */
191133362Sobrien/* #undef _FILE_OFFSET_BITS */
192133362Sobrien
193133362Sobrien/* Define for large files, on AIX-style hosts. */
194133362Sobrien/* #undef _LARGE_FILES */
195133362Sobrien
196133362Sobrien/* Define to empty if `const' does not conform to ANSI C. */
197133362Sobrien/* #undef const */
198133362Sobrien
199159769Sobrien/* */
200159769Sobrien/* #undef int32_t */
201159769Sobrien
202133362Sobrien/* Define to a type if <wchar.h> does not define. */
203133362Sobrien/* #undef mbstate_t */
204133362Sobrien
205133362Sobrien/* Define to `long' if <sys/types.h> does not define. */
206133362Sobrien/* #undef off_t */
207133362Sobrien
208133362Sobrien/* Define to `unsigned' if <sys/types.h> does not define. */
209133362Sobrien/* #undef size_t */
210159769Sobrien
211159769Sobrien/* */
212159769Sobrien/* #undef uint16_t */
213159769Sobrien
214159769Sobrien/* */
215159769Sobrien/* #undef uint32_t */
216159769Sobrien
217159769Sobrien/* */
218159769Sobrien/* #undef uint64_t */
219159769Sobrien
220159769Sobrien/* */
221159769Sobrien/* #undef uint8_t */
222