summaryrefslogtreecommitdiff
path: root/gnulib/modules/wctype
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/wctype')
m---------gnulib0
-rw-r--r--gnulib/modules/wctype35
2 files changed, 35 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/wctype b/gnulib/modules/wctype
new file mode 100644
index 0000000..4a9a004
--- /dev/null
+++ b/gnulib/modules/wctype
@@ -0,0 +1,35 @@
+Description:
+wctype() function: get descriptor for a wide character property.
+
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
+Files:
+lib/wctype.c
+lib/wctype-impl.h
+m4/wctype.m4
+
+Depends-on:
+wctype-h
+iswblank [test $HAVE_WCTYPE = 0]
+
+configure.ac:
+gl_FUNC_WCTYPE
+if test $HAVE_WCTYPE = 0; then
+ AC_LIBOBJ([wctype])
+fi
+gl_WCTYPE_MODULE_INDICATOR([wctype])
+
+Makefile.am:
+
+Include:
+<wctype.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible