From 2d78e4779e9a8aa570e4b1423d48855a93ca4018 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 24 Apr 1999 21:55:44 +0000 Subject: [PATCH] Oops, would be a good idea to edit the .in file instead of acconfig.h --- acconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h.in b/acconfig.h.in index 101a7e5c6e..335ec98545 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 -- 2.50.1