Include config.h.
This commit is contained in:
parent
ea820f3b99
commit
3aebb68ee7
350 changed files with 714 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
|
||||
char *privname = "Deity forgot to edit econfig"; /* name of priv user */
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
* Known contributors to this file:
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "path.h"
|
||||
|
||||
/* must agree with DIR_ defines */
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include "misc.h"
|
||||
#include "xy.h"
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
* Steve McClure, 1997
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "ship.h"
|
||||
#include "plane.h"
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "item.h"
|
||||
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
* Steve McClure, 1998-2000
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "land.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include "misc.h"
|
||||
#include "xy.h"
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "nuke.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
* Markus Armbruster, 2005
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "optlist.h"
|
||||
|
||||
int opt_ALL_BLEED = 1;
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
* Markus Armbruster, 2005
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "optlist.h"
|
||||
|
||||
char dflt_econfig[] = "@econfig@";
|
||||
|
|
|
@ -54,6 +54,8 @@
|
|||
* P_V (vtol) in init_global()
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "plane.h"
|
||||
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include "misc.h"
|
||||
#include "product.h"
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
|
||||
/* order must agree with sect.h */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "sect.h"
|
||||
#include "product.h"
|
||||
|
|
|
@ -45,6 +45,8 @@
|
|||
* automatically be set.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "ship.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "nsc.h"
|
||||
#include "treaty.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue