make several modules depend on the "open" module
[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 fchdir
11 fcntl
12 open
13 same-inode
14 stdbool
15
16 configure.ac:
17 gl_CHDIR_SAFER
18
19 Makefile.am:
20
21 Include:
22 "chdir-safer.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering