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
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
sigabbrev_np
blob
9f2edfdbd23d6d197c75320e3c671c390959895c
1
Description:
2
sigabbrev_np() function: abbreviated name of signals.
3
4
Files:
5
lib/sigabbrev_np.c
6
m4/sigabbrev_np.m4
7
8
Depends-on:
9
extensions
10
string
11
12
configure.ac:
13
gl_FUNC_SIGABBREV_NP
14
if test $HAVE_SIGABBREV_NP = 0; then
15
AC_LIBOBJ([sigabbrev_np])
16
fi
17
gl_STRING_MODULE_INDICATOR([sigabbrev_np])
18
19
Makefile.am:
20
21
Include:
22
<string.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all