Merge from coreutils for getcwd and HP-UX 11.
[gnulib.git] / modules / xgetcwd
1 Description:
2 Return the current working directory, without size limitations.
3
4 Files:
5 lib/xgetcwd.h
6 lib/xgetcwd.c
7 m4/xgetcwd.m4
8
9 Depends-on:
10 getcwd
11 xalloc
12
13 configure.ac:
14 gl_XGETCWD
15
16 Makefile.am:
17 lib_SOURCES += xgetcwd.h xgetcwd.c
18
19 Include:
20 "xgetcwd.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Jim Meyering