From d88a6539bf48c1c5e4c2a0fa8c6b90f59f59f133 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Fri, 19 Oct 2001 08:08:50 +0000 Subject: [PATCH] conditionalize conf.h --- main/inferno.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/main/inferno.c b/main/inferno.c index ce3de177..6d71f7a8 100644 --- a/main/inferno.c +++ b/main/inferno.c @@ -13,22 +13,28 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. /* * $Source: /cvs/cvsroot/d2x/main/inferno.c,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * $Author: bradleyb $ - * $Date: 2001-10-19 00:31:51 $ + * $Date: 2001-10-19 08:08:50 $ * * FIXME: put description here * * $Log: not supported by cvs2svn $ + * Revision 1.8 2001/10/19 00:31:51 bradleyb + * Trying to get network working on win32 + * * Revision 1.7 2001/10/18 00:01:01 bradleyb * RCS headers added/changed * * */ +#ifdef HAVE_CONFIG_H +#include +#endif + char copyright[] = "DESCENT II COPYRIGHT (C) 1994-1996 PARALLAX SOFTWARE CORPORATION"; -#include #include #include #include -- 2.39.2