Skip to content

Commit

Permalink
move the define to the right place
Browse files Browse the repository at this point in the history
thanks Kalle )
  • Loading branch information
weltling committed Jul 6, 2015
1 parent cb2d33f commit 73c0fc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ext/ldap/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if (PHP_LDAP != "no") {
AC_DEFINE('HAVE_LDAP_SASL', 1);
AC_DEFINE('HAVE_LDAP_SASL_SASL_H', 1);
AC_DEFINE('LDAP_DEPRECATED', 1);
AC_DEFINE('HAVE_LDAP_CONTROL_FIND', 1);

} else {
WARNING("ldap not enabled; libraries and headers not found");
Expand Down
2 changes: 0 additions & 2 deletions win32/build/config.w32.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,3 @@

#define HAVE_GETRUSAGE

#define HAVE_LDAP_CONTROL_FIND 1

0 comments on commit 73c0fc0

Please sign in to comment.