On 1/17/2012 1:57 PM, Pascal Gienger wrote:
Le 17/01/2012 22:53, Pascal Gienger a écrit :So a test for Oracle Solaris has to be included in autoconf et.al...A test for Solaris 11 (because on Solaris 10 it works as designed) has to be included, sorry for the forgotten "11".
Or you could fix it the right way, and include <unistd.h>, and define one of:
__EXTENSIONS__ _XPG4_2in your CPPFLAGS or config.h (__EXTENSIONS__ is almost certainly what you want).
-- Carson