summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-03-10 14:12:09 +0000
committerpeter <peter@FreeBSD.org>1998-03-10 14:12:09 +0000
commit02240a39a9b71f1c06af29034ea99411676eb755 (patch)
tree1cb3eb981222ebbe563f1c14f62fbea1c6411e52 /gnu/usr.bin/cvs/lib
parent739fe19eee42bc13153437d57f8a2246259ad1ae (diff)
downloadFreeBSD-src-02240a39a9b71f1c06af29034ea99411676eb755.zip
FreeBSD-src-02240a39a9b71f1c06af29034ea99411676eb755.tar.gz
indicate ability to support the PerservePermissions stuff
Diffstat (limited to 'gnu/usr.bin/cvs/lib')
-rw-r--r--gnu/usr.bin/cvs/lib/config.h3
-rw-r--r--gnu/usr.bin/cvs/lib/config.h.proto3
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 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
diff --git a/gnu/usr.bin/cvs/lib/config.h.proto b/gnu/usr.bin/cvs/lib/config.h.proto
index b667378..67751b8 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
OpenPOWER on IntegriCloud