diff options
| author | Gerd Moellmann | 2000-11-20 11:58:20 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-20 11:58:20 +0000 |
| commit | c245b580815a0c753504b93cb6a9d23ecfbb587c (patch) | |
| tree | 52914717599f0b7a51d453346c8410e17f6b47a8 /src | |
| parent | 3bb7b08b1aa13af66127781e9c5f78998b8a093b (diff) | |
| download | emacs-c245b580815a0c753504b93cb6a9d23ecfbb587c.tar.gz emacs-c245b580815a0c753504b93cb6a9d23ecfbb587c.zip | |
(USE_MMAP_FOR_BUFFERS): Undefine.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2-5.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index b3b0470cc80..766b7f1c9fb 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h | |||
| @@ -42,4 +42,10 @@ | |||
| 42 | #define DYNAMIC_OPTION -Bdynamic | 42 | #define DYNAMIC_OPTION -Bdynamic |
| 43 | #endif | 43 | #endif |
| 44 | 44 | ||
| 45 | /* There have problems reported with mmap at least on Solaris 2.6 | ||
| 46 | and 2.7. For simplicity, let's not use mmap for anything >= 2.5. | ||
| 47 | We can optimize this later. */ | ||
| 48 | |||
| 49 | #undef USE_MMAP_FOR_BUFFERS | ||
| 50 | |||
| 45 | #endif /* 0 */ | 51 | #endif /* 0 */ |