blob: 394cfdf16ec533dca11a82efc3bd0c4ae345aebb [file] [log] [blame]
Ed Tanous0260d9d2021-02-07 19:31:07 +00001#pragma once
2
3#include <cstdint>
4
5// clang-format off
6constexpr const int bmcwebInsecureDisableXssPrevention =
7 @BMCWEB_INSECURE_DISABLE_XSS_PREVENTION@;
8
9constexpr const size_t bmcwebHttpReqBodyLimitMb = @BMCWEB_HTTP_REQ_BODY_LIMIT_MB@;
10
11constexpr const char* mesonInstallPrefix = "@MESON_INSTALL_PREFIX@";
12// clang-format on