X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=config.h.in;h=6a8c852dd57592c96b887340891faef2c6c8064e;hp=c64ec5dc6d32d21daa33961157620e9d131fcaea;hb=7fcd6df59144f29299a35d54bec24a147fd19f12;hpb=e4a8bde40a6d8319d1b28e054e1a419ba3df2363 diff --git a/config.h.in b/config.h.in index c64ec5d..6a8c852 100644 --- a/config.h.in +++ b/config.h.in @@ -3,10 +3,10 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define to __s64 if does not define */ +/* Define to int64_t if does not define */ #undef quad_t -/* Define to __u64 if does not define */ +/* Define to uint64_t if does not define */ #undef u_quad_t /* Define if you have the err function. */ @@ -65,8 +65,17 @@ /* 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