summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-09-07 20:28:59 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-09-08 19:41:34 +0900
commitde0a204ecce9ce2d1348b8748b67c568e97f9771 (patch)
tree8b5cc6814e59ab119728de7e2a5e8d0f7ef6b610 /build/cmake
parent03b47ac01d7579f323d1949f5e5d7256e38b7cd9 (diff)
downloadlibarchive-de0a204ecce9ce2d1348b8748b67c568e97f9771.tar.gz
Add support for traditional PKWARE encryption.
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index 3b82b24f..b66bb543 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -328,6 +328,9 @@ typedef uint64_t uintmax_t;
/* 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
+
/* Define to 1 if you have the <attr/xattr.h> header file. */
#cmakedefine HAVE_ATTR_XATTR_H 1
@@ -757,6 +760,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the <process.h> header file. */
#cmakedefine HAVE_PROCESS_H 1
+/* Define to 1 if you have the <pthread.h> header file. */
+#cmakedefine HAVE_PTHREAD_H 1
+
/* Define to 1 if you have the <pwd.h> header file. */
#cmakedefine HAVE_PWD_H 1