]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/config.h.in
kes Turn on Batch insert code by default as it now passes regression.
[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 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
283    CoreFoundation framework. */
284 #undef HAVE_CFLOCALECOPYCURRENT
285
286 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
287    the CoreFoundation framework. */
288 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
289
290 /* Define to 1 if you have the `chflags' function. */
291 #undef HAVE_CHFLAGS
292
293 /* Set if Bacula conio support enabled */
294 #undef HAVE_CONIO
295
296 /* Define if encryption support should be enabled */
297 #undef HAVE_CRYPTO
298
299 /* Define to 1 if you have the <curses.h> header file. */
300 #undef HAVE_CURSES_H
301
302 /* Define if the GNU dcgettext() function is already present or preinstalled.
303    */
304 #undef HAVE_DCGETTEXT
305
306 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
307    don't. */
308 #undef HAVE_DECL_FEOF_UNLOCKED
309
310 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
311    you don't. */
312 #undef HAVE_DECL_FGETS_UNLOCKED
313
314 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
315    don't. */
316 #undef HAVE_DECL_GETC_UNLOCKED
317
318 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
319    */
320 #undef HAVE_DECL_TZNAME
321
322 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
323    don't. */
324 #undef HAVE_DECL__SNPRINTF
325
326 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
327    don't. */
328 #undef HAVE_DECL__SNWPRINTF
329
330 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
331    */
332 #undef HAVE_DIRENT_H
333
334 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
335 #undef HAVE_DOPRNT
336
337 /* Define to 1 if you have the `fchdir' function. */
338 #undef HAVE_FCHDIR
339
340 /* Define to 1 if you have the <fcntl.h> header file. */
341 #undef HAVE_FCNTL_H
342
343 /* Define to 1 if you have the `fork' function. */
344 #undef HAVE_FORK
345
346 /* Define to 1 if you have the `fseeko' function. */
347 #undef HAVE_FSEEKO
348
349 /* Define to 1 if you have the `fwprintf' function. */
350 #undef HAVE_FWPRINTF
351
352 /* Define to 1 if you have the `getcwd' function. */
353 #undef HAVE_GETCWD
354
355 /* Define to 1 if you have the `getegid' function. */
356 #undef HAVE_GETEGID
357
358 /* Define to 1 if you have the `geteuid' function. */
359 #undef HAVE_GETEUID
360
361 /* Define to 1 if you have the `getgid' function. */
362 #undef HAVE_GETGID
363
364 /* Define to 1 if you have the `gethostbyname2' function. */
365 #undef HAVE_GETHOSTBYNAME2
366
367 /* Define to 1 if you have the `gethostbyname_r' function. */
368 #undef HAVE_GETHOSTBYNAME_R
369
370 /* Define to 1 if you have the `gethostid' function. */
371 #undef HAVE_GETHOSTID
372
373 /* Define to 1 if you have the `gethostname' function. */
374 #undef HAVE_GETHOSTNAME
375
376 /* Define to 1 if you have the `getmntent' function. */
377 #undef HAVE_GETMNTENT
378
379 /* Define to 1 if you have the `getpagesize' function. */
380 #undef HAVE_GETPAGESIZE
381
382 /* Define to 1 if you have the `getpid' function. */
383 #undef HAVE_GETPID
384
385 /* Define if the GNU gettext() function is already present or preinstalled. */
386 #undef HAVE_GETTEXT
387
388 /* Define to 1 if you have the `gettimeofday' function. */
389 #undef HAVE_GETTIMEOFDAY
390
391 /* Define to 1 if you have the `getuid' function. */
392 #undef HAVE_GETUID
393
394 /* Define to 1 if you have the <grp.h> header file. */
395 #undef HAVE_GRP_H
396
397 /* Define if you have the iconv() function. */
398 #undef HAVE_ICONV
399
400 /* Define to 1 if you have the `inet_ntop' function. */
401 #undef HAVE_INET_NTOP
402
403 /* Define to 1 if you have the `inet_pton' function. */
404 #undef HAVE_INET_PTON
405
406 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
407 #undef HAVE_INTMAX_T
408
409 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
410 #undef HAVE_INTTYPES_H
411
412 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
413    declares uintmax_t. */
414 #undef HAVE_INTTYPES_H_WITH_UINTMAX
415
416 /* Whether to enable IPv6 support */
417 #undef HAVE_IPV6
418
419 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
420 #undef HAVE_LANGINFO_CODESET
421
422 /* Define to 1 if you have the `lchown' function. */
423 #undef HAVE_LCHOWN
424
425 /* Define if your <locale.h> file defines LC_MESSAGES. */
426 #undef HAVE_LC_MESSAGES
427
428 /* Define to 1 if you have the <libc.h> header file. */
429 #undef HAVE_LIBC_H
430
431 /* Define to 1 if you have the `inet' library (-linet). */
432 #undef HAVE_LIBINET
433
434 /* Define to 1 if you have the `nsl' library (-lnsl). */
435 #undef HAVE_LIBNSL
436
437 /* Define to 1 if you have the `resolv' library (-lresolv). */
438 #undef HAVE_LIBRESOLV
439
440 /* Define to 1 if you have the `socket' library (-lsocket). */
441 #undef HAVE_LIBSOCKET
442
443 /* Define to 1 if you have the `sun' library (-lsun). */
444 #undef HAVE_LIBSUN
445
446 /* Define to 1 if you have the `util' library (-lutil). */
447 #undef HAVE_LIBUTIL
448
449 /* Define to 1 if you have the `xnet' library (-lxnet). */
450 #undef HAVE_LIBXNET
451
452 /* Define to 1 if you have the <limits.h> header file. */
453 #undef HAVE_LIMITS_H
454
455 /* Define to 1 if you have the <locale.h> header file. */
456 #undef HAVE_LOCALE_H
457
458 /* Define to 1 if you have the `localtime_r' function. */
459 #undef HAVE_LOCALTIME_R
460
461 /* Define if you have the 'long double' type. */
462 #undef HAVE_LONG_DOUBLE
463
464 /* Define if you have the 'long long' type. */
465 #undef HAVE_LONG_LONG
466
467 /* Define to 1 if you have the `lstat' function. */
468 #undef HAVE_LSTAT
469
470 /* Define to 1 if you have the <malloc.h> header file. */
471 #undef HAVE_MALLOC_H
472
473 /* Define to 1 if you have the <memory.h> header file. */
474 #undef HAVE_MEMORY_H
475
476 /* Define to 1 if you have the `mempcpy' function. */
477 #undef HAVE_MEMPCPY
478
479 /* Define to 1 if you have a working `mmap' system call. */
480 #undef HAVE_MMAP
481
482 /* Define to 1 if you have the <mtio.h> header file. */
483 #undef HAVE_MTIO_H
484
485 /* Define to 1 if you have the `munmap' function. */
486 #undef HAVE_MUNMAP
487
488 /* Define to 1 if you have the `nanosleep' function. */
489 #undef HAVE_NANOSLEEP
490
491 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
492 #undef HAVE_NDIR_H
493
494 /* Define to 1 if you have the `nl_langinfo' function. */
495 #undef HAVE_NL_LANGINFO
496
497 /* Define to 1 if you have the <nl_types.h> header file. */
498 #undef HAVE_NL_TYPES_H
499
500 /* Define if OpenSSL library is available */
501 #undef HAVE_OPENSSL
502
503 /* Define if your printf() function supports format strings with positions. */
504 #undef HAVE_POSIX_PRINTF
505
506 /* Define to 1 if you have the `putenv' function. */
507 #undef HAVE_PUTENV
508
509 /* Define to 1 if you have the <pwd.h> header file. */
510 #undef HAVE_PWD_H
511
512 /* Define to 1 if you have the `readdir_r' function. */
513 #undef HAVE_READDIR_R
514
515 /* Define to 1 if you have the <regex.h> header file. */
516 #undef HAVE_REGEX_H
517
518 /* Define to 1 if you have the <resolv.h> header file. */
519 #undef HAVE_RESOLV_H
520
521 /* Define if sa_len field exists in struct sockaddr */
522 #undef HAVE_SA_LEN
523
524 /* Define to 1 if you have the `select' function. */
525 #undef HAVE_SELECT
526
527 /* Define to 1 if you have the `setenv' function. */
528 #undef HAVE_SETENV
529
530 /* Define to 1 if you have the `setlocale' function. */
531 #undef HAVE_SETLOCALE
532
533 /* Define to 1 if you have the `setpgid' function. */
534 #undef HAVE_SETPGID
535
536 /* Define to 1 if you have the `setpgrp' function. */
537 #undef HAVE_SETPGRP
538
539 /* Define to 1 if you have the `setsid' function. */
540 #undef HAVE_SETSID
541
542 /* Define if the SHA-2 family of digest algorithms is available */
543 #undef HAVE_SHA2
544
545 /* Define to 1 if you have the `signal' function. */
546 #undef HAVE_SIGNAL
547
548 /* Define to 1 if you have the `snprintf' function. */
549 #undef HAVE_SNPRINTF
550
551 /* Define to 1 if you have the <stdarg.h> header file. */
552 #undef HAVE_STDARG_H
553
554 /* Define to 1 if you have the <stddef.h> header file. */
555 #undef HAVE_STDDEF_H
556
557 /* Define to 1 if you have the <stdint.h> header file. */
558 #undef HAVE_STDINT_H
559
560 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
561    uintmax_t. */
562 #undef HAVE_STDINT_H_WITH_UINTMAX
563
564 /* Define to 1 if you have the <stdlib.h> header file. */
565 #undef HAVE_STDLIB_H
566
567 /* Define to 1 if you have the `stpcpy' function. */
568 #undef HAVE_STPCPY
569
570 /* Define to 1 if you have the `strcasecmp' function. */
571 #undef HAVE_STRCASECMP
572
573 /* Define to 1 if you have the `strdup' function. */
574 #undef HAVE_STRDUP
575
576 /* Define to 1 if you have the `strerror' function. */
577 #undef HAVE_STRERROR
578
579 /* Define to 1 if you have the `strerror_r' function. */
580 #undef HAVE_STRERROR_R
581
582 /* Define to 1 if you have the `strftime' function. */
583 #undef HAVE_STRFTIME
584
585 /* Define to 1 if you have the <strings.h> header file. */
586 #undef HAVE_STRINGS_H
587
588 /* Define to 1 if you have the <string.h> header file. */
589 #undef HAVE_STRING_H
590
591 /* Define to 1 if you have the `strncmp' function. */
592 #undef HAVE_STRNCMP
593
594 /* Define to 1 if you have the `strncpy' function. */
595 #undef HAVE_STRNCPY
596
597 /* Define to 1 if you have the `strtoll' function. */
598 #undef HAVE_STRTOLL
599
600 /* Define to 1 if you have the `strtoul' function. */
601 #undef HAVE_STRTOUL
602
603 /* Define to 1 if `st_blksize' is member of `struct stat'. */
604 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
605
606 /* Define to 1 if `st_blocks' is member of `struct stat'. */
607 #undef HAVE_STRUCT_STAT_ST_BLOCKS
608
609 /* Define to 1 if `st_rdev' is member of `struct stat'. */
610 #undef HAVE_STRUCT_STAT_ST_RDEV
611
612 /* Define to 1 if `tm_zone' is member of `struct tm'. */
613 #undef HAVE_STRUCT_TM_TM_ZONE
614
615 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
616    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
617 #undef HAVE_ST_BLKSIZE
618
619 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
620    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
621 #undef HAVE_ST_BLOCKS
622
623 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
624    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
625 #undef HAVE_ST_RDEV
626
627 /* Define to 1 if you have the <sys/bitypes.h> header file. */
628 #undef HAVE_SYS_BITYPES_H
629
630 /* Define to 1 if you have the <sys/byteorder.h> header file. */
631 #undef HAVE_SYS_BYTEORDER_H
632
633 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
634    */
635 #undef HAVE_SYS_DIR_H
636
637 /* Define to 1 if you have the <sys/ioctl.h> header file. */
638 #undef HAVE_SYS_IOCTL_H
639
640 /* Define to 1 if you have the <sys/mtio.h> header file. */
641 #undef HAVE_SYS_MTIO_H
642
643 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
644    */
645 #undef HAVE_SYS_NDIR_H
646
647 /* Define to 1 if you have the <sys/param.h> header file. */
648 #undef HAVE_SYS_PARAM_H
649
650 /* Define to 1 if you have the <sys/select.h> header file. */
651 #undef HAVE_SYS_SELECT_H
652
653 /* Define to 1 if you have the <sys/socket.h> header file. */
654 #undef HAVE_SYS_SOCKET_H
655
656 /* Define to 1 if you have the <sys/sockio.h> header file. */
657 #undef HAVE_SYS_SOCKIO_H
658
659 /* Defines if your system have the sys/statvfs.h header file */
660 #undef HAVE_SYS_STATVFS_H
661
662 /* Define to 1 if you have the <sys/stat.h> header file. */
663 #undef HAVE_SYS_STAT_H
664
665 /* Define to 1 if you have the <sys/tape.h> header file. */
666 #undef HAVE_SYS_TAPE_H
667
668 /* Define to 1 if you have the <sys/time.h> header file. */
669 #undef HAVE_SYS_TIME_H
670
671 /* Define to 1 if you have the <sys/types.h> header file. */
672 #undef HAVE_SYS_TYPES_H
673
674 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
675 #undef HAVE_SYS_WAIT_H
676
677 /* Define to 1 if you have the `tcgetattr' function. */
678 #undef HAVE_TCGETATTR
679
680 /* Define to 1 if you have the <termcap.h> header file. */
681 #undef HAVE_TERMCAP_H
682
683 /* Define to 1 if you have the <termios.h> header file. */
684 #undef HAVE_TERMIOS_H
685
686 /* Define to 1 if you have the <term.h> header file. */
687 #undef HAVE_TERM_H
688
689 /* Define if TLS support should be enabled */
690 #undef HAVE_TLS
691
692 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
693    `HAVE_STRUCT_TM_TM_ZONE' instead. */
694 #undef HAVE_TM_ZONE
695
696 /* Define to 1 if you have the `tsearch' function. */
697 #undef HAVE_TSEARCH
698
699 /* Defind to 1 if compiler has typeof */
700 #undef HAVE_TYPEOF
701
702 /* Define to 1 if you don't have `tm_zone' but do have the external array
703    `tzname'. */
704 #undef HAVE_TZNAME
705
706 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
707 #undef HAVE_UINTMAX_T
708
709 /* Define to 1 if you have the <unistd.h> header file. */
710 #undef HAVE_UNISTD_H
711
712 /* Define if you have the 'unsigned long long' type. */
713 #undef HAVE_UNSIGNED_LONG_LONG
714
715 /* Define to 1 if you have the <varargs.h> header file. */
716 #undef HAVE_VARARGS_H
717
718 /* Define to 1 if you have the `vfprintf' function. */
719 #undef HAVE_VFPRINTF
720
721 /* Define to 1 if you have the `vprintf' function. */
722 #undef HAVE_VPRINTF
723
724 /* Define to 1 if you have the `vsnprintf' function. */
725 #undef HAVE_VSNPRINTF
726
727 /* Define if you have the 'wchar_t' type. */
728 #undef HAVE_WCHAR_T
729
730 /* Define to 1 if you have the `wcslen' function. */
731 #undef HAVE_WCSLEN
732
733 /* Define if you have the 'wint_t' type. */
734 #undef HAVE_WINT_T
735
736 /* Define to 1 if you have the <zlib.h> header file. */
737 #undef HAVE_ZLIB_H
738
739 /* Define to 1 if you have the `__argz_count' function. */
740 #undef HAVE___ARGZ_COUNT
741
742 /* Define to 1 if you have the `__argz_next' function. */
743 #undef HAVE___ARGZ_NEXT
744
745 /* Define to 1 if you have the `__argz_stringify' function. */
746 #undef HAVE___ARGZ_STRINGIFY
747
748 /* Define to 1 if you have the `__fsetlocking' function. */
749 #undef HAVE___FSETLOCKING
750
751 /* Define as const if the declaration of iconv() needs const. */
752 #undef ICONV_CONST
753
754 /* Define if integer division by zero raises signal SIGFPE. */
755 #undef INTDIV0_RAISES_SIGFPE
756
757 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
758    */
759 #undef MAJOR_IN_MKDEV
760
761 /* Define to 1 if `major', `minor', and `makedev' are declared in
762    <sysmacros.h>. */
763 #undef MAJOR_IN_SYSMACROS
764
765 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
766 #undef NO_MINUS_C_MINUS_O
767
768 /* Define to the address where bug reports for this package should be sent. */
769 #undef PACKAGE_BUGREPORT
770
771 /* Define to the full name of this package. */
772 #undef PACKAGE_NAME
773
774 /* Define to the full name and version of this package. */
775 #undef PACKAGE_STRING
776
777 /* Define to the one symbol short name of this package. */
778 #undef PACKAGE_TARNAME
779
780 /* Define to the version of this package. */
781 #undef PACKAGE_VERSION
782
783 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
784 #undef PRI_MACROS_BROKEN
785
786 /* Define as the return type of signal handlers (`int' or `void'). */
787 #undef RETSIGTYPE
788
789 /* Define to 1 if the `setpgrp' function takes no argument. */
790 #undef SETPGRP_VOID
791
792 /* The size of `char', as computed by sizeof. */
793 #undef SIZEOF_CHAR
794
795 /* The size of `int', as computed by sizeof. */
796 #undef SIZEOF_INT
797
798 /* The size of `int *', as computed by sizeof. */
799 #undef SIZEOF_INT_P
800
801 /* The size of `long int', as computed by sizeof. */
802 #undef SIZEOF_LONG_INT
803
804 /* The size of `long long int', as computed by sizeof. */
805 #undef SIZEOF_LONG_LONG_INT
806
807 /* The size of `short int', as computed by sizeof. */
808 #undef SIZEOF_SHORT_INT
809
810 /* Define as the maximum value of type 'size_t', if the system doesn't define
811    it. */
812 #undef SIZE_MAX
813
814 /* If using the C implementation of alloca, define if you know the
815    direction of stack growth for your system; otherwise it will be
816    automatically deduced at runtime.
817         STACK_DIRECTION > 0 => grows toward higher addresses
818         STACK_DIRECTION < 0 => grows toward lower addresses
819         STACK_DIRECTION = 0 => direction of growth unknown */
820 #undef STACK_DIRECTION
821
822 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
823 #undef STAT_MACROS_BROKEN
824
825 /* Define to 1 if you have the ANSI C header files. */
826 #undef STDC_HEADERS
827
828 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
829 #undef TIME_WITH_SYS_TIME
830
831 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
832 #undef TM_IN_SYS_TIME
833
834 /* Define to 1 if the X Window System is missing or not being used. */
835 #undef X_DISPLAY_MISSING
836
837 /* Number of bits in a file offset, on hosts where this is settable. */
838 #undef _FILE_OFFSET_BITS
839
840 /* Define to make fseeko etc. visible, on some hosts. */
841 #undef _LARGEFILE_SOURCE
842
843 /* Define for large files, on AIX-style hosts. */
844 #undef _LARGE_FILES
845
846 /* Define to empty if `const' does not conform to ANSI C. */
847 #undef const
848
849 /* Define to `long' if <sys/types.h> does not define. */
850 #undef daddr_t
851
852 /* Define to `unsigned long' if <sys/types.h> does not define. */
853 #undef dev_t
854
855 /* Define to `int' if <sys/types.h> doesn't define. */
856 #undef gid_t
857
858 /* Define to `__inline__' or `__inline' if that's what the C compiler
859    calls it, or to nothing if 'inline' is not supported under any name.  */
860 #ifndef __cplusplus
861 #undef inline
862 #endif
863
864 /* Define to `unsigned long' if <sys/types.h> does not define. */
865 #undef ino_t
866
867 /* Define to `int' if <sys/types.h> does not define. */
868 #undef major_t
869
870 /* Define to `int' if <sys/types.h> does not define. */
871 #undef minor_t
872
873 /* Define to `int' if <sys/types.h> does not define. */
874 #undef mode_t
875
876 /* Define to `long int' if <sys/types.h> does not define. */
877 #undef off_t
878
879 /* Define to `int' if <sys/types.h> does not define. */
880 #undef pid_t
881
882 /* Define as the type of the result of subtracting two pointers, if the system
883    doesn't define it. */
884 #undef ptrdiff_t
885
886 /* Define to empty if the C compiler doesn't support this keyword. */
887 #undef signed
888
889 /* Define to `unsigned int' if <sys/types.h> does not define. */
890 #undef size_t
891
892 /* Define to `int' if <sys/types.h> does not define. */
893 #undef ssize_t
894
895 /* Define to `int' if <sys/types.h> doesn't define. */
896 #undef uid_t
897
898 /* Define to unsigned long or unsigned long long if <stdint.h> and
899    <inttypes.h> don't define. */
900 #undef uintmax_t