diff options
| author | Richard M. Stallman | 2001-12-11 22:20:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-11 22:20:20 +0000 |
| commit | 8a2a6032daa218702d62b8d1e12240bda4bfb302 (patch) | |
| tree | 2448a3b540110767589fd9963d56b9e666be1d34 /src/mem-limits.h | |
| parent | 8db5530aa05f20f511a0cf2373fd838004be80be (diff) | |
| download | emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.tar.gz emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.zip | |
Test GNU_LINUX, not LINUX.
Diffstat (limited to 'src/mem-limits.h')
| -rw-r--r-- | src/mem-limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem-limits.h b/src/mem-limits.h index dae4cf7fd45..1028d7ff5ad 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h | |||
| @@ -118,7 +118,7 @@ get_lim_data () | |||
| 118 | lim_data = -1; | 118 | lim_data = -1; |
| 119 | 119 | ||
| 120 | /* Use the ulimit call, if we seem to have it. */ | 120 | /* Use the ulimit call, if we seem to have it. */ |
| 121 | #if !defined (ULIMIT_BREAK_VALUE) || defined (LINUX) | 121 | #if !defined (ULIMIT_BREAK_VALUE) || defined (GNU_LINUX) |
| 122 | lim_data = ulimit (3, 0); | 122 | lim_data = ulimit (3, 0); |
| 123 | #endif | 123 | #endif |
| 124 | 124 | ||