Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Sunday March 14, 1999 @ 1:39
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv310

Modified Files:
	config.h.in 
Log Message:
Changed the Solaris specific stuff so that the includes are in the .c files 
instead of config.h



****************************************

Index: Vanilla/config.h.in
diff -u Vanilla/config.h.in:1.7 Vanilla/config.h.in:1.8
--- Vanilla/config.h.in:1.7	Fri Mar 12 19:08:37 1999
+++ Vanilla/config.h.in	Sun Mar 14 01:39:16 1999
@@ -1,6 +1,10 @@
 /*      Netrek Configuration file       -              by Kurt Siegl
  *
  * $Log: config.h.in,v $
+ * Revision 1.8  1999/03/14 07:39:16  tanner
+ * Changed the Solaris specific stuff so that the includes are in the .c files
+ * instead of config.h
+ *
  * Revision 1.7  1999/03/13 01:08:37  tanner
  * Changes to get the server to -compile- on Solaris 2.5.1.
  *
@@ -870,12 +874,6 @@
 int _flsbuf(unsigned char, FILE *);
 
 #endif /* defined sun4 */
-
-	/* Solaris 2.5.1 */
-
-#if defined(HAVE_SYS_FILIO_H)
-#include <sys/filio.h>
-#endif
 
 #ifdef WIN32
 typedef unsigned short int ushort;