mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
indicate ability to support the PerservePermissions stuff
This commit is contained in:
parent
7c4194d8b5
commit
0016b0f705
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34469
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user