xkb: drop using HAVE_DIX_CONFIG_H
This symbol is always defined, and the header is always present, so no need to check for it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
7310580f86
commit
3d12c88ac3
|
@ -1,12 +1,8 @@
|
||||||
/* This file generated automatically by xkbcomp */
|
|
||||||
/* DO NOT EDIT */
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef DEFAULT_H
|
#ifndef DEFAULT_H
|
||||||
#define DEFAULT_H 1
|
#define DEFAULT_H 1
|
||||||
|
|
||||||
|
#include <dix-config.h>
|
||||||
|
|
||||||
#define GET_ATOM(d,s) MakeAtom(s,strlen(s),1)
|
#define GET_ATOM(d,s) MakeAtom(s,strlen(s),1)
|
||||||
#define DPYTYPE char *
|
#define DPYTYPE char *
|
||||||
#define NUM_KEYS 1
|
#define NUM_KEYS 1
|
||||||
|
|
Loading…
Reference in New Issue