]> granicus.if.org Git - php/commitdiff
ws
authorJani Taskinen <jani@php.net>
Tue, 19 May 2009 19:38:00 +0000 (19:38 +0000)
committerJani Taskinen <jani@php.net>
Tue, 19 May 2009 19:38:00 +0000 (19:38 +0000)
ext/standard/dns.h

index 97d89227842648f02c5ea5f1327a3dddfb65d4f5..fddc089ec012fcccf7c074b7b7c39c1f7e5ef98b 100644 (file)
@@ -32,18 +32,14 @@ PHP_FUNCTION(gethostbyname);
 PHP_FUNCTION(gethostbynamel);
 
 #if defined(PHP_WIN32) || (HAVE_RES_SEARCH && !(defined(__BEOS__) || defined(NETWARE)))
-
 PHP_FUNCTION(dns_check_record);
 # if HAVE_DN_SKIPNAME && HAVE_DN_EXPAND
 PHP_FUNCTION(dns_get_mx);
 # endif
 
 # if HAVE_DNS_FUNCS
-
 PHP_FUNCTION(dns_get_record);
-
 PHP_MINIT_FUNCTION(dns);
-
 # endif
 #endif