Add #include <dmx-config.h> for building dmx/glxProxy in the modular tree.

This commit is contained in:
Kevin E Martin 2005-07-27 08:16:35 +00:00
parent b9ccd89918
commit 7bd6b0640e
8 changed files with 33 additions and 1 deletions

View File

@ -25,11 +25,15 @@ Equipment Corporation.
******************************************************************/
/* $XFree86: xc/programs/Xserver/Xext/panoramiX.c,v 3.37tsi Exp $ */
#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifdef HAVE_DMX_CONFIG_H
#include <dmx-config.h>
#endif
#define NEED_REPLIES
#include <stdio.h>
#include <X11/X.h>
#include <X11/Xproto.h>

View File

@ -34,6 +34,10 @@
**
*/
#ifdef HAVE_DMX_CONFIG_H
#include <dmx-config.h>
#endif
#include "dmx.h"
#include "dmxwindow.h"
#include "dmxpixmap.h"

View File

@ -18,6 +18,10 @@
**
*/
#ifdef HAVE_DMX_CONFIG_H
#include <dmx-config.h>
#endif
#include "dmx.h"
#define NEED_REPLIES

View File

@ -34,6 +34,10 @@
**
*/
#ifdef HAVE_DMX_CONFIG_H
#include <dmx-config.h>
#endif
#include "dmx.h"
#include "dmxlog.h"

View File

@ -29,6 +29,10 @@
** version 1.2.1 Specification.
*/
#ifdef HAVE_DMX_CONFIG_H
#include <dmx-config.h>
#endif
#include "dmx.h"
#include "dmxwindow.h"
#include "dmxpixmap.h"

View File

@ -32,6 +32,10 @@
*
*/
#ifdef HAVE_DMX_CONFIG_H
#include <dmx-config.h>
#endif
#include "dmx.h"
#include "dmxwindow.h"
#include "glxserver.h"

View File

@ -29,6 +29,10 @@
** version 1.2.1 Specification.
*/
#ifdef HAVE_DMX_CONFIG_H
#include <dmx-config.h>
#endif
#include "dmx.h"
#include "dmxwindow.h"
#include "dmxpixmap.h"

View File

@ -33,6 +33,10 @@
**
*/
#ifdef HAVE_DMX_CONFIG_H
#include <dmx-config.h>
#endif
#include "dmx.h"
#include "glxserver.h"
#include "glxutil.h"