summaryrefslogtreecommitdiff
path: root/lib/liblzma
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2019-01-09 05:30:46 +0000
committerXin LI <delphij@FreeBSD.org>2019-01-09 05:30:46 +0000
commitbf6e258bc4b1de8c10836acc46362ffda1d67555 (patch)
treebe5a115aea4bd56ec3b310ef97c27a3b382e42b9 /lib/liblzma
parent8cb623ce6e9a54476da6caef6328599d9b898b22 (diff)
downloadsrc-test2-bf6e258bc4b1de8c10836acc46362ffda1d67555.tar.gz
src-test2-bf6e258bc4b1de8c10836acc46362ffda1d67555.zip
Notes
Diffstat (limited to 'lib/liblzma')
-rw-r--r--lib/liblzma/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h
index f500d89b1c6e..c8edd304fadb 100644
--- a/lib/liblzma/config.h
+++ b/lib/liblzma/config.h
@@ -26,7 +26,7 @@
/* #undef HAVE_BYTESWAP_H */
/* Define to 1 if Capsicum is available. */
-/* #undef HAVE_CAPSICUM */
+#define HAVE_CAPSICUM 1
/* Define to 1 if the system has the type `CC_SHA256_CTX'. */
/* #undef HAVE_CC_SHA256_CTX */
@@ -261,7 +261,7 @@
/* #undef HAVE_SYS_BYTEORDER_H */
/* Define to 1 if you have the <sys/capsicum.h> header file. */
-/* #undef HAVE_SYS_CAPSICUM_H */
+#define HAVE_SYS_CAPSICUM_H 1
/* Define to 1 if you have the <sys/endian.h> header file. */
#define HAVE_SYS_ENDIAN_H 1