diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-04 23:49:22 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-04 23:49:22 +0000 |
commit | 4aab3008d2e60911d90af08beb83407809a0a749 (patch) | |
tree | e38518b3d03be31846746e7964706bdafd866df8 /ChangeLog-98b | |
parent | d629bf6f2fa2d64197122beb59cc382d853cdab2 (diff) | |
download | ATCD-4aab3008d2e60911d90af08beb83407809a0a749.tar.gz |
Updated documentation regarding config.h
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index ae5fa210588..61f7f0c4b16 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,3 +1,19 @@ +Tue Aug 4 18:44:54 1998 Gonzalo Diethelm <gonzo@tango.cs.wustl.edu> + + * ACE-INSTALL.html: + Updated the file to recommend the creation of config.h as a + regular file that includes the appropriate platform config file, + instead of setting it to be a symlink. This is more flexible and + allows the user to redefine some of the ACE configuration + parameters. + + * ace/config-linux-common.h: + As an example of the above, now the user can #define + ACE_HAS_IP_MULTICAST in his config.h file to 0, and he won't be + using multicast under linux. This is clearer than having to edit + the config-linux-common.h file, which will now respect the user's + settings (if any).. + Tue Aug 4 17:39:12 1998 Steve Huston <shuston@riverace.com> * ace/ACE_Library.{mak mdp}: Added TP_Reactor.cpp to the project. |