home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / UUCP_Blars.lzh / uucp.h < prev    next >
Text File  |  1991-10-06  |  423b  |  13 lines

  1. /*
  2.  * uucp.h
  3.  *
  4.  * Header file for rmail.c, uuxqt.c, and uucico.c
  5.  */
  6.  
  7. #define SPOOLDIR        "/h0/SPOOL/UUCP"
  8. #define PUBLICDIR    "/h0/SPOOL/UUCPPUBLIC"
  9. #define LIBDIR        "/h0/ULIB/UUCP"
  10. #define SYSTEMS         "/h0/ulib/uucp/systems" /* file with calling info            */
  11. #define DEVICES         ".CONF/.devices"    /* file with terminal info           */
  12. #define XQTLOG          ".LOG/uuxqt.log"    /* error log file for uuxqt          */
  13.