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