20 lines
573 B
INI
Executable File
20 lines
573 B
INI
Executable File
# Copyright (c) 2013-2016 The Bitcoin Core developers
|
|
# Copyright (c) 2020-2022 The Zcash developers
|
|
# Distributed under the MIT software license, see the accompanying
|
|
# file COPYING or https://www.opensource.org/licenses/mit-license.php .
|
|
|
|
# These environment variables are set by the build process and read by
|
|
# rpc-tests.py
|
|
|
|
[environment]
|
|
SRCDIR=.
|
|
BUILDDIR=.
|
|
EXEEXT=
|
|
|
|
[components]
|
|
# Which components are enabled. These are commented out by `configure` if they were disabled when running config.
|
|
ENABLE_WALLET=true
|
|
ENABLE_UTILS=true
|
|
ENABLE_BITCOIND=true
|
|
ENABLE_ZMQ=false
|