config.ini.in raw

   1  # Copyright (c) 2013-2016 The Limenka developers
   2  # Distributed under the MIT software license, see the accompanying
   3  # file COPYING or http://www.opensource.org/licenses/mit-license.php.
   4  
   5  # These environment variables are set by the build process and read by
   6  # test/*/test_runner.py and test/util/rpcauth-test.py
   7  
   8  [environment]
   9  CLIENT_NAME=@CLIENT_NAME@
  10  CLIENT_BUGREPORT=@CLIENT_BUGREPORT@
  11  SRCDIR=@abs_top_srcdir@
  12  BUILDDIR=@abs_top_builddir@
  13  EXEEXT=@EXEEXT@
  14  RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
  15  
  16  [components]
  17  # Which components are enabled. These are commented out by `configure` if they were disabled when running config.
  18  @ENABLE_WALLET_TRUE@ENABLE_WALLET=true
  19  @USE_SQLITE_TRUE@USE_SQLITE=true
  20  @USE_BDB_TRUE@USE_BDB=true
  21  @BUILD_LIMENKA_CLI_TRUE@ENABLE_CLI=true
  22  @BUILD_LIMENKA_UTIL_TRUE@ENABLE_LIMENKA_UTIL=true
  23  @BUILD_LIMENKA_WALLET_TRUE@ENABLE_WALLET_TOOL=true
  24  @BUILD_LIMENKA_TX_TRUE@ENABLE_UTIL_TX=true
  25  @BUILD_LIMENKA_UTIL_TRUE@ENABLE_UTIL_UTIL=true
  26  @BUILD_LIMENKAD_TRUE@ENABLE_LIMENKAD=true
  27  @ENABLE_FUZZ_BINARY_TRUE@ENABLE_FUZZ_BINARY=true
  28  @ENABLE_ZMQ_TRUE@ENABLE_ZMQ=true
  29  @ENABLE_EXTERNAL_SIGNER_TRUE@ENABLE_EXTERNAL_SIGNER=true
  30  @ENABLE_USDT_TRACEPOINTS_TRUE@ENABLE_USDT_TRACEPOINTS=true
  31