closein: correct comments
[gnulib.git] / 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 unistd
11 pathmax
12 atexit          [test $gl_cv_have_arbitrary_file_name_length_limit = yes]
13 fchdir          [test $gl_cv_have_arbitrary_file_name_length_limit = yes]
14 fcntl-h         [test $gl_cv_have_arbitrary_file_name_length_limit = yes]
15 openat          [test $gl_cv_have_arbitrary_file_name_length_limit = yes]
16 memchr          [test $gl_cv_have_arbitrary_file_name_length_limit = yes]
17 mempcpy         [test $gl_cv_have_arbitrary_file_name_length_limit = yes]
18 memrchr         [test $gl_cv_have_arbitrary_file_name_length_limit = yes]
19 stdbool         [test $gl_cv_have_arbitrary_file_name_length_limit = yes]
20 stdlib          [test $gl_cv_have_arbitrary_file_name_length_limit = yes]
21
22 configure.ac:
23 gl_FUNC_CHDIR_LONG
24 if test $gl_cv_have_arbitrary_file_name_length_limit = yes; then
25   AC_LIBOBJ([chdir-long])
26   gl_PREREQ_CHDIR_LONG
27 fi
28
29 Makefile.am:
30
31 Include:
32 "chdir-long.h"
33
34 License:
35 GPL
36
37 Maintainer:
38 Jim Meyering