Good evening from Au,
Just trying a build of your mod_filter.c to suit NetWare...
Line 118 in mod_filter.c has:
        { &apr_bucket_type_mmap, "MMAP" } ,
but, unfortunately, NetWare doesn't (as yet) support MMAP (AFAIK) and get
the following error:

### 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'?
Norm

----- Original Message -----
From: "Nick Kew" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 11, 2004 2:40 AM
Subject: Re: Smart filtering Module


>
> OK, following on from a couple of weeks ago, I've committed mod_filter
> to cvs.  That includes mod_filter.c and relevant documentation, which
> are more-or-less in sync.  Please review.
>
> Assuming the work gets and survives wider review, the next stage in
> this work is closer integration with util_filter (protocol should be
> configured in ap_ calls rather than httpd.conf), and to investigate
> whether it can be harnessed to fix architectural bugs like PR#17629.
>
> --
> Nick Kew
>

Reply via email to