X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_querystring.c;h=d72337f80a5bc29e4c6544528127363f849c2cac;hb=1fc9ec679704d02aa92f7c97b41ab633168c2718;hp=d2657484668ade531a876860c51354707e06a99e;hpb=45f663fa52f52017f9f8943e1eb1a4961e8abb53;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