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