]> git.wh0rd.org - dump.git/blobdiff - config.h.in
Made restore able to understand extra TS_ADDR headers when ufsdump dumped inodes...
[dump.git] / config.h.in
index c64ec5dc6d32d21daa33961157620e9d131fcaea..9564cc51f4cb13332bad256d5413e9065bb29763 100644 (file)
 /* 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