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>
This commit is contained in:
parent
c62a8b60b9
commit
b04ff31b9d
|
@ -310,9 +310,6 @@
|
||||||
/* Support UNIX socket connections */
|
/* Support UNIX socket connections */
|
||||||
#undef UNIXCONN
|
#undef UNIXCONN
|
||||||
|
|
||||||
/* unaligned word accesses behave as expected */
|
|
||||||
#undef WORKING_UNALIGNED_INT
|
|
||||||
|
|
||||||
/* Build X string registry */
|
/* Build X string registry */
|
||||||
#undef XREGISTRY
|
#undef XREGISTRY
|
||||||
|
|
||||||
|
@ -346,9 +343,6 @@
|
||||||
/* Support Xinerama extension */
|
/* Support Xinerama extension */
|
||||||
#undef XINERAMA
|
#undef XINERAMA
|
||||||
|
|
||||||
/* Vendor release */
|
|
||||||
#undef XORG_RELEASE
|
|
||||||
|
|
||||||
/* Current Xorg version */
|
/* Current Xorg version */
|
||||||
#undef XORG_VERSION_CURRENT
|
#undef XORG_VERSION_CURRENT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue