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