summaryrefslogtreecommitdiff
path: root/config/nsinstall.c
diff options
context:
space:
mode:
Diffstat (limited to 'config/nsinstall.c')
-rw-r--r--config/nsinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nsinstall.c b/config/nsinstall.c
index f128cef1..0f3cd3e2 100644
--- a/config/nsinstall.c
+++ b/config/nsinstall.c
@@ -67,7 +67,7 @@
* Does getcwd() take NULL as the first argument and malloc
* the result buffer?
*/
-#if !defined(RHAPSODY) && !defined(NEXTSTEP) && !defined(VMS)
+#if !defined(DARWIN) && !defined(NEXTSTEP) && !defined(VMS)
#define GETCWD_CAN_MALLOC
#endif