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