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 @@
* Steve McClure, 1998
*/
#include <config.h>
#include "misc.h"
#include <stdio.h>

View file

@ -32,6 +32,8 @@
* Steve McClure, 1998
*/
#include <config.h>
#if !defined(_WIN32)
#include <unistd.h>
#else

View file

@ -32,6 +32,8 @@
* Steve McClure, 1998
*/
#include <config.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>

View file

@ -31,6 +31,8 @@
* Steve McClure, 1998
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

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

View file

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

View file

@ -31,6 +31,8 @@
* Steve McClure, 1998
*/
#include <config.h>
#include <stdlib.h>
#if !defined(_WIN32)
#include <unistd.h>

View file

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

View file

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

View file

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

View file

@ -32,6 +32,8 @@
* John Yockey, 1998
*/
#include <config.h>
#include "misc.h"
#include "tags.h"

View file

@ -31,6 +31,8 @@
* Steve McClure, 1998
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -32,6 +32,8 @@
* Steve McClure, 1998
*/
#include <config.h>
#ifndef _WIN32
#include <curses.h>

View file

@ -31,6 +31,8 @@
* Steve McClure, 1998
*/
#include <config.h>
#include <stdlib.h>
#include "as.h"
#include "optlist.h"

View file

@ -17,6 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <config.h>
#include "as.h"
/*

View file

@ -17,6 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include "as.h"

View file

@ -17,6 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include "as.h"

View file

@ -17,6 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include "as.h"

View file

@ -17,6 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include "as.h"

View file

@ -17,6 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include "as.h"

View file

@ -21,6 +21,9 @@
* 11/09/98 - Steve McClure
* Added path list caching structures
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include "as.h"

View file

@ -17,6 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <config.h>
#include <stdio.h>
#include "as.h"

View file

@ -17,6 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include "as.h"

View file

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

View file

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

View file

@ -32,6 +32,7 @@
* Steve McClure, 1997
*/
#include <config.h>
#include <stdio.h>
#include <ctype.h>

View file

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

View file

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

View file

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

View file

@ -33,6 +33,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 "player.h"
#include "sect.h"

View file

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

View file

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

View file

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

View file

@ -31,6 +31,8 @@
* Jeff Wallace, 1989
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "file.h"

View file

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

View file

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

View file

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

View file

@ -32,6 +32,7 @@
* Steve McClure, 2000
*/
#include <config.h>
#include "misc.h"
#include "player.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 @@
* Thomas Ruschak
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "xy.h"

View file

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

View file

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

View file

@ -32,6 +32,8 @@
* Dave Pare, 1986 (rewrite)
*/
#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 "player.h"
#include "file.h"

View file

@ -31,6 +31,8 @@
*
*/
#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 "player.h"
#include "loan.h"

View file

@ -35,6 +35,8 @@
* format: convert <SECTS> <NUMBER PER SECTOR>
*/
#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 "player.h"
#include "sect.h"

View file

@ -31,6 +31,8 @@
* David Muir Sharnoff, 1987
*/
#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 "player.h"
#include "nat.h"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -32,6 +32,8 @@
* Steve McClure, 1997 (added timestamping)
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "xy.h"

View file

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

View file

@ -34,6 +34,8 @@
* Ron Koenderink, 2003-2004
*/
#include <config.h>
#include <ctype.h>
#include <limits.h>
#include <stdio.h>

View file

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

View file

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

View file

@ -31,6 +31,8 @@
* Jeff Wallace, 1989
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "plague.h"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -32,6 +32,8 @@
* Steve McClure, 1997
*/
#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 "player.h"
#include "xy.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 @@
*
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "news.h"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -32,6 +32,8 @@
* Ken Stevens, 1995
*/
#include <config.h>
#include "misc.h"
#include "nat.h"
#include "file.h"

View file

@ -32,6 +32,8 @@
* Ken Stevens, 1995 (rewrite)
*/
#include <config.h>
#include <ctype.h>
#include "misc.h"
#include "player.h"

View file

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

View file

@ -32,6 +32,8 @@
*
*/
#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 "ship.h"

View file

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

View file

@ -31,6 +31,8 @@
* Robert Forsman
*/
#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 "nsc.h"

View file

@ -31,6 +31,8 @@
* Jeff Bailey
*/
#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 "plague.h"

View file

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

View file

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

Some files were not shown because too many files have changed in this diff Show more