The util.c function ninstr() could be implemented by calling memmem() on platforms that have it and it works properly. The glibc version didn't work properly for some inputs on versions prior to 2.1. Unless someone has a reason not to do it, I'm requesting a Configure probe for it.Thread Next