diff options
| author | Dave Love | 2000-09-28 21:49:46 +0000 |
|---|---|---|
| committer | Dave Love | 2000-09-28 21:49:46 +0000 |
| commit | 5979523a640dfccbc67bf59aee7b4fa07f4d9650 (patch) | |
| tree | e06672089bb9c18bdc23ddd383ad95b79ea2fa56 | |
| parent | ff39853234d46c538f641efd2c59d25484096052 (diff) | |
| download | emacs-5979523a640dfccbc67bf59aee7b4fa07f4d9650.tar.gz emacs-5979523a640dfccbc67bf59aee7b4fa07f4d9650.zip | |
(USE_MMAP_FOR_BUFFERS): Define.
| -rw-r--r-- | src/s/sunos413.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 9 | #ifndef SYSTEM_MALLOC | 9 | #ifndef SYSTEM_MALLOC |
| 10 | #define MEMMOVE_MISSING | 10 | #define MEMMOVE_MISSING |
| 11 | #endif | 11 | #endif |
| 12 | |||
| 13 | #define USE_MMAP_FOR_BUFFERS 1 | ||