From e133d8ec373b35e9b4e4a11bd0f8d09adb46d51e Mon Sep 17 00:00:00 2001
From: Monster Iestyn <iestynjealous@ntlworld.com>
Date: Sun, 12 Jul 2020 22:08:35 +0100
Subject: [PATCH] i_tcp.c: SCOUW2 and SCOUW7 haven't been defined since we got
 rid of Doom Legacy's makefiles for UnixWare 2/7 (which are ANCIENT), so get
 rid of them!

---
 src/i_tcp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/i_tcp.c b/src/i_tcp.c
index 3c5923d2c5..e20e43ea44 100644
--- a/src/i_tcp.c
+++ b/src/i_tcp.c
@@ -47,7 +47,7 @@
 #else
 	#ifdef USE_WINSOCK1
 		#include <winsock.h>
-	#elif !defined (SCOUW2) && !defined (SCOUW7)
+	#else
 		#ifndef USE_WINSOCK
 			#include <arpa/inet.h>
 		#endif //normal BSD API
@@ -73,7 +73,7 @@
 		#if (defined (__unix__) && !defined (MSDOS)) || defined(__APPLE__) || defined (UNIXCOMMON)
 			#include <sys/time.h>
 		#endif // UNIXCOMMON
-	#endif // !defined (SCOUW2) && !defined (SCOUW7))
+	#endif
 
 	#ifdef USE_WINSOCK
 		// some undefined under win32
-- 
GitLab