Subject: Re: building mh: can't find "_ruserpass"
To: Geoff Wing <mason@primenet.com.au>
From: Mark Willey <willeyma@expert.cc.purdue.edu>
List: current-users
Date: 07/24/1996 17:07:20
Geoff Wing writes:
>
> Heyla,
> does someone have a better MH than this (I also had to add #include <errno.h>
> to a few files). Most US people won't want options UK.
> This is with MH 6.8.3 and I haven't tested everything fully yet.
> Thanks.
This is mine. I would have to include the errno, but I made a hack at the
bottom to get rid of that.
I, too, have not tested it much.
MH:
# a 4.4BSD NetBSD-i386 running Sendmail
# Install paths
bin /usr/local/units/mh-6.8.3/bin
etc /usr/local/units/mh-6.8.3/lib/mh
mandir /usr/local/units/mh-6.8.3/man
slibdir /usr/local/units/mh-6.8.3/lib
# System stuff
cc /usr/bin/cc
ccoptions -O2
ldoptlibs -lcrypt
mail /var/mail
mailgroup mail
chown /usr/sbin/chown
bboards off
manuals local
mts sendmail/smtp
# casts
sprintf int
signal void
# POP
pop on
popdir /usr/local/units/mh-6.8.3/libexec
#options APOP='"/etc/pop.auth"'
options POP2 RPOP
#options DPOP
options POPSERVICE='"pop3"'
# Paths
options MORE='"/usr/local/bin/less"'
# Config options
options BSD42 BSD43 BSD44 NORUSERPASS
options BIND FLOCK VSPRINTF DBMPWD
options MIME MHRC MHE
options POSIX WAITINT UNISTD
options SYS5DIR NTOHLSWAP OVERHEAD WHATNOW ZONEINFO GCOS_HACK
# Force sys_errlist hack (exists only in my NetBSD source tree)
options FORCE_ERR