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