Ian Holsman <[EMAIL PROTECTED]> writes:

> > Cool...  I think I should change my mod_rewrite patch to do something
> > like the following:
> > #if APU_HAVE_NDBM
> > #define DBM_MAP_TYPE "NDBM"
> > #else
> > #define DBM_MAP_TYPE "SDBM"
> > #endif
> 
> hmm.. you should probably change this to
>   #if APU_HAVE_NDBM
>   #define DBM_MAP_TYPE "NDBM"
>   #else
>   #define DBM_MAP_TYPE "default"
>   #endif

cool...  I committed the rest but deferred this bit until ndbm was
there...

also, perhaps this is a bad idea(tm), but maybe testdbm should be
installed (perhaps with a different name) and the mod_rewrite doc
could explain how to use it to build dbm map files?  right now the
mod_rewrite doc shows a piece of perl code that may or may not work
depending on the file format

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to