X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fchdir-long;h=a456b1385b40ef81cddccaa1e53c854c90fc383b;hb=e873bdee3369d3fcae65c602196f53b943af3770;hp=f9cb4027512e3674da287bd629f32eaeff5d57d4;hpb=35600a9a833bc287a025214c9601574e4a8115d7;p=gnulib.git diff --git a/modules/chdir-long b/modules/chdir-long index f9cb40275..a456b1385 100644 --- a/modules/chdir-long +++ b/modules/chdir-long @@ -7,16 +7,24 @@ lib/chdir-long.c m4/chdir-long.m4 Depends-on: -atexit -fchdir -fcntl -openat -mempcpy -memrchr -stdbool +unistd +pathmax +atexit [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +fchdir [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +fcntl-h [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +openat [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +memchr [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +mempcpy [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +memrchr [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +stdbool [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +stdlib [test $gl_cv_have_arbitrary_file_name_length_limit = yes] configure.ac: gl_FUNC_CHDIR_LONG +if test $gl_cv_have_arbitrary_file_name_length_limit = yes; then + AC_LIBOBJ([chdir-long]) + gl_PREREQ_CHDIR_LONG +fi Makefile.am: