summaryrefslogtreecommitdiff
path: root/include/apr_ldap.hnw
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2005-04-14 23:39:25 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2005-04-14 23:39:25 +0000
commit69e530735348a66d91c621a399c00aa73ae7b59f (patch)
tree1504321642bd80ee94064071f3b9f47b2297c4aa /include/apr_ldap.hnw
parentd15e63234bf111aefbaca944014ba0f83d9258fd (diff)
downloadlibapr-util-69e530735348a66d91c621a399c00aa73ae7b59f.tar.gz
Allow APR-Util on NetWare to build using either the standard socket libraries or the Winsock libraries.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@161366 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_ldap.hnw')
-rw-r--r--include/apr_ldap.hnw4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/apr_ldap.hnw b/include/apr_ldap.hnw
index cf79203d..7766e9c7 100644
--- a/include/apr_ldap.hnw
+++ b/include/apr_ldap.hnw
@@ -63,11 +63,15 @@
* Include the standard LDAP header files.
*/
+#ifdef GENEXPORTS
+#define LDAP_VERSION_MAX 3
+#else
#include <lber.h>
#include <ldap.h>
#if APR_HAS_LDAP_SSL
#include <ldap_ssl.h>
#endif
+#endif
/*