From 036768e48c6039b0f784453cbc388078f72c8d53 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 8 Apr 2004 16:12:30 +0000 Subject: - (bal) [monitor.c monitor_wrap.c] Ok.. Last time. Promise. Tim suggested limiting scope and dtucker@ agreed. --- monitor.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'monitor.c') diff --git a/monitor.c b/monitor.c index 70403f2dd..37d40fcca 100644 --- a/monitor.c +++ b/monitor.c @@ -37,8 +37,13 @@ RCSID("$OpenBSD: monitor.c,v 1.55 2004/02/05 05:37:17 dtucker Exp $"); #include "auth.h" #include "kex.h" #include "dh.h" -#undef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */ +#ifdef TARGET_OS_MAC /* XXX Broken krb5 headers on Mac */ +#undef TARGET_OS_MAC #include "zlib.h" +#define TARGET_OS_MAC 1 +#else +#include "zlib.h" +#endif #include "packet.h" #include "auth-options.h" #include "sshpty.h" -- cgit v1.2.3