diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-12 23:55:30 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-12 23:55:30 +0000 | 
| commit | e9fa33af3b6699dadeabac2980670ba26e614e61 (patch) | |
| tree | a0d699ea89037e9bd3bd06dd045574a456de6f01 /configure | |
| parent | update TODO (diff) | |
| download | w3m-e9fa33af3b6699dadeabac2980670ba26e614e61.tar.gz w3m-e9fa33af3b6699dadeabac2980670ba26e614e61.zip | |
[w3m-dev 03562] #undef BUFINFO
* config.h.dist (BUFINFO): undef
* configure (use_bufinfo): n
* main.c (saveBufferInfo): ifdef USE_BUFINFO
* proto.h (reloadBuffer): if 0
	(saveBufferInfo): ifdef USE_BUFINFO
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@  #!/bin/sh -# $Id: configure,v 1.89 2002/11/24 16:02:22 ukai Exp $ +# $Id: configure,v 1.90 2002/12/12 23:55:30 ukai Exp $  #	Configuration.  # @@ -875,7 +875,7 @@ def_param use_history y  def_param use_bg_color y  def_param format_nice n  def_param id_ext y -def_param use_bufinfo y +def_param use_bufinfo n  def_param use_egd y  def_param enable_remove_trailingspaces n  def_param menu_thin_frame n | 
