pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / strerror
1 Description:
2 strerror() function: return string describing error code.
3
4 Files:
5 lib/strerror.c
6 m4/strerror.m4
7
8 Depends-on:
9 string
10 errno            [test $REPLACE_STRERROR = 1]
11 intprops         [test $REPLACE_STRERROR = 1]
12 strerror-override [test $REPLACE_STRERROR = 1]
13 verify           [test $REPLACE_STRERROR = 1]
14
15 configure.ac:
16 gl_FUNC_STRERROR
17 if test $REPLACE_STRERROR = 1; then
18   AC_LIBOBJ([strerror])
19 fi
20 gl_MODULE_INDICATOR([strerror])
21 gl_STRING_MODULE_INDICATOR([strerror])
22
23 Makefile.am:
24
25 Include:
26 <string.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 all