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