Index: FreeBSD.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/FreeBSD.cf,v retrieving revision 1.4 diff -u -r1.4 FreeBSD.cf --- FreeBSD.cf 16 Jun 2004 09:46:14 -0000 1.4 +++ FreeBSD.cf 16 Jun 2004 10:30:31 -0000 @@ -71,15 +71,6 @@ #define HasNCurses YES #define HasVarRun YES #define HasVarDb YES -#ifndef HasMotif -# define HasMotif YES -#endif /* !HasMotif */ -#ifndef HasMotif2 -# define HasMotif2 YES -#endif /* !HasMotif2 */ -#ifndef HasGhostScript -# define HasGhostScript YES -#endif /* !HasGhostScript */ #if (OSMajorVersion >= 3) #define HasIssetugid YES #define HasPoll YES Index: NetBSD.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/NetBSD.cf,v retrieving revision 1.2 diff -u -r1.2 NetBSD.cf --- NetBSD.cf 23 Apr 2004 18:41:58 -0000 1.2 +++ NetBSD.cf 16 Jun 2004 10:29:51 -0000 @@ -47,15 +47,7 @@ #ifndef HasLibCrypt # define HasLibCrypt YES #endif -#ifndef HasMotif -# define HasMotif YES -#endif /* !HasMotif */ -#ifndef HasMotif2 -# define HasMotif2 YES -#endif /* !HasMotif2 */ -#ifndef HasGhostScript -# define HasGhostScript YES -#endif /* !HasGhostScript */ + #ifndef HasShm # if OSMajorVersion == 0 && OSMinorVersion == 9 && OSTeenyVersion == 2 /* Index: linux.cf =================================================================== RCS file: /cvs/xorg/xc/config/cf/linux.cf,v retrieving revision 1.4 diff -u -r1.4 linux.cf --- linux.cf 16 Jun 2004 09:46:14 -0000 1.4 +++ linux.cf 16 Jun 2004 10:29:26 -0000 @@ -206,16 +206,6 @@ # endif #endif -#ifndef HasMotif -# define HasMotif YES -#endif /* !HasMotif */ -#ifndef HasMotif2 -# define HasMotif2 YES -#endif /* !HasMotif2 */ -#ifndef HasGhostScript -# define HasGhostScript YES -#endif /* !HasGhostScript */ - #if LinuxCLibMajorVersion >= 6 # define LinuxSourceDefines -D_POSIX_C_SOURCE=199309L \ -D_POSIX_SOURCE -D_XOPEN_SOURCE \