> The problem here is that gnulib's handling of strnlen is using an ancient > idiom.
The same ancient idiom is also in a few other places: m4/calloc.m4: AC_DEFINE([calloc], [rpl_calloc], m4/getopt.m4: AC_DEFINE([__GETOPT_PREFIX], [[rpl_]], m4/timegm.m4: AC_DEFINE([mktime], [rpl_mktime], m4/poll.m4: AC_DEFINE([poll], [rpl_poll], I don't know if this will leads to problems. Bruno
