sapling/CMake/eden-config.h.in
Chad Austin fcb10e77de flip EDEN_WIN_NO_RUST_DATAPACK to EDEN_HAVE_RUST_DATAPACK
Summary: Using a positive meaning rather than a double negative makes the build a tad simpler.

Reviewed By: strager

Differential Revision: D17000620

fbshipit-source-id: ff27eb8098786b8ed6ed1ba81166b51e29e62d47
2019-08-27 17:04:19 -07:00

19 lines
501 B
C

/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This software may be used and distributed according to the terms of the
* GNU General Public License version 2.
*/
#pragma once
#define EDEN_VERSION "${PACKAGE_VERSION}"
#define EDEN_ETC_EDEN_DIR "${ETC_EDEN_DIR}"
#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_HAVE_RUST_DATAPACK