equal
deleted
inserted
replaced
1 /* $Id$ */ |
1 /* $Id$ */ |
|
2 |
|
3 /** |
|
4 * @file config.h Configuration options of the network stuff |
|
5 */ |
2 |
6 |
3 #ifndef NETWORK_CORE_CONFIG_H |
7 #ifndef NETWORK_CORE_CONFIG_H |
4 #define NETWORK_CORE_CONFIG_H |
8 #define NETWORK_CORE_CONFIG_H |
5 |
9 |
6 #ifdef ENABLE_NETWORK |
10 #ifdef ENABLE_NETWORK |
7 |
|
8 /** |
|
9 * @file config.h Configuration options of the network stuff |
|
10 */ |
|
11 |
11 |
12 /** DNS hostname of the masterserver */ |
12 /** DNS hostname of the masterserver */ |
13 #define NETWORK_MASTER_SERVER_HOST "master.openttd.org" |
13 #define NETWORK_MASTER_SERVER_HOST "master.openttd.org" |
14 /** Message sent to the masterserver to 'identify' this client as OpenTTD */ |
14 /** Message sent to the masterserver to 'identify' this client as OpenTTD */ |
15 #define NETWORK_MASTER_SERVER_WELCOME_MESSAGE "OpenTTDRegister" |
15 #define NETWORK_MASTER_SERVER_WELCOME_MESSAGE "OpenTTDRegister" |