[w3m-dev 03804] fix autoconf
* config.h.in (EAMCS_LIKE_LINEEDIT): define (VI_PREC_NUM): define (USE_MARK): define (LABEL_TOPLINE): define (NEXTPAGE_TOPLINE): define (FTPPASS_HOSTNAMEGEN): define (SHOW_PARAMS): define (VIEW_UNSEENOBJECTS): define (ID_EXT): define From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2003-03-11 Fumitoshi UKAI <ukai@ukai.org>
|
||||
|
||||
* [w3m-dev 03804] fix autoconf
|
||||
* config.h.in (EAMCS_LIKE_LINEEDIT): define
|
||||
(VI_PREC_NUM): define
|
||||
(USE_MARK): define
|
||||
(LABEL_TOPLINE): define
|
||||
(NEXTPAGE_TOPLINE): define
|
||||
(FTPPASS_HOSTNAMEGEN): define
|
||||
(SHOW_PARAMS): define
|
||||
(VIEW_UNSEENOBJECTS): define
|
||||
(ID_EXT): define
|
||||
|
||||
2003-03-11 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||
|
||||
* [w3m-dev 03804] fix autoconf
|
||||
@@ -7409,4 +7422,4 @@ a * [w3m-dev 03276] compile error on EWS4800
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.779 2003/03/10 17:28:52 ukai Exp $
|
||||
$Id: ChangeLog,v 1.780 2003/03/10 17:33:21 ukai Exp $
|
||||
|
2
Makefile
2
Makefile
@@ -49,7 +49,7 @@ KEYBIND_SRC = keybind.c
|
||||
KEYBIND_OBJ = keybind.o
|
||||
GCLIB=@gclib@
|
||||
|
||||
VERSION=0.4.1+cvs-1.778
|
||||
VERSION=0.4.1+cvs-1.779
|
||||
MODEL=@W3M_TARGET@-@W3M_MODEL@-EN
|
||||
|
||||
SRCS=main.c file.c buffer.c display.c etc.c search.c linein.c table.c local.c \
|
||||
|
18
config.h.in
18
config.h.in
@@ -42,11 +42,11 @@
|
||||
#undef USE_ANSI_COLOR
|
||||
#undef USE_BG_COLOR
|
||||
#undef USE_MIGEMO
|
||||
#undef EMACS_LIKE_LINEEDIT
|
||||
#undef VI_PREC_NUM
|
||||
#undef USE_MARK
|
||||
#undef LABEL_TOPLINE
|
||||
#undef NEXTPAGE_TOPLINE
|
||||
#define EMACS_LIKE_LINEEDIT
|
||||
#define VI_PREC_NUM
|
||||
#define USE_MARK
|
||||
#define LABEL_TOPLINE
|
||||
#define NEXTPAGE_TOPLINE
|
||||
#undef USE_MOUSE
|
||||
#undef USE_GPM
|
||||
#undef USE_SYSMOUSE
|
||||
@@ -55,7 +55,7 @@
|
||||
#undef USE_DIGEST_AUTH
|
||||
#undef USE_SSL
|
||||
#undef USE_SSL_VERIFY
|
||||
#undef FTPPASS_HOSTNAMEGEN
|
||||
#define FTPPASS_HOSTNAMEGEN
|
||||
#undef USE_HELP_CGI
|
||||
#undef USE_EXTERNAL_URI_LOADER
|
||||
#undef USE_W3MMAILER
|
||||
@@ -70,12 +70,12 @@
|
||||
#undef USE_GDKPIXBUF
|
||||
#undef USE_IMLIB2
|
||||
#undef USE_XFACE
|
||||
#undef SHOW_PARAMS
|
||||
#define SHOW_PARAMS
|
||||
#undef USE_DICT
|
||||
#undef USE_HISTORY
|
||||
#undef VIEW_UNSEENOBJECTS
|
||||
#define VIEW_UNSEENOBJECTS
|
||||
#undef FORMAT_NICE
|
||||
#undef ID_EXT
|
||||
#define ID_EXT
|
||||
#undef CLEAR_BUF
|
||||
#undef INET6
|
||||
#define USE_EGD
|
||||
|
Reference in New Issue
Block a user