From 41606bdc4452520c96d575cc57ef6ddea91243aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Wed, 28 May 2014 00:11:47 +0100 Subject: [PATCH] improve android compilation and fix readline 6.3 --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index b5c73417d..d6dc2f622 100644 --- a/config.h.in +++ b/config.h.in @@ -568,6 +568,9 @@ /* Define to 1 if you have the `rl_free_line_state' function. */ #undef HAVE_RL_FREE_LINE_STATE +/* Define to 1 if the system has the type `rl_hook_func_t'. */ +#undef HAVE_RL_HOOK_FUNC_T + /* Define to 1 if you have the `rl_insert_close' function. */ #undef HAVE_RL_INSERT_CLOSE