MFC:
[dragonfly.git] / lib / libmagic / config.h
blob51f9c3ac71fde4f380d529270dd542ae995bb969
1 /* $DragonFly: src/lib/libmagic/config.h,v 1.12 2008/01/19 23:44:59 pavalos Exp $ */
2 /* config.h. Generated from config.h.in by configure. */
3 /* config.h.in. Generated from configure.in by autoheader. */
5 /* Use the builtin ELF recognition code */
6 #define BUILTIN_ELF 1
8 /* Recognize ELF core files */
9 #define ELFCORE 1
11 /* */
12 /* #undef HAVE_DAYLIGHT */
14 /* Define to 1 if you have the <dlfcn.h> header file. */
15 #define HAVE_DLFCN_H 1
17 /* Define to 1 if you have the <fcntl.h> header file. */
18 #define HAVE_FCNTL_H 1
20 /* Define to 1 if you have the <getopt.h> header file. */
21 #define HAVE_GETOPT_H 1
23 /* Define to 1 if you have the `getopt_long' function. */
24 #define HAVE_GETOPT_LONG 1
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #define HAVE_INTTYPES_H 1
29 /* Define to 1 if you have the `z' library (-lz). */
30 #define HAVE_LIBZ 1
32 /* Define to 1 if you have the <limits.h> header file. */
33 #define HAVE_LIMITS_H 1
35 /* Define to 1 if you have the <locale.h> header file. */
36 #define HAVE_LOCALE_H 1
38 /* */
39 #define HAVE_LONG_LONG 1
41 /* Define to 1 if you have the `mbrtowc' function. */
42 #define HAVE_MBRTOWC 1
44 /* Define to 1 if <wchar.h> declares mbstate_t. */
45 #define HAVE_MBSTATE_T 1
47 /* Define to 1 if you have the <memory.h> header file. */
48 #define HAVE_MEMORY_H 1
50 /* Define to 1 if you have the `mkstemp' function. */
51 #define HAVE_MKSTEMP 1
53 /* Define to 1 if you have the `mmap' function. */
54 #define HAVE_MMAP 1
56 /* Define to 1 if you have the `snprintf' function. */
57 #define HAVE_SNPRINTF 1
59 /* Define to 1 if you have the <stdint.h> header file. */
60 #define HAVE_STDINT_H 1
62 /* Define to 1 if you have the <stdlib.h> header file. */
63 #define HAVE_STDLIB_H 1
65 /* Define to 1 if you have the `strerror' function. */
66 #define HAVE_STRERROR 1
68 /* Define to 1 if you have the <strings.h> header file. */
69 #define HAVE_STRINGS_H 1
71 /* Define to 1 if you have the <string.h> header file. */
72 #define HAVE_STRING_H 1
74 /* Define to 1 if you have the `strndup' function. */
75 /* #undef HAVE_STRNDUP */
77 /* Define to 1 if you have the `strtof' function. */
78 /* #undef HAVE_STRTOF */
80 /* Define to 1 if you have the `strtoul' function. */
81 #define HAVE_STRTOUL 1
83 /* Define to 1 if `st_rdev' is member of `struct stat'. */
84 #define HAVE_STRUCT_STAT_ST_RDEV 1
86 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
87 `HAVE_STRUCT_STAT_ST_RDEV' instead. */
88 #define HAVE_ST_RDEV 1
90 /* Define to 1 if you have the <sys/mman.h> header file. */
91 #define HAVE_SYS_MMAN_H 1
93 /* Define to 1 if you have the <sys/stat.h> header file. */
94 #define HAVE_SYS_STAT_H 1
96 /* Define to 1 if you have the <sys/time.h> header file. */
97 #define HAVE_SYS_TIME_H 1
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #define HAVE_SYS_TYPES_H 1
102 /* Define to 1 if you have the <sys/utime.h> header file. */
103 /* #undef HAVE_SYS_UTIME_H */
105 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
106 #define HAVE_SYS_WAIT_H 1
108 /* */
109 #define HAVE_TM_ISDST 1
111 /* HAVE_TM_ZONE */
112 #define HAVE_TM_ZONE 1
114 /* HAVE_TZNAME */
115 #define HAVE_TZNAME 1
117 /* Define to 1 if you have the <unistd.h> header file. */
118 #define HAVE_UNISTD_H 1
120 /* Define to 1 if you have the `utime' function. */
121 #define HAVE_UTIME 1
123 /* Define to 1 if you have the `utimes' function. */
124 #define HAVE_UTIMES 1
126 /* Define to 1 if you have the <utime.h> header file. */
127 #define HAVE_UTIME_H 1
129 /* Define to 1 if you have the `vsnprintf' function. */
130 #define HAVE_VSNPRINTF 1
132 #ifndef BOOTSTRAPPING
133 /* Define to 1 if you have the <wchar.h> header file. */
134 #define HAVE_WCHAR_H 1
136 /* Define to 1 if you have the <wctype.h> header file. */
137 #define HAVE_WCTYPE_H 1
139 /* Define to 1 if you have the `wcwidth' function. */
140 #define HAVE_WCWIDTH 1
141 #endif /* BOOTSTRAPPING */
143 /* Define to 1 if you have the <zlib.h> header file. */
144 #define HAVE_ZLIB_H 1
146 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
148 /* #undef MAJOR_IN_MKDEV */
150 /* Define to 1 if `major', `minor', and `makedev' are declared in
151 <sysmacros.h>. */
152 /* #undef MAJOR_IN_SYSMACROS */
154 /* Name of package */
155 #define PACKAGE "file"
157 /* Define to the address where bug reports for this package should be sent. */
158 #define PACKAGE_BUGREPORT ""
160 /* Define to the full name of this package. */
161 #define PACKAGE_NAME ""
163 /* Define to the full name and version of this package. */
164 #define PACKAGE_STRING ""
166 /* Define to the one symbol short name of this package. */
167 #define PACKAGE_TARNAME ""
169 /* Define to the version of this package. */
170 #define PACKAGE_VERSION ""
172 /* */
173 #define SIZEOF_INT64_T 8
175 /* */
176 #define SIZEOF_UINT16_T 2
178 /* */
179 #define SIZEOF_UINT32_T 4
181 /* */
182 #define SIZEOF_UINT64_T 8
184 /* */
185 #define SIZEOF_UINT8_T 1
187 /* Define to 1 if you have the ANSI C header files. */
188 #define STDC_HEADERS 1
190 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
191 /* #undef TM_IN_SYS_TIME */
193 /* Version number of package */
194 #define VERSION "4.23"
196 /* Number of bits in a file offset, on hosts where this is settable. */
197 /* #undef _FILE_OFFSET_BITS */
199 /* Enable GNU extensions on systems that have them. */
200 #ifndef _GNU_SOURCE
201 # define _GNU_SOURCE 1
202 #endif
204 /* Define for large files, on AIX-style hosts. */
205 /* #undef _LARGE_FILES */
207 /* Define to empty if `const' does not conform to ANSI C. */
208 /* #undef const */
210 /* */
211 /* #undef int32_t */
213 /* */
214 /* #undef int64_t */
216 /* Define to a type if <wchar.h> does not define. */
217 /* #undef mbstate_t */
219 /* Define to `long int' if <sys/types.h> does not define. */
220 /* #undef off_t */
222 /* Define to `unsigned int' if <sys/types.h> does not define. */
223 /* #undef size_t */
225 /* */
226 /* #undef uint16_t */
228 /* */
229 /* #undef uint32_t */
231 /* */
232 /* #undef uint64_t */
234 /* */
235 /* #undef uint8_t */