diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-03-10 14:12:09 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-03-10 14:12:09 +0000 |
| commit | 0016b0f705d9ce6439bf26335fb6a4eb56dee20c (patch) | |
| tree | fe9562256048430ac7d11718fb35d0cc1f9fe004 /gnu | |
| parent | 7c4194d8b543988ba5648c8e60afa48685af6138 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cvs/lib/config.h | 3 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/lib/config.h.proto | 3 |
2 files changed, 6 insertions, 0 deletions
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 |
