blob: 2081c9cb123826eb6cca918fee7ac2d9134aef81 [file] [log] [blame]
#pragma once
namespace seasocks {
struct Config {
static constexpr auto version = "@PROJECT_VERSION@";
static constexpr bool deflateEnabled = ${DEFLATE_SUPPORT_BOOL};
};
}