home *** CD-ROM | disk | FTP | other *** search
- /*
- * rnews.h - for rnews.c
- */
-
- #define NEWS_UID 6 /* important: double check these! */
- #define NEWS_GROUP 6
- #define RELAYNEWS "/usr/lib/newsbin/relay/relaynews -r"
- /*
- * note: undef HAVE_STATFS under Ultrix; it's there, but it's not what
- * we wanna use
- */
- #define HAVE_STATFS /* If you have statfs() syscall */
- #define NICE /* define if you want to slow things down */
- #define LIB_MNT "/usr" /* mount point (eg, /usr) for /usr/lib/news */
- #define SPOOL_MNT "/news" /* mount pt for news spool dir */
- #define MIN_INODES 100 /* inodes needed for rnews to run */
- #define LIB_FREE 300 /* free blocks needed for rnews to run */
- #define SPOOL_FREE 1200 /* ditto for the spool area */
- #define EXPIRE "/usr/lib/newsbin/expire/expire -r"
- #define EXPIRE_DIR "/usr/lib/news" /* expire control files dir */
- /* #define C7 /* if you want C7 decoding (7 bit) */
- #define BITS 16 /* For compress. Try 14 on 16 bit machines */
- /* or use M_XENIX */
-