Ignore:
Timestamp:
May 31, 1999, 4:09:47 PM (26 years ago)
Author:
phaller
Message:

Added support for TCP/IP 4.1 + 4.2 headers, cleaned up linker definition file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/wsock32.c

    r4 r11  
    1 /* $Id: wsock32.c,v 1.1 1999-05-24 20:20:09 ktk Exp $ */
     1/* $Id: wsock32.c,v 1.2 1999-05-31 14:09:47 phaller Exp $ */
    22
    33/*
     
    1313 * @(#) wsock32.c       1.0.0   1998/08/25 VV initial release
    1414 *                      1.0.1   1999/04/27 VV cleanup and implement select.
     15 *                      1.0.2   1999/05/31 PH support for TCP/IP 4.1 + 4.2 headers
    1516 *
    1617 */
     18
     19/* this is for IBM TCP/IP 5.0 headers as present in the current Warp 4 toolkit */
     20#define TCPV40HDRS 1
     21
    1722
    1823#define INCL_DOSPROCESS     /* Process and thread values */
Note: See TracChangeset for help on using the changeset viewer.