X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Fconfig.h.in;h=082f6410a67251459424a648879d0071f15b9971;hb=df1e090c59d88db5d1d91cc70d3e7c6a28ad166d;hp=a0e5f68d5e3999de6758aa8a5097983d34c65274;hpb=4137d8ab47939bf6d83eb5153ec854c5da0f776d;p=bacula%2Fbacula diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index a0e5f68d5e..082f6410a6 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -36,13 +36,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 @@ -188,6 +187,7 @@ #undef llu #undef HAVE_READLINE +#undef HAVE_PYTHON #undef HAVE_GMP @@ -214,6 +214,13 @@ #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 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID @@ -244,6 +251,9 @@ /* Set if Bacula conio support enabled */ #undef HAVE_CONIO +/* Define to 1 if you have the header file. */ +#undef HAVE_CURSES_H + /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H @@ -257,18 +267,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H -/* Define to 1 if your system has a working POSIX `fnmatch' function. */ -#undef HAVE_FNMATCH - /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD -/* Define to 1 if you have the `getdomainname' function. */ -#undef HAVE_GETDOMAINNAME - /* Define to 1 if you have the `gethostbyname2' function. */ #undef HAVE_GETHOSTBYNAME2 @@ -508,6 +512,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H +/* Define to 1 if you have the header file. */ +#undef HAVE_TERM_H + /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use `HAVE_STRUCT_TM_TM_ZONE' instead. */ #undef HAVE_TM_ZONE @@ -654,3 +661,6 @@ /* Define to `int' if doesn't define. */ #undef uid_t + +/* Define to system config director */ +#undef SYSCONFDIR