summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2019-06-03 16:29:58 +0200
committerMartin Matuska <martin@matuska.org>2019-06-03 16:29:58 +0200
commit7e88ab9917a41177407844941fd2f575057597ce (patch)
tree70cc6849454ef7eb140e86cc12e2016c7e6d5513 /build/cmake
parent959b98333578b1a400467ffe68b7839a89cc72d2 (diff)
downloadlibarchive-7e88ab9917a41177407844941fd2f575057597ce.tar.gz
Add missing HAVE_UNLINKAT to build/cmake/config.h.in
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 aed77f9a..f0761c95 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -1111,6 +1111,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H 1
+/* Define to 1 if you have the `unlinkat' function. */
+#cmakedefine HAVE_UNLINKAT 1
+
/* Define to 1 if you have the `unsetenv' function. */
#cmakedefine HAVE_UNSETENV 1