bareos: master 67901eb8

Author Committer Branch Timestamp Parent
Sebastian Sura Sebastian Sura master 2024-07-03 11:16 master c60c156b Pending
Changeset compression: fix misplaced #define

libfastlz is always compiled in and also relies on libz.h, so we would
actually need to check for libz.h instead of libz itself. Sadly on
windows this check does not want to work, so i disabled it completely.
mod - core/src/lib/compression.cc Diff File