summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2018-03-28 14:04:34 +0200
committerAdam Jackson <ajax@redhat.com>2018-03-28 09:54:18 -0400
commitb04ff31b9d471822fe96ed63eda93fc4cd8c22d0 (patch)
tree958ebe9f0999bf5551bad9f3796ac0e263b06a3e /include
parentc62a8b60b9a07092ebebf9aeb67a0c39c583aabe (diff)
dix: Remove unused definitions from dix-config.h.in
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@nvidia.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/dix-config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 69fc5e3fb..c64321ef1 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