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