You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joe Orton <jo...@redhat.com> on 2003/12/15 16:18:05 UTC

Re: cvs commit: httpd-2.0/modules/experimental mod_charset_lite.c

On Mon, Dec 15, 2003 at 02:24:31PM -0000, martin@apache.org wrote:
...
>   diff -u -u -r1.66 -r1.67
>   --- mod_charset_lite.c	7 Nov 2003 01:01:27 -0000	1.66
>   +++ mod_charset_lite.c	15 Dec 2003 14:24:31 -0000	1.67
>   @@ -307,7 +307,16 @@
>                              "mime type is %s; no translation selected",
>                              mime_type);
>            }
>   +#if #system(bs2000)

"#system(bs2000)" looks pretty risky as a preprocessor symbol, is there
nothing else you can use here?