]> git.wh0rd.org - dump.git/blobdiff - config.h.in
Fix restore when inode maps are not entirely contained on the first volume.
[dump.git] / config.h.in
index 7bb86b61a20c1be96ebffafbc77a31a6ce6fc267..9564cc51f4cb13332bad256d5413e9065bb29763 100644 (file)
@@ -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