Ian Holsman wrote:
> 
> [EMAIL PROTECTED] wrote:
> 
> >jerenkrantz    2002/09/05 00:31:14
> >
> >  Modified:    .        CHANGES
> >               modules/http mod_mime.c
> >  Log:
> >  Add ModMimeUsePathInfo directive.
> >
> >  +    int use_path_info;    /* If set to 0, only use filename.
> >  +                           * If set to 1, append PATH_INFO to filename for
> >  +                           *   lookups.
> >  +                           * If set to 2, this value is unset and is
> >  +                           *   effectively 0.
> >  +                           */
> >
> -1
> don't use magic numbers
> please use a #define

better yet, an enum.

Greg

Reply via email to