unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / modules / hard-locale
blobdf07d4a6ed5df27ad8aa4bfc913202c2c97726df
1 Description:
2 Determine whether the current locale is different from the "C" locale.
4 Files:
5 lib/hard-locale.h
6 lib/hard-locale.c
8 Depends-on:
9 stdbool
10 setlocale-null
12 configure.ac:
13 AC_REQUIRE([gl_FUNC_SETLOCALE_NULL])
14 LIB_HARD_LOCALE="$LIB_SETLOCALE_NULL"
15 AC_SUBST([LIB_HARD_LOCALE])
17 Makefile.am:
18 lib_SOURCES += hard-locale.c
20 Include:
21 "hard-locale.h"
23 Link:
24 $(LIB_HARD_LOCALE)
26 License:
27 LGPLv2+
29 Maintainer:
30 Paul Eggert