]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/config.h.in
kes Implement --with-batch-insert in configure and detection of thread
[bacula/bacula] / bacula / autoconf / config.h.in
1 /* autoconf/config.h.in.  Generated from autoconf/configure.in by autoheader.  */
2 /* ------------------------------------------------------------------------- */
3 /* --                     CONFIGURE SPECIFIED FEATURES                    -- */
4 /* ------------------------------------------------------------------------- */
5    
6 /* Define if you want to use MySQL as Catalog database */
7 #undef USE_MYSQL_DB
8
9 /* Define if you want SmartAlloc debug code enabled */
10 #undef SMARTALLOC
11
12 /* Define to `int' if <sys/types.h> doesn't define.  */
13 #undef daddr_t
14
15 /* Define to `int' if <sys/types.h> doesn't define.  */
16 #undef major_t
17
18 /* Define to `int' if <sys/types.h> doesn't define.  */
19 #undef minor_t
20
21 /* Define to `int' if <sys/types.h> doesn't define.  */
22 #undef ssize_t
23
24 /* Define if you want to use PostgreSQL */
25 #undef HAVE_POSTGRESQL
26
27 /* Define if you want to use MySQL */
28 #undef HAVE_MYSQL
29
30 /* Defined if MySQL thread safe library is present */
31 #undef HAVE_THREAD_SAFE_MYSQL
32
33 /* Define if you want to use embedded MySQL */
34 #undef HAVE_EMBEDDED_MYSQL
35
36 /* Define if you want to use SQLite */
37 #undef HAVE_SQLITE
38
39 /* Define if you want to use SQLite3 */
40 #undef HAVE_SQLITE3
41
42 /* Define if you want to use Berkeley DB */
43 #undef HAVE_BERKELEY_DB
44
45 /* Define if you want to use mSQL */
46 #undef HAVE_MSQL
47
48 /* Define if you want to use iODBC */
49 #undef HAVE_IODBC
50
51 /* Define if you want to use unixODBC */
52 #undef HAVE_UNIXODBC
53
54 /* Define if you want to use Solid SQL Server */
55 #undef HAVE_SOLID
56
57 /* Define if you want to use OpenLink ODBC (Virtuoso) */
58 #undef HAVE_VIRT
59
60 /* Define if you want to use EasySoft ODBC */
61 #undef HAVE_EASYSOFT
62
63 /* Define if you want to use Interbase SQL Server */
64 #undef HAVE_IBASE
65
66 /* Define if you want to use Oracle 8 SQL Server */
67 #undef HAVE_ORACLE8
68
69 /* Define if you want to use Oracle 7 SQL Server */
70 #undef HAVE_ORACLE7
71
72
73 /* ------------------------------------------------------------------------- */
74 /* --                     CONFIGURE DETECTED FEATURES                     -- */
75 /* ------------------------------------------------------------------------- */
76
77 /* Define if you need function prototypes */
78 #undef PROTOTYPES
79
80 /* Define if you have XPointer typedef */
81 #undef HAVE_XPOINTER
82
83 /* Define if you have _GNU_SOURCE getpt() */
84 #undef HAVE_GETPT
85
86 /* Define if you have GCC */
87 #undef HAVE_GCC
88
89 /* Define if you have the Andrew File System.  */
90 #undef AFS
91
92 /* Define If you want find -nouser and -nogroup to make tables of
93    used UIDs and GIDs at startup instead of using getpwuid or
94    getgrgid when needed.  Speeds up -nouser and -nogroup unless you
95    are running NIS or Hesiod, which make password and group calls
96    very expensive.  */
97 #undef CACHE_IDS
98
99 /* Define to use SVR4 statvfs to get filesystem type.  */
100 #undef FSTYPE_STATVFS
101
102 /* Define to use SVR3.2 statfs to get filesystem type.  */
103 #undef FSTYPE_USG_STATFS
104
105 /* Define to use AIX3 statfs to get filesystem type.  */
106 #undef FSTYPE_AIX_STATFS
107
108 /* Define to use 4.3BSD getmntent to get filesystem type.  */
109 #undef FSTYPE_MNTENT
110
111 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type.  */
112 #undef FSTYPE_STATFS
113
114 /* Define to use Ultrix getmnt to get filesystem type.  */
115 #undef FSTYPE_GETMNT
116
117 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
118 #undef dev_t
119
120 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
121 #undef ino_t
122
123 /* Define to 1 if utime.h exists and declares struct utimbuf.  */
124 #undef HAVE_UTIME_H
125
126 #if (HAVE_MYSQL||HAVE_POSTGRESQL||HAVE_MSQL||HAVE_IODBC||HAVE_UNIXODBC||HAVE_SOLID||HAVE_VIRT||HAVE_IBASE||HAVE_ORACLE8||HAVE_ORACLE7||HAVE_EASYSOFT)
127 #define HAVE_SQL
128 #endif
129
130 /* Data types */
131 #undef HAVE_U_INT
132 #undef HAVE_INTXX_T
133 #undef HAVE_U_INTXX_T
134 #undef HAVE_UINTXX_T
135 #undef HAVE_INT64_T
136 #undef HAVE_U_INT64_T
137 #undef HAVE_INTMAX_T
138 #undef HAVE_U_INTMAX_T
139  
140 /* Define if you want TCP Wrappers support */
141 #undef HAVE_LIBWRAP
142
143 /* Define if you have sys/bitypes.h */
144 #undef HAVE_SYS_BITYPES_H
145  
146 /* Directory for PID files */
147 #undef _PATH_BACULA_PIDDIR
148
149 /* LOCALEDIR */
150 #undef LOCALEDIR
151
152 /* Define if you have zlib */
153 #undef HAVE_LIBZ
154
155 /* Define if you have libacl */
156 #undef HAVE_ACL
157
158 /* General libs */
159 #undef LIBS
160
161 /* File daemon specif libraries */
162 #undef FDLIBS
163
164 /* Path to Sendmail program */
165 #undef SENDMAIL_PATH
166
167 /* What kind of signals we have */
168 #undef HAVE_POSIX_SIGNALS
169 #undef HAVE_BSD_SIGNALS
170 #undef HAVE_USG_SIGHOLD
171
172 /* Operating systems */
173 /* OSes */
174 #undef HAVE_LINUX_OS
175 #undef HAVE_FREEBSD_OS
176 #undef HAVE_NETBSD_OS
177 #undef HAVE_OPENBSD_OS
178 #undef HAVE_BSDI_OS
179 #undef HAVE_HPUX_OS
180 #undef HAVE_SUN_OS
181 #undef HAVE_IRIX_OS
182 #undef HAVE_AIX_OS
183 #undef HAVE_SGI_OS
184 #undef HAVE_CYGWIN
185 #undef HAVE_OSF1_OS
186 #undef HAVE_DARWIN_OS
187
188 /* Set to correct scanf value for long long int */
189 #undef lld
190 #undef llu
191
192 #undef HAVE_READLINE 
193 #undef HAVE_PYTHON
194
195 #undef HAVE_GMP
196
197 #undef HAVE_CWEB
198
199 #undef HAVE_FCHDIR
200
201 #undef HAVE_GETOPT_LONG
202
203 #undef HAVE_LIBSM
204
205 /* Check for thread safe routines */
206 #undef HAVE_LOCALTIME_R
207 #undef HAVE_READDIR_R
208 #undef HAVE_STRERROR_R
209 #undef HAVE_GETHOSTBYNAME_R
210
211 #undef HAVE_STRTOLL
212 #undef HAVE_INET_PTON
213
214 #undef HAVE_SOCKLEN_T
215
216 #undef HAVE_OLD_SOCKOPT
217  
218 #undef HAVE_BIGENDIAN
219
220 /* Defined if Gtk+-2.4 or greater is present */
221 #undef HAVE_GTK_2_4
222
223 /* Needed on HP-UX/g++ systems to support long long ints (int64) */
224 #undef _INCLUDE_LONGLONG
225
226 /* Define to system config directory */
227 #undef SYSCONFDIR
228
229 /* Define if OPENSSL is available */
230 #undef HAVE_OPENSSL
231
232 /* Define if comm encryption should be enabled */
233 #undef HAVE_TLS
234
235 /* Define if data encryption should be enabled */
236 #undef HAVE_CRYPTO
237
238 /* Define the LOCALEDIR if a translation */
239 #undef LOCALEDIR
240
241 /* Define if language support is enabled */
242 #undef ENABLE_NLS
243
244
245 /* Define to 1 if the `closedir' function returns void instead of `int'. */
246 #undef CLOSEDIR_VOID
247
248 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
249    systems. This function is required for `alloca.c' support on those systems.
250    */
251 #undef CRAY_STACKSEG_END
252
253 /* Define to 1 if using `alloca.c'. */
254 #undef C_ALLOCA
255
256 /* Define to 1 if translation of program messages to the user's native
257    language is requested. */
258 #undef ENABLE_NLS
259
260 /* Define to 1 if you have `alloca', as a function or macro. */
261 #undef HAVE_ALLOCA
262
263 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
264    */
265 #undef HAVE_ALLOCA_H
266
267 /* Define to 1 if you have the <argz.h> header file. */
268 #undef HAVE_ARGZ_H
269
270 /* Define to 1 if you have the <arpa/nameser.h> header file. */
271 #undef HAVE_ARPA_NAMESER_H
272
273 /* Define to 1 if you have the `asprintf' function. */
274 #undef HAVE_ASPRINTF
275
276 /* Define to 1 if you have the <assert.h> header file. */
277 #undef HAVE_ASSERT_H
278
279 /* Set if Bacula bat Qt4 GUI support enabled */
280 #undef HAVE_BAT
281
282 /* Set if DB batch insert code enabled */
283 #undef HAVE_BATCH_INSERT
284
285 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
286    CoreFoundation framework. */
287 #undef HAVE_CFLOCALECOPYCURRENT
288
289 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
290    the CoreFoundation framework. */
291 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
292
293 /* Define to 1 if you have the `chflags' function. */
294 #undef HAVE_CHFLAGS
295
296 /* Set if Bacula conio support enabled */
297 #undef HAVE_CONIO
298
299 /* Define if encryption support should be enabled */
300 #undef HAVE_CRYPTO
301
302 /* Define to 1 if you have the <curses.h> header file. */
303 #undef HAVE_CURSES_H
304
305 /* Define if the GNU dcgettext() function is already present or preinstalled.
306    */
307 #undef HAVE_DCGETTEXT
308
309 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
310    don't. */
311 #undef HAVE_DECL_FEOF_UNLOCKED
312
313 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
314    you don't. */
315 #undef HAVE_DECL_FGETS_UNLOCKED
316
317 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
318    don't. */
319 #undef HAVE_DECL_GETC_UNLOCKED
320
321 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
322    */
323 #undef HAVE_DECL_TZNAME
324
325 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
326    don't. */
327 #undef HAVE_DECL__SNPRINTF
328
329 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
330    don't. */
331 #undef HAVE_DECL__SNWPRINTF
332
333 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
334    */
335 #undef HAVE_DIRENT_H
336
337 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
338 #undef HAVE_DOPRNT
339
340 /* Define to 1 if you have the `fchdir' function. */
341 #undef HAVE_FCHDIR
342
343 /* Define to 1 if you have the <fcntl.h> header file. */
344 #undef HAVE_FCNTL_H
345
346 /* Define to 1 if you have the `fdatasync' function. */
347 #undef HAVE_FDATASYNC
348
349 /* Define to 1 if you have the `fork' function. */
350 #undef HAVE_FORK
351
352 /* Define to 1 if you have the `fseeko' function. */
353 #undef HAVE_FSEEKO
354
355 /* Define to 1 if you have the `fwprintf' function. */
356 #undef HAVE_FWPRINTF
357
358 /* Define to 1 if you have the `getcwd' function. */
359 #undef HAVE_GETCWD
360
361 /* Define to 1 if you have the `getegid' function. */
362 #undef HAVE_GETEGID
363
364 /* Define to 1 if you have the `geteuid' function. */
365 #undef HAVE_GETEUID
366
367 /* Define to 1 if you have the `getgid' function. */
368 #undef HAVE_GETGID
369
370 /* Define to 1 if you have the `gethostbyname2' function. */
371 #undef HAVE_GETHOSTBYNAME2
372
373 /* Define to 1 if you have the `gethostbyname_r' function. */
374 #undef HAVE_GETHOSTBYNAME_R
375
376 /* Define to 1 if you have the `gethostid' function. */
377 #undef HAVE_GETHOSTID
378
379 /* Define to 1 if you have the `gethostname' function. */
380 #undef HAVE_GETHOSTNAME
381
382 /* Define to 1 if you have the `getmntent' function. */
383 #undef HAVE_GETMNTENT
384
385 /* Define to 1 if you have the `getpagesize' function. */
386 #undef HAVE_GETPAGESIZE
387
388 /* Define to 1 if you have the `getpid' function. */
389 #undef HAVE_GETPID
390
391 /* Define if the GNU gettext() function is already present or preinstalled. */
392 #undef HAVE_GETTEXT
393
394 /* Define to 1 if you have the `gettimeofday' function. */
395 #undef HAVE_GETTIMEOFDAY
396
397 /* Define to 1 if you have the `getuid' function. */
398 #undef HAVE_GETUID
399
400 /* Define to 1 if you have the <grp.h> header file. */
401 #undef HAVE_GRP_H
402
403 /* Define if you have the iconv() function. */
404 #undef HAVE_ICONV
405
406 /* Define to 1 if you have the `inet_ntop' function. */
407 #undef HAVE_INET_NTOP
408
409 /* Define to 1 if you have the `inet_pton' function. */
410 #undef HAVE_INET_PTON
411
412 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
413 #undef HAVE_INTMAX_T
414
415 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
416 #undef HAVE_INTTYPES_H
417
418 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
419    declares uintmax_t. */
420 #undef HAVE_INTTYPES_H_WITH_UINTMAX
421
422 /* Whether to enable IPv6 support */
423 #undef HAVE_IPV6
424
425 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
426 #undef HAVE_LANGINFO_CODESET
427
428 /* Define to 1 if you have the `lchown' function. */
429 #undef HAVE_LCHOWN
430
431 /* Define if your <locale.h> file defines LC_MESSAGES. */
432 #undef HAVE_LC_MESSAGES
433
434 /* Define to 1 if you have the <libc.h> header file. */
435 #undef HAVE_LIBC_H
436
437 /* Define to 1 if you have the `inet' library (-linet). */
438 #undef HAVE_LIBINET
439
440 /* Define to 1 if you have the `nsl' library (-lnsl). */
441 #undef HAVE_LIBNSL
442
443 /* Define to 1 if you have the `resolv' library (-lresolv). */
444 #undef HAVE_LIBRESOLV
445
446 /* Define to 1 if you have the `socket' library (-lsocket). */
447 #undef HAVE_LIBSOCKET
448
449 /* Define to 1 if you have the `sun' library (-lsun). */
450 #undef HAVE_LIBSUN
451
452 /* Define to 1 if you have the `util' library (-lutil). */
453 #undef HAVE_LIBUTIL
454
455 /* Define to 1 if you have the `xnet' library (-lxnet). */
456 #undef HAVE_LIBXNET
457
458 /* Define to 1 if you have the <limits.h> header file. */
459 #undef HAVE_LIMITS_H
460
461 /* Define to 1 if you have the <locale.h> header file. */
462 #undef HAVE_LOCALE_H
463
464 /* Define to 1 if you have the `localtime_r' function. */
465 #undef HAVE_LOCALTIME_R
466
467 /* Define if you have the 'long double' type. */
468 #undef HAVE_LONG_DOUBLE
469
470 /* Define if you have the 'long long' type. */
471 #undef HAVE_LONG_LONG
472
473 /* Define to 1 if you have the `lstat' function. */
474 #undef HAVE_LSTAT
475
476 /* Define to 1 if you have the <malloc.h> header file. */
477 #undef HAVE_MALLOC_H
478
479 /* Define to 1 if you have the <memory.h> header file. */
480 #undef HAVE_MEMORY_H
481
482 /* Define to 1 if you have the `mempcpy' function. */
483 #undef HAVE_MEMPCPY
484
485 /* Define to 1 if you have a working `mmap' system call. */
486 #undef HAVE_MMAP
487
488 /* Define to 1 if you have the <mtio.h> header file. */
489 #undef HAVE_MTIO_H
490
491 /* Define to 1 if you have the `munmap' function. */
492 #undef HAVE_MUNMAP
493
494 /* Define to 1 if you have the `nanosleep' function. */
495 #undef HAVE_NANOSLEEP
496
497 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
498 #undef HAVE_NDIR_H
499
500 /* Define to 1 if you have the `nl_langinfo' function. */
501 #undef HAVE_NL_LANGINFO
502
503 /* Define to 1 if you have the <nl_types.h> header file. */
504 #undef HAVE_NL_TYPES_H
505
506 /* Define if OpenSSL library is available */
507 #undef HAVE_OPENSSL
508
509 /* Define if the OpenSSL library is export-contrained to 128bit ciphers */
510 #undef HAVE_OPENSSL_EXPORT_LIBRARY
511
512 /* Define to 1 if you have the `posix_fadvise' function. */
513 #undef HAVE_POSIX_FADVISE
514
515 /* Define if your printf() function supports format strings with positions. */
516 #undef HAVE_POSIX_PRINTF
517
518 /* Define to 1 if you have the `putenv' function. */
519 #undef HAVE_PUTENV
520
521 /* Define to 1 if you have the <pwd.h> header file. */
522 #undef HAVE_PWD_H
523
524 /* Define to 1 if you have the `readdir_r' function. */
525 #undef HAVE_READDIR_R
526
527 /* Define to 1 if you have the <regex.h> header file. */
528 #undef HAVE_REGEX_H
529
530 /* Define to 1 if you have the <resolv.h> header file. */
531 #undef HAVE_RESOLV_H
532
533 /* Define if sa_len field exists in struct sockaddr */
534 #undef HAVE_SA_LEN
535
536 /* Define to 1 if you have the `select' function. */
537 #undef HAVE_SELECT
538
539 /* Define to 1 if you have the `setenv' function. */
540 #undef HAVE_SETENV
541
542 /* Define to 1 if you have the `setlocale' function. */
543 #undef HAVE_SETLOCALE
544
545 /* Define to 1 if you have the `setpgid' function. */
546 #undef HAVE_SETPGID
547
548 /* Define to 1 if you have the `setpgrp' function. */
549 #undef HAVE_SETPGRP
550
551 /* Define to 1 if you have the `setsid' function. */
552 #undef HAVE_SETSID
553
554 /* Define if the SHA-2 family of digest algorithms is available */
555 #undef HAVE_SHA2
556
557 /* Define to 1 if you have the `signal' function. */
558 #undef HAVE_SIGNAL
559
560 /* Define to 1 if you have the `snprintf' function. */
561 #undef HAVE_SNPRINTF
562
563 /* Define to 1 if you have the <stdarg.h> header file. */
564 #undef HAVE_STDARG_H
565
566 /* Define to 1 if you have the <stddef.h> header file. */
567 #undef HAVE_STDDEF_H
568
569 /* Define to 1 if you have the <stdint.h> header file. */
570 #undef HAVE_STDINT_H
571
572 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
573    uintmax_t. */
574 #undef HAVE_STDINT_H_WITH_UINTMAX
575
576 /* Define to 1 if you have the <stdlib.h> header file. */
577 #undef HAVE_STDLIB_H
578
579 /* Define to 1 if you have the `stpcpy' function. */
580 #undef HAVE_STPCPY
581
582 /* Define to 1 if you have the `strcasecmp' function. */
583 #undef HAVE_STRCASECMP
584
585 /* Define to 1 if you have the `strdup' function. */
586 #undef HAVE_STRDUP
587
588 /* Define to 1 if you have the `strerror' function. */
589 #undef HAVE_STRERROR
590
591 /* Define to 1 if you have the `strerror_r' function. */
592 #undef HAVE_STRERROR_R
593
594 /* Define to 1 if you have the `strftime' function. */
595 #undef HAVE_STRFTIME
596
597 /* Define to 1 if you have the <strings.h> header file. */
598 #undef HAVE_STRINGS_H
599
600 /* Define to 1 if you have the <string.h> header file. */
601 #undef HAVE_STRING_H
602
603 /* Define to 1 if you have the `strncmp' function. */
604 #undef HAVE_STRNCMP
605
606 /* Define to 1 if you have the `strncpy' function. */
607 #undef HAVE_STRNCPY
608
609 /* Define to 1 if you have the `strtoll' function. */
610 #undef HAVE_STRTOLL
611
612 /* Define to 1 if you have the `strtoul' function. */
613 #undef HAVE_STRTOUL
614
615 /* Define to 1 if `st_blksize' is member of `struct stat'. */
616 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
617
618 /* Define to 1 if `st_blocks' is member of `struct stat'. */
619 #undef HAVE_STRUCT_STAT_ST_BLOCKS
620
621 /* Define to 1 if `st_rdev' is member of `struct stat'. */
622 #undef HAVE_STRUCT_STAT_ST_RDEV
623
624 /* Define to 1 if `tm_zone' is member of `struct tm'. */
625 #undef HAVE_STRUCT_TM_TM_ZONE
626
627 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
628    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
629 #undef HAVE_ST_BLKSIZE
630
631 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
632    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
633 #undef HAVE_ST_BLOCKS
634
635 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
636    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
637 #undef HAVE_ST_RDEV
638
639 /* Define to 1 if you have the <sys/bitypes.h> header file. */
640 #undef HAVE_SYS_BITYPES_H
641
642 /* Define to 1 if you have the <sys/byteorder.h> header file. */
643 #undef HAVE_SYS_BYTEORDER_H
644
645 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
646    */
647 #undef HAVE_SYS_DIR_H
648
649 /* Define to 1 if you have the <sys/ioctl.h> header file. */
650 #undef HAVE_SYS_IOCTL_H
651
652 /* Define to 1 if you have the <sys/mtio.h> header file. */
653 #undef HAVE_SYS_MTIO_H
654
655 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
656    */
657 #undef HAVE_SYS_NDIR_H
658
659 /* Define to 1 if you have the <sys/param.h> header file. */
660 #undef HAVE_SYS_PARAM_H
661
662 /* Define to 1 if you have the <sys/select.h> header file. */
663 #undef HAVE_SYS_SELECT_H
664
665 /* Define to 1 if you have the <sys/socket.h> header file. */
666 #undef HAVE_SYS_SOCKET_H
667
668 /* Define to 1 if you have the <sys/sockio.h> header file. */
669 #undef HAVE_SYS_SOCKIO_H
670
671 /* Defines if your system have the sys/statvfs.h header file */
672 #undef HAVE_SYS_STATVFS_H
673
674 /* Define to 1 if you have the <sys/stat.h> header file. */
675 #undef HAVE_SYS_STAT_H
676
677 /* Define to 1 if you have the <sys/tape.h> header file. */
678 #undef HAVE_SYS_TAPE_H
679
680 /* Define to 1 if you have the <sys/time.h> header file. */
681 #undef HAVE_SYS_TIME_H
682
683 /* Define to 1 if you have the <sys/types.h> header file. */
684 #undef HAVE_SYS_TYPES_H
685
686 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
687 #undef HAVE_SYS_WAIT_H
688
689 /* Define to 1 if you have the `tcgetattr' function. */
690 #undef HAVE_TCGETATTR
691
692 /* Define to 1 if you have the <termcap.h> header file. */
693 #undef HAVE_TERMCAP_H
694
695 /* Define to 1 if you have the <termios.h> header file. */
696 #undef HAVE_TERMIOS_H
697
698 /* Define to 1 if you have the <term.h> header file. */
699 #undef HAVE_TERM_H
700
701 /* Define if TLS support should be enabled */
702 #undef HAVE_TLS
703
704 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
705    `HAVE_STRUCT_TM_TM_ZONE' instead. */
706 #undef HAVE_TM_ZONE
707
708 /* Define to 1 if you have the `tsearch' function. */
709 #undef HAVE_TSEARCH
710
711 /* Defind to 1 if compiler has typeof */
712 #undef HAVE_TYPEOF
713
714 /* Define to 1 if you don't have `tm_zone' but do have the external array
715    `tzname'. */
716 #undef HAVE_TZNAME
717
718 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
719 #undef HAVE_UINTMAX_T
720
721 /* Define to 1 if you have the <unistd.h> header file. */
722 #undef HAVE_UNISTD_H
723
724 /* Define if you have the 'unsigned long long' type. */
725 #undef HAVE_UNSIGNED_LONG_LONG
726
727 /* Define to 1 if you have the <varargs.h> header file. */
728 #undef HAVE_VARARGS_H
729
730 /* Define to 1 if you have the `vfprintf' function. */
731 #undef HAVE_VFPRINTF
732
733 /* Define to 1 if you have the `vprintf' function. */
734 #undef HAVE_VPRINTF
735
736 /* Define to 1 if you have the `vsnprintf' function. */
737 #undef HAVE_VSNPRINTF
738
739 /* Define if you have the 'wchar_t' type. */
740 #undef HAVE_WCHAR_T
741
742 /* Define to 1 if you have the `wcslen' function. */
743 #undef HAVE_WCSLEN
744
745 /* Define if you have the 'wint_t' type. */
746 #undef HAVE_WINT_T
747
748 /* Define to 1 if you have the <zlib.h> header file. */
749 #undef HAVE_ZLIB_H
750
751 /* Define to 1 if you have the `__argz_count' function. */
752 #undef HAVE___ARGZ_COUNT
753
754 /* Define to 1 if you have the `__argz_next' function. */
755 #undef HAVE___ARGZ_NEXT
756
757 /* Define to 1 if you have the `__argz_stringify' function. */
758 #undef HAVE___ARGZ_STRINGIFY
759
760 /* Define to 1 if you have the `__fsetlocking' function. */
761 #undef HAVE___FSETLOCKING
762
763 /* Define as const if the declaration of iconv() needs const. */
764 #undef ICONV_CONST
765
766 /* Define if integer division by zero raises signal SIGFPE. */
767 #undef INTDIV0_RAISES_SIGFPE
768
769 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
770    */
771 #undef MAJOR_IN_MKDEV
772
773 /* Define to 1 if `major', `minor', and `makedev' are declared in
774    <sysmacros.h>. */
775 #undef MAJOR_IN_SYSMACROS
776
777 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
778 #undef NO_MINUS_C_MINUS_O
779
780 /* Define to the address where bug reports for this package should be sent. */
781 #undef PACKAGE_BUGREPORT
782
783 /* Define to the full name of this package. */
784 #undef PACKAGE_NAME
785
786 /* Define to the full name and version of this package. */
787 #undef PACKAGE_STRING
788
789 /* Define to the one symbol short name of this package. */
790 #undef PACKAGE_TARNAME
791
792 /* Define to the version of this package. */
793 #undef PACKAGE_VERSION
794
795 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
796 #undef PRI_MACROS_BROKEN
797
798 /* Define as the return type of signal handlers (`int' or `void'). */
799 #undef RETSIGTYPE
800
801 /* Define to 1 if the `setpgrp' function takes no argument. */
802 #undef SETPGRP_VOID
803
804 /* The size of `char', as computed by sizeof. */
805 #undef SIZEOF_CHAR
806
807 /* The size of `int', as computed by sizeof. */
808 #undef SIZEOF_INT
809
810 /* The size of `int *', as computed by sizeof. */
811 #undef SIZEOF_INT_P
812
813 /* The size of `long int', as computed by sizeof. */
814 #undef SIZEOF_LONG_INT
815
816 /* The size of `long long int', as computed by sizeof. */
817 #undef SIZEOF_LONG_LONG_INT
818
819 /* The size of `short int', as computed by sizeof. */
820 #undef SIZEOF_SHORT_INT
821
822 /* Define as the maximum value of type 'size_t', if the system doesn't define
823    it. */
824 #undef SIZE_MAX
825
826 /* If using the C implementation of alloca, define if you know the
827    direction of stack growth for your system; otherwise it will be
828    automatically deduced at runtime.
829         STACK_DIRECTION > 0 => grows toward higher addresses
830         STACK_DIRECTION < 0 => grows toward lower addresses
831         STACK_DIRECTION = 0 => direction of growth unknown */
832 #undef STACK_DIRECTION
833
834 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
835 #undef STAT_MACROS_BROKEN
836
837 /* Define to 1 if you have the ANSI C header files. */
838 #undef STDC_HEADERS
839
840 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
841 #undef TIME_WITH_SYS_TIME
842
843 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
844 #undef TM_IN_SYS_TIME
845
846 /* Define to 1 if the X Window System is missing or not being used. */
847 #undef X_DISPLAY_MISSING
848
849 /* Number of bits in a file offset, on hosts where this is settable. */
850 #undef _FILE_OFFSET_BITS
851
852 /* Define to make fseeko etc. visible, on some hosts. */
853 #undef _LARGEFILE_SOURCE
854
855 /* Define for large files, on AIX-style hosts. */
856 #undef _LARGE_FILES
857
858 /* Define to empty if `const' does not conform to ANSI C. */
859 #undef const
860
861 /* Define to `long' if <sys/types.h> does not define. */
862 #undef daddr_t
863
864 /* Define to `unsigned long' if <sys/types.h> does not define. */
865 #undef dev_t
866
867 /* Define to `int' if <sys/types.h> doesn't define. */
868 #undef gid_t
869
870 /* Define to `__inline__' or `__inline' if that's what the C compiler
871    calls it, or to nothing if 'inline' is not supported under any name.  */
872 #ifndef __cplusplus
873 #undef inline
874 #endif
875
876 /* Define to `unsigned long' if <sys/types.h> does not define. */
877 #undef ino_t
878
879 /* Define to `int' if <sys/types.h> does not define. */
880 #undef major_t
881
882 /* Define to `int' if <sys/types.h> does not define. */
883 #undef minor_t
884
885 /* Define to `int' if <sys/types.h> does not define. */
886 #undef mode_t
887
888 /* Define to `long int' if <sys/types.h> does not define. */
889 #undef off_t
890
891 /* Define to `int' if <sys/types.h> does not define. */
892 #undef pid_t
893
894 /* Define as the type of the result of subtracting two pointers, if the system
895    doesn't define it. */
896 #undef ptrdiff_t
897
898 /* Define to empty if the C compiler doesn't support this keyword. */
899 #undef signed
900
901 /* Define to `unsigned int' if <sys/types.h> does not define. */
902 #undef size_t
903
904 /* Define to `int' if <sys/types.h> does not define. */
905 #undef ssize_t
906
907 /* Define to `int' if <sys/types.h> doesn't define. */
908 #undef uid_t
909
910 /* Define to unsigned long or unsigned long long if <stdint.h> and
911    <inttypes.h> don't define. */
912 #undef uintmax_t