diff src/s/template.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 3bc3df2053c4
children 23a1cea22d13
line wrap: on
line diff
--- a/src/s/template.h	Thu Sep 14 15:11:53 2000 +0000
+++ b/src/s/template.h	Thu Sep 14 15:12:48 2000 +0000
@@ -147,8 +147,8 @@
    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 */
+/* Define this if the system can use mmap for buffer text allocation.  */
+/* #define USE_MMAP_FOR_BUFFERS 1 */
 
 /* ============================================================ */