From 9e9f9cb4878d597b3fa6de7732d2866e24c32f54 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 29 Jul 2005 21:55:57 +0000 Subject: Need to define SVR4 on SVR4-ish systems since many headers and source files check for it, expecting Imake to have defined it already. (Should be replaced with more specific checks & defines, but there's too many to get them all right now.) --- include/xorg-server.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/xorg-server.h.in') diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in index 6018a9233..4a3288860 100644 --- a/include/xorg-server.h.in +++ b/include/xorg-server.h.in @@ -100,6 +100,9 @@ /* Include time-based scheduler */ #undef SMART_SCHEDULE +/* Define to 1 on systems derived from System V Release 4 */ +#undef SVR4 + /* Support TCP socket connections */ #undef TCPCONN -- cgit v1.2.3