summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-11-16 12:18:27 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-11-16 12:18:27 -0600
commit1c26117dff1292fea8c3b15b1892c6bc751b83b6 (patch)
tree14ab0e1e34b27fe4212c8a2a801be94075dfed78 /include/asterisk
parent24d35ff74afe92bc83134fcf764656a60777d732 (diff)
parent72da2ef9ffb49a1fc550ec91caa1468e285f87e0 (diff)
Merge "cli: Fix ast_el_read_char to work with libedit >= 3.1"
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/autoconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 706798ced..3673c8bc2 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -402,6 +402,9 @@
/* Define if your system has the LIBEDIT libraries. */
#undef HAVE_LIBEDIT
+/* Define if your system has the LIBEDIT_IS_UNICODE headers. */
+#undef HAVE_LIBEDIT_IS_UNICODE
+
/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H