math: Add support for OpenVMS.
[gnulib/ericb.git] / modules / mbrlen
blobe3b6c5aded30c47419aefdfab9e3c181c8eb8cd3
1 Description:
2 mbrlen() function: recognize multibyte character.
4 Files:
5 lib/mbrlen.c
6 m4/mbrlen.m4
7 m4/mbstate_t.m4
9 Depends-on:
10 wchar
11 extensions
12 mbrtowc         [test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1]
14 configure.ac:
15 gl_FUNC_MBRLEN
16 if test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1; then
17   AC_LIBOBJ([mbrlen])
18   gl_PREREQ_MBRLEN
20 gl_WCHAR_MODULE_INDICATOR([mbrlen])
22 Makefile.am:
24 Include:
25 <wchar.h>
27 License:
28 LGPL
30 Maintainer:
31 all