[PATCH 3/7] dix: Remove unused definitions from dix-config.h.in

Thierry Reding thierry.reding at gmail.com
Wed Mar 28 12:04:34 UTC 2018


From: Thierry Reding <treding at nvidia.com>

There is no code around that will ever define values for the
WORKING_UNALIGNED_INT or XORG_RELEASE symbols, so they will always end
up commented out and are therefore completely useless.

Signed-off-by: Thierry Reding <treding at nvidia.com>
---
 include/dix-config.h.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 69fc5e3fba5a..c64321ef1372 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -310,9 +310,6 @@
 /* Support UNIX socket connections */
 #undef UNIXCONN
 
-/* unaligned word accesses behave as expected */
-#undef WORKING_UNALIGNED_INT
-
 /* Build X string registry */
 #undef XREGISTRY
 
@@ -346,9 +343,6 @@
 /* Support Xinerama extension */
 #undef XINERAMA
 
-/* Vendor release */
-#undef XORG_RELEASE
-
 /* Current Xorg version */
 #undef XORG_VERSION_CURRENT
 
-- 
2.16.3



More information about the xorg-devel mailing list