X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Fconfig.h.in;h=1e3b2fd4807d9327a321458731b6d2fae41408a4;hb=f9195435d8e02556c55b4e5ac3f42c7c0bd2bd0f;hp=52663e863ed77d22e4c6108b848f0b0a43b66889;hpb=801a71b1d75e5788329c42c3fc19ba7df6894b7d;p=bacula%2Fbacula diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index 52663e863e..1e3b2fd480 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -2,6 +2,9 @@ /* ------------------------------------------------------------------------- */ /* -- CONFIGURE SPECIFIED FEATURES -- */ /* ------------------------------------------------------------------------- */ + +/* Define if you want to use Berkeley DB as accurate backend */ +#undef USE_DB /* Define if you want to use MySQL as Catalog database */ #undef USE_MYSQL_DB @@ -96,9 +99,6 @@ very expensive. */ #undef CACHE_IDS -/* Define if you have the header file */ -#undef HAVE_SYS_STATVFS_H - /* Define to use SVR4 statvfs to get filesystem type. */ #undef FSTYPE_STATVFS @@ -226,6 +226,25 @@ /* Needed on HP-UX/g++ systems to support long long ints (int64) */ #undef _INCLUDE_LONGLONG +/* Define to system config directory */ +#undef SYSCONFDIR + +/* Define if OPENSSL is available */ +#undef HAVE_OPENSSL + +/* Define if comm encryption should be enabled */ +#undef HAVE_TLS + +/* Define if data encryption should be enabled */ +#undef HAVE_CRYPTO + +/* Define the LOCALEDIR if a translation */ +#undef LOCALEDIR + +/* Define if language support is enabled */ +#undef ENABLE_NLS + + /* Define to 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID @@ -260,6 +279,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ASSERT_H +/* Set if Bacula bat Qt4 GUI support enabled */ +#undef HAVE_BAT + +/* Set if DB batch insert code enabled */ +#undef HAVE_BATCH_FILE_INSERT + /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT @@ -274,9 +299,15 @@ /* Set if Bacula conio support enabled */ #undef HAVE_CONIO +/* Define if encryption support should be enabled */ +#undef HAVE_CRYPTO + /* Define to 1 if you have the header file. */ #undef HAVE_CURSES_H +/* Set if you have the DBI driver */ +#undef HAVE_DBI + /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT @@ -293,6 +324,10 @@ don't. */ #undef HAVE_DECL_GETC_UNLOCKED +/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. + */ +#undef HAVE_DECL_TZNAME + /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you don't. */ #undef HAVE_DECL__SNPRINTF @@ -314,6 +349,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H +/* Define to 1 if you have the `fdatasync' function. */ +#undef HAVE_FDATASYNC + /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK @@ -368,6 +406,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_GRP_H +/* Set if you have GTK 4.2 or greater loaded */ +#undef HAVE_GTK_2_4 + /* Define if you have the iconv() function. */ #undef HAVE_ICONV @@ -420,6 +461,9 @@ /* Define to 1 if you have the `util' library (-lutil). */ #undef HAVE_LIBUTIL +/* Set to enable libwraper support */ +#undef HAVE_LIBWRAP + /* Define to 1 if you have the `xnet' library (-lxnet). */ #undef HAVE_LIBXNET @@ -474,6 +518,12 @@ /* Define if OpenSSL library is available */ #undef HAVE_OPENSSL +/* Define if the OpenSSL library is export-contrained to 128bit ciphers */ +#undef HAVE_OPENSSL_EXPORT_LIBRARY + +/* Define to 1 if you have the `posix_fadvise' function. */ +#undef HAVE_POSIX_FADVISE + /* Define if your printf() function supports format strings with positions. */ #undef HAVE_POSIX_PRINTF @@ -483,9 +533,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_PWD_H +/* Set if bat QWT library found */ +#undef HAVE_QWT + /* Define to 1 if you have the `readdir_r' function. */ #undef HAVE_READDIR_R +/* Set to enable readline support */ +#undef HAVE_READLINE + /* Define to 1 if you have the header file. */ #undef HAVE_REGEX_H @@ -513,6 +569,9 @@ /* Define to 1 if you have the `setsid' function. */ #undef HAVE_SETSID +/* Define if the SHA-2 family of digest algorithms is available */ +#undef HAVE_SHA2 + /* Define to 1 if you have the `signal' function. */ #undef HAVE_SIGNAL @@ -627,6 +686,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKIO_H +/* Defines if your system have the sys/statvfs.h header file */ +#undef HAVE_SYS_STATVFS_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -664,6 +726,9 @@ /* Define to 1 if you have the `tsearch' function. */ #undef HAVE_TSEARCH +/* Defind to 1 if compiler has typeof */ +#undef HAVE_TYPEOF + /* Define to 1 if you don't have `tm_zone' but do have the external array `tzname'. */ #undef HAVE_TZNAME @@ -677,9 +742,15 @@ /* Define if you have the 'unsigned long long' type. */ #undef HAVE_UNSIGNED_LONG_LONG +/* Set if utime.h exists */ +#undef HAVE_UTIME_H + /* Define to 1 if you have the header file. */ #undef HAVE_VARARGS_H +/* Set if va_copy exists */ +#undef HAVE_VA_COPY + /* Define to 1 if you have the `vfprintf' function. */ #undef HAVE_VFPRINTF @@ -754,34 +825,37 @@ /* Define to 1 if the `setpgrp' function takes no argument. */ #undef SETPGRP_VOID -/* The size of a `char', as computed by sizeof. */ +/* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT -/* The size of a `int *', as computed by sizeof. */ +/* The size of `int *', as computed by sizeof. */ #undef SIZEOF_INT_P -/* The size of a `long int', as computed by sizeof. */ +/* The size of `long int', as computed by sizeof. */ #undef SIZEOF_LONG_INT -/* The size of a `long long int', as computed by sizeof. */ +/* The size of `long long int', as computed by sizeof. */ #undef SIZEOF_LONG_LONG_INT -/* The size of a `short int', as computed by sizeof. */ +/* The size of `short int', as computed by sizeof. */ #undef SIZEOF_SHORT_INT /* Define as the maximum value of type 'size_t', if the system doesn't define it. */ #undef SIZE_MAX +/* Set if you want Smartalloc enabled */ +#undef SMARTALLOC + /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ + automatically deduced at runtime. + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define to 1 if the `S_IS*' macros in do not work properly. */ @@ -838,7 +912,7 @@ /* Define to `int' if does not define. */ #undef mode_t -/* Define to `long' if does not define. */ +/* Define to `long int' if does not define. */ #undef off_t /* Define to `int' if does not define. */ @@ -851,7 +925,7 @@ /* Define to empty if the C compiler doesn't support this keyword. */ #undef signed -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t /* Define to `int' if does not define. */