blob: 601d4f044820b05a24250386ff62f18104538066 [file] [log] [blame]
Alistair Delvabeaee832021-02-24 11:27:23 -08001/* config.h.in. Generated from configure.in by autoheader. */
2
3/* Define for debugging messages */
4#undef DEBUG
5
6/* Define when sys_errlist is defined in the standard include files */
7#undef DECL_SYS_ERRLIST
8
9/* Define to 1 if you have the `alarm' function. */
10#undef HAVE_ALARM
11
12/* Define to 1 if you have the <arpa/inet.h> header file. */
13#undef HAVE_ARPA_INET_H
14
15/* Define to 1 if you have the <assert.h> header file. */
16#undef HAVE_ASSERT_H
17
18/* Define to 1 if you have the `atexit' function. */
19#undef HAVE_ATEXIT
20
21/* Define to 1 if you have the `basename' function. */
22#undef HAVE_BASENAME
23
24/* Define to 1 if the system has the type `caddr_t'. */
25#undef HAVE_CADDR_T
26
27/* Define to 1 if you have the `fchdir' function. */
28#undef HAVE_FCHDIR
29
30/* Define to 1 if you have the <fcntl.h> header file. */
31#undef HAVE_FCNTL_H
32
33/* Define to 1 if you have the `flock' function. */
34#undef HAVE_FLOCK
35
36/* Define to 1 if you have the `getgroupid' function. */
37#undef HAVE_GETGROUPID
38
39/* Define to 1 if you have the <getopt.h> header file. */
40#undef HAVE_GETOPT_H
41
42/* Define to 1 if you have the `getpass' function. */
43#undef HAVE_GETPASS
44
45/* Define to 1 if you have the `gettimeofday' function. */
46#undef HAVE_GETTIMEOFDAY
47
48/* Define to 1 if you have the `getuserid' function. */
49#undef HAVE_GETUSERID
50
51/* Define to 1 if you have the `htons' function. */
52#undef HAVE_HTONS
53
54/* Define to 1 if you have the <iconv.h> header file. */
55#undef HAVE_ICONV_H
56
57/* Define to 1 if you have the <inttypes.h> header file. */
58#undef HAVE_INTTYPES_H
59
60/* Define to 1 if you have the <io.h> header file. */
61#undef HAVE_IO_H
62
63/* Define to 1 if you have the `bsd' library (-lbsd). */
64#undef HAVE_LIBBSD
65
66/* Define to 1 if you have the `cam' library (-lcam). */
67#undef HAVE_LIBCAM
68
69/* Define to 1 if you have the <libc.h> header file. */
70#undef HAVE_LIBC_H
71
72/* Define to 1 if you have the `iconv' library (-liconv). */
73#undef HAVE_LIBICONV
74
75/* Define to 1 if you have the `socket' library (-lsocket). */
76#undef HAVE_LIBSOCKET
77
78/* Define to 1 if you have the `sun' library (-lsun). */
79#undef HAVE_LIBSUN
80
81/* Define to 1 if you have the <limits.h> header file. */
82#undef HAVE_LIMITS_H
83
84/* Define to 1 if you have the <linux/fs.h> header file. */
85#undef HAVE_LINUX_FS_H
86
87/* Define to 1 if you have the <linux/unistd.h> header file. */
88#undef HAVE_LINUX_UNISTD_H
89
90/* Define to 1 if you have the `llseek' function. */
91#undef HAVE_LLSEEK
92
93/* Define when you have an LLSEEK prototype */
94#undef HAVE_LLSEEK_PROTOTYPE
95
96/* Define to 1 if you have the <locale.h> header file. */
97#undef HAVE_LOCALE_H
98
99/* Define to 1 if you have the `lockf' function. */
100#undef HAVE_LOCKF
101
Yi Kong39bbd962022-01-09 19:41:38 +0800102/* Define to 1 if the system has the type `loff_t'. */
Alistair Delvabeaee832021-02-24 11:27:23 -0800103#undef HAVE_LOFF_T
104
Yi Kong39bbd962022-01-09 19:41:38 +0800105/* Define to 1 if the system has the type `long long'. */
Alistair Delvabeaee832021-02-24 11:27:23 -0800106#undef HAVE_LONG_LONG
107
108/* Define to 1 if you have the `lseek64' function. */
109#undef HAVE_LSEEK64
110
111/* Define when you have an LSEEK64 prototype */
112#undef HAVE_LSEEK64_PROTOTYPE
113
114/* Define to 1 if you have the <malloc.h> header file. */
115#undef HAVE_MALLOC_H
116
117/* Define to 1 if you have the `media_oldaliases' function. */
118#undef HAVE_MEDIA_OLDALIASES
119
120/* Define to 1 if you have the `memcpy' function. */
121#undef HAVE_MEMCPY
122
123/* Define to 1 if you have the `memmove' function. */
124#undef HAVE_MEMMOVE
125
126/* Define to 1 if you have the <memory.h> header file. */
127#undef HAVE_MEMORY_H
128
129/* Define to 1 if you have the `memset' function. */
130#undef HAVE_MEMSET
131
132/* Define to 1 if you have the <mntent.h> header file. */
133#undef HAVE_MNTENT_H
134
135/* Define to 1 if you have the <netdb.h> header file. */
136#undef HAVE_NETDB_H
137
138/* Define to 1 if you have the <netinet/in.h> header file. */
139#undef HAVE_NETINET_IN_H
140
141/* Define to 1 if you have the <netinet/tcp.h> header file. */
142#undef HAVE_NETINET_TCP_H
143
Yi Kong39bbd962022-01-09 19:41:38 +0800144/* Define to 1 if the system has the type `off64_t'. */
145#undef HAVE_OFF64_T
Alistair Delvabeaee832021-02-24 11:27:23 -0800146
Yi Kong39bbd962022-01-09 19:41:38 +0800147/* Define to 1 if the system has the type `offset_t'. */
148#undef HAVE_OFFSET_T
Alistair Delvabeaee832021-02-24 11:27:23 -0800149
150/* Define to 1 if you have the `on_exit' function. */
151#undef HAVE_ON_EXIT
152
153/* Define to 1 if you have the `putwc' function. */
154#undef HAVE_PUTWC
155
156/* Define to 1 if you have the `random' function. */
157#undef HAVE_RANDOM
158
159/* Define to 1 if you have the `setenv' function. */
160#undef HAVE_SETENV
161
162/* Define to 1 if you have the `seteuid' function. */
163#undef HAVE_SETEUID
164
165/* Define to 1 if you have the `setlocale' function. */
166#undef HAVE_SETLOCALE
167
168/* Define to 1 if you have the `setpgrp' function. */
169#undef HAVE_SETPGRP
170
171/* Define to 1 if you have the `setresuid' function. */
172#undef HAVE_SETRESUID
173
174/* Define to 1 if you have the <sgtty.h> header file. */
175#undef HAVE_SGTTY_H
176
177/* Define to 1 if you have the `sigaction' function. */
178#undef HAVE_SIGACTION
179
180/* Define to 1 if you have the <signal.h> header file. */
181#undef HAVE_SIGNAL_H
182
183/* Define to 1 if you have the `snprintf' function. */
184#undef HAVE_SNPRINTF
185
186/* Define to 1 if you have the `srandom' function. */
187#undef HAVE_SRANDOM
188
189/* Define to 1 if you have the `stat64' function. */
190#undef HAVE_STAT64
191
Yi Kong39bbd962022-01-09 19:41:38 +0800192/* Define to 1 if you have the <stdarg.h> header file. */
193#undef HAVE_STDARG_H
194
195/* Define to 1 if stdbool.h conforms to C99. */
196#undef HAVE_STDBOOL_H
197
Alistair Delvabeaee832021-02-24 11:27:23 -0800198/* Define to 1 if you have the <stdint.h> header file. */
199#undef HAVE_STDINT_H
200
201/* Define to 1 if you have the <stdlib.h> header file. */
202#undef HAVE_STDLIB_H
203
204/* Define to 1 if you have the `strcasecmp' function. */
205#undef HAVE_STRCASECMP
206
207/* Define to 1 if you have the `strchr' function. */
208#undef HAVE_STRCHR
209
210/* Define to 1 if you have the `strcspn' function. */
211#undef HAVE_STRCSPN
212
213/* Define to 1 if you have the `strdup' function. */
214#undef HAVE_STRDUP
215
216/* Define to 1 if you have the `strerror' function. */
217#undef HAVE_STRERROR
218
219/* Define to 1 if you have the <strings.h> header file. */
220#undef HAVE_STRINGS_H
221
222/* Define to 1 if you have the <string.h> header file. */
223#undef HAVE_STRING_H
224
225/* Define to 1 if you have the `strncasecmp' function. */
226#undef HAVE_STRNCASECMP
227
228/* Define to 1 if you have the `strncasecmp_l' function. */
229#undef HAVE_STRNCASECMP_L
230
231/* Define to 1 if you have the `strndup' function. */
232#undef HAVE_STRNDUP
233
234/* Define to 1 if you have the `strnlen' function. */
235#undef HAVE_STRNLEN
236
237/* Define to 1 if you have the `strpbrk' function. */
238#undef HAVE_STRPBRK
239
240/* Define to 1 if you have the `strrchr' function. */
241#undef HAVE_STRRCHR
242
243/* Define to 1 if you have the `strspn' function. */
244#undef HAVE_STRSPN
245
246/* Define to 1 if you have the `strtoi' function. */
247#undef HAVE_STRTOI
248
249/* Define to 1 if you have the `strtol' function. */
250#undef HAVE_STRTOL
251
252/* Define to 1 if you have the `strtoll' function. */
253#undef HAVE_STRTOLL
254
255/* Define to 1 if you have the `strtoui' function. */
256#undef HAVE_STRTOUI
257
258/* Define to 1 if you have the `strtoul' function. */
259#undef HAVE_STRTOUL
260
Yi Kong39bbd962022-01-09 19:41:38 +0800261/* Define to 1 if you have the <sys/fdio.h> header file. */
262#undef HAVE_SYS_FDIO_H
263
Alistair Delvabeaee832021-02-24 11:27:23 -0800264/* Define to 1 if you have the <sys/file.h> header file. */
265#undef HAVE_SYS_FILE_H
266
267/* Define to 1 if you have the <sys/floppy.h> header file. */
268#undef HAVE_SYS_FLOPPY_H
269
270/* Define to 1 if you have the <sys/ioctl.h> header file. */
271#undef HAVE_SYS_IOCTL_H
272
273/* Define to 1 if you have the <sys/param.h> header file. */
274#undef HAVE_SYS_PARAM_H
275
276/* Define to 1 if you have the <sys/signal.h> header file. */
277#undef HAVE_SYS_SIGNAL_H
278
279/* Define to 1 if you have the <sys/socket.h> header file. */
280#undef HAVE_SYS_SOCKET_H
281
282/* Define to 1 if you have the <sys/stat.h> header file. */
283#undef HAVE_SYS_STAT_H
284
285/* Define to 1 if you have the <sys/sysmacros.h> header file. */
286#undef HAVE_SYS_SYSMACROS_H
287
288/* Define to 1 if you have the <sys/termios.h> header file. */
289#undef HAVE_SYS_TERMIOS_H
290
291/* Define to 1 if you have the <sys/termio.h> header file. */
292#undef HAVE_SYS_TERMIO_H
293
294/* Define to 1 if you have the <sys/time.h> header file. */
295#undef HAVE_SYS_TIME_H
296
297/* Define to 1 if you have the <sys/types.h> header file. */
298#undef HAVE_SYS_TYPES_H
299
300/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
301#undef HAVE_SYS_WAIT_H
302
303/* Define to 1 if you have the `tcflush' function. */
304#undef HAVE_TCFLUSH
305
306/* Define to 1 if you have the `tcsetattr' function. */
307#undef HAVE_TCSETATTR
308
309/* Define to 1 if you have the <termios.h> header file. */
310#undef HAVE_TERMIOS_H
311
312/* Define to 1 if you have the <termio.h> header file. */
313#undef HAVE_TERMIO_H
314
315/* Define to 1 if you have the `toupper_l' function. */
316#undef HAVE_TOUPPER_L
317
318/* Define to 1 if you have the `tzset' function. */
319#undef HAVE_TZSET
320
321/* Define to 1 if you have the <unistd.h> header file. */
322#undef HAVE_UNISTD_H
323
324/* Define to 1 if you have the `usleep' function. */
325#undef HAVE_USLEEP
326
327/* Define to 1 if you have the `utime' function. */
328#undef HAVE_UTIME
329
330/* Define to 1 if you have the `utimes' function. */
331#undef HAVE_UTIMES
332
333/* Define to 1 if you have the <utime.h> header file. */
334#undef HAVE_UTIME_H
335
336/* Define to 1 if you have the <wchar.h> header file. */
337#undef HAVE_WCHAR_H
338
339/* Define to 1 if you have the `wcscasecmp' function. */
340#undef HAVE_WCSCASECMP
341
342/* Define to 1 if you have the `wcsdup' function. */
343#undef HAVE_WCSDUP
344
345/* Define to 1 if you have the `wcsnlen' function. */
346#undef HAVE_WCSNLEN
347
348/* Define to 1 if you have the <wctype.h> header file. */
349#undef HAVE_WCTYPE_H
350
351/* Define to 1 if you have the <xlocale.h> header file. */
352#undef HAVE_XLOCALE_H
353
Yi Kong39bbd962022-01-09 19:41:38 +0800354/* Define to 1 if the system has the type `_Bool'. */
355#undef HAVE__BOOL
356
Alistair Delvabeaee832021-02-24 11:27:23 -0800357/* Define to the address where bug reports for this package should be sent. */
358#undef PACKAGE_BUGREPORT
359
360/* Define to the full name of this package. */
361#undef PACKAGE_NAME
362
363/* Define to the full name and version of this package. */
364#undef PACKAGE_STRING
365
366/* Define to the one symbol short name of this package. */
367#undef PACKAGE_TARNAME
368
369/* Define to the home page for this package. */
370#undef PACKAGE_URL
371
372/* Define to the version of this package. */
373#undef PACKAGE_VERSION
374
375/* Define as the return type of signal handlers (`int' or `void'). */
376#undef RETSIGTYPE
377
378/* Define to 1 if the `setpgrp' function takes no argument. */
379#undef SETPGRP_VOID
380
381/* The size of `long', as computed by sizeof. */
382#undef SIZEOF_LONG
383
Yi Kong39bbd962022-01-09 19:41:38 +0800384/* The size of `off_t', as computed by sizeof. */
385#undef SIZEOF_OFF_T
Alistair Delvabeaee832021-02-24 11:27:23 -0800386
387/* The size of `size_t', as computed by sizeof. */
388#undef SIZEOF_SIZE_T
389
390/* The size of `time_t', as computed by sizeof. */
391#undef SIZEOF_TIME_T
392
393/* Define to 1 if you have the ANSI C header files. */
394#undef STDC_HEADERS
395
396/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
397#undef TIME_WITH_SYS_TIME
398
399/* Define to 1 if your <sys/time.h> declares `struct tm'. */
400#undef TM_IN_SYS_TIME
401
402/* Define when you want to include floppyd support */
403#undef USE_FLOPPYD
404
405/* Define on non Unix OS'es which don't have the concept of tty's */
406#undef USE_RAWTERM
407
408/* Enable extensions on AIX 3, Interix. */
409#ifndef _ALL_SOURCE
410# undef _ALL_SOURCE
411#endif
412/* Enable GNU extensions on systems that have them. */
413#ifndef _GNU_SOURCE
414# undef _GNU_SOURCE
415#endif
416/* Enable threading extensions on Solaris. */
417#ifndef _POSIX_PTHREAD_SEMANTICS
418# undef _POSIX_PTHREAD_SEMANTICS
419#endif
420/* Enable extensions on HP NonStop. */
421#ifndef _TANDEM_SOURCE
422# undef _TANDEM_SOURCE
423#endif
424/* Enable general extensions on Solaris. */
425#ifndef __EXTENSIONS__
426# undef __EXTENSIONS__
427#endif
428
429
430/* Define this if you want to use Xdf */
431#undef USE_XDF
432
433/* Define this if you use mtools together with the new Solaris' vold support
434 */
435#undef USING_NEW_VOLD
436
437/* Define this if you use mtools together with Solaris' vold */
438#undef USING_VOLD
439
440/* Define to 1 if the X Window System is missing or not being used. */
441#undef X_DISPLAY_MISSING
442
443/* Enable large inode numbers on Mac OS X 10.5. */
444#ifndef _DARWIN_USE_64_BIT_INODE
445# define _DARWIN_USE_64_BIT_INODE 1
446#endif
447
448/* Number of bits in a file offset, on hosts where this is settable. */
449#undef _FILE_OFFSET_BITS
450
Yi Kong39bbd962022-01-09 19:41:38 +0800451/* Needed for off64_t / lseek64 */
452#undef _LARGEFILE64_SOURCE
453
454/* Might be needed for loff_t / llseek64 */
455#undef _LARGEFILE_SOURCE
456
Alistair Delvabeaee832021-02-24 11:27:23 -0800457/* Define for large files, on AIX-style hosts. */
458#undef _LARGE_FILES
459
460/* Define to 1 if on MINIX. */
461#undef _MINIX
462
463/* Define to 2 if the system does not provide POSIX.1 features except with
464 this defined. */
465#undef _POSIX_1_SOURCE
466
467/* Define to 1 if you need to in order for `stat' and other things to work. */
468#undef _POSIX_SOURCE
469
470/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
471 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
472 #define below would cause a syntax error. */
473#undef _UINT32_T
474
475/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
476 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
477 #define below would cause a syntax error. */
478#undef _UINT8_T
479
480/* Define to empty if `const' does not conform to ANSI C. */
481#undef const
482
483/* Define to `int' if <sys/types.h> doesn't define. */
484#undef gid_t
485
486/* Define to `__inline__' or `__inline' if that's what the C compiler
487 calls it, or to nothing if 'inline' is not supported under any name. */
488#ifndef __cplusplus
489#undef inline
490#endif
491
492/* Define to the type of a signed integer type of width exactly 16 bits if
493 such a type exists and the standard includes do not define it. */
494#undef int16_t
495
496/* Define to the type of a signed integer type of width exactly 32 bits if
497 such a type exists and the standard includes do not define it. */
498#undef int32_t
499
500/* Define to the type of a signed integer type of width exactly 8 bits if such
501 a type exists and the standard includes do not define it. */
502#undef int8_t
503
504/* Define to `long int' if <sys/types.h> does not define. */
505#undef off_t
506
507/* Define to `unsigned int' if <sys/types.h> does not define. */
508#undef size_t
509
510/* Define to `int' if <sys/types.h> does not define. */
511#undef ssize_t
512
513/* Define to `int' if <sys/types.h> doesn't define. */
514#undef uid_t
515
516/* Define to the type of an unsigned integer type of width exactly 16 bits if
517 such a type exists and the standard includes do not define it. */
518#undef uint16_t
519
520/* Define to the type of an unsigned integer type of width exactly 32 bits if
521 such a type exists and the standard includes do not define it. */
522#undef uint32_t
523
524/* Define to the type of an unsigned integer type of width exactly 8 bits if
525 such a type exists and the standard includes do not define it. */
526#undef uint8_t