]> git.wh0rd.org - dump.git/blobdiff - config.h.in
Improvements to cron_dump_to_disk
[dump.git] / config.h.in
index 18943d203cdd57f79e012b80374130342e2be724..828ef11b7b5fbfcb871e297ac6360f0208cab18b 100644 (file)
@@ -6,6 +6,9 @@
 /* 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
 
 /* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
 #undef HAVE_EXT2FS_EXT2_FS_H
 
+/* Define this if your ext2fs libs have the ext2fs_read_inode_full function.
+   */
+#undef HAVE_EXT2FS_READ_INODE_FULL
+
 /* Define if we have the ext2_ino_t type (from e2fsprogs 1.20+). */
 #undef HAVE_EXT2_INO_T