#!/usr/bin/env python3 # # Copyright (c) 2020-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. # """ This file provides access to build-time configuration data for EdenFS. """ PACKAGE_NAME = "@PROJECT_NAME@" VERSION = "@EDEN_VERSION@" RELEASE = "@EDEN_RELEASE@" BUILD_REVISION = "@EDEN_BUILD_REVISION@" BUILD_TIME_UNIX = @EDEN_BUILD_TIME_UNIX@ BUILD_FLAVOR = "CMake" HAVE_GIT = @EDEN_HAVE_GIT_PY@