From 485fa14c3e085b96f833a5438588fdb2ced66416 Mon Sep 17 00:00:00 2001 From: sc Date: Sat, 30 Dec 2000 21:56:07 +0000 Subject: Compilable by other SYSV systems than Solaris (dec 1995) --- comm/OLD/dgram.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comm/OLD/dgram.cc b/comm/OLD/dgram.cc index fbd74f2..f6bc8da 100644 --- a/comm/OLD/dgram.cc +++ b/comm/OLD/dgram.cc @@ -27,7 +27,7 @@ #define DEBUG //**// bool DGTrace = false; -#if defined(sun) && defined(__svr4__) +#if defined(sun) && (defined(__svr4__) || defined(__SVR4)) #include #endif -- cgit v1.1