Hello, David Michael, le Wed 01 May 2013 21:10:32 -0400, a écrit : > POSIX systems are allowed to leave SYMLOOP_MAX undefined, and in such > cases applications are supposed to use sysconf.
Well, right, better use sysconf. It may however still return -1, so I've changed the test a bit. Samuel