]> git.wh0rd.org - dump.git/blobdiff - config.h.in
Fixed 'tape blocks' -> 'blocks'
[dump.git] / config.h.in
index 7bb86b61a20c1be96ebffafbc77a31a6ce6fc267..6a8c852dd57592c96b887340891faef2c6c8064e 100644 (file)
@@ -3,10 +3,10 @@
 /* Define if you have the ANSI C header files.  */
 #undef STDC_HEADERS
 
-/* Define to __s64 if <sys/types.h> does not define */
+/* Define to int64_t if <sys/types.h> does not define */
 #undef quad_t
 
-/* Define to __u64 if <sys/types.h> does not define */
+/* Define to uint64_t if <sys/types.h> does not define */
 #undef u_quad_t
 
 /* Define if you have the err function.  */
@@ -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