diff src/s/freebsd.h @ 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 735123628126
children 576a8de6ffb4
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