kernel - SWAP CACHE part 22/many - Fix counter overflow introduced in part 21
[dragonfly.git] / lib / libmagic / config.h
blobf12cb81645fe86db541003689bb1ec487e1528a7
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Define in built-in ELF support is used */
5 #define BUILTIN_ELF 1
7 /* Define for ELF core file support */
8 #define ELFCORE 1
10 /* Define to 1 if you have the `asprintf' function. */
11 #define HAVE_ASPRINTF 1
13 /* HAVE_DAYLIGHT */
14 #define HAVE_DAYLIGHT 1
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #define HAVE_DLFCN_H 1
19 /* Define to 1 if you have the <err.h> header file. */
20 #define HAVE_ERR_H 1
22 /* Define to 1 if you have the <fcntl.h> header file. */
23 #define HAVE_FCNTL_H 1
25 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
26 #define HAVE_FSEEKO 1
28 /* Define to 1 if you have the <getopt.h> header file. */
29 #define HAVE_GETOPT_H 1
31 /* Define to 1 if you have the `getopt_long' function. */
32 #define HAVE_GETOPT_LONG 1
34 /* Define to 1 if the system has the type `int32_t'. */
35 #define HAVE_INT32_T 1
37 /* Define to 1 if the system has the type `int64_t'. */
38 #define HAVE_INT64_T 1
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #define HAVE_INTTYPES_H 1
43 /* Define to 1 if you have the `z' library (-lz). */
44 #define HAVE_LIBZ 1
46 /* Define to 1 if you have the <limits.h> header file. */
47 #define HAVE_LIMITS_H 1
49 /* Define to 1 if you have the <locale.h> header file. */
50 #define HAVE_LOCALE_H 1
52 /* Define to 1 if you have the `mbrtowc' function. */
53 #define HAVE_MBRTOWC 1
55 /* Define to 1 if <wchar.h> declares mbstate_t. */
56 #define HAVE_MBSTATE_T 1
58 /* Define to 1 if you have the <memory.h> header file. */
59 #define HAVE_MEMORY_H 1
61 /* Define to 1 if you have the `mkstemp' function. */
62 #define HAVE_MKSTEMP 1
64 /* Define to 1 if you have the `mmap' function. */
65 #define HAVE_MMAP 1
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #define HAVE_STDINT_H 1
70 /* Define to 1 if you have the <stdlib.h> header file. */
71 #define HAVE_STDLIB_H 1
73 /* Define to 1 if you have the `strerror' function. */
74 #define HAVE_STRERROR 1
76 /* Define to 1 if you have the <strings.h> header file. */
77 #define HAVE_STRINGS_H 1
79 /* Define to 1 if you have the <string.h> header file. */
80 #define HAVE_STRING_H 1
82 /* Define to 1 if you have the `strlcat' function. */
83 #define HAVE_STRLCAT 1
85 /* Define to 1 if you have the `strlcpy' function. */
86 #define HAVE_STRLCPY 1
88 /* Define to 1 if you have the `strndup' function. */
89 #define HAVE_STRNDUP 1
91 /* Define to 1 if you have the `strtof' function. */
92 #define HAVE_STRTOF 1
94 /* Define to 1 if you have the `strtoul' function. */
95 #define HAVE_STRTOUL 1
97 /* HAVE_STRUCT_OPTION */
98 #define HAVE_STRUCT_OPTION 1
100 /* Define to 1 if `st_rdev' is member of `struct stat'. */
101 #define HAVE_STRUCT_STAT_ST_RDEV 1
103 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
104 #define HAVE_STRUCT_TM_TM_GMTOFF 1
106 /* Define to 1 if `tm_zone' is member of `struct tm'. */
107 #define HAVE_STRUCT_TM_TM_ZONE 1
109 /* Define to 1 if you have the <sys/mman.h> header file. */
110 #define HAVE_SYS_MMAN_H 1
112 /* Define to 1 if you have the <sys/stat.h> header file. */
113 #define HAVE_SYS_STAT_H 1
115 /* Define to 1 if you have the <sys/time.h> header file. */
116 #define HAVE_SYS_TIME_H 1
118 /* Define to 1 if you have the <sys/types.h> header file. */
119 #define HAVE_SYS_TYPES_H 1
121 /* Define to 1 if you have the <sys/utime.h> header file. */
122 /* #undef HAVE_SYS_UTIME_H */
124 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
125 #define HAVE_SYS_WAIT_H 1
127 /* HAVE_TM_ISDST */
128 #define HAVE_TM_ISDST 1
130 /* HAVE_TM_ZONE */
131 #define HAVE_TM_ZONE 1
133 /* HAVE_TZNAME */
134 #define HAVE_TZNAME 1
136 /* Define to 1 if the system has the type `uint16_t'. */
137 #define HAVE_UINT16_T 1
139 /* Define to 1 if the system has the type `uint32_t'. */
140 #define HAVE_UINT32_T 1
142 /* Define to 1 if the system has the type `uint64_t'. */
143 #define HAVE_UINT64_T 1
145 /* Define to 1 if the system has the type `uint8_t'. */
146 #define HAVE_UINT8_T 1
148 /* Define to 1 if you have the <unistd.h> header file. */
149 #define HAVE_UNISTD_H 1
151 /* Define to 1 if you have the `utime' function. */
152 #define HAVE_UTIME 1
154 /* Define to 1 if you have the `utimes' function. */
155 #define HAVE_UTIMES 1
157 /* Define to 1 if you have the <utime.h> header file. */
158 #define HAVE_UTIME_H 1
160 /* Define to 1 if you have the `vasprintf' function. */
161 #define HAVE_VASPRINTF 1
163 #ifndef BOOTSTRAPPING
164 /* Define to 1 if you have the <wchar.h> header file. */
165 #define HAVE_WCHAR_H 1
167 /* Define to 1 if you have the <wctype.h> header file. */
168 #define HAVE_WCTYPE_H 1
170 /* Define to 1 if you have the `wcwidth' function. */
171 #define HAVE_WCWIDTH 1
172 #endif /* BOOTSTRAPPING */
174 /* Define to 1 if you have the <zlib.h> header file. */
175 #define HAVE_ZLIB_H 1
177 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
179 /* #undef MAJOR_IN_MKDEV */
181 /* Define to 1 if `major', `minor', and `makedev' are declared in
182 <sysmacros.h>. */
183 /* #undef MAJOR_IN_SYSMACROS */
185 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
186 /* #undef NO_MINUS_C_MINUS_O */
188 /* Name of package */
189 #define PACKAGE "file"
191 /* Define to the address where bug reports for this package should be sent. */
192 #define PACKAGE_BUGREPORT ""
194 /* Define to the full name of this package. */
195 #define PACKAGE_NAME ""
197 /* Define to the full name and version of this package. */
198 #define PACKAGE_STRING ""
200 /* Define to the one symbol short name of this package. */
201 #define PACKAGE_TARNAME ""
203 /* Define to the version of this package. */
204 #define PACKAGE_VERSION ""
206 /* The size of `long long', as computed by sizeof. */
207 #define SIZEOF_LONG_LONG 8
209 /* Define to 1 if you have the ANSI C header files. */
210 #define STDC_HEADERS 1
212 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
213 /* #undef TM_IN_SYS_TIME */
215 /* Version number of package */
216 #define VERSION "5.04"
218 /* Number of bits in a file offset, on hosts where this is settable. */
219 /* #undef _FILE_OFFSET_BITS */
221 /* Enable GNU extensions on systems that have them. */
222 #ifndef _GNU_SOURCE
223 # define _GNU_SOURCE 1
224 #endif
226 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
227 /* #undef _LARGEFILE_SOURCE */
229 /* Define for large files, on AIX-style hosts. */
230 /* #undef _LARGE_FILES */
232 /* Define to empty if `const' does not conform to ANSI C. */
233 /* #undef const */
235 /* Define to a type if <wchar.h> does not define. */
236 /* #undef mbstate_t */
238 /* Define to `long int' if <sys/types.h> does not define. */
239 /* #undef off_t */
241 /* Define to `unsigned int' if <sys/types.h> does not define. */
242 /* #undef size_t */
245 #ifndef HAVE_UINT8_T
246 typedef unsigned char uint8_t;
247 #endif
248 #ifndef HAVE_UINT16_T
249 typedef unsigned short uint16_t;
250 #endif
251 #ifndef HAVE_UINT32_T
252 typedef unsigned int uint32_t;
253 #endif
254 #ifndef HAVE_INT32_T
255 typedef int int32_t;
256 #endif
257 #ifndef HAVE_UINT64_T
258 #if SIZEOF_LONG_LONG == 8
259 typedef unsigned long long uint64_t;
260 #else
261 typedef unsigned long uint64_t;
262 #endif
263 #endif
264 #ifndef HAVE_INT64_T
265 #if SIZEOF_LONG_LONG == 8
266 typedef long long int64_t;
267 #else
268 typedef long int64_t;
269 #endif
270 #endif