Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / conf / examples / sun3.5
1 # sun3.5        - MH 6.8 configuration file for SunOS 3.5
2 # Fri, 28 Feb 1992 00:49:32 -0800
3 # Casey Leedom <casey@gauss.llnl.GOV>
4 #
5
6 #
7 # Options required by SunOS 3.5.  (You can use FLOCK instead of LOCKF
8 # if you don't have multiple machine mounting mail spools with NFS.)
9 #
10 mts     sendmail/smtp
11 options BIND BSD42 DBMPWD LOCKF
12 curses  -lcurses -ltermcap
13 sprintf int
14
15 #
16 # Site preference options.
17 #
18 # Note that if you choose not to use the option "BERK" and you use Domain
19 # Name Service via NIS, then you'd better add "ldoptlibs -lresolv" to
20 # prevent post(1) from hanging on hosts with MX records and no address
21 # records.  (No, you really don't want to know why.)
22 #
23 # Also, under SunOS 3.5 you'll need to add "ccoptions -I../h -I../../h
24 # -I../../../h" because the supplied libresolv.a under SunOS 3.5 uses the
25 # newer BSD4.3 based hostent structure which is different from the BSD4.2
26 # based hostent structure declared in /usr/include/netdb.h.  Why does adding
27 # this help?  There's a version of netdb.h in ../h that has the BSD4.3 based
28 # hostent structure.  We need to use all the different forms of ../h because
29 # the MH makefile system doesn't offer a $(TOP) variable like the X Windows
30 # Makefile system ...  (sigh) I told you that you didn't want to know about
31 # any of this ...
32 #
33 bin     /usr/local/bin/mh
34 etc     /usr/local/lib/mh
35 mail    /usr/spool/mail
36 manuals local
37 options FOLDPROT='"0700"' MHE MHRC MSGPROT='"0644"' NTOHLSWAP OVERHEAD RPATHS
38 ldoptions -s
39 ldoptlibs -lresolv
40 ccoptions -I../h -I../../h -I../../../h