[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>
This commit is contained in:
Fumitoshi UKAI
2002-12-12 23:55:30 +00:00
parent fb86e0b3ca
commit e9fa33af3b
5 changed files with 21 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: proto.h,v 1.69 2002/12/11 15:07:53 ukai Exp $ */
/* $Id: proto.h,v 1.70 2002/12/12 23:55:30 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -714,13 +714,15 @@ extern void dictwordat(void);
#define dictword nulcmd
#define dictwordat nulcmd
#endif /* not USE_DICT */
#if 0
extern void reloadBuffer(Buffer *buf);
#endif
extern char *guess_save_name(Buffer *buf, char *file);
extern void wrapToggle(void);
#ifdef USE_BUFINFO
extern void saveBufferInfo(void);
#endif
extern void dispVer(void);