diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:26:55 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:26:55 +0000 |
commit | ea2a0b7d5958a702bdbcecc17c9c4dea8ce6def5 (patch) | |
tree | fd868165c6da4b6f2ad504733f27803878a9d9bb /sv3Lib.rules | |
parent | 272f68b2bffd736cede856a96231afe237261c8d (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'sv3Lib.rules')
-rw-r--r-- | sv3Lib.rules | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sv3Lib.rules b/sv3Lib.rules index da53c87..21e1745 100644 --- a/sv3Lib.rules +++ b/sv3Lib.rules @@ -2,7 +2,7 @@ XCOMM $Xorg: sv3Lib.rules,v 1.3 2000/08/17 19:41:48 cpqbld Exp $ -XCOMM $XFree86: xc/config/cf/sv3Lib.rules,v 3.5 2002/11/22 22:55:56 tsi Exp $ +XCOMM $XFree86: xc/config/cf/sv3Lib.rules,v 3.6 2003/04/14 20:35:50 herrb Exp $ /* * SVR3 shared library rules * Copyright (c) 1992, 1993 by Thomas Wolfram, Berlin, Germany @@ -29,15 +29,9 @@ XCOMM $XFree86: xc/config/cf/sv3Lib.rules,v 3.5 2002/11/22 22:55:56 tsi Exp $ #ifndef SharedLibXi #define SharedLibXi HasSharedLibraries #endif -#ifndef SharedLibXie -#define SharedLibXie HasSharedLibraries -#endif #ifndef SharedLibXtst #define SharedLibXtst HasSharedLibraries #endif -#ifndef SharedLibPhigs -#define SharedLibPhigs HasSharedLibraries -#endif #ifndef SharedLibICE #define SharedLibICE HasSharedLibraries #endif @@ -62,9 +56,6 @@ XCOMM $XFree86: xc/config/cf/sv3Lib.rules,v 3.5 2002/11/22 22:55:56 tsi Exp $ #ifndef SharedLibXext #define SharedLibXext HasSharedLibraries #endif -#ifndef SharedLibPex -#define SharedLibPex NO -#endif #ifndef SharedDataSeparation #define SharedDataSeparation NO |