Browse Source

Reverted mmap() disable from 1.0.0x

svn: 86
Bryan Drewery 23 years ago
parent
commit
478fcfbaa3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/mod/compress.mod/compress.c

+ 0 - 2
src/mod/compress.mod/compress.c

@@ -45,8 +45,6 @@
 
 #define BUFLEN	512
 
-#undef HAVE_MMAP
-
 static Function *global = NULL,
 		*share_funcs = NULL;