mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
Moved the LDAP API defines from Makefile.Watcom to config-win32.h.
These defines are only needed for older Watcom versions (< 1280).
This commit is contained in:
parent
f38e52071e
commit
b01fb30f9c
@ -32,7 +32,6 @@ CP = copy
|
|||||||
CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm &
|
CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm &
|
||||||
-wcd=201 -bt=nt -d+ -dWIN32 -dCURL_WANTS_CA_BUNDLE_ENV &
|
-wcd=201 -bt=nt -d+ -dWIN32 -dCURL_WANTS_CA_BUNDLE_ENV &
|
||||||
-dBUILDING_LIBCURL -dHAVE_SPNEGO=1 -I. -I..\include $(SYS_INCL)
|
-dBUILDING_LIBCURL -dHAVE_SPNEGO=1 -I. -I..\include $(SYS_INCL)
|
||||||
#CFLAGS += -dWINBERAPI=__declspec(cdecl) -dWINLDAPAPI=__declspec(cdecl)
|
|
||||||
|
|
||||||
!ifdef %debug
|
!ifdef %debug
|
||||||
DEBUG = -dDEBUG=1 -dDEBUGBUILD
|
DEBUG = -dDEBUG=1 -dDEBUGBUILD
|
||||||
|
@ -550,6 +550,13 @@
|
|||||||
#define CURL_LDAP_WIN 1
|
#define CURL_LDAP_WIN 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__WATCOMC__) && defined(CURL_LDAP_WIN)
|
||||||
|
#if __WATCOMC__ < 1280
|
||||||
|
#define WINBERAPI __declspec(cdecl)
|
||||||
|
#define WINLDAPAPI __declspec(cdecl)
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__POCC__) && defined(CURL_LDAP_WIN)
|
#if defined(__POCC__) && defined(CURL_LDAP_WIN)
|
||||||
# define CURL_DISABLE_LDAP 1
|
# define CURL_DISABLE_LDAP 1
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user