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