[1508] in Source-Commits
athena/bin/olc/include/olc olc.h
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Apr 30 14:16:52 1997
From: Greg Hudson <ghudson@MIT.EDU>
To: source-commits@MIT.EDU
Date: Wed, 30 Apr 1997 14:16:48 EDT
Update of /afs/dev.mit.edu/source/repository/athena/bin/olc/include/olc
In directory the-light-fantastic:/afs/dev.mit.edu/user/ghudson/progress/olc/include/olc
Modified Files:
olc.h
Log Message:
From bert:
Solaris may be a little braindead, but it doesn't need to include
<string.h> twice. =)
Changes to support config files (to make olc*, olt* and owl* one
binary):
* Added #include <olc/incarnate.h>
* Added OLC_CONFIG_PATH (used as default if $OLXX_CONFIG is
unset) and OLC_CONFIG_EXT.
* Replaced (client-dependent) OLC_PROMPT and OLCR_PROMPT with
OLC_FALLBACK_PROMPT (which is used only if the configuration
file is missing).
* Replaced (client-dependent) DEFAULT_CONSULTANT_TITLE with
OLC_FALLBACK_TITLE, which is "consultant" for lack of a
better option (and is used only if configuration is
missing). Removed hardcoded definition of server name
(OLC_SERVER) which should have been client-dependent but wasn't.
* Removed unused OLCD_PORT.
* Removed OLC{,R}_HELP_*, which must now be specified in the
config file.
* Removed OLC_SERVICE_NAME, which must now be specified in the
config file.
Incremented the minor version number for the client. (This is only
visible to the user; protocol version is separate.)
Changed the mailhub from "athena.mit.edu" to "mit.edu".