ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / unistr / u8-strdup
blobd8da47ea4f338514a035a983dd61c088a0d16f89
1 Description:
2 Copy UTF-8 string.
4 Files:
5 lib/unistr/u8-strdup.c
6 lib/unistr/u-strdup.h
8 Depends-on:
9 unistr/base
10 unistr/u8-strlen
12 configure.ac:
13 AC_CHECK_FUNCS_ONCE([strdup])
14 gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strdup])
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTR_U8_STRDUP
18 lib_SOURCES += unistr/u8-strdup.c
19 endif
21 Include:
22 "unistr.h"
24 License:
25 LGPLv3+ or GPLv2
27 Maintainer:
28 all