Browse Source

* Unit linux was imported twice under FreeBSD (1.0 still defines Linux!)

marco 24 years ago
parent
commit
e3ef594aa1
1 changed files with 7 additions and 3 deletions
  1. 7 3
      packages/uncgi/uncgi.pp

+ 7 - 3
packages/uncgi/uncgi.pp

@@ -10,11 +10,12 @@ interface
 uses
 uses
   strings
   strings
 {$ifdef ver1_0}
 {$ifdef ver1_0}
+ {$ifdef FreeBSD}		{In 1.0 FreeBSD still defines Linux!}
+    ,Linux
+  {$else}
   {$ifdef linux}
   {$ifdef linux}
     ,Linux
     ,Linux
   {$endif}
   {$endif}
-  {$ifdef freebsd}
-    ,Linux
   {$endif}
   {$endif}
 {$else}
 {$else}
   {$ifdef Unix}
   {$ifdef Unix}
@@ -436,7 +437,10 @@ end.
 {
 {
   HISTORY
   HISTORY
   $Log$
   $Log$
-  Revision 1.6  2001-04-08 12:27:55  peter
+  Revision 1.7  2001-07-08 13:21:12  marco
+   * Unit linux was imported twice under FreeBSD (1.0 still defines Linux!)
+
+  Revision 1.6  2001/04/08 12:27:55  peter
     * made it compilable with both 1.0.x and 1.1
     * made it compilable with both 1.0.x and 1.1
 
 
   Revision 1.5  2001/01/23 20:54:18  hajny
   Revision 1.5  2001/01/23 20:54:18  hajny