2017-01-30 19:57:27 -03: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 04:49:21 -04:00
|
|
|
# test/*/test_runner.py and test/util/rpcauth-test.py
|
2017-01-30 19:57:27 -03:00
|
|
|
|
|
|
|
[environment]
|
2024-10-26 09:27:25 -03:00
|
|
|
CLIENT_NAME=@CLIENT_NAME@
|
|
|
|
CLIENT_BUGREPORT=@CLIENT_BUGREPORT@
|
2017-01-30 19:57:27 -03:00
|
|
|
SRCDIR=@abs_top_srcdir@
|
|
|
|
BUILDDIR=@abs_top_builddir@
|
|
|
|
EXEEXT=@EXEEXT@
|
2018-04-18 18:39:24 -03:00
|
|
|
RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
|
2017-01-30 19:57:27 -03:00
|
|
|
|
|
|
|
[components]
|
|
|
|
# Which components are enabled. These are commented out by `configure` if they were disabled when running config.
|
2017-02-17 16:22:56 -03:00
|
|
|
@ENABLE_WALLET_TRUE@ENABLE_WALLET=true
|
2020-10-29 13:28:07 -03:00
|
|
|
@USE_SQLITE_TRUE@USE_SQLITE=true
|
2020-11-23 07:23:31 -03:00
|
|
|
@USE_BDB_TRUE@USE_BDB=true
|
2014-12-25 08:43:52 -03:00
|
|
|
@BUILD_BITCOIN_CLI_TRUE@ENABLE_CLI=true
|
2022-04-11 15:39:13 -04:00
|
|
|
@BUILD_BITCOIN_UTIL_TRUE@ENABLE_BITCOIN_UTIL=true
|
2019-11-18 18:48:52 -03:00
|
|
|
@BUILD_BITCOIN_WALLET_TRUE@ENABLE_WALLET_TOOL=true
|
2017-02-17 16:22:56 -03:00
|
|
|
@BUILD_BITCOIND_TRUE@ENABLE_BITCOIND=true
|
2023-06-22 05:49:28 -04:00
|
|
|
@ENABLE_FUZZ_BINARY_TRUE@ENABLE_FUZZ_BINARY=true
|
2017-02-17 16:22:56 -03:00
|
|
|
@ENABLE_ZMQ_TRUE@ENABLE_ZMQ=true
|
2019-10-30 16:08:23 -03:00
|
|
|
@ENABLE_EXTERNAL_SIGNER_TRUE@ENABLE_EXTERNAL_SIGNER=true
|
2022-02-03 07:25:30 -03:00
|
|
|
@ENABLE_USDT_TRACEPOINTS_TRUE@ENABLE_USDT_TRACEPOINTS=true
|