home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lansystk.zip / INCLUDE / MPTN / NETLIB.H < prev    next >
C/C++ Source or Header  |  1998-05-08  |  1KB  |  26 lines

  1. #ifndef __NETLIB_32H
  2. #define __NETLIB_32H
  3. /*
  4.  * Copyright (c) 1980,1983,1988 Regents of the University of California.
  5.  * All rights reserved.
  6.  *
  7.  * Redistribution and use in source and binary forms are permitted
  8.  * provided that this notice is preserved and that due credit is given
  9.  * to the University of California at Berkeley. The name of the University
  10.  * may not be used to endorse or promote products derived from this
  11.  * software without specific prior written permission. This software
  12.  * is provided ``as is'' without express or implied warranty.
  13.  *
  14.  *      @(#)netlib.h     5.9 (Berkeley) 4/5/88
  15.  */
  16.  
  17. /* This was added for some known migration changes between TCP/IP 1.2.1 */
  18. /* Compatability and TCP/IP 2.0 Compatibility.  Other migration         */
  19. /* problems will have to be migrated, but known cases have been         */
  20. /* compensated for.                                                     */
  21.  
  22. #include <sys\time.h>
  23. #include <arpa\nameser.h>
  24.  
  25. #endif /* __NETLIB_32H */
  26.