posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbsncasecmp
blob10b887b8f9c8c85ece2eba87cb5232ce24f98f0f
1 Description:
2 mbsncasecmp() function: case-insensitive string prefix comparison.
4 Files:
5 lib/mbsncasecmp.c
7 Depends-on:
8 mbuiter
9 string
11 configure.ac:
12 gl_STRING_MODULE_INDICATOR([mbsncasecmp])
14 Makefile.am:
15 lib_SOURCES += mbsncasecmp.c
17 Include:
18 <string.h>
20 Link:
21 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
22 $(LIB_MBRTOWC)
24 License:
25 LGPL
27 Maintainer:
28 all