]> git.wh0rd.org - dump.git/blobdiff - config.h.in
Fix an issue with the size of dump maps appearing when the filesystem has been resize...
[dump.git] / config.h.in
index 0faf4ca7b91c9bbafeb8517b7f3b63ad2de24a87..799b2f0ddf4c9cb9c4b4dab4ed25d32b9b2bf294 100644 (file)
@@ -3,6 +3,12 @@
 /* Define this if you want to include Quick File Access debugging code. */
 #undef DEBUG_QFA
 
+/* Define this if you want to include Mac OSX restore compatibility. */
+#undef DUMP_MACOSX
+
+/* Define this if you have the blkid library. */
+#undef HAVE_BLKID
+
 /* Define this if you have bzlib compression library. */
 #undef HAVE_BZLIB