warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / wcsnlen
blobd27b65469be528921e8dcbb9b96fbb90be764af5
1 Description:
2 wcsnlen() function: determine the length of a size-bounded wide string.
4 Files:
5 lib/wcsnlen.c
6 lib/wcsnlen-impl.h
7 m4/wcsnlen.m4
9 Depends-on:
10 wchar
12 configure.ac:
13 gl_FUNC_WCSNLEN
14 if test $HAVE_WCSNLEN = 0; then
15   AC_LIBOBJ([wcsnlen])
17 gl_WCHAR_MODULE_INDICATOR([wcsnlen])
19 Makefile.am:
21 Include:
22 <wchar.h>
24 License:
25 LGPL
27 Maintainer:
28 all