Qt client - replace send_chat with append to chat
[freeciv.git] / bootstrap / fc_svnrev_gen.h.tmpl
bloba20246ef6104a51990a3ac78710e511d43665a65
1 /**********************************************************************
2  Freeciv - Copyright (C) 2007 - The Freeciv Project
3    This program is free software; you can redistribute it and/or modify
4    it under the terms of the GNU General Public License as published by
5    the Free Software Foundation; either version 2, or (at your option)
6    any later version.
8    This program is distributed in the hope that it will be useful,
9    but WITHOUT ANY WARRANTY; without even the implied warranty of
10    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11    GNU General Public License for more details.
12 ***********************************************************************/
14 /* common/fc_svnrev_gen.h is automatically generated from
15  * bootstrap/fc_svnrev_gen.h.tmpl. Do not edit fc_svnrev_gen.h, edit
16  * fc_svnrev_gen.h.tmpl */
18 #ifndef FC__FC_SVNREV_H
19 #define FC__FC_SVNREV_H
21 /* One of the macros FC_SVNREV_OFF, FC_SVNREV_ON or FC_SVNREV_MOD defined.
22  * If FC_SVNREV_ON is defined, FC_SVNREV2 contains valid svn revision number
23  * string (currently starting with 'r')
24  * If FC_SVNREV_MOD is defined, this seems to be modified svn checkout.
25  * In that case FC_SVNREV1 contains word "modified " and FC_SVNREV2
26  * revision number.
27  * If FC_SVNREV_OFF is defined, you should not use FC_SVNREV1 and
28  * FC_SVNREV2 even though they contain fallback string (currently "dist") */
29 #define FC_SVNREV_<SVNREVSTATE>
30 #define FC_SVNREV1 "<SVNREV1>"
31 #define FC_SVNREV2 "<SVNREV2>"
33 #endif /* FC__FC_SVNREV_H */