doc: Mention backtrace functions supported on BSD.
[gnulib.git] / modules / setlocale-null
blob782e29ad8de008ae239878ff116f68e4bf0eb6c8
1 Description:
2 setlocale_null() function: query the name of the current global locale.
4 Files:
5 lib/setlocale_null.h
6 lib/setlocale_null.c
7 lib/setlocale-lock.c
8 lib/windows-initguard.h
9 m4/setlocale_null.m4
10 m4/threadlib.m4
11 m4/visibility.m4
13 Depends-on:
14 locale
15 snippet/arg-nonnull
16 setlocale-null-unlocked
18 configure.ac:
19 gl_FUNC_SETLOCALE_NULL
20 gl_CONDITIONAL([GL_COND_OBJ_SETLOCALE_LOCK],
21                [test $SETLOCALE_NULL_ALL_MTSAFE = 0 || test $SETLOCALE_NULL_ONE_MTSAFE = 0])
22 AM_COND_IF([GL_COND_OBJ_SETLOCALE_LOCK], [
23   gl_PREREQ_SETLOCALE_LOCK
25 gl_LOCALE_MODULE_INDICATOR([setlocale_null])
27 Makefile.am:
28 lib_SOURCES += setlocale_null.c
29 if GL_COND_OBJ_SETLOCALE_LOCK
30 lib_SOURCES += setlocale-lock.c
31 endif
33 Include:
34 #include "setlocale_null.h" or #include <locale.h>
36 Link:
37 $(SETLOCALE_NULL_LIB)
39 License:
40 LGPLv2+
42 Maintainer:
43 Bruno Haible