home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11448 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.1 KB

  1. Xref: sparky comp.unix.aix:11448 comp.mail.mh:1272
  2. Newsgroups: comp.unix.aix,comp.mail.mh
  3. Path: sparky!uunet!caen!paul
  4. From: paul@engin.umich.edu (Paul Killey)
  5. Subject: Re: MH 6.7.2 for AIX 3.2
  6. Message-ID: <-pB=hmB@engin.umich.edu>
  7. Date: Tue, 10 Nov 92 16:27:47 EST
  8. Organization: University of Michigan Engineering, Ann Arbor
  9. References: <jsantos.721407786@godzilla>
  10. Nntp-Posting-Host: bermuda.engin.umich.edu
  11. Lines: 22
  12.  
  13. In article <jsantos.721407786@godzilla> jsantos@godzilla.ma30.bull.com (James Santos) writes:
  14. >Hi,
  15. >    Does anyone have the above-mentioned software running?
  16.  
  17. This is what I used:
  18.  
  19. version: MH 6.7.2 #7[UCI] (CAEN rev 2) (nirvana.engin.umich.edu) of Mon Nov 9 13:31:52 EST 1992
  20. options: [BIND] [CAEN] [DBM] [DUMB] [MHE] [MHRC] [MSGPROT='"0600"']
  21.          [POP] [POP2] [POPSERVICE='"pop3"'] [RPATHS] [RPOP]
  22.          [SBACKUP='"#"'] [SENDMTS] [SMTP] [SOCKETS] [SPRINTFTYPE=int]
  23.          [SYS5] [SYS5DIR] [TYPESIG=void] [VSPRINTF]
  24.  
  25. CAEN is a localism (it's the name of this place).
  26.  
  27. AIX does not like
  28.     case NULL: 
  29.  
  30. so you'll be making some of those
  31.     case '\0':
  32.  
  33. depending on the version of mh you have.
  34.  
  35.