summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorNiall Power <niall@src.gnome.org>2003-04-09 12:41:39 +0000
committerNiall Power <niall@src.gnome.org>2003-04-09 12:41:39 +0000
commitdececcd433f137bf045e2c20657ded2727d613fb (patch)
treed6042502214ced7e5c8e6828f8d1255eb997850e /acconfig.h
parentad2a3f7ef86d03faf47cba18eb733f96187092a3 (diff)
downloadgdm-dececcd433f137bf045e2c20657ded2727d613fb.tar.gz
Detect Xsun xinerama and Xdmcp on Solaris. Patch by Brian Cameron
* acconfig.h, configure.in: Detect Xsun xinerama and Xdmcp on Solaris. Patch by Brian Cameron (Brian.Cameron@Sun.COM) * config/gdm.conf.in: set Xserver paths correctly for both XFree86 and Xsun Patch by Brian Cameron (Brian.Cameron@Sun.COM) * daemon/slave.c, gui/Makefile.am gui/gdmwm.c: added Xinerama support for Solaris/Xsun platforms.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 7cba70eb..2f5c81f7 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -10,7 +10,9 @@
#undef HAVE_TCPWRAPPERS
#undef HAVE_SHADOW
#undef HAVE_CRYPT
-#undef HAVE_LIBXINERAMA
+#undef HAVE_XINERAMA
+#undef HAVE_XFREE_XINERAMA
+#undef HAVE_SOLARIS_XINERAMA
#undef HAVE_LIBXDMCP
#undef HAVE_SETENV
#undef HAVE_UNSETENV