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
