]> git.proxmox.com Git - ceph.git/blame - ceph/src/rocksdb/util/gflags_compat.h
bump version to 15.2.11-pve1
[ceph.git] / ceph / src / rocksdb / util / gflags_compat.h
CommitLineData
11fdf7f2
TL
1// Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
2// This source code is licensed under both the GPLv2 (found in the
3// COPYING file in the root directory) and Apache 2.0 License
4// (found in the LICENSE.Apache file in the root directory).
5
6#include <gflags/gflags.h>
7
8#ifndef GFLAGS_NAMESPACE
9// in case it's not defined in old versions, that's probably because it was
10// still google by default.
11#define GFLAGS_NAMESPACE google
12#endif