Description:
getlocalename_l() function: return name of a single locale category.

Files:
lib/getlocalename_l.c
lib/struniq.h
m4/getlocalename_l.m4

Depends-on:
locale-h
extensions
getlocalename_l-unsafe [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
flexmember             [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
lock                   [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
stringeq               [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
bool                   [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]
thread-optim           [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1]

configure.ac:
gl_FUNC_GETLOCALENAME_L_SIMPLE
gl_CONDITIONAL([GL_COND_OBJ_GETLOCALENAME_L],
               [test $HAVE_GETLOCALENAME_L = 0 || test $REPLACE_GETLOCALENAME_L = 1])
AM_COND_IF([GL_COND_OBJ_GETLOCALENAME_L], [
  gl_PREREQ_GETLOCALENAME_L_SIMPLE
])
gl_MODULE_INDICATOR([getlocalename_l])
gl_LOCALE_MODULE_INDICATOR([getlocalename_l])

Makefile.am:
if GL_COND_OBJ_GETLOCALENAME_L
lib_SOURCES += getlocalename_l.c
endif

Include:
<locale.h>

Link:
$(GETLOCALENAME_L_LIB)

License:
LGPLv2+

Maintainer:
all
