+QdlYevu0M2YtMpdolq (2199B)
1 Return-Path: <dag%persoft.UUCP@cs.wisc.edu> 2 Received: from thumper.bellcore.com by greenbush.bellcore.com (4.1/4.7) 3 id <AA15154> for nsb; Tue, 17 Mar 92 14:36:55 EST 4 Received: from spool.cs.wisc.edu by thumper.bellcore.com (4.1/4.7) 5 id <AA00163> for nsb@greenbush; Tue, 17 Mar 92 14:36:51 EST 6 Received: from persoft.UUCP by spool.cs.wisc.edu; Tue, 17 Mar 92 13:36:05 -0600 7 Received: by persoft.persoft.com (/\=-/\ Smail3.1.18.1 #18.2) 8 id <m0lQjol-00018GC@persoft.persoft.com>; Tue, 17 Mar 92 13:27 CST 9 Message-Id: <m0lQjol-00018GC@persoft.persoft.com> 10 Date: Tue, 17 Mar 92 13:27 CST 11 From: dag@persoft.com (Daniel A. Glasser) 12 Mime-Version: 1.0 13 To: nsb@thumper.bellcore.com 14 Subject: First impressions of metamail release 2 15 Cc: dag@gorgon 16 Content-Type: text/richtext 17 Content-Transfer-Encoding: quoted-printable 18 19 So far, I've managed to build all of the images for the new metamail rele= 20 ase. 21 I've come across the following: 22 <nl><indent>For SysVr3.2, the manifest constant R_OK is defined in <lt>sy= 23 s/unistd.h>. = 24 25 This change is in metamail/mailto.c. 26 <nl><nl> 27 28 In <bold>ezview/ezview.c</bold>, the <bold>#include <lt>file.h></bold> mu= 29 st follow the <bold>#include <lt>sys/types.h></bold> 30 in the <bold>#ifdef SYSV</bold> section, so I moved it to below the <bold= 31 >#endif</bold> for that bit. 32 <nl><nl> 33 34 For ISC SysVr3.2, the routine <italic>gethostname()</italic> (required by= 35 <bold>metamail/mailto.c</bold>) is in the 36 library <bold>/usr/lib/libinet.a</bold>. I added a new variable to the r= 37 oot and subsidiary 38 Makefiles, <bold>LDLIBS</bold>, which trails the other files and librarie= 39 s on the cc command 40 lines that produce executables. 41 <nl></indent><nl><nl> 42 43 I will send you context diffs of my changes tonight. This is my first tr= 44 y 45 of "mailto", so we'll see if it works. (I think it may have one of those= 46 47 "missing TERMCAP entry" problems that richtext used to suffer from.) 48 <nl><nl> 49 50 Also, I believe that the copyright notice in some of the files (README) 51 is out of date. 52 <nl><nl> 53 54 I'd send you the diffs now, except that I don't have a cdiff program on 55 <bold>persoft.com 56 </bold>so I figure I'll send it from 57 <italic>gorgon.UUCP 58 </italic>where I've got GNU diff. 59 <nl><nl> 60 Daniel 61