PHP_FE(gethostbyaddr, NULL)
PHP_FE(gethostbyname, NULL)
PHP_FE(gethostbynamel, NULL)
-#if HAVE_BINDLIB && !(defined(__BEOS__)||defined(PHP_WIN32))
+#if HAVE_LIBBIND && !(defined(__BEOS__)||defined(PHP_WIN32))
PHP_FE(checkdnsrr, NULL)
PHP_FE(getmxrr, second_and_third_args_force_ref)
#else
#include <sys/socket.h>
#endif
#ifdef PHP_WIN32
-#if HAVE_BINDLIB
+#if HAVE_LIBBIND
#ifndef WINNT
#define WINNT 1
#endif
return estrdup(inet_ntoa(in));
}
-#if HAVE_BINDLIB && !(defined(__BEOS__)||defined(PHP_WIN32))
+#if HAVE_LIBBIND && !(defined(__BEOS__)||defined(PHP_WIN32))
/* {{{ proto int checkdnsrr(string host [, string type])
Check DNS records corresponding to a given Internet host name or IP address */
PHP_FUNCTION(gethostbyaddr);
PHP_FUNCTION(gethostbyname);
PHP_FUNCTION(gethostbynamel);
-#if !defined(PHP_WIN32)||(HAVE_BINDLIB)
+#if !defined(PHP_WIN32)||(HAVE_LIBBIND)
PHP_FUNCTION(checkdnsrr);
PHP_FUNCTION(getmxrr);
#endif
lib33bsd95.lib to the project settings, and add the path to the
bind include directory to the preprocessor settings. These libs
are availabe in the ntbind distribution */
-#define HAVE_BINDLIB 1
+#define HAVE_LIBBIND 1
/* set to enable bcmath */
#define WITH_BCMATH 1
#define HAVE_LOCALE_H 1
/* Define if you have the setvbuf function. */
-#ifndef HAVE_BINDLIB
+#ifndef HAVE_LIBBIND
#define HAVE_SETVBUF 1
#endif