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