summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorvva@eagle.mysql.r18.ru <>2003-01-18 20:28:48 +0400
committervva@eagle.mysql.r18.ru <>2003-01-18 20:28:48 +0400
commit69b722d7d9bc0bf5a002ab207f45ece7319d0488 (patch)
tree5c0247f2c0a6adbb61acd182e5def92ef978df93 /acconfig.h
parent36caf801ce78ee99323345d3280e9620e9eb2508 (diff)
downloadmariadb-git-69b722d7d9bc0bf5a002ab207f45ece7319d0488.tar.gz
changes for readline/libedit configuration
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index e969a635a5b..426ef45f6cd 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -318,6 +318,22 @@
/* READLINE: */
#undef VOID_SIGHANDLER
+/* used libedit interface (can we dereference result of rl_completion_entry_function?) */
+#undef USE_LIBEDIT_INTERFACE
+
+/* used new readline interface (does rl_completion_func_t and rl_compentry_func_t defined?) */
+#undef USE_NEW_READLINE_INTERFACE
+
+/* macro for libedit */
+#undef HAVE_VIS_H
+#undef HAVE_FGETLN
+#undef HAVE_ISSETUGID
+#undef HAVE_STRLCPY
+#undef HAVE_GETLINE
+#undef HAVE_FLOCKFILE
+#undef HAVE_SYS_TYPES_H
+#undef HAVE_SYS_CDEFS_H
+
/* Leave that blank line there!! Autoheader needs it.
If you're adding to this file, keep in mind: