This commit is contained in:
Gavin Andresen
2011-04-12 14:22:12 -04:00
30 changed files with 362 additions and 32 deletions

View File

@@ -65,6 +65,14 @@ 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