* lib/fcntl_.h: New file.
[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 fcntl
11 same-inode
12 stdbool
13
14 configure.ac:
15 gl_CHDIR_SAFER
16
17 Makefile.am:
18 EXTRA_DIST += chdir-safer.h
19
20 Include:
21 "chdir-safer.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Jim Meyering