mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
Merge branch 'fUseUPnPfix' of https://github.com/TheBlueMatt/bitcoin into tmp
This commit is contained in:
commit
73eb306cfd
1 changed files with 0 additions and 2 deletions
|
@ -65,13 +65,11 @@ int fLimitProcessors = false;
|
||||||
int nLimitProcessors = 1;
|
int nLimitProcessors = 1;
|
||||||
int fMinimizeToTray = true;
|
int fMinimizeToTray = true;
|
||||||
int fMinimizeOnClose = true;
|
int fMinimizeOnClose = true;
|
||||||
#ifdef USE_UPNP
|
|
||||||
#if USE_UPNP
|
#if USE_UPNP
|
||||||
int fUseUPnP = true;
|
int fUseUPnP = true;
|
||||||
#else
|
#else
|
||||||
int fUseUPnP = false;
|
int fUseUPnP = false;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue