summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2017-03-02 04:34:43 +0100
committerMartin Matuska <martin@matuska.org>2017-03-02 11:46:53 +0100
commit60f0931d3b97e00616d7122321e34116d926bcc5 (patch)
tree89e624377e6fa0d3e9cf2e208a5b2d612706c059 /build/cmake
parent784851b7b476f3cb2e1247c0f8913b8726c103d9 (diff)
downloadlibarchive-60f0931d3b97e00616d7122321e34116d926bcc5.tar.gz
Reorganize ACL defines and fix detection of ACL_SYNCHRONIZE on Mac OS
Adjust MacOS part of test_acl_platform_nfs4
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in25
1 files changed, 16 insertions, 9 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index a246282d..fd4fbdcd 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -326,15 +326,6 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `acl_set_file' function. */
#cmakedefine HAVE_ACL_SET_FILE 1
-/* True for FreeBSD with NFSv4 ACL support */
-#cmakedefine HAVE_ACL_TYPE_NFS4 1
-
-/* True for MacOS ACL support */
-#cmakedefine HAVE_ACL_TYPE_EXTENDED 1
-
-/* True for systems with POSIX ACL support */
-#cmakedefine HAVE_ACL_USER 1
-
/* Define to 1 if you have the `arc4random_buf' function. */
#cmakedefine HAVE_ARC4RANDOM_BUF 1
@@ -383,6 +374,22 @@ typedef uint64_t uintmax_t;
don't. */
#cmakedefine HAVE_DECL_ACE_SETACL 1
+/* Define to 1 if you have the declaration of `ACL_SYNCHRONIZE', and to 0 if
+ you don't. */
+#cmakedefine HAVE_DECL_ACL_SYNCHRONIZE 1
+
+/* Define to 1 if you have the declaration of `ACL_TYPE_EXTENDED', and to 0 if
+ you don't. */
+#cmakedefine HAVE_DECL_ACL_TYPE_EXTENDED 1
+
+/* Define to 1 if you have the declaration of `ACL_TYPE_NFS4', and to 0 if you
+ don't. */
+#cmakedefine HAVE_DECL_ACL_TYPE_NFS4 1
+
+/* Define to 1 if you have the declaration of `ACL_USER', and to 0 if you
+ don't. */
+#cmakedefine HAVE_DECL_ACL_USER 1
+
/* Define to 1 if you have the declaration of `INT32_MAX', and to 0 if you
don't. */
#cmakedefine HAVE_DECL_INT32_MAX 1