home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / pmcron03.zip / common.h < prev    next >
C/C++ Source or Header  |  1996-05-09  |  572b  |  26 lines

  1. /* Copyright (c) 1995 Florian Große-Coosmann, RCS section at the eof */
  2. #ifndef COMMON_INCLUDED
  3. #define COMMON_INCLUDED
  4.  
  5. #define DEF_PIPENAME "\\pipe\\Cron-Daemon-Request"
  6. #define CRON_TCPIP_PORT 64020
  7.  
  8. #endif  /* COMMON_INCLUDED */
  9.  
  10. /* RCS depending informations
  11.  *
  12.  * $Id: common.h 1.2 1995/03/15 09:07:34 Florian Rel $
  13.  *
  14.  * $Name: Version121 $
  15.  *
  16.  * $Log: common.h $
  17.  * Revision 1.2  1995/03/15 09:07:34  Florian
  18.  * Some minor bugs fixed.
  19.  * TCP/IP support added.
  20.  *
  21.  * Revision 1.1  1995/02/03 10:42:21  Florian
  22.  * Initial revision
  23.  *
  24.  *
  25.  */
  26.