Browse Source

* linux -> unix for not 1.0.x compilers

peter 24 years ago
parent
commit
a0e12b3e88
1 changed files with 14 additions and 5 deletions
  1. 14 5
      tests/utils/redir.pp

+ 14 - 5
tests/utils/redir.pp

@@ -19,9 +19,11 @@ Unit Redir;
 Interface
 Interface
 
 
 {$R-}
 {$R-}
-{$ifndef linux}
+{$ifndef Linux}
+{$ifndef Unix}
   {$S-}
   {$S-}
 {$endif}
 {$endif}
+{$endif}
 
 
 {$ifdef TP}
 {$ifdef TP}
 {$define implemented}
 {$define implemented}
@@ -76,9 +78,13 @@ Uses
 {$ifdef win32}
 {$ifdef win32}
   windows,
   windows,
 {$endif win32}
 {$endif win32}
-{$ifdef linux}
-  linux,
-{$endif linux}
+{$ifdef unix}
+  {$ifdef ver1_0}
+    linux,
+  {$else}
+    unix,
+  {$endif}
+{$endif unix}
   dos;
   dos;
 
 
 var
 var
@@ -725,7 +731,10 @@ finalization
 End.
 End.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2000-12-10 12:08:11  peter
+  Revision 1.5  2001-02-03 00:13:34  peter
+    * linux -> unix for not 1.0.x compilers
+
+  Revision 1.4  2000/12/10 12:08:11  peter
     * win32 and go32v2 updates
     * win32 and go32v2 updates
 
 
   Revision 1.3  2000/11/30 22:38:22  peter
   Revision 1.3  2000/11/30 22:38:22  peter