Include config.h.
This commit is contained in:
parent
ea820f3b99
commit
3aebb68ee7
350 changed files with 714 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "gen.h"
|
||||
|
||||
int
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "xy.h"
|
||||
#include "map.h"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "gen.h"
|
||||
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "gen.h"
|
||||
#include "subs.h"
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
* reading or writing when appropriate.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#if !defined(_WIN32)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
* mapdist returns (integer) distance between two sectors.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "gen.h"
|
||||
#include "optlist.h"
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
* Steve McClure, 1998
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "gen.h"
|
||||
|
||||
double
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
* Steve McClure, 2000
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <string.h>
|
||||
#include "misc.h"
|
||||
#include "gen.h"
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "gen.h"
|
||||
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include "misc.h"
|
||||
#include "gen.h"
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "prototypes.h"
|
||||
|
||||
s_char *
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "queue.h"
|
||||
|
||||
void
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "gen.h"
|
||||
|
||||
int
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
* Dave Pare, 1986
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "gen.h"
|
||||
|
||||
int
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
* Ron Koenderink, 2004
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue