changeset 33630:8c62879971b9

(USE_MMAP_FOR_BUFFERS): Undefine.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 20 Nov 2000 11:58:20 +0000
parents d07521d90a8e
children 86ab384be9d7
files src/s/sol2-5.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/sol2-5.h	Mon Nov 20 11:40:45 2000 +0000
+++ b/src/s/sol2-5.h	Mon Nov 20 11:58:20 2000 +0000
@@ -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 */