blob: 2081c9cb123826eb6cca918fee7ac2d9134aef81 [file] [log] [blame]
Austin Schuh9d823002019-04-14 12:53:17 -07001#pragma once
2
3namespace seasocks {
4
5 struct Config {
6 static constexpr auto version = "@PROJECT_VERSION@";
7 static constexpr bool deflateEnabled = ${DEFLATE_SUPPORT_BOOL};
8 };
9
10}
11