diff options
author | Gunter Knauf <gk@gknw.de> | 2007-08-20 16:34:04 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-08-20 16:34:04 +0000 |
commit | d4c4fd62723da486dd12151d7d92895eada35e3f (patch) | |
tree | 12469ecd0969f54bdf64a7c938bd66d5ea41ebbb /lib | |
parent | acb905231d5ee721966d26449301a7474e8996e7 (diff) |
compile with ldaps by default since it seems to work fine so far.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.netware | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index c30a1e0f5..8ebaa148c 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -457,6 +457,9 @@ ifdef DISABLE_LDAP @echo $(DL)#define CURL_DISABLE_LDAP 1$(DL) >> $@ else @echo $(DL)#define CURL_HAS_NOVELL_LDAPSDK 1$(DL) >> $@ +ifndef DISABLE_LDAPS + @echo $(DL)#define HAVE_LDAP_SSL 1$(DL) >> $@ +endif @echo $(DL)#define HAVE_LDAP_SSL_H 1$(DL) >> $@ @echo $(DL)#define HAVE_LDAP_URL_PARSE 1$(DL) >> $@ endif |