From: Gunter Knauf Date: Sun, 12 Aug 2007 00:48:10 +0000 (+0000) Subject: disable LDAP since we can no longer compile due to header incompatiblities. X-Git-Tag: curl-7_17_0~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44dc36cc8f4c205bd9c63bf2f9f1bb34c83d43f6;p=curl disable LDAP since we can no longer compile due to header incompatiblities. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index ff98021f5..8b6c60e3f 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -176,6 +176,8 @@ ifeq ($(LIBARCH),LIBC) # INCLUDES += -I$(SDK_LIBC)/include/winsock # INCLUDES += -I$(SDK_LDAP)/libc/inc CFLAGS += -D_POSIX_SOURCE + # disable LDAP since we can no longer compile. + DISABLE_LDAP = 1 else INCLUDES += -I$(SDK_CLIB)/include/nlm # INCLUDES += -I$(SDK_CLIB)/include/nlm/obsolete