Some systems (HP-UX) don't yet have <sys/select.h>, putting select() in
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 14 Sep 2005 10:53:39 +0000 (10:53 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 14 Sep 2005 10:53:39 +0000 (10:53 +0000)
commit154c73d56d8847aaf20c048ccc35c19c584890ce
tree3cbd2f9d1fdef166d6160c4ac81c4ba34d9b8bb5
parent66ab14c717d6954a7fa5986c02b685271c6b5b64
Some systems (HP-UX) don't yet have <sys/select.h>, putting select() in
<sys/time.h>.  Cope with this.  Where <sys/select.h> _is_ available, though,
use it (since it's where POSIX puts select()).  Problem reported by Mike
Protts.

git-svn-id: svn://svn.tartarus.org/sgt/putty@6310 cda61777-01e9-0310-a592-d414129be87e
unix/configure.ac
unix/uxplink.c
unix/uxsftp.c