summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-29 21:55:57 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-29 21:55:57 +0000
commit9e9f9cb4878d597b3fa6de7732d2866e24c32f54 (patch)
treea42142717db03bf9e1f93cc1966ad7251200af0f /include
parent14ade55b83aa72240a555b3b9def9f40a6a38cd9 (diff)
downloadxserver-9e9f9cb4878d597b3fa6de7732d2866e24c32f54.tar.gz
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.)
Diffstat (limited to 'include')
-rw-r--r--include/dix-config.h.in3
-rw-r--r--include/xorg-server.h.in3
2 files changed, 6 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 6fefe2694..2ba149b30 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -257,6 +257,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Define to 1 on systems derived from System V Release 4 */
+#undef SVR4
+
/* Support TCP socket connections */
#undef TCPCONN
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