diff options
| author | Glenn Morris | 2012-07-12 20:19:10 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-12 20:19:10 -0400 |
| commit | dbee57935d2ca614c6ec052f1f26a4c67bc7eaa8 (patch) | |
| tree | 32abf593240c74ce9679e35ecb22b35e7c047bf0 /src/s/gnu-linux.h | |
| parent | 6de0e799032b36bed7f7aa066a60d6c5ff9066b6 (diff) | |
| download | emacs-dbee57935d2ca614c6ec052f1f26a4c67bc7eaa8.tar.gz emacs-dbee57935d2ca614c6ec052f1f26a4c67bc7eaa8.zip | |
Move ULIMIT_BREAK_VALUE from src/s to configure
* configure.ac (ULIMIT_BREAK_VALUE): Move here from src/s.
* src/s/gnu-linux.h, src/s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 569b69f574b..30bdf0407be 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -57,9 +57,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 57 | #else | 57 | #else |
| 58 | #define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE | 58 | #define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE |
| 59 | #endif | 59 | #endif |
| 60 | |||
| 61 | #ifdef __i386__ | ||
| 62 | /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ | ||
| 63 | /* we cannot get the maximum address for brk */ | ||
| 64 | # define ULIMIT_BREAK_VALUE (32*1024*1024) | ||
| 65 | #endif | ||