repo.or.cz
/
gnulib
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
warnings: fix compilation with old autoconf
[gnulib/ericb.git]
/
modules
/
wctype
blob
9ef78ea770cfc9e182d4ec12622bac97476f6af1
1
Description:
2
wctype() function: get descriptor for a wide character property.
3
4
Status:
5
obsolete
6
7
Notice:
8
This module is obsolete.
9
10
Files:
11
lib/wctype.c
12
lib/wctype-impl.h
13
m4/wctype.m4
14
15
Depends-on:
16
wctype-h
17
iswblank [test $HAVE_WCTYPE = 0]
18
19
configure.ac:
20
gl_FUNC_WCTYPE
21
if test $HAVE_WCTYPE = 0; then
22
AC_LIBOBJ([wctype])
23
fi
24
gl_WCTYPE_MODULE_INDICATOR([wctype])
25
26
Makefile.am:
27
28
Include:
29
<wctype.h>
30
31
License:
32
LGPL
33
34
Maintainer:
35
all