summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/config.h.in
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-10-18 07:02:42 +0000
committerache <ache@FreeBSD.org>2004-10-18 07:02:42 +0000
commit0a8076ac56fc245cdfb48a1ac83798a3d6086c30 (patch)
treef78c1227a8143a263e4974d6bf25cf0ccde0e716 /contrib/libreadline/config.h.in
parent001407b3a64c7fac1489a2ad6eeb2d23254b3e19 (diff)
downloadFreeBSD-src-0a8076ac56fc245cdfb48a1ac83798a3d6086c30.zip
FreeBSD-src-0a8076ac56fc245cdfb48a1ac83798a3d6086c30.tar.gz
Virgin import of GNU Readline 5.0
Diffstat (limited to 'contrib/libreadline/config.h.in')
-rw-r--r--contrib/libreadline/config.h.in21
1 files changed, 19 insertions, 2 deletions
diff --git a/contrib/libreadline/config.h.in b/contrib/libreadline/config.h.in
index c53c2a1..8b4f0d0 100644
--- a/contrib/libreadline/config.h.in
+++ b/contrib/libreadline/config.h.in
@@ -1,11 +1,17 @@
/* config.h.in. Maintained by hand. */
+/* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
+ characters, even if the OS supports them. */
+#undef NO_MULTIBYTE_SUPPORT
+
/* Define if on MINIX. */
#undef _MINIX
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
+#undef VOID_SIGHANDLER
+
/* Characteristics of the compiler. */
#undef const
@@ -20,8 +26,6 @@
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN
-#undef VOID_SIGHANDLER
-
/* Define if you have the isascii function. */
#undef HAVE_ISASCII
@@ -31,6 +35,12 @@
/* Define if you have the lstat function. */
#undef HAVE_LSTAT
+/* Define if you have the mbrlen function. */
+#undef HAVE_MBRLEN
+
+/* Define if you have the mbrtowc function. */
+#undef HAVE_MBRTOWC
+
/* Define if you have the mbsrtowcs function. */
#undef HAVE_MBSRTOWCS
@@ -66,9 +76,14 @@
/* Define if you have the vsnprintf function. */
#undef HAVE_VSNPRINTF
+/* Define if you have the wctomb function. */
+#undef HAVE_WCTOMB
+
/* Define if you have the wcwidth function. */
#undef HAVE_WCWIDTH
+#undef STDC_HEADERS
+
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
@@ -177,6 +192,8 @@
#undef HAVE_POSIX_SIGSETJMP
+#undef CTYPE_NON_ASCII
+
/* modify settings or make new ones based on what autoconf tells us. */
/* Ultrix botches type-ahead when switching from canonical to
OpenPOWER on IntegriCloud