[w3m-dev 02526] new configure

From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2001-11-23 19:00:47 +00:00
parent 8accab8783
commit 5fe9af68a0
9 changed files with 481 additions and 498 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: proto.h,v 1.6 2001/11/21 19:24:35 ukai Exp $ */
/* $Id: proto.h,v 1.7 2001/11/23 19:00:47 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -526,13 +526,13 @@ extern void initMenu(void);
#define selMn selBuf
#endif /* not USE_MENU */
#ifdef DICT
#ifdef USE_DICT
extern void dictword(void);
extern void dictwordat(void);
#else /* not DICT */
#else /* not USE_DICT */
#define dictword nulcmd
#define dictwordat nulcmd
#endif /* not DICT */
#endif /* not USE_DICT */
extern void reloadBuffer(Buffer * buf);