Mercurial > hg > octave-lojdl > gnulib-hg
diff modules/fatal-signal @ 4770:6708dc21dacc
New module 'fatal-signal'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 06 Oct 2003 12:50:11 +0000 |
parents | |
children | 83d8d561903a |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/fatal-signal @@ -0,0 +1,25 @@ +Description: +Emergency actions in case of a fatal signal. + +Files: +lib/fatal-signal.h +lib/fatal-signal.c +m4/fatal-signal.m4 +m4/signalblocking.m4 + +Depends-on: +xalloc +stdbool + +configure.ac: +gl_FATAL_SIGNAL + +Makefile.am: +lib_SOURCES += fatal-signal.h fatal-signal.c + +Include: +"fatal-signal.h" + +Maintainer: +Bruno Haible +