havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / unictype / ctype-lower
blobb632837e2cc1abcf31640e1ef7120b954d32cf62
1 Description:
2 Generalization of the <ctype.h> islower() function and the
3 <wctype.h> iswlower() function.
5 Files:
6 lib/unictype/ctype_lower.c
7 lib/unictype/ctype_lower.h
8 lib/unictype/bitmap.h
10 Depends-on:
11 unictype/base
13 configure.ac:
14 AC_REQUIRE([AC_C_INLINE])
15 gl_LIBUNISTRING_MODULE([0.9.8], [unictype/ctype-lower])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_LOWER
19 lib_SOURCES += unictype/ctype_lower.c
20 endif
22 Include:
23 "unictype.h"
25 License:
26 LGPLv3+ or GPLv2
28 Maintainer:
29 all