mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
indicate ability to support the PerservePermissions stuff
This commit is contained in:
parent
7c4194d8b5
commit
0016b0f705
2 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue