os.inc 1006 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 1993,97 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 atari}
  12. {$undef go32v2}
  13. {$undef os2}
  14. {$undef linux}
  15. {$undef win32}
  16. {$undef amiga}
  17. {$undef macos}
  18. {
  19. $Log$
  20. Revision 1.1 1998-03-25 11:18:47 root
  21. Initial revision
  22. Revision 1.2 1998/01/26 12:02:52 michael
  23. + Added log at the end
  24. Working file: rtl/atari/os.inc
  25. description:
  26. ----------------------------
  27. revision 1.1
  28. date: 1998/01/05 00:38:27; author: carl; state: Exp;
  29. + Initial revision
  30. =============================================================================
  31. }