src/network/core/config.h
changeset 10827 66cb8729f7d1
parent 10106 397d1a6110a2
child 11111 1b984dab8cec
child 11153 cee0888d135a
--- a/src/network/core/config.h	Wed Jun 04 06:40:07 2008 +0000
+++ b/src/network/core/config.h	Wed Jun 04 11:21:36 2008 +0000
@@ -1,14 +1,12 @@
 /* $Id$ */
 
 /**
- * @file config.h Configuration options of the network stuff
+ * @file config.h Configuration options of the network stuff. It is used even when compiling without network support.
  */
 
 #ifndef NETWORK_CORE_CONFIG_H
 #define NETWORK_CORE_CONFIG_H
 
-#ifdef ENABLE_NETWORK
-
 /** DNS hostname of the masterserver */
 #define NETWORK_MASTER_SERVER_HOST "master.openttd.org"
 /** Message sent to the masterserver to 'identify' this client as OpenTTD */
@@ -54,6 +52,4 @@
 	NETWORK_NUM_LANDSCAPES        =    4,
 };
 
-#endif /* ENABLE_NETWORK */
-
 #endif /* NETWORK_CORE_CONFIG_H */