6b764d21c8f8669b3f2dd8c58726a19eb469b66b
[gnulib.git] / modules / getcwd
1 Description:
2 Return the current working directory.
3
4 Files:
5 lib/getcwd.c
6 m4/getcwd-abort-bug.m4
7 m4/getcwd-path-max.m4
8 m4/getcwd.m4
9
10 Depends-on:
11 unistd
12 extensions
13 mempcpy         [test $REPLACE_GETCWD = 1]
14 d-ino           [test $REPLACE_GETCWD = 1]
15 memmove         [test $REPLACE_GETCWD = 1]
16 openat          [test $REPLACE_GETCWD = 1]
17 stdbool         [test $REPLACE_GETCWD = 1]
18 malloc-posix    [test $REPLACE_GETCWD = 1]
19 strdup-posix    [test $REPLACE_GETCWD = 1]
20
21 configure.ac:
22 gl_FUNC_GETCWD
23 if test $REPLACE_GETCWD = 1; then
24   AC_LIBOBJ([getcwd])
25   gl_PREREQ_GETCWD
26 fi
27 gl_MODULE_INDICATOR([getcwd])
28 gl_UNISTD_MODULE_INDICATOR([getcwd])
29
30 Makefile.am:
31
32 Include:
33 <unistd.h>
34
35 License:
36 GPL
37
38 Maintainer:
39 all, glibc