Add a license tag to every module.
[gnulib.git] / modules / fatal-signal
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 m4/sig_atomic_t.m4
10
11 Depends-on:
12 xalloc
13 stdbool
14
15 configure.ac:
16 gl_FATAL_SIGNAL
17
18 Makefile.am:
19 lib_SOURCES += fatal-signal.h fatal-signal.c
20
21 Include:
22 "fatal-signal.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Bruno Haible
29