X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetcwd;h=cc80bfe8827689c687911ffb03093b78134e3602;hb=8d8a973ad831a93279c282e090d204413ed03f2f;hp=1367c2ac0d359e0392db261eb23257c035d4be1f;hpb=82d8ff5ab30935fa8dce714a1bdc274a4fba1cf9;p=gnulib.git diff --git a/modules/getcwd b/modules/getcwd index 1367c2ac0..cc80bfe88 100644 --- a/modules/getcwd +++ b/modules/getcwd @@ -2,23 +2,31 @@ Description: Return the current working directory. Files: -lib/getcwd.h lib/getcwd.c -m4/d-ino.m4 +m4/getcwd-abort-bug.m4 m4/getcwd-path-max.m4 m4/getcwd.m4 Depends-on: -mempcpy +unistd extensions +mempcpy [test $REPLACE_GETCWD = 1] +d-ino [test $REPLACE_GETCWD = 1] +memmove [test $REPLACE_GETCWD = 1] +openat [test $REPLACE_GETCWD = 1] +stdbool [test $REPLACE_GETCWD = 1] +malloc-posix [test $REPLACE_GETCWD = 1] +strdup-posix [test $REPLACE_GETCWD = 1] configure.ac: gl_FUNC_GETCWD +gl_MODULE_INDICATOR([getcwd]) +gl_UNISTD_MODULE_INDICATOR([getcwd]) Makefile.am: Include: -"getcwd.h" + License: GPL