The include/ldap_pvt_thread.h patch is wrong. This: #if LDAP_PVT_THREAD_STACK_SIZE == 0 is true also when LDAP_PVT_THREAD_STACK_SIZE is undefined. It should be #if defined( LDAP_PVT_THREAD_STACK_SIZE ) && LDAP_PVT_THREAD_STACK_SIZE == 0 Both bugs are fixed in OpenLDAP 2.4.13.
-- Regards, Hallvard Furuseth -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]