diff options
Diffstat (limited to 'gnu/usr.bin/cvs/lib/config.h')
-rw-r--r-- | gnu/usr.bin/cvs/lib/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/lib/config.h b/gnu/usr.bin/cvs/lib/config.h index 836a00c..4169f82 100644 --- a/gnu/usr.bin/cvs/lib/config.h +++ b/gnu/usr.bin/cvs/lib/config.h @@ -25,7 +25,7 @@ #define HAVE_LONG_FILE_NAMES 1 /* Define if you have a working `mmap' system call. */ -/* #undef HAVE_MMAP */ +#define HAVE_MMAP 1 /* Define if your struct stat has st_blksize. */ #define HAVE_ST_BLKSIZE 1 |