provide RTLD_LAZY compatibility
[m6w6/ext-http] / php_http_api.h
index 5aa96b7efcdb821bfdd46e9a5451a0c125e73cbd..2313413f30af7761cd216f34bbd45718c8f8df20 100644 (file)
@@ -49,9 +49,7 @@
 #      define PHP_HTTP_HAVE_HASH
 #endif
 
-#if (defined(HAVE_JSON) || defined(PHP_HTTP_HAVE_EXT_JSON)) && (PHP_HTTP_SHARED_DEPS || !defined(COMPILE_DL_JSON))
-#      define PHP_HTTP_HAVE_JSON
-#endif
+#include <stddef.h>
 
 #ifdef PHP_WIN32
 #      define CURL_STATICLIB
@@ -76,7 +74,6 @@
 #include "php_http.h"
 
 #include "php_http_buffer.h"
-#include "php_http_strlist.h"
 #include "php_http_misc.h"
 #include "php_http_options.h"