Hey, On Mon, Jan 17, 2011 at 1:36 AM, Guenter <[email protected]> wrote:
> Graeme, > Am 17.01.2011 00:52, schrieb Guenter: > > 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 >> > I've just pushed this change: > > https://github.com/bagder/curl/commit/ef46fcdd908a7e8b0835ea63bd22d9c4e8f374a5 > > pls verify that it works for you; > either patch your setup.h, or just use the next snapshot from Jan 17: > http://curl.haxx.se/snapshots/ > > I tried to compile with cegcc (using the mingw32ce compiler). I have an errno.h from another project i'm contributing in, and i have several redefinitions of errno values. They are in setup_once.h #define EPROCLIM WSAEPROCLIM #define EUSERS WSAEUSERS #define EDQUOT WSAEDQUOT #define ESTALE WSAESTALE #define EREMOTE WSAEREMOTE It's from the last snapshot. Other values are undefined then defined, or defined if not before. Why aren't the 5 above following the same scheme ? thank you Vincent Torri
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
