blob: 394cfdf16ec533dca11a82efc3bd0c4ae345aebb [file] [log] [blame]
#pragma once
#include <cstdint>
// clang-format off
constexpr const int bmcwebInsecureDisableXssPrevention =
@BMCWEB_INSECURE_DISABLE_XSS_PREVENTION@;
constexpr const size_t bmcwebHttpReqBodyLimitMb = @BMCWEB_HTTP_REQ_BODY_LIMIT_MB@;
constexpr const char* mesonInstallPrefix = "@MESON_INSTALL_PREFIX@";
// clang-format on