config.h revision 185777
1/* $FreeBSD: head/lib/libmagic/config.h 185777 2008-12-08 21:04:24Z kib $ */
2
3#include <osreldate.h>
4
5/* config.h.  Generated from config.h.in by configure.  */
6/* config.h.in.  Generated from configure.in by autoheader.  */
7
8/* Use the builtin ELF recognition code */
9#define BUILTIN_ELF 1
10
11/* Recognize ELF core files */
12#define ELFCORE 1
13
14/* */
15/* #undef HAVE_DAYLIGHT */
16
17/* Define to 1 if you have the <dlfcn.h> header file. */
18#define HAVE_DLFCN_H 1
19
20/* Define to 1 if you have the <fcntl.h> header file. */
21#define HAVE_FCNTL_H 1
22
23/* Define to 1 if you have the <getopt.h> header file. */
24#define HAVE_GETOPT_H 1
25
26/* Define to 1 if you have the `getopt_long' function. */
27#define HAVE_GETOPT_LONG 1
28
29/* Define to 1 if you have the <inttypes.h> header file. */
30#define HAVE_INTTYPES_H 1
31
32/* Define to 1 if you have the `z' library (-lz). */
33#define HAVE_LIBZ 1
34
35/* Define to 1 if you have the <limits.h> header file. */
36#define HAVE_LIMITS_H 1
37
38/* Define to 1 if you have the <locale.h> header file. */
39#define HAVE_LOCALE_H 1
40
41/* */
42#define HAVE_LONG_LONG 1
43
44/* Define to 1 if you have the `mbrtowc' function. */
45#define HAVE_MBRTOWC 1
46
47/* Define to 1 if <wchar.h> declares mbstate_t. */
48#define HAVE_MBSTATE_T 1
49
50/* Define to 1 if you have the <memory.h> header file. */
51#define HAVE_MEMORY_H 1
52
53/* Define to 1 if you have the `mkstemp' function. */
54#define HAVE_MKSTEMP 1
55
56/* Define to 1 if you have the `mmap' function. */
57#define HAVE_MMAP 1
58
59/* Define to 1 if you have the `snprintf' function. */
60#define HAVE_SNPRINTF 1
61
62/* Define to 1 if you have the <stdint.h> header file. */
63#if __FreeBSD_version >= 500019
64#define HAVE_STDINT_H 1
65#endif
66
67/* Define to 1 if you have the <stdlib.h> header file. */
68#define HAVE_STDLIB_H 1
69
70/* Define to 1 if you have the `strerror' function. */
71#define HAVE_STRERROR 1
72
73/* Define to 1 if you have the <strings.h> header file. */
74#define HAVE_STRINGS_H 1
75
76/* Define to 1 if you have the <string.h> header file. */
77#define HAVE_STRING_H 1
78
79/* Define to 1 if you have the `strndup' function. */
80#define HAVE_STRNDUP 1
81
82/* Define to 1 if you have the `strtof' function. */
83#define HAVE_STRTOF 1
84
85/* Define to 1 if you have the `strtoul' function. */
86#define HAVE_STRTOUL 1
87
88/* Define to 1 if `st_rdev' is member of `struct stat'. */
89#define HAVE_STRUCT_STAT_ST_RDEV 1
90
91/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
92   `HAVE_STRUCT_STAT_ST_RDEV' instead. */
93#define HAVE_ST_RDEV 1
94
95/* Define to 1 if you have the <sys/mman.h> header file. */
96#define HAVE_SYS_MMAN_H 1
97
98/* Define to 1 if you have the <sys/stat.h> header file. */
99#define HAVE_SYS_STAT_H 1
100
101/* Define to 1 if you have the <sys/time.h> header file. */
102#define HAVE_SYS_TIME_H 1
103
104/* Define to 1 if you have the <sys/types.h> header file. */
105#define HAVE_SYS_TYPES_H 1
106
107/* Define to 1 if you have the <sys/utime.h> header file. */
108/* #undef HAVE_SYS_UTIME_H */
109
110/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
111#define HAVE_SYS_WAIT_H 1
112
113/* */
114#define HAVE_TM_ISDST 1
115
116/* HAVE_TM_ZONE */
117#define HAVE_TM_ZONE 1
118
119/* HAVE_TZNAME */
120#define HAVE_TZNAME 1
121
122/* Define to 1 if you have the <unistd.h> header file. */
123#define HAVE_UNISTD_H 1
124
125/* Define to 1 if you have the `utime' function. */
126#define HAVE_UTIME 1
127
128/* Define to 1 if you have the `utimes' function. */
129#define HAVE_UTIMES 1
130
131/* Define to 1 if you have the <utime.h> header file. */
132#define HAVE_UTIME_H 1
133
134/* Define to 1 if you have the `vsnprintf' function. */
135#define HAVE_VSNPRINTF 1
136
137/* Define to 1 if you have the <wchar.h> header file. */
138#define HAVE_WCHAR_H 1
139
140/* Define to 1 if you have the <wctype.h> header file. */
141#define HAVE_WCTYPE_H 1
142
143/* Define to 1 if you have the `wcwidth' function. */
144#define HAVE_WCWIDTH 1
145
146/* Define to 1 if you have the <zlib.h> header file. */
147#define HAVE_ZLIB_H 1
148
149/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
150   */
151/* #undef MAJOR_IN_MKDEV */
152
153/* Define to 1 if `major', `minor', and `makedev' are declared in
154   <sysmacros.h>. */
155/* #undef MAJOR_IN_SYSMACROS */
156
157/* Name of package */
158#define PACKAGE "file"
159
160/* Define to the address where bug reports for this package should be sent. */
161#define PACKAGE_BUGREPORT ""
162
163/* Define to the full name of this package. */
164#define PACKAGE_NAME ""
165
166/* Define to the full name and version of this package. */
167#define PACKAGE_STRING ""
168
169/* Define to the one symbol short name of this package. */
170#define PACKAGE_TARNAME ""
171
172/* Define to the version of this package. */
173#define PACKAGE_VERSION ""
174
175/* */
176#define SIZEOF_INT64_T 8
177
178/* */
179#define SIZEOF_UINT16_T 2
180
181/* */
182#define SIZEOF_UINT32_T 4
183
184/* */
185#define SIZEOF_UINT64_T 8
186
187/* */
188#define SIZEOF_UINT8_T 1
189
190/* Define to 1 if you have the ANSI C header files. */
191#define STDC_HEADERS 1
192
193/* Define to 1 if your <sys/time.h> declares `struct tm'. */
194/* #undef TM_IN_SYS_TIME */
195
196/* Version number of package */
197#define VERSION "4.23"
198
199/* Number of bits in a file offset, on hosts where this is settable. */
200/* #undef _FILE_OFFSET_BITS */
201
202/* Enable GNU extensions on systems that have them.  */
203#ifndef __FreeBSD__
204#ifndef _GNU_SOURCE
205# define _GNU_SOURCE 1
206#endif
207#endif
208
209/* Define for large files, on AIX-style hosts. */
210/* #undef _LARGE_FILES */
211
212/* Define to empty if `const' does not conform to ANSI C. */
213/* #undef const */
214
215/* */
216/* #undef int32_t */
217
218/* */
219/* #undef int64_t */
220
221/* Define to a type if <wchar.h> does not define. */
222/* #undef mbstate_t */
223
224/* Define to `long int' if <sys/types.h> does not define. */
225/* #undef off_t */
226
227/* Define to `unsigned int' if <sys/types.h> does not define. */
228/* #undef size_t */
229
230/* */
231/* #undef uint16_t */
232
233/* */
234/* #undef uint32_t */
235
236/* */
237/* #undef uint64_t */
238
239/* */
240/* #undef uint8_t */
241