Move #undef USE_MMAP_FOR_BUFFERS out of #if 0 ... #endif scope.
authorKenichi Handa <handa@m17n.org>
Tue, 21 Nov 2000 00:31:45 +0000 (00:31 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 21 Nov 2000 00:31:45 +0000 (00:31 +0000)
src/s/sol2-5.h

index 766b7f1..8b44a13 100644 (file)
    identify any problems with gmalloc more accurately.  */
 /* #define SYSTEM_MALLOC */
 
+/* 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
+
 #if 0 /* A recent patch in unexelf.c should eliminate the need for this.  */
 /* Don't use the shared libraries for -lXt and -lXaw,
    to work around a linker bug in Solaris 2.5.
 #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 */