On Sat, 11 Sep 2004, NormW wrote:
> ### mwccnlm Compiler:
> # File: mod_filter.c
> # ---------------------
> # 118: { &apr_bucket_type_mmap, "MMAP" } ,
> # Error: ^^^^^^^^^^^^^^^^^^^^
> # undefined identifier 'apr_bucket_type_mmap'
>
> Can this be bracketed with #if APR_HAS_MMAP or is MMAP 'manatory'?
Thanks for the feedback. Yes of course, I've just patched that
(and grepped apr_buckets.h for any other APR_HAS_* that might
bite on some other platform).
The whole function it's in exists purely to support reporting bucket
types for the FilterDebug option.
--
Nick Kew