X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Fconfig.h.in;h=03cea57ecb800caa2dbcb4719757d300bc0633f7;hb=dbf74791ad3def6973cb45aa916bff24e8137ade;hp=9470a3e23a4d3c0c0c9acaacf86965136e9f48de;hpb=da8584df92d56dd3cbf3c9a7563b22d8335ba219;p=bacula%2Fbacula diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index 9470a3e23a..03cea57ecb 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -217,6 +217,10 @@ /* 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 @@ -266,12 +270,12 @@ /* 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 @@ -356,6 +360,9 @@ /* 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 @@ -514,6 +521,9 @@ /* Define to 1 if you have the 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