Sat May 31 01:26:03 1997  Keith Moore  <moore@spot.cs.utk.edu>

	* splitmail.c: if TM_IN_SYS_TIME is defined,
	  include <sys/time.h> in addition to <time.h>

Fri May 30 16:30:31 1997  Keith Moore  <moore@spot.cs.utk.edu>

	* splitmail.c (HandleOnePart): remove platform-specific
	  code to print dates; replace with call to PrintDateHeader
	  
	* (PrintDateHeader): new function, much more portable than
	  the code it replaces

Thu May 29 00:12:01 1997  Keith Moore  <moore@spot.cs.utk.edu>

	* shared.c (getmyname): rework to use autoconf:
	  use gethostname if available, else uname if available,
	  otherwise platform-specific hacks.  if all else fails
	  return a constant string.

	  XXX should be able to set this from a config file

