ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / wcwidth
blob372c21041aa606bb0a2ea40a58d45572f0e5408f
1 Description:
2 Determine the number of screen columns needed for a character.
4 Files:
5 lib/wcwidth.c
6 m4/wcwidth.m4
7 m4/wchar_t.m4
8 m4/wint_t.m4
10 Depends-on:
11 wchar
12 extensions
13 wctype-h        [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
14 localcharset    [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
15 streq           [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
16 uniwidth/width  [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
18 configure.ac:
19 gl_FUNC_WCWIDTH
20 if test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1; then
21   AC_LIBOBJ([wcwidth])
22   gl_PREREQ_WCWIDTH
24 gl_WCHAR_MODULE_INDICATOR([wcwidth])
26 Makefile.am:
28 Include:
29 <wchar.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 all