From 326cdd749d7e6522f86abb7e54f4df252cde808c Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 8 Sep 2000 13:49:15 +0000 Subject: [PATCH] Mention REL_ALLOC_MMAP. --- src/s/template.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/template.h b/src/s/template.h index 070e5ed259f..836f45cfc58 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -147,6 +147,9 @@ Boston, MA 02111-1307, USA. */ 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 */ + /* ============================================================ */ /* Here, add any special hacks needed -- 2.39.5