Remove last renmants of XFree86LOADER define

Not to be confused with XFree86Loader or XorgLoader.  Which are both now
dead too.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Daniel Stone 2012-07-10 02:03:29 +01:00 committed by Keith Packard
parent a15dac5509
commit 6636244186
3 changed files with 1 additions and 7 deletions

View File

@ -1817,7 +1817,6 @@ if test "x$XORG" = xyes; then
AC_DEFINE(XORG_SERVER, 1, [Building Xorg server])
AC_DEFINE(XORGSERVER, 1, [Building Xorg server])
AC_DEFINE(XFree86Server, 1, [Building XFree86 server])
AC_DEFINE(XFree86LOADER, 1, [Building loadable XFree86 server])
AC_DEFINE_UNQUOTED(XORG_VERSION_CURRENT, [$VENDOR_RELEASE], [Current Xorg version])
AC_DEFINE(NEED_XF86_TYPES, 1, [Need XFree86 typedefs])
AC_DEFINE(NEED_XF86_PROTOTYPES, 1, [Need XFree86 helper functions])

View File

@ -38,13 +38,8 @@
#include <dix-config.h>
#endif
#ifdef XFree86LOADER
#include "xf86.h"
#include "xf86_ansic.h"
#else
#include <sys/time.h>
#include <unistd.h>
#endif
#include <X11/X.h>
#include <X11/Xproto.h>

View File

@ -197,7 +197,7 @@
#undef WSCONS_SUPPORT
/* Loadable XFree86 server awesomeness */
#undef XFree86LOADER
#define XFree86LOADER
/* Use libpciaccess */
#undef XSERVER_LIBPCIACCESS