diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-05 00:52:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-05 00:52:46 +0000 |
commit | 9d3d0c6b7910f68d97d1aa7d303668096b89f753 (patch) | |
tree | 0de8a3ea8fbaec556d8a290d7cbd21e620dd4da0 | |
parent | bc1770c0350a3571bd88b6b8816de59ba6de521a (diff) | |
download | gunmake-9d3d0c6b7910f68d97d1aa7d303668096b89f753.tar.gz |
Formerly make.h.~49~
-rw-r--r-- | make.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -249,7 +249,7 @@ extern int pipe (), close (), read (), write (), open (); extern long int lseek (); #endif /* GNU C library or POSIX. */ -#ifndef GETCWD_MISSING +#ifdef HAVE_GETCWD extern char *getcwd (); #else extern char *getwd (); |