Add definition needed for use with newer versions of the Developer's
authorChris Hanson <org/chris-hanson/cph>
Wed, 28 Apr 1999 03:27:55 +0000 (03:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 28 Apr 1999 03:27:55 +0000 (03:27 +0000)
Toolkit for OS/2.

v7/src/microcode/os2sock.c

index c70b44cfa9e08d36f2a51f9437e1422f8c15c289..c00c82d464ace563cf48ee5bb2095c8dbac9306f 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: os2sock.c,v 1.9 1999/01/02 06:11:34 cph Exp $
+$Id: os2sock.c,v 1.10 1999/04/28 03:27:55 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
@@ -22,6 +22,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 /* This conditional encompasses the entire file.  */
 #ifndef DISABLE_SOCKET_SUPPORT
 
+/* This definition is necessary for compilation with newer versions of
+   the Developer's Toolkit for OS/2.  The newer version default to
+   using TCP/IP 4.1, but this code was designed for TCP/IP 4.0.  */
+#define TCPV40HDRS
+
 #include "os2.h"
 #include "uxsock.h"