xref: /minix/external/bsd/file/include/config.h (revision 0a6a1f1d)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define in built-in ELF support is used */
8 #define BUILTIN_ELF 1
9 
10 /* Define for ELF core file support */
11 #define ELFCORE 1
12 
13 /* Define to 1 if you have the `asctime_r' function. */
14 #define HAVE_ASCTIME_R 1
15 
16 /* Define to 1 if you have the `asprintf' function. */
17 #define HAVE_ASPRINTF 1
18 
19 /* Define to 1 if you have the `ctime_r' function. */
20 #define HAVE_CTIME_R 1
21 
22 /* HAVE_DAYLIGHT */
23 #define HAVE_DAYLIGHT 1
24 
25 /* Define to 1 if you have the declaration of `daylight', and to 0 if you
26    don't. */
27 #define HAVE_DECL_DAYLIGHT 1
28 
29 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
30    */
31 #define HAVE_DECL_TZNAME 1
32 
33 /* Define to 1 if you have the <dlfcn.h> header file. */
34 #define HAVE_DLFCN_H 1
35 
36 /* Define to 1 if you have the <err.h> header file. */
37 #define HAVE_ERR_H 1
38 
39 /* Define to 1 if you have the <fcntl.h> header file. */
40 #define HAVE_FCNTL_H 1
41 
42 #if !defined(__minix)
43 /* Define to 1 if you have the `fmtcheck' function. */
44 #define HAVE_FMTCHECK 1
45 #endif /* !defined(__minix) */
46 
47 /* Define to 1 if you have the `fork' function. */
48 #define HAVE_FORK 1
49 
50 #if !defined(__minix)
51 /* Define to 1 if you have the `freelocale' function. */
52 #define HAVE_FREELOCALE 1
53 #endif /* !defined(__minix) */
54 
55 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
56 #define HAVE_FSEEKO 1
57 
58 /* Define to 1 if you have the `getline' function. */
59 #define HAVE_GETLINE 1
60 
61 /* Define to 1 if you have the <getopt.h> header file. */
62 #define HAVE_GETOPT_H 1
63 
64 /* Define to 1 if you have the `getopt_long' function. */
65 #define HAVE_GETOPT_LONG 1
66 
67 /* Define to 1 if you have the `getpagesize' function. */
68 #define HAVE_GETPAGESIZE 1
69 
70 /* Define to 1 if the system has the type `intptr_t'. */
71 #define HAVE_INTPTR_T 1
72 
73 /* Define to 1 if you have the <inttypes.h> header file. */
74 #define HAVE_INTTYPES_H 1
75 
76 /* Define to 1 if you have the `gnurx' library (-lgnurx). */
77 /* #undef HAVE_LIBGNURX */
78 
79 /* Define to 1 if you have the `z' library (-lz). */
80 #define HAVE_LIBZ 1
81 
82 /* Define to 1 if you have the <limits.h> header file. */
83 #define HAVE_LIMITS_H 1
84 
85 /* Define to 1 if you have the <locale.h> header file. */
86 #define HAVE_LOCALE_H 1
87 
88 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
89 #define HAVE_MBRTOWC 1
90 
91 /* Define to 1 if <wchar.h> declares mbstate_t. */
92 #define HAVE_MBSTATE_T 1
93 
94 /* Define to 1 if you have the <memory.h> header file. */
95 #define HAVE_MEMORY_H 1
96 
97 /* Define to 1 if you have the `mkostemp' function. */
98 /* #undef HAVE_MKOSTEMP */
99 
100 /* Define to 1 if you have the `mkstemp' function. */
101 #define HAVE_MKSTEMP 1
102 
103 #if !defined(__minix)
104 /* Define to 1 if you have a working `mmap' system call. */
105 #define HAVE_MMAP 1
106 
107 /* Define to 1 if you have the `newlocale' function. */
108 #define HAVE_NEWLOCALE 1
109 #endif /* !defined(__minix) */
110 
111 /* Define to 1 if you have the `pread' function. */
112 #define HAVE_PREAD 1
113 
114 #if !defined(__minix)
115 /* Define to 1 if you have the `setlocale' function. */
116 #define HAVE_SETLOCALE 1
117 #endif /* !defined(__minix) */
118 
119 /* Define to 1 if you have the <stddef.h> header file. */
120 #define HAVE_STDDEF_H 1
121 
122 /* Define to 1 if you have the <stdint.h> header file. */
123 #define HAVE_STDINT_H 1
124 
125 /* Define to 1 if you have the <stdlib.h> header file. */
126 #define HAVE_STDLIB_H 1
127 
128 /* Define to 1 if you have the `strcasestr' function. */
129 #define HAVE_STRCASESTR 1
130 
131 /* Define to 1 if you have the `strerror' function. */
132 #define HAVE_STRERROR 1
133 
134 /* Define to 1 if you have the <strings.h> header file. */
135 #define HAVE_STRINGS_H 1
136 
137 /* Define to 1 if you have the <string.h> header file. */
138 #define HAVE_STRING_H 1
139 
140 /* Define to 1 if you have the `strlcat' function. */
141 #define HAVE_STRLCAT 1
142 
143 /* Define to 1 if you have the `strlcpy' function. */
144 #define HAVE_STRLCPY 1
145 
146 /* Define to 1 if you have the `strndup' function. */
147 #define HAVE_STRNDUP 1
148 
149 /* Define to 1 if you have the `strtof' function. */
150 #define HAVE_STRTOF 1
151 
152 /* Define to 1 if you have the `strtoul' function. */
153 #define HAVE_STRTOUL 1
154 
155 /* HAVE_STRUCT_OPTION */
156 #define HAVE_STRUCT_OPTION 1
157 
158 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
159 #define HAVE_STRUCT_STAT_ST_RDEV 1
160 
161 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
162 #define HAVE_STRUCT_TM_TM_GMTOFF 1
163 
164 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
165 #define HAVE_STRUCT_TM_TM_ZONE 1
166 
167 #if !defined(__minix)
168 /* Define to 1 if you have the <sys/mman.h> header file. */
169 #define HAVE_SYS_MMAN_H 1
170 #endif /* !defined(__minix) */
171 
172 /* Define to 1 if you have the <sys/param.h> header file. */
173 #define HAVE_SYS_PARAM_H 1
174 
175 /* Define to 1 if you have the <sys/stat.h> header file. */
176 #define HAVE_SYS_STAT_H 1
177 
178 /* Define to 1 if you have the <sys/time.h> header file. */
179 #define HAVE_SYS_TIME_H 1
180 
181 /* Define to 1 if you have the <sys/types.h> header file. */
182 #define HAVE_SYS_TYPES_H 1
183 
184 /* Define to 1 if you have the <sys/utime.h> header file. */
185 /* #undef HAVE_SYS_UTIME_H */
186 
187 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
188 #define HAVE_SYS_WAIT_H 1
189 
190 /* HAVE_TM_ISDST */
191 #define HAVE_TM_ISDST 1
192 
193 /* HAVE_TM_ZONE */
194 #define HAVE_TM_ZONE 1
195 
196 /* HAVE_TZNAME */
197 #define HAVE_TZNAME 1
198 
199 /* Define to 1 if the system has the type `uintptr_t'. */
200 #define HAVE_UINTPTR_T 1
201 
202 /* Define to 1 if you have the <unistd.h> header file. */
203 #define HAVE_UNISTD_H 1
204 
205 /* Define to 1 if you have the `uselocale' function. */
206 /* #undef HAVE_USELOCALE */
207 
208 /* Define to 1 if you have the `utime' function. */
209 #define HAVE_UTIME 1
210 
211 /* Define to 1 if you have the `utimes' function. */
212 #define HAVE_UTIMES 1
213 
214 /* Define to 1 if you have the <utime.h> header file. */
215 #define HAVE_UTIME_H 1
216 
217 /* Define to 1 if you have the `vasprintf' function. */
218 #define HAVE_VASPRINTF 1
219 
220 /* Define to 1 if you have the `vfork' function. */
221 #define HAVE_VFORK 1
222 
223 /* Define to 1 if you have the <vfork.h> header file. */
224 /* #undef HAVE_VFORK_H */
225 
226 /* Define to 1 or 0, depending whether the compiler supports simple visibility
227    declarations. */
228 #define HAVE_VISIBILITY 1
229 
230 /* Define to 1 if you have the <wchar.h> header file. */
231 #define HAVE_WCHAR_H 1
232 
233 /* Define to 1 if you have the <wctype.h> header file. */
234 #define HAVE_WCTYPE_H 1
235 
236 /* Define to 1 if you have the `wcwidth' function. */
237 #define HAVE_WCWIDTH 1
238 
239 /* Define to 1 if `fork' works. */
240 #define HAVE_WORKING_FORK 1
241 
242 /* Define to 1 if `vfork' works. */
243 #define HAVE_WORKING_VFORK 1
244 
245 /* Define to 1 if you have the <xlocale.h> header file. */
246 /* #undef HAVE_XLOCALE_H */
247 
248 /* Define to 1 if you have the <zlib.h> header file. */
249 #define HAVE_ZLIB_H 1
250 
251 /* Define to the sub-directory in which libtool stores uninstalled libraries.
252    */
253 #define LT_OBJDIR ".libs/"
254 
255 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
256    */
257 /* #undef MAJOR_IN_MKDEV */
258 
259 /* Define to 1 if `major', `minor', and `makedev' are declared in
260    <sysmacros.h>. */
261 /* #undef MAJOR_IN_SYSMACROS */
262 
263 /* Name of package */
264 #define PACKAGE "file"
265 
266 /* Define to the address where bug reports for this package should be sent. */
267 #define PACKAGE_BUGREPORT "christos@astron.com"
268 
269 /* Define to the full name of this package. */
270 #define PACKAGE_NAME "file"
271 
272 /* Define to the full name and version of this package. */
273 #define PACKAGE_STRING "file 5.22"
274 
275 /* Define to the one symbol short name of this package. */
276 #define PACKAGE_TARNAME "file"
277 
278 /* Define to the home page for this package. */
279 #define PACKAGE_URL ""
280 
281 /* Define to the version of this package. */
282 #define PACKAGE_VERSION "5.22"
283 
284 /* Define to 1 if you have the ANSI C header files. */
285 #define STDC_HEADERS 1
286 
287 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
288 /* #undef TM_IN_SYS_TIME */
289 
290 /* Enable extensions on AIX 3, Interix.  */
291 #ifndef _ALL_SOURCE
292 # define _ALL_SOURCE 1
293 #endif
294 /* Enable GNU extensions on systems that have them.  */
295 #ifndef _GNU_SOURCE
296 # define _GNU_SOURCE 1
297 #endif
298 /* Enable threading extensions on Solaris.  */
299 #ifndef _POSIX_PTHREAD_SEMANTICS
300 # define _POSIX_PTHREAD_SEMANTICS 1
301 #endif
302 /* Enable extensions on HP NonStop.  */
303 #ifndef _TANDEM_SOURCE
304 # define _TANDEM_SOURCE 1
305 #endif
306 /* Enable general extensions on Solaris.  */
307 #ifndef __EXTENSIONS__
308 # define __EXTENSIONS__ 1
309 #endif
310 
311 
312 /* Version number of package */
313 #define VERSION "5.22"
314 
315 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
316    significant byte first (like Motorola and SPARC, unlike Intel). */
317 #if defined AC_APPLE_UNIVERSAL_BUILD
318 # if defined __BIG_ENDIAN__
319 #  define WORDS_BIGENDIAN 1
320 # endif
321 #else
322 # ifndef WORDS_BIGENDIAN
323 /* #  undef WORDS_BIGENDIAN */
324 # endif
325 #endif
326 
327 /* Enable large inode numbers on Mac OS X 10.5.  */
328 #ifndef _DARWIN_USE_64_BIT_INODE
329 # define _DARWIN_USE_64_BIT_INODE 1
330 #endif
331 
332 /* Number of bits in a file offset, on hosts where this is settable. */
333 /* #undef _FILE_OFFSET_BITS */
334 
335 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
336 /* #undef _LARGEFILE_SOURCE */
337 
338 /* Define for large files, on AIX-style hosts. */
339 /* #undef _LARGE_FILES */
340 
341 /* Define to 1 if on MINIX. */
342 /* #undef _MINIX */
343 
344 /* Define to 2 if the system does not provide POSIX.1 features except with
345    this defined. */
346 /* #undef _POSIX_1_SOURCE */
347 
348 /* Define to 1 if you need to in order for `stat' and other things to work. */
349 /* #undef _POSIX_SOURCE */
350 
351 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
352    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
353    #define below would cause a syntax error. */
354 /* #undef _UINT32_T */
355 
356 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
357    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
358    #define below would cause a syntax error. */
359 /* #undef _UINT64_T */
360 
361 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
362    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
363    #define below would cause a syntax error. */
364 /* #undef _UINT8_T */
365 
366 /* Define to empty if `const' does not conform to ANSI C. */
367 /* #undef const */
368 
369 /* Define to the type of a signed integer type of width exactly 32 bits if
370    such a type exists and the standard includes do not define it. */
371 /* #undef int32_t */
372 
373 /* Define to the type of a signed integer type of width exactly 64 bits if
374    such a type exists and the standard includes do not define it. */
375 /* #undef int64_t */
376 
377 /* Define to the type of a signed integer type wide enough to hold a pointer,
378    if such a type exists, and if the system does not define it. */
379 /* #undef intptr_t */
380 
381 /* Define to a type if <wchar.h> does not define. */
382 /* #undef mbstate_t */
383 
384 /* Define to `long int' if <sys/types.h> does not define. */
385 /* #undef off_t */
386 
387 /* Define to `int' if <sys/types.h> does not define. */
388 /* #undef pid_t */
389 
390 /* Define to `unsigned int' if <sys/types.h> does not define. */
391 /* #undef size_t */
392 
393 /* Define to the type of an unsigned integer type of width exactly 16 bits if
394    such a type exists and the standard includes do not define it. */
395 /* #undef uint16_t */
396 
397 /* Define to the type of an unsigned integer type of width exactly 32 bits if
398    such a type exists and the standard includes do not define it. */
399 /* #undef uint32_t */
400 
401 /* Define to the type of an unsigned integer type of width exactly 64 bits if
402    such a type exists and the standard includes do not define it. */
403 /* #undef uint64_t */
404 
405 /* Define to the type of an unsigned integer type of width exactly 8 bits if
406    such a type exists and the standard includes do not define it. */
407 /* #undef uint8_t */
408 
409 /* Define to the type of an unsigned integer type wide enough to hold a
410    pointer, if such a type exists, and if the system does not define it. */
411 /* #undef uintptr_t */
412 
413 /* Define as `fork' if `vfork' does not work. */
414 /* #undef vfork */
415