Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!pasteur!ucbvax!hplabs!hplabsz!taylor
From: taylor@hpdstma.hp.com (Dave Taylor)
Newsgroups: comp.mail.elm
Subject: Arms and Legs
Message-ID: <2091@hplabsz.HPL.HP.COM>
Date: 7 Jul 88 23:21:54 GMT
Sender: taylor@hplabsz.HPL.HP.COM
Organization: HP University Grants Program @ the Pacific Tech. Park
Lines: 30

As Eric Christensen mentioned, I did a fair bit of work in 2.01
to allow people to include just what pieces of the program they 
wanted to have around.  I can't offer the actual set of
#ifdef statements, but to help support it, I added a new
flag to the program, "-v" (version), and thought people 
might be interested in the output:

	 % elm -v

	Elm Version and Identification Information:

		Elm version 2.01 (alpha-release) of April 1988
		(C) Copyright 1986, 1987, 1988 by Dave Taylor
		----------------------------------
		built Thu May  5 11:19:36 PDT 1988
		----------------------------------
		From: and Reply-To: addresses are good: USE_EMBEDDED_ADDRESSES
		User-specified name resolver disabled: not ENABLE_NAMESERVER
		Prefers internet address formats: INTERNET_ADDRESS_FORMAT
		No debug options are available: not DEBUG
		crypt function turned OFF: not ENCRYPTION_SUPPORTED
		Mailbox editing not included: not ALLOW_MAILBOX_EDITING
		Forms mode turned OFF: not FORMS_MODE_SUPPORTED
		HP softkeys disabled: not HP_SOFTKEYS_SUPPORTED
		      (no HP terminals at your facility?)
		Mail bounceback turned OFF: not BOUNCEBACK_ENABLED

Seemed a bit more useful than the old "what(1)" output...

					-- Dave Taylor