Sorry for the confusion. I meant is it possible to use a #define macro for the query string delimiter. Ie, everywhere we use '?' in the code, use say QUERY_STRING_DELIM. For example:

modules/mappers/mod_rewrite.c:

q = strchr(r->filename, '?');

to

q = strchr(r->filename, QUERY_STRING_DELIM);

..everywhere in the code.

Thanks,

Brett

Andr� Malo wrote:
* "Brett E." <[EMAIL PROTECTED]> wrote:


Would the powers that be accept a patch which would define the query string as a macro, possibly specified in configure and with sane defaults of course?


Sorry, I don't understand your idea. Can you explain it more? Thanks.

nd



Reply via email to