diff options
Diffstat (limited to 'mail/smail')
-rw-r--r-- | mail/smail/files/EDITME | 6 | ||||
-rw-r--r-- | mail/smail/files/freebsd2.0 | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/smail/files/EDITME b/mail/smail/files/EDITME index a6321c9898a0..09115d6fa3a7 100644 --- a/mail/smail/files/EDITME +++ b/mail/smail/files/EDITME @@ -45,7 +45,7 @@ # please let me know. For now, if you get core dumps when using the # bind router on SCO, try compiling without -O. -CFLAGS=-O # common +CFLAGS=-O2 # common # CC - the C compiler to use for compiling smail # @@ -408,8 +408,6 @@ ARCH_TYPE=32bit # common #HAVE=NDBM # have the new DBM functions #HAVE=DBM # have the old DBM functions #HAVE=HDB_UUCP:NDBM # new DBM and HoneyDanBer UUCP -HAVE=BIND - # UUCP_ZONE - this host is within the UUCP zone # @@ -505,7 +503,7 @@ HAVE=BIND # in this file. The value of the "domains" variable in the config # file can be changed without recompiling smail. -DOMAINS=uucp # common +#DOMAINS=uucp # common #DOMAINS=ussr.comm:uucp # example only diff --git a/mail/smail/files/freebsd2.0 b/mail/smail/files/freebsd2.0 index a923f66f4516..78c3a5094078 100644 --- a/mail/smail/files/freebsd2.0 +++ b/mail/smail/files/freebsd2.0 @@ -39,7 +39,7 @@ SECURE_PATH=/sbin:/usr/sbin:/bin:/usr/bin # OSLIBS=-ldbm # DRIVER_CONFIGURATION - configuration file describing smail drivers -DRIVER_CONFIGURATION=bsd-network +DRIVER_CONFIGURATION=arpa-network # RANLIB - how do we organize an existing object archive library RANLIB=ranlib @@ -65,6 +65,7 @@ MISC_DEFINES=INET_NTOA_USE_STRUCT HAVE=BIND:BSD_NETWORKING:BSTRING:COMSAT:DUP2:FSYNC:FTRUNCATE:GETHOSTNAME HAVE=$HAVE:GETOPT:HASH_BANG:HDB_UUCP:MKDIR:READDIR:RENAME:RLIMIT:SETEUID HAVE=$HAVE:SETGROUPS:SYS5_STRLIB:SYSEXITS:UNAME:VFORK:VFPRINTF:MEMMOVE + #HAVE=RENAME:MKDIR:BSD_NETWORKING:SYSEXITS:BSTRING:GETHOSTNAME:GETOPT:VFPRINTF #HAVE=$HAVE:HASH_BANG:DUP2:READDIR:SETGROUPS:FSYNC:FTRUNCATE:COMSAT:SYS5STRLIB |