* UNIX CRON Daemon for Windows NT4.0
 
  This port was based on Paul Vixie source.
  Since the port was rapidly done, merging with UNix version
  was did not considered in this version.

  Cencerning on the copyright, please refer to his statement.

  If you have any bug and comment about this port, 
  don't hesitate to send e-mail to me. I can receive mails
  as follows:
  Hope useful to everybody who likes UNIX life on NT :-)

  Tawan Won		<weon@digitalwave.co.kr>	

* Installation guide
  Prior to install, you have to log in as a member of Administrator group.

  (1) copy ntsyslogd.exe and init-syslog.exe to c:\syslog
  (2) make a syslog.conf under c:\syslog
  	  % you can use unix version 'syslog.conf'
  (3) in CMD prompt, execute 'syslog.reg' to merge it
      into registry (You must be a member of Administrator group)
  (4) run 'ntsyslogd -install'

* Difference from UNIX version syslog
  - Since Microsoft NT does not follows unix directory scheme,
    ntsyslogd uses the basic configuration info from registry

  - Log file name generation is absolotely different.
    For example, when the log file, 'messages' is defined in syslog.conf,
	ntsyslogd writes received messages into 'messages_YYYYMMDD.log'.


* Availability of the source
  If you really want to the source, please let me know.
  I will consider upload of the port.


* INCLUDED FILES
  syslog.h - syslog header file used for syslogd applications
  syslog.lib - static library for windows application using syslogd
  			   (compiled for debug-multithread application)
  syslogrt.lib - static library for console application
  			   (compiled for debug-multithread application)
