summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-07-05 00:52:46 +0000
committerRoland McGrath <roland@redhat.com>1992-07-05 00:52:46 +0000
commit9d3d0c6b7910f68d97d1aa7d303668096b89f753 (patch)
tree0de8a3ea8fbaec556d8a290d7cbd21e620dd4da0 /make.h
parentbc1770c0350a3571bd88b6b8816de59ba6de521a (diff)
downloadgunmake-9d3d0c6b7910f68d97d1aa7d303668096b89f753.tar.gz
Formerly make.h.~49~
Diffstat (limited to 'make.h')
-rw-r--r--make.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.h b/make.h
index 42fe900..c9376ca 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 ();