diff --git a/acconfig.h.in b/acconfig.h.in index 101a7e5c6e8..335ec985459 100644 --- a/acconfig.h.in +++ b/acconfig.h.in @@ -34,6 +34,9 @@ /* Define if you have the pam library (-lpam). */ #define HAVE_LIBPAM 0 +/* Define if you have the bind library (-lbind). */ +#define HAVE_LIBBIND 0 + /* Define if you want safe mode enabled by default. */ #define PHP_SAFE_MODE 0