]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/config.h.in
This commit was manufactured by cvs2svn to create tag
[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 Berkeley DB */
40 #undef HAVE_BERKELEY_DB
41
42
43 /* Define if you want to use PostgreSQL */
44 #undef HAVE_PGSQL
45
46 /* Define if you want to use mSQL */
47 #undef HAVE_MSQL
48
49 /* Define if you want to use iODBC */
50 #undef HAVE_IODBC
51
52 /* Define if you want to use unixODBC */
53 #undef HAVE_UNIXODBC
54
55 /* Define if you want to use Solid SQL Server */
56 #undef HAVE_SOLID
57
58 /* Define if you want to use OpenLink ODBC (Virtuoso) */
59 #undef HAVE_VIRT
60
61 /* Define if you want to use EasySoft ODBC */
62 #undef HAVE_EASYSOFT
63
64 /* Define if you want to use Interbase SQL Server */
65 #undef HAVE_IBASE
66
67 /* Define if you want to use Oracle 8 SQL Server */
68 #undef HAVE_ORACLE8
69
70 /* Define if you want to use Oracle 7 SQL Server */
71 #undef HAVE_ORACLE7
72
73
74 /* ------------------------------------------------------------------------- */
75 /* --                     CONFIGURE DETECTED FEATURES                     -- */
76 /* ------------------------------------------------------------------------- */
77
78 /* Define if you need function prototypes */
79 #undef PROTOTYPES
80
81 /* Define if you have XPointer typedef */
82 #undef HAVE_XPOINTER
83
84 /* Define if you have _GNU_SOURCE getpt() */
85 #undef HAVE_GETPT
86
87 /* Define if you have GCC */
88 #undef HAVE_GCC
89
90 /* Define if you have the Andrew File System.  */
91 #undef AFS
92
93 /* Define If you want find -nouser and -nogroup to make tables of
94    used UIDs and GIDs at startup instead of using getpwuid or
95    getgrgid when needed.  Speeds up -nouser and -nogroup unless you
96    are running NIS or Hesiod, which make password and group calls
97    very expensive.  */
98 #undef CACHE_IDS
99
100 /* Define to use SVR4 statvfs to get filesystem type.  */
101 #undef FSTYPE_STATVFS
102
103 /* Define to use SVR3.2 statfs to get filesystem type.  */
104 #undef FSTYPE_USG_STATFS
105
106 /* Define to use AIX3 statfs to get filesystem type.  */
107 #undef FSTYPE_AIX_STATFS
108
109 /* Define to use 4.3BSD getmntent to get filesystem type.  */
110 #undef FSTYPE_MNTENT
111
112 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type.  */
113 #undef FSTYPE_STATFS
114
115 /* Define to use Ultrix getmnt to get filesystem type.  */
116 #undef FSTYPE_GETMNT
117
118 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
119 #undef dev_t
120
121 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
122 #undef ino_t
123
124 /* Define to 1 if utime.h exists and declares struct utimbuf.  */
125 #undef HAVE_UTIME_H
126
127 #if (HAVE_MYSQL||HAVE_POSTGRESQL||HAVE_MSQL||HAVE_IODBC||HAVE_UNIXODBC||HAVE_SOLID||HAVE_VIRT||HAVE_IBASE||HAVE_ORACLE8||HAVE_ORACLE7||HAVE_EASYSOFT)
128 #define HAVE_SQL
129 #endif
130
131 /* Data types */
132 #undef HAVE_U_INT
133 #undef HAVE_INTXX_T
134 #undef HAVE_U_INTXX_T
135 #undef HAVE_UINTXX_T
136 #undef HAVE_INT64_T
137 #undef HAVE_U_INT64_T
138 #undef HAVE_INTMAX_T
139 #undef HAVE_U_INTMAX_T
140  
141 /* Define if you want TCP Wrappers support */
142 #undef HAVE_LIBWRAP
143
144 /* Define if you have sys/bitypes.h */
145 #undef HAVE_SYS_BITYPES_H
146  
147 /* Directory for PID files */
148 #undef _PATH_BACULA_PIDDIR
149
150 /* Define if you have zlib */
151 #undef HAVE_LIBZ
152
153 /* Define if you have libacl */
154 #undef HAVE_ACL
155
156 /* General libs */
157 #undef LIBS
158
159 /* File daemon specif libraries */
160 #undef FDLIBS
161
162 /* Path to Sendmail program */
163 #undef SENDMAIL_PATH
164
165 /* What kind of signals we have */
166 #undef HAVE_POSIX_SIGNALS
167 #undef HAVE_BSD_SIGNALS
168 #undef HAVE_USG_SIGHOLD
169
170 /* Operating systems */
171 /* OSes */
172 #undef HAVE_LINUX_OS
173 #undef HAVE_FREEBSD_OS
174 #undef HAVE_NETBSD_OS
175 #undef HAVE_OPENBSD_OS
176 #undef HAVE_BSDI_OS
177 #undef HAVE_HPUX_OS
178 #undef HAVE_SUN_OS
179 #undef HAVE_IRIX_OS
180 #undef HAVE_AIX_OS
181 #undef HAVE_SGI_OS
182 #undef HAVE_CYGWIN
183 #undef HAVE_OSF1_OS
184 #undef HAVE_DARWIN_OS
185
186 /* Set to correct scanf value for long long int */
187 #undef lld
188 #undef llu
189
190 #undef HAVE_READLINE 
191
192 #undef HAVE_GMP
193
194 #undef HAVE_CWEB
195
196 #undef HAVE_FCHDIR
197
198 #undef HAVE_GETOPT_LONG
199
200 #undef HAVE_LIBSM
201
202 /* Check for thread safe routines */
203 #undef HAVE_LOCALTIME_R
204 #undef HAVE_READDIR_R
205 #undef HAVE_STRERROR_R
206 #undef HAVE_GETHOSTBYNAME_R
207
208 #undef HAVE_STRTOLL
209 #undef HAVE_INET_PTON
210
211 #undef HAVE_SOCKLEN_T
212
213 #undef HAVE_OLD_SOCKOPT
214  
215 #undef HAVE_BIGENDIAN
216
217 /* Defined if Gtk+-2.4 or greater is present */
218 #undef HAVE_GTK_2_4
219
220 /* Define to 1 if the `closedir' function returns void instead of `int'. */
221 #undef CLOSEDIR_VOID
222
223 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
224    systems. This function is required for `alloca.c' support on those systems.
225    */
226 #undef CRAY_STACKSEG_END
227
228 /* Define to 1 if using `alloca.c'. */
229 #undef C_ALLOCA
230
231 /* Define to 1 if you have `alloca', as a function or macro. */
232 #undef HAVE_ALLOCA
233
234 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
235    */
236 #undef HAVE_ALLOCA_H
237
238 /* Define to 1 if you have the <arpa/nameser.h> header file. */
239 #undef HAVE_ARPA_NAMESER_H
240
241 /* Define to 1 if you have the <assert.h> header file. */
242 #undef HAVE_ASSERT_H
243
244 /* Define to 1 if you have the `chflags' function. */
245 #undef HAVE_CHFLAGS
246
247 /* Set if Bacula conio support enabled */
248 #undef HAVE_CONIO
249
250 /* Define to 1 if you have the <curses.h> header file. */
251 #undef HAVE_CURSES_H
252
253 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
254    */
255 #undef HAVE_DIRENT_H
256
257 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
258 #undef HAVE_DOPRNT
259
260 /* Define to 1 if you have the `fchdir' function. */
261 #undef HAVE_FCHDIR
262
263 /* Define to 1 if you have the <fcntl.h> header file. */
264 #undef HAVE_FCNTL_H
265
266 /* Define to 1 if you have the `fork' function. */
267 #undef HAVE_FORK
268
269 /* Define to 1 if you have the `fseeko' function. */
270 #undef HAVE_FSEEKO
271
272 /* Define to 1 if you have the `getcwd' function. */
273 #undef HAVE_GETCWD
274
275 /* Define to 1 if you have the `getdomainname' function. */
276 #undef HAVE_GETDOMAINNAME
277
278 /* Define to 1 if you have the `gethostbyname2' function. */
279 #undef HAVE_GETHOSTBYNAME2
280
281 /* Define to 1 if you have the `gethostbyname_r' function. */
282 #undef HAVE_GETHOSTBYNAME_R
283
284 /* Define to 1 if you have the `gethostid' function. */
285 #undef HAVE_GETHOSTID
286
287 /* Define to 1 if you have the `gethostname' function. */
288 #undef HAVE_GETHOSTNAME
289
290 /* Define to 1 if you have the `getmntent' function. */
291 #undef HAVE_GETMNTENT
292
293 /* Define to 1 if you have the `getpid' function. */
294 #undef HAVE_GETPID
295
296 /* Define to 1 if you have the `gettimeofday' function. */
297 #undef HAVE_GETTIMEOFDAY
298
299 /* Define to 1 if you have the <grp.h> header file. */
300 #undef HAVE_GRP_H
301
302 /* Define to 1 if you have the `inet_ntop' function. */
303 #undef HAVE_INET_NTOP
304
305 /* Define to 1 if you have the `inet_pton' function. */
306 #undef HAVE_INET_PTON
307
308 /* Define to 1 if you have the <inttypes.h> header file. */
309 #undef HAVE_INTTYPES_H
310
311 /* Whether to enable IPv6 support */
312 #undef HAVE_IPV6
313
314 /* Define to 1 if you have the `lchown' function. */
315 #undef HAVE_LCHOWN
316
317 /* Define to 1 if you have the <libc.h> header file. */
318 #undef HAVE_LIBC_H
319
320 /* Define to 1 if you have the `inet' library (-linet). */
321 #undef HAVE_LIBINET
322
323 /* Define to 1 if you have the `nsl' library (-lnsl). */
324 #undef HAVE_LIBNSL
325
326 /* Define to 1 if you have the `resolv' library (-lresolv). */
327 #undef HAVE_LIBRESOLV
328
329 /* Define to 1 if you have the `socket' library (-lsocket). */
330 #undef HAVE_LIBSOCKET
331
332 /* Define to 1 if you have the `sun' library (-lsun). */
333 #undef HAVE_LIBSUN
334
335 /* Define to 1 if you have the `xnet' library (-lxnet). */
336 #undef HAVE_LIBXNET
337
338 /* Define to 1 if you have the <limits.h> header file. */
339 #undef HAVE_LIMITS_H
340
341 /* Define to 1 if you have the `localtime_r' function. */
342 #undef HAVE_LOCALTIME_R
343
344 /* Define to 1 if you have the `lstat' function. */
345 #undef HAVE_LSTAT
346
347 /* Define to 1 if you have the <memory.h> header file. */
348 #undef HAVE_MEMORY_H
349
350 /* Define to 1 if you have the <mtio.h> header file. */
351 #undef HAVE_MTIO_H
352
353 /* Define to 1 if you have the `nanosleep' function. */
354 #undef HAVE_NANOSLEEP
355
356 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
357 #undef HAVE_NDIR_H
358
359 /* Define to 1 if you have the `nl_langinfo' function. */
360 #undef HAVE_NL_LANGINFO
361
362 /* Define to 1 if you have the `putenv' function. */
363 #undef HAVE_PUTENV
364
365 /* Define to 1 if you have the <pwd.h> header file. */
366 #undef HAVE_PWD_H
367
368 /* Define to 1 if you have the `readdir_r' function. */
369 #undef HAVE_READDIR_R
370
371 /* Define to 1 if you have the <regex.h> header file. */
372 #undef HAVE_REGEX_H
373
374 /* Define to 1 if you have the <resolv.h> header file. */
375 #undef HAVE_RESOLV_H
376
377 /* Define if sa_len field exists in struct sockaddr */
378 #undef HAVE_SA_LEN
379
380 /* Define to 1 if you have the `select' function. */
381 #undef HAVE_SELECT
382
383 /* Define to 1 if you have the `setenv' function. */
384 #undef HAVE_SETENV
385
386 /* Define to 1 if you have the `setlocale' function. */
387 #undef HAVE_SETLOCALE
388
389 /* Define to 1 if you have the `setpgid' function. */
390 #undef HAVE_SETPGID
391
392 /* Define to 1 if you have the `setpgrp' function. */
393 #undef HAVE_SETPGRP
394
395 /* Define to 1 if you have the `setsid' function. */
396 #undef HAVE_SETSID
397
398 /* Define to 1 if you have the `signal' function. */
399 #undef HAVE_SIGNAL
400
401 /* Define to 1 if you have the `snprintf' function. */
402 #undef HAVE_SNPRINTF
403
404 /* Define to 1 if you have the <stdarg.h> header file. */
405 #undef HAVE_STDARG_H
406
407 /* Define to 1 if you have the <stdint.h> header file. */
408 #undef HAVE_STDINT_H
409
410 /* Define to 1 if you have the <stdlib.h> header file. */
411 #undef HAVE_STDLIB_H
412
413 /* Define to 1 if you have the `strcasecmp' function. */
414 #undef HAVE_STRCASECMP
415
416 /* Define to 1 if you have the `strerror' function. */
417 #undef HAVE_STRERROR
418
419 /* Define to 1 if you have the `strerror_r' function. */
420 #undef HAVE_STRERROR_R
421
422 /* Define to 1 if you have the `strftime' function. */
423 #undef HAVE_STRFTIME
424
425 /* Define to 1 if you have the <strings.h> header file. */
426 #undef HAVE_STRINGS_H
427
428 /* Define to 1 if you have the <string.h> header file. */
429 #undef HAVE_STRING_H
430
431 /* Define to 1 if you have the `strncmp' function. */
432 #undef HAVE_STRNCMP
433
434 /* Define to 1 if you have the `strncpy' function. */
435 #undef HAVE_STRNCPY
436
437 /* Define to 1 if you have the `strtoll' function. */
438 #undef HAVE_STRTOLL
439
440 /* Define to 1 if `st_blksize' is member of `struct stat'. */
441 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
442
443 /* Define to 1 if `st_blocks' is member of `struct stat'. */
444 #undef HAVE_STRUCT_STAT_ST_BLOCKS
445
446 /* Define to 1 if `st_rdev' is member of `struct stat'. */
447 #undef HAVE_STRUCT_STAT_ST_RDEV
448
449 /* Define to 1 if `tm_zone' is member of `struct tm'. */
450 #undef HAVE_STRUCT_TM_TM_ZONE
451
452 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
453    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
454 #undef HAVE_ST_BLKSIZE
455
456 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
457    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
458 #undef HAVE_ST_BLOCKS
459
460 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
461    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
462 #undef HAVE_ST_RDEV
463
464 /* Define to 1 if you have the <sys/bitypes.h> header file. */
465 #undef HAVE_SYS_BITYPES_H
466
467 /* Define to 1 if you have the <sys/byteorder.h> header file. */
468 #undef HAVE_SYS_BYTEORDER_H
469
470 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
471    */
472 #undef HAVE_SYS_DIR_H
473
474 /* Define to 1 if you have the <sys/ioctl.h> header file. */
475 #undef HAVE_SYS_IOCTL_H
476
477 /* Define to 1 if you have the <sys/mtio.h> header file. */
478 #undef HAVE_SYS_MTIO_H
479
480 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
481    */
482 #undef HAVE_SYS_NDIR_H
483
484 /* Define to 1 if you have the <sys/select.h> header file. */
485 #undef HAVE_SYS_SELECT_H
486
487 /* Define to 1 if you have the <sys/socket.h> header file. */
488 #undef HAVE_SYS_SOCKET_H
489
490 /* Define to 1 if you have the <sys/sockio.h> header file. */
491 #undef HAVE_SYS_SOCKIO_H
492
493 /* Define to 1 if you have the <sys/stat.h> header file. */
494 #undef HAVE_SYS_STAT_H
495
496 /* Define to 1 if you have the <sys/tape.h> header file. */
497 #undef HAVE_SYS_TAPE_H
498
499 /* Define to 1 if you have the <sys/time.h> header file. */
500 #undef HAVE_SYS_TIME_H
501
502 /* Define to 1 if you have the <sys/types.h> header file. */
503 #undef HAVE_SYS_TYPES_H
504
505 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
506 #undef HAVE_SYS_WAIT_H
507
508 /* Define to 1 if you have the `tcgetattr' function. */
509 #undef HAVE_TCGETATTR
510
511 /* Define to 1 if you have the <termcap.h> header file. */
512 #undef HAVE_TERMCAP_H
513
514 /* Define to 1 if you have the <termios.h> header file. */
515 #undef HAVE_TERMIOS_H
516
517 /* Define to 1 if you have the <term.h> header file. */
518 #undef HAVE_TERM_H
519
520 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
521    `HAVE_STRUCT_TM_TM_ZONE' instead. */
522 #undef HAVE_TM_ZONE
523
524 /* Define to 1 if you don't have `tm_zone' but do have the external array
525    `tzname'. */
526 #undef HAVE_TZNAME
527
528 /* Define to 1 if you have the <unistd.h> header file. */
529 #undef HAVE_UNISTD_H
530
531 /* Define to 1 if you have the <varargs.h> header file. */
532 #undef HAVE_VARARGS_H
533
534 /* Define to 1 if you have the `vfprintf' function. */
535 #undef HAVE_VFPRINTF
536
537 /* Define to 1 if you have the `vprintf' function. */
538 #undef HAVE_VPRINTF
539
540 /* Define to 1 if you have the `vsnprintf' function. */
541 #undef HAVE_VSNPRINTF
542
543 /* Define to 1 if you have the <zlib.h> header file. */
544 #undef HAVE_ZLIB_H
545
546 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
547    */
548 #undef MAJOR_IN_MKDEV
549
550 /* Define to 1 if `major', `minor', and `makedev' are declared in
551    <sysmacros.h>. */
552 #undef MAJOR_IN_SYSMACROS
553
554 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
555 #undef NO_MINUS_C_MINUS_O
556
557 /* Define to the address where bug reports for this package should be sent. */
558 #undef PACKAGE_BUGREPORT
559
560 /* Define to the full name of this package. */
561 #undef PACKAGE_NAME
562
563 /* Define to the full name and version of this package. */
564 #undef PACKAGE_STRING
565
566 /* Define to the one symbol short name of this package. */
567 #undef PACKAGE_TARNAME
568
569 /* Define to the version of this package. */
570 #undef PACKAGE_VERSION
571
572 /* Define as the return type of signal handlers (`int' or `void'). */
573 #undef RETSIGTYPE
574
575 /* Define to 1 if the `setpgrp' function takes no argument. */
576 #undef SETPGRP_VOID
577
578 /* The size of a `char', as computed by sizeof. */
579 #undef SIZEOF_CHAR
580
581 /* The size of a `int', as computed by sizeof. */
582 #undef SIZEOF_INT
583
584 /* The size of a `int *', as computed by sizeof. */
585 #undef SIZEOF_INT_P
586
587 /* The size of a `long int', as computed by sizeof. */
588 #undef SIZEOF_LONG_INT
589
590 /* The size of a `long long int', as computed by sizeof. */
591 #undef SIZEOF_LONG_LONG_INT
592
593 /* The size of a `short int', as computed by sizeof. */
594 #undef SIZEOF_SHORT_INT
595
596 /* If using the C implementation of alloca, define if you know the
597    direction of stack growth for your system; otherwise it will be
598    automatically deduced at run-time.
599         STACK_DIRECTION > 0 => grows toward higher addresses
600         STACK_DIRECTION < 0 => grows toward lower addresses
601         STACK_DIRECTION = 0 => direction of growth unknown */
602 #undef STACK_DIRECTION
603
604 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
605 #undef STAT_MACROS_BROKEN
606
607 /* Define to 1 if you have the ANSI C header files. */
608 #undef STDC_HEADERS
609
610 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
611 #undef TIME_WITH_SYS_TIME
612
613 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
614 #undef TM_IN_SYS_TIME
615
616 /* Define to 1 if the X Window System is missing or not being used. */
617 #undef X_DISPLAY_MISSING
618
619 /* Number of bits in a file offset, on hosts where this is settable. */
620 #undef _FILE_OFFSET_BITS
621
622 /* Define to make fseeko etc. visible, on some hosts. */
623 #undef _LARGEFILE_SOURCE
624
625 /* Define for large files, on AIX-style hosts. */
626 #undef _LARGE_FILES
627
628 /* Define to empty if `const' does not conform to ANSI C. */
629 #undef const
630
631 /* Define to `long' if <sys/types.h> does not define. */
632 #undef daddr_t
633
634 /* Define to `unsigned long' if <sys/types.h> does not define. */
635 #undef dev_t
636
637 /* Define to `int' if <sys/types.h> doesn't define. */
638 #undef gid_t
639
640 /* Define to `unsigned long' if <sys/types.h> does not define. */
641 #undef ino_t
642
643 /* Define to `int' if <sys/types.h> does not define. */
644 #undef major_t
645
646 /* Define to `int' if <sys/types.h> does not define. */
647 #undef minor_t
648
649 /* Define to `int' if <sys/types.h> does not define. */
650 #undef mode_t
651
652 /* Define to `long' if <sys/types.h> does not define. */
653 #undef off_t
654
655 /* Define to `int' if <sys/types.h> does not define. */
656 #undef pid_t
657
658 /* Define to `unsigned' if <sys/types.h> does not define. */
659 #undef size_t
660
661 /* Define to `int' if <sys/types.h> does not define. */
662 #undef ssize_t
663
664 /* Define to `int' if <sys/types.h> doesn't define. */
665 #undef uid_t