X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=config.h.in;h=9564cc51f4cb13332bad256d5413e9065bb29763;hb=cf88ef4c26cd622c715573e07c3f1faf9e640eb5;hp=7bb86b61a20c1be96ebffafbc77a31a6ce6fc267;hpb=88ef261eaffd1b09f23eb73d8259336f694d9324;p=dump.git diff --git a/config.h.in b/config.h.in index 7bb86b6..9564cc5 100644 --- a/config.h.in +++ b/config.h.in @@ -73,3 +73,9 @@ /* 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