diff src/mem-limits.h @ 231:557eaa0339bf r20-5b14

Import from CVS: tag r20-5b14
author cvs
date Mon, 13 Aug 2007 10:13:48 +0200
parents 15872534500d
children f220cc83d72e
line wrap: on
line diff
--- a/src/mem-limits.h	Mon Aug 13 10:13:03 2007 +0200
+++ b/src/mem-limits.h	Mon Aug 13 10:13:48 2007 +0200
@@ -62,7 +62,9 @@
 #ifndef USG
 #ifndef MSDOS
 #ifndef WINDOWSNT
+#ifndef __CYGWIN32__
 #include <sys/vlimit.h>
+#endif /* not __CYGWIN32__ */
 #endif /* not WINDOWSNT */
 #endif /* not MSDOS */
 #endif /* not USG */
@@ -81,7 +83,9 @@
 typedef char *POINTER;
 #endif
 
+#ifndef __CYGWIN32__
 typedef unsigned long SIZE;
+#endif
 
 #ifdef NULL
 #undef NULL
@@ -148,7 +152,7 @@
 }
 
 #else /* not USG */
-#ifdef WINDOWSNT
+#if defined( WINDOWSNT ) || defined (__CYGWIN32__)
 
 static void
 get_lim_data (void)