From 9046d5f13c26e4e745858efb5e2ce798657bf21f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 6 Jan 2003 18:09:35 +0000 Subject: [PATCH] the EPICS build system isnow defining _EXTENSIONS_ on Solaris --- src/util/iocLogServer.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/util/iocLogServer.c b/src/util/iocLogServer.c index d10868e90..16af69718 100644 --- a/src/util/iocLogServer.c +++ b/src/util/iocLogServer.c @@ -18,18 +18,6 @@ * Date: 080791 */ -/* - * Under solaris if dont define _POSIX_C_SOURCE or _XOPEN_SOURCE - * then none of the POSIX stuff (such as signals or pipes) can be used - * with cc -v. However if one of _POSIX_C_SOURCE or _XOPEN_SOURCE - * are defined then we cant use the socket library. Therefore I - * have been adding the following in order to use POSIX signals - * and also sockets on solaris with cc -v. What a pain.... - */ -#if defined(SOLARIS) -#define __EXTENSIONS__ -#endif - #include #include #include