]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/config.h.in
Reverted the change of TRU64 to OSF1 for the OS detection rules. Although Compaq...
[bacula/bacula] / bacula / autoconf / config.h.in
1 /* autoconf/config.h.in.  Generated from 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 /* Define if you have AFS acls */
159 #undef HAVE_AFS_ACL
160
161 /* General libs */
162 #undef LIBS
163
164 /* File daemon specif libraries */
165 #undef FDLIBS
166
167 /* Path to Sendmail program */
168 #undef SENDMAIL_PATH
169
170 /* What kind of signals we have */
171 #undef HAVE_POSIX_SIGNALS
172 #undef HAVE_BSD_SIGNALS
173 #undef HAVE_USG_SIGHOLD
174
175 /* Operating systems */
176 /* OSes */
177 #undef HAVE_LINUX_OS
178 #undef HAVE_FREEBSD_OS
179 #undef HAVE_NETBSD_OS
180 #undef HAVE_OPENBSD_OS
181 #undef HAVE_BSDI_OS
182 #undef HAVE_HPUX_OS
183 #undef HAVE_SUN_OS
184 #undef HAVE_IRIX_OS
185 #undef HAVE_AIX_OS
186 #undef HAVE_SGI_OS
187 #undef HAVE_CYGWIN
188 #undef HAVE_OSF1_OS
189 #undef HAVE_DARWIN_OS
190
191 /* Set to correct scanf value for long long int */
192 #undef lld
193 #undef llu
194
195 #undef HAVE_READLINE 
196 #undef HAVE_PYTHON
197
198 #undef HAVE_GMP
199
200 #undef HAVE_CWEB
201
202 #undef HAVE_FCHDIR
203
204 #undef HAVE_GETOPT_LONG
205
206 #undef HAVE_LIBSM
207
208 /* Check for thread safe routines */
209 #undef HAVE_LOCALTIME_R
210 #undef HAVE_READDIR_R
211 #undef HAVE_STRERROR_R
212 #undef HAVE_GETHOSTBYNAME_R
213
214 #undef HAVE_STRTOLL
215 #undef HAVE_INET_PTON
216
217 #undef HAVE_SOCKLEN_T
218
219 #undef HAVE_OLD_SOCKOPT
220  
221 /* Defined if Gtk+-2.4 or greater is present */
222 #undef HAVE_GTK_2_4
223
224 /* Needed on HP-UX/g++ systems to support long long ints (int64) */
225 #undef _INCLUDE_LONGLONG
226
227 /* Define to system config directory */
228 #undef SYSCONFDIR
229
230 /* Define if OPENSSL is available */
231 #undef HAVE_OPENSSL
232
233 /* Define if comm encryption should be enabled */
234 #undef HAVE_TLS
235
236 /* Define if data encryption should be enabled */
237 #undef HAVE_CRYPTO
238
239 /* Define the LOCALEDIR if a translation */
240 #undef LOCALEDIR
241
242 /* Define if language support is enabled */
243 #undef ENABLE_NLS
244
245
246 /* Define if building universal (internal helper macro) */
247 #undef AC_APPLE_UNIVERSAL_BUILD
248
249 /* Define to 1 if the `closedir' function returns void instead of `int'. */
250 #undef CLOSEDIR_VOID
251
252 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
253    systems. This function is required for `alloca.c' support on those systems.
254    */
255 #undef CRAY_STACKSEG_END
256
257 /* Define to 1 if using `alloca.c'. */
258 #undef C_ALLOCA
259
260 /* Define to 1 if translation of program messages to the user's native
261    language is requested. */
262 #undef ENABLE_NLS
263
264 /* Normal acl support */
265 #undef HAVE_ACL
266
267 /* Defines if your system has AFS support */
268 #undef HAVE_AFS
269
270 /* Andrew FileSystem ACL support */
271 #undef HAVE_AFS_ACL
272
273 /* Define to 1 if you have the <afs/stds.h> header file. */
274 #undef HAVE_AFS_STDS_H
275
276 /* Define to 1 if you have `alloca', as a function or macro. */
277 #undef HAVE_ALLOCA
278
279 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
280    */
281 #undef HAVE_ALLOCA_H
282
283 /* Define to 1 if you have the <argz.h> header file. */
284 #undef HAVE_ARGZ_H
285
286 /* Define to 1 if you have the <arpa/nameser.h> header file. */
287 #undef HAVE_ARPA_NAMESER_H
288
289 /* Define to 1 if you have the `asprintf' function. */
290 #undef HAVE_ASPRINTF
291
292 /* Define to 1 if you have the <assert.h> header file. */
293 #undef HAVE_ASSERT_H
294
295 /* Defines if your system have the attr.h header file */
296 #undef HAVE_ATTR_H
297
298 /* Set if Bacula bat Qt4 GUI support enabled */
299 #undef HAVE_BAT
300
301 /* Set if DB batch insert code enabled */
302 #undef HAVE_BATCH_FILE_INSERT
303
304 /* Big Endian */
305 #undef HAVE_BIG_ENDIAN
306
307 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
308    CoreFoundation framework. */
309 #undef HAVE_CFLOCALECOPYCURRENT
310
311 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
312    the CoreFoundation framework. */
313 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
314
315 /* Define to 1 if you have the `chflags' function. */
316 #undef HAVE_CHFLAGS
317
318 /* Set if Bacula conio support enabled */
319 #undef HAVE_CONIO
320
321 /* Define if encryption support should be enabled */
322 #undef HAVE_CRYPTO
323
324 /* Define to 1 if you have the <curses.h> header file. */
325 #undef HAVE_CURSES_H
326
327 /* Set if you have the DBI driver */
328 #undef HAVE_DBI
329
330 /* Define if the GNU dcgettext() function is already present or preinstalled.
331    */
332 #undef HAVE_DCGETTEXT
333
334 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
335    don't. */
336 #undef HAVE_DECL_FEOF_UNLOCKED
337
338 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
339    you don't. */
340 #undef HAVE_DECL_FGETS_UNLOCKED
341
342 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
343    don't. */
344 #undef HAVE_DECL_GETC_UNLOCKED
345
346 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
347    */
348 #undef HAVE_DECL_TZNAME
349
350 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
351    don't. */
352 #undef HAVE_DECL__SNPRINTF
353
354 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
355    don't. */
356 #undef HAVE_DECL__SNWPRINTF
357
358 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
359    */
360 #undef HAVE_DIRENT_H
361
362 /* Define to 1 if you have the <dlfcn.h> header file. */
363 #undef HAVE_DLFCN_H
364
365 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
366 #undef HAVE_DOPRNT
367
368 /* Define to 1 if you have the 'extattr_get_file' function. */
369 #undef HAVE_EXTATTR_GET_FILE
370
371 /* Define to 1 if you have the 'extattr_get_link' function. */
372 #undef HAVE_EXTATTR_GET_LINK
373
374 /* Define to 1 if you have the 'extattr_list_file' function. */
375 #undef HAVE_EXTATTR_LIST_FILE
376
377 /* Define to 1 if you have the 'extattr_list_link' function. */
378 #undef HAVE_EXTATTR_LIST_LINK
379
380 /* Define to 1 if you have the 'extattr_namespace_to_string' function. */
381 #undef HAVE_EXTATTR_NAMESPACE_TO_STRING
382
383 /* Define to 1 if you have the 'extattr_set_file' function. */
384 #undef HAVE_EXTATTR_SET_FILE
385
386 /* Define to 1 if you have the 'extattr_set_link' function. */
387 #undef HAVE_EXTATTR_SET_LINK
388
389 /* Define to 1 if you have the 'extattr_string_to_namespace' function. */
390 #undef HAVE_EXTATTR_STRING_TO_NAMESPACE
391
392 /* Extended acl support */
393 #undef HAVE_EXTENDED_ACL
394
395 /* Define to 1 if you have the `fchdir' function. */
396 #undef HAVE_FCHDIR
397
398 /* Define to 1 if you have the 'fchownat' function. */
399 #undef HAVE_FCHOWNAT
400
401 /* Define to 1 if you have the <fcntl.h> header file. */
402 #undef HAVE_FCNTL_H
403
404 /* Define to 1 if you have the `fdatasync' function. */
405 #undef HAVE_FDATASYNC
406
407 /* Define to 1 if you have the `fork' function. */
408 #undef HAVE_FORK
409
410 /* Define to 1 if you have the `fseeko' function. */
411 #undef HAVE_FSEEKO
412
413 /* Define to 1 if you have the 'fstatat' function. */
414 #undef HAVE_FSTATAT
415
416 /* Define to 1 if you have the 'futimesat' function. */
417 #undef HAVE_FUTIMESAT
418
419 /* Define to 1 if you have the `fwprintf' function. */
420 #undef HAVE_FWPRINTF
421
422 /* Define to 1 if you have the `getcwd' function. */
423 #undef HAVE_GETCWD
424
425 /* Define to 1 if you have the `getegid' function. */
426 #undef HAVE_GETEGID
427
428 /* Define to 1 if you have the `geteuid' function. */
429 #undef HAVE_GETEUID
430
431 /* Define to 1 if you have the `getgid' function. */
432 #undef HAVE_GETGID
433
434 /* Define to 1 if you have the `gethostbyname2' function. */
435 #undef HAVE_GETHOSTBYNAME2
436
437 /* Define to 1 if you have the `gethostbyname_r' function. */
438 #undef HAVE_GETHOSTBYNAME_R
439
440 /* Define to 1 if you have the `gethostid' function. */
441 #undef HAVE_GETHOSTID
442
443 /* Define to 1 if you have the `gethostname' function. */
444 #undef HAVE_GETHOSTNAME
445
446 /* Define to 1 if you have the `getmntent' function. */
447 #undef HAVE_GETMNTENT
448
449 /* Define to 1 if you have the `getmntinfo' function. */
450 #undef HAVE_GETMNTINFO
451
452 /* Define to 1 if you have the `getpagesize' function. */
453 #undef HAVE_GETPAGESIZE
454
455 /* Define to 1 if you have the `getpid' function. */
456 #undef HAVE_GETPID
457
458 /* Define if the GNU gettext() function is already present or preinstalled. */
459 #undef HAVE_GETTEXT
460
461 /* Define to 1 if you have the `gettimeofday' function. */
462 #undef HAVE_GETTIMEOFDAY
463
464 /* Define to 1 if you have the `getuid' function. */
465 #undef HAVE_GETUID
466
467 /* Define to 1 if you have the 'getxattr' function. */
468 #undef HAVE_GETXATTR
469
470 /* Define to 1 if you have the <grp.h> header file. */
471 #undef HAVE_GRP_H
472
473 /* Set if you have GTK 4.2 or greater loaded */
474 #undef HAVE_GTK_2_4
475
476 /* Define if you have the iconv() function. */
477 #undef HAVE_ICONV
478
479 /* Define to 1 if you have the `inet_ntop' function. */
480 #undef HAVE_INET_NTOP
481
482 /* Define to 1 if you have the `inet_pton' function. */
483 #undef HAVE_INET_PTON
484
485 /* Set if have Ingres Database */
486 #undef HAVE_INGRES
487
488 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
489 #undef HAVE_INTMAX_T
490
491 /* Define to 1 if the system has the type `intptr_t'. */
492 #undef HAVE_INTPTR_T
493
494 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
495 #undef HAVE_INTTYPES_H
496
497 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
498    declares uintmax_t. */
499 #undef HAVE_INTTYPES_H_WITH_UINTMAX
500
501 /* Set if ioctl request is unsigned long int */
502 #undef HAVE_IOCTL_ULINT_REQUEST
503
504 /* Whether to enable IPv6 support */
505 #undef HAVE_IPV6
506
507 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
508 #undef HAVE_LANGINFO_CODESET
509
510 /* Define to 1 if you have the `lchown' function. */
511 #undef HAVE_LCHOWN
512
513 /* Define if your <locale.h> file defines LC_MESSAGES. */
514 #undef HAVE_LC_MESSAGES
515
516 /* Define to 1 if you have the 'lgetxattr' function. */
517 #undef HAVE_LGETXATTR
518
519 /* Define if you have libcap */
520 #undef HAVE_LIBCAP
521
522 /* Define to 1 if you have the <libc.h> header file. */
523 #undef HAVE_LIBC_H
524
525 /* Define to 1 if you have the `inet' library (-linet). */
526 #undef HAVE_LIBINET
527
528 /* Define to 1 if you have the `nsl' library (-lnsl). */
529 #undef HAVE_LIBNSL
530
531 /* Define to 1 if you have the `resolv' library (-lresolv). */
532 #undef HAVE_LIBRESOLV
533
534 /* Define to 1 if you have the `socket' library (-lsocket). */
535 #undef HAVE_LIBSOCKET
536
537 /* Define to 1 if you have the `sun' library (-lsun). */
538 #undef HAVE_LIBSUN
539
540 /* Define to 1 if you have the `util' library (-lutil). */
541 #undef HAVE_LIBUTIL
542
543 /* Defines if your system have the libutil.h header file */
544 #undef HAVE_LIBUTIL_H
545
546 /* Set to enable libwraper support */
547 #undef HAVE_LIBWRAP
548
549 /* Define to 1 if you have the `xnet' library (-lxnet). */
550 #undef HAVE_LIBXNET
551
552 /* Define to 1 if you have the <limits.h> header file. */
553 #undef HAVE_LIMITS_H
554
555 /* Define to 1 if you have the 'listxattr' function. */
556 #undef HAVE_LISTXATTR
557
558 /* Little Endian */
559 #undef HAVE_LITTLE_ENDIAN
560
561 /* Define to 1 if you have the 'llistxattr' function. */
562 #undef HAVE_LLISTXATTR
563
564 /* Define to 1 if you have the <locale.h> header file. */
565 #undef HAVE_LOCALE_H
566
567 /* Define to 1 if you have the `localtime_r' function. */
568 #undef HAVE_LOCALTIME_R
569
570 /* Define if you have the 'long double' type. */
571 #undef HAVE_LONG_DOUBLE
572
573 /* Define if you have the 'long long' type. */
574 #undef HAVE_LONG_LONG
575
576 /* Define to 1 if you have the 'lsetxattr' function. */
577 #undef HAVE_LSETXATTR
578
579 /* Define to 1 if you have the `lstat' function. */
580 #undef HAVE_LSTAT
581
582 /* Define to 1 if you have the <malloc.h> header file. */
583 #undef HAVE_MALLOC_H
584
585 /* Define to 1 if you have the <memory.h> header file. */
586 #undef HAVE_MEMORY_H
587
588 /* Define to 1 if you have the `mempcpy' function. */
589 #undef HAVE_MEMPCPY
590
591 /* Define to 1 if you have a working `mmap' system call. */
592 #undef HAVE_MMAP
593
594 /* Define to 1 if you have the <mtio.h> header file. */
595 #undef HAVE_MTIO_H
596
597 /* Define to 1 if you have the `munmap' function. */
598 #undef HAVE_MUNMAP
599
600 /* Set if you have an MySQL Database */
601 #undef HAVE_MYSQL
602
603 /* Define to 1 if you have the `nanosleep' function. */
604 #undef HAVE_NANOSLEEP
605
606 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
607 #undef HAVE_NDIR_H
608
609 /* Define to 1 if you have the `nl_langinfo' function. */
610 #undef HAVE_NL_LANGINFO
611
612 /* Define to 1 if you have the <nl_types.h> header file. */
613 #undef HAVE_NL_TYPES_H
614
615 /* Define to 1 if you have the 'nvlist_next_nvpair' function. */
616 #undef HAVE_NVLIST_NEXT_NVPAIR
617
618 /* Define to 1 if you have the 'openat' function. */
619 #undef HAVE_OPENAT
620
621 /* Define if OpenSSL library is available */
622 #undef HAVE_OPENSSL
623
624 /* Define if the OpenSSL library is export-contrained to 128bit ciphers */
625 #undef HAVE_OPENSSL_EXPORT_LIBRARY
626
627 /* Set if have OpenSSL version 1.x */
628 #undef HAVE_OPENSSLv1
629
630 /* Define to 1 if you have the `posix_fadvise' function. */
631 #undef HAVE_POSIX_FADVISE
632
633 /* Define if your printf() function supports format strings with positions. */
634 #undef HAVE_POSIX_PRINTF
635
636 /* Set if have PQisthreadsafe */
637 #undef HAVE_PQISTHREADSAFE
638
639 /* Set if have PQputCopyData */
640 #undef HAVE_PQ_COPY
641
642 /* Define to 1 if you have the `prctl' function. */
643 #undef HAVE_PRCTL
644
645 /* Define to 1 if you have the `putenv' function. */
646 #undef HAVE_PUTENV
647
648 /* Define to 1 if you have the <pwd.h> header file. */
649 #undef HAVE_PWD_H
650
651 /* Define to 1 if you have the `readdir_r' function. */
652 #undef HAVE_READDIR_R
653
654 /* Set to enable readline support */
655 #undef HAVE_READLINE
656
657 /* Define to 1 if you have the <regex.h> header file. */
658 #undef HAVE_REGEX_H
659
660 /* Define if sa_len field exists in struct sockaddr */
661 #undef HAVE_SA_LEN
662
663 /* Define to 1 if you have the `select' function. */
664 #undef HAVE_SELECT
665
666 /* Define to 1 if you have the `setenv' function. */
667 #undef HAVE_SETENV
668
669 /* Define to 1 if you have the `setlocale' function. */
670 #undef HAVE_SETLOCALE
671
672 /* Define to 1 if you have the `setpgid' function. */
673 #undef HAVE_SETPGID
674
675 /* Define to 1 if you have the `setpgrp' function. */
676 #undef HAVE_SETPGRP
677
678 /* Define to 1 if you have the `setreuid' function. */
679 #undef HAVE_SETREUID
680
681 /* Define to 1 if you have the `setsid' function. */
682 #undef HAVE_SETSID
683
684 /* Define to 1 if you have the 'setxattr' function. */
685 #undef HAVE_SETXATTR
686
687 /* Define if the SHA-2 family of digest algorithms is available */
688 #undef HAVE_SHA2
689
690 /* Define to 1 if you have the `signal' function. */
691 #undef HAVE_SIGNAL
692
693 /* Define to 1 if you have the `snprintf' function. */
694 #undef HAVE_SNPRINTF
695
696 /* Set if socklen_t exists */
697 #undef HAVE_SOCKLEN_T
698
699 /* Set if have sqlite3_threadsafe */
700 #undef HAVE_SQLITE3_THREADSAFE
701
702 /* Define to 1 if you have the <stdarg.h> header file. */
703 #undef HAVE_STDARG_H
704
705 /* Define to 1 if you have the <stddef.h> header file. */
706 #undef HAVE_STDDEF_H
707
708 /* Define to 1 if you have the <stdint.h> header file. */
709 #undef HAVE_STDINT_H
710
711 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
712    uintmax_t. */
713 #undef HAVE_STDINT_H_WITH_UINTMAX
714
715 /* Define to 1 if you have the <stdlib.h> header file. */
716 #undef HAVE_STDLIB_H
717
718 /* Define to 1 if you have the `stpcpy' function. */
719 #undef HAVE_STPCPY
720
721 /* Define to 1 if you have the `strcasecmp' function. */
722 #undef HAVE_STRCASECMP
723
724 /* Define to 1 if you have the `strdup' function. */
725 #undef HAVE_STRDUP
726
727 /* Define to 1 if you have the `strerror' function. */
728 #undef HAVE_STRERROR
729
730 /* Define to 1 if you have the `strerror_r' function. */
731 #undef HAVE_STRERROR_R
732
733 /* Define to 1 if you have the `strftime' function. */
734 #undef HAVE_STRFTIME
735
736 /* Define to 1 if you have the <strings.h> header file. */
737 #undef HAVE_STRINGS_H
738
739 /* Define to 1 if you have the <string.h> header file. */
740 #undef HAVE_STRING_H
741
742 /* Define to 1 if you have the `strncmp' function. */
743 #undef HAVE_STRNCMP
744
745 /* Define to 1 if you have the `strncpy' function. */
746 #undef HAVE_STRNCPY
747
748 /* Define to 1 if you have the `strtoll' function. */
749 #undef HAVE_STRTOLL
750
751 /* Define to 1 if you have the `strtoul' function. */
752 #undef HAVE_STRTOUL
753
754 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
755 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
756
757 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
758 #undef HAVE_STRUCT_STAT_ST_BLOCKS
759
760 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
761 #undef HAVE_STRUCT_STAT_ST_RDEV
762
763 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
764 #undef HAVE_STRUCT_TM_TM_ZONE
765
766 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
767    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
768 #undef HAVE_ST_BLKSIZE
769
770 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
771    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
772 #undef HAVE_ST_BLOCKS
773
774 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
775    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
776 #undef HAVE_ST_RDEV
777
778 /* Defines if your system have the sys/acl.h header file */
779 #undef HAVE_SYS_ACL_H
780
781 /* Defines if your system have the sys/attr.h header file */
782 #undef HAVE_SYS_ATTR_H
783
784 /* Define to 1 if you have the <sys/bitypes.h> header file. */
785 #undef HAVE_SYS_BITYPES_H
786
787 /* Define to 1 if you have the <sys/byteorder.h> header file. */
788 #undef HAVE_SYS_BYTEORDER_H
789
790 /* Define to 1 if you have the <sys/capability.h> header file. */
791 #undef HAVE_SYS_CAPABILITY_H
792
793 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
794    */
795 #undef HAVE_SYS_DIR_H
796
797 /* Defines if your system have the sys/extattr.h header file */
798 #undef HAVE_SYS_EXTATTR_H
799
800 /* Define to 1 if you have the <sys/ioctl.h> header file. */
801 #undef HAVE_SYS_IOCTL_H
802
803 /* Define to 1 if you have the <sys/mtio.h> header file. */
804 #undef HAVE_SYS_MTIO_H
805
806 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
807    */
808 #undef HAVE_SYS_NDIR_H
809
810 /* Defines if your system have the sys/nvpair.h header file */
811 #undef HAVE_SYS_NVPAIR_H
812
813 /* Define to 1 if you have the <sys/param.h> header file. */
814 #undef HAVE_SYS_PARAM_H
815
816 /* Define to 1 if you have the <sys/prctl.h> header file. */
817 #undef HAVE_SYS_PRCTL_H
818
819 /* Define to 1 if you have the <sys/select.h> header file. */
820 #undef HAVE_SYS_SELECT_H
821
822 /* Define to 1 if you have the <sys/socket.h> header file. */
823 #undef HAVE_SYS_SOCKET_H
824
825 /* Define to 1 if you have the <sys/sockio.h> header file. */
826 #undef HAVE_SYS_SOCKIO_H
827
828 /* Defines if your system have the sys/statvfs.h header file */
829 #undef HAVE_SYS_STATVFS_H
830
831 /* Define to 1 if you have the <sys/stat.h> header file. */
832 #undef HAVE_SYS_STAT_H
833
834 /* Define to 1 if you have the <sys/tape.h> header file. */
835 #undef HAVE_SYS_TAPE_H
836
837 /* Define to 1 if you have the <sys/time.h> header file. */
838 #undef HAVE_SYS_TIME_H
839
840 /* Define to 1 if you have the <sys/types.h> header file. */
841 #undef HAVE_SYS_TYPES_H
842
843 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
844 #undef HAVE_SYS_WAIT_H
845
846 /* Defines if your system have the sys/xattr.h header file */
847 #undef HAVE_SYS_XATTR_H
848
849 /* Define to 1 if you have the `tcgetattr' function. */
850 #undef HAVE_TCGETATTR
851
852 /* Define to 1 if you have the <termcap.h> header file. */
853 #undef HAVE_TERMCAP_H
854
855 /* Define to 1 if you have the <termios.h> header file. */
856 #undef HAVE_TERMIOS_H
857
858 /* Define to 1 if you have the <term.h> header file. */
859 #undef HAVE_TERM_H
860
861 /* Define if TLS support should be enabled */
862 #undef HAVE_TLS
863
864 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
865    `HAVE_STRUCT_TM_TM_ZONE' instead. */
866 #undef HAVE_TM_ZONE
867
868 /* Define to 1 if you have the `tsearch' function. */
869 #undef HAVE_TSEARCH
870
871 /* Defind to 1 if compiler has typeof */
872 #undef HAVE_TYPEOF
873
874 /* Define to 1 if you don't have `tm_zone' but do have the external array
875    `tzname'. */
876 #undef HAVE_TZNAME
877
878 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
879 #undef HAVE_UINTMAX_T
880
881 /* Define to 1 if the system has the type `uintptr_t'. */
882 #undef HAVE_UINTPTR_T
883
884 /* Define to 1 if you have the <unistd.h> header file. */
885 #undef HAVE_UNISTD_H
886
887 /* Define to 1 if you have the 'unlinkat' function. */
888 #undef HAVE_UNLINKAT
889
890 /* Define if you have the 'unsigned long long' type. */
891 #undef HAVE_UNSIGNED_LONG_LONG
892
893 /* Set if utime.h exists */
894 #undef HAVE_UTIME_H
895
896 /* Define to 1 if you have the <varargs.h> header file. */
897 #undef HAVE_VARARGS_H
898
899 /* Set if va_copy exists */
900 #undef HAVE_VA_COPY
901
902 /* Define to 1 if you have the `vfprintf' function. */
903 #undef HAVE_VFPRINTF
904
905 /* Define to 1 if you have the `vprintf' function. */
906 #undef HAVE_VPRINTF
907
908 /* Define to 1 if you have the `vsnprintf' function. */
909 #undef HAVE_VSNPRINTF
910
911 /* Define if you have the 'wchar_t' type. */
912 #undef HAVE_WCHAR_T
913
914 /* Define to 1 if you have the `wcslen' function. */
915 #undef HAVE_WCSLEN
916
917 /* Define if you have the 'wint_t' type. */
918 #undef HAVE_WINT_T
919
920 /* Extended Attributes support */
921 #undef HAVE_XATTR
922
923 /* Define to 1 if you have the <zlib.h> header file. */
924 #undef HAVE_ZLIB_H
925
926 /* Define to 1 if you have the `__argz_count' function. */
927 #undef HAVE___ARGZ_COUNT
928
929 /* Define to 1 if you have the `__argz_next' function. */
930 #undef HAVE___ARGZ_NEXT
931
932 /* Define to 1 if you have the `__argz_stringify' function. */
933 #undef HAVE___ARGZ_STRINGIFY
934
935 /* Define to 1 if you have the `__fsetlocking' function. */
936 #undef HAVE___FSETLOCKING
937
938 /* Define as const if the declaration of iconv() needs const. */
939 #undef ICONV_CONST
940
941 /* Define if integer division by zero raises signal SIGFPE. */
942 #undef INTDIV0_RAISES_SIGFPE
943
944 /* Define to the sub-directory in which libtool stores uninstalled libraries.
945    */
946 #undef LT_OBJDIR
947
948 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
949    */
950 #undef MAJOR_IN_MKDEV
951
952 /* Define to 1 if `major', `minor', and `makedev' are declared in
953    <sysmacros.h>. */
954 #undef MAJOR_IN_SYSMACROS
955
956 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
957 #undef NO_MINUS_C_MINUS_O
958
959 /* Define to the address where bug reports for this package should be sent. */
960 #undef PACKAGE_BUGREPORT
961
962 /* Define to the full name of this package. */
963 #undef PACKAGE_NAME
964
965 /* Define to the full name and version of this package. */
966 #undef PACKAGE_STRING
967
968 /* Define to the one symbol short name of this package. */
969 #undef PACKAGE_TARNAME
970
971 /* Define to the home page for this package. */
972 #undef PACKAGE_URL
973
974 /* Define to the version of this package. */
975 #undef PACKAGE_VERSION
976
977 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
978 #undef PRI_MACROS_BROKEN
979
980 /* Define as the return type of signal handlers (`int' or `void'). */
981 #undef RETSIGTYPE
982
983 /* Define to 1 if the `setpgrp' function takes no argument. */
984 #undef SETPGRP_VOID
985
986 /* The size of `char', as computed by sizeof. */
987 #undef SIZEOF_CHAR
988
989 /* The size of `int', as computed by sizeof. */
990 #undef SIZEOF_INT
991
992 /* The size of `int *', as computed by sizeof. */
993 #undef SIZEOF_INT_P
994
995 /* The size of `long int', as computed by sizeof. */
996 #undef SIZEOF_LONG_INT
997
998 /* The size of `long long int', as computed by sizeof. */
999 #undef SIZEOF_LONG_LONG_INT
1000
1001 /* The size of `short int', as computed by sizeof. */
1002 #undef SIZEOF_SHORT_INT
1003
1004 /* Define as the maximum value of type 'size_t', if the system doesn't define
1005    it. */
1006 #undef SIZE_MAX
1007
1008 /* Set if you want Smartalloc enabled */
1009 #undef SMARTALLOC
1010
1011 /* If using the C implementation of alloca, define if you know the
1012    direction of stack growth for your system; otherwise it will be
1013    automatically deduced at runtime.
1014         STACK_DIRECTION > 0 => grows toward higher addresses
1015         STACK_DIRECTION < 0 => grows toward lower addresses
1016         STACK_DIRECTION = 0 => direction of growth unknown */
1017 #undef STACK_DIRECTION
1018
1019 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1020 #undef STAT_MACROS_BROKEN
1021
1022 /* Define to 1 if you have the ANSI C header files. */
1023 #undef STDC_HEADERS
1024
1025 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1026 #undef TIME_WITH_SYS_TIME
1027
1028 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1029 #undef TM_IN_SYS_TIME
1030
1031 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1032    significant byte first (like Motorola and SPARC, unlike Intel). */
1033 #if defined AC_APPLE_UNIVERSAL_BUILD
1034 # if defined __BIG_ENDIAN__
1035 #  define WORDS_BIGENDIAN 1
1036 # endif
1037 #else
1038 # ifndef WORDS_BIGENDIAN
1039 #  undef WORDS_BIGENDIAN
1040 # endif
1041 #endif
1042
1043 /* Define to 1 if the X Window System is missing or not being used. */
1044 #undef X_DISPLAY_MISSING
1045
1046 /* Number of bits in a file offset, on hosts where this is settable. */
1047 #undef _FILE_OFFSET_BITS
1048
1049 /* Define to make fseeko etc. visible, on some hosts. */
1050 #undef _LARGEFILE_SOURCE
1051
1052 /* Define for large files, on AIX-style hosts. */
1053 #undef _LARGE_FILES
1054
1055 /* Set if you want Lock Manager enabled */
1056 #undef _USE_LOCKMGR
1057
1058 /* Define to empty if `const' does not conform to ANSI C. */
1059 #undef const
1060
1061 /* Define to `long' if <sys/types.h> does not define. */
1062 #undef daddr_t
1063
1064 /* Define to `unsigned long' if <sys/types.h> does not define. */
1065 #undef dev_t
1066
1067 /* Define to `int' if <sys/types.h> doesn't define. */
1068 #undef gid_t
1069
1070 /* Define to `__inline__' or `__inline' if that's what the C compiler
1071    calls it, or to nothing if 'inline' is not supported under any name.  */
1072 #ifndef __cplusplus
1073 #undef inline
1074 #endif
1075
1076 /* Define to `unsigned long' if <sys/types.h> does not define. */
1077 #undef ino_t
1078
1079 /* Define to the type of a signed integer type wide enough to hold a pointer,
1080    if such a type exists, and if the system does not define it. */
1081 #undef intptr_t
1082
1083 /* Define to `int' if <sys/types.h> does not define. */
1084 #undef major_t
1085
1086 /* Define to `int' if <sys/types.h> does not define. */
1087 #undef minor_t
1088
1089 /* Define to `int' if <sys/types.h> does not define. */
1090 #undef mode_t
1091
1092 /* Define to `long int' if <sys/types.h> does not define. */
1093 #undef off_t
1094
1095 /* Define to `int' if <sys/types.h> does not define. */
1096 #undef pid_t
1097
1098 /* Define as the type of the result of subtracting two pointers, if the system
1099    doesn't define it. */
1100 #undef ptrdiff_t
1101
1102 /* Define to empty if the C compiler doesn't support this keyword. */
1103 #undef signed
1104
1105 /* Define to `unsigned int' if <sys/types.h> does not define. */
1106 #undef size_t
1107
1108 /* Define to `int' if <sys/types.h> does not define. */
1109 #undef ssize_t
1110
1111 /* Define to `int' if <sys/types.h> doesn't define. */
1112 #undef uid_t
1113
1114 /* Define to unsigned long or unsigned long long if <stdint.h> and
1115    <inttypes.h> don't define. */
1116 #undef uintmax_t
1117
1118 /* Define to the type of an unsigned integer type wide enough to hold a
1119    pointer, if such a type exists, and if the system does not define it. */
1120 #undef uintptr_t