os.inc 821 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 1999-2000 by the Free Pascal development team.
  5. See the file COPYING.FPC, included in this distribution,
  6. for details about the copyright.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  10. **********************************************************************}
  11. {$define amiga}
  12. {$undef go32v2}
  13. {$undef os2}
  14. {$undef linux}
  15. {$undef win32}
  16. {$undef macos}
  17. {$undef atari}
  18. {
  19. $Log$
  20. Revision 1.4 2000-02-09 16:59:28 peter
  21. * truncated log
  22. Revision 1.3 2000/01/07 16:41:29 daniel
  23. * copyright 2000
  24. Revision 1.2 2000/01/07 16:32:22 daniel
  25. * copyright 2000 added
  26. }