mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-08-04 05:54:48 +02:00
Remove configure-time setting of DEFAULT_UPNP
Default to false.
This commit is contained in:
parent
06562e5fa7
commit
25a0e8ba0b
@ -5,11 +5,7 @@
|
|||||||
#ifndef BITCOIN_MAPPORT_H
|
#ifndef BITCOIN_MAPPORT_H
|
||||||
#define BITCOIN_MAPPORT_H
|
#define BITCOIN_MAPPORT_H
|
||||||
|
|
||||||
#ifdef USE_UPNP
|
|
||||||
static constexpr bool DEFAULT_UPNP = USE_UPNP;
|
|
||||||
#else
|
|
||||||
static constexpr bool DEFAULT_UPNP = false;
|
static constexpr bool DEFAULT_UPNP = false;
|
||||||
#endif // USE_UPNP
|
|
||||||
|
|
||||||
static constexpr bool DEFAULT_NATPMP = false;
|
static constexpr bool DEFAULT_NATPMP = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user