bmcweb_config.h.in (5fd0aafb0f14fb3011970e8575647bb608688c7c) | bmcweb_config.h.in (7f3e84a151e106d9227d08358e9ee3fd225b34c4) |
---|---|
1#pragma once 2 3#include <cstdint> 4#include <cstddef> 5 6// clang-format off 7constexpr const int bmcwebInsecureDisableXssPrevention = 8 @BMCWEB_INSECURE_DISABLE_XSS_PREVENTION@; --- 6 unchanged lines hidden (view full) --- 15 16constexpr const bool bmcwebInsecureEnableHttpPushStyleEventing = @BMCWEB_INSECURE_ENABLE_HTTP_PUSH_STYLE_EVENTING@ == 1; 17 18constexpr const char* bmcwebLoggingLevel = "@BMCWEB_LOGGING_LEVEL@"; 19 20constexpr const bool bmcwebEnableHealthPopulate = @BMCWEB_ENABLE_HEALTH_POPULATE@ == 1; 21 22constexpr const bool bmcwebEnableProcMemStatus = @BMCWEB_ENABLE_PROC_MEM_STATUS@ == 1; | 1#pragma once 2 3#include <cstdint> 4#include <cstddef> 5 6// clang-format off 7constexpr const int bmcwebInsecureDisableXssPrevention = 8 @BMCWEB_INSECURE_DISABLE_XSS_PREVENTION@; --- 6 unchanged lines hidden (view full) --- 15 16constexpr const bool bmcwebInsecureEnableHttpPushStyleEventing = @BMCWEB_INSECURE_ENABLE_HTTP_PUSH_STYLE_EVENTING@ == 1; 17 18constexpr const char* bmcwebLoggingLevel = "@BMCWEB_LOGGING_LEVEL@"; 19 20constexpr const bool bmcwebEnableHealthPopulate = @BMCWEB_ENABLE_HEALTH_POPULATE@ == 1; 21 22constexpr const bool bmcwebEnableProcMemStatus = @BMCWEB_ENABLE_PROC_MEM_STATUS@ == 1; |
23 24constexpr const bool bmcwebEnableMultiHost = @BMCWEB_ENABLE_MULTI_HOST@ == 1; |
|
23// clang-format on | 25// clang-format on |