- fix overload guards leaks
[m6w6/ext-http] / config.w32
index 638273f26364a27f6572d056308a469be45cdffc..35a0dcbea280ffd6f69170d55817fa527ec91e98 100644 (file)
@@ -63,6 +63,10 @@ if (PHP_HTTP != "no") {
        AC_DEFINE("HAVE_HTTP", 1, "Have extended HTTP support");
        AC_DEFINE("HTTP_SHARED_DEPS", 1, "Depend on shared extensions");
        
+       AC_DEFINE("HAVE_GETHOSTNAME", 1);
+       AC_DEFINE("HAVE_GETSERVBYPORT", 1);
+       AC_DEFINE("HAVE_GETSERVBYNAME", 1);
+       
        if (PHP_DEBUG != "no") {
                ADD_FLAG("CFLAGS_HTTP", "/W3");
        }
@@ -79,7 +83,7 @@ if (PHP_HTTP != "no") {
                
                if ((f = check_for_pecl_ext("hash")) || (f = check_for_main_ext("hash"))) {
                        ADD_FLAG("CFLAGS_HTTP", "/I"+ f);
-                       AC_DEFINE("HTTP_HAVE_EXT_HASH", 1, "");
+                       AC_DEFINE("HTTP_HAVE_PHP_HASH_H", 1, "");
                        ADD_EXTENSION_DEP("http", "hash", true);
                }
        }