summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2016-09-04 16:35:07 -0700
committerTim Kientzle <kientzle@acm.org>2016-09-04 16:35:07 -0700
commitb4099917d6893ed77af24caff1156e044ebd4fa5 (patch)
tree95ae89adb259ff6b64c5ab63e5390bfbbc8b02ad /build/cmake
parent405ac6fd7a707ebe2eb8ec706a8384a15c2ba0c3 (diff)
downloadlibarchive-b4099917d6893ed77af24caff1156e044ebd4fa5.tar.gz
Fill in checks and support for acl_get_fd_np
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 b066b2ce..053d2051 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -293,6 +293,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `acl_create_entry' function. */
#cmakedefine HAVE_ACL_CREATE_ENTRY 1
+/* Define to 1 if you have the `acl_get_fd_np' function. */
+#cmakedefine HAVE_ACL_GET_FD_NP 1
+
/* Define to 1 if you have the `acl_get_link' function. */
#cmakedefine HAVE_ACL_GET_LINK 1