pathmax: Leave PATH_MAX undefined on the Hurd, and a constant otherwise.
[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 pathmax         [test $REPLACE_GETCWD = 1]
14 mempcpy         [test $REPLACE_GETCWD = 1]
15 d-ino           [test $REPLACE_GETCWD = 1]
16 memmove         [test $REPLACE_GETCWD = 1]
17 openat          [test $REPLACE_GETCWD = 1]
18 stdbool         [test $REPLACE_GETCWD = 1]
19 malloc-posix    [test $REPLACE_GETCWD = 1]
20 strdup-posix    [test $REPLACE_GETCWD = 1]
21
22 configure.ac:
23 gl_FUNC_GETCWD
24 if test $REPLACE_GETCWD = 1; then
25   AC_LIBOBJ([getcwd])
26   gl_PREREQ_GETCWD
27 fi
28 gl_MODULE_INDICATOR([getcwd])
29 gl_UNISTD_MODULE_INDICATOR([getcwd])
30
31 Makefile.am:
32
33 Include:
34 <unistd.h>
35
36 License:
37 GPL
38
39 Maintainer:
40 all, glibc