summaryrefslogtreecommitdiff
path: root/src/s/sol2-5.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-11-20 11:58:20 +0000
committerGerd Moellmann <gerd@gnu.org>2000-11-20 11:58:20 +0000
commitc245b580815a0c753504b93cb6a9d23ecfbb587c (patch)
tree52914717599f0b7a51d453346c8410e17f6b47a8 /src/s/sol2-5.h
parent3bb7b08b1aa13af66127781e9c5f78998b8a093b (diff)
downloademacs-c245b580815a0c753504b93cb6a9d23ecfbb587c.tar.gz
(USE_MMAP_FOR_BUFFERS): Undefine.
Diffstat (limited to 'src/s/sol2-5.h')
-rw-r--r--src/s/sol2-5.h6
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 @@
#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 */