summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libreadline
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-10-18 07:49:59 +0000
committerache <ache@FreeBSD.org>2004-10-18 07:49:59 +0000
commit320d8f045c2a7b1719fcbb292a55178069f425e4 (patch)
treed5c0c5e9ace282cf24bf0967543a1adb112fceaa /gnu/lib/libreadline
parentdc104a35ba5a6503da2d37a84089dac27d0a1403 (diff)
downloadFreeBSD-src-320d8f045c2a7b1719fcbb292a55178069f425e4.zip
FreeBSD-src-320d8f045c2a7b1719fcbb292a55178069f425e4.tar.gz
Update for 5.0
Diffstat (limited to 'gnu/lib/libreadline')
-rw-r--r--gnu/lib/libreadline/config.h29
1 files changed, 23 insertions, 6 deletions
diff --git a/gnu/lib/libreadline/config.h b/gnu/lib/libreadline/config.h
index 999bba0..7edf1d6 100644
--- a/gnu/lib/libreadline/config.h
+++ b/gnu/lib/libreadline/config.h
@@ -1,13 +1,19 @@
/* $FreeBSD$ */
-/* config.h. Generated automatically by configure. */
+/* config.h. Generated by configure. */
/* 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). */
#define RETSIGTYPE void
+#define VOID_SIGHANDLER 1
+
/* Characteristics of the compiler. */
/* #undef const */
@@ -22,8 +28,6 @@
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
/* #undef STAT_MACROS_BROKEN */
-#define VOID_SIGHANDLER 1
-
/* Define if you have the isascii function. */
#define HAVE_ISASCII 1
@@ -33,6 +37,12 @@
/* Define if you have the lstat function. */
#define HAVE_LSTAT 1
+/* Define if you have the mbrlen function. */
+#define HAVE_MBRLEN 1
+
+/* Define if you have the mbrtowc function. */
+#define HAVE_MBRTOWC 1
+
/* Define if you have the mbsrtowcs function. */
#define HAVE_MBSRTOWCS 1
@@ -68,9 +78,14 @@
/* Define if you have the vsnprintf function. */
#define HAVE_VSNPRINTF 1
+/* Define if you have the wctomb function. */
+#define HAVE_WCTOMB 1
+
/* Define if you have the wcwidth function. */
#define HAVE_WCWIDTH 1
+#define STDC_HEADERS 1
+
/* Define if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
@@ -135,7 +150,7 @@
#define HAVE_UNISTD_H 1
/* Define if you have the <varargs.h> header file. */
-#define HAVE_VARARGS_H 1
+/* #undef HAVE_VARARGS_H */
/* Define if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1
@@ -165,9 +180,9 @@
#define HAVE_GETPW_DECLS 1
-#define STRUCT_DIRENT_HAS_D_INO 1
+/* #undef STRUCT_DIRENT_HAS_D_INO */
-#define STRUCT_DIRENT_HAS_D_FILENO 1
+/* #undef STRUCT_DIRENT_HAS_D_FILENO */
/* #undef HAVE_BSD_SIGNALS */
@@ -179,6 +194,8 @@
#define HAVE_POSIX_SIGSETJMP 1
+#define CTYPE_NON_ASCII 1
+
/* modify settings or make new ones based on what autoconf tells us. */
/* Ultrix botches type-ahead when switching from canonical to
OpenPOWER on IntegriCloud