home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8708 / uniflex-uupc / 1 / uucp.h < prev   
Encoding:
C/C++ Source or Header  |  1987-08-28  |  679 b   |  20 lines

  1. /*
  2.  *    uucp.h
  3.  *
  4.  *    Header file for rmail.c, uuxqt.c, and uucico.c
  5.  *
  6.  */
  7.  
  8. #define    SPOOLDIR    "/gen/spooler/uucp"    /* place to spool remote mail */
  9. #define    SYSTEMS        ".Systems"    /* file with calling info         */
  10. #define    DEVICES        ".Devices"    /* file with terminal info         */
  11. #define    ERRORNAME    "system"    /* user who gets error mail (root)   */
  12. #define    USERNAME    "uucp"        /* name of user who is the mailman   */
  13. #define    MYNAME        "ddmok"        /* the name of your machine (6 char) */
  14. #define    SYSLOG        ".Log/uucico"    /* error log file for uucico         */
  15. #define    XQTLOG        ".Log/uuxqt"    /* error log file for uuxqt         */
  16. #define    TTY        "/dev/tty03"    /* default comm terminal             */
  17.  
  18.  
  19. /* EOF */
  20.