debrix/include config.h.in,1.1,1.2
Adam Jackson <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
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