Disabled DHT Window by default. (Will reenable when it is complete)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4405 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2011-07-07 12:05:36 +00:00
parent 93bd251ae6
commit d64b714982

View File

@ -87,7 +87,12 @@
#include <iomanip>
#include <unistd.h>
#define USE_DHTWINDOW 1
/****
*
* #define USE_DHTWINDOW 1
*
****/
#ifdef USE_DHTWINDOW
#include "dht/DhtWindow.h"
#endif