Ed Tanous | 0260d9d | 2021-02-07 19:31:07 +0000 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include <cstdint> | ||||
4 | |||||
5 | // clang-format off | ||||
6 | constexpr const int bmcwebInsecureDisableXssPrevention = | ||||
7 | @BMCWEB_INSECURE_DISABLE_XSS_PREVENTION@; | ||||
8 | |||||
9 | constexpr const size_t bmcwebHttpReqBodyLimitMb = @BMCWEB_HTTP_REQ_BODY_LIMIT_MB@; | ||||
10 | |||||
11 | constexpr const char* mesonInstallPrefix = "@MESON_INSTALL_PREFIX@"; | ||||
12 | // clang-format on |