summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-04-19 18:31:42 +0000
committerBruno Haible <bruno@clisp.org>2001-04-19 18:31:42 +0000
commitb0d8bf4230771160af6eda8588efb217c1904361 (patch)
treea79034f21c8ba0719cbcd760e56aace320da1d0e /config.h.in
parentba574d96f754aed2c4a64eb2ef5a2d3ed2d42ad4 (diff)
downloadexternal_gettext-b0d8bf4230771160af6eda8588efb217c1904361.zip
external_gettext-b0d8bf4230771160af6eda8588efb217c1904361.tar.gz
external_gettext-b0d8bf4230771160af6eda8588efb217c1904361.tar.bz2
Regenerated.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 1bd0cdd..2cc1966 100644
--- a/config.h.in
+++ b/config.h.in
@@ -88,6 +88,15 @@
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
+/* Define if you have the isascii function. */
+#undef HAVE_ISASCII
+
+/* Define if you have the iswcntrl function. */
+#undef HAVE_ISWCNTRL
+
+/* Define if you have the iswprint function. */
+#undef HAVE_ISWPRINT
+
/* Define if you have the mblen function. */
#undef HAVE_MBLEN
@@ -154,6 +163,9 @@
/* Define if you have the vasprintf function. */
#undef HAVE_VASPRINTF
+/* Define if you have the wcwidth function. */
+#undef HAVE_WCWIDTH
+
/* Define if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H
@@ -187,6 +199,12 @@
/* Define if you have the <values.h> header file. */
#undef HAVE_VALUES_H
+/* Define if you have the <wchar.h> header file. */
+#undef HAVE_WCHAR_H
+
+/* Define if you have the <wctype.h> header file. */
+#undef HAVE_WCTYPE_H
+
/* Name of package */
#undef PACKAGE
@@ -216,6 +234,15 @@
if <inttypes.h> doesn't define. */
#undef uintmax_t
+/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
+#undef HAVE_MBRTOWC
+
+/* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise. */
+#undef HAVE_DECL_WCWIDTH
+
+/* Define to a type if <wchar.h> does not define. */
+#undef mbstate_t
+
/* Define if you have the parse_printf_format() function. */
#undef HAVE_PARSE_PRINTF_FORMAT