]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Fix HAVE_BATCH_INSERT to be HAVE_BATCH_FILE_INSERT, pointed
authorKern Sibbald <kern@sibbald.com>
Mon, 25 Jun 2007 16:30:49 +0000 (16:30 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 25 Jun 2007 16:30:49 +0000 (16:30 +0000)
     out by Eric (my typo).

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5088 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/config.h.in.save
bacula/configure
bacula/technotes-2.1

index 5310b7d7531feba0445d292a3692022e0f6c7085..354c481436a9e59fffe3ba639d94620a4ebd4edc 100644 (file)
 /* 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
 
index db661d36a4ae78f7cb7da113cee9f875bd8c9f7a..c3a1909f6e0d2057c207d32ee00c93bb5261b9e6 100755 (executable)
@@ -19513,18 +19513,19 @@ if test "${enable_batch_insert+set}" = set; then
   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
index 2fc45734f9be52d65e57d64e9203db52b10eb08c..2c40f032851038bbee39096279c51bf98c3c3821 100644 (file)
@@ -4,6 +4,8 @@ General:
 
 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.