repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
sigdescr_np
blob
6a6c6cebf887b3fdf0900d32d597b393ddc62219
1
Description:
2
sigdescr_np() function: English descriptions of signals.
3
4
Files:
5
lib/sigdescr_np.c
6
m4/sigdescr_np.m4
7
8
Depends-on:
9
extensions
10
string
11
12
configure.ac:
13
gl_FUNC_SIGDESCR_NP
14
if test $HAVE_SIGDESCR_NP = 0; then
15
AC_LIBOBJ([sigdescr_np])
16
fi
17
gl_STRING_MODULE_INDICATOR([sigdescr_np])
18
19
Makefile.am:
20
21
Include:
22
<string.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all