diff options
Diffstat (limited to 'build/cmake')
-rw-r--r-- | build/cmake/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 5ddd2f33..ad799c02 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -738,6 +738,10 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the `zstd' library (-lzstd). */ #cmakedefine HAVE_LIBZSTD 1 +/* Define to 1 if you have the `zstd' library (-lzstd) with compression + support. */ +#cmakedefine HAVE_LIBZSTD_COMPRESSOR 1 + /* Define to 1 if you have the <limits.h> header file. */ #cmakedefine HAVE_LIMITS_H 1 |