Remove use of dix-config and xorg-config.h from public headers.

This commit is contained in:
Daniel Stone 2005-08-24 11:18:35 +00:00
parent 1fb4a5a4ea
commit 825a95a1fa
135 changed files with 1 additions and 535 deletions

View File

@ -23,10 +23,6 @@ SOFTWARE.
******************************************************************/
/* $XFree86: xc/programs/Xserver/Xext/xvdix.h,v 1.7 2001/05/07 21:37:51 tsi Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef XVDIX_H
#define XVDIX_H
/*

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/Xext/xvmcext.h,v 1.1 2001/04/07 11:04:21 alanh Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _XVMC_H
#define _XVMC_H
#include <X11/extensions/Xv.h>

View File

@ -52,10 +52,6 @@ SOFTWARE.
written by drewry, september 1986
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include "pixmap.h"
#include "region.h"
#include "gc.h"

View File

@ -29,10 +29,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
/* $XFree86: xc/programs/Xserver/cfb/cfb.h,v 3.29tsi Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#if !defined(__CFB_H__) || defined(CFB_PROTOTYPES_ONLY)
#include <X11/X.h>

View File

@ -25,10 +25,6 @@
* XFree86 Project.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _CFB16_H_
#define _CFB16_H_

View File

@ -25,10 +25,6 @@
* XFree86 Project.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _CFB32_H_
#define _CFB32_H_

View File

@ -32,10 +32,6 @@ in this Software without prior written authorization from The Open Group.
* Map names around so that multiple depths can be supported simultaneously
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#if 0
#undef QuartetBitsTable
#undef QuartetPixelMaskTable

View File

@ -31,10 +31,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* $Xorg: cfbmskbits.h,v 1.3 2000/08/17 19:48:14 cpqbld Exp $ */
/* Optimizations for PSZ == 32 added by Kyle Marvin (marvin@vitec.com) */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <X11/X.h>
#include <X11/Xmd.h>
#include "servermd.h"

View File

@ -32,11 +32,6 @@
*****************************************************************************/
/* $XFree86$ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef DBE_STRUCT_H
#define DBE_STRUCT_H

View File

@ -24,10 +24,6 @@
/* $XdotOrg: xc/programs/Xserver/fb/fb.h,v 1.9 2005/04/20 12:25:19 daniels Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _FB_H_
#define _FB_H_

View File

@ -23,10 +23,6 @@
* Author: Keith Packard, SuSE, Inc.
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _FBOVERLAY_H_
#define _FBOVERLAY_H_

View File

@ -1,7 +1,3 @@
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _FB_XX_H_
# define _FB_XX_H_

View File

@ -23,10 +23,6 @@
*/
/* $XFree86: xc/programs/Xserver/fb/fbrop.h,v 1.3 2000/02/14 19:20:30 dawes Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _FBROP_H_
#define _FBROP_H_

View File

@ -50,10 +50,6 @@
/* $XConsortium: atKeynames.h /main/11 1996/03/09 11:17:41 kaleb $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _ATKEYNAMES_H
#define _ATKEYNAMES_H

View File

@ -50,10 +50,6 @@
/* $XConsortium: compiler.h /main/16 1996/10/25 15:38:34 kaleb $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _COMPILER_H
# if !defined(_XF86_ANSIC_H) && defined(XFree86Module)

View File

@ -34,10 +34,6 @@
For an explanation of fourcc <-> guid mappings see RFC2361.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86_FOURCC_H_
#define _XF86_FOURCC_H_ 1

View File

@ -34,10 +34,6 @@
* "public" means available to video drivers.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86_H
#define _XF86_H

View File

@ -40,10 +40,6 @@
* XXX This file arguably belongs in xfree86/loader/.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86MODULE_H
#define _XF86MODULE_H

View File

@ -29,10 +29,6 @@
/* Option handling things that ModuleSetup procs can use */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86_OPT_H_
#define _XF86_OPT_H_

View File

@ -46,11 +46,6 @@
* to ../etc/extrapci.ids.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86_PCIINFO_H
#define _XF86_PCIINFO_H

View File

@ -34,10 +34,6 @@
* "private" means not available to video drivers.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86PRIV_H
#define _XF86PRIV_H

View File

@ -32,10 +32,6 @@
* None of the data structures here should be used by video drivers.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86PRIVSTR_H
#define _XF86PRIVSTR_H

View File

@ -27,10 +27,6 @@
* authorization from the copyright holder(s) and author(s).
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86_RESOURCES_H
#define _XF86_RESOURCES_H

View File

@ -28,10 +28,6 @@
* authorization from the copyright holder(s) and author(s).
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef XF86_VERSION_CURRENT
#define XF86_VERSION_MAJOR 4

View File

