From: Dave Love Date: Fri, 8 Sep 2000 13:49:15 +0000 (+0000) Subject: Mention REL_ALLOC_MMAP. X-Git-Tag: emacs-pretest-21.0.90~1701 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=326cdd749d7e6522f86abb7e54f4df252cde808c;p=emacs.git Mention REL_ALLOC_MMAP. --- 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