Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / strerror_r-posix
blobf91bc0e7cc4d10ae31856398daead2ae14fa1a9f
1 Description:
2 strerror_r() function: get string describing error code.
4 Files:
5 lib/strerror_r.c
6 m4/strerror_r.m4
8 Depends-on:
9 string
10 extensions
11 errno           [test $HAVE_DECL_STRERROR_R = 0 || test $REPLACE_STRERROR_R = 1]
12 lock            [test $HAVE_DECL_STRERROR_R = 0 || test $REPLACE_STRERROR_R = 1]
13 strerror-override [test $HAVE_DECL_STRERROR_R = 0 || test $REPLACE_STRERROR_R = 1]
15 configure.ac:
16 gl_FUNC_STRERROR_R
17 if test $HAVE_DECL_STRERROR_R = 0 || test $REPLACE_STRERROR_R = 1; then
18   AC_LIBOBJ([strerror_r])
19   gl_PREREQ_STRERROR_R
21 gl_STRING_MODULE_INDICATOR([strerror_r])
22 dnl For the modules argp, error.
23 gl_MODULE_INDICATOR([strerror_r-posix])
25 Makefile.am:
27 Include:
28 <string.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 all