Deleted Added
full compact
config.h (282775) config.h (282808)
1/* $FreeBSD: head/lib/liblzma/config.h 282775 2015-05-11 17:49:07Z delphij $ */
1/* $FreeBSD: head/lib/liblzma/config.h 282808 2015-05-12 05:42:13Z delphij $ */
2/* config.h. Generated from config.h.in by configure. */
3/* config.h.in. Generated from configure.ac by autoheader. */
4
5/* Define if building universal (internal helper macro) */
6/* #undef AC_APPLE_UNIVERSAL_BUILD */
7
8/* How many MiB of RAM to assume if the real amount cannot be determined. */
9#define ASSUME_RAM 128

--- 188 unchanged lines hidden (view full) ---

198
199/* Have PTHREAD_PRIO_INHERIT. */
200#define HAVE_PTHREAD_PRIO_INHERIT 1
201
202/* Define to 1 if you have the `SHA256Init' function. */
203/* #undef HAVE_SHA256INIT */
204
205/* Define to 1 if the system has the type `SHA256_CTX'. */
2/* config.h. Generated from config.h.in by configure. */
3/* config.h.in. Generated from configure.ac by autoheader. */
4
5/* Define if building universal (internal helper macro) */
6/* #undef AC_APPLE_UNIVERSAL_BUILD */
7
8/* How many MiB of RAM to assume if the real amount cannot be determined. */
9#define ASSUME_RAM 128

--- 188 unchanged lines hidden (view full) ---

198
199/* Have PTHREAD_PRIO_INHERIT. */
200#define HAVE_PTHREAD_PRIO_INHERIT 1
201
202/* Define to 1 if you have the `SHA256Init' function. */
203/* #undef HAVE_SHA256INIT */
204
205/* Define to 1 if the system has the type `SHA256_CTX'. */
206#define HAVE_SHA256_CTX 1
206/* FreeBSD - disabled libmd SHA256 for now */
207/* #undef HAVE_SHA256_CTX */
207
208/* Define to 1 if you have the <sha256.h> header file. */
208
209/* Define to 1 if you have the <sha256.h> header file. */
209#define HAVE_SHA256_H 1
210/* FreeBSD - disabled libmd SHA256 for now */
211/* #undef HAVE_SHA256_H */
210
211/* Define to 1 if you have the `SHA256_Init' function. */
212
213/* Define to 1 if you have the `SHA256_Init' function. */
212#define HAVE_SHA256_INIT 1
214/* FreeBSD - disabled libmd SHA256 for now */
215/* #undef HAVE_SHA256_INIT */
213
214/* Define to 1 if the system has the type `SHA2_CTX'. */
215/* #undef HAVE_SHA2_CTX */
216
217/* Define to 1 if you have the <sha2.h> header file. */
218/* #undef HAVE_SHA2_H */
219
220/* Define to 1 if optimizing for size. */

--- 279 unchanged lines hidden ---
216
217/* Define to 1 if the system has the type `SHA2_CTX'. */
218/* #undef HAVE_SHA2_CTX */
219
220/* Define to 1 if you have the <sha2.h> header file. */
221/* #undef HAVE_SHA2_H */
222
223/* Define to 1 if optimizing for size. */

--- 279 unchanged lines hidden ---