X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_querystring.c;h=d72337f80a5bc29e4c6544528127363f849c2cac;hb=132f3febe114aa64f20a571b5b226ffcdf44d861;hp=d2657484668ade531a876860c51354707e06a99e;hpb=333ffe4376d543204387d3cbd8e17f4a675cf3e5;p=m6w6%2Fext-http diff --git a/php_http_querystring.c b/php_http_querystring.c index d265748..d72337f 100644 --- a/php_http_querystring.c +++ b/php_http_querystring.c @@ -16,6 +16,9 @@ #include #ifdef PHP_HTTP_HAVE_ICONV +# ifndef HAVE_ICONV +# define HAVE_ICONV 1 +# endif # undef PHP_ATOM_INC # include #endif