Merge from vendor branch GPERF:
[dragonfly.git] / lib / libmagic / config.h
1 /* $DragonFly: src/lib/libmagic/config.h,v 1.2 2005/03/04 13:49:02 joerg 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 /* #undef HAVE_MBRTOWC */
40
41 /* Define to 1 if you have the <memory.h> header file. */
42 #define HAVE_MEMORY_H 1
43
44 /* Define to 1 if you have the `mkstemp' function. */
45 #define HAVE_MKSTEMP 1
46
47 /* Define to 1 if you have the `mmap' function. */
48 #define HAVE_MMAP 1
49
50 #ifdef __DragonFly__
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #define HAVE_STDINT_H 1
53 #endif
54
55 /* Define to 1 if you have the <stdlib.h> header file. */
56 #define HAVE_STDLIB_H 1
57
58 /* Define to 1 if you have the `strerror' function. */
59 #define HAVE_STRERROR 1
60
61 /* Define to 1 if you have the <strings.h> header file. */
62 #define HAVE_STRINGS_H 1
63
64 /* Define to 1 if you have the <string.h> header file. */
65 #define HAVE_STRING_H 1
66
67 /* Define to 1 if you have the `strtoul' function. */
68 #define HAVE_STRTOUL 1
69
70 /* Define to 1 if `st_rdev' is member of `struct stat'. */
71 #define HAVE_STRUCT_STAT_ST_RDEV 1
72
73 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
74    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
75 #define HAVE_ST_RDEV 1
76
77 /* Define to 1 if you have the <sys/mman.h> header file. */
78 #define HAVE_SYS_MMAN_H 1
79
80 /* Define to 1 if you have the <sys/stat.h> header file. */
81 #define HAVE_SYS_STAT_H 1
82
83 /* Define to 1 if you have the <sys/types.h> header file. */
84 #define HAVE_SYS_TYPES_H 1
85
86 /* Define to 1 if you have the <sys/utime.h> header file. */
87 /* #undef HAVE_SYS_UTIME_H */
88
89 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
90 #define HAVE_SYS_WAIT_H 1
91
92 /* */
93 #define HAVE_TM_ISDST 1
94
95 /* HAVE_TM_ZONE */
96 #define HAVE_TM_ZONE 1
97
98 /* HAVE_TZNAME */
99 #define HAVE_TZNAME 1
100
101 /* Define to 1 if you have the <unistd.h> header file. */
102 #define HAVE_UNISTD_H 1
103
104 /* Define to 1 if you have the `utime' function. */
105 #define HAVE_UTIME 1
106
107 /* Define to 1 if you have the `utimes' function. */
108 #define HAVE_UTIMES 1
109
110 /* Define to 1 if you have the <utime.h> header file. */
111 #define HAVE_UTIME_H 1
112
113 /* Define to 1 if you have the <wchar.h> header file. */
114 #define HAVE_WCHAR_H 1
115
116 /* Define to 1 if you have the `wcwidth' function. */
117 /* #undef HAVE_WCWIDTH */
118
119 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
120    */
121 /* #undef MAJOR_IN_MKDEV */
122
123 /* Define to 1 if `major', `minor', and `makedev' are declared in
124    <sysmacros.h>. */
125 /* #undef MAJOR_IN_SYSMACROS */
126
127 /* Name of package */
128 #define PACKAGE "file"
129
130 /* Define to the address where bug reports for this package should be sent. */
131 #define PACKAGE_BUGREPORT ""
132
133 /* Define to the full name of this package. */
134 #define PACKAGE_NAME ""
135
136 /* Define to the full name and version of this package. */
137 #define PACKAGE_STRING ""
138
139 /* Define to the one symbol short name of this package. */
140 #define PACKAGE_TARNAME ""
141
142 /* Define to the version of this package. */
143 #define PACKAGE_VERSION ""
144
145 /* */
146 #define SIZEOF_UINT16_T 2
147
148 /* */
149 #define SIZEOF_UINT32_T 4
150
151 /* */
152 #define SIZEOF_UINT64_T 8
153
154 /* */
155 #define SIZEOF_UINT8_T 1
156
157 /* Define to 1 if you have the ANSI C header files. */
158 #define STDC_HEADERS 1
159
160 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
161 /* #undef TM_IN_SYS_TIME */
162
163 /* Version number of package */
164 #define VERSION "4.12"
165
166 /* Number of bits in a file offset, on hosts where this is settable. */
167 /* #undef _FILE_OFFSET_BITS */
168
169 /* Define for large files, on AIX-style hosts. */
170 /* #undef _LARGE_FILES */
171
172 /* Define to empty if `const' does not conform to ANSI C. */
173 /* #undef const */
174
175 /* */
176 /* #undef int32_t */
177
178 /* Define to a type if <wchar.h> does not define. */
179 /* #undef mbstate_t */
180
181 /* Define to `long' if <sys/types.h> does not define. */
182 /* #undef off_t */
183
184 /* Define to `unsigned' if <sys/types.h> does not define. */
185 /* #undef size_t */
186
187 /* */
188 /* #undef uint16_t */
189
190 /* */
191 /* #undef uint32_t */
192
193 /* */
194 /* #undef uint64_t */
195
196 /* */
197 /* #undef uint8_t */