changeset 31600:ac8c86ff7ee3

(USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 14 Sep 2000 15:12:48 +0000
parents 3988743369b6
children c7be4550c981
files src/s/freebsd.h src/s/irix5-0.h src/s/sol2.h src/s/template.h
diffstat 4 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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
--- 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 */
 
 /* ============================================================ */