File: dpaths.h

package info (click to toggle)
diablo 1.13-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 804 kB
  • ctags: 875
  • sloc: ansic: 8,308; perl: 1,908; sh: 186; csh: 81; makefile: 67
file content (29 lines) | stat: -rw-r--r-- 887 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * dpaths.h	Paths for diablo.
 *
 */

#if !defined(FSSTND)

/* Standard DIABLO paths. */
#define NEWSCFG		"/news"			/* Config files.	*/
#define NEWSHOME	"/news"			/* History file etc.	*/
#define SPOOLHOME	"/news/spool/news"	/* News spool		*/
#define OUTGOING	"/news/dqueue"		/* Outgoing spool	*/
#define NEWSBIN		"/news/dbin"		/* Diablo binaries	*/
#define VARRUN		"/news"			/* Pid files, sockets	*/

#else

/* File System Standard paths (Linux, *BSD) */
#define NEWSCFG		"/etc/news"		/* Config files.	*/
#define NEWSHOME	"/var/lib/news"		/* History file etc.	*/
#define SPOOLHOME	"/var/spool/news/diablo"    /* News spool	*/
#define OUTGOING	"/var/spool/news/dqueue"    /* Outgoing spool	*/
#define NEWSBIN		"/usr/lib/news/dbin"	/* Diablo binaries	*/
#define VARRUN		"/var/run/diablo"	/* Pid files, sockets	*/

#endif

#define NNTPSPOOLCTL	"dnntpspool.ctl"	/* Spool control file	*/