summaryrefslogtreecommitdiff
path: root/ext/standard/dns.c
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-05-20 12:44:19 +0000
committerJani Taskinen <jani@php.net>2009-05-20 12:44:19 +0000
commitd5455551a59e6df046ae36735f0464381e4603bd (patch)
treeeaa9dfd08955d9a681a94ca78022bb6d05d88b63 /ext/standard/dns.c
parent9a4069529c0b825763ba1a4413f8e09ced810eba (diff)
downloadphp-git-d5455551a59e6df046ae36735f0464381e4603bd.tar.gz
- Sync with HEAD (thanks Hannes :)
Diffstat (limited to 'ext/standard/dns.c')
-rw-r--r--ext/standard/dns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/standard/dns.c b/ext/standard/dns.c
index 02b3be9684..8e3d50290f 100644
--- a/ext/standard/dns.c
+++ b/ext/standard/dns.c
@@ -917,10 +917,9 @@ PHP_FUNCTION(dns_get_mx)
}
/* }}} */
#endif /* HAVE_DN_SKIPNAME && HAVE_DN_EXPAND */
-#endif /* defined(PHP_WIN32) && (HAVE_RES_SEARCH && !(defined(__BEOS__) || defined(NETWARE))) */
+#endif /* !defined(PHP_WIN32) && (HAVE_RES_SEARCH && !(defined(__BEOS__) || defined(NETWARE))) */
#if HAVE_DNS_FUNCS || defined(PHP_WIN32)
-
PHP_MINIT_FUNCTION(dns) {
REGISTER_LONG_CONSTANT("DNS_A", PHP_DNS_A, CONST_CS | CONST_PERSISTENT);
REGISTER_LONG_CONSTANT("DNS_NS", PHP_DNS_NS, CONST_CS | CONST_PERSISTENT);