X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=config.h.in;h=828ef11b7b5fbfcb871e297ac6360f0208cab18b;hp=0faf4ca7b91c9bbafeb8517b7f3b63ad2de24a87;hb=cca7148b36e60b4671518602ff9a7c2d0c22a7b2;hpb=e7d1895739194f5bd137359088c2c18ba7273fd3 diff --git a/config.h.in b/config.h.in index 0faf4ca..828ef11 100644 --- a/config.h.in +++ b/config.h.in @@ -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 @@ -15,6 +21,10 @@ /* Define to 1 if you have the 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