summaryrefslogtreecommitdiff
path: root/modules/sigabbrev_np
blob: 9f2edfdbd23d6d197c75320e3c671c390959895c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
sigabbrev_np() function: abbreviated name of signals.

Files:
lib/sigabbrev_np.c
m4/sigabbrev_np.m4

Depends-on:
extensions
string

configure.ac:
gl_FUNC_SIGABBREV_NP
if test $HAVE_SIGABBREV_NP = 0; then
  AC_LIBOBJ([sigabbrev_np])
fi
gl_STRING_MODULE_INDICATOR([sigabbrev_np])

Makefile.am:

Include:
<string.h>

License:
LGPLv2+

Maintainer:
all