2000-08-08 04:52:46 +00:00
|
|
|
--- config.h.orig Tue Sep 22 01:45:27 1998
|
|
|
|
+++ config.h Wed Aug 2 02:50:39 2000
|
|
|
|
@@ -2,19 +2,19 @@
|
1998-11-10 15:47:20 +00:00
|
|
|
* Configuration for SKKFEP
|
|
|
|
*/
|
|
|
|
|
2000-08-08 04:52:46 +00:00
|
|
|
-#include "configs/solaris2.h"
|
1998-11-10 15:47:20 +00:00
|
|
|
+#include "configs/freebsd.h"
|
|
|
|
|
|
|
|
#if makefile_parameter
|
2000-08-08 04:52:46 +00:00
|
|
|
-CC=gcc
|
|
|
|
+#CC=gcc
|
|
|
|
DEFINE=-DUSE_LOCALE
|
|
|
|
-OPTIMIZE=-O
|
|
|
|
+#OPTIMIZE=-O
|
|
|
|
EXTRALIBS=
|
|
|
|
#endif
|
1998-11-10 15:47:20 +00:00
|
|
|
|
|
|
|
#define DEFAULT_KANAKEY "^j"
|
|
|
|
|
|
|
|
/* By Y. Kaneko */
|
|
|
|
-/*#define KUTOUTEN /* "."->maru, ","->ten */
|
|
|
|
+#define KUTOUTEN /* "."->maru, ","->ten */
|
|
|
|
|
|
|
|
#define KANJIBS /* do/don't shuft-out BS code in JIS mode */
|
2000-08-08 04:52:46 +00:00
|
|
|
#define KANJIBS_DEFAULT 0 /* 0 -> shift out / 1 -> don't shift out */
|
|
|
|
@@ -28,4 +28,4 @@
|
1998-11-10 15:47:20 +00:00
|
|
|
|
|
|
|
#define NATIVECODE euc /* EUC Kanji code */
|
|
|
|
|
|
|
|
-#define SKK_SERVER_HOST "ei5nazha" /* SKK server host */
|
|
|
|
+#define SKK_SERVER_HOST "localhost" /* SKK server host */
|