Avoid unnecessary compilation units, through conditional dependencies.
[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 gl_STDLIB_MODULE_INDICATOR([wctomb])
17
18 Makefile.am:
19
20 Include:
21 <stdlib.h>
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Bruno Haible