Merge branch 'vendor/EXPAT'
[dragonfly.git] / lib / libmagic / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define in built-in ELF support is used */
5 #define BUILTIN_ELF 1
6
7 /* Define for ELF core file support */
8 #define ELFCORE 1
9
10 /* Define to 1 if you have the `asprintf' function. */
11 #define HAVE_ASPRINTF 1
12
13 /* HAVE_DAYLIGHT */
14 #define HAVE_DAYLIGHT 1
15
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #define HAVE_DLFCN_H 1
18
19 /* Define to 1 if you have the <err.h> header file. */
20 #define HAVE_ERR_H 1
21
22 /* Define to 1 if you have the <fcntl.h> header file. */
23 #define HAVE_FCNTL_H 1
24
25 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
26 #define HAVE_FSEEKO 1
27
28 /* Define to 1 if you have the <getopt.h> header file. */
29 #define HAVE_GETOPT_H 1
30
31 /* Define to 1 if you have the `getopt_long' function. */
32 #define HAVE_GETOPT_LONG 1
33
34 /* Define to 1 if the system has the type `int32_t'. */
35 #define HAVE_INT32_T 1
36
37 /* Define to 1 if the system has the type `int64_t'. */
38 #define HAVE_INT64_T 1
39
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #define HAVE_INTTYPES_H 1
42
43 /* Define to 1 if you have the `z' library (-lz). */
44 #define HAVE_LIBZ 1
45
46 /* Define to 1 if you have the <limits.h> header file. */
47 #define HAVE_LIMITS_H 1
48
49 /* Define to 1 if you have the <locale.h> header file. */
50 #define HAVE_LOCALE_H 1
51
52 /* Define to 1 if you have the `mbrtowc' function. */
53 #define HAVE_MBRTOWC 1
54
55 /* Define to 1 if <wchar.h> declares mbstate_t. */
56 #define HAVE_MBSTATE_T 1
57
58 /* Define to 1 if you have the <memory.h> header file. */
59 #define HAVE_MEMORY_H 1
60
61 /* Define to 1 if you have the `mkstemp' function. */
62 #define HAVE_MKSTEMP 1
63
64 /* Define to 1 if you have the `mmap' function. */
65 #define HAVE_MMAP 1
66
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #define HAVE_STDINT_H 1
69
70 /* Define to 1 if you have the <stdlib.h> header file. */
71 #define HAVE_STDLIB_H 1
72
73 /* Define to 1 if you have the `strerror' function. */
74 #define HAVE_STRERROR 1
75
76 /* Define to 1 if you have the <strings.h> header file. */
77 #define HAVE_STRINGS_H 1
78
79 /* Define to 1 if you have the <string.h> header file. */
80 #define HAVE_STRING_H 1
81
82 /* Define to 1 if you have the `strlcat' function. */
83 #define HAVE_STRLCAT 1
84
85 /* Define to 1 if you have the `strlcpy' function. */
86 #define HAVE_STRLCPY 1
87
88 /* Define to 1 if you have the `strndup' function. */
89 #define HAVE_STRNDUP 1
90
91 /* Define to 1 if you have the `strtof' function. */
92 #define HAVE_STRTOF 1
93
94 /* Define to 1 if you have the `strtoul' function. */
95 #define HAVE_STRTOUL 1
96
97 /* HAVE_STRUCT_OPTION */
98 #define HAVE_STRUCT_OPTION 1
99
100 /* Define to 1 if `st_rdev' is member of `struct stat'. */
101 #define HAVE_STRUCT_STAT_ST_RDEV 1
102
103 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
104 #define HAVE_STRUCT_TM_TM_GMTOFF 1
105
106 /* Define to 1 if `tm_zone' is member of `struct tm'. */
107 #define HAVE_STRUCT_TM_TM_ZONE 1
108
109 /* Define to 1 if you have the <sys/mman.h> header file. */
110 #define HAVE_SYS_MMAN_H 1
111
112 /* Define to 1 if you have the <sys/stat.h> header file. */
113 #define HAVE_SYS_STAT_H 1
114
115 /* Define to 1 if you have the <sys/time.h> header file. */
116 #define HAVE_SYS_TIME_H 1
117
118 /* Define to 1 if you have the <sys/types.h> header file. */
119 #define HAVE_SYS_TYPES_H 1
120
121 /* Define to 1 if you have the <sys/utime.h> header file. */
122 /* #undef HAVE_SYS_UTIME_H */
123
124 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
125 #define HAVE_SYS_WAIT_H 1
126
127 /* HAVE_TM_ISDST */
128 #define HAVE_TM_ISDST 1
129
130 /* HAVE_TM_ZONE */
131 #define HAVE_TM_ZONE 1
132
133 /* HAVE_TZNAME */
134 #define HAVE_TZNAME 1
135
136 /* Define to 1 if the system has the type `uint16_t'. */
137 #define HAVE_UINT16_T 1
138
139 /* Define to 1 if the system has the type `uint32_t'. */
140 #define HAVE_UINT32_T 1
141
142 /* Define to 1 if the system has the type `uint64_t'. */
143 #define HAVE_UINT64_T 1
144
145 /* Define to 1 if the system has the type `uint8_t'. */
146 #define HAVE_UINT8_T 1
147
148 /* Define to 1 if you have the <unistd.h> header file. */
149 #define HAVE_UNISTD_H 1
150
151 /* Define to 1 if you have the `utime' function. */
152 #define HAVE_UTIME 1
153
154 /* Define to 1 if you have the `utimes' function. */
155 #define HAVE_UTIMES 1
156
157 /* Define to 1 if you have the <utime.h> header file. */
158 #define HAVE_UTIME_H 1
159
160 /* Define to 1 if you have the `vasprintf' function. */
161 #define HAVE_VASPRINTF 1
162
163 #ifndef BOOTSTRAPPING
164 /* Define to 1 if you have the <wchar.h> header file. */
165 #define HAVE_WCHAR_H 1
166
167 /* Define to 1 if you have the <wctype.h> header file. */
168 #define HAVE_WCTYPE_H 1
169
170 /* Define to 1 if you have the `wcwidth' function. */
171 #define HAVE_WCWIDTH 1
172 #endif /* BOOTSTRAPPING */
173
174 /* Define to 1 if you have the <zlib.h> header file. */
175 #define HAVE_ZLIB_H 1
176
177 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
178    */
179 /* #undef MAJOR_IN_MKDEV */
180
181 /* Define to 1 if `major', `minor', and `makedev' are declared in
182    <sysmacros.h>. */
183 /* #undef MAJOR_IN_SYSMACROS */
184
185 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
186 /* #undef NO_MINUS_C_MINUS_O */
187
188 /* Name of package */
189 #define PACKAGE "file"
190
191 /* Define to the address where bug reports for this package should be sent. */
192 #define PACKAGE_BUGREPORT ""
193
194 /* Define to the full name of this package. */
195 #define PACKAGE_NAME ""
196
197 /* Define to the full name and version of this package. */
198 #define PACKAGE_STRING ""
199
200 /* Define to the one symbol short name of this package. */
201 #define PACKAGE_TARNAME ""
202
203 /* Define to the version of this package. */
204 #define PACKAGE_VERSION ""
205
206 /* The size of `long long', as computed by sizeof. */
207 #define SIZEOF_LONG_LONG 8
208
209 /* Define to 1 if you have the ANSI C header files. */
210 #define STDC_HEADERS 1
211
212 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
213 /* #undef TM_IN_SYS_TIME */
214
215 /* Version number of package */
216 #define VERSION "5.04"
217
218 /* Number of bits in a file offset, on hosts where this is settable. */
219 /* #undef _FILE_OFFSET_BITS */
220
221 /* Enable GNU extensions on systems that have them.  */
222 #ifndef _GNU_SOURCE
223 # define _GNU_SOURCE 1
224 #endif
225
226 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
227 /* #undef _LARGEFILE_SOURCE */
228
229 /* Define for large files, on AIX-style hosts. */
230 /* #undef _LARGE_FILES */
231
232 /* Define to empty if `const' does not conform to ANSI C. */
233 /* #undef const */
234
235 /* Define to a type if <wchar.h> does not define. */
236 /* #undef mbstate_t */
237
238 /* Define to `long int' if <sys/types.h> does not define. */
239 /* #undef off_t */
240
241 /* Define to `unsigned int' if <sys/types.h> does not define. */
242 /* #undef size_t */
243
244
245 #ifndef HAVE_UINT8_T
246 typedef unsigned char uint8_t;
247 #endif
248 #ifndef HAVE_UINT16_T
249 typedef unsigned short uint16_t;
250 #endif
251 #ifndef HAVE_UINT32_T
252 typedef unsigned int uint32_t;
253 #endif
254 #ifndef HAVE_INT32_T
255 typedef int int32_t;
256 #endif
257 #ifndef HAVE_UINT64_T
258 #if SIZEOF_LONG_LONG == 8
259 typedef unsigned long long uint64_t;
260 #else
261 typedef unsigned long uint64_t;
262 #endif
263 #endif
264 #ifndef HAVE_INT64_T
265 #if SIZEOF_LONG_LONG == 8
266 typedef long long int64_t;
267 #else
268 typedef long int64_t;
269 #endif
270 #endif
271