view 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
line wrap: on
line source

Description:
Return the current working directory, without size limitations.

Files:
lib/xgetcwd.h
lib/xgetcwd.c
m4/getcwd.m4
m4/xgetcwd.m4

Depends-on:
xalloc
pathmax

configure.ac:
gl_XGETCWD

Makefile.am:
lib_SOURCES += xgetcwd.h xgetcwd.c

Include:
"xgetcwd.h"

Maintainer:
Jim Meyering