]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/config.h.in
Update configure.in to include python 2.5 search.
[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 /* Define if you have zlib */
150 #undef HAVE_LIBZ
151
152 /* Define if you have libacl */
153 #undef HAVE_ACL
154
155 /* General libs */
156 #undef LIBS
157
158 /* File daemon specif libraries */
159 #undef FDLIBS
160
161 /* Path to Sendmail program */
162 #undef SENDMAIL_PATH
163
164 /* What kind of signals we have */
165 #undef HAVE_POSIX_SIGNALS
166 #undef HAVE_BSD_SIGNALS
167 #undef HAVE_USG_SIGHOLD
168
169 /* Operating systems */
170 /* OSes */
171 #undef HAVE_LINUX_OS
172 #undef HAVE_FREEBSD_OS
173 #undef HAVE_NETBSD_OS
174 #undef HAVE_OPENBSD_OS
175 #undef HAVE_BSDI_OS
176 #undef HAVE_HPUX_OS
177 #undef HAVE_SUN_OS
178 #undef HAVE_IRIX_OS
179 #undef HAVE_AIX_OS
180 #undef HAVE_SGI_OS
181 #undef HAVE_CYGWIN
182 #undef HAVE_OSF1_OS
183 #undef HAVE_DARWIN_OS
184
185 /* Set to correct scanf value for long long int */
186 #undef lld
187 #undef llu
188
189 #undef HAVE_READLINE 
190 #undef HAVE_PYTHON
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 /* Needed on HP-UX/g++ systems to support long long ints (int64) */
221 #undef _INCLUDE_LONGLONG
222
223
224 /* Define to 1 if the `closedir' function returns void instead of `int'. */
225 #undef CLOSEDIR_VOID
226
227 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
228    systems. This function is required for `alloca.c' support on those systems.
229    */
230 #undef CRAY_STACKSEG_END
231
232 /* Define to 1 if using `alloca.c'. */
233 #undef C_ALLOCA
234
235 /* Define to 1 if you have `alloca', as a function or macro. */
236 #undef HAVE_ALLOCA
237
238 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
239    */
240 #undef HAVE_ALLOCA_H
241
242 /* Define to 1 if you have the <arpa/nameser.h> header file. */
243 #undef HAVE_ARPA_NAMESER_H
244
245 /* Define to 1 if you have the <assert.h> header file. */
246 #undef HAVE_ASSERT_H
247
248 /* Define to 1 if you have the `chflags' function. */
249 #undef HAVE_CHFLAGS
250
251 /* Set if Bacula conio support enabled */
252 #undef HAVE_CONIO
253
254 /* Define to 1 if you have the <curses.h> header file. */
255 #undef HAVE_CURSES_H
256
257 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
258    */
259 #undef HAVE_DIRENT_H
260
261 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
262 #undef HAVE_DOPRNT
263
264 /* Define to 1 if you have the `fchdir' function. */
265 #undef HAVE_FCHDIR
266
267 /* Define to 1 if you have the <fcntl.h> header file. */
268 #undef HAVE_FCNTL_H
269
270 /* Define to 1 if you have the `fork' function. */
271 #undef HAVE_FORK
272
273 /* Define to 1 if you have the `getcwd' function. */
274 #undef HAVE_GETCWD
275
276 /* Define to 1 if you have the `gethostbyname2' function. */
277 #undef HAVE_GETHOSTBYNAME2
278
279 /* Define to 1 if you have the `gethostbyname_r' function. */
280 #undef HAVE_GETHOSTBYNAME_R
281
282 /* Define to 1 if you have the `gethostid' function. */
283 #undef HAVE_GETHOSTID
284
285 /* Define to 1 if you have the `gethostname' function. */
286 #undef HAVE_GETHOSTNAME
287
288 /* Define to 1 if you have the `getmntent' function. */
289 #undef HAVE_GETMNTENT
290
291 /* Define to 1 if you have the `getpid' function. */
292 #undef HAVE_GETPID
293
294 /* Define to 1 if you have the `gettimeofday' function. */
295 #undef HAVE_GETTIMEOFDAY
296
297 /* Define to 1 if you have the <grp.h> header file. */
298 #undef HAVE_GRP_H
299
300 /* Define to 1 if you have the `inet_ntop' function. */
301 #undef HAVE_INET_NTOP
302
303 /* Define to 1 if you have the `inet_pton' function. */
304 #undef HAVE_INET_PTON
305
306 /* Define to 1 if you have the <inttypes.h> header file. */
307 #undef HAVE_INTTYPES_H
308
309 /* Whether to enable IPv6 support */
310 #undef HAVE_IPV6
311
312 /* Define to 1 if you have the `lchown' function. */
313 #undef HAVE_LCHOWN
314
315 /* Define to 1 if you have the <libc.h> header file. */
316 #undef HAVE_LIBC_H
317
318 /* Define to 1 if you have the `inet' library (-linet). */
319 #undef HAVE_LIBINET
320
321 /* Define to 1 if you have the `nsl' library (-lnsl). */
322 #undef HAVE_LIBNSL
323
324 /* Define to 1 if you have the `resolv' library (-lresolv). */
325 #undef HAVE_LIBRESOLV
326
327 /* Define to 1 if you have the `socket' library (-lsocket). */
328 #undef HAVE_LIBSOCKET
329
330 /* Define to 1 if you have the `sun' library (-lsun). */
331 #undef HAVE_LIBSUN
332
333 /* Define to 1 if you have the `xnet' library (-lxnet). */
334 #undef HAVE_LIBXNET
335
336 /* Define to 1 if you have the <limits.h> header file. */
337 #undef HAVE_LIMITS_H
338
339 /* Define to 1 if you have the `localtime_r' function. */
340 #undef HAVE_LOCALTIME_R
341
342 /* Define to 1 if you have the `lstat' function. */
343 #undef HAVE_LSTAT
344
345 /* Define to 1 if you have the <memory.h> header file. */
346 #undef HAVE_MEMORY_H
347
348 /* Define to 1 if you have the <mtio.h> header file. */
349 #undef HAVE_MTIO_H
350
351 /* Define to 1 if you have the `nanosleep' function. */
352 #undef HAVE_NANOSLEEP
353
354 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
355 #undef HAVE_NDIR_H
356
357 /* Define to 1 if you have the `nl_langinfo' function. */
358 #undef HAVE_NL_LANGINFO
359
360 /* Define to 1 if you have the `putenv' function. */
361 #undef HAVE_PUTENV
362
363 /* Define to 1 if you have the <pwd.h> header file. */
364 #undef HAVE_PWD_H
365
366 /* Define to 1 if you have the `readdir_r' function. */
367 #undef HAVE_READDIR_R
368
369 /* Define to 1 if you have the <regex.h> header file. */
370 #undef HAVE_REGEX_H
371
372 /* Define to 1 if you have the <resolv.h> header file. */
373 #undef HAVE_RESOLV_H
374
375 /* Define if sa_len field exists in struct sockaddr */
376 #undef HAVE_SA_LEN
377
378 /* Define to 1 if you have the `select' function. */
379 #undef HAVE_SELECT
380
381 /* Define to 1 if you have the `setenv' function. */
382 #undef HAVE_SETENV
383
384 /* Define to 1 if you have the `setlocale' function. */
385 #undef HAVE_SETLOCALE
386
387 /* Define to 1 if you have the `setpgid' function. */
388 #undef HAVE_SETPGID
389
390 /* Define to 1 if you have the `setpgrp' function. */
391 #undef HAVE_SETPGRP
392
393 /* Define to 1 if you have the `setsid' function. */
394 #undef HAVE_SETSID
395
396 /* Define to 1 if you have the `signal' function. */
397 #undef HAVE_SIGNAL
398
399 /* Define to 1 if you have the `snprintf' function. */
400 #undef HAVE_SNPRINTF
401
402 /* Define to 1 if you have the <stdarg.h> header file. */
403 #undef HAVE_STDARG_H
404
405 /* Define to 1 if you have the <stdint.h> header file. */
406 #undef HAVE_STDINT_H
407
408 /* Define to 1 if you have the <stdlib.h> header file. */
409 #undef HAVE_STDLIB_H
410
411 /* Define to 1 if you have the `strcasecmp' function. */
412 #undef HAVE_STRCASECMP
413
414 /* Define to 1 if you have the `strerror' function. */
415 #undef HAVE_STRERROR
416
417 /* Define to 1 if you have the `strerror_r' function. */
418 #undef HAVE_STRERROR_R
419
420 /* Define to 1 if you have the `strftime' function. */
421 #undef HAVE_STRFTIME
422
423 /* Define to 1 if you have the <strings.h> header file. */
424 #undef HAVE_STRINGS_H
425
426 /* Define to 1 if you have the <string.h> header file. */
427 #undef HAVE_STRING_H
428
429 /* Define to 1 if you have the `strncmp' function. */
430 #undef HAVE_STRNCMP
431
432 /* Define to 1 if you have the `strncpy' function. */
433 #undef HAVE_STRNCPY
434
435 /* Define to 1 if you have the `strtoll' function. */
436 #undef HAVE_STRTOLL
437
438 /* Define to 1 if `st_blksize' is member of `struct stat'. */
439 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
440
441 /* Define to 1 if `st_blocks' is member of `struct stat'. */
442 #undef HAVE_STRUCT_STAT_ST_BLOCKS
443
444 /* Define to 1 if `st_rdev' is member of `struct stat'. */
445 #undef HAVE_STRUCT_STAT_ST_RDEV
446
447 /* Define to 1 if `tm_zone' is member of `struct tm'. */
448 #undef HAVE_STRUCT_TM_TM_ZONE
449
450 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
451    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
452 #undef HAVE_ST_BLKSIZE
453
454 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
455    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
456 #undef HAVE_ST_BLOCKS
457
458 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
459    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
460 #undef HAVE_ST_RDEV
461
462 /* Define to 1 if you have the <sys/bitypes.h> header file. */
463 #undef HAVE_SYS_BITYPES_H
464
465 /* Define to 1 if you have the <sys/byteorder.h> header file. */
466 #undef HAVE_SYS_BYTEORDER_H
467
468 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
469    */
470 #undef HAVE_SYS_DIR_H
471
472 /* Define to 1 if you have the <sys/ioctl.h> header file. */
473 #undef HAVE_SYS_IOCTL_H
474
475 /* Define to 1 if you have the <sys/mtio.h> header file. */
476 #undef HAVE_SYS_MTIO_H
477
478 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
479    */
480 #undef HAVE_SYS_NDIR_H
481
482 /* Define to 1 if you have the <sys/select.h> header file. */
483 #undef HAVE_SYS_SELECT_H
484
485 /* Define to 1 if you have the <sys/socket.h> header file. */
486 #undef HAVE_SYS_SOCKET_H
487
488 /* Define to 1 if you have the <sys/sockio.h> header file. */
489 #undef HAVE_SYS_SOCKIO_H
490
491 /* Define to 1 if you have the <sys/stat.h> header file. */
492 #undef HAVE_SYS_STAT_H
493
494 /* Define to 1 if you have the <sys/tape.h> header file. */
495 #undef HAVE_SYS_TAPE_H
496
497 /* Define to 1 if you have the <sys/time.h> header file. */
498 #undef HAVE_SYS_TIME_H
499
500 /* Define to 1 if you have the <sys/types.h> header file. */
501 #undef HAVE_SYS_TYPES_H
502
503 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
504 #undef HAVE_SYS_WAIT_H
505
506 /* Define to 1 if you have the `tcgetattr' function. */
507 #undef HAVE_TCGETATTR
508
509 /* Define to 1 if you have the <termcap.h> header file. */
510 #undef HAVE_TERMCAP_H
511
512 /* Define to 1 if you have the <termios.h> header file. */
513 #undef HAVE_TERMIOS_H
514
515 /* Define to 1 if you have the <term.h> header file. */
516 #undef HAVE_TERM_H
517
518 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
519    `HAVE_STRUCT_TM_TM_ZONE' instead. */
520 #undef HAVE_TM_ZONE
521
522 /* Define to 1 if you don't have `tm_zone' but do have the external array
523    `tzname'. */
524 #undef HAVE_TZNAME
525
526 /* Define to 1 if you have the <unistd.h> header file. */
527 #undef HAVE_UNISTD_H
528
529 /* Define to 1 if you have the <varargs.h> header file. */
530 #undef HAVE_VARARGS_H
531
532 /* Define to 1 if you have the `vfprintf' function. */
533 #undef HAVE_VFPRINTF
534
535 /* Define to 1 if you have the `vprintf' function. */
536 #undef HAVE_VPRINTF
537
538 /* Define to 1 if you have the `vsnprintf' function. */
539 #undef HAVE_VSNPRINTF
540
541 /* Define to 1 if you have the <zlib.h> header file. */
542 #undef HAVE_ZLIB_H
543
544 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
545    */
546 #undef MAJOR_IN_MKDEV
547
548 /* Define to 1 if `major', `minor', and `makedev' are declared in
549    <sysmacros.h>. */
550 #undef MAJOR_IN_SYSMACROS
551
552 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
553 #undef NO_MINUS_C_MINUS_O
554
555 /* Define to the address where bug reports for this package should be sent. */
556 #undef PACKAGE_BUGREPORT
557
558 /* Define to the full name of this package. */
559 #undef PACKAGE_NAME
560
561 /* Define to the full name and version of this package. */
562 #undef PACKAGE_STRING
563
564 /* Define to the one symbol short name of this package. */
565 #undef PACKAGE_TARNAME
566
567 /* Define to the version of this package. */
568 #undef PACKAGE_VERSION
569
570 /* Define as the return type of signal handlers (`int' or `void'). */
571 #undef RETSIGTYPE
572
573 /* Define to 1 if the `setpgrp' function takes no argument. */
574 #undef SETPGRP_VOID
575
576 /* The size of a `char', as computed by sizeof. */
577 #undef SIZEOF_CHAR
578
579 /* The size of a `int', as computed by sizeof. */
580 #undef SIZEOF_INT
581
582 /* The size of a `int *', as computed by sizeof. */
583 #undef SIZEOF_INT_P
584
585 /* The size of a `long int', as computed by sizeof. */
586 #undef SIZEOF_LONG_INT
587
588 /* The size of a `long long int', as computed by sizeof. */
589 #undef SIZEOF_LONG_LONG_INT
590
591 /* The size of a `short int', as computed by sizeof. */
592 #undef SIZEOF_SHORT_INT
593
594 /* If using the C implementation of alloca, define if you know the
595    direction of stack growth for your system; otherwise it will be
596    automatically deduced at run-time.
597         STACK_DIRECTION > 0 => grows toward higher addresses
598         STACK_DIRECTION < 0 => grows toward lower addresses
599         STACK_DIRECTION = 0 => direction of growth unknown */
600 #undef STACK_DIRECTION
601
602 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
603 #undef STAT_MACROS_BROKEN
604
605 /* Define to 1 if you have the ANSI C header files. */
606 #undef STDC_HEADERS
607
608 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
609 #undef TIME_WITH_SYS_TIME
610
611 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
612 #undef TM_IN_SYS_TIME
613
614 /* Define to 1 if the X Window System is missing or not being used. */
615 #undef X_DISPLAY_MISSING
616
617 /* Number of bits in a file offset, on hosts where this is settable. */
618 #undef _FILE_OFFSET_BITS
619
620 /* Define to make fseeko etc. visible, on some hosts. */
621 #undef _LARGEFILE_SOURCE
622
623 /* Define for large files, on AIX-style hosts. */
624 #undef _LARGE_FILES
625
626 /* Define to empty if `const' does not conform to ANSI C. */
627 #undef const
628
629 /* Define to `long' if <sys/types.h> does not define. */
630 #undef daddr_t
631
632 /* Define to `unsigned long' if <sys/types.h> does not define. */
633 #undef dev_t
634
635 /* Define to `int' if <sys/types.h> doesn't define. */
636 #undef gid_t
637
638 /* Define to `unsigned long' if <sys/types.h> does not define. */
639 #undef ino_t
640
641 /* Define to `int' if <sys/types.h> does not define. */
642 #undef major_t
643
644 /* Define to `int' if <sys/types.h> does not define. */
645 #undef minor_t
646
647 /* Define to `int' if <sys/types.h> does not define. */
648 #undef mode_t
649
650 /* Define to `long' if <sys/types.h> does not define. */
651 #undef off_t
652
653 /* Define to `int' if <sys/types.h> does not define. */
654 #undef pid_t
655
656 /* Define to `unsigned' if <sys/types.h> does not define. */
657 #undef size_t
658
659 /* Define to `int' if <sys/types.h> does not define. */
660 #undef ssize_t
661
662 /* Define to `int' if <sys/types.h> doesn't define. */
663 #undef uid_t
664
665 /* Define to system config director */
666 #undef SYSCONFDIR