Am Freitag 20 November 2009 13:34:50 schrieb Ralf Haferkamp: [..]
../../../servers/slapd/syncrepl.c:2861 is: comma = ber_bvrchr( &ptr, ',' ); with ber_bvrchr being a macro around memrchr(). So it seems that memrchr() is undefined in syncrepl.c.
This got introduced by the ITS#6351 fix. I wonder if we should just revert that. The alternative is to add a #define _GNU_SOURCE 1 to ac/string.h if HAVE_MEMRCHR is defined.