* Joe Schaefer wrote:

> Any reason these str* overrides are still in httpd.h?
> Here's a patch to remove them from trunk, tested with
> both --enable-maintainer-mode and --enable-pool-debug set.

-1.
These macros are type safety helpers, because some compilers are too picky 
on const vs. non const parameters (and strchr is not declared consistently 
across platforms). One should use the ap_ variants throughout httpd and 
these macros help to identify the bare variants without ap_ prefix.

At least these were the initial reasons for them. If they no longer apply, 
forget my -1.

nd
-- 
Already I've seen people (really!) write web URLs in the form:
http:\\some.site.somewhere
[...] How soon until greengrocers start writing "apples $1\pound"
or something?                           -- Joona I Palaste in clc

Reply via email to