When it comes to whether to use "select()" or not, even if you're
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 14 Nov 2003 21:18:06 +0000 (21:18 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 14 Nov 2003 21:18:06 +0000 (21:18 +0000)
commita789ca1cb5a013552fe5cacc2612d7197d562663
tree58f255ccd1fb8a90e061a113733aa0c3e829c6f6
parente760089db29124256d76a7b640b0d90aad1a90d1
When it comes to whether to use "select()" or not, even if you're
building in Cygwin's pretend-it's-UNIX environment, we need to treat the
platform as Windows.

Get rid of the BSD #define - just check for the platforms on which we
mustn't use "select()".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8967 f5534014-38df-0310-8fa8-9805f1628bb7
capture.c