]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/config.h.in
Update doc
[bacula/bacula] / bacula / autoconf / config.h.in
1 /* autoconf/config.h.in.  Generated automatically 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 /* Set if socklen_t is not defined  in sys/types.h */
25 #undef socklen_t
26
27 /* Define if you want to use MySQL */
28 #undef HAVE_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 using alloca.c.  */
76 #undef C_ALLOCA
77
78 /* Define if the closedir function returns void instead of int.  */
79 #undef CLOSEDIR_VOID
80
81 /* Define to empty if the keyword does not work.  */
82 #undef const
83
84 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
85    This function is required for alloca.c support on those systems.  */
86 #undef CRAY_STACKSEG_END
87
88 /* Define to `int' if <sys/types.h> doesn't define.  */
89 #undef gid_t
90
91 /* Define if you have alloca, as a function or macro.  */
92 #undef HAVE_ALLOCA
93
94 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
95 #undef HAVE_ALLOCA_H
96
97 /* Define if you don't have vprintf but do have _doprnt.  */
98 #undef HAVE_DOPRNT
99
100 /* Define if your system has a working fnmatch function.  */
101 #undef HAVE_FNMATCH
102
103 /* Define if you have the getmntent function.  */
104 #undef HAVE_GETMNTENT
105
106 /* Define if your struct stat has st_blksize.  */
107 #undef HAVE_ST_BLKSIZE
108
109 /* Define if your struct stat has st_blocks.  */
110 #undef HAVE_ST_BLOCKS
111
112 /* Define if you have the strcoll function and it is properly defined.  */
113 #undef HAVE_STRCOLL
114
115 /* Define if your struct stat has st_rdev.  */
116 #undef HAVE_ST_RDEV
117
118 /* Define if you have the strftime function.  */
119 #undef HAVE_STRFTIME
120
121 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
122 #undef HAVE_SYS_WAIT_H
123
124 /* Define if your struct tm has tm_zone.  */
125 #undef HAVE_TM_ZONE
126
127 /* Define if you don't have tm_zone but do have the external array
128    tzname.  */
129 #undef HAVE_TZNAME
130
131 /* Define if you have the vprintf function.  */
132 #undef HAVE_VPRINTF
133
134 /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
135 #undef MAJOR_IN_MKDEV
136
137 /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
138 #undef MAJOR_IN_SYSMACROS
139
140 /* Define to `int' if <sys/types.h> doesn't define.  */
141 #undef mode_t
142
143 /* Define if your C compiler doesn't accept -c and -o together.  */
144 #undef NO_MINUS_C_MINUS_O
145
146 /* Define to `long' if <sys/types.h> doesn't define.  */
147 #undef off_t
148
149 /* Define to `int' if <sys/types.h> doesn't define.  */
150 #undef pid_t
151
152 /* Define as the return type of signal handlers (int or void).  */
153 #undef RETSIGTYPE
154
155 /* Define if the `setpgrp' function takes no argument.  */
156 #undef SETPGRP_VOID
157
158 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
159 #undef size_t
160
161 /* If using the C implementation of alloca, define if you know the
162    direction of stack growth for your system; otherwise it will be
163    automatically deduced at run-time.
164  STACK_DIRECTION > 0 => grows toward higher addresses
165  STACK_DIRECTION < 0 => grows toward lower addresses
166  STACK_DIRECTION = 0 => direction of growth unknown
167  */
168 #undef STACK_DIRECTION
169
170 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
171 #undef STAT_MACROS_BROKEN
172
173 /* Define if you have the ANSI C header files.  */
174 #undef STDC_HEADERS
175
176 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
177 #undef TIME_WITH_SYS_TIME
178
179 /* Define if your <sys/time.h> declares struct tm.  */
180 #undef TM_IN_SYS_TIME
181
182 /* Define to `int' if <sys/types.h> doesn't define.  */
183 #undef uid_t
184
185 /* Define if the X Window System is missing or not being used.  */
186 #undef X_DISPLAY_MISSING
187
188 /* Define if you need function prototypes */
189 #undef PROTOTYPES
190
191 /* Define if you have GCC */
192 #undef HAVE_GCC
193
194 /* Define to use SVR4 statvfs to get filesystem type.  */
195 #undef FSTYPE_STATVFS
196
197 /* Define to use SVR3.2 statfs to get filesystem type.  */
198 #undef FSTYPE_USG_STATFS
199
200 /* Define to use AIX3 statfs to get filesystem type.  */
201 #undef FSTYPE_AIX_STATFS
202
203 /* Define to use 4.3BSD getmntent to get filesystem type.  */
204 #undef FSTYPE_MNTENT
205
206 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type.  */
207 #undef FSTYPE_STATFS
208
209 /* Define to use Ultrix getmnt to get filesystem type.  */
210 #undef FSTYPE_GETMNT
211
212 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
213 #undef dev_t
214
215 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
216 #undef ino_t
217
218 /* Define to 1 if utime.h exists and declares struct utimbuf.  */
219 #undef HAVE_UTIME_H
220
221 /* Data types */
222 #undef HAVE_U_INT
223 #undef HAVE_INTXX_T
224 #undef HAVE_U_INTXX_T
225 #undef HAVE_UINTXX_T
226 #undef HAVE_INT64_T
227 #undef HAVE_U_INT64_T
228 #undef HAVE_INTMAX_T
229 #undef HAVE_U_INTMAX_T
230
231  
232 /* Define if you want TCP Wrappers support */
233 #undef HAVE_LIBWRAP
234
235 /* Define if you have sys/bitypes.h */
236 #undef HAVE_SYS_BITYPES_H
237
238  
239 /* Directory for PID files */
240 #undef _PATH_BACULA_PIDDIR
241
242 /* Define if you have zlib */
243 #undef HAVE_LIBZ
244
245 /* File daemon specif libraries */
246 #undef FDLIBS
247
248 /* What kind of signals we have */
249 #undef HAVE_POSIX_SIGNALS
250 #undef HAVE_BSD_SIGNALS
251 #undef HAVE_USG_SIGHOLD
252
253 /* Operating systems */
254 /* OSes */
255 #undef HAVE_LINUX_OS
256 #undef HAVE_FREEBSD_OS
257 #undef HAVE_NETBSD_OS
258 #undef HAVE_OPENBSD_OS
259 #undef HAVE_BSDI_OS
260 #undef HAVE_HPUX_OS
261 #undef HAVE_SUN_OS
262 #undef HAVE_IRIX_OS
263 #undef HAVE_AIX_OS
264 #undef HAVE_SGI_OS
265 #undef HAVE_CYGWIN
266 #undef HAVE_OSF1_OS
267 #undef HAVE_DARWIN_OS
268
269 /* Set to correct scanf value for long long int */
270 #undef lld
271 #undef llu
272
273 #undef HAVE_READLINE 
274
275 #undef HAVE_FCHDIR
276
277 #undef HAVE_GETOPT_LONG
278
279 #undef HAVE_INET_PTON
280
281 #undef HAVE_SOCKLEN_T
282
283  
284 #undef HAVE_BIGENDIAN
285
286 /* The number of bytes in a char.  */
287 #undef SIZEOF_CHAR
288
289 /* The number of bytes in a int.  */
290 #undef SIZEOF_INT
291
292 /* The number of bytes in a int *.  */
293 #undef SIZEOF_INT_P
294
295 /* The number of bytes in a long int.  */
296 #undef SIZEOF_LONG_INT
297
298 /* The number of bytes in a long long int.  */
299 #undef SIZEOF_LONG_LONG_INT
300
301 /* The number of bytes in a short int.  */
302 #undef SIZEOF_SHORT_INT
303
304 /* Define if you have the fchdir function.  */
305 #undef HAVE_FCHDIR
306
307 /* Define if you have the fork function.  */
308 #undef HAVE_FORK
309
310 /* Define if you have the getcwd function.  */
311 #undef HAVE_GETCWD
312
313 /* Define if you have the getdomainname function.  */
314 #undef HAVE_GETDOMAINNAME
315
316 /* Define if you have the gethostbyname_r function.  */
317 #undef HAVE_GETHOSTBYNAME_R
318
319 /* Define if you have the gethostid function.  */
320 #undef HAVE_GETHOSTID
321
322 /* Define if you have the gethostname function.  */
323 #undef HAVE_GETHOSTNAME
324
325 /* Define if you have the getpid function.  */
326 #undef HAVE_GETPID
327
328 /* Define if you have the gettimeofday function.  */
329 #undef HAVE_GETTIMEOFDAY
330
331 /* Define if you have the inet_pton function.  */
332 #undef HAVE_INET_PTON
333
334 /* Define if you have the lchown function.  */
335 #undef HAVE_LCHOWN
336
337 /* Define if you have the localtime_r function.  */
338 #undef HAVE_LOCALTIME_R
339
340 /* Define if you have the lstat function.  */
341 #undef HAVE_LSTAT
342
343 /* Define if you have the putenv function.  */
344 #undef HAVE_PUTENV
345
346 /* Define if you have the readdir_r function.  */
347 #undef HAVE_READDIR_R
348
349 /* Define if you have the select function.  */
350 #undef HAVE_SELECT
351
352 /* Define if you have the setenv function.  */
353 #undef HAVE_SETENV
354
355 /* Define if you have the setlocale function.  */
356 #undef HAVE_SETLOCALE
357
358 /* Define if you have the setpgid function.  */
359 #undef HAVE_SETPGID
360
361 /* Define if you have the setpgrp function.  */
362 #undef HAVE_SETPGRP
363
364 /* Define if you have the setsid function.  */
365 #undef HAVE_SETSID
366
367 /* Define if you have the signal function.  */
368 #undef HAVE_SIGNAL
369
370 /* Define if you have the snprintf function.  */
371 #undef HAVE_SNPRINTF
372
373 /* Define if you have the strcasecmp function.  */
374 #undef HAVE_STRCASECMP
375
376 /* Define if you have the strerror function.  */
377 #undef HAVE_STRERROR
378
379 /* Define if you have the strerror_r function.  */
380 #undef HAVE_STRERROR_R
381
382 /* Define if you have the strncmp function.  */
383 #undef HAVE_STRNCMP
384
385 /* Define if you have the strncpy function.  */
386 #undef HAVE_STRNCPY
387
388 /* Define if you have the tcgetattr function.  */
389 #undef HAVE_TCGETATTR
390
391 /* Define if you have the vfprintf function.  */
392 #undef HAVE_VFPRINTF
393
394 /* Define if you have the vsnprintf function.  */
395 #undef HAVE_VSNPRINTF
396
397 /* Define if you have the <arpa/nameser.h> header file.  */
398 #undef HAVE_ARPA_NAMESER_H
399
400 /* Define if you have the <assert.h> header file.  */
401 #undef HAVE_ASSERT_H
402
403 /* Define if you have the <dirent.h> header file.  */
404 #undef HAVE_DIRENT_H
405
406 /* Define if you have the <fcntl.h> header file.  */
407 #undef HAVE_FCNTL_H
408
409 /* Define if you have the <grp.h> header file.  */
410 #undef HAVE_GRP_H
411
412 /* Define if you have the <libc.h> header file.  */
413 #undef HAVE_LIBC_H
414
415 /* Define if you have the <limits.h> header file.  */
416 #undef HAVE_LIMITS_H
417
418 /* Define if you have the <mtio.h> header file.  */
419 #undef HAVE_MTIO_H
420
421 /* Define if you have the <ndir.h> header file.  */
422 #undef HAVE_NDIR_H
423
424 /* Define if you have the <pwd.h> header file.  */
425 #undef HAVE_PWD_H
426
427 /* Define if you have the <resolv.h> header file.  */
428 #undef HAVE_RESOLV_H
429
430 /* Define if you have the <stdarg.h> header file.  */
431 #undef HAVE_STDARG_H
432
433 /* Define if you have the <stdint.h> header file.  */
434 #undef HAVE_STDINT_H
435
436 /* Define if you have the <stdlib.h> header file.  */
437 #undef HAVE_STDLIB_H
438
439 /* Define if you have the <string.h> header file.  */
440 #undef HAVE_STRING_H
441
442 /* Define if you have the <sys/byteorder.h> header file.  */
443 #undef HAVE_SYS_BYTEORDER_H
444
445 /* Define if you have the <sys/dir.h> header file.  */
446 #undef HAVE_SYS_DIR_H
447
448 /* Define if you have the <sys/ioctl.h> header file.  */
449 #undef HAVE_SYS_IOCTL_H
450
451 /* Define if you have the <sys/mtio.h> header file.  */
452 #undef HAVE_SYS_MTIO_H
453
454 /* Define if you have the <sys/ndir.h> header file.  */
455 #undef HAVE_SYS_NDIR_H
456
457 /* Define if you have the <sys/pte.h> header file.  */
458 #undef HAVE_SYS_PTE_H
459
460 /* Define if you have the <sys/ptem.h> header file.  */
461 #undef HAVE_SYS_PTEM_H
462
463 /* Define if you have the <sys/select.h> header file.  */
464 #undef HAVE_SYS_SELECT_H
465
466 /* Define if you have the <sys/socket.h> header file.  */
467 #undef HAVE_SYS_SOCKET_H
468
469 /* Define if you have the <sys/sockio.h> header file.  */
470 #undef HAVE_SYS_SOCKIO_H
471
472 /* Define if you have the <sys/stream.h> header file.  */
473 #undef HAVE_SYS_STREAM_H
474
475 /* Define if you have the <sys/time.h> header file.  */
476 #undef HAVE_SYS_TIME_H
477
478 /* Define if you have the <termios.h> header file.  */
479 #undef HAVE_TERMIOS_H
480
481 /* Define if you have the <unistd.h> header file.  */
482 #undef HAVE_UNISTD_H
483
484 /* Define if you have the <varargs.h> header file.  */
485 #undef HAVE_VARARGS_H
486
487 /* Define if you have the <zlib.h> header file.  */
488 #undef HAVE_ZLIB_H
489
490 /* Define if you have the inet library (-linet).  */
491 #undef HAVE_LIBINET
492
493 /* Define if you have the nsl library (-lnsl).  */
494 #undef HAVE_LIBNSL
495
496 /* Define if you have the resolv library (-lresolv).  */
497 #undef HAVE_LIBRESOLV
498
499 /* Define if you have the socket library (-lsocket).  */
500 #undef HAVE_LIBSOCKET
501
502 /* Define if you have the sun library (-lsun).  */
503 #undef HAVE_LIBSUN
504
505 /* Define if you have the xnet library (-lxnet).  */
506 #undef HAVE_LIBXNET
507
508 /* Number of bits in a file offset, on hosts where this is settable. */
509 #undef _FILE_OFFSET_BITS
510
511 /* Define to make fseeko etc. visible, on some hosts. */
512 #undef _LARGEFILE_SOURCE
513
514 /* Define for large files, on AIX-style hosts. */
515 #undef _LARGE_FILES
516