diff options
author | Stig Venaas <venaas@php.net> | 2000-08-19 14:10:11 +0000 |
---|---|---|
committer | Stig Venaas <venaas@php.net> | 2000-08-19 14:10:11 +0000 |
commit | 90eac6a390070c62cbd87709b76dd0de257851ac (patch) | |
tree | 39c73a5f3181a089d39f8b25ebbbe144f5f5fb4d /ext/ldap/php_ldap.h | |
parent | 0959b16f87f748e8958a3efb3035dda91e79640d (diff) | |
download | php-git-90eac6a390070c62cbd87709b76dd0de257851ac.tar.gz |
Adding Oracle LDAP SDK support
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r-- | ext/ldap/php_ldap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h index 3cf4592fe5..0f18e277e4 100644 --- a/ext/ldap/php_ldap.h +++ b/ext/ldap/php_ldap.h @@ -23,7 +23,9 @@ #ifndef PHP_LDAP_H #define PHP_LDAP_H +#ifndef HAVE_ORALDAP #include <lber.h> +#endif #include <ldap.h> extern zend_module_entry ldap_module_entry; |