home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / network / netlib_1 / !NetLib / README < prev   
Text File  |  1996-02-02  |  2KB  |  67 lines

  1. !Netlib - The Network C Programmers Interface
  2. ---------------------------------------------
  3.  
  4. !Netlib provides a BSD 4.3 function call library for
  5. programmers to use in Internet:o.netlib.
  6.  
  7. Standard C network headers are provided and should be
  8. included as usual within your programs. The headers
  9. are actually those from BSD 4.4 with some structs
  10. regressed to be BSD 4.3 compatible.
  11.  
  12. If you have any corrections or additions to Netlib then
  13. please send them to me (amell@cup.cam.ac.uk) for
  14. inclusion in the next version. If everyone does this then
  15. the library will be continuously improved and hopefully
  16. duplicity can be avoided when writing future network
  17. applications.
  18.  
  19. Andy Mell
  20. amell@cup.cam.ac.uk
  21. 24th May 1995
  22.  
  23. ----
  24.  
  25. I've added the module version and corrected some of the
  26. header files too and called this version 2.
  27.  
  28. Stewart Brodie
  29. S.N.Brodie@ecs.soton.ac.uk
  30. 14th August 1995
  31.  
  32.  
  33. ----
  34.  
  35. I've made an alteration to the application versions of
  36. the object files to prevent errno corruptions when using
  37. callbacks.
  38.  
  39. Stewart Brodie
  40. S.N.Brodie@ecs.soton.ac.uk
  41. 11th September 1995
  42.  
  43.  
  44. ----
  45.  
  46. I've added arpa/nameser.h in order to provide constants and buffer defns
  47. for nameserver access.  I've corrected netinet/tcp.h to fix a wrong
  48. macro definition.
  49.  
  50. Also, there are more versions built now.
  51.  
  52. NetLib:o.NetLib        Standard version for applications
  53. NetLib:o.NetLibH    as above, but without gethostbyname/addr SWI veneer
  54. NetLib:o.OnlySock    as above, but without gethostbyname/addr code
  55.  
  56. NetLib:o.NetLibzM    Standard version for relocatable modules
  57. NetLib:o.NetLibHzM    as above, but without gethostbyname/addr SWI veneer
  58. NetLib:o.OnlySockzM    as above, but without gethostbyname/addr code
  59.  
  60. If you are linking with my dnsquery library, then you should link your
  61. application with the appropriate OnlySock version, not the full thing.
  62.  
  63. Stewart Brodie
  64. S.N.Brodie@ecs.soton.ac.uk
  65. 2nd February 1996
  66.  
  67.