Joe Schaefer <[EMAIL PROTECTED]> writes:

> The apreq developers would like to see apreq-2 [*] 
> make its way into the apache 2 distribution.  Here's why:

Did you consider adding it to apr-util? (probably a dumb idea, but I'm
interested in what other people think)

I wouldn't want to see it added to httpd-2.0 or apr-util unless the
non-API helper macros are removed from the public header file.

(examples)

+#ifndef strncaseEQ
+#define strncaseEQ(s1,s2,n) (!strncasecmp(s1,s2,n))
+#endif
+
+#ifndef unless
+#define unless(Q)  if(!(Q))
+#endif

Also, it would be nice if some Apache modules in httpd-2.0 are changed
to use it in the short term.

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

Reply via email to