diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-21 19:24:35 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-21 19:24:35 +0000 |
commit | ea92fdcecbf170f71e80c52fb3ae9d4dd5bc9ecf (patch) | |
tree | 2dda0840f268f478a0a65ac47e29e554d0711189 /config.h.dist | |
parent | [w3m-dev 02480] new configure (diff) | |
download | w3m-ea92fdcecbf170f71e80c52fb3ae9d4dd5bc9ecf.tar.gz w3m-ea92fdcecbf170f71e80c52fb3ae9d4dd5bc9ecf.zip |
[w3m-dev 02481] Re: #ifdef cleanup
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'config.h.dist')
-rw-r--r-- | config.h.dist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config.h.dist b/config.h.dist index 59726ab..a8714a0 100644 --- a/config.h.dist +++ b/config.h.dist @@ -20,9 +20,9 @@ #define USE_HISTORY /* - BG_COLOR enables w3m to set background color. + USE_BG_COLOR enables w3m to set background color. */ -#define BG_COLOR +#define USE_BG_COLOR /* * Do word fill @@ -91,17 +91,17 @@ MODEL=Linux.i686-monster-ja #define EN 1 #define LANG JA #define KANJI_SYMBOLS -#define COLOR -#undef ANSI_COLOR +#define USE_COLOR +#undef USE_ANSI_COLOR #undef EMACS_LIKE_LINEEDIT #undef VI_PREC_NUM #undef USE_MARK #undef LABEL_TOPLINE #undef NEXTPAGE_TOPLINE -#define MOUSE +#define USE_MOUSE #define USE_GPM #undef USE_SYSMOUSE -#define MENU +#define USE_MENU #define USE_COOKIE #define USE_SSL #undef USE_SSL_VERIFY |