ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
[pspp] / modules / unictype / category-test
1 Description:
2 Test whether a Unicode character belongs to a given category.
3
4 Files:
5 lib/unictype/categ_test.c
6 lib/unictype/bitmap.h
7
8 Depends-on:
9 unictype/base
10
11 configure.ac:
12 AC_REQUIRE([AC_C_INLINE])
13
14 Makefile.am:
15 lib_SOURCES += unictype/categ_test.c
16
17 Include:
18 "unictype.h"
19
20 License:
21 LGPL
22
23 Maintainer:
24 Bruno Haible
25