spawn-pipe: Simplify.
[gnulib.git] / modules / mbscasecmp
blob2fd8f1f4ce9cd0a5f5629328ace48b89dd3718be
1 Description:
2 mbscasecmp() function: case-insensitive string comparison.
4 Files:
5 lib/mbscasecmp.c
7 Depends-on:
8 c32tolower
9 mbuiterf            [test "$GNULIB_MCEL_PREFER" != yes]
10 stdlib
11 string
12 uchar
14 configure.ac:
15 gl_STRING_MODULE_INDICATOR([mbscasecmp])
17 Makefile.am:
18 lib_SOURCES += mbscasecmp.c
20 Include:
21 <string.h>
23 Link:
24 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
25 $(MBRTOWC_LIB)
26 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
28 License:
29 LGPL
31 Maintainer:
32 all