]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - lib/libmagic/config.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.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 in built-in ELF support is used */
7 #define BUILTIN_ELF 1
8
9 /* Define for ELF core file support */
10 #define ELFCORE 1
11
12 /* Define to 1 if you have the `asprintf' function. */
13 #define HAVE_ASPRINTF 1
14
15 /* HAVE_DAYLIGHT */
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 /* Define to 1 if you have the `mbrtowc' function. */
55 #define HAVE_MBRTOWC 1
56
57 /* Define to 1 if <wchar.h> declares mbstate_t. */
58 #define HAVE_MBSTATE_T 1
59
60 /* Define to 1 if you have the <memory.h> header file. */
61 #define HAVE_MEMORY_H 1
62
63 /* Define to 1 if you have the `mkstemp' function. */
64 #define HAVE_MKSTEMP 1
65
66 /* Define to 1 if you have the `mmap' function. */
67 #define HAVE_MMAP 1
68
69 /* Define to 1 if you have the <stdint.h> header file. */
70 #define HAVE_STDINT_H 1
71
72 /* Define to 1 if you have the <stdlib.h> header file. */
73 #define HAVE_STDLIB_H 1
74
75 /* Define to 1 if you have the `strerror' function. */
76 #define HAVE_STRERROR 1
77
78 /* Define to 1 if you have the <strings.h> header file. */
79 #define HAVE_STRINGS_H 1
80
81 /* Define to 1 if you have the <string.h> header file. */
82 #define HAVE_STRING_H 1
83
84 /* Define to 1 if you have the `strlcat' function. */
85 #define HAVE_STRLCAT 1
86
87 /* Define to 1 if you have the `strlcpy' function. */
88 #define HAVE_STRLCPY 1
89
90 /* Define to 1 if you have the `strndup' function. */
91 #define HAVE_STRNDUP 1
92
93 /* Define to 1 if you have the `strtof' function. */
94 #define HAVE_STRTOF 1
95
96 /* Define to 1 if you have the `strtoul' function. */
97 #define HAVE_STRTOUL 1
98
99 /* HAVE_STRUCT_OPTION */
100 #define HAVE_STRUCT_OPTION 1
101
102 /* Define to 1 if `st_rdev' is member of `struct stat'. */
103 #define HAVE_STRUCT_STAT_ST_RDEV 1
104
105 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
106 #define HAVE_STRUCT_TM_TM_GMTOFF 1
107
108 /* Define to 1 if `tm_zone' is member of `struct tm'. */
109 #define HAVE_STRUCT_TM_TM_ZONE 1
110
111 /* Define to 1 if you have the <sys/mman.h> header file. */
112 #define HAVE_SYS_MMAN_H 1
113
114 /* Define to 1 if you have the <sys/stat.h> header file. */
115 #define HAVE_SYS_STAT_H 1
116
117 /* Define to 1 if you have the <sys/time.h> header file. */
118 #define HAVE_SYS_TIME_H 1
119
120 /* Define to 1 if you have the <sys/types.h> header file. */
121 #define HAVE_SYS_TYPES_H 1
122
123 /* Define to 1 if you have the <sys/utime.h> header file. */
124 /* #undef HAVE_SYS_UTIME_H */
125
126 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
127 #define HAVE_SYS_WAIT_H 1
128
129 /* HAVE_TM_ISDST */
130 #define HAVE_TM_ISDST 1
131
132 /* HAVE_TM_ZONE */
133 #define HAVE_TM_ZONE 1
134
135 /* HAVE_TZNAME */
136 #define HAVE_TZNAME 1
137
138 /* Define to 1 if the system has the type `uint16_t'. */
139 #define HAVE_UINT16_T 1
140
141 /* Define to 1 if the system has the type `uint32_t'. */
142 #define HAVE_UINT32_T 1
143
144 /* Define to 1 if the system has the type `uint64_t'. */
145 #define HAVE_UINT64_T 1
146
147 /* Define to 1 if the system has the type `uint8_t'. */
148 #define HAVE_UINT8_T 1
149
150 /* Define to 1 if you have the <unistd.h> header file. */
151 #define HAVE_UNISTD_H 1
152
153 /* Define to 1 if you have the `utime' function. */
154 #define HAVE_UTIME 1
155
156 /* Define to 1 if you have the `utimes' function. */
157 #define HAVE_UTIMES 1
158
159 /* Define to 1 if you have the <utime.h> header file. */
160 #define HAVE_UTIME_H 1
161
162 /* Define to 1 if you have the `vasprintf' function. */
163 #define HAVE_VASPRINTF 1
164
165 /* Define to 1 if you have the <wchar.h> header file. */
166 #define HAVE_WCHAR_H 1
167
168 /* Define to 1 if you have the <wctype.h> header file. */
169 #define HAVE_WCTYPE_H 1
170
171 /* Define to 1 if you have the `wcwidth' function. */
172 #define HAVE_WCWIDTH 1
173
174 /* Define to 1 if you have the <zlib.h> header file. */
175 #define HAVE_ZLIB_H 1
176
177 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
178    */
179 /* #undef MAJOR_IN_MKDEV */
180
181 /* Define to 1 if `major', `minor', and `makedev' are declared in
182    <sysmacros.h>. */
183 /* #undef MAJOR_IN_SYSMACROS */
184
185 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
186 /* #undef NO_MINUS_C_MINUS_O */
187
188 /* Name of package */
189 #define PACKAGE "file"
190
191 /* Define to the address where bug reports for this package should be sent. */
192 #define PACKAGE_BUGREPORT "christos@astron.com"
193
194 /* Define to the full name of this package. */
195 #define PACKAGE_NAME "file"
196
197 /* Define to the full name and version of this package. */
198 #define PACKAGE_STRING "file 5.03"
199
200 /* Define to the one symbol short name of this package. */
201 #define PACKAGE_TARNAME "file"
202
203 /* Define to the version of this package. */
204 #define PACKAGE_VERSION "5.03"
205
206 /* The size of `long long', as computed by sizeof. */
207 #define SIZEOF_LONG_LONG 8
208
209 /* Define to 1 if you have the ANSI C header files. */
210 #define STDC_HEADERS 1
211
212 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
213 /* #undef TM_IN_SYS_TIME */
214
215 /* Version number of package */
216 #define VERSION "5.03"
217
218 /* Number of bits in a file offset, on hosts where this is settable. */
219 /* #undef _FILE_OFFSET_BITS */
220
221 /* Enable GNU extensions on systems that have them.  */
222 #ifndef __FreeBSD__
223 #ifndef _GNU_SOURCE
224 # define _GNU_SOURCE 1
225 #endif
226 #endif
227
228 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
229 /* #undef _LARGEFILE_SOURCE */
230
231 /* Define for large files, on AIX-style hosts. */
232 /* #undef _LARGE_FILES */
233
234 /* Define to empty if `const' does not conform to ANSI C. */
235 /* #undef const */
236
237 /* Define to a type if <wchar.h> does not define. */
238 /* #undef mbstate_t */
239
240 /* Define to `long int' if <sys/types.h> does not define. */
241 /* #undef off_t */
242
243 /* Define to `unsigned int' if <sys/types.h> does not define. */
244 /* #undef size_t */
245
246
247 #ifndef HAVE_UINT8_T
248 typedef unsigned char uint8_t;
249 #endif
250 #ifndef HAVE_UINT16_T
251 typedef unsigned short uint16_t;
252 #endif
253 #ifndef HAVE_UINT32_T
254 typedef unsigned int uint32_t;
255 #endif
256 #ifndef HAVE_INT32_T
257 typedef int int32_t;
258 #endif
259 #ifndef HAVE_UINT64_T
260 #if SIZEOF_LONG_LONG == 8
261 typedef unsigned long long uint64_t;
262 #else
263 typedef unsigned long uint64_t;
264 #endif
265 #endif
266 #ifndef HAVE_INT64_T
267 #if SIZEOF_LONG_LONG == 8
268 typedef long long int64_t;
269 #else
270 typedef long int64_t;
271 #endif
272 #endif
273