From: Roland McGrath Date: Sun, 5 Jul 1992 00:52:46 +0000 (+0000) Subject: Formerly make.h.~49~ X-Git-Tag: 3.70.2~682 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d3d0c6b7910f68d97d1aa7d303668096b89f753;p=thirdparty%2Fmake.git Formerly make.h.~49~ --- diff --git a/make.h b/make.h index 42fe9002..c9376ca7 100644 --- a/make.h +++ b/make.h @@ -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 ();