wesnoth/src/wesconfig.h
Nils Kneuper 01cc2fa4ab change the default server to the one for the dev version
the server is setup to accept everything from the 1.2 branch, incl. 1.1.8
2006-07-29 18:02:24 +00:00

16 lines
299 B
C

#ifndef WESCONFIG_H_INCLUDED
#define WESCONFIG_H_INCLUDED
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
# define VERSION "1.1.8+svn"
# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
# define PACKAGE "wesnoth"
# ifndef LOCALEDIR
# define LOCALEDIR "translations"
# endif
#endif
#endif