blob: 2e880fc68ea6262628565cd1eec77677f1608814 [file] [log] [blame]
#pragma once
#include <cstdint>
#include <cstddef>
// 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