home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xntp3.zip / include / ntp_syslog.h < prev    next >
C/C++ Source or Header  |  1989-09-17  |  176b  |  9 lines

  1. /*
  2.  * A hack for platforms which require specially built syslog facilities
  3.  */
  4. #ifdef GIZMO
  5. #include "gizmo_syslog.h"
  6. #else /* !GIZMO */
  7. #include <syslog.h>
  8. #endif /* GIZMO */
  9.