aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/XKBAlloc.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-08-16 21:04:02 -0700
committerUlrich Sibiller <uli42@gmx.de>2016-10-19 21:40:28 +0200
commitba86b7a2eb0370ef1275382122274f514d361778 (patch)
treedf9d6e65d6b281569697bfb2306d8560781caff2 /nx-X11/lib/X11/XKBAlloc.c
parent2824899d280f2b169b3e745b222f9a981c1ce5f7 (diff)
downloadnx-libs-ba86b7a2eb0370ef1275382122274f514d361778.tar.gz
nx-libs-ba86b7a2eb0370ef1275382122274f514d361778.tar.bz2
nx-libs-ba86b7a2eb0370ef1275382122274f514d361778.zip
Stop checking for HAVE_DIX_CONFIG_H on the client side
Leftover from when these XKB files were shared with the server sources and could be compiled in either the client or server, with the different autoconf config files in each. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
Diffstat (limited to 'nx-X11/lib/X11/XKBAlloc.c')
-rw-r--r--nx-X11/lib/X11/XKBAlloc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/XKBAlloc.c b/nx-X11/lib/X11/XKBAlloc.c
index ed00f7ff2..a089ff46d 100644
--- a/nx-X11/lib/X11/XKBAlloc.c
+++ b/nx-X11/lib/X11/XKBAlloc.c
@@ -24,9 +24,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-#ifdef HAVE_DIX_CONFIG_H
-#include <dix-config.h>
-#elif defined(HAVE_CONFIG_H)
+#ifdef HAVE_CONFIG_H
#include <config.h>
#endif