summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseibel_r <seibel_r@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-20 20:02:46 +0000
committerseibel_r <seibel_r@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-20 20:02:46 +0000
commitb131328088cf55ecadb4bc7429974130ed47dc62 (patch)
treee210a04173427b9e5447c974343c791e67a0b051
parentc9b380018b36c9a4f3d89bb958cda5f3963aade2 (diff)
downloadATCD-b131328088cf55ecadb4bc7429974130ed47dc62.tar.gz
Mon Jan 20 13:58:25 2003 Rich Seibel <seibel_r@ociweb.com>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--ace/config-macosx.h4
3 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3756d09b51..93f64e2d6fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jan 20 13:58:25 2003 Rich Seibel <seibel_r@ociweb.com>
+
+ * ace/config-macosx.h: Added ACE_HAS_SNPRINTF as well as
+ ACE_LACKS_PERFECT_MULTICAST_FILTERING to make the ACE
+ Mac OSX 10.2.x build pass the Log_Msg_Test and the
+ Multicast_Test. Thanks to John Michael Zorko <j.zorko@att.net>
+ for providing this patch.
+
Mon Jan 20 18:59:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/C++NPv2/Makefile.CLD:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index a3756d09b51..93f64e2d6fe 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Mon Jan 20 13:58:25 2003 Rich Seibel <seibel_r@ociweb.com>
+
+ * ace/config-macosx.h: Added ACE_HAS_SNPRINTF as well as
+ ACE_LACKS_PERFECT_MULTICAST_FILTERING to make the ACE
+ Mac OSX 10.2.x build pass the Log_Msg_Test and the
+ Multicast_Test. Thanks to John Michael Zorko <j.zorko@att.net>
+ for providing this patch.
+
Mon Jan 20 18:59:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/C++NPv2/Makefile.CLD:
diff --git a/ace/config-macosx.h b/ace/config-macosx.h
index b76d2e37f96..33d7c7779f8 100644
--- a/ace/config-macosx.h
+++ b/ace/config-macosx.h
@@ -102,6 +102,10 @@
// platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
+#define ACE_LACKS_PERFECT_MULTICAST_FILTERING 1
+
+//platform supports snprintf ()
+#define ACE_HAS_SNPRINTF
// Compiler/platform has the getrusage() system call.
#define ACE_HAS_GETRUSAGE