sapling/CMake/eden-config.h.in
Chad Austin 2267e75bda require treemanifest support
Summary: We intend to break support for flatmanifest hg, so require that treemanifest is available in the build.

Reviewed By: wez

Differential Revision: D15057150

fbshipit-source-id: 449399cfb9d018f3b722598091eead1bd5d7c77d
2019-05-02 12:35:21 -07:00

22 lines
598 B
C

/*
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#pragma once
#define EDEN_VERSION "${PACKAGE_VERSION}"
#cmakedefine EDEN_HAVE_ROCKSDB
#cmakedefine EDEN_HAVE_SELINUX
#cmakedefine EDEN_HAVE_SQLITE3
#cmakedefine EDEN_HAVE_SYSTEMD
#cmakedefine EDEN_HAVE_CURL
#cmakedefine EDEN_WIN_NOMONONOKE
#cmakedefine EDEN_WIN_NO_RUST_DATAPACK