123456789101112131415161718192021222324252627282930313233343536 |
- {
- $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
- }
|