debrix/include config.h.in,1.1,1.2
Adam Jackson
xserver-commit at pdx.freedesktop.org
Tue Jun 15 17:25:32 PDT 2004
- Previous message: debrix/hw/xorg/int10 LICENSE, NONE, 1.1 Makefile.am, 1.1,
1.2 debug.c, NONE, 1.1 debug.h, NONE, 1.1 decode.c, NONE,
1.1 decode.h, NONE, 1.1 fpu.c, NONE, 1.1 fpu.h, NONE,
1.1 fpu_regs.h, NONE, 1.1 helper_exec.c, 1.3, 1.4 ops.c, NONE,
1.1 ops.h, NONE, 1.1 ops2.c, NONE, 1.1 prim_asm.h, NONE,
1.1 prim_ops.c, NONE, 1.1 prim_ops.h, NONE, 1.1 regs.h, NONE,
1.1 sys.c, NONE, 1.1 types.h, NONE, 1.1 validate.c, NONE,
1.1 x86emu.h, NONE, 1.1 x86emui.h, NONE, 1.1 xf86int10.c, 1.3, 1.4
- Next message: debrix-driver-ati Makefile.am,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ajax
Update of /cvs/xserver/debrix/include
In directory pdx:/home/ajax/debrix/include
Modified Files:
config.h.in
Log Message:
Massive build fixes:
- Properly set some defines for Xtrans
- Sanitize included file paths
- Unbreak extmod
- Import of x86emu so int10 will work
- Fix int10 to include x86emu headers
Index: config.h.in
===================================================================
RCS file: /cvs/xserver/debrix/include/config.h.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- config.h.in 12 Jun 2004 15:18:54 -0000 1.1
+++ config.h.in 16 Jun 2004 00:25:30 -0000 1.2
@@ -180,6 +180,9 @@
/* Built-in input drivers */
#undef IDRIVERS
+/* Support IPv6 for TCP connections */
+#undef IPv6
+
/* Support MIT Misc extension */
#undef MITMISC
@@ -251,12 +254,18 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Support TCP socket connections */
+#undef TCPCONN
+
/* Enable touchscreen support */
#undef TOUCHSCREEN
/* Support tslib touchscreen abstraction library */
#undef TSLIB
+/* Support UNIX socket connections */
+#undef UNIXCONN
+
/* Use builtin rgb color database */
#undef USE_RGB_BUILTIN
@@ -282,6 +291,12 @@
/* Build XFree86 BigFont extension */
#undef XF86BIGFONT
+/* Support XFree86 miscellaneous extensions */
+#undef XF86MISC
+
+/* Support XFree86 Video Mode extension */
+#undef XF86VIDMODE
+
/* Support XFixes extension */
#undef XFIXES
- Previous message: debrix/hw/xorg/int10 LICENSE, NONE, 1.1 Makefile.am, 1.1,
1.2 debug.c, NONE, 1.1 debug.h, NONE, 1.1 decode.c, NONE,
1.1 decode.h, NONE, 1.1 fpu.c, NONE, 1.1 fpu.h, NONE,
1.1 fpu_regs.h, NONE, 1.1 helper_exec.c, 1.3, 1.4 ops.c, NONE,
1.1 ops.h, NONE, 1.1 ops2.c, NONE, 1.1 prim_asm.h, NONE,
1.1 prim_ops.c, NONE, 1.1 prim_ops.h, NONE, 1.1 regs.h, NONE,
1.1 sys.c, NONE, 1.1 types.h, NONE, 1.1 validate.c, NONE,
1.1 x86emu.h, NONE, 1.1 x86emui.h, NONE, 1.1 xf86int10.c, 1.3, 1.4
- Next message: debrix-driver-ati Makefile.am,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list