xfree86: int10: drop ifdef HAVE_XORG_CONFIG_H

Not really needed, because <xorg-config.h> is always present anyways.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-29 18:02:08 +01:00
committed by Enrico Weigelt
parent e1111ead5c
commit 2f2ecad0b5
11 changed files with 0 additions and 32 deletions

View File

@@ -3,9 +3,7 @@
* execute BIOS int 10h calls in x86 real mode environment
* Copyright 1999 Egbert Eich
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <errno.h>
#include <string.h>

View File

@@ -6,17 +6,13 @@
* Part of this code was inspired by the VBIOS POSTing code in DOSEMU
* developed by the "DOSEMU-Development-Team"
*/
/*
* To debug port accesses define PRINT_PORT to 1.
* Note! You also have to comment out ioperm()
* in xf86EnableIO(). Otherwise we won't trap
* on PIO.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#define PRINT_PORT 0

View File

@@ -3,9 +3,7 @@
* execute BIOS int 10h calls in x86 real mode environment
* Copyright 1999 Egbert Eich
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <string.h>
#include <stdlib.h>

View File

@@ -3,9 +3,7 @@
* execute BIOS int 10h calls in x86 real mode environment
* Copyright 1999 Egbert Eich
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "xf86.h"
#include "xf86str.h"

View File

@@ -1,4 +1,3 @@
/*
* XFree86 vbe module
* Copyright 2000 Egbert Eich
@@ -8,10 +7,7 @@
* Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
* Authors: Paulo César Pereira de Andrade <pcpa@conectiva.com.br>
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <string.h>

View File

@@ -28,10 +28,7 @@
* Authors: David Dawes <dawes@xfree86.org>
*
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <stdio.h>
#include <string.h>

View File

@@ -1,7 +1,4 @@
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "debug.c"
#include "decode.c"

View File

@@ -3,10 +3,7 @@
* execute BIOS int 10h calls in x86 real mode environment
* Copyright 1999 Egbert Eich
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "xf86.h"
#include "compiler.h"

View File

@@ -3,9 +3,7 @@
* execute BIOS int 10h calls in x86 real mode environment
* Copyright 1999 Egbert Eich
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "xf86Module.h"

View File

@@ -3,9 +3,7 @@
* execute BIOS int 10h calls in x86 real mode environment
* Copyright 1999 Egbert Eich
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "xf86.h"
#include "xf86_OSproc.h"

View File

@@ -3,14 +3,9 @@
* execute BIOS int 10h calls in x86 real mode environment
* Copyright 1999 Egbert Eich
*/
#ifndef XF86X86EMU_H_
#define XF86X86EMU_H_
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include <x86emu.h>
#define M _X86EMU_env