From 9d3d0c6b7910f68d97d1aa7d303668096b89f753 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 5 Jul 1992 00:52:46 +0000 Subject: [PATCH] Formerly make.h.~49~ --- make.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();