summaryrefslogtreecommitdiffstats
path: root/lib/liblzma/config.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-05-12 05:42:13 +0000
committerdelphij <delphij@FreeBSD.org>2015-05-12 05:42:13 +0000
commitefbed6b3363f1c6079bb5f43186e16b9cb631bec (patch)
treeda659d68e464806e3cf4f9e24dff90ab07038ee3 /lib/liblzma/config.h
parentb1e416de1486f860f6e82e76d2759a2c2d2c55c9 (diff)
downloadFreeBSD-src-efbed6b3363f1c6079bb5f43186e16b9cb631bec.zip
FreeBSD-src-efbed6b3363f1c6079bb5f43186e16b9cb631bec.tar.gz
Revert r282775 for now. The added dependency would cause problems for
e.g. ports-mgmt/pkg and we would like to do an exp-build. Requested by: bdrewery
Diffstat (limited to 'lib/liblzma/config.h')
-rw-r--r--lib/liblzma/config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h
index 44bc02c..1d0f0bc 100644
--- a/lib/liblzma/config.h
+++ b/lib/liblzma/config.h
@@ -203,13 +203,16 @@
/* #undef HAVE_SHA256INIT */
/* Define to 1 if the system has the type `SHA256_CTX'. */
-#define HAVE_SHA256_CTX 1
+/* FreeBSD - disabled libmd SHA256 for now */
+/* #undef HAVE_SHA256_CTX */
/* Define to 1 if you have the <sha256.h> header file. */
-#define HAVE_SHA256_H 1
+/* FreeBSD - disabled libmd SHA256 for now */
+/* #undef HAVE_SHA256_H */
/* Define to 1 if you have the `SHA256_Init' function. */
-#define HAVE_SHA256_INIT 1
+/* FreeBSD - disabled libmd SHA256 for now */
+/* #undef HAVE_SHA256_INIT */
/* Define to 1 if the system has the type `SHA2_CTX'. */
/* #undef HAVE_SHA2_CTX */
OpenPOWER on IntegriCloud