@ -51,10 +51,6 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h,v 3.36 2003/08/24 17:36:55 dawes Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _xf86Xinput_h
#define _xf86Xinput_h

View File

@ -27,10 +27,6 @@
* authorization from the copyright holder(s) and author(s).
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86CMAP_H
#define _XF86CMAP_H

View File

@ -27,10 +27,6 @@
* authorization from the copyright holder(s) and author(s).
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86FBMAN_H
#define _XF86FBMAN_H

View File

@ -22,10 +22,6 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86sbusBus.h,v 3.4 2001/10/28 03:33:19 tsi Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86_SBUSBUS_H
#define _XF86_SBUSBUS_H

View File

@ -32,10 +32,6 @@
* Any data structures that video drivers need to access should go here.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86STR_H
#define _XF86STR_H

View File

@ -27,10 +27,6 @@
* authorization from the copyright holder(s) and author(s).
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86XV_H_
#define _XF86XV_H_

View File

@ -27,10 +27,6 @@
* authorization from the copyright holder(s) and author(s).
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86XVMC_H
#define _XF86XVMC_H

View File

@ -27,10 +27,6 @@
* authorization from the copyright holder(s) and author(s).
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86XVPRIV_H_
#define _XF86XVPRIV_H_

View File

@ -26,10 +26,6 @@
*/
/* $XFree86$ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _xisb_H_
#define _xisb_H_

View File

@ -27,10 +27,6 @@
* authorization from the copyright holder(s) and author(s).
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef XORG_VERSION_H
# define XORG_VERSION_H

View File

@ -10,10 +10,6 @@
* Copyright 1998 by Egbert Eich <Egbert.Eich@Physik.TU-Darmstadt.DE>
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _EDID_H_
#define _EDID_H_

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/ddc/vdif.h,v 1.4tsi Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _VDIF_H
#define _VDIF_H

View File

@ -10,11 +10,6 @@
* Copyright 1998 by Egbert Eich <Egbert.Eich@Physik.TU-Darmstadt.DE>
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef XF86_DDC_H
# define XF86_DDC_H

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/Xext/dgaproc.h,v 1.21 2000/06/30 19:06:54 keithp Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef __DGAPROC_H
#define __DGAPROC_H

View File

@ -34,10 +34,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
/* Prototypes for DRI functions */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _DRI_H_
#include "scrnintstr.h"

View File

@ -32,10 +32,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef DRI_STRUCT_H
#define DRI_STRUCT_H

View File

@ -36,10 +36,6 @@
/* $XFree86: xc/programs/Xserver/GL/dri/sarea.h,v 1.11 2002/10/30 12:52:03 alanh Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _SAREA_H_
#define _SAREA_H_

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.h,v 1.11 2001/10/01 13:44:12 eich Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _FBDEVHW_H_
#define _FBDEVHW_H_

View File

@ -3,9 +3,6 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.h,v 1.10 2003/07/16 01:38:47 dawes Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86I2C_H
#define _XF86I2C_H

View File

@ -6,10 +6,6 @@
* Copyright 1999 Egbert Eich
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86INT10_H
#define _XF86INT10_H

View File

@ -1,7 +1,4 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/assyntax.h,v 3.13 2003/08/24 17:37:03 dawes Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef __ASSYNTAX_H__
#define __ASSYNTAX_H__

View File

@ -102,10 +102,6 @@
* Drivers should use this file rather than Pci.h.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86PCI_H
#define _XF86PCI_H 1
#include <X11/Xarch.h>

View File

@ -28,10 +28,6 @@
* Author: Ivan Pascal.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "xf86Xinput.h"
Bool ATScancode(InputInfoPtr pInfo, int *scanCode);

View File

@ -28,10 +28,6 @@
/* Public interface to OS-specific mouse support. */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86OSMOUSE_H_
#define _XF86OSMOUSE_H_

View File

@ -74,10 +74,6 @@
* may include xf86_OSproc.h to get prototypes for public interfaces.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86_OSLIB_H
#define _XF86_OSLIB_H

View File

@ -66,10 +66,6 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h,v 3.56 2003/08/24 17:37:03 dawes Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86_OSPROC_H
#define _XF86_OSPROC_H
@ -238,6 +234,7 @@ extern void xf86KbdEvents(void);
extern int xf86XqueKbdProc(DeviceIntPtr, int);
extern void xf86XqueEvents(void);
#endif
extern void xf86ReloadInputDevs(int sig);
#ifdef WSCONS_SUPPORT
extern void xf86WSKbdEvents(void);
#endif

View File

@ -23,10 +23,6 @@
*
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86_ANSIC_H
#define _XF86_ANSIC_H

View File

@ -42,10 +42,6 @@
* 0.1 Feb 24 1997 hide the trivial functions mem* str*
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef XF86_LIBC_H
#define XF86_LIBC_H 1

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/rac/xf86RAC.h,v 1.2 1999/05/15 12:10:33 dawes Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef __XF86RAC_H
#define __XF86RAC_H 1

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/BT.h,v 1.2 1998/07/25 16:57:17 dawes Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "xf86RamDac.h"
RamDacHelperRecPtr BTramdacProbe(ScrnInfoPtr pScrn, RamDacSupportedInfoRecPtr ramdacs);

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/IBM.h,v 1.7 1999/02/12 22:52:11 hohndel Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <xf86RamDac.h>
RamDacHelperRecPtr IBMramdacProbe(ScrnInfoPtr pScrn, RamDacSupportedInfoRecPtr ramdacs);

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/TI.h,v 1.4 2000/05/02 21:04:46 alanh Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <xf86RamDac.h>
unsigned long TIramdacCalculateMNPForClock(unsigned long RefClock,

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86Cursor.h,v 1.10tsi Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86CURSOR_H
#define _XF86CURSOR_H

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDac.h,v 1.9 1999/03/28 15:33:02 dawes Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XF86RAMDAC_H
#define _XF86RAMDAC_H 1

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/shadowfb/shadowfb.h,v 1.3 2002/10/16 22:12:54 alanh Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _SHADOWFB_H
#define _SHADOWFB_H

View File

@ -10,10 +10,6 @@
* Authors: Paulo César Pereira de Andrade <pcpa@conectiva.com.br>
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _VBE_H
#define _VBE_H
#include "xf86int10.h"

View File

@ -29,10 +29,6 @@
* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/vbe/vbeModes.h,v 1.1 2002/08/06 13:46:28 dawes Exp $
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _VBE_MODES_H
/*

View File

@ -11,10 +11,6 @@
* Author: Dirk Hohndel
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _VGAHW_H
#define _VGAHW_H

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xaa.h,v 1.38 2002/10/21 01:54:04 mvojkovi Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XAA_H
#define _XAA_H

View File

@ -1,6 +1,3 @@
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XAA_WRAPPER_H
# define _XAA_WRAPPER_H

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xaalocal.h,v 1.36tsi Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XAALOCAL_H
#define _XAALOCAL_H

View File

@ -29,10 +29,6 @@
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _XAAROP_H
#define _XAAROP_H

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/xf1bpp/mfbmap.h,v 1.1.2.2 1998/06/08 15:13:15 dawes Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _MFBMAP_H
#define _MFBMAP_H

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/xf1bpp/mfbunmap.h,v 1.1.2.1 1998/06/27 14:48:24 dawes Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifdef _MFBMAP_H
#undef _MFBMAP_H

View File

@ -25,10 +25,6 @@
* XFree86 Project.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef __XF1BPP_H__
#define __XF1BPP_H__

View File

@ -1,10 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/xf4bpp.h,v 1.9 2003/11/03 05:11:57 tsi Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef __XF4BPP_H__
#define __XF4BPP_H__

View File

@ -1,9 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/xf8_16bpp/cfb8_16.h,v 1.1 1999/01/31 12:22:16 dawes Exp $ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _CFB8_16_H
#define _CFB8_16_H

View File

@ -1,9 +1,5 @@
/* $XFree86$ */
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef _CFB8_32WID_H
#define _CFB8_32WID_H

View File

@ -24,10 +24,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef XI_STUBS_H
#define XI_STUBS_H 1

View File

@ -15,10 +15,6 @@
* -- 1997.10.27 Marc Aurele La France (tsi@xfree86.org)
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _BSTORE_H_
#define _BSTORE_H_

View File

@ -15,10 +15,6 @@
* -- 1997.10.27 Marc Aurele La France (tsi@xfree86.org)
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _BSTORESTR_H_
#define _BSTORESTR_H_

View File

@ -29,10 +29,6 @@ from The Open Group.
/* $XFree86: xc/programs/Xserver/include/closestr.h,v 3.4 2001/12/14 19:59:53 dawes Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef CLOSESTR_H
#define CLOSESTR_H

View File

@ -45,9 +45,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef CLOSURE_H
#define CLOSURE_H 1

View File

@ -47,10 +47,6 @@ SOFTWARE.
*/
/* $Xorg: colormap.h,v 1.4 2001/02/09 02:05:14 xorgcvs Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef CMAP_H
#define CMAP_H 1

View File

@ -45,9 +45,6 @@ SOFTWARE.
*/
/* $Xorg: colormapst.h,v 1.4 2001/02/09 02:05:14 xorgcvs Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef CMAPSTRUCT_H
#define CMAPSTRUCT_H 1

View File

@ -47,9 +47,6 @@ SOFTWARE.
******************************************************************/
/* $Xorg: cursor.h,v 1.4 2001/02/09 02:05:15 xorgcvs Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef CURSOR_H
#define CURSOR_H

View File

@ -47,10 +47,6 @@ SOFTWARE.
******************************************************************/
/* $XFree86: xc/programs/Xserver/include/cursorstr.h,v 1.8 2002/11/30 06:21:51 keithp Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef CURSORSTRUCT_H
#define CURSORSTRUCT_H

View File

@ -47,10 +47,6 @@ SOFTWARE.
******************************************************************/
/* $Xorg: dix.h,v 1.4 2001/02/09 02:05:15 xorgcvs Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef DIX_H
#define DIX_H

View File

@ -24,10 +24,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef DIXEVENTS_H
#define DIXEVENTS_H

View File

@ -23,10 +23,6 @@ SOFTWARE.
******************************************************************/
/* $XFree86: xc/programs/Xserver/include/dixfont.h,v 3.7 2001/02/02 21:39:02 herrb Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef DIXFONT_H
#define DIXFONT_H 1

View File

@ -22,10 +22,6 @@ SOFTWARE.
******************************************************************/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef DIXFONTSTRUCT_H
#define DIXFONTSTRUCT_H

View File

@ -24,10 +24,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef DIXGRABS_H
#define DIXGRABS_H 1

View File

@ -23,10 +23,6 @@ SOFTWARE.
******************************************************************/
/* $Xorg: dixstruct.h,v 1.3 2000/08/17 19:53:29 cpqbld Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef DIXSTRUCT_H
#define DIXSTRUCT_H

View File

@ -28,10 +28,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* Interface of 'exevents.c'
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef EXEVENTS_H
#define EXEVENTS_H

View File

@ -47,10 +47,6 @@ SOFTWARE.
******************************************************************/
/* $XFree86: xc/programs/Xserver/include/extension.h,v 1.5 2001/12/14 19:59:54 dawes Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef EXTENSION_H
#define EXTENSION_H

View File

@ -28,10 +28,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* Interface of extinit.c
*/
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef EXTINIT_H
#define EXTINIT_H

View File

@ -47,10 +47,6 @@ SOFTWARE.
******************************************************************/
/* $XFree86: xc/programs/Xserver/include/extnsionst.h,v 3.8 2003/04/27 21:31:04 herrb Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef EXTENSIONSTRUCT_H
#define EXTENSIONSTRUCT_H

View File

@ -47,10 +47,6 @@ SOFTWARE.
******************************************************************/
/* $Xorg: gc.h,v 1.4 2001/02/09 02:05:15 xorgcvs Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef GC_H
#define GC_H

View File

@ -49,10 +49,6 @@ SOFTWARE.
/* $XFree86: xc/programs/Xserver/include/gcstruct.h,v 1.7 2003/04/27 21:31:04 herrb Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef GCSTRUCT_H
#define GCSTRUCT_H

View File

@ -1,10 +1,6 @@
/* $XdotOrg: xc/programs/Xserver/include/globals.h,v 1.6 2005/05/19 18:53:49 ajax Exp $ */
/* $XFree86: xc/programs/Xserver/include/globals.h,v 1.3 1999/09/25 14:38:21 dawes Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef _XSERV_GLOBAL_H_
#define _XSERV_GLOBAL_H_

View File

@ -47,10 +47,6 @@ SOFTWARE.
********************************************************/
/* $XFree86: xc/programs/Xserver/include/input.h,v 3.8 2003/04/27 21:31:04 herrb Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef INPUT_H
#define INPUT_H

View File

@ -48,10 +48,6 @@ SOFTWARE.
/* $Xorg: inputstr.h,v 1.4 2001/02/09 02:05:15 xorgcvs Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef INPUTSTRUCT_H
#define INPUTSTRUCT_H

View File

@ -47,10 +47,6 @@ SOFTWARE.
******************************************************************/
/* $XFree86: xc/programs/Xserver/include/miscstruct.h,v 3.4 2003/04/27 21:31:04 herrb Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef MISCSTRUCT_H
#define MISCSTRUCT_H 1

View File

@ -28,10 +28,6 @@ from The Open Group.
*/
/* $XFree86: xc/programs/Xserver/include/opaque.h,v 1.13 2003/07/24 13:50:25 eich Exp $ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef OPAQUE_H
#define OPAQUE_H

View File

@ -47,10 +47,6 @@ SOFTWARE.
******************************************************************/
/* $XFree86$ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef PIXMAP_H
#define PIXMAP_H

View File

@ -47,10 +47,6 @@ SOFTWARE.
******************************************************************/
/* $XFree86$ */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef PIXMAPSTRUCT_H
#define PIXMAPSTRUCT_H
#include "pixmap.h"

Some files were not shown because too many files have changed in this diff Show More