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