summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2017-03-02 14:19:38 +0100
committerMartin Matuska <martin@matuska.org>2017-03-02 16:10:26 +0100
commitf5d473ed0b708f59f34c702891792efc9bb0817f (patch)
treec209007a2c49fd08ee93f7cc8bd40cb7501ed6a5 /build/cmake
parent60f0931d3b97e00616d7122321e34116d926bcc5 (diff)
downloadlibarchive-f5d473ed0b708f59f34c702891792efc9bb0817f.tar.gz
New tar test: test_option_acls
Add sunacl_get() and setTestAcl() to common test code Test for membership.h on Mac OS X and make it a requirement for ACLs
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index fd4fbdcd..8c18edf8 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -773,6 +773,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `mbrtowc' function. */
#cmakedefine HAVE_MBRTOWC 1
+/* Define to 1 if you have the <membership.h> header file. */
+#cmakedefine HAVE_MEMBERSHIP_H 1
+
/* Define to 1 if you have the `memmove' function. */
#cmakedefine HAVE_MEMMOVE 1