From bec959d5a31fe02102b81d734b99d46c2011fdf9 Mon Sep 17 00:00:00 2001 From: Remco Rijnders Date: Wed, 15 Feb 2012 18:19:14 +0100 Subject: [PATCH] Remove support for unsupported OS'es --- src/s_conf.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/s_conf.c b/src/s_conf.c index deb33f2..0b77d94 100644 --- a/src/s_conf.c +++ b/src/s_conf.c @@ -36,14 +36,7 @@ #include #include #include -/* If you have problems with this on your system please mail star-coding@starchat.net - #if defined(__hpux) || defined(__FreeBSD__) - */ #include "inet.h" -/* #endif */ -#if defined(PCS) || defined(AIX) || defined(DYNIXPTX) || defined(SVR3) -#include -#endif #include "h.h" #define debug 1 -- 2.30.2