Xext: drop checking for HAVE_DIX_CONFIG_H
Within the Xserver build, there's always dix-config.h Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
64eb27449e
commit
4d164ff7c8
|
@ -1,8 +1,6 @@
|
||||||
/* Prototypes for functions that the DDX must provide */
|
/* Prototypes for functions that the DDX must provide */
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _DPMSPROC_H_
|
#ifndef _DPMSPROC_H_
|
||||||
#define _DPMSPROC_H_
|
#define _DPMSPROC_H_
|
||||||
|
|
|
@ -32,9 +32,7 @@ Equipment Corporation.
|
||||||
* PanoramiX definitions
|
* PanoramiX definitions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _PANORAMIX_H_
|
#ifndef _PANORAMIX_H_
|
||||||
#define _PANORAMIX_H_
|
#define _PANORAMIX_H_
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _PANORAMIXSRV_H_
|
#ifndef _PANORAMIXSRV_H_
|
||||||
#define _PANORAMIXSRV_H_
|
#define _PANORAMIXSRV_H_
|
||||||
|
|
|
@ -24,9 +24,7 @@
|
||||||
* XFree86 Project.
|
* XFree86 Project.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _SLEEPUNTIL_H_
|
#ifndef _SLEEPUNTIL_H_
|
||||||
#define _SLEEPUNTIL_H_ 1
|
#define _SLEEPUNTIL_H_ 1
|
||||||
|
|
Loading…
Reference in New Issue