Index: config/cf/FreeBSD.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/FreeBSD.cf,v retrieving revision 1.9 diff -u -p -r1.9 FreeBSD.cf --- config/cf/FreeBSD.cf 28 Jul 2004 03:24:29 -0000 1.9 +++ config/cf/FreeBSD.cf 13 Aug 2004 21:17:15 -0000 @@ -257,7 +257,6 @@ XCOMM operating system: OSName (OSMajor defined(AMD64Architecture)) && (OSMajorVersion >= 5) #define HasAgpGart YES #endif -#endif /* * SSE and 3DNow will be autodetected, so binutils is the only Index: config/cf/QNX4.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/QNX4.cf,v retrieving revision 1.2 diff -u -p -r1.2 QNX4.cf --- config/cf/QNX4.cf 23 Apr 2004 18:41:58 -0000 1.2 +++ config/cf/QNX4.cf 13 Aug 2004 21:17:16 -0000 @@ -36,6 +36,10 @@ XCOMM platform: $XFree86: xc/config/cf/ #define InstallCmd $(SHELL) $(CONFIGSRC)/util/install.sh #endif +#ifndef UseDeprecatedKeyboardDriver +#define UseDeprecatedKeyboardDriver YES +#endif + #define DefaultCCOptions -5s -Otx -Wc,-r -b -j -Wc,-ei -N128000 -zp4 -mf #define LibraryCCOptions -5s -Otx -Wc,-r -b -j -Wc,-ei -zp4 -mf #define ServerCCOptions -5s -Otx -Wc,-r -T1 -M -N4096000 -j -b -mf -Wc,-ei -Wc,-s -zp4 -llibmalloc Index: config/cf/bsdi.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/bsdi.cf,v retrieving revision 1.2 diff -u -p -r1.2 bsdi.cf --- config/cf/bsdi.cf 23 Apr 2004 18:41:58 -0000 1.2 +++ config/cf/bsdi.cf 13 Aug 2004 21:17:16 -0000 @@ -56,6 +56,10 @@ XCOMM operating system: OSName (OSMajor #define GzipFontCompression YES #define BuildXaw6 NO +#ifndef UseDeprecatedKeyboardDriver +#define UseDeprecatedKeyboardDriver YES +#endif + XCOMM BSD/OS 5.1 (intel) comes with gcc 3.2.2 installed as gcc and cc. XCOMM BSD/OS 5.0 (intel) comes with gcc 2.95.3 installed as gcc and cc. Index: config/cf/isc.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/isc.cf,v retrieving revision 1.2 diff -u -p -r1.2 isc.cf --- config/cf/isc.cf 23 Apr 2004 18:41:58 -0000 1.2 +++ config/cf/isc.cf 13 Aug 2004 21:17:16 -0000 @@ -42,6 +42,10 @@ XCOMM platform: $XFree86: xc/config/cf/ # define BuildXF86DRI NO #endif +#ifndef UseDeprecatedKeyboardDriver +#define UseDeprecatedKeyboardDriver YES +#endif + /* * disable building DRI support into video drivers, which can be done * even on platforms that don't have functional DRI support. Index: config/cf/lynx.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/lynx.cf,v retrieving revision 1.2 diff -u -p -r1.2 lynx.cf --- config/cf/lynx.cf 23 Apr 2004 18:41:58 -0000 1.2 +++ config/cf/lynx.cf 13 Aug 2004 21:17:17 -0000 @@ -399,4 +399,8 @@ install.man:: list #include #endif +#ifndef UseDeprecatedKeyboardDriver +#define UseDeprecatedKeyboardDriver YES +#endif + #include Index: config/cf/mach.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/mach.cf,v retrieving revision 1.2 diff -u -p -r1.2 mach.cf --- config/cf/mach.cf 23 Apr 2004 18:41:58 -0000 1.2 +++ config/cf/mach.cf 13 Aug 2004 21:17:17 -0000 @@ -67,6 +67,10 @@ XCOMM operating system: OSName # define ExtraFilesToClean *.core #endif +#ifndef UseDeprecatedKeyboardDriver +#define UseDeprecatedKeyboardDriver YES +#endif + #ifdef i386Architecture # include #endif Index: config/cf/nto.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/nto.cf,v retrieving revision 1.2 diff -u -p -r1.2 nto.cf --- config/cf/nto.cf 23 Apr 2004 18:41:58 -0000 1.2 +++ config/cf/nto.cf 13 Aug 2004 21:17:17 -0000 @@ -57,6 +57,10 @@ #define StandardCppDefines -traditional StandardDefines #define PreProcessCmd CppCmd +#ifndef UseDeprecatedKeyboardDriver +#define UseDeprecatedKeyboardDriver YES +#endif + #define HasShm NO /* For now as well */ #define HasSockets YES #define HasPutenv YES Index: config/cf/sco5.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/sco5.cf,v retrieving revision 1.2 diff -u -p -r1.2 sco5.cf --- config/cf/sco5.cf 23 Apr 2004 18:41:58 -0000 1.2 +++ config/cf/sco5.cf 13 Aug 2004 21:17:18 -0000 @@ -82,6 +82,10 @@ XCOMM $XdotOrg: xc/config/cf/sco5.cf,v 1 #define HasNCurses YES #define NCursesLibName -lcurses +#ifndef UseDeprecatedKeyboardDriver +#define UseDeprecatedKeyboardDriver YES +#endif + #define LogDirectory /var/adm #ifndef PexDynamicModule Index: config/cf/sgi.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/sgi.cf,v retrieving revision 1.4 diff -u -p -r1.4 sgi.cf --- config/cf/sgi.cf 30 Jun 2004 20:06:51 -0000 1.4 +++ config/cf/sgi.cf 13 Aug 2004 21:17:20 -0000 @@ -316,4 +316,8 @@ clean:: @@\ #define DoLoadableServer YES #endif +#ifndef UseDeprecatedKeyboardDriver +#define UseDeprecatedKeyboardDriver YES +#endif + #include Index: config/cf/sun.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/sun.cf,v retrieving revision 1.7 diff -u -p -r1.7 sun.cf --- config/cf/sun.cf 26 Jul 2004 16:54:21 -0000 1.7 +++ config/cf/sun.cf 13 Aug 2004 21:17:20 -0000 @@ -458,6 +458,10 @@ XCOMM SunPro C++ CplusplusCompilerMajorV #define HasUsableFileMap YES #endif +#ifndef UseDeprecatedKeyboardDriver +#define UseDeprecatedKeyboardDriver YES +#endif + #if HasGcc # if OSMajorVersion > 4 # ifndef DefaultCCOptions Index: config/cf/x386.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/x386.cf,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 x386.cf --- config/cf/x386.cf 14 Nov 2003 16:48:20 -0000 1.1.1.1 +++ config/cf/x386.cf 13 Aug 2004 21:17:20 -0000 @@ -32,6 +32,10 @@ XCOMM platform: $Xorg: x386.cf,v 1.3 20 #define NeedBerklib YES #define HasSymLinks NO +#ifndef UseDeprecatedKeyboardDriver +#define UseDeprecatedKeyboardDriver YES +#endif + /* * V/386 Release 3.2 */