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