From ea92fdcecbf170f71e80c52fb3ae9d4dd5bc9ecf Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Wed, 21 Nov 2001 19:24:35 +0000 Subject: [w3m-dev 02481] Re: #ifdef cleanup From: Fumitoshi UKAI --- config.h.dist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config.h.dist') 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 -- cgit v1.2.3