X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=config.h.in;h=9564cc51f4cb13332bad256d5413e9065bb29763;hp=311292a82e9af5162b090a626b67e80262581cbe;hb=3a07bc169e53e03d353dc367809c529ff34c9826;hpb=35b24fb7fabcf6df3b37aebf70c228d5b0688d32 diff --git a/config.h.in b/config.h.in index 311292a..9564cc5 100644 --- a/config.h.in +++ b/config.h.in @@ -45,7 +45,12 @@ /* Define if you want to include readline support. */ #undef HAVE_READLINE -/* Define if we have the ext2_ino_t type (from e2fsprogs 1.20+). */ +/* Define if you have installed (from e2fsprogs 1.20+). + * Otherwise, we will use the (usually older) header. + */ +#undef HAVE_EXT2FS_EXT2_FS_H + +/* Define if we have the ext2_ino_t type (from e2fsprogs 1.20+). */ #undef HAVE_EXT2_INO_T /* Define if we have the s_journal_inum field in struct ext2_super_block. */ @@ -54,14 +59,23 @@ /* Define this is you want old style F script (no arguments) */ #undef OLD_STYLE_FSCRIPT -/* Define this to 64 if you want Large File System support */ -#undef _FILE_OFFSET_BITS +/* Define this if you want Large File System support */ +#undef USE_LFS /* Define this if you have zlib compression library */ #undef HAVE_ZLIB +/* Define this if you have bzlib compression library */ +#undef HAVE_BZLIB + /* Define this if you want Quick File Access support */ #undef USE_QFA /* Define this if you want to include Quick File Access debugging code */ #undef DEBUG_QFA + +/* Define this if your readline libs have the rl_completion_append_character variable */ +#undef HAVE_READLINE_CAC + +/* Define this if your readline libs have the rl_completion_matches library */ +#undef HAVE_READLINE_RLCM