X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Facconfig.h;h=74fbf21092489fa208968bcc612013e8cb089d61;hb=a683f418a9151f24950317f8172adab70068ddd9;hp=618d8723bf7bd1c5e6fb6a72fa7486aa910f6d71;hpb=cd6ea502bc9c5a6fc67ecd9d7407562ab5c2c5ca;p=bacula%2Fbacula diff --git a/bacula/autoconf/acconfig.h b/bacula/autoconf/acconfig.h index 618d8723bf..74fbf21092 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 @@ -188,6 +190,7 @@ #undef llu #undef HAVE_READLINE +#undef HAVE_PYTHON #undef HAVE_GMP @@ -216,3 +219,6 @@ /* 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