comparison src/s/template.h @ 31499:3bc3df2053c4

Mention REL_ALLOC_MMAP.
author Dave Love <fx@gnu.org>
date Fri, 08 Sep 2000 13:49:15 +0000
parents 63fd40a97a75
children ac8c86ff7ee3
comparison
equal deleted inserted replaced
31498:17d4a8f3df67 31499:3bc3df2053c4
145 145
146 /* If the character used to separate elements of the executable path 146 /* If the character used to separate elements of the executable path
147 is not ':', #define this to be the appropriate character constant. */ 147 is not ':', #define this to be the appropriate character constant. */
148 /* #define SEPCHAR ':' */ 148 /* #define SEPCHAR ':' */
149 149
150 /* Define this if the system can use mmap in ralloc.c. */
151 /* #define REL_ALLOC_MMAP 1 */
152
150 /* ============================================================ */ 153 /* ============================================================ */
151 154
152 /* Here, add any special hacks needed 155 /* Here, add any special hacks needed
153 to make Emacs work on this system. For example, 156 to make Emacs work on this system. For example,
154 you might define certain system call names that don't 157 you might define certain system call names that don't