]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Check for <sys/sockio.h> and include it in uxnet.c if we find it. It's
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 25 Apr 2005 18:51:15 +0000 (18:51 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 25 Apr 2005 18:51:15 +0000 (18:51 +0000)
commit4cb79827c67c3817ed2a33ca95c2c4da909aafad
tree284f8746749bcfee9db7135af8cdbbffb8cdc9f2
parentb0d3cceb99e3d3f1ac467839490496a29fc1938a
Check for <sys/sockio.h> and include it in uxnet.c if we find it.  It's
necessary on Solaris if we want to use SIOCATMARK.  Using sockatmark() might
be preferable, but despite being notionally standard it's missing on
Solaris 9 and Mac OS X 10.3.9, whereas everyone seems to have SIOCATMARK
somewhere.

[originally from svn r5676]
unix/configure.ac
unix/uxnet.c