# HG changeset patch # User Gerd Moellmann # Date 974721500 0 # Node ID 8c62879971b9228a406ff9f58b59fc8d7c4963aa # Parent d07521d90a8eb87fb27755474ce46ca0df6ca953 (USE_MMAP_FOR_BUFFERS): Undefine. diff -r d07521d90a8e -r 8c62879971b9 src/s/sol2-5.h --- 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 */