aboutsummaryrefslogtreecommitdiffstats
path: root/backend.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-21 19:24:35 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-21 19:24:35 +0000
commitea92fdcecbf170f71e80c52fb3ae9d4dd5bc9ecf (patch)
tree2dda0840f268f478a0a65ac47e29e554d0711189 /backend.c
parent[w3m-dev 02480] new configure (diff)
downloadw3m-ea92fdcecbf170f71e80c52fb3ae9d4dd5bc9ecf.tar.gz
w3m-ea92fdcecbf170f71e80c52fb3ae9d4dd5bc9ecf.zip
[w3m-dev 02481] Re: #ifdef cleanup
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r--backend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend.c b/backend.c
index 3d9dc5f..e80cebb 100644
--- a/backend.c
+++ b/backend.c
@@ -1,4 +1,4 @@
-/* $Id: backend.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
+/* $Id: backend.c,v 1.4 2001/11/21 19:24:35 ukai Exp $ */
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
@@ -301,9 +301,9 @@ int backend( void ){
w3m_dump = 0;
if (COLS == 0) COLS = 80;
-#ifdef MOUSE
+#ifdef USE_MOUSE
use_mouse = FALSE;
-#endif /* MOUSE */
+#endif /* USE_MOUSE */
if( backend_batch_commands ){
while(( str = popText(backend_batch_commands) ))