configure, configure.in stamp-h.in, and uip/Makefile.in modified to fix
authorDoug Morris <doug@mhost.com>
Fri, 10 Sep 1999 05:22:40 +0000 (05:22 +0000)
committerDoug Morris <doug@mhost.com>
Fri, 10 Sep 1999 05:22:40 +0000 (05:22 +0000)
commit045b9601403a216c400642229f2b291f85f88f7d
treeaa892ea93859f7dfa80dab138e5c71795320c8af
parent17e31955aca3a425a3c6d6fc128f6648f9550369
configure, configure.in stamp-h.in, and uip/Makefile.in modified to fix
  MAILGROUP test.
m_getfld.c - added the patch submitted by Richard Cohen to fix
    crashing when mh_profile has no trailing newline.
smtp.c, lock_file.c, m_scratch.c, m_tmpfil.c, mhscmds.c, rcvtty.c, and
  spost.c modified to fix mkstemp bugs. Some I've simply commented out
  because the repair requries either creating another new tempfile
  function (there are 3 already) or cleaning up the existing tmpfile
  functions and all the calls to them. I'm opting for the latter but
  it will take a while.
13 files changed:
ChangeLog
configure
configure.in
mts/smtp/smtp.c
sbr/lock_file.c
sbr/m_getfld.c
sbr/m_scratch.c
sbr/m_tmpfil.c
stamp-h.in
uip/Makefile.in
uip/mshcmds.c
uip/rcvtty.c
uip/spost.c