Browse Source

* remove bsd file

git-svn-id: trunk@26428 -
marco 11 years ago
parent
commit
2643ce9391
2 changed files with 0 additions and 27 deletions
  1. 0 1
      .gitattributes
  2. 0 26
      packages/rtl-extra/src/bsd

+ 0 - 1
.gitattributes

@@ -6509,7 +6509,6 @@ packages/rtl-extra/Makefile.fpc.fpcmake svneol=native#text/plain
 packages/rtl-extra/fpmake.pp svneol=native#text/plain
 packages/rtl-extra/fpmake.pp svneol=native#text/plain
 packages/rtl-extra/src/aix/osdefs.inc svneol=native#text/plain
 packages/rtl-extra/src/aix/osdefs.inc svneol=native#text/plain
 packages/rtl-extra/src/beos/osdefs.inc svneol=native#text/plain
 packages/rtl-extra/src/beos/osdefs.inc svneol=native#text/plain
-packages/rtl-extra/src/bsd svneol=native#text/plain
 packages/rtl-extra/src/haiku/osdefs.inc svneol=native#text/plain
 packages/rtl-extra/src/haiku/osdefs.inc svneol=native#text/plain
 packages/rtl-extra/src/inc/matrix.pp svneol=native#text/plain
 packages/rtl-extra/src/inc/matrix.pp svneol=native#text/plain
 packages/rtl-extra/src/inc/mmatimp.inc svneol=native#text/plain
 packages/rtl-extra/src/inc/mmatimp.inc svneol=native#text/plain

+ 0 - 26
packages/rtl-extra/src/bsd

@@ -1,26 +0,0 @@
-{
-    Copyright (c) 2000-2002 by Marco van de Voort
-
-    Target dependent defines used when compileing the baseunix unit
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-    MA 02110-1301, USA.
-
- ****************************************************************************}
-
-{$define usedomain}             // Allow uname with "domain" entry.
-                                // (which is a GNU extension)
-{$define hassysctl}             // Use sysctl unit
-