X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Fconfig.h.in;h=b10962811e9eb1ed3570b3f3b988bdacd71e07b2;hb=10cfd798ced2d27f61ead2de6fe9b1bcc8e3468d;hp=f9f1bd9fd74adab46fc41d5f10f5b228a8563d66;hpb=8eb2a01c2841aa8f070d4962be43ab57624cb57f;p=bacula%2Fbacula diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index f9f1bd9fd7..b10962811e 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -223,6 +223,12 @@ language is requested. */ #undef ENABLE_NLS +/* Defined to 0 if not provided */ +#undef FD_CLOEXEC + +/* Define to 1 if you have the 'accept4' function. */ +#undef HAVE_ACCEPT4 + /* Normal acl support */ #undef HAVE_ACL @@ -275,7 +281,7 @@ /* Define to 1 if you have the `backtrace' function. */ #undef HAVE_BACKTRACE -/* Set if Bacula bat Qt4 GUI support enabled */ +/* Set if Bacula bat Qt GUI support enabled */ #undef HAVE_BAT /* Define to 1 if you have the `be64toh' function. */ @@ -315,6 +321,10 @@ you don't. */ #undef HAVE_DECL_CYGWIN_CONV_PATH +/* Define to 1 if you have the declaration of `FD_CLOEXEC', and to 0 if you + don't. */ +#undef HAVE_DECL_FD_CLOEXEC + /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_FEOF_UNLOCKED @@ -327,6 +337,14 @@ don't. */ #undef HAVE_DECL_GETC_UNLOCKED +/* Define to 1 if you have the declaration of `O_CLOEXEC', and to 0 if you + don't. */ +#undef HAVE_DECL_O_CLOEXEC + +/* Define to 1 if you have the declaration of `SOCK_CLOEXEC', and to 0 if you + don't. */ +#undef HAVE_DECL_SOCK_CLOEXEC + /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. */ #undef HAVE_DECL_TZNAME @@ -481,6 +499,9 @@ /* Define to 1 if you have the 'getproplist' function. */ #undef HAVE_GETPROPLIST +/* Define to 1 if you have the `getrlimit' function. */ +#undef HAVE_GETRLIMIT + /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT @@ -569,6 +590,9 @@ /* Define to 1 if you have the `resolv' library (-lresolv). */ #undef HAVE_LIBRESOLV +/* Define to 1 if you have libs3 */ +#undef HAVE_LIBS3 + /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET @@ -623,6 +647,9 @@ /* Define to 1 if you have the `lstat' function. */ #undef HAVE_LSTAT +/* Define to 1 if you have the `lutimes' function. */ +#undef HAVE_LUTIMES + /* Define to 1 if you have LZO compression */ #undef HAVE_LZO @@ -716,6 +743,9 @@ /* Set to enable readline support */ #undef HAVE_READLINE +/* Define to 1 if you have the `realpath' function. */ +#undef HAVE_REALPATH + /* Define to 1 if you have the header file. */ #undef HAVE_REGEX_H @@ -770,6 +800,9 @@ /* Set if socklen_t exists */ #undef HAVE_SOCKLEN_T +/* Set if building on Solaris 10 */ +#undef HAVE_SOLARIS10 + /* Set if you have an SQLite3 Database */ #undef HAVE_SQLITE3 @@ -801,6 +834,9 @@ /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP +/* Defined to 0 if not provided */ +#undef HAVE_STREAM_CLOEXEC + /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR @@ -1045,6 +1081,9 @@ /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O +/* Defined to 0 if not provided */ +#undef O_CLOEXEC + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -1097,6 +1136,9 @@ /* Set if you want Smartalloc enabled */ #undef SMARTALLOC +/* Defined to 0 if not provided */ +#undef SOCK_CLOEXEC + /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. @@ -1111,6 +1153,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* fopen() modifier for setting close on exec flag */ +#undef STREAM_CLOEXEC + /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME