diff options
Diffstat (limited to 'gnu/usr.bin')
| -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 b667378ef313b..67751b828f2de 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 b667378ef313b..67751b828f2de 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 |
