Test GNU_LINUX, not LINUX.
[bpt/emacs.git] / src / mem-limits.h
index dae4cf7..1028d7f 100644 (file)
@@ -118,7 +118,7 @@ get_lim_data ()
   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