diff options
author | qrort <qrort@yandex-team.com> | 2022-11-30 23:47:12 +0300 |
---|---|---|
committer | qrort <qrort@yandex-team.com> | 2022-11-30 23:47:12 +0300 |
commit | 22f8ae0e3f5d68b92aecccdf96c1d841a0334311 (patch) | |
tree | bffa27765faf54126ad44bcafa89fadecb7a73d7 /contrib/libs/quicklz/epilog.h | |
parent | 332b99e2173f0425444abb759eebcb2fafaa9209 (diff) | |
download | ydb-22f8ae0e3f5d68b92aecccdf96c1d841a0334311.tar.gz |
validate canons without yatest_common
Diffstat (limited to 'contrib/libs/quicklz/epilog.h')
-rw-r--r-- | contrib/libs/quicklz/epilog.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/contrib/libs/quicklz/epilog.h b/contrib/libs/quicklz/epilog.h new file mode 100644 index 00000000000..78b6c37b3d1 --- /dev/null +++ b/contrib/libs/quicklz/epilog.h @@ -0,0 +1,32 @@ +#if !defined(FROM_QUICKLZ_BUILD) + #undef qlz_decompress + #undef qlz_compress + #undef qlz_size_decompressed + #undef qlz_size_compressed + #undef qlz_get_setting + #undef qlz_table + #undef qlz_compress_core + #undef qlz_decompress_core + #undef hash_func + #undef fast_read + #undef fast_write + #undef reset_state + #undef memcpy_up + #undef update_hash + #undef fast_read_safe + #undef same + #undef reset_table_compress + #undef reset_table_decompress + #undef hashat + #undef qlz_size_header + #undef qlz_state_compress + #undef qlz_state_decompress + #undef qlz_hash_compress + #undef qlz_hash_decompress + + #undef COMPRESSION_LEVEL + #undef STREAMING_MODE + #undef QLZ_YVERSION + #undef QLZ_COMPRESSION_LEVEL + #undef QLZ_STREAMING_BUFFER +#endif |