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

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

View file

@ -32,6 +32,8 @@
* Doug Hay, 1998
*/
#include <config.h>
#include "misc.h"
#include <fcntl.h>
#include "prototypes.h"

View file

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

View file

@ -32,6 +32,8 @@
* Steve McClure, 1996-2000
*/
#include <config.h>
#include <math.h>
#include "misc.h"
#include "player.h"

View file

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

View file

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

View file

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

View file

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

View file

@ -31,6 +31,8 @@
* Ken Stevens, 1995
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "prototypes.h"

View file

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

View file

@ -31,6 +31,9 @@
* Ron Koenderink, 2005
*
*/
#include <config.h>
#include "prototypes.h"
#include "file.h"
#include "path.h"

View file

@ -31,6 +31,8 @@
* Dave Pare, 1986
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "sect.h"

View file

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

View file

@ -31,6 +31,7 @@
* Pat Loney, 1992
* Steve McClure, 1996
*/
/*
* Display a loan; there's a lot of stuff going
* on here to figure out how much people owe.
@ -43,6 +44,8 @@
* so disgusted with how it works.
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "loan.h"

View file

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

View file

@ -32,6 +32,8 @@
*
*/
#include <config.h>
#include "file.h"
#include "prototypes.h"

View file

@ -30,12 +30,15 @@
* Known contributors to this file:
*
*/
/*
* The base routines can also be used for general purposes.
* Noisy tells whther to send teles, print things, etc.
* Defending tells whether they are being defensive, or offensive.
*/
#include <config.h>
#include "misc.h"
#include "xy.h"
#include "nat.h"

View file

@ -31,6 +31,8 @@
* Dave Pare, 1989
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "xy.h"

View file

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

View file

@ -31,6 +31,8 @@
* Steve McClure, 1996
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "file.h"

View file

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

View file

@ -31,6 +31,8 @@
* Dave Pare, 1986
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "ship.h"

View file

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

View file

@ -31,6 +31,8 @@
* Steve McClure, 1997
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "file.h"

View file

@ -32,6 +32,8 @@
* Steve McClure, 1996-2000
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "xy.h"

View file

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

View file

@ -32,6 +32,8 @@
* Steve McClure, 1996-2000
*/
#include <config.h>
#include "misc.h"
#include "queue.h"
#include "player.h"

View file

@ -31,6 +31,8 @@
* (List known contributors to this file)
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "com.h"

View file

@ -31,6 +31,8 @@
* (List known contributors to this file)
*/
#include <config.h>
#include <ctype.h>
#include "misc.h"
#include "nat.h"

View file

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

View file

@ -32,6 +32,8 @@
* Steve McClure, 1997
*/
#include <config.h>
#include "prototypes.h"
#include "news.h"
#include "file.h"

View file

@ -33,6 +33,8 @@
* Markus Armbruster, 2004
*/
#include <config.h>
#include <limits.h>
#include "misc.h"
#include "file.h"

View file

@ -32,6 +32,8 @@
* Steve McClure, 1996
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "nuke.h"

View file

@ -31,6 +31,8 @@
* Dave Pare, 1989
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "xy.h"

View file

@ -31,6 +31,8 @@
* Dave Pare, 1989
*/
#include <config.h>
#include "misc.h"
#include "xy.h"
#include "sect.h"

View file

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

View file

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

View file

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

View file

@ -47,6 +47,8 @@
* starting with 'a'. Symbolic names for ids are defined in proto.h.
*/
#include <config.h>
#include <string.h>
#include <fcntl.h>
#include <ctype.h>

View file

@ -31,6 +31,8 @@
* Dave Pare, 1989
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "xy.h"

View file

@ -31,6 +31,8 @@
* Dave Pare, 1994
*/
#include <config.h>
#include "misc.h"
#include "nat.h"
#include "file.h"

View file

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

View file

@ -31,6 +31,8 @@
* Dave Pare, 1989
*/
#include <config.h>
#include <ctype.h>
#include <string.h>
#include "misc.h"

View file

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

View file

@ -32,6 +32,8 @@
* Steve McClure, 1996
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "sect.h"

View file

@ -32,6 +32,8 @@
* Steve McClure, 1996
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "file.h"

View file

@ -41,6 +41,8 @@
* (bailey@mcs.kent.edu)
*/
#include <config.h>
#include <math.h>
#include "misc.h"
#include "player.h"

View file

@ -32,6 +32,8 @@
* Steve McClure, 1996-2000
*/
#include <config.h>
#include <math.h>
#include "misc.h"
#include "queue.h"

View file

@ -31,6 +31,8 @@
* Dave Pare, 1989
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "xy.h"

View file

@ -31,6 +31,8 @@
* Dave Pare, 1989
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "xy.h"

View file

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

View file

@ -32,6 +32,8 @@
* Steve McClure, 1996-2000
*/
#include <config.h>
#include "misc.h"
#include "sect.h"
#include "xy.h"

View file

@ -33,6 +33,8 @@
* Steve McClure, 1996
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "sect.h"

View file

@ -31,6 +31,7 @@
* Steve McClure, 1998-1999
*
*/
/*
* Check to see if an actor has a treaty forbidding a given action,
* and if so, see if the actor wishes to break the treaty.
@ -39,6 +40,8 @@
* but no mention of broken pending treaties are made in the news.
*/
#include <config.h>
#include "misc.h"
#include "treaty.h"
#include "nat.h"

View file

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

View file

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