From 914672fefacc15386041e7c2bc3beed4faf45e9d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 7 Nov 2013 14:20:26 -0800 Subject: [PATCH] Remove dix-config.h config variables from xorg-config.h xorg-config.h includes dix-config, so there's no need to duplicate. Signed-off-by: Keith Packard --- include/xorg-config.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index e3444da91..487d7addb 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -145,7 +145,4 @@ /* Support APM/ACPI power management in the server */ #undef XF86PM -/* Have support for X shared memory fence library (xshmfence) */ -#undef HAVE_XSHMFENCE - #endif /* _XORG_CONFIG_H_ */