[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#4606) Big LDAP Search responses causes IO error in libldap on Windows XP



Kurt/Howard,
What is the resolution for the Windows IO bug?

Kurt D. Zeilenga wrote:

>>I've fixed this partucular problem by including the following in <ac/errno.h>
>>
>>#if defined(_MSC_VER)
>># include <stdlib.h>
>>#undef DECL_SYS_ERRLIST
>>#endif
>>
>>But a change to configure script to look for sys_errlist/sys_nerr might be cleaner.
>>   
>Compiler-defined macros such as _MSC_VER should generally
>be avoided.
> 
In general I agree.
Can you guys fix configure to look in strlib.h as well, you do you want me to do a new patch?