a8dc9708f7
remove japanese/sj3. - Use localhost as the default listen address instead of INADDR_ANY. - Add "servername" directive to serverrc. - Fix incorrect descriptions in serverrc. - Take maintainership.
10 lines
355 B
C
10 lines
355 B
C
--- include/Const.h.orig 2008-10-26 23:35:29.000000000 +0900
|
|
+++ include/Const.h 2008-10-26 23:35:44.000000000 +0900
|
|
@@ -68,6 +68,7 @@
|
|
#define MaxClientNum 512
|
|
#define LogOutFile NULL
|
|
#define PortName "sj3"
|
|
+#define ServerName "localhost"
|
|
#ifdef TLI
|
|
#define LocalHost "localhost"
|
|
#define ProtoName "tcp"
|