X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=config.h.in;h=799b2f0ddf4c9cb9c4b4dab4ed25d32b9b2bf294;hp=6a8c852dd57592c96b887340891faef2c6c8064e;hb=585ca01a9a2ed1ce197c44a33f5a1fde06adbef7;hpb=1a886de8480fc5d0b842613f2cf375415d94bbb7 diff --git a/config.h.in b/config.h.in index 6a8c852..799b2f0 100644 --- a/config.h.in +++ b/config.h.in @@ -1,81 +1,129 @@ -/* config.h.in. Generated automatically from configure.in by autoheader. */ +/* config.h.in. Generated from configure.in by autoheader. */ -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Define this if you want to include Quick File Access debugging code. */ +#undef DEBUG_QFA -/* Define to int64_t if does not define */ -#undef quad_t +/* Define this if you want to include Mac OSX restore compatibility. */ +#undef DUMP_MACOSX -/* Define to uint64_t if does not define */ -#undef u_quad_t +/* Define this if you have the blkid library. */ +#undef HAVE_BLKID -/* Define if you have the err function. */ +/* Define this if you have bzlib compression library. */ +#undef HAVE_BZLIB + +/* Define to 1 if you have the `err' function. */ #undef HAVE_ERR -/* Define if you have the errx function. */ +/* Define to 1 if you have the `errx' function. */ #undef HAVE_ERRX -/* Define if you have the realpath function. */ +/* Define to 1 if you have the header file. */ +#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. */ +#undef HAVE_EXT2_JOURNAL_INUM + +/* Define if you have the glob function. */ +#undef HAVE_GLOB + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the `lchown' function. */ +#undef HAVE_LCHOWN + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define if you want to include readline support. */ +#undef HAVE_READLINE + +/* 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 + +/* Define to 1 if you have the `realpath' function. */ #undef HAVE_REALPATH -/* Define if you have the verr function. */ +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the `verr' function. */ #undef HAVE_VERR -/* Define if you have the verrx function. */ +/* Define to 1 if you have the `verrx' function. */ #undef HAVE_VERRX -/* Define if you have the vwarn function. */ +/* Define to 1 if you have the `vwarn' function. */ #undef HAVE_VWARN -/* Define if you have the vwarnx function. */ +/* Define to 1 if you have the `vwarnx' function. */ #undef HAVE_VWARNX -/* Define if you have the warn function. */ +/* Define to 1 if you have the `warn' function. */ #undef HAVE_WARN -/* Define if you have the warnx function. */ +/* Define to 1 if you have the `warnx' function. */ #undef HAVE_WARNX -/* Define if you have the glob function. */ -#undef HAVE_GLOB +/* Define this if you have zlib compression library. */ +#undef HAVE_ZLIB -/* Define if you have the lchown function. */ -#undef HAVE_LCHOWN +/* Define this is you want old style F script (no arguments). */ +#undef OLD_STYLE_FSCRIPT -/* Define if you want to include readline support. */ -#undef HAVE_READLINE +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT -/* Define if you have installed (from e2fsprogs 1.20+). - * Otherwise, we will use the (usually older) header. - */ -#undef HAVE_EXT2FS_EXT2_FS_H +/* Define to the full name of this package. */ +#undef PACKAGE_NAME -/* Define if we have the ext2_ino_t type (from e2fsprogs 1.20+). */ -#undef HAVE_EXT2_INO_T +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING -/* Define if we have the s_journal_inum field in struct ext2_super_block. */ -#undef HAVE_EXT2_JOURNAL_INUM - -/* Define this is you want old style F script (no arguments) */ -#undef OLD_STYLE_FSCRIPT +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME -/* Define this if you want Large File System support */ -#undef USE_LFS +/* Define to the version of this package. */ +#undef PACKAGE_VERSION -/* Define this if you have zlib compression library */ -#undef HAVE_ZLIB +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS -/* Define this if you have bzlib compression library */ -#undef HAVE_BZLIB +/* Define this if you want Large File System support. */ +#undef USE_LFS -/* Define this if you want Quick File Access support */ +/* 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 to `int64_t' if does not define. */ +#undef quad_t -/* Define this if your readline libs have the rl_completion_matches library */ -#undef HAVE_READLINE_RLCM +/* Define to `uint64_t' if does not define. */ +#undef u_quad_t