Include config.h.

This commit is contained in:
Markus Armbruster 2005-12-27 18:04:19 +00:00
parent ea820f3b99
commit 3aebb68ee7
350 changed files with 714 additions and 0 deletions

View file

@ -34,6 +34,8 @@
*
*/
#include <config.h>
#include "misc.h"
char *privname = "Deity forgot to edit econfig"; /* name of priv user */

View file

@ -31,6 +31,8 @@
* Known contributors to this file:
*/
#include <config.h>
#include "path.h"
/* must agree with DIR_ defines */

View file

@ -31,6 +31,8 @@
*
*/
#include <config.h>
#include <stddef.h>
#include "misc.h"
#include "xy.h"

View file

@ -32,6 +32,8 @@
* Steve McClure, 1997
*/
#include <config.h>
#include "misc.h"
#include "ship.h"
#include "plane.h"

View file

@ -31,6 +31,8 @@
*
*/
#include <config.h>
#include "misc.h"
#include "item.h"

View file

@ -33,6 +33,8 @@
* Steve McClure, 1998-2000
*/
#include <config.h>
#include "misc.h"
#include "land.h"

View file

@ -30,6 +30,7 @@
* Known contributors to this file:
*
*/
/*
* News item characteristics; one entry (and two different
* strings) per news item. Be sure and increase N_MAX_VERB
@ -38,6 +39,8 @@
* Order must correspond to ordering in news.h
*/
#include <config.h>
#include "misc.h"
#include "news.h"

View file

@ -32,6 +32,8 @@
*
*/
#include <config.h>
#include <stddef.h>
#include "misc.h"
#include "xy.h"

View file

@ -31,6 +31,8 @@
*
*/
#include <config.h>
#include "misc.h"
#include "nuke.h"

View file

@ -32,6 +32,8 @@
* Markus Armbruster, 2005
*/
#include <config.h>
#include "optlist.h"
int opt_ALL_BLEED = 1;

View file

@ -33,6 +33,8 @@
* Markus Armbruster, 2005
*/
#include <config.h>
#include "optlist.h"
char dflt_econfig[] = "@econfig@";

View file

@ -54,6 +54,8 @@
* P_V (vtol) in init_global()
*/
#include <config.h>
#include "misc.h"
#include "plane.h"

View file

@ -31,6 +31,8 @@
*
*/
#include <config.h>
#include <stddef.h>
#include "misc.h"
#include "product.h"

View file

@ -37,6 +37,8 @@
/* order must agree with sect.h */
#include <config.h>
#include "misc.h"
#include "sect.h"
#include "product.h"

View file

@ -45,6 +45,8 @@
* automatically be set.
*/
#include <config.h>
#include "misc.h"
#include "ship.h"

View file

@ -32,6 +32,8 @@
*
*/
#include <config.h>
#include "misc.h"
#include "nsc.h"
#include "treaty.h"