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