X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Facconfig.h;h=ea87110b1f6d1dd772f73c39939a6bc9b53e037b;hb=2b07c38e552e1ad8bf83c208a2c477e80670d1d4;hp=1db4e9353bf579df1437417d185240e5ff5736e2;hpb=5c51386a679a8b2a15f6f4ab343c5eb2cb53c125;p=bacula%2Fbacula diff --git a/bacula/autoconf/acconfig.h b/bacula/autoconf/acconfig.h index 1db4e9353b..ea87110b1f 100644 --- a/bacula/autoconf/acconfig.h +++ b/bacula/autoconf/acconfig.h @@ -20,19 +20,27 @@ /* Define to `int' if doesn't define. */ #undef ssize_t +/* Define if you want to use PostgreSQL */ +#undef HAVE_POSTGRESQL + /* Define if you want to use MySQL */ #undef HAVE_MYSQL +/* Defined if MySQL thread safe library is present */ +#undef HAVE_THREAD_SAFE_MYSQL + +/* Define if you want to use embedded MySQL */ +#undef HAVE_EMBEDDED_MYSQL + /* Define if you want to use SQLite */ #undef HAVE_SQLITE +/* Define if you want to use SQLite3 */ +#undef HAVE_SQLITE3 + /* Define if you want to use Berkeley DB */ #undef HAVE_BERKELEY_DB - -/* Define if you want to use PostgreSQL */ -#undef HAVE_PGSQL - /* Define if you want to use mSQL */ #undef HAVE_MSQL @@ -115,7 +123,7 @@ /* Define to 1 if utime.h exists and declares struct utimbuf. */ #undef HAVE_UTIME_H -#if (HAVE_MYSQL||HAVE_PGSQL||HAVE_MSQL||HAVE_IODBC||HAVE_UNIXODBC||HAVE_SOLID||HAVE_VIRT||HAVE_IBASE||HAVE_ORACLE8||HAVE_ORACLE7||HAVE_EASYSOFT) +#if (HAVE_MYSQL||HAVE_POSTGRESQL||HAVE_MSQL||HAVE_IODBC||HAVE_UNIXODBC||HAVE_SOLID||HAVE_VIRT||HAVE_IBASE||HAVE_ORACLE8||HAVE_ORACLE7||HAVE_EASYSOFT) #define HAVE_SQL #endif @@ -138,9 +146,15 @@ /* Directory for PID files */ #undef _PATH_BACULA_PIDDIR +/* LOCALEDIR */ +#undef LOCALEDIR + /* Define if you have zlib */ #undef HAVE_LIBZ +/* Define if you have libacl */ +#undef HAVE_ACL + /* General libs */ #undef LIBS @@ -164,16 +178,19 @@ #undef HAVE_BSDI_OS #undef HAVE_HPUX_OS #undef HAVE_SUN_OS +#undef HAVE_IRIX_OS #undef HAVE_AIX_OS #undef HAVE_SGI_OS #undef HAVE_CYGWIN #undef HAVE_OSF1_OS +#undef HAVE_DARWIN_OS /* Set to correct scanf value for long long int */ #undef lld #undef llu #undef HAVE_READLINE +#undef HAVE_PYTHON #undef HAVE_GMP @@ -190,3 +207,37 @@ #undef HAVE_READDIR_R #undef HAVE_STRERROR_R #undef HAVE_GETHOSTBYNAME_R + +#undef HAVE_STRTOLL +#undef HAVE_INET_PTON + +#undef HAVE_SOCKLEN_T + +#undef HAVE_OLD_SOCKOPT + +#undef HAVE_BIGENDIAN + +/* Defined if Gtk+-2.4 or greater is present */ +#undef HAVE_GTK_2_4 + +/* 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 +