Mercurial > hg > octave-lojdl > gnulib-hg
annotate 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 |
rev | line source |
---|---|
4770 | 1 Description: |
2 Emergency actions in case of a fatal signal. | |
3 | |
4 Files: | |
5 lib/fatal-signal.h | |
6 lib/fatal-signal.c | |
7 m4/fatal-signal.m4 | |
8 m4/signalblocking.m4 | |
9 | |
10 Depends-on: | |
11 xalloc | |
12 stdbool | |
13 | |
14 configure.ac: | |
15 gl_FATAL_SIGNAL | |
16 | |
17 Makefile.am: | |
18 lib_SOURCES += fatal-signal.h fatal-signal.c | |
19 | |
20 Include: | |
21 "fatal-signal.h" | |
22 | |
23 Maintainer: | |
24 Bruno Haible | |
25 |