src/network/core/config.h
changeset 6121 2aae24b0881f
parent 5959 98a64c6e7f1f
child 6780 ba49b125d95e
equal deleted inserted replaced
6120:2d550f67dcba 6121:2aae24b0881f
     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"