os.inc 854 B

12345678910111213141516171819202122232425262728293031323334
  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 palmos}
  12. {$undef atari}
  13. {$undef go32v2}
  14. {$undef os2}
  15. {$undef linux}
  16. {$undef win32}
  17. {$undef amiga}
  18. {$undef macos}
  19. {
  20. $Log$
  21. Revision 1.1 2000-07-13 06:31:10 michael
  22. + Initial import
  23. Revision 1.2 2000/01/07 16:41:50 daniel
  24. * copyright 2000
  25. Revision 1.1 1998/08/05 17:19:07 florian
  26. + first few things for PalmOS support
  27. }