verify: new macro 'assume'
[gnulib.git] / modules / strsignal
1 Description:
2 strsignal() function: return string describing signal.
3
4 Files:
5 lib/strsignal.c
6 lib/siglist.h
7 m4/strsignal.m4
8
9 Depends-on:
10 string
11 extensions
12 gettext-h       [test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1]
13 lock            [test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1]
14 tls             [test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1]
15 snprintf        [test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1]
16 memset          [test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1]
17
18 configure.ac:
19 gl_FUNC_STRSIGNAL
20 if test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1; then
21   AC_LIBOBJ([strsignal])
22   gl_PREREQ_STRSIGNAL
23 fi
24 gl_STRING_MODULE_INDICATOR([strsignal])
25
26 Makefile.am:
27
28 Include:
29 <string.h>
30
31 License:
32 LGPLv2+
33
34 Maintainer:
35 Colin Watson, glibc