Make generated files be read-only.
[pspp] / modules / chdir-long
1 Description:
2 chdir-like function that tries not to fail due to ENAMETOOLONG
3
4 Files:
5 lib/chdir-long.h
6 lib/chdir-long.c
7 m4/chdir-long.m4
8
9 Depends-on:
10 fcntl
11 openat
12 mempcpy
13 memrchr
14 stdbool
15
16 configure.ac:
17 gl_FUNC_CHDIR_LONG
18
19 Makefile.am:
20 EXTRA_DIST += chdir-long.h
21
22 Include:
23 "chdir-long.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering