From: Chris Hanson Date: Wed, 28 Apr 1999 03:27:55 +0000 (+0000) Subject: Add definition needed for use with newer versions of the Developer's X-Git-Tag: 20090517-FFI~4560 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=918c624b0f4948f5d64781221002b2ae7ec8928a;p=mit-scheme.git Add definition needed for use with newer versions of the Developer's Toolkit for OS/2. --- diff --git a/v7/src/microcode/os2sock.c b/v7/src/microcode/os2sock.c index c70b44cfa..c00c82d46 100644 --- a/v7/src/microcode/os2sock.c +++ b/v7/src/microcode/os2sock.c @@ -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"