home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / mvssrc.zip / TCPINCL < prev    next >
Text File  |  1992-04-13  |  634b  |  26 lines

  1. /*********************************************************************
  2.  
  3.        This member contains all include files needed by the TCPIP
  4.        program in this library.
  5.  
  6. **********************************************************************/
  7. #include <manifest.h>
  8. #include <bsdtypes.h>
  9. #include <bsdtime.h>
  10. #include <netdb.h>
  11. #include <socket.h>
  12. #include <in.h>
  13. #include <tcperrno.h>
  14. #include <fcntl.h>
  15.  
  16. #undef ENOMEM      /* arg, because mtf and tcperrno define it.*/
  17.  
  18. #include <stdio.h>
  19. #include <string.h>
  20. #include <stdlib.h>
  21. #include <ctype.h>
  22. #include <mtf.h>
  23. #include <errno.h>
  24.  
  25. #include "tcph.h"
  26.