Nuke the MIT-SUNDRY-NONSTANDARD extension.

This extension provided bug-compatibility with pre-X11R6, but has been
stubbed out in our server since 2006 to return BadRequest when you actually
asked for it.
This commit is contained in:
Eric Anholt
2008-04-18 15:32:04 -07:00
parent 13adef8a17
commit 25827fde68
12 changed files with 0 additions and 201 deletions

View File

@@ -1106,7 +1106,6 @@ if test "x$DEBUGGING" = xyes; then
fi
AM_CONDITIONAL(DEBUG, [test "x$DEBUGGING" = xyes])
AC_DEFINE(MITMISC, 1, [Support MIT Misc extension])
AC_DEFINE(XTEST, 1, [Support XTest extension])
AC_DEFINE(XSYNC, 1, [Support XSync extension])
AC_DEFINE(XCMISC, 1, [Support XCMisc extension])