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

@ -43,6 +43,8 @@
* information.
*/
#include <config.h>
#include "misc.h"
#include "xy.h"
#include "sect.h"

View file

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

View file

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

View file

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

View file

@ -32,6 +32,8 @@
*
*/
#include <config.h>
#include <stdio.h>
#include <time.h>

View file

@ -32,6 +32,8 @@
*
*/
#include <config.h>
#include <stdio.h>
#include <time.h>

View file

@ -33,6 +33,8 @@
* Markus Armbruster, 2005
*/
#include <config.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>

View file

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

View file

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

View file

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

View file

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

View file

@ -31,6 +31,8 @@
* Dave Pare, 1989
*/
#include <config.h>
#include "misc.h"
#include <stdlib.h>
#if !defined(_WIN32)

View file

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

View file

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

View file

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

View file

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

View file

@ -35,6 +35,8 @@
* Steve McClure, 1997
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include "../as/as.h"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -31,6 +31,8 @@
* Doug Hay, 1990
*/
#include <config.h>
#include <stdio.h>
#if !defined(_WIN32)
#include <unistd.h>

View file

@ -34,6 +34,8 @@
/* FIXME normalize terminology: table/rows/columns or file/records/fields */
#include <config.h>
#include <stdio.h>
#include <stdlib.h>

View file

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