]> git.pond.sub.org Git - empserver/blob - src/lib/global/options.c
22450751e38b7275614e90c75fc90946c664c2d7
[empserver] / src / lib / global / options.c
1 /*
2  *  Empire - A multi-player, client/server Internet based war game.
3  *  Copyright (C) 1986-2015, Dave Pare, Jeff Bailey, Thomas Ruschak,
4  *                Ken Stevens, Steve McClure, Markus Armbruster
5  *
6  *  Empire is free software: you can redistribute it and/or modify
7  *  it under the terms of the GNU General Public License as published by
8  *  the Free Software Foundation, either version 3 of the License, or
9  *  (at your option) any later version.
10  *
11  *  This program is distributed in the hope that it will be useful,
12  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  *  GNU General Public License for more details.
15  *
16  *  You should have received a copy of the GNU General Public License
17  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
18  *
19  *  ---
20  *
21  *  See files README, COPYING and CREDITS in the root of the source
22  *  tree for related information and legal notices.  It is expected
23  *  that future projects/authors will amend these files as needed.
24  *
25  *  ---
26  *
27  *  options.c: Options definitions
28  *
29  *  Known contributors to this file:
30  *     Steve McClure, 1998
31  *     Markus Armbruster, 2005-2014
32  */
33
34 #include <config.h>
35
36 #include "optlist.h"
37
38 int opt_ALL_BLEED = 1;
39 int opt_AUTO_POWER = 0;
40 int opt_BLITZ = 1;
41 int opt_BRIDGETOWERS = 0;
42 int opt_EASY_BRIDGES = 1;
43 int opt_FALLOUT = 1;
44 int opt_GODNEWS = 1;
45 int opt_GO_RENEW = 0;
46 int opt_GUINEA_PIGS = 0;
47 int opt_HIDDEN = 0;
48 int opt_INTERDICT_ATT = 1;
49 int opt_LOANS = 0;
50 int opt_LOSE_CONTACT = 0;
51 int opt_MARKET = 0;
52 int opt_MOB_ACCESS = 0;
53 int opt_NOFOOD = 1;
54 int opt_NOMOBCOST = 1;
55 int opt_NO_FORT_FIRE = 0;
56 int opt_NO_PLAGUE = 1;
57 int opt_RAILWAYS = 1;
58 int opt_RES_POP = 0;
59 int opt_SUPER_BARS = 0;
60 int opt_TECH_POP = 0;