Makefile.mk: delete redundant HAVE_LDAP_SSL macro [ci skip]

Since abebb2b893, we set this macro for
all Windows `wldap32` builds using `Makefile.mk`.

For OpenLDAP builds this macro is not enough to enable LDAPS, and
OpenLDAP is not an option in `Makefile.mk`. For Novell LDAP it might
have helped, but it's also not an option anymore in `Makefile.mk`.

The future for LDAPS is that we should enable it by default without
extra build knobs.

Reviewed-by: Marcel Raad
Closes #10681
This commit is contained in:
Viktor Szakats 2023-03-05 19:52:21 +00:00
parent 016c62c4d5
commit 8d0fa3a70d
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -310,9 +310,6 @@ endif
ifneq ($(findstring -ipv6,$(CFG)),)
CPPFLAGS += -DENABLE_IPV6
endif
ifneq ($(findstring -ldaps,$(CFG)),)
CPPFLAGS += -DHAVE_LDAP_SSL
endif
ifneq ($(findstring -watt,$(CFG))$(MSDOS),)
WATT_PATH ?= $(PROOT)/../watt