diff options
author | Dave Love <fx@gnu.org> | 2000-09-08 13:49:15 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-08 13:49:15 +0000 |
commit | 326cdd749d7e6522f86abb7e54f4df252cde808c (patch) | |
tree | 2511741bfb935f6f8ca84c89c43576c093c863b5 | |
parent | a2c23c923a6c98500895fc938c2c10157565a438 (diff) | |
download | emacs-326cdd749d7e6522f86abb7e54f4df252cde808c.tar.gz emacs-326cdd749d7e6522f86abb7e54f4df252cde808c.tar.bz2 emacs-326cdd749d7e6522f86abb7e54f4df252cde808c.zip |
Mention REL_ALLOC_MMAP.
-rw-r--r-- | src/s/template.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |