diff options
author | peter <peter@FreeBSD.org> | 1998-03-10 14:12:09 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-03-10 14:12:09 +0000 |
commit | 02240a39a9b71f1c06af29034ea99411676eb755 (patch) | |
tree | 1cb3eb981222ebbe563f1c14f62fbea1c6411e52 /gnu/usr.bin/cvs/lib/config.h | |
parent | 739fe19eee42bc13153437d57f8a2246259ad1ae (diff) | |
download | FreeBSD-src-02240a39a9b71f1c06af29034ea99411676eb755.zip FreeBSD-src-02240a39a9b71f1c06af29034ea99411676eb755.tar.gz |
indicate ability to support the PerservePermissions stuff
Diffstat (limited to 'gnu/usr.bin/cvs/lib/config.h')
-rw-r--r-- | gnu/usr.bin/cvs/lib/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/lib/config.h b/gnu/usr.bin/cvs/lib/config.h index b667378..67751b8 100644 --- a/gnu/usr.bin/cvs/lib/config.h +++ b/gnu/usr.bin/cvs/lib/config.h @@ -91,6 +91,9 @@ /* Define if you have the connect function. */ /* #undef HAVE_CONNECT */ +/* Define if this system supports chown(), link(), and friends. */ +#define PRESERVE_PERMISSIONS_SUPPORT 1 + /* Define if you have memchr (always for CVS). */ #define HAVE_MEMCHR 1 |