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