summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/include/makeinclude/wrapper_macros.GNU2
2 files changed, 7 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index f565580eb3a..7a1fea018e0 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Fri Oct 13 18:26:19 UTC 2006 Andy Stafford <ajs3@cec.wustl.edu>
+
+ * include/makeinclude/wrapper_macros.GNU:
+
+ Added 'lksctp' as recognized option to sctp documentation.
+
Fri Oct 13 18:13:00 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
* bin/cle.pl (getDefaultDomain):
diff --git a/ACE/include/makeinclude/wrapper_macros.GNU b/ACE/include/makeinclude/wrapper_macros.GNU
index ccc8b795c34..0e53d261d3b 100644
--- a/ACE/include/makeinclude/wrapper_macros.GNU
+++ b/ACE/include/makeinclude/wrapper_macros.GNU
@@ -70,7 +70,7 @@
# sctp Build support for TAO SCIOP and for ACE SCTP
# wrapper-facades. The sctp macro should be set to a string
# value representing a particular SCTP implementation.
-# Recognized values include: openss7
+# Recognized values include: openss7 lksctp
#
# versioned_so Add versioning to libraries. Defaults to 1 (true). If 0,
# no version number is appended to shared library names.