]> Git Repo - VerusCoin.git/commit - src/miner.cpp
Make bitcoin compile without wallet if "db_cxx.h" is not present
authorThomas Holenstein <[email protected]>
Wed, 18 Dec 2013 19:46:43 +0000 (20:46 +0100)
committerWladimir J. van der Laan <[email protected]>
Thu, 19 Dec 2013 09:46:41 +0000 (10:46 +0100)
commitdf840de5daef60a253e4d84d14ff72bb7188a6c0
treec9953453f4edcce02a5d18685ffd66e6e489693b
parent285cf7a1a6cb660b57cbc75f63e49736b51d705e
Make bitcoin compile without wallet if "db_cxx.h" is not present

Moved includes of "db.h" into #ifdef ENABLE_WALLET blocks or remove
them.
src/init.cpp
src/miner.cpp
src/net.cpp
src/rpcmining.cpp
src/test/miner_tests.cpp
src/test/test_bitcoin.cpp
This page took 0.026084 seconds and 4 git commands to generate.