At 12:56 PM 2/12/2000 -0500, you wrote:
>At 06:41 PM 2/12/2000 +0100, you wrote:
>>both www.web-send.com and www.WEB-SEND.com have the same ip:
<SNIP
>However, I get two unresolved references when linking: gethostbyaddr and
>inet_addr.

Well, I figured that one out.  I needed the NODNS preprocessor definition
added.

However, the previous note I made about which line to change was not
correct.  That line changed the "method" and not the "hostname."  The
"hostname" force to lower case is around line 280.  Changing that line of
code 
  from:
    *c = tolower(*c);
  to:
    *c = (*c);
gave me the results I wanted.

Jimmy Little
*******************************************************************
[EMAIL PROTECTED]                      http://www.Web-Send.com
        The Fastest, Easiest, Way to Send Printed Documents.
*******************************************************************
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
------------------------------------------------------------------------

Reply via email to