]> git.sur5r.net Git - bacula/bacula/commitdiff
Recompile configure.in
authorKern Sibbald <kern@sibbald.com>
Sun, 3 Sep 2017 09:31:12 +0000 (11:31 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 3 Sep 2017 09:31:12 +0000 (11:31 +0200)
bacula/autoconf/config.h.in
bacula/configure

index 88e64e3419dbe0d10ede8e36d3bb2c59e6a0bcc1..60cbb30e4560112fe5d05d844cea5c40e337d67c 100644 (file)
 /* Set if building on Solaris 10 */
 #undef HAVE_SOLARIS10
 
+/* Set if you have an SQLite3 Database */
+#undef HAVE_SQLITE3
+
+/* Set if have sqlite3_threadsafe */
+#undef HAVE_SQLITE3_THREADSAFE
+
 /* Define to 1 if you have the <stdarg.h> header file. */
 #undef HAVE_STDARG_H
 
index 299bd676f46d6ebe22eca5674c97a8409d901777..8c65d4f5426612a41f86d9068b612d8b36b6439e 100755 (executable)
@@ -31129,6 +31129,7 @@ if test "${with_systemd+set}" = set; then :
 
           PFILES="${PFILES} \
                   platforms/systemd/Makefile \
+                  platforms/systemd/bacula.conf \
                   platforms/systemd/bacula-dir.service \
                   platforms/systemd/bacula-fd.service \
                   platforms/systemd/bacula-sd.service"