home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / informix / 3032 < prev    next >
Encoding:
Text File  |  1993-01-22  |  2.2 KB  |  65 lines

  1. Path: sparky!uunet!gatech!emory!emory!not-for-mail
  2. From: bob@worms-emh2.army.mil (Bob Kane)
  3. Newsgroups: comp.databases.informix
  4. Subject: <No Subject Supplied>
  5. Date: 22 Jan 1993 05:38:06 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 50
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1joiqeINNds8@emory.mathcs.emory.edu>
  11. Reply-To: bob@worms-emh2.army.mil (Bob Kane)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1808>
  14.  
  15. Copy of: Registered Message.
  16. To:       "Thomas S. Martin" <tom@worms-emh2.army.mil>
  17. Subject:  Re:  [Just another eccentric comput: Re: MNP-5 Board Compatabilities with MMDF - II]
  18. Resent-Date:  Fri, 22 Jan 93 10:01:51 GMT
  19. Resent-From:  bob@worms-emh2.army.mil
  20. Resent-To:  informix-list@rmy.emory.edu
  21.  
  22. Bruce,
  23.  
  24. If ISEC will provide us with the correct MMDF-II source, I will do the 
  25. compilation and testing over a weekend, after AT&T reinstalls our MNP card.
  26. We will only do so of course if we get the source.  I feel this is time
  27. well spent as the MNP has other advantages, such as Berkely complient librarys
  28. and header files.  I took straight BSD 4.3 code for 'whois' and compiled it
  29. for the MNP.  Worked like a charm.  Here is the include stuff:
  30.  
  31.  
  32.  
  33. /*
  34.  *      whois or nicname - DARPA Internet user name directory service
  35.  *                         as defined in RFC 742.
  36.  *
  37.  *      Written by:  DDN Network Information Center.
  38.  *      This code may be freely copied for any use.
  39.  *
  40.  *      Tested on Sun3s running 3.5, VAXes and Pyramids running Berkeley
  41.  *      BSD4.3, and Microvaxes running Ultrix v2.0.
  42.  *
  43.  *      To compile on BSD4.[23], SunOS3.x, and Ultrix:
  44.  *
  45.  *              cc -o whois whois.c
  46.  *
  47.  *      Usage: whois [ -h host ] name
  48.  *
  49.  *      'host' may be either by name or address.
  50.  */
  51. #include <CMC/types.h>
  52. #include <CMC/socket.h>
  53. #include <CMC/in.h>
  54. #include <stdio.h>
  55. #include <CMC/netdb.h>
  56. #include <CMC/bsd.h>
  57.  
  58. The code was compiled with the new librarys, libcmcnet.a and libsnmp.a.
  59.  
  60. -----------------------------------------------------------------------------
  61. Bob Kane                   Internet: bob@worms-emh2.army.mil (IP 134.235.9.2)
  62. TechDyn Systems               Voice: (049) 6241-487306   (WORMS, GERMANY)
  63. CMR 421, BOX 706                Fax: (049) 6241-49560
  64. APO AE 09056                    CIS: 71054,2661
  65.