blob: 2e880fc68ea6262628565cd1eec77677f1608814 [file] [log] [blame]
Ed Tanous0260d9d2021-02-07 19:31:07 +00001#pragma once
2
3#include <cstdint>
Ed Tanous2205bbf2021-06-17 13:33:47 -07004#include <cstddef>
Ed Tanous0260d9d2021-02-07 19:31:07 +00005
6// clang-format off
7constexpr const int bmcwebInsecureDisableXssPrevention =
8 @BMCWEB_INSECURE_DISABLE_XSS_PREVENTION@;
9
10constexpr const size_t bmcwebHttpReqBodyLimitMb = @BMCWEB_HTTP_REQ_BODY_LIMIT_MB@;
11
12constexpr const char* mesonInstallPrefix = "@MESON_INSTALL_PREFIX@";
13// clang-format on