verify: new macro 'assume'
[gnulib.git] / modules / chdir-safer
1 Description:
2 like chdir, but safer
3
4 Files:
5 lib/chdir-safer.h
6 lib/chdir-safer.c
7 m4/chdir-safer.m4
8
9 Depends-on:
10 errno
11 fchdir
12 fcntl-h
13 fstat
14 open
15 same-inode
16 stdbool
17
18 configure.ac:
19 gl_CHDIR_SAFER
20
21 Makefile.am:
22 lib_SOURCES += chdir-safer.c
23
24 Include:
25 "chdir-safer.h"
26
27 License:
28 GPL
29
30 Maintainer:
31 Jim Meyering