From: Dave Love Date: Thu, 28 Sep 2000 21:49:46 +0000 (+0000) Subject: (USE_MMAP_FOR_BUFFERS): Define. X-Git-Tag: emacs-pretest-21.0.90~1315 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5979523a640dfccbc67bf59aee7b4fa07f4d9650;p=emacs.git (USE_MMAP_FOR_BUFFERS): Define. --- diff --git a/src/s/sunos413.h b/src/s/sunos413.h index 3caae6e7378..5dedb2947f6 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h @@ -9,3 +9,5 @@ #ifndef SYSTEM_MALLOC #define MEMMOVE_MISSING #endif + +#define USE_MMAP_FOR_BUFFERS 1