Files
pgbackrest/src/build.auto.h.in
T
David Steele 47aa765375 Add Zstandard compression support.
Zstandard is a fast lossless compression algorithm targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy stage, provided by Huff0 and FSE library.

Zstandard version >= 1.0 is required, which is generally only available on newer distributions.
2020-05-04 15:25:27 -04:00

18 lines
614 B
C

/***********************************************************************************************************************************
Build Flags Generated by Configure
***********************************************************************************************************************************/
// Are test code and asserts disabled?
#undef NDEBUG
// Does the compiler provide _Static_assert()?
#undef HAVE_STATIC_ASSERT
// Does the compiler provide __builtin_types_compatible_p()?
#undef HAVE_BUILTIN_TYPES_COMPATIBLE_P
// Is liblz4 present?
#undef HAVE_LIBLZ4
// Is libzstd present?
#undef HAVE_LIBZST