idpriv-droptemp: Handle large user and group ids.
[gnulib.git] / modules / wcswidth
blobe4773f83c548c52d88520991167c465d9a7e6c45
1 Description:
2 wcswidth() function: determine number of screen columns needed for a
3 size-bounded wide string.
5 Files:
6 lib/wcswidth.c
7 lib/wcswidth-impl.h
8 m4/wcswidth.m4
10 Depends-on:
11 wchar
12 wcwidth         [test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1]
14 configure.ac:
15 gl_FUNC_WCSWIDTH
16 gl_CONDITIONAL([GL_COND_OBJ_WCSWIDTH],
17                [test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1])
18 gl_WCHAR_MODULE_INDICATOR([wcswidth])
20 Makefile.am:
21 if GL_COND_OBJ_WCSWIDTH
22 lib_SOURCES += wcswidth.c
23 endif
25 Include:
26 <wchar.h>
28 Link:
29 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
31 License:
32 LGPLv2+
34 Maintainer:
35 all