pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / wctomb
1 Description:
2 wctomb() function: convert wide character to multibyte character.
3
4 Files:
5 lib/wctomb.c
6 lib/wctomb-impl.h
7 m4/wctomb.m4
8
9 Depends-on:
10 stdlib
11 wcrtomb         [test $REPLACE_WCTOMB = 1]
12 wchar           [test $REPLACE_WCTOMB = 1]
13
14 configure.ac:
15 gl_FUNC_WCTOMB
16 if test $REPLACE_WCTOMB = 1; then
17   AC_LIBOBJ([wctomb])
18   gl_PREREQ_WCTOMB
19 fi
20 gl_STDLIB_MODULE_INDICATOR([wctomb])
21
22 Makefile.am:
23
24 Include:
25 <stdlib.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Bruno Haible