File: config-generic.h

package info (click to toggle)
uqwk 2.21-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 468 kB
  • ctags: 475
  • sloc: ansic: 4,550; sh: 1,105; makefile: 122; perl: 11
file content (23 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * $Id: config-generic.h,v 1.5 2000/01/03 08:56:56 js Exp $
 *
 * Generic uqwk config
 */

#define CONFIGNAME	"generic"

#define DEF_BBS_NAME	"The BBS That Shall Not Be Named"
#define DEF_BBS_CITY	"Nowhere, Utopia"
#define DEF_BBS_PHONE	"555-1212"
#define DEF_BBS_SYSOP	"Joe A. Sysop"
#define DEF_BBS_ID	"0,TBSNBN-BBS"

#ifndef NNTP
  #define DEF_ACT_FILE	"/var/lib/news/active"
  #define DEF_NEWS_DIR	"/var/spool/news"
#endif
#define	DEF_MAIL_DIR	"/var/mail"

#define SENDMAIL	"/usr/sbin/sendmail -i"
#define INEWS_PATH      "/usr/bin/inews"
#define NNTP_HOST_FILE  "/etc/news/server"	/* news server file */