This is a discussion on sys/select.h within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> Hi I have problem with compilation freeradius,sys/select.h not found, where I can find sys/select.h on HP-UX 11.00 or HP-UX ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| yazooPL <yazoo@hacking.pl> wrote: > I have problem with compilation freeradius,sys/select.h not found, > where I can find sys/select.h on HP-UX 11.00 or HP-UX 11.11? Thanks > for info. There is no sys/select.h under HP-UX 11.11 and I doubt under 11.00. The file one includes is sys/time.h per the select() manpage. select(2) select(2) NAME select - synchronous I/O multiplexing SYNOPSIS #include <sys/time.h> int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *timeout); Sounds like time for some configure script enhancement in the freeradius bits. rick jones -- a wide gulf separates "what if" from "if only" these opinions are mine, all mine; HP might not want them anyway... feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH... |