summaryrefslogtreecommitdiff
path: root/xkb
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-03-22 15:11:35 -0700
committerAdam Jackson <ajax@redhat.com>2017-03-23 13:19:51 -0400
commite2e50c509718ea8c7f4684dc18f5ce66e526792b (patch)
tree7058dfa9ee570617a3a6037eb37fb850e7e7ae08 /xkb
parent266af991c8e41e62f054ac9870468a9ba2aaa9f2 (diff)
xserver: Unifdef HAVE_CONFIG_H
The X Server never generates a global config.h, and instead all these paths are including dix-config.h or xorg-config.h. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'xkb')
-rw-r--r--xkb/XKBMAlloc.c2
-rw-r--r--xkb/XKBMisc.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/xkb/XKBMAlloc.c b/xkb/XKBMAlloc.c
index dbc1389e6..3e380a8ea 100644
--- a/xkb/XKBMAlloc.c
+++ b/xkb/XKBMAlloc.c
@@ -26,8 +26,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
-#elif defined(HAVE_CONFIG_H)
-#include <config.h>
#endif
#include <stdio.h>
diff --git a/xkb/XKBMisc.c b/xkb/XKBMisc.c
index df268b583..f17194528 100644
--- a/xkb/XKBMisc.c
+++ b/xkb/XKBMisc.c
@@ -26,8 +26,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
-#elif defined(HAVE_CONFIG_H)
-#include <config.h>
#endif
#include <stdio.h>