1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00
This commit is contained in:
Jani Taskinen
2009-05-19 19:38:00 +00:00
parent a607ee15a8
commit fbaed2ba81

View 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