- (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
diff --git a/ssh.c b/ssh.c
index aff79a5..5188545 100644
--- a/ssh.c
+++ b/ssh.c
@@ -244,7 +244,7 @@
 	original_real_uid = getuid();
 	original_effective_uid = geteuid();
 
-#if !defined(HAVE_SETRLIMIT) || !defined(HAVE_CYGWIN)
+#ifdef HAVE_SETRLIMIT
 	/* If we are installed setuid root be careful to not drop core. */
 	if (original_real_uid != original_effective_uid) {
 		struct rlimit rlim;