X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Facconfig.h;h=ea87110b1f6d1dd772f73c39939a6bc9b53e037b;hb=27cd56149945bbab7585c07b11486d8163077593;hp=bd0bb6b78e29d7da5e27e4c4ddc8af989b9b0b52;hpb=3e236adf4678c0a72ef5f46fc68ed182ac862385;p=bacula%2Fbacula diff --git a/bacula/autoconf/acconfig.h b/bacula/autoconf/acconfig.h index bd0bb6b78e..ea87110b1f 100644 --- a/bacula/autoconf/acconfig.h +++ b/bacula/autoconf/acconfig.h @@ -35,13 +35,12 @@ /* 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 @@ -147,6 +146,9 @@ /* Directory for PID files */ #undef _PATH_BACULA_PIDDIR +/* LOCALEDIR */ +#undef LOCALEDIR + /* Define if you have zlib */ #undef HAVE_LIBZ @@ -217,3 +219,25 @@ /* 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 +