Various smaller stuff, some parts of the new identity settingspage, plus Quassel
[quassel.git] / src / common / global.h
index 4b337d5..da53185 100644 (file)
 /** The protocol version we use fo the communication between core and GUI */
 #define GUI_PROTOCOL 3
 
-#define DEFAULT_PORT 4242
+//#define DEFAULT_PORT 4242
 
 /* Some global stuff */
 
 namespace Global {
   enum RunMode { Monolithic, ClientOnly, CoreOnly };
   extern RunMode runMode;
+  extern unsigned int defaultPort;
 }
 
 #endif