]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/config.h.in
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / autoconf / config.h.in
index f9f1bd9fd74adab46fc41d5f10f5b228a8563d66..b10962811e9eb1ed3570b3f3b988bdacd71e07b2 100644 (file)
    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
 
 /* 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. */
    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
    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
 /* 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
 
 /* 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
 
 /* 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
 
 /* 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 <regex.h> header file. */
 #undef HAVE_REGEX_H
 
 /* 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
 
 /* 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
 
 /* 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
 
 /* 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.
 /* 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 <sys/time.h> and <time.h>. */
 #undef TIME_WITH_SYS_TIME