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

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

View file

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

View file

@ -36,6 +36,8 @@
* See W. Richard Stevens: UNIX Network Programming, Vol. 1
*/
#include <config.h>
#include <fcntl.h>
#include <sys/types.h>
#include <unistd.h>

View file

@ -43,6 +43,8 @@
*
*/
#include <config.h>
#include <assert.h>
#include <errno.h>
#include <stdio.h>

View file

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

View file

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

View file

@ -39,6 +39,8 @@
* reading or writing when appropriate.
*/
#include <config.h>
#include <errno.h>
#include <sys/types.h>
#if !defined(_WIN32)

View file

@ -37,6 +37,8 @@
* that is left for a higher level.
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h> /* malloc free */
#include <sys/types.h>

View file

@ -35,6 +35,8 @@
* mapdist returns (integer) distance between two sectors.
*/
#include <config.h>
#include "misc.h"
#include "gen.h"
#include "optlist.h"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -31,6 +31,8 @@
* Ron Koenderink, 2004
*/
#include <config.h>
#ifdef _WIN32
#include <windows.h>