diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-09-02 11:35:13 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-02 11:35:13 +0000 |
| commit | ffd04218374433cccb196c01a9d49f4b48c32e82 (patch) | |
| tree | f8dba24e436aae3317066bac424dc312d97fb425 /gnu/usr.bin/cvs | |
| parent | e9c371a38d472cb8d7b536270f9f8cb9722afbd5 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cvs')
| -rw-r--r-- | gnu/usr.bin/cvs/lib/config.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/lib/config.h.proto | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/lib/config.h b/gnu/usr.bin/cvs/lib/config.h index 836a00c7fecf..4169f8208199 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 diff --git a/gnu/usr.bin/cvs/lib/config.h.proto b/gnu/usr.bin/cvs/lib/config.h.proto index 836a00c7fecf..4169f8208199 100644 --- a/gnu/usr.bin/cvs/lib/config.h.proto +++ b/gnu/usr.bin/cvs/lib/config.h.proto @@ -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 |
