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