diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-07-15 16:32:38 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-07-15 16:32:38 +0000 |
commit | 055ad4c6900d3b9be67f46ceb660e3c3277e58f8 (patch) | |
tree | 9db1aca963382ed53b3f4489f01e7f0bf85a851b /config.h.in | |
parent | [w3m-dev 04091] option panel: gettextize select list (diff) | |
download | w3m-055ad4c6900d3b9be67f46ceb660e3c3277e58f8.tar.gz w3m-055ad4c6900d3b9be67f46ceb660e3c3277e58f8.zip |
[w3m-dev 04092] remove __CYGWIN__ && LANG == JA
* remove condition LANG == JA && __CYGWIN__
* cygwin_mouse_btn_swapped enabled when before 1.5.x
From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
Diffstat (limited to '')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index a9ad24b..32a1647 100644 --- a/config.h.in +++ b/config.h.in @@ -193,10 +193,8 @@ typedef RETSIGTYPE MySignalHandler; #if defined( __CYGWIN__ ) #define SUPPORT_NETBIOS_SHARE 1 -#if LANG == JA #define SUPPORT_WIN9X_CONSOLE_MBCS 1 #endif -#endif #if defined(__DJGPP__) #define DEFAULT_TERM "dosansi" |