1999-11-14 02:02:07 +00:00
|
|
|
--- config.h.orig Wed Oct 27 07:04:00 1999
|
|
|
|
+++ config.h Tue Nov 2 17:14:55 1999
|
|
|
|
@@ -28,18 +28,19 @@
|
1999-10-08 15:32:48 +00:00
|
|
|
/**********************************************************/
|
|
|
|
#ifdef makefile_parameter
|
|
|
|
|
|
|
|
-BIN_DIR = /usr/local/bin
|
1999-11-14 02:02:07 +00:00
|
|
|
-HELP_DIR = /usr/local/lib/w3m
|
1999-10-08 15:32:48 +00:00
|
|
|
-HELP_FILE = w3mhelp_ja.html
|
1999-11-14 02:02:07 +00:00
|
|
|
-SYS_LIBRARIES = -lbsd -lnsl -lncurses
|
1999-10-08 15:32:48 +00:00
|
|
|
+BIN_DIR = %%PREFIX%%/bin
|
|
|
|
+HELP_DIR = %%PREFIX%%/share/doc/w3m
|
1999-11-14 02:02:07 +00:00
|
|
|
+HELP_DIR_JA = %%PREFIX%%/share/doc/ja/w3m
|
1999-10-08 15:32:48 +00:00
|
|
|
+HELP_FILE = w3mhelp_en.html
|
|
|
|
+SYS_LIBRARIES = -ltermcap
|
|
|
|
LOCAL_LIBRARIES =
|
1999-10-11 19:00:30 +00:00
|
|
|
-CC = gcc
|
1999-11-14 02:02:07 +00:00
|
|
|
-MYCFLAGS = -g -I./gc
|
1999-10-11 19:00:30 +00:00
|
|
|
+#CC = gcc
|
1999-11-14 02:02:07 +00:00
|
|
|
+#MYCFLAGS = -g -I./gc
|
1999-10-08 15:32:48 +00:00
|
|
|
KEYBIND_SRC = keybind.c
|
|
|
|
KEYBIND_OBJ = keybind.o
|
|
|
|
EXT=
|
1999-11-14 02:02:07 +00:00
|
|
|
-GCLIB=gc/gc.a
|
|
|
|
-GCTARGET=gc/gc.a
|
|
|
|
+#GCLIB=gc/gc.a
|
|
|
|
+#GCTARGET=gc/gc.a
|
|
|
|
#else
|
|
|
|
|
|
|
|
|
|
|
|
@@ -47,19 +48,28 @@
|
|
|
|
|
1999-10-08 15:32:48 +00:00
|
|
|
#define JA 0
|
|
|
|
#define EN 1
|
1999-11-14 02:02:07 +00:00
|
|
|
+#undef JAPANESE
|
|
|
|
+#ifdef JAPANESE
|
1999-10-08 15:32:48 +00:00
|
|
|
#define LANG JA
|
1999-11-14 02:02:07 +00:00
|
|
|
#define KANJI_SYMBOLS
|
|
|
|
+#else
|
|
|
|
+#define LANG EN
|
|
|
|
+#endif
|
1999-10-08 15:32:48 +00:00
|
|
|
#define COLOR
|
1999-11-14 02:02:07 +00:00
|
|
|
-#undef MOUSE
|
|
|
|
+#define MOUSE
|
1999-10-08 15:32:48 +00:00
|
|
|
#define MENU
|
1999-11-14 02:02:07 +00:00
|
|
|
-#undef USE_COOKIE
|
|
|
|
+#define USE_COOKIE
|
|
|
|
#undef USE_SSL
|
1999-10-08 15:32:48 +00:00
|
|
|
|
|
|
|
-#define DEF_EDITOR "/bin/vi"
|
|
|
|
-#define DEF_MAILER "/bin/mail"
|
|
|
|
-#define DEF_EXT_BROWSER "/usr/bin/lynx"
|
1999-11-14 02:02:07 +00:00
|
|
|
-#define LIB_DIR "/usr/local/lib/w3m"
|
|
|
|
-#define HELP_FILE "/usr/local/lib/w3m/w3mhelp.html"
|
1999-10-08 15:32:48 +00:00
|
|
|
+#define DEF_EDITOR "/usr/bin/vi"
|
|
|
|
+#define DEF_MAILER "/usr/bin/mail"
|
1999-11-14 02:02:07 +00:00
|
|
|
+#define DEF_EXT_BROWSER "%%PREFIX%%/bin/netscape"
|
|
|
|
+#define LIB_DIR "%%PREFIX%%/lib/w3m"
|
|
|
|
+#ifdef JAPANESE
|
|
|
|
+#define HELP_FILE "%%PREFIX%%/share/doc/ja/w3m/w3mhelp_ja.html"
|
|
|
|
+#else
|
|
|
|
+#define HELP_FILE "%%PREFIX%%/share/doc/w3m/w3mhelp_en.html"
|
|
|
|
+#endif
|
1999-10-08 15:32:48 +00:00
|
|
|
#define BOOKMARK "~/.w3m/bookmark.html"
|
|
|
|
#define KEYMAP_FILE "~/.w3m/keymap"
|
|
|
|
#define MENU_FILE "~/.w3m/menu"
|