summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-09-14 22:27:45 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-09-14 22:27:45 +0900
commitce08c48484fd9f6bc2023c2f3647ee3a82a159c1 (patch)
treec827e91f4f2107902d401bb965ab777e4e0b5e8f /build/cmake
parent8267d663154f769e520c41603aae489478f8fe20 (diff)
downloadlibarchive-ce08c48484fd9f6bc2023c2f3647ee3a82a159c1.tar.gz
Fix build failure on FreeBSD 9.2.
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 b66bb543..baca049d 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -727,6 +727,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the <nettle/md5.h> header file. */
#cmakedefine HAVE_NETTLE_MD5_H 1
+/* Define to 1 if you have the <nettle/pbkdf2.h> header file. */
+#cmakedefine HAVE_NETTLE_PBKDF2_H 1
+
/* Define to 1 if you have the <nettle/ripemd160.h> header file. */
#cmakedefine HAVE_NETTLE_RIPEMD160_H 1
@@ -748,6 +751,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `pipe' function. */
#cmakedefine HAVE_PIPE 1
+/* Define to 1 if you have the `PKCS5_PBKDF2_HMAC_SHA1' function. */
+#cmakedefine HAVE_PKCS5_PBKDF2_HMAC_SHA1 1
+
/* Define to 1 if you have the `poll' function. */
#cmakedefine HAVE_POLL 1