os.inc 807 B

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