blob: 16c7b8c08c895c91418aeaa8e646bba274ef5c59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Pathnames for files used by xtend
*
* $Id: paths.h,v 1.3 1996/09/22 21:56:23 wosch Exp $
*/
#define X10DIR "/var/spool/xten"
#define X10LOGNAME "Log"
#define X10STATNAME "Status"
#define X10DUMPNAME "status.out"
#define TWPATH "/dev/tw0"
#define SOCKPATH "/var/run/tw523"
#define PIDPATH "/var/run/xtend.pid"
|