diff src/mem-limits.h @ 41969:e669966d496e

Test GNU_LINUX, not LINUX.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Dec 2001 22:20:20 +0000
parents 14f9303d9d82
children 243b781b4ba5
line wrap: on
line diff
--- a/src/mem-limits.h	Tue Dec 11 22:13:11 2001 +0000
+++ b/src/mem-limits.h	Tue Dec 11 22:20:20 2001 +0000
@@ -118,7 +118,7 @@
   lim_data = -1;
 
   /* Use the ulimit call, if we seem to have it.  */
-#if !defined (ULIMIT_BREAK_VALUE) || defined (LINUX)
+#if !defined (ULIMIT_BREAK_VALUE) || defined (GNU_LINUX)
   lim_data = ulimit (3, 0);
 #endif