blob: 6a8e1ca1595ea25822b09077b7fd06cde0614b7f [file] [log] [blame]
// Copyright 2020 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.
#include "quiche_platform_impl/quiche_flags_impl.h"
#define QUIC_FLAG(flag, value) bool flag = value;
#include "quiche/quic/core/quic_flags_list.h"
#undef QUIC_FLAG