Changeset - r9460:51555aa3d83d
[Not reviewed]
master
0 1 0
smatz - 16 years ago 2008-06-04 11:21:36
smatz@openttd.org
(svn r13378) -Fix (r13375): compilation without network support was broken
1 file changed with 1 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/network/core/config.h
Show inline comments
 
/* $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 @@ enum {
 
	NETWORK_NUM_LANDSCAPES        =    4,
 
};
 

	
 
#endif /* ENABLE_NETWORK */
 

	
 
#endif /* NETWORK_CORE_CONFIG_H */
0 comments (0 inline, 0 general)