2017-01-30 23:57:27 +01:00
|
|
|
# Copyright (c) 2013-2016 The Bitcoin Core developers
|
|
|
|
# Distributed under the MIT software license, see the accompanying
|
|
|
|
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
|
|
|
# These environment variables are set by the build process and read by
|
2021-09-02 10:49:21 +02:00
|
|
|
# test/*/test_runner.py and test/util/rpcauth-test.py
|
2017-01-30 23:57:27 +01:00
|
|
|
|
|
|
|
[environment]
|
2019-04-25 11:11:12 +02:00
|
|
|
PACKAGE_NAME=@PACKAGE_NAME@
|
2020-05-29 21:32:56 +02:00
|
|
|
PACKAGE_BUGREPORT=@PACKAGE_BUGREPORT@
|
2017-01-30 23:57:27 +01:00
|
|
|
SRCDIR=@abs_top_srcdir@
|
|
|
|
BUILDDIR=@abs_top_builddir@
|
|
|
|
EXEEXT=@EXEEXT@
|
2018-04-18 23:39:24 +02:00
|
|
|
RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
|
2017-01-30 23:57:27 +01:00
|
|
|
|
|
|
|
[components]
|
|
|
|
# Which components are enabled. These are commented out by `configure` if they were disabled when running config.
|
2017-02-17 20:22:56 +01:00
|
|
|
@ENABLE_WALLET_TRUE@ENABLE_WALLET=true
|
2020-10-29 17:28:07 +01:00
|
|
|
@USE_SQLITE_TRUE@USE_SQLITE=true
|
2020-11-23 11:23:31 +01:00
|
|
|
@USE_BDB_TRUE@USE_BDB=true
|
2014-12-25 12:43:52 +01:00
|
|
|
@BUILD_BITCOIN_CLI_TRUE@ENABLE_CLI=true
|
2022-04-11 21:39:13 +02:00
|
|
|
@BUILD_BITCOIN_UTIL_TRUE@ENABLE_BITCOIN_UTIL=true
|
2019-11-18 22:48:52 +01:00
|
|
|
@BUILD_BITCOIN_WALLET_TRUE@ENABLE_WALLET_TOOL=true
|
2017-02-17 20:22:56 +01:00
|
|
|
@BUILD_BITCOIND_TRUE@ENABLE_BITCOIND=true
|
2019-01-16 17:49:01 +01:00
|
|
|
@ENABLE_FUZZ_TRUE@ENABLE_FUZZ=true
|
2017-02-17 20:22:56 +01:00
|
|
|
@ENABLE_ZMQ_TRUE@ENABLE_ZMQ=true
|
2019-10-30 20:08:23 +01:00
|
|
|
@ENABLE_EXTERNAL_SIGNER_TRUE@ENABLE_EXTERNAL_SIGNER=true
|
2021-10-01 15:53:59 +02:00
|
|
|
@ENABLE_SYSCALL_SANDBOX_TRUE@ENABLE_SYSCALL_SANDBOX=true
|
2022-02-03 11:25:30 +01:00
|
|
|
@ENABLE_USDT_TRACEPOINTS_TRUE@ENABLE_USDT_TRACEPOINTS=true
|