Date: Fri, 27 Aug 93 04:30:08 PDT
From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
Errors-To: TCP-Group-Errors@UCSD.Edu
Reply-To: TCP-Group@UCSD.Edu
Precedence: Bulk
Subject: TCP-Group Digest V93 #220
To: tcp-group-digest


TCP-Group Digest            Fri, 27 Aug 93       Volume 93 : Issue  220

Today's Topics:
                    missed #ifdef-s in GRINOS 2.0m
                      TCP-Group Digest V93 #219

Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
Problems you can't solve otherwise to brian@ucsd.edu.

Archives of past issues of the TCP-Group Digest are available
(by FTP only) from UCSD.Edu in directory "mailarchives".

We trust that readers are intelligent enough to realize that all text
herein consists of personal comments and does not represent the official
policies or positions of any party.  Your mileage may vary.  So there.
----------------------------------------------------------------------

Date: Mon, 22 Mar 93 15:00:09 PST
From: "Jerzy Tarasiuk" <JT@zfja-gate.fuw.edu.pl>
Subject: missed #ifdef-s in GRINOS 2.0m
To: "Gerard van der Grinten" <gvdg@cdc.com>  <tcp-group@ucsd.edu>

I tried to compile GRINOS 2.0m turning on LPD and turning off AX25 and
NETROM. Result - many linker errors. Needed many hours to find reason
of and fix all. Finally, 6 files needed to be changed:

CONFIG.C    25344  30-Jul-1992  21:05:32.
line 260 - "autoroute" is AX25 specific, added #ifdef AX25

IFACE.C     12306  30-Jul-1992  21:38:38.
lines 205-206
#ifdef NETROM
 if(ifp == Nr_iface)     /* The netrom call just got changed */
  setmbnrid();
#endif
lines 439-442
#ifdef NETROM
 if(stricmp(ifp->name,"netrom") == 0){
  Nr_numiface = 0; /* This resets all active netrom interfaces */
  Nr_iface = NULLIF;
 }
#endif

IPDUMP.C     2228  24-Jun-1991  23:23:12.
line 88
#ifdef AX25
  ax25_dump(fp,bpp,check);
#endif

SOCKCMD.C    3157  24-Feb-1992  22:02:26.
lines 132-139
#ifdef AX25
    else {
        if(up->type == TYPE_AX25I)
            retval = kick_ax25(up->cb.ax25);
#ifdef NETROM
        else {
            if(up->type == TYPE_NETROML4)
                retval = kick_nr4(up->cb.nr4);
        }
#endif
    }
#endif

TCPCMD.C     9443  25-Jul-1992  20:51:54.
lines 135-136
#ifdef AX25
 if(strlen(tcb_str) == 4)
  strcat(tcb_str,EightString);
#endif
line 189-190
#ifdef AX25
  if(strlen(tcb_str) == 4)
   strcat(tcb_str,EightString);
#endif

MAILBOX.C   66117  01-Aug-1992  12:57:50.
798a799
> #ifdef AX25
808a810
> #endif
987c989,991
<  "nodes", dombnrnodes, 0, 0, NULLCHAR,
---
> #ifdef NETROM
>  "nodes", dombnrnodes, 0, 0, NULLCHAR,
> #endif
1419a1424
> #ifdef NETROM
1429a1435
> #endif
1913a1920
> #ifdef NETROM
1923a1931
> #endif
2657a2666
> #ifdef NETROM
2699c2708,2710
<
---
> #endif
>
> #ifdef AX25
2761,2762c2772,2774
<  return 0;
< }
---
> #endif
>  return 0;
> }

73's, JT

------------------------------

Date: Thu, 26 Aug 93 13:28:24 EDT
From: Meir Israel Green <mig@columbia.edu>
Subject: TCP-Group Digest V93 #219
To: TCP-Group@UCSD.Edu

> You can use it to send a fax to Finland or locate the works of Shake-
> speare. You can talk to fellow orchid fanciers, find a fiance or 
> publish your memoirs. There are perhaps 4,500 special-interest 
> conferences-from autos to Unix, Anne Rice to Elvis. Electronic mail 
> on the Internet can be had for less than $10 amonth through a 
> commercial service. Individuals can get access to the whole system 
> for less than $20. Businesses, by contrast, pay from $1,000 to 
> $300,000 a year, depending on their type of connection and the 
> services they use.

OK; I'll bite!
Where can my father, in Toms River, NJ, get Internet e-mail for
$10/month, and full Internet access for $20/month?  We would like to
be in touch via the Internet.

I wanted to become an Internet node, and it seemed PSI wanted about
$175/month, and I am hardly a commercial user!  I just wanted an AMPR
gateway.

Pointers to information, FAQs, Usenet groups, Public access sites, etc
are apprecated.

Thanks very much,
Meir

 * * * * *  =====================  Internet  mig@merhaba.cc.columbia.edu
* * * * * * == Meir I. Green ====  Barnard   mgreen@barnard.columbia.edu 
 * * * * *  =====================  PktRadio  N2JPG@KB2EAR.NJ.USA.NA
* * * * * * =====================  JTSA      megreen@jtsa.edu

------------------------------

End of TCP-Group Digest V93 #220
******************************
******************************