Hi Graeme,
Am 16.01.2011 14:54, schrieb Graeme Burton:
5) Modify SETUP.H
    - If HTTP_ONLY is defined, it defines CURL_DISABLE_LDAP, CURL_DISABLE_TELNET
and CURL_DISABLE_FILE: however,
      these three are already defined if we're building for Windows CE. I
modified the HTTP_ONLY define to be

#ifdef HTTP_ONLY
#  define CURL_DISABLE_TFTP
#  define CURL_DISABLE_FTP
#  define CURL_DISABLE_DICT
#  define CURL_DISABLE_RTSP
#  ifndef WINCE
#    define CURL_DISABLE_LDAP
#    define CURL_DISABLE_TELNET
#    define CURL_DISABLE_FILE
#  endif
#endif
well, I'm in lazy mode so cant check if these defines are here at 1st place or elsewhere; therefore I would like to ask you to test if it works when you surround these defines instead with ifndef:
#    ifndef CURL_DISABLE_LDAP
#    define CURL_DISABLE_LDAP
#    endif
....

thanks, Gün.


-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to