mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
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.
18 lines
614 B
C
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
|