d9ac4204d28577d53ab4efce23b91e3f9728cb27
[dragonfly.git] / lib / libmagic / config.h
1 /* $DragonFly: src/lib/libmagic/config.h,v 1.7 2006/11/11 22:04:51 pavalos Exp $ */
2 /* config.h.  Generated by configure.  */
3 /* config.h.in.  Generated from configure.in by autoheader.  */
4
5 /* Use the builtin ELF recognition code */
6 #define BUILTIN_ELF 1
7
8 /* Recognize ELF core files */
9 #define ELFCORE 1
10
11 /* */
12 /* #undef HAVE_DAYLIGHT */
13
14 /* Define to 1 if you have the <dlfcn.h> header file. */
15 #define HAVE_DLFCN_H 1
16
17 /* Define to 1 if you have the <fcntl.h> header file. */
18 #define HAVE_FCNTL_H 1
19
20 /* Define to 1 if you have the <getopt.h> header file. */
21 #define HAVE_GETOPT_H 1
22
23 /* Define to 1 if you have the `getopt_long' function. */
24 #define HAVE_GETOPT_LONG 1
25
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #define HAVE_INTTYPES_H 1
28
29 /* Define to 1 if you have the `z' library (-lz). */
30 #define HAVE_LIBZ 1
31
32 /* Define to 1 if you have the <locale.h> header file. */
33 #define HAVE_LOCALE_H 1
34
35 /* */
36 #define HAVE_LONG_LONG 1
37
38 /* Define to 1 if you have the `mbrtowc' function. */
39 #define HAVE_MBRTOWC 1
40
41 /* Define to 1 if <wchar.h> declares mbstate_t. */
42 #define HAVE_MBSTATE_T 1
43
44 /* Define to 1 if you have the <memory.h> header file. */
45 #define HAVE_MEMORY_H 1
46
47 /* Define to 1 if you have the `mkstemp' function. */
48 #define HAVE_MKSTEMP 1
49
50 /* Define to 1 if you have the `mmap' function. */
51 #define HAVE_MMAP 1
52
53 /* Define to 1 if you have the `snprintf' function. */
54 #define HAVE_SNPRINTF 1
55
56 /* Define to 1 if you have the <stdint.h> header file. */
57 #define HAVE_STDINT_H 1
58
59 /* Define to 1 if you have the <stdlib.h> header file. */
60 #define HAVE_STDLIB_H 1
61
62 /* Define to 1 if you have the `strerror' function. */
63 #define HAVE_STRERROR 1
64
65 /* Define to 1 if you have the <strings.h> header file. */
66 #define HAVE_STRINGS_H 1
67
68 /* Define to 1 if you have the <string.h> header file. */
69 #define HAVE_STRING_H 1
70
71 /* Define to 1 if you have the `strtoul' function. */
72 #define HAVE_STRTOUL 1
73
74 /* Define to 1 if `st_rdev' is member of `struct stat'. */
75 #define HAVE_STRUCT_STAT_ST_RDEV 1
76
77 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
78    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
79 #define HAVE_ST_RDEV 1
80
81 /* Define to 1 if you have the <sys/mman.h> header file. */
82 #define HAVE_SYS_MMAN_H 1
83
84 /* Define to 1 if you have the <sys/stat.h> header file. */
85 #define HAVE_SYS_STAT_H 1
86
87 /* Define to 1 if you have the <sys/types.h> header file. */
88 #define HAVE_SYS_TYPES_H 1
89
90 /* Define to 1 if you have the <sys/utime.h> header file. */
91 /* #undef HAVE_SYS_UTIME_H */
92
93 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
94 #define HAVE_SYS_WAIT_H 1
95
96 /* */
97 #define HAVE_TM_ISDST 1
98
99 /* HAVE_TM_ZONE */
100 #define HAVE_TM_ZONE 1
101
102 /* HAVE_TZNAME */
103 #define HAVE_TZNAME 1
104
105 /* Define to 1 if you have the <unistd.h> header file. */
106 #define HAVE_UNISTD_H 1
107
108 /* Define to 1 if you have the `utime' function. */
109 #define HAVE_UTIME 1
110
111 /* Define to 1 if you have the `utimes' function. */
112 #define HAVE_UTIMES 1
113
114 /* Define to 1 if you have the <utime.h> header file. */
115 #define HAVE_UTIME_H 1
116
117 /* Define to 1 if you have the `vsnprintf' function. */
118 #define HAVE_VSNPRINTF 1
119
120 /* Define to 1 if you have the <wchar.h> header file. */
121 #define HAVE_WCHAR_H 1
122
123 /* Define to 1 if you have the <wctype.h> header file. */
124 #define HAVE_WCTYPE_H 1
125
126 /* Define to 1 if you have the `wcwidth' function. */
127 #define HAVE_WCWIDTH 1
128
129 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
130    */
131 /* #undef MAJOR_IN_MKDEV */
132
133 /* Define to 1 if `major', `minor', and `makedev' are declared in
134    <sysmacros.h>. */
135 /* #undef MAJOR_IN_SYSMACROS */
136
137 /* Name of package */
138 #define PACKAGE "file"
139
140 /* Define to the address where bug reports for this package should be sent. */
141 #define PACKAGE_BUGREPORT ""
142
143 /* Define to the full name of this package. */
144 #define PACKAGE_NAME ""
145
146 /* Define to the full name and version of this package. */
147 #define PACKAGE_STRING ""
148
149 /* Define to the one symbol short name of this package. */
150 #define PACKAGE_TARNAME ""
151
152 /* Define to the version of this package. */
153 #define PACKAGE_VERSION ""
154
155 /* */
156 #define SIZEOF_UINT16_T 2
157
158 /* */
159 #define SIZEOF_UINT32_T 4
160
161 /* */
162 #define SIZEOF_UINT64_T 8
163
164 /* */
165 #define SIZEOF_UINT8_T 1
166
167 /* Define to 1 if you have the ANSI C header files. */
168 #define STDC_HEADERS 1
169
170 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
171 /* #undef TM_IN_SYS_TIME */
172
173 /* Version number of package */
174 #define VERSION "4.18"
175
176 /* Number of bits in a file offset, on hosts where this is settable. */
177 /* #undef _FILE_OFFSET_BITS */
178
179 /* Define for large files, on AIX-style hosts. */
180 /* #undef _LARGE_FILES */
181
182 /* Define to empty if `const' does not conform to ANSI C. */
183 /* #undef const */
184
185 /* */
186 /* #undef int32_t */
187
188 /* Define to a type if <wchar.h> does not define. */
189 /* #undef mbstate_t */
190
191 /* Define to `long' if <sys/types.h> does not define. */
192 /* #undef off_t */
193
194 /* Define to `unsigned' if <sys/types.h> does not define. */
195 /* #undef size_t */
196
197 /* */
198 /* #undef uint16_t */
199
200 /* */
201 /* #undef uint32_t */
202
203 /* */
204 /* #undef uint64_t */
205
206 /* */
207 /* #undef uint8_t */