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 /config.h.dist | |
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 'config.h.dist')
-rw-r--r-- | config.h.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.dist b/config.h.dist index 71d094b..58a60da 100644 --- a/config.h.dist +++ b/config.h.dist @@ -37,7 +37,7 @@ /* * Save Current-buffer Information */ -#define BUFINFO +#undef BUFINFO /* * Support EGD (Entropy Gathering Daemon) |