Austin Schuh | 9d82300 | 2019-04-14 12:53:17 -0700 | [diff] [blame^] | 1 | #pragma once |
2 | |||||
3 | namespace seasocks { | ||||
4 | |||||
5 | struct Config { | ||||
6 | static constexpr auto version = "@PROJECT_VERSION@"; | ||||
7 | static constexpr bool deflateEnabled = ${DEFLATE_SUPPORT_BOOL}; | ||||
8 | }; | ||||
9 | |||||
10 | } | ||||
11 |