]> git.wh0rd.org - dump.git/blobdiff - config.h.in
Regenerate configure.
[dump.git] / config.h.in
index 5cd2bcce45203a3837a7dac2f248c584fcf3d627..77b811f4ab960797832ac012299623661e8f9edc 100644 (file)
@@ -9,6 +9,9 @@
 /* Define this if you have the blkid library. */
 #undef HAVE_BLKID
 
+/* Define to 1 if have block transformation (compression or encryption) */
+#undef HAVE_BLOCK_TRANSFORMATION
+
 /* Define this if you have bzlib compression library. */
 #undef HAVE_BZLIB
 
@@ -43,6 +46,9 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
+/* Define to 1 if you have the openssl library */
+#undef HAVE_OPENSSL
+
 /* Define if you want to include readline support. */
 #undef HAVE_READLINE
 
@@ -57,6 +63,9 @@
 /* Define to 1 if you have the `realpath' function. */
 #undef HAVE_REALPATH
 
+/* Define to 1 if you have the sqlite3 library. */
+#undef HAVE_SQLITE3
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
 
 /* Define to `uint64_t' if <sys/types.h> does not define. */
 #undef u_quad_t
+
+/* Define to 1 if we have any compression or encryption library. */
+#undef HAVE_BLOCK_TRANSFORMATION
+#if defined(HAVE_LZO) || defined(HAVE_ZLIB) || defined(HAVE_BZLIB)
+#define HAVE_BLOCK_TRANSFORMATION 1
+#endif