update config.m4; allow disabling idna; add idnkit
[m6w6/ext-http] / src / php_http_querystring.h
index dc45f31c452484a2039c1f6951984401a0f2ecb5..c9f284d5e55b6aaf9658798ea6900de91b021e23 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_HTTP_QUERYSTRING_H
 #define PHP_HTTP_QUERYSTRING_H
 
-#ifdef PHP_HTTP_HAVE_ICONV
+#if PHP_HTTP_HAVE_ICONV
 PHP_HTTP_API ZEND_RESULT_CODE php_http_querystring_xlate(zval *dst, zval *src, const char *ie, const char *oe);
 #endif /* PHP_HTTP_HAVE_ICONV */
 PHP_HTTP_API ZEND_RESULT_CODE php_http_querystring_update(zval *qarray, zval *params, zval *qstring);