eventlog.inc 914 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 2003 by the Free Pascal development team
  5. Netware event logging facility.
  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. { ---------------------------------------------------------------------
  13. Include event log that maps to file event log.
  14. There is an event log on netware but it is not documented
  15. ---------------------------------------------------------------------}
  16. {$i felog.inc}
  17. {
  18. $Log$
  19. Revision 1.1 2003-03-25 17:56:19 armin
  20. * first fcl implementation for netware
  21. }