[cvs] bogofilter/src bogoconfig.c, 1.197, 1.198 bogoutil.c, 1.140, 1.141

David Relson relson at osagesoftware.com
Mon Dec 13 13:11:47 CET 2004


On Mon, 13 Dec 2004 11:38:58 +0100
Matthias Andree wrote:

> relson at users.sourceforge.net writes:
> 
> >  {
> > +#ifndef	ENABLE_TRANSACTIONS
> > +    fprintf(stderr, "Usage: %s { -d | -l | -w | -p } file%s | { -r | -R | -f | -F } directory | [ -v | -h | -V ]\n", 
> > +	    progname, DB_EXT);
> > +#else
> >      fprintf(stderr, "Usage: %s { -d | -l | -w | -p } file%s | { -r | -R | -f | -F | -P } directory | [ -v | -h | -V ]\n", 
> >  	    progname, DB_EXT);
> > +#endif
> 
> #ifdef galore time? The dummy functions return sensible defaults for the
> non-transactional datastores (i. e. EX_OK for everything except
> recovery), including TDB and QDBM, and just ignore these options, and
> disabling these might actually break user scripts if they switch forward
> and backward between TXN and non-TXN versions. Let's not do this.

Sorry.  'Twas at the end of a long day and I accidentally released part
of my dual mode version.



More information about the bogofilter-dev mailing list