aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/config_freebsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libarchive/config_freebsd.h')
-rw-r--r--lib/libarchive/config_freebsd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libarchive/config_freebsd.h b/lib/libarchive/config_freebsd.h
index 214ffd10c090..bcbad161446d 100644
--- a/lib/libarchive/config_freebsd.h
+++ b/lib/libarchive/config_freebsd.h
@@ -47,6 +47,8 @@
#endif
#ifdef WITH_OPENSSL
+#define HAVE_LIBCRYPTO 1
+#define HAVE_OPENSSL_EVP_H 1
#define HAVE_OPENSSL_MD5_H 1
#define HAVE_OPENSSL_RIPEMD_H 1
#define HAVE_OPENSSL_SHA_H 1
@@ -57,8 +59,10 @@
#define HAVE_SHA384 1
#define HAVE_SHA512 1
#else
+#define HAVE_LIBMD 1
#define HAVE_MD5_H 1
#define HAVE_MD5INIT 1
+#define HAVE_RIPEMD_H 1
#define HAVE_SHA_H 1
#define HAVE_SHA1 1
#define HAVE_SHA1_INIT 1
@@ -144,6 +148,7 @@
#define HAVE_PIPE 1
#define HAVE_POLL 1
#define HAVE_POLL_H 1
+#define HAVE_POSIX_SPAWNP 1
#define HAVE_PWD_H 1
#define HAVE_READDIR_R 1
#define HAVE_READLINK 1
@@ -154,6 +159,7 @@
#define HAVE_SETLOCALE 1
#define HAVE_SIGACTION 1
#define HAVE_SIGNAL_H 1
+#define HAVE_SPAWN_H 1
#define HAVE_STATFS 1
#define HAVE_STATVFS 1
#define HAVE_STDARG_H 1