mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 04:53:42 +02:00
37 lines
896 B
ObjectPascal
37 lines
896 B
ObjectPascal
{
|
|
$Id$
|
|
This file is part of the Free Pascal run time library.
|
|
Copyright (c) 1999-2000 by Michael Van Canneyt,
|
|
member of the Free Pascal development team.
|
|
|
|
See the file COPYING.FPC, included in this distribution,
|
|
for details about the copyright.
|
|
|
|
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.
|
|
|
|
**********************************************************************}
|
|
|
|
{ These things are set in the makefile, }
|
|
{ But you can override them here.}
|
|
|
|
{ If you use an aout system, set the conditional AOUT}
|
|
{ $Define AOUT}
|
|
|
|
Unit {$ifdef VER1_0}Syslinux{$else}System{$endif};
|
|
Interface
|
|
|
|
{$I sysunixh.inc}
|
|
|
|
Implementation
|
|
|
|
{$I sysunix.inc}
|
|
|
|
{
|
|
$Log$
|
|
Revision 1.2 2002-09-07 16:01:20 peter
|
|
* old logs removed and tabs fixed
|
|
|
|
}
|