diff options
author | unknown <vva@eagle.mysql.r18.ru> | 2003-01-18 20:28:48 +0400 |
---|---|---|
committer | unknown <vva@eagle.mysql.r18.ru> | 2003-01-18 20:28:48 +0400 |
commit | 316029ab011dd51d2a652a76a4a72a633b9eb938 (patch) | |
tree | 5c0247f2c0a6adbb61acd182e5def92ef978df93 /acconfig.h | |
parent | f4574b691ec23446d2df2bd3e1790647ecd05728 (diff) | |
download | mariadb-git-316029ab011dd51d2a652a76a4a72a633b9eb938.tar.gz |
changes for readline/libedit configuration
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 16 |
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: |