X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_querystring.c;h=d72337f80a5bc29e4c6544528127363f849c2cac;hp=d2657484668ade531a876860c51354707e06a99e;hb=c3f7d34f18cd62956f241092c67a38edf246328d;hpb=333ffe4376d543204387d3cbd8e17f4a675cf3e5 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