]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/config.h.in
Backport from Bacula Enterprise
[bacula/bacula] / bacula / autoconf / config.h.in
index 33b04f1e80d3396b8e255d69ad479e4bfe21cc6f..5cc08b80ad36b1e6443261d6ec95cbded34fb467 100644 (file)
@@ -2,6 +2,11 @@
 /* ------------------------------------------------------------------------- */
 /* --                     CONFIGURE SPECIFIED FEATURES                    -- */
 /* ------------------------------------------------------------------------- */
+
+/*
+ * Copyright (C) 2000-2015 Kern Sibbald
+ * License: BSD 2-Clause; see file LICENSE-FOSS
+ */
    
 /* Define if you want to use MySQL as Catalog database */
 #undef USE_MYSQL_DB
 #undef llu
 
 #undef HAVE_READLINE 
-#undef HAVE_PYTHON
 
 #undef HAVE_GMP
 
 /* Set if Bacula bat Qt4 GUI support enabled */
 #undef HAVE_BAT
 
+/* Define to 1 if you have the `be64toh' function. */
+#undef HAVE_BE64TOH
+
 /* Big Endian */
 #undef HAVE_BIG_ENDIAN
 
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
+/* Set if fcntl supports file locking */
+#undef HAVE_FCNTL_LOCK
+
 /* Define to 1 if you have the `fdatasync' function. */
 #undef HAVE_FDATASYNC
 
 /* Define to 1 if you have the <grp.h> header file. */
 #undef HAVE_GRP_H
 
+/* Define to 1 if you have the `htobe64' function. */
+#undef HAVE_HTOBE64
+
 /* Define to 1 if you have the `iconv()' function. */
 #undef HAVE_ICONV
 
 /* Define to 1 if you have the `posix_fadvise' function. */
 #undef HAVE_POSIX_FADVISE
 
+/* Define to 1 if you have the `posix_fallocate' function. */
+#undef HAVE_POSIX_FALLOCATE
+
 /* Define if your printf() function supports format strings with positions. */
 #undef HAVE_POSIX_PRINTF
 
    <sysmacros.h>. */
 #undef MAJOR_IN_SYSMACROS
 
+/* Whether to have in6addr_any support */
+#undef NEED_IN6ADDR_ANY
+
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #undef NO_MINUS_C_MINUS_O
 
 /* Set if DB batch insert code enabled */
 #undef USE_BATCH_FILE_INSERT
 
+/* Set if you want Lock Manager enabled */
+#undef USE_LOCKMGR
+
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
 #if defined AC_APPLE_UNIVERSAL_BUILD
 /* Define for large files, on AIX-style hosts. */
 #undef _LARGE_FILES
 
-/* Set if you want Lock Manager enabled */
-#undef _USE_LOCKMGR
-
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
 
    doesn't define it. */
 #undef ptrdiff_t
 
+/* Define to the equivalent of the C99 'restrict' keyword, or to
+   nothing if this is not supported.  Do not define if restrict is
+   supported directly.  */
+#undef restrict
+/* Work around a bug in Sun C++: it does not support _Restrict or
+   __restrict__, even though the corresponding Sun C compiler ends up with
+   "#define restrict _Restrict" or "#define restrict __restrict__" in the
+   previous line.  Perhaps some future version of Sun C++ will work with
+   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
+#if defined __SUNPRO_CC && !defined __RESTRICT
+# define _Restrict
+# define __restrict__
+#endif
+
 /* Define to empty if the C compiler doesn't support this keyword. */
 #undef signed