summaryrefslogtreecommitdiff
path: root/modules/sig2str
blob: cb26add2d08bb54e21061a2bda132115e494e5fe (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
29
30
31
Description:
Convert between signal names and signal numbers.

Files:
lib/sig2str.h
lib/sig2str.c
m4/sig2str.m4

Depends-on:
intprops

configure.ac:
gl_FUNC_SIG2STR
gl_CONDITIONAL([GL_COND_OBJ_SIG2STR], [test $ac_cv_func_sig2str = no])
AM_COND_IF([GL_COND_OBJ_SIG2STR], [
  gl_PREREQ_SIG2STR
])

Makefile.am:
if GL_COND_OBJ_SIG2STR
lib_SOURCES += sig2str.c
endif

Include:
"sig2str.h"

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering