Remove configure-time setting of DEFAULT_NATPMP

Default to false.
This commit is contained in:
fanquake 2023-01-13 15:27:53 +00:00
parent 4b51290f71
commit 06562e5fa7
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -11,11 +11,7 @@ static constexpr bool DEFAULT_UPNP = USE_UPNP;
static constexpr bool DEFAULT_UPNP = false;
#endif // USE_UPNP
#ifdef USE_NATPMP
static constexpr bool DEFAULT_NATPMP = USE_NATPMP;
#else
static constexpr bool DEFAULT_NATPMP = false;
#endif // USE_NATPMP
enum MapPortProtoFlag : unsigned int {
NONE = 0x00,