diff options
| author | Jeff Garzik <[email protected]> | 2011-05-12 17:36:42 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-05-12 17:36:42 -0400 |
| commit | 73eb306cfd2fdc163e12a15abd496986436fcb07 (patch) | |
| tree | ca8651eb2d0a495fe7e44e39a06f27b0a4e99915 /src/main.cpp | |
| parent | Merge pull request #192 from sipa/dnslookup (diff) | |
| parent | Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure. (diff) | |
| download | discoin-73eb306cfd2fdc163e12a15abd496986436fcb07.tar.xz discoin-73eb306cfd2fdc163e12a15abd496986436fcb07.zip | |
Merge branch 'fUseUPnPfix' of https://github.com/TheBlueMatt/bitcoin into tmp
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8d7640f64..4f9ceac5a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -65,13 +65,11 @@ int fLimitProcessors = false; int nLimitProcessors = 1; int fMinimizeToTray = true; int fMinimizeOnClose = true; -#ifdef USE_UPNP #if USE_UPNP int fUseUPnP = true; #else int fUseUPnP = false; #endif -#endif |