/* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
+/* Set if Bacula bat Qt4 GUI support enabled */
+#undef HAVE_BAT
+
+/* Set if DB batch insert code enabled */
+#undef HAVE_BATCH_FILE_INSERT
+
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define to 1 if you have the `fdatasync' function. */
+#undef HAVE_FDATASYNC
+
/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK
/* Define if OpenSSL library is available */
#undef HAVE_OPENSSL
+/* Define if the OpenSSL library is export-contrained to 128bit ciphers */
+#undef HAVE_OPENSSL_EXPORT_LIBRARY
+
+/* Define to 1 if you have the `posix_fadvise' function. */
+#undef HAVE_POSIX_FADVISE
+
/* Define if your printf() function supports format strings with positions. */
#undef HAVE_POSIX_PRINTF
enableval=$enable_batch_insert; if test x$enableval = xno; then
support_batch_insert=no
else
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_BATCH_INSERT 1
-_ACEOF
-
support_batch_insert=yes
fi
fi
fi
+if test $support_batch_insert = yes ; then
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_BATCH_FILE_INSERT 1
+_ACEOF
+
+fi
cat >>confdefs.h <<\_ACEOF
Release 2.1.22 beta
25Jun07
+kes Fix HAVE_BATCH_INSERT to be HAVE_BATCH_FILE_INSERT, pointed
+ out by Eric (my typo).
ebl Fix configure.in to get batch mode enable
kes Return correct string from authenticate.cpp in bat when connecting
to Dir.