From: Gerd Moellmann Date: Mon, 20 Nov 2000 11:58:20 +0000 (+0000) Subject: (USE_MMAP_FOR_BUFFERS): Undefine. X-Git-Tag: emacs-pretest-21.0.92~282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c245b580815a0c753504b93cb6a9d23ecfbb587c;p=emacs.git (USE_MMAP_FOR_BUFFERS): Undefine. --- 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 @@ #define DYNAMIC_OPTION -Bdynamic #endif +/* There have problems reported with mmap at least on Solaris 2.6 + and 2.7. For simplicity, let's not use mmap for anything >= 2.5. + We can optimize this later. */ + +#undef USE_MMAP_FOR_BUFFERS + #endif /* 0 */