From: Robert.Buick@racalinst.co.uk (Buick, Robert)
Subject: ioctl question
18 Aug 1998 16:15:52 -0700
Message-ID: <199808180916.CAA06466.cygnus.gnu-win32@cygnus.com>
Mime-Version: 1.0
Content-Type: text/plain
To: "'gnu-win32@cygnus.com'" <gnu-win32@cygnus.com>

Hi,
I'm attempting to build Kaffe JVM to run on NT4.0 (to start with). As
advised in the header file winsock.h I'm not using winsock but the as
advised netdb and <sys/socket.h> and <sys/ioctl.h>

Kaffe uses the following code snippet:
----------------------------------------------------------snip----------
---------------------------------
int r, on = 1;

