xref: /minix3/external/bsd/file/include/config.h (revision a0a1440a5273b00d1b8ae58f81baed0aca9f17ca)
1ef01931fSBen Gras /* config.h.  Generated from config.h.in by configure.  */
2ef01931fSBen Gras /* config.h.in.  Generated from configure.ac by autoheader.  */
3ef01931fSBen Gras 
4ef01931fSBen Gras /* Define in built-in ELF support is used */
5ef01931fSBen Gras #define BUILTIN_ELF 1
6ef01931fSBen Gras 
7ef01931fSBen Gras /* Define for ELF core file support */
8ef01931fSBen Gras #define ELFCORE 1
9ef01931fSBen Gras 
10ef01931fSBen Gras /* Define to 1 if you have the `asprintf' function. */
11ef01931fSBen Gras #define HAVE_ASPRINTF 1
12ef01931fSBen Gras 
13ef01931fSBen Gras /* HAVE_DAYLIGHT */
14ef01931fSBen Gras #define HAVE_DAYLIGHT 1
15ef01931fSBen Gras 
1608ff44c4SLionel Sambuc /* Define to 1 if you have the declaration of `daylight', and to 0 if you
1708ff44c4SLionel Sambuc    don't. */
1808ff44c4SLionel Sambuc #define HAVE_DECL_DAYLIGHT 1
1908ff44c4SLionel Sambuc 
2008ff44c4SLionel Sambuc /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
2108ff44c4SLionel Sambuc    */
2208ff44c4SLionel Sambuc #define HAVE_DECL_TZNAME 1
2308ff44c4SLionel Sambuc 
24ef01931fSBen Gras /* Define to 1 if you have the <dlfcn.h> header file. */
25ef01931fSBen Gras #define HAVE_DLFCN_H 1
26ef01931fSBen Gras 
27ef01931fSBen Gras /* Define to 1 if you have the <err.h> header file. */
28ef01931fSBen Gras #define HAVE_ERR_H 1
29ef01931fSBen Gras 
30ef01931fSBen Gras /* Define to 1 if you have the <fcntl.h> header file. */
31ef01931fSBen Gras #define HAVE_FCNTL_H 1
32ef01931fSBen Gras 
3308ff44c4SLionel Sambuc /* Define to 1 if you have the `fork' function. */
3408ff44c4SLionel Sambuc #define HAVE_FORK 1
3508ff44c4SLionel Sambuc 
36ef01931fSBen Gras /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
37ef01931fSBen Gras #define HAVE_FSEEKO 1
38ef01931fSBen Gras 
3908ff44c4SLionel Sambuc /* Define to 1 if you have the `getline' function. */
4008ff44c4SLionel Sambuc #define HAVE_GETLINE 1
4108ff44c4SLionel Sambuc 
42ef01931fSBen Gras /* Define to 1 if you have the <getopt.h> header file. */
43ef01931fSBen Gras #define HAVE_GETOPT_H 1
44ef01931fSBen Gras 
45ef01931fSBen Gras /* Define to 1 if you have the `getopt_long' function. */
46ef01931fSBen Gras #define HAVE_GETOPT_LONG 1
47ef01931fSBen Gras 
48ef01931fSBen Gras /* Define to 1 if the system has the type `int32_t'. */
49ef01931fSBen Gras #define HAVE_INT32_T 1
50ef01931fSBen Gras 
51ef01931fSBen Gras /* Define to 1 if the system has the type `int64_t'. */
52ef01931fSBen Gras #define HAVE_INT64_T 1
53ef01931fSBen Gras 
54ef01931fSBen Gras /* Define to 1 if you have the <inttypes.h> header file. */
55ef01931fSBen Gras #define HAVE_INTTYPES_H 1
56ef01931fSBen Gras 
57835f6802SDirk Vogt /* Define to 1 if you have the `gnurx' library (-lgnurx). */
58835f6802SDirk Vogt /* #undef HAVE_LIBGNURX */
59835f6802SDirk Vogt 
60ef01931fSBen Gras /* Define to 1 if you have the `z' library (-lz). */
61ef01931fSBen Gras #define HAVE_LIBZ 1
62ef01931fSBen Gras 
63ef01931fSBen Gras /* Define to 1 if you have the <limits.h> header file. */
64ef01931fSBen Gras #define HAVE_LIMITS_H 1
65ef01931fSBen Gras 
66ef01931fSBen Gras /* Define to 1 if you have the <locale.h> header file. */
67ef01931fSBen Gras #define HAVE_LOCALE_H 1
68ef01931fSBen Gras 
69ef01931fSBen Gras /* Define to 1 if you have the `mbrtowc' function. */
70ef01931fSBen Gras #define HAVE_MBRTOWC 1
71ef01931fSBen Gras 
72ef01931fSBen Gras /* Define to 1 if <wchar.h> declares mbstate_t. */
73ef01931fSBen Gras #define HAVE_MBSTATE_T 1
74ef01931fSBen Gras 
75ef01931fSBen Gras /* Define to 1 if you have the <memory.h> header file. */
76ef01931fSBen Gras #define HAVE_MEMORY_H 1
77ef01931fSBen Gras 
78ef01931fSBen Gras /* Define to 1 if you have the `mkstemp' function. */
79ef01931fSBen Gras #define HAVE_MKSTEMP 1
80ef01931fSBen Gras 
81ef01931fSBen Gras /* Define to 1 if you have the `mmap' function. */
8208ff44c4SLionel Sambuc /* #undef HAVE_MMAP */
83835f6802SDirk Vogt 
84835f6802SDirk Vogt /* Define to 1 if the system has the type `pid_t'. */
85835f6802SDirk Vogt #define HAVE_PID_T 1
86ef01931fSBen Gras 
87ef01931fSBen Gras /* Define to 1 if you have the <stdint.h> header file. */
88ef01931fSBen Gras #define HAVE_STDINT_H 1
89ef01931fSBen Gras 
90ef01931fSBen Gras /* Define to 1 if you have the <stdlib.h> header file. */
91ef01931fSBen Gras #define HAVE_STDLIB_H 1
92ef01931fSBen Gras 
93ef01931fSBen Gras /* Define to 1 if you have the `strerror' function. */
94ef01931fSBen Gras #define HAVE_STRERROR 1
95ef01931fSBen Gras 
96ef01931fSBen Gras /* Define to 1 if you have the <strings.h> header file. */
97ef01931fSBen Gras #define HAVE_STRINGS_H 1
98ef01931fSBen Gras 
99ef01931fSBen Gras /* Define to 1 if you have the <string.h> header file. */
100ef01931fSBen Gras #define HAVE_STRING_H 1
101ef01931fSBen Gras 
102ef01931fSBen Gras /* Define to 1 if you have the `strlcat' function. */
103ef01931fSBen Gras #define HAVE_STRLCAT 1
104ef01931fSBen Gras 
105ef01931fSBen Gras /* Define to 1 if you have the `strlcpy' function. */
106ef01931fSBen Gras #define HAVE_STRLCPY 1
107ef01931fSBen Gras 
108ef01931fSBen Gras /* Define to 1 if you have the `strndup' function. */
109ef01931fSBen Gras #define HAVE_STRNDUP 1
110ef01931fSBen Gras 
111ef01931fSBen Gras /* Define to 1 if you have the `strtof' function. */
112ef01931fSBen Gras #define HAVE_STRTOF 1
113ef01931fSBen Gras 
114ef01931fSBen Gras /* Define to 1 if you have the `strtoul' function. */
115ef01931fSBen Gras #define HAVE_STRTOUL 1
116ef01931fSBen Gras 
117ef01931fSBen Gras /* HAVE_STRUCT_OPTION */
118ef01931fSBen Gras #define HAVE_STRUCT_OPTION 1
119ef01931fSBen Gras 
120835f6802SDirk Vogt /* Define to 1 if `struct stat' is a member of `st_rdev'. */
121ef01931fSBen Gras #define HAVE_STRUCT_STAT_ST_RDEV 1
122ef01931fSBen Gras 
123835f6802SDirk Vogt /* Define to 1 if `struct tm' is a member of `tm_gmtoff'. */
124ef01931fSBen Gras #define HAVE_STRUCT_TM_TM_GMTOFF 1
125ef01931fSBen Gras 
126835f6802SDirk Vogt /* Define to 1 if `struct tm' is a member of `tm_zone'. */
127ef01931fSBen Gras #define HAVE_STRUCT_TM_TM_ZONE 1
128ef01931fSBen Gras 
129ef01931fSBen Gras /* Define to 1 if you have the <sys/mman.h> header file. */
13008ff44c4SLionel Sambuc /* #undef HAVE_SYS_MMAN_H */
131ef01931fSBen Gras 
132ef01931fSBen Gras /* Define to 1 if you have the <sys/stat.h> header file. */
133ef01931fSBen Gras #define HAVE_SYS_STAT_H 1
134ef01931fSBen Gras 
135ef01931fSBen Gras /* Define to 1 if you have the <sys/time.h> header file. */
136ef01931fSBen Gras #define HAVE_SYS_TIME_H 1
137ef01931fSBen Gras 
138ef01931fSBen Gras /* Define to 1 if you have the <sys/types.h> header file. */
139ef01931fSBen Gras #define HAVE_SYS_TYPES_H 1
140ef01931fSBen Gras 
141ef01931fSBen Gras /* Define to 1 if you have the <sys/utime.h> header file. */
142ef01931fSBen Gras /* #undef HAVE_SYS_UTIME_H */
143ef01931fSBen Gras 
144ef01931fSBen Gras /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
145ef01931fSBen Gras #define HAVE_SYS_WAIT_H 1
146ef01931fSBen Gras 
147ef01931fSBen Gras /* HAVE_TM_ISDST */
148ef01931fSBen Gras #define HAVE_TM_ISDST 1
149ef01931fSBen Gras 
150ef01931fSBen Gras /* HAVE_TM_ZONE */
151ef01931fSBen Gras #define HAVE_TM_ZONE 1
152ef01931fSBen Gras 
153ef01931fSBen Gras /* HAVE_TZNAME */
154ef01931fSBen Gras #define HAVE_TZNAME 1
155ef01931fSBen Gras 
156ef01931fSBen Gras /* Define to 1 if the system has the type `uint16_t'. */
157ef01931fSBen Gras #define HAVE_UINT16_T 1
158ef01931fSBen Gras 
159ef01931fSBen Gras /* Define to 1 if the system has the type `uint32_t'. */
160ef01931fSBen Gras #define HAVE_UINT32_T 1
161ef01931fSBen Gras 
162ef01931fSBen Gras /* Define to 1 if the system has the type `uint64_t'. */
163ef01931fSBen Gras #define HAVE_UINT64_T 1
164ef01931fSBen Gras 
165ef01931fSBen Gras /* Define to 1 if the system has the type `uint8_t'. */
166ef01931fSBen Gras #define HAVE_UINT8_T 1
167ef01931fSBen Gras 
168ef01931fSBen Gras /* Define to 1 if you have the <unistd.h> header file. */
169ef01931fSBen Gras #define HAVE_UNISTD_H 1
170ef01931fSBen Gras 
171ef01931fSBen Gras /* Define to 1 if you have the `utime' function. */
172ef01931fSBen Gras #define HAVE_UTIME 1
173ef01931fSBen Gras 
174ef01931fSBen Gras /* Define to 1 if you have the `utimes' function. */
175*a0a1440aSThomas Cort #define HAVE_UTIMES 1
176ef01931fSBen Gras 
177ef01931fSBen Gras /* Define to 1 if you have the <utime.h> header file. */
178ef01931fSBen Gras #define HAVE_UTIME_H 1
179ef01931fSBen Gras 
180ef01931fSBen Gras /* Define to 1 if you have the `vasprintf' function. */
181ef01931fSBen Gras #define HAVE_VASPRINTF 1
182ef01931fSBen Gras 
183ef01931fSBen Gras /* Define to 1 if you have the <wchar.h> header file. */
184ef01931fSBen Gras #define HAVE_WCHAR_H 1
185ef01931fSBen Gras 
186ef01931fSBen Gras /* Define to 1 if you have the <wctype.h> header file. */
187ef01931fSBen Gras #define HAVE_WCTYPE_H 1
188ef01931fSBen Gras 
189ef01931fSBen Gras /* Define to 1 if you have the `wcwidth' function. */
190ef01931fSBen Gras #define HAVE_WCWIDTH 1
191ef01931fSBen Gras 
192ef01931fSBen Gras /* Define to 1 if you have the <zlib.h> header file. */
193ef01931fSBen Gras #define HAVE_ZLIB_H 1
194ef01931fSBen Gras 
19508ff44c4SLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries.
19608ff44c4SLionel Sambuc    */
19708ff44c4SLionel Sambuc #define LT_OBJDIR ".libs/"
19808ff44c4SLionel Sambuc 
199ef01931fSBen Gras /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
200ef01931fSBen Gras    */
201ef01931fSBen Gras /* #undef MAJOR_IN_MKDEV */
202ef01931fSBen Gras 
203ef01931fSBen Gras /* Define to 1 if `major', `minor', and `makedev' are declared in
204ef01931fSBen Gras    <sysmacros.h>. */
205ef01931fSBen Gras /* #undef MAJOR_IN_SYSMACROS */
206ef01931fSBen Gras 
207ef01931fSBen Gras /* Define to 1 if your C compiler doesn't accept -c and -o together. */
208ef01931fSBen Gras /* #undef NO_MINUS_C_MINUS_O */
209ef01931fSBen Gras 
210ef01931fSBen Gras /* Name of package */
211ef01931fSBen Gras #define PACKAGE "file"
212ef01931fSBen Gras 
213ef01931fSBen Gras /* Define to the address where bug reports for this package should be sent. */
214ef01931fSBen Gras #define PACKAGE_BUGREPORT "christos@astron.com"
215ef01931fSBen Gras 
216ef01931fSBen Gras /* Define to the full name of this package. */
217ef01931fSBen Gras #define PACKAGE_NAME "file"
218ef01931fSBen Gras 
219ef01931fSBen Gras /* Define to the full name and version of this package. */
22008ff44c4SLionel Sambuc #define PACKAGE_STRING "file 5.11"
221ef01931fSBen Gras 
222ef01931fSBen Gras /* Define to the one symbol short name of this package. */
223ef01931fSBen Gras #define PACKAGE_TARNAME "file"
224ef01931fSBen Gras 
225835f6802SDirk Vogt /* Define to the home page for this package. */
226835f6802SDirk Vogt #define PACKAGE_URL ""
227835f6802SDirk Vogt 
228ef01931fSBen Gras /* Define to the version of this package. */
22908ff44c4SLionel Sambuc #define PACKAGE_VERSION "5.11"
230ef01931fSBen Gras 
231ef01931fSBen Gras /* The size of `long long', as computed by sizeof. */
232ef01931fSBen Gras #define SIZEOF_LONG_LONG 8
233ef01931fSBen Gras 
234ef01931fSBen Gras /* Define to 1 if you have the ANSI C header files. */
235ef01931fSBen Gras #define STDC_HEADERS 1
236ef01931fSBen Gras 
237ef01931fSBen Gras /* Define to 1 if your <sys/time.h> declares `struct tm'. */
238ef01931fSBen Gras /* #undef TM_IN_SYS_TIME */
239ef01931fSBen Gras 
240835f6802SDirk Vogt /* Enable extensions on AIX 3, Interix.  */
241835f6802SDirk Vogt #ifndef _ALL_SOURCE
242835f6802SDirk Vogt # define _ALL_SOURCE 1
243835f6802SDirk Vogt #endif
244ef01931fSBen Gras /* Enable GNU extensions on systems that have them.  */
245ef01931fSBen Gras #ifndef _GNU_SOURCE
246ef01931fSBen Gras # define _GNU_SOURCE 1
247ef01931fSBen Gras #endif
248835f6802SDirk Vogt /* Enable threading extensions on Solaris.  */
249835f6802SDirk Vogt #ifndef _POSIX_PTHREAD_SEMANTICS
250835f6802SDirk Vogt # define _POSIX_PTHREAD_SEMANTICS 1
251835f6802SDirk Vogt #endif
252835f6802SDirk Vogt /* Enable extensions on HP NonStop.  */
253835f6802SDirk Vogt #ifndef _TANDEM_SOURCE
254835f6802SDirk Vogt # define _TANDEM_SOURCE 1
255835f6802SDirk Vogt #endif
256835f6802SDirk Vogt /* Enable general extensions on Solaris.  */
257835f6802SDirk Vogt #ifndef __EXTENSIONS__
258835f6802SDirk Vogt # define __EXTENSIONS__ 1
259835f6802SDirk Vogt #endif
260835f6802SDirk Vogt 
261835f6802SDirk Vogt 
262835f6802SDirk Vogt /* Version number of package */
26308ff44c4SLionel Sambuc #define VERSION "5.11"
264835f6802SDirk Vogt 
265835f6802SDirk Vogt /* Number of bits in a file offset, on hosts where this is settable. */
266835f6802SDirk Vogt /* #undef _FILE_OFFSET_BITS */
267ef01931fSBen Gras 
268ef01931fSBen Gras /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
269ef01931fSBen Gras /* #undef _LARGEFILE_SOURCE */
270ef01931fSBen Gras 
271ef01931fSBen Gras /* Define for large files, on AIX-style hosts. */
272ef01931fSBen Gras /* #undef _LARGE_FILES */
273ef01931fSBen Gras 
274835f6802SDirk Vogt /* Define to 1 if on MINIX. */
275835f6802SDirk Vogt /* #undef _MINIX */
276835f6802SDirk Vogt 
277835f6802SDirk Vogt /* Define to 2 if the system does not provide POSIX.1 features except with
278835f6802SDirk Vogt    this defined. */
279835f6802SDirk Vogt /* #undef _POSIX_1_SOURCE */
280835f6802SDirk Vogt 
281835f6802SDirk Vogt /* Define to 1 if you need to in order for `stat' and other things to work. */
282835f6802SDirk Vogt /* #undef _POSIX_SOURCE */
283835f6802SDirk Vogt 
284ef01931fSBen Gras /* Define to empty if `const' does not conform to ANSI C. */
285ef01931fSBen Gras /* #undef const */
286ef01931fSBen Gras 
287ef01931fSBen Gras /* Define to a type if <wchar.h> does not define. */
288ef01931fSBen Gras /* #undef mbstate_t */
289ef01931fSBen Gras 
290ef01931fSBen Gras /* Define to `long int' if <sys/types.h> does not define. */
291ef01931fSBen Gras /* #undef off_t */
292ef01931fSBen Gras 
293ef01931fSBen Gras /* Define to `unsigned int' if <sys/types.h> does not define. */
294ef01931fSBen Gras /* #undef size_t */
295ef01931fSBen Gras 
296ef01931fSBen Gras 
297ef01931fSBen Gras #ifndef HAVE_UINT8_T
298ef01931fSBen Gras typedef unsigned char uint8_t;
299ef01931fSBen Gras #endif
300ef01931fSBen Gras #ifndef HAVE_UINT16_T
301ef01931fSBen Gras typedef unsigned short uint16_t;
302ef01931fSBen Gras #endif
303ef01931fSBen Gras #ifndef HAVE_UINT32_T
304ef01931fSBen Gras typedef unsigned int uint32_t;
305ef01931fSBen Gras #endif
306ef01931fSBen Gras #ifndef HAVE_INT32_T
307ef01931fSBen Gras typedef int int32_t;
308ef01931fSBen Gras #endif
309ef01931fSBen Gras #ifndef HAVE_UINT64_T
310ef01931fSBen Gras #if SIZEOF_LONG_LONG == 8
311ef01931fSBen Gras typedef unsigned long long uint64_t;
312ef01931fSBen Gras #else
313ef01931fSBen Gras typedef unsigned long uint64_t;
314ef01931fSBen Gras #endif
315ef01931fSBen Gras #endif
316ef01931fSBen Gras #ifndef HAVE_INT64_T
317ef01931fSBen Gras #if SIZEOF_LONG_LONG == 8
318ef01931fSBen Gras typedef long long int64_t;
319ef01931fSBen Gras #else
320ef01931fSBen Gras typedef long int64_t;
321ef01931fSBen Gras #endif
322ef01931fSBen Gras #endif
323ef01931fSBen Gras 
324