]> 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 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 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
239    */
240 #undef HAVE_DIRENT_H
241
242 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
243 #undef HAVE_DOPRNT
244
245 /* Define to 1 if you have the `fchdir' function. */
246 #undef HAVE_FCHDIR
247
248 /* Define to 1 if you have the <fcntl.h> header file. */
249 #undef HAVE_FCNTL_H
250
251 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
252 #undef HAVE_FNMATCH
253
254 /* Define to 1 if you have the `fork' function. */
255 #undef HAVE_FORK
256
257 /* Define to 1 if you have the `getcwd' function. */
258 #undef HAVE_GETCWD
259
260 /* Define to 1 if you have the `getdomainname' function. */
261 #undef HAVE_GETDOMAINNAME
262
263 /* Define to 1 if you have the `gethostbyname_r' function. */
264 #undef HAVE_GETHOSTBYNAME_R
265
266 /* Define to 1 if you have the `gethostid' function. */
267 #undef HAVE_GETHOSTID
268
269 /* Define to 1 if you have the `gethostname' function. */
270 #undef HAVE_GETHOSTNAME
271
272 /* Define to 1 if you have the `getmntent' function. */
273 #undef HAVE_GETMNTENT
274
275 /* Define to 1 if you have the `getpid' function. */
276 #undef HAVE_GETPID
277
278 /* Define to 1 if you have the `gettimeofday' function. */
279 #undef HAVE_GETTIMEOFDAY
280
281 /* Define to 1 if you have the <grp.h> header file. */
282 #undef HAVE_GRP_H
283
284 /* Define to 1 if you have the `inet_pton' function. */
285 #undef HAVE_INET_PTON
286
287 /* Define to 1 if you have the <inttypes.h> header file. */
288 #undef HAVE_INTTYPES_H
289
290 /* Define to 1 if you have the `lchown' function. */
291 #undef HAVE_LCHOWN
292
293 /* Define to 1 if you have the <libc.h> header file. */
294 #undef HAVE_LIBC_H
295
296 /* Define to 1 if you have the `inet' library (-linet). */
297 #undef HAVE_LIBINET
298
299 /* Define to 1 if you have the `nsl' library (-lnsl). */
300 #undef HAVE_LIBNSL
301
302 /* Define to 1 if you have the `resolv' library (-lresolv). */
303 #undef HAVE_LIBRESOLV
304
305 /* Define to 1 if you have the `socket' library (-lsocket). */
306 #undef HAVE_LIBSOCKET
307
308 /* Define to 1 if you have the `sun' library (-lsun). */
309 #undef HAVE_LIBSUN
310
311 /* Define to 1 if you have the `xnet' library (-lxnet). */
312 #undef HAVE_LIBXNET
313
314 /* Define to 1 if you have the <limits.h> header file. */
315 #undef HAVE_LIMITS_H
316
317 /* Define to 1 if you have the `localtime_r' function. */
318 #undef HAVE_LOCALTIME_R
319
320 /* Define to 1 if you have the `lstat' function. */
321 #undef HAVE_LSTAT
322
323 /* Define to 1 if you have the <memory.h> header file. */
324 #undef HAVE_MEMORY_H
325
326 /* Define to 1 if you have the <mtio.h> header file. */
327 #undef HAVE_MTIO_H
328
329 /* Define to 1 if you have the `nanosleep' function. */
330 #undef HAVE_NANOSLEEP
331
332 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
333 #undef HAVE_NDIR_H
334
335 /* Define to 1 if you have the `putenv' function. */
336 #undef HAVE_PUTENV
337
338 /* Define to 1 if you have the <pwd.h> header file. */
339 #undef HAVE_PWD_H
340
341 /* Define to 1 if you have the `readdir_r' function. */
342 #undef HAVE_READDIR_R
343
344 /* Define to 1 if you have the <resolv.h> header file. */
345 #undef HAVE_RESOLV_H
346
347 /* Define to 1 if you have the `select' function. */
348 #undef HAVE_SELECT
349
350 /* Define to 1 if you have the `setenv' function. */
351 #undef HAVE_SETENV
352
353 /* Define to 1 if you have the `setlocale' function. */
354 #undef HAVE_SETLOCALE
355
356 /* Define to 1 if you have the `setpgid' function. */
357 #undef HAVE_SETPGID
358
359 /* Define to 1 if you have the `setpgrp' function. */
360 #undef HAVE_SETPGRP
361
362 /* Define to 1 if you have the `setsid' function. */
363 #undef HAVE_SETSID
364
365 /* Define to 1 if you have the `signal' function. */
366 #undef HAVE_SIGNAL
367
368 /* Define to 1 if you have the `snprintf' function. */
369 #undef HAVE_SNPRINTF
370
371 /* Define to 1 if you have the <stdarg.h> header file. */
372 #undef HAVE_STDARG_H
373
374 /* Define to 1 if you have the <stdint.h> header file. */
375 #undef HAVE_STDINT_H
376
377 /* Define to 1 if you have the <stdlib.h> header file. */
378 #undef HAVE_STDLIB_H
379
380 /* Define to 1 if you have the `strcasecmp' function. */
381 #undef HAVE_STRCASECMP
382
383 /* Define to 1 if you have the `strerror' function. */
384 #undef HAVE_STRERROR
385
386 /* Define to 1 if you have the `strerror_r' function. */
387 #undef HAVE_STRERROR_R
388
389 /* Define to 1 if you have the `strftime' function. */
390 #undef HAVE_STRFTIME
391
392 /* Define to 1 if you have the <strings.h> header file. */
393 #undef HAVE_STRINGS_H
394
395 /* Define to 1 if you have the <string.h> header file. */
396 #undef HAVE_STRING_H
397
398 /* Define to 1 if you have the `strncmp' function. */
399 #undef HAVE_STRNCMP
400
401 /* Define to 1 if you have the `strncpy' function. */
402 #undef HAVE_STRNCPY
403
404 /* Define to 1 if you have the `strtoll' function. */
405 #undef HAVE_STRTOLL
406
407 /* Define to 1 if `st_blksize' is member of `struct stat'. */
408 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
409
410 /* Define to 1 if `st_blocks' is member of `struct stat'. */
411 #undef HAVE_STRUCT_STAT_ST_BLOCKS
412
413 /* Define to 1 if `st_rdev' is member of `struct stat'. */
414 #undef HAVE_STRUCT_STAT_ST_RDEV
415
416 /* Define to 1 if `tm_zone' is member of `struct tm'. */
417 #undef HAVE_STRUCT_TM_TM_ZONE
418
419 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
420    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
421 #undef HAVE_ST_BLKSIZE
422
423 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
424    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
425 #undef HAVE_ST_BLOCKS
426
427 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
428    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
429 #undef HAVE_ST_RDEV
430
431 /* Define to 1 if you have the <sys/byteorder.h> header file. */
432 #undef HAVE_SYS_BYTEORDER_H
433
434 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
435    */
436 #undef HAVE_SYS_DIR_H
437
438 /* Define to 1 if you have the <sys/ioctl.h> header file. */
439 #undef HAVE_SYS_IOCTL_H
440
441 /* Define to 1 if you have the <sys/mtio.h> header file. */
442 #undef HAVE_SYS_MTIO_H
443
444 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
445    */
446 #undef HAVE_SYS_NDIR_H
447
448 /* Define to 1 if you have the <sys/select.h> header file. */
449 #undef HAVE_SYS_SELECT_H
450
451 /* Define to 1 if you have the <sys/socket.h> header file. */
452 #undef HAVE_SYS_SOCKET_H
453
454 /* Define to 1 if you have the <sys/sockio.h> header file. */
455 #undef HAVE_SYS_SOCKIO_H
456
457 /* Define to 1 if you have the <sys/stat.h> header file. */
458 #undef HAVE_SYS_STAT_H
459
460 /* Define to 1 if you have the <sys/time.h> header file. */
461 #undef HAVE_SYS_TIME_H
462
463 /* Define to 1 if you have the <sys/types.h> header file. */
464 #undef HAVE_SYS_TYPES_H
465
466 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
467 #undef HAVE_SYS_WAIT_H
468
469 /* Define to 1 if you have the `tcgetattr' function. */
470 #undef HAVE_TCGETATTR
471
472 /* Define to 1 if you have the <termios.h> header file. */
473 #undef HAVE_TERMIOS_H
474
475 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
476    `HAVE_STRUCT_TM_TM_ZONE' instead. */
477 #undef HAVE_TM_ZONE
478
479 /* Define to 1 if you don't have `tm_zone' but do have the external array
480    `tzname'. */
481 #undef HAVE_TZNAME
482
483 /* Define to 1 if you have the <unistd.h> header file. */
484 #undef HAVE_UNISTD_H
485
486 /* Define to 1 if you have the <varargs.h> header file. */
487 #undef HAVE_VARARGS_H
488
489 /* Define to 1 if you have the `vfprintf' function. */
490 #undef HAVE_VFPRINTF
491
492 /* Define to 1 if you have the `vprintf' function. */
493 #undef HAVE_VPRINTF
494
495 /* Define to 1 if you have the `vsnprintf' function. */
496 #undef HAVE_VSNPRINTF
497
498 /* Define to 1 if you have the <zlib.h> header file. */
499 #undef HAVE_ZLIB_H
500
501 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
502    */
503 #undef MAJOR_IN_MKDEV
504
505 /* Define to 1 if `major', `minor', and `makedev' are declared in
506    <sysmacros.h>. */
507 #undef MAJOR_IN_SYSMACROS
508
509 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
510 #undef NO_MINUS_C_MINUS_O
511
512 /* Define to the address where bug reports for this package should be sent. */
513 #undef PACKAGE_BUGREPORT
514
515 /* Define to the full name of this package. */
516 #undef PACKAGE_NAME
517
518 /* Define to the full name and version of this package. */
519 #undef PACKAGE_STRING
520
521 /* Define to the one symbol short name of this package. */
522 #undef PACKAGE_TARNAME
523
524 /* Define to the version of this package. */
525 #undef PACKAGE_VERSION
526
527 /* Define as the return type of signal handlers (`int' or `void'). */
528 #undef RETSIGTYPE
529
530 /* Define to 1 if the `setpgrp' function takes no argument. */
531 #undef SETPGRP_VOID
532
533 /* The size of a `char', as computed by sizeof. */
534 #undef SIZEOF_CHAR
535
536 /* The size of a `int', as computed by sizeof. */
537 #undef SIZEOF_INT
538
539 /* The size of a `int *', as computed by sizeof. */
540 #undef SIZEOF_INT_P
541
542 /* The size of a `long int', as computed by sizeof. */
543 #undef SIZEOF_LONG_INT
544
545 /* The size of a `long long int', as computed by sizeof. */
546 #undef SIZEOF_LONG_LONG_INT
547
548 /* The size of a `short int', as computed by sizeof. */
549 #undef SIZEOF_SHORT_INT
550
551 /* If using the C implementation of alloca, define if you know the
552    direction of stack growth for your system; otherwise it will be
553    automatically deduced at run-time.
554         STACK_DIRECTION > 0 => grows toward higher addresses
555         STACK_DIRECTION < 0 => grows toward lower addresses
556         STACK_DIRECTION = 0 => direction of growth unknown */
557 #undef STACK_DIRECTION
558
559 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
560 #undef STAT_MACROS_BROKEN
561
562 /* Define to 1 if you have the ANSI C header files. */
563 #undef STDC_HEADERS
564
565 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
566 #undef TIME_WITH_SYS_TIME
567
568 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
569 #undef TM_IN_SYS_TIME
570
571 /* Define to 1 if the X Window System is missing or not being used. */
572 #undef X_DISPLAY_MISSING
573
574 /* Number of bits in a file offset, on hosts where this is settable. */
575 #undef _FILE_OFFSET_BITS
576
577 /* Define to make fseeko etc. visible, on some hosts. */
578 #undef _LARGEFILE_SOURCE
579
580 /* Define for large files, on AIX-style hosts. */
581 #undef _LARGE_FILES
582
583 /* Define to empty if `const' does not conform to ANSI C. */
584 #undef const
585
586 /* Define to `long' if <sys/types.h> does not define. */
587 #undef daddr_t
588
589 /* Define to `unsigned long' if <sys/types.h> does not define. */
590 #undef dev_t
591
592 /* Define to `int' if <sys/types.h> doesn't define. */
593 #undef gid_t
594
595 /* Define to `unsigned long' if <sys/types.h> does not define. */
596 #undef ino_t
597
598 /* Define to `int' if <sys/types.h> does not define. */
599 #undef major_t
600
601 /* Define to `int' if <sys/types.h> does not define. */
602 #undef minor_t
603
604 /* Define to `int' if <sys/types.h> does not define. */
605 #undef mode_t
606
607 /* Define to `long' if <sys/types.h> does not define. */
608 #undef off_t
609
610 /* Define to `int' if <sys/types.h> does not define. */
611 #undef pid_t
612
613 /* Define to `unsigned' if <sys/types.h> does not define. */
614 #undef size_t
615
616 /* Define to `int' if <sys/types.h> does not define. */
617 #undef ssize_t
618
619 /* Define to `int' if <sys/types.h> doesn't define. */
620 #undef uid_t