Fix compilation error on platforms without 'wint_t' type.
[gnulib.git] / modules / wcwidth
1 Description:
2 Determine the number of screen columns needed for a character.
3
4 Files:
5 lib/wcwidth.h
6 m4/wcwidth.m4
7 m4/wchar_t.m4
8 m4/wint_t.m4
9
10 Depends-on:
11
12 configure.ac:
13 gl_FUNC_WCWIDTH
14
15 Makefile.am:
16 lib_SOURCES += wcwidth.h
17
18 Include:
19 "wcwidth.h"
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible