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