# HG changeset patch # User Gerd Moellmann # Date 968944368 0 # Node ID ac8c86ff7ee32d2ad78eb56cd05f52a19190edd6 # Parent 3988743369b6a935dfe89999139a64c0079781d8 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP. diff -r 3988743369b6 -r ac8c86ff7ee3 src/s/freebsd.h --- a/src/s/freebsd.h Thu Sep 14 15:11:53 2000 +0000 +++ b/src/s/freebsd.h Thu Sep 14 15:12:48 2000 +0000 @@ -190,7 +190,7 @@ #define GC_MARK_STACK 1 -/* Define REL_ALLOC_MMAP to use an ralloc implementation based on - mmap(2) */ +/* Define USE_MMAP_FOR_BUFFERS to let Emacs use mmap(2) to allocate + buffer text. This overrides REL_ALLOC. */ -#define REL_ALLOC_MMAP 1 +#define USE_MMAP_FOR_BUFFERS 1 diff -r 3988743369b6 -r ac8c86ff7ee3 src/s/irix5-0.h --- a/src/s/irix5-0.h Thu Sep 14 15:11:53 2000 +0000 +++ b/src/s/irix5-0.h Thu Sep 14 15:12:48 2000 +0000 @@ -123,4 +123,4 @@ #define NARROWPROTO 1 -#define REL_ALLOC_MMAP 1 +#define USE_MMAP_FOR_BUFFERS 1 diff -r 3988743369b6 -r ac8c86ff7ee3 src/s/sol2.h --- a/src/s/sol2.h Thu Sep 14 15:11:53 2000 +0000 +++ b/src/s/sol2.h Thu Sep 14 15:12:48 2000 +0000 @@ -47,4 +47,4 @@ #define LIBS_TERMCAP -ltermcap #endif -#define REL_ALLOC_MMAP 1 +#define USE_MMAP_FOR_BUFFERS 1 diff -r 3988743369b6 -r ac8c86ff7ee3 src/s/template.h --- a/src/s/template.h Thu Sep 14 15:11:53 2000 +0000 +++ b/src/s/template.h Thu Sep 14 15:12:48 2000 +0000 @@ -147,8 +147,8 @@ is not ':', #define this to be the appropriate character constant. */ /* #define SEPCHAR ':' */ -/* Define this if the system can use mmap in ralloc.c. */ -/* #define REL_ALLOC_MMAP 1 */ +/* Define this if the system can use mmap for buffer text allocation. */ +/* #define USE_MMAP_FOR_BUFFERS 1 */ /* ============================================================ */