home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 1.2 / amidev_cd_12.iso / contrib / interworks / networking / inet-225 / include / readme < prev    next >
Encoding:
Text File  |  1996-04-09  |  939 b   |  25 lines

  1. Mostly standard network header files, some SAS/C specific files, some I-Net 225
  2. specific files.
  3.  
  4. Breakdown of directory contents:
  5.  
  6.     clib    - standard SAS/C style function prototype files
  7.     pragmas    - standard SAS/C style pragma files
  8.     proto    - standard SAS/C style proto files
  9.     net, netinet, rpc, sys - network standard files
  10.     ss    - strictly there for compatibility with old AS225 code.
  11.           All new code should #include <proto/socket.h> instead of
  12.           using the AS225 #include <ss/socket.h> method.  That's
  13.           all you'll get, at any rate - the <ss/socket.h> file is
  14.           only a single line #include <proto.socket.h>.
  15.  
  16.     current dir - mostly network standard files
  17.  
  18. The main exception in the current directory is the file named
  19.  
  20.     amitcptoiw225.h
  21.  
  22. This file contains AmiTCP equivalent defines/inline stubs/other to allow most
  23. programs written for AmiTCP to simply be recompiled (and linked with the link
  24. library 'unixS.lib') to run with I-Net 225.
  25.