blob: 16236338bfc4d2b1bb3223a9375681640d9d012d (
plain) (
blame)
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
|
Index: Wnn/jserver/de_header.h
===================================================================
RCS file: /home/cvs/private/hrs/freewnn/Wnn/jserver/de_header.h,v
retrieving revision 1.1.1.1
retrieving revision 1.3
diff -d -u -I\$FreeBSD: /tmp/pcvs/ports/japanese/FreeWnn-server/files/patch-Wnn-jserver-de_header.h,v 1.3 2009-01-02 23:08:15 hrs Exp $ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$DragonFly:.*\$ -I\$Id:.*\$ -I\$Translation:.*\$ -I\$hrs:.*\$ -w -r1.1.1.1 -r1.3
--- Wnn/jserver/de_header.h 20 Dec 2008 07:13:30 -0000 1.1.1.1
+++ Wnn/jserver/de_header.h 2 Jan 2009 11:46:51 -0000 1.3
@@ -52,6 +52,8 @@
# endif /* KOREAN */
#endif /* CHINESE */
+#include <netdb.h>
+
#include "jslib.h"
#include "commonhd.h"
#include "jdata.h"
@@ -205,6 +207,10 @@
GLOBAL char jserver_dir[MAXPATHLEN];
GLOBAL char jserverrcfile[MAXPATHLEN];
+
+#define MAXLISTENADDR 256
+GLOBAL char listenaddr[MAXLISTENADDR][NI_MAXHOST];
+
GLOBAL char *hinsi_file_name GLOBAL_VAL(NULL);
GLOBAL char lang_dir[MAXPATHLEN];
|