xref: /freebsd/contrib/file/config.h.in (revision b64c5a0ace59af62eff52bfe110a521dc73c937b)
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 ftello) are declared in stdio.h. */
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 'lrzip' library (-llrzip). */
93#undef HAVE_LIBLRZIP
94
95/* Define to 1 if you have the 'lz' library (-llz). */
96#undef HAVE_LIBLZ
97
98/* Define to 1 if you have the 'lzma' library (-llzma). */
99#undef HAVE_LIBLZMA
100
101/* Define to 1 if you have the 'seccomp' library (-lseccomp). */
102#undef HAVE_LIBSECCOMP
103
104/* Define to 1 if you have the 'z' library (-lz). */
105#undef HAVE_LIBZ
106
107/* Define to 1 if you have the 'zstd' library (-lzstd). */
108#undef HAVE_LIBZSTD
109
110/* Define to 1 if you have the 'localtime_r' function. */
111#undef HAVE_LOCALTIME_R
112
113/* Define to 1 if you have the <Lrzip.h> header file. */
114#undef HAVE_LRZIP_H
115
116/* Define to 1 if you have the <lzlib.h> header file. */
117#undef HAVE_LZLIB_H
118
119/* Define to 1 if you have the <lzma.h> header file. */
120#undef HAVE_LZMA_H
121
122/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
123#undef HAVE_MBRTOWC
124
125/* Define to 1 if <wchar.h> declares mbstate_t. */
126#undef HAVE_MBSTATE_T
127
128/* Define to 1 if you have the 'memmem' function. */
129#undef HAVE_MEMMEM
130
131/* Define to 1 if you have the <minix/config.h> header file. */
132#undef HAVE_MINIX_CONFIG_H
133
134/* Define to 1 if you have the 'mkostemp' function. */
135#undef HAVE_MKOSTEMP
136
137/* Define to 1 if you have the 'mkstemp' function. */
138#undef HAVE_MKSTEMP
139
140/* Define to 1 if you have a working 'mmap' system call. */
141#undef HAVE_MMAP
142
143/* Define to 1 if you have the 'newlocale' function. */
144#undef HAVE_NEWLOCALE
145
146/* Define to 1 if you have the 'pipe2' function. */
147#undef HAVE_PIPE2
148
149/* Define to 1 if you have the 'posix_spawnp' function. */
150#undef HAVE_POSIX_SPAWNP
151
152/* Define to 1 if you have the 'pread' function. */
153#undef HAVE_PREAD
154
155/* Have sig_t type */
156#undef HAVE_SIG_T
157
158/* Define to 1 if you have the <spawn.h> header file. */
159#undef HAVE_SPAWN_H
160
161/* Define to 1 if you have the <stdint.h> header file. */
162#undef HAVE_STDINT_H
163
164/* Define to 1 if you have the <stdio.h> header file. */
165#undef HAVE_STDIO_H
166
167/* Define to 1 if you have the <stdlib.h> header file. */
168#undef HAVE_STDLIB_H
169
170/* Define to 1 if you have the 'strcasestr' function. */
171#undef HAVE_STRCASESTR
172
173/* Define to 1 if you have the <strings.h> header file. */
174#undef HAVE_STRINGS_H
175
176/* Define to 1 if you have the <string.h> header file. */
177#undef HAVE_STRING_H
178
179/* Define to 1 if you have the 'strlcat' function. */
180#undef HAVE_STRLCAT
181
182/* Define to 1 if you have the 'strlcpy' function. */
183#undef HAVE_STRLCPY
184
185/* Define to 1 if you have the 'strndup' function. */
186#undef HAVE_STRNDUP
187
188/* Define to 1 if you have the 'strtof' function. */
189#undef HAVE_STRTOF
190
191/* HAVE_STRUCT_OPTION */
192#undef HAVE_STRUCT_OPTION
193
194/* Define to 1 if 'st_rdev' is a member of 'struct stat'. */
195#undef HAVE_STRUCT_STAT_ST_RDEV
196
197/* Define to 1 if 'tm_gmtoff' is a member of 'struct tm'. */
198#undef HAVE_STRUCT_TM_TM_GMTOFF
199
200/* Define to 1 if 'tm_zone' is a member of 'struct tm'. */
201#undef HAVE_STRUCT_TM_TM_ZONE
202
203/* Define to 1 if you have the <sys/bswap.h> header file. */
204#undef HAVE_SYS_BSWAP_H
205
206/* Define to 1 if you have the <sys/ioctl.h> header file. */
207#undef HAVE_SYS_IOCTL_H
208
209/* Define to 1 if you have the <sys/mman.h> header file. */
210#undef HAVE_SYS_MMAN_H
211
212/* Define to 1 if you have the <sys/param.h> header file. */
213#undef HAVE_SYS_PARAM_H
214
215/* Define to 1 if you have the <sys/stat.h> header file. */
216#undef HAVE_SYS_STAT_H
217
218/* Define to 1 if you have the <sys/sysmacros.h> header file. */
219#undef HAVE_SYS_SYSMACROS_H
220
221/* Define to 1 if you have the <sys/time.h> header file. */
222#undef HAVE_SYS_TIME_H
223
224/* Define to 1 if you have the <sys/types.h> header file. */
225#undef HAVE_SYS_TYPES_H
226
227/* Define to 1 if you have the <sys/utime.h> header file. */
228#undef HAVE_SYS_UTIME_H
229
230/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
231#undef HAVE_SYS_WAIT_H
232
233/* HAVE_TM_ISDST */
234#undef HAVE_TM_ISDST
235
236/* HAVE_TM_ZONE */
237#undef HAVE_TM_ZONE
238
239/* HAVE_TZNAME */
240#undef HAVE_TZNAME
241
242/* Define to 1 if the system has the type 'uintptr_t'. */
243#undef HAVE_UINTPTR_T
244
245/* Define to 1 if you have the <unistd.h> header file. */
246#undef HAVE_UNISTD_H
247
248/* Define to 1 if you have the 'uselocale' function. */
249#undef HAVE_USELOCALE
250
251/* Define to 1 if you have the 'utime' function. */
252#undef HAVE_UTIME
253
254/* Define to 1 if you have the 'utimes' function. */
255#undef HAVE_UTIMES
256
257/* Define to 1 if you have the <utime.h> header file. */
258#undef HAVE_UTIME_H
259
260/* Define to 1 if you have the 'vasprintf' function. */
261#undef HAVE_VASPRINTF
262
263/* Define to 1 if you have the 'vfork' function. */
264#undef HAVE_VFORK
265
266/* Define to 1 if you have the <vfork.h> header file. */
267#undef HAVE_VFORK_H
268
269/* Define to 1 or 0, depending whether the compiler supports simple visibility
270   declarations. */
271#undef HAVE_VISIBILITY
272
273/* Define to 1 if you have the <wchar.h> header file. */
274#undef HAVE_WCHAR_H
275
276/* Define to 1 if you have the <wctype.h> header file. */
277#undef HAVE_WCTYPE_H
278
279/* Define to 1 if you have the 'wcwidth' function. */
280#undef HAVE_WCWIDTH
281
282/* Define to 1 if 'fork' works. */
283#undef HAVE_WORKING_FORK
284
285/* Define to 1 if 'vfork' works. */
286#undef HAVE_WORKING_VFORK
287
288/* Define to 1 if you have the <xlocale.h> header file. */
289#undef HAVE_XLOCALE_H
290
291/* Define to 1 if you have the <zlib.h> header file. */
292#undef HAVE_ZLIB_H
293
294/* Define to 1 if you have the <zstd_errors.h> header file. */
295#undef HAVE_ZSTD_ERRORS_H
296
297/* Define to 1 if you have the <zstd.h> header file. */
298#undef HAVE_ZSTD_H
299
300/* Enable lrziplib compression support */
301#undef LRZIPLIBSUPPORT
302
303/* Define to the sub-directory where libtool stores uninstalled libraries. */
304#undef LT_OBJDIR
305
306/* Enable lzlib compression support */
307#undef LZLIBSUPPORT
308
309/* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>.
310   */
311#undef MAJOR_IN_MKDEV
312
313/* Define to 1 if 'major', 'minor', and 'makedev' are declared in
314   <sysmacros.h>. */
315#undef MAJOR_IN_SYSMACROS
316
317/* Name of package */
318#undef PACKAGE
319
320/* Define to the address where bug reports for this package should be sent. */
321#undef PACKAGE_BUGREPORT
322
323/* Define to the full name of this package. */
324#undef PACKAGE_NAME
325
326/* Define to the full name and version of this package. */
327#undef PACKAGE_STRING
328
329/* Define to the one symbol short name of this package. */
330#undef PACKAGE_TARNAME
331
332/* Define to the home page for this package. */
333#undef PACKAGE_URL
334
335/* Define to the version of this package. */
336#undef PACKAGE_VERSION
337
338/* Define to 1 if all of the C89 standard headers exist (not just the ones
339   required in a freestanding environment). This macro is provided for
340   backward compatibility; new code need not use it. */
341#undef STDC_HEADERS
342
343/* Define to 1 if your <sys/time.h> declares 'struct tm'. */
344#undef TM_IN_SYS_TIME
345
346/* Enable extensions on AIX, Interix, z/OS.  */
347#ifndef _ALL_SOURCE
348# undef _ALL_SOURCE
349#endif
350/* Enable general extensions on macOS.  */
351#ifndef _DARWIN_C_SOURCE
352# undef _DARWIN_C_SOURCE
353#endif
354/* Enable general extensions on Solaris.  */
355#ifndef __EXTENSIONS__
356# undef __EXTENSIONS__
357#endif
358/* Enable GNU extensions on systems that have them.  */
359#ifndef _GNU_SOURCE
360# undef _GNU_SOURCE
361#endif
362/* Enable X/Open compliant socket functions that do not require linking
363   with -lxnet on HP-UX 11.11.  */
364#ifndef _HPUX_ALT_XOPEN_SOCKET_API
365# undef _HPUX_ALT_XOPEN_SOCKET_API
366#endif
367/* Identify the host operating system as Minix.
368   This macro does not affect the system headers' behavior.
369   A future release of Autoconf may stop defining this macro.  */
370#ifndef _MINIX
371# undef _MINIX
372#endif
373/* Enable general extensions on NetBSD.
374   Enable NetBSD compatibility extensions on Minix.  */
375#ifndef _NETBSD_SOURCE
376# undef _NETBSD_SOURCE
377#endif
378/* Enable OpenBSD compatibility extensions on NetBSD.
379   Oddly enough, this does nothing on OpenBSD.  */
380#ifndef _OPENBSD_SOURCE
381# undef _OPENBSD_SOURCE
382#endif
383/* Define to 1 if needed for POSIX-compatible behavior.  */
384#ifndef _POSIX_SOURCE
385# undef _POSIX_SOURCE
386#endif
387/* Define to 2 if needed for POSIX-compatible behavior.  */
388#ifndef _POSIX_1_SOURCE
389# undef _POSIX_1_SOURCE
390#endif
391/* Enable POSIX-compatible threading on Solaris.  */
392#ifndef _POSIX_PTHREAD_SEMANTICS
393# undef _POSIX_PTHREAD_SEMANTICS
394#endif
395/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
396#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
397# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
398#endif
399/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
400#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
401# undef __STDC_WANT_IEC_60559_BFP_EXT__
402#endif
403/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
404#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
405# undef __STDC_WANT_IEC_60559_DFP_EXT__
406#endif
407/* Enable extensions specified by C23 Annex F.  */
408#ifndef __STDC_WANT_IEC_60559_EXT__
409# undef __STDC_WANT_IEC_60559_EXT__
410#endif
411/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
412#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
413# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
414#endif
415/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015.  */
416#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
417# undef __STDC_WANT_IEC_60559_TYPES_EXT__
418#endif
419/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
420#ifndef __STDC_WANT_LIB_EXT2__
421# undef __STDC_WANT_LIB_EXT2__
422#endif
423/* Enable extensions specified by ISO/IEC 24747:2009.  */
424#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
425# undef __STDC_WANT_MATH_SPEC_FUNCS__
426#endif
427/* Enable extensions on HP NonStop.  */
428#ifndef _TANDEM_SOURCE
429# undef _TANDEM_SOURCE
430#endif
431/* Enable X/Open extensions.  Define to 500 only if necessary
432   to make mbstate_t available.  */
433#ifndef _XOPEN_SOURCE
434# undef _XOPEN_SOURCE
435#endif
436
437
438/* Version number of package */
439#undef VERSION
440
441/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
442   significant byte first (like Motorola and SPARC, unlike Intel). */
443#if defined AC_APPLE_UNIVERSAL_BUILD
444# if defined __BIG_ENDIAN__
445#  define WORDS_BIGENDIAN 1
446# endif
447#else
448# ifndef WORDS_BIGENDIAN
449#  undef WORDS_BIGENDIAN
450# endif
451#endif
452
453/* Enable xzlib compression support */
454#undef XZLIBSUPPORT
455
456/* Enable zlib compression support */
457#undef ZLIBSUPPORT
458
459/* Enable zstdlib compression support */
460#undef ZSTDLIBSUPPORT
461
462/* Number of bits in a file offset, on hosts where this is settable. */
463#undef _FILE_OFFSET_BITS
464
465/* Define to 1 if necessary to make fseeko visible. */
466#undef _LARGEFILE_SOURCE
467
468/* Define to 1 on platforms where this makes off_t a 64-bit type. */
469#undef _LARGE_FILES
470
471/* Number of bits in time_t, on hosts where this is settable. */
472#undef _TIME_BITS
473
474/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
475   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
476   #define below would cause a syntax error. */
477#undef _UINT32_T
478
479/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
480   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
481   #define below would cause a syntax error. */
482#undef _UINT64_T
483
484/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
485   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
486   #define below would cause a syntax error. */
487#undef _UINT8_T
488
489/* Define to 1 on platforms where this makes time_t a 64-bit type. */
490#undef __MINGW_USE_VC2005_COMPAT
491
492/* Define to the type of a signed integer type of width exactly 32 bits if
493   such a type exists and the standard includes do not define it. */
494#undef int32_t
495
496/* Define to the type of a signed integer type of width exactly 64 bits if
497   such a type exists and the standard includes do not define it. */
498#undef int64_t
499
500/* Define to the type of a signed integer type wide enough to hold a pointer,
501   if such a type exists, and if the system does not define it. */
502#undef intptr_t
503
504/* Define to a type if <wchar.h> does not define. */
505#undef mbstate_t
506
507/* Define to 'long int' if <sys/types.h> does not define. */
508#undef off_t
509
510/* Define as a signed integer type capable of holding a process identifier. */
511#undef pid_t
512
513/* Define as 'unsigned int' if <stddef.h> doesn't define. */
514#undef size_t
515
516/* Define to the type of an unsigned integer type of width exactly 16 bits if
517   such a type exists and the standard includes do not define it. */
518#undef uint16_t
519
520/* Define to the type of an unsigned integer type of width exactly 32 bits if
521   such a type exists and the standard includes do not define it. */
522#undef uint32_t
523
524/* Define to the type of an unsigned integer type of width exactly 64 bits if
525   such a type exists and the standard includes do not define it. */
526#undef uint64_t
527
528/* Define to the type of an unsigned integer type of width exactly 8 bits if
529   such a type exists and the standard includes do not define it. */
530#undef uint8_t
531
532/* Define to the type of an unsigned integer type wide enough to hold a
533   pointer, if such a type exists, and if the system does not define it. */
534#undef uintptr_t
535
536/* Define as 'fork' if 'vfork' does not work. */
537#undef vfork
538