log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / wctype
blob9ef78ea770cfc9e182d4ec12622bac97476f6af1
1 Description:
2 wctype() function: get descriptor for a wide character property.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wctype.c
12 lib/wctype-impl.h
13 m4/wctype.m4
15 Depends-on:
16 wctype-h
17 iswblank        [test $HAVE_WCTYPE = 0]
19 configure.ac:
20 gl_FUNC_WCTYPE
21 if test $HAVE_WCTYPE = 0; then
22   AC_LIBOBJ([wctype])
24 gl_WCTYPE_MODULE_INDICATOR([wctype])
26 Makefile.am:
28 Include:
29 <wctype.h>
31 License:
32 LGPL
34 Maintainer:
35 all