From 0016b0f705d9ce6439bf26335fb6a4eb56dee20c Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 10 Mar 1998 14:12:09 +0000 Subject: [PATCH] indicate ability to support the PerservePermissions stuff --- gnu/usr.bin/cvs/lib/config.h | 3 +++ gnu/usr.bin/cvs/lib/config.h.proto | 3 +++ 2 files changed, 6 insertions(+) diff --git a/gnu/usr.bin/cvs/lib/config.h b/gnu/usr.bin/cvs/lib/config.h index b667378ef313..67751b828f2d 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 diff --git a/gnu/usr.bin/cvs/lib/config.h.proto b/gnu/usr.bin/cvs/lib/config.h.proto index b667378ef313..67751b828f2d 100644 --- a/gnu/usr.bin/cvs/lib/config.h.proto +++ b/gnu/usr.bin/cvs/lib/config.h.proto @@ -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