Make chdir-safer.c slightly safer.
[pspp] / modules / c-stack
1 Description:
2 Stack overflow handling, causing program exit.
3
4 Files:
5 lib/c-stack.h
6 lib/c-stack.c
7 m4/c-stack.m4
8
9 Depends-on:
10 gettext-h
11 exitfail
12 unistd
13 raise
14
15 configure.ac:
16 gl_C_STACK
17
18 Makefile.am:
19 lib_SOURCES += c-stack.h c-stack.c
20
21 Include:
22 "c-stack.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Paul Eggert