diff options
author | Rasmus Lerdorf <rasmus@php.net> | 1999-04-24 21:55:44 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 1999-04-24 21:55:44 +0000 |
commit | 2d78e4779e9a8aa570e4b1423d48855a93ca4018 (patch) | |
tree | 0fce8ed678112cf316a97b7921ab91a2efff8dca /acconfig.h.in | |
parent | ecc1dce8f5c9c039ba3598b85e27aa449e453b8c (diff) | |
download | php-git-2d78e4779e9a8aa570e4b1423d48855a93ca4018.tar.gz |
Oops, would be a good idea to edit the .in file instead of acconfig.h
Diffstat (limited to 'acconfig.h.in')
-rw-r--r-- | acconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |