Hi, On 2006-05-09 22:07, Jon Chambers wrote: > Any idea where select.h is on HPUX? (select is a POSIX call so I guess it > is somewhere?) I suspect that these issues are likely to be common to > most network scanner backends so maybe sanei_tcp.h would be the correct > place for this kind of #ifdef?
Some Linux manual page says: /* According to POSIX 1003.1-2001 */ #include <sys/select.h> /* According to earlier standards */ #include <sys/time.h> #include <sys/types.h> #include <unistd.h> saned.c should already have a check for this. Bye, Henning