Resolve the circular dependency of libmh on libmts on libmh. The
authorShantonu Sen <ssen@mit.edu>
Thu, 14 Dec 2000 01:30:43 +0000 (01:30 +0000)
committerShantonu Sen <ssen@mit.edu>
Thu, 14 Dec 2000 01:30:43 +0000 (01:30 +0000)
commitdee387b53ab0d42922f857b60d6f980c9e79d16f
tree4098144f53a4c448dcef785d145b75a1da9f6a0b
parentef25ef28586541f0804dc6aa53a8519cf762ba6d
Resolve the circular dependency of libmh on libmts on libmh. The
files mts/generic/client.c and mts.c are moved to sbr/, and mts/generic/mts.h
is moved to h/mts.h. Thus, libmh is self-contained. All header includes
have been appropriately updated, and the Makefiles and configure script
no longer build mts/generic.
43 files changed:
configure
configure.in
h/Makefile.in
h/mts.h [new file with mode: 0644]
mts/Makefile.in
mts/smtp/hosts.c
mts/smtp/smtp.c
sbr/Makefile.in
sbr/client.c [new file with mode: 0644]
sbr/m_getfld.c
sbr/mts.c [new file with mode: 0644]
stamp-h.in
uip/ali.c
uip/ap.c
uip/conflict.c
uip/dropsbr.c
uip/inc.c
uip/mhbuild.c
uip/mhbuildsbr.c
uip/mhcachesbr.c
uip/mhlist.c
uip/mhlistsbr.c
uip/mhn.c
uip/mhoutsbr.c
uip/mhparse.c
uip/mhshow.c
uip/mhshowsbr.c
uip/mhstore.c
uip/mhstoresbr.c
uip/mhtest.c
uip/msgchk.c
uip/msh.c
uip/mshcmds.c
uip/popi.c
uip/post.c
uip/rcvdist.c
uip/rcvpack.c
uip/rcvstore.c
uip/rcvtty.c
uip/scan.c
uip/slocal.c
uip/spost.c
uip/viamail.c