summaryrefslogtreecommitdiff
path: root/bmcweb_config.h.in
blob: 394cfdf16ec533dca11a82efc3bd0c4ae345aebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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