Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/xgetcwd @ 5033:7ada1cee8b2f
Change UTILS_ macro name prefix to gl_.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 20 Apr 2004 08:51:39 +0000 |
parents | 3ccc6d0d52bb |
children | 42b53a22aee5 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Return the current working directory, without size limitations. |
4110 | 3 |
4 Files: | |
5 lib/xgetcwd.h | |
6 lib/xgetcwd.c | |
7 m4/getcwd.m4 | |
8 m4/xgetcwd.m4 | |
9 | |
10 Depends-on: | |
11 xalloc | |
12 pathmax | |
13 | |
14 configure.ac: | |
15 gl_XGETCWD | |
16 | |
17 Makefile.am: | |
18 lib_SOURCES += xgetcwd.h xgetcwd.c | |
19 | |
20 Include: | |
21 "xgetcwd.h" | |
22 | |
4197 | 23 Maintainer: |
24 Jim Meyering | |
25 |