X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Fconfig.h.in;h=62b130a2bc39567e90edf5c9bfdb7740e6476958;hb=7e2e99db47a9eb02fa1500e16f9d860f20722723;hp=f773e60802f1668bc99978e3a5d2406458d81020;hpb=4d08de3298ab78291fbd6dc78c2fa88a715fe3b8;p=bacula%2Fbacula diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index f773e60802..62b130a2bc 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -1,4 +1,4 @@ -/* autoconf/config.h.in. Generated from autoconf/configure.in by autoheader. */ +/* autoconf/config.h.in. Generated from configure.in by autoheader. */ /* ------------------------------------------------------------------------- */ /* -- CONFIGURE SPECIFIED FEATURES -- */ /* ------------------------------------------------------------------------- */ @@ -155,6 +155,9 @@ /* Define if you have libacl */ #undef HAVE_ACL +/* Define if you have AFS acls */ +#undef HAVE_AFS_ACL + /* General libs */ #undef LIBS @@ -240,6 +243,9 @@ #undef ENABLE_NLS +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + /* Define to 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID @@ -258,6 +264,15 @@ /* Normal acl support */ #undef HAVE_ACL +/* Defines if your system has AFS support */ +#undef HAVE_AFS + +/* Andrew FileSystem ACL support */ +#undef HAVE_AFS_ACL + +/* Define to 1 if you have the header file. */ +#undef HAVE_AFS_STDS_H + /* Define to 1 if you have `alloca', as a function or macro. */ #undef HAVE_ALLOCA @@ -286,6 +301,9 @@ /* Set if DB batch insert code enabled */ #undef HAVE_BATCH_FILE_INSERT +/* Big Endian */ +#undef HAVE_BIG_ENDIAN + /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT @@ -428,6 +446,9 @@ /* Define to 1 if you have the `getmntent' function. */ #undef HAVE_GETMNTENT +/* Define to 1 if you have the `getmntinfo' function. */ +#undef HAVE_GETMNTINFO + /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE @@ -461,6 +482,9 @@ /* Define to 1 if you have the `inet_pton' function. */ #undef HAVE_INET_PTON +/* Set if have Ingres Database */ +#undef HAVE_INGRES + /* Define if you have the 'intmax_t' type in or . */ #undef HAVE_INTMAX_T @@ -531,6 +555,9 @@ /* Define to 1 if you have the 'listxattr' function. */ #undef HAVE_LISTXATTR +/* Little Endian */ +#undef HAVE_LITTLE_ENDIAN + /* Define to 1 if you have the 'llistxattr' function. */ #undef HAVE_LLISTXATTR @@ -570,6 +597,9 @@ /* Define to 1 if you have the `munmap' function. */ #undef HAVE_MUNMAP +/* Set if you have an MySQL Database */ +#undef HAVE_MYSQL + /* Define to 1 if you have the `nanosleep' function. */ #undef HAVE_NANOSLEEP @@ -594,12 +624,21 @@ /* Define if the OpenSSL library is export-contrained to 128bit ciphers */ #undef HAVE_OPENSSL_EXPORT_LIBRARY +/* Set if have OpenSSL version 1.x */ +#undef HAVE_OPENSSLv1 + /* 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 +/* Set if have PQisthreadsafe */ +#undef HAVE_PQISTHREADSAFE + +/* Set if have PQputCopyData */ +#undef HAVE_PQ_COPY + /* Define to 1 if you have the `prctl' function. */ #undef HAVE_PRCTL @@ -609,9 +648,6 @@ /* 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 @@ -660,6 +696,9 @@ /* Set if socklen_t exists */ #undef HAVE_SOCKLEN_T +/* Set if have sqlite3_threadsafe */ +#undef HAVE_SQLITE3_THREADSAFE + /* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H @@ -712,16 +751,16 @@ /* Define to 1 if you have the `strtoul' function. */ #undef HAVE_STRTOUL -/* Define to 1 if `st_blksize' is member of `struct stat'. */ +/* Define to 1 if `st_blksize' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLKSIZE -/* Define to 1 if `st_blocks' is member of `struct stat'. */ +/* Define to 1 if `st_blocks' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLOCKS -/* Define to 1 if `st_rdev' is member of `struct stat'. */ +/* Define to 1 if `st_rdev' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_RDEV -/* Define to 1 if `tm_zone' is member of `struct tm'. */ +/* Define to 1 if `tm_zone' is a member of `struct tm'. */ #undef HAVE_STRUCT_TM_TM_ZONE /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use @@ -881,9 +920,6 @@ /* Extended Attributes support */ #undef HAVE_XATTR -/* Support PQisthreadsafe() (require libpq >= 8.2) */ -#undef HAVE_PQISTHREADSAFE - /* Define to 1 if you have the header file. */ #undef HAVE_ZLIB_H @@ -932,6 +968,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -989,6 +1028,18 @@ /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif + /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING