home *** CD-ROM | disk | FTP | other *** search
- /*
- * uucp.h
- *
- * Header file for rmail.c, uuxqt.c, and uucico.c
- *
- */
-
- #define SPOOLDIR "/gen/spooler/uucp" /* place to spool remote mail */
- #define SYSTEMS ".Systems" /* file with calling info */
- #define DEVICES ".Devices" /* file with terminal info */
- #define ERRORNAME "system" /* user who gets error mail (root) */
- #define USERNAME "uucp" /* name of user who is the mailman */
- #define MYNAME "ddmok" /* the name of your machine (6 char) */
- #define SYSLOG ".Log/uucico" /* error log file for uucico */
- #define XQTLOG ".Log/uuxqt" /* error log file for uuxqt */
- #define TTY "/dev/tty03" /* default comm terminal */
-
-
- /* EOF */
-