Make sj3serv verbose
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
828d18ad8c
commit
620d7e7962
2 changed files with 2 additions and 6 deletions
|
|
@ -30,11 +30,7 @@
|
|||
#ifndef SJ3_PATHS_H_
|
||||
#define SJ3_PATHS_H_
|
||||
|
||||
#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__)
|
||||
#define ErrorOutFile "/dev/console"
|
||||
#else
|
||||
#define ErrorOutFile "/dev/null"
|
||||
#endif
|
||||
|
||||
#define SocketName "/tmp/sj3sock"
|
||||
#define LockFile "/tmp/SJ3SERV.EXIST"
|
||||
|
|
|
|||
|
|
@ -64,11 +64,11 @@
|
|||
#define MinClLen 512
|
||||
#define MaxClLen 0x7fff
|
||||
|
||||
#define DebugOutFile NULL
|
||||
#define DebugOutFile ErrorOutFile
|
||||
#define DebugLevel 0
|
||||
#define ForkFlag 1
|
||||
#define MaxClientNum 512
|
||||
#define LogOutFile NULL
|
||||
#define LogOutFile ErrorOutFile
|
||||
#define PortName "sj3"
|
||||
#ifdef TLI
|
||||
#define LocalHost "localhost"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue