summaryrefslogtreecommitdiff
path: root/config/bmcweb_config.h.in
blob: f5a1213299ca9caa65927c8f63a297c3234c2679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <cstdint>
#include <string_view>

// clang-format off
// NOLINTBEGIN(readability-identifier-naming)

@BMCWEB_OPTIONS@

// NOLINTEND(readability-identifier-naming)
// clang-format on