]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/config.h.in
small bugfix for VSS-support (only relevant if WIN32_VSS enabled)
[bacula/bacula] / bacula / autoconf / config.h.in
index 8d3797e6b419676a72723c0693afa14a01109b38..03cea57ecb800caa2dbcb4719757d300bc0633f7 100644 (file)
 /* 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
 
 /* 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
 
 /* Define to 1 if you have the `fork' function. */
 #undef HAVE_FORK
 
+/* Define to 1 if you have the `fseeko' function. */
+#undef HAVE_FSEEKO
+
 /* 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
 
 /* Define to 1 if you have the `nl_langinfo' function. */
 #undef HAVE_NL_LANGINFO
 
+/* Define if OpenSSL library is available */
+#undef HAVE_OPENSSL
+
 /* Define to 1 if you have the `putenv' function. */
 #undef HAVE_PUTENV
 
 /* Define to 1 if you have the <term.h> header file. */
 #undef HAVE_TERM_H
 
+/* Define if TLS support should be enabled */
+#undef HAVE_TLS
+
 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
    `HAVE_STRUCT_TM_TM_ZONE' instead. */
 #undef HAVE_TM_ZONE