blob: b58d24d6c586976d2f1042218b6a4c5b03dd996d [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef QUICHE_COMMON_PLATFORM_DEFAULT_QUICHE_PLATFORM_IMPL_QUIC_FLAGS_IMPL_H_
#define QUICHE_COMMON_PLATFORM_DEFAULT_QUICHE_PLATFORM_IMPL_QUIC_FLAGS_IMPL_H_
#include <string>
#include "common/platform/api/quiche_export.h"
#include "common/platform/api/quiche_flags.h"
#define QUIC_PROTOCOL_FLAG(type, flag, ...) \
QUICHE_EXPORT_PRIVATE extern type FLAGS_##flag;
#include "quic/core/quic_protocol_flags_list.h"
#undef QUIC_PROTOCOL_FLAG
#endif // QUICHE_COMMON_PLATFORM_DEFAULT_QUICHE_PLATFORM_IMPL_QUIC_FLAGS_IMPL_H_