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