summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-08-30 06:29:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-08-30 06:29:16 +0000
commitf48a430d166ea255470472a18ada84d7708a2b0f (patch)
tree9a21371d392be46cfb198aed86e46dab312ff255
parent4b7d0c15ce5864d5a8c47e137caf0da037bbffbd (diff)
downloadATCD-f48a430d166ea255470472a18ada84d7708a2b0f.tar.gz
Thu Aug 30 06:26:46 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-macosx-leopard.h: Added missing defines to get ACE to compile on MacOSX, thanks to Thomas Lockhart <Thomas dot Lockhart at jpl dot nasa dot gov> for reporting this
-rw-r--r--ACE/ChangeLog9
-rw-r--r--ACE/ace/config-macosx-leopard.h3
2 files changed, 11 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index d8233b9cc29..29543c94795 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Thu Aug 30 06:26:46 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-macosx-leopard.h:
+ Added missing defines to get ACE to compile on MacOSX, thanks to
+ Thomas Lockhart <Thomas dot Lockhart at jpl dot nasa dot gov>
+ for reporting this
+
Wed Aug 29 09:41:28 UTC 2012 johnny <jwillemsen@remedy.nl>
* Kokyu/Dispatch_Deferrer.h:
@@ -11,7 +18,7 @@ Wed Aug 29 09:41:28 UTC 2012 johnny <jwillemsen@remedy.nl>
in the current distribution. These files would not compile even if they where listed
in the kokyu MPC file.
-Wed Aug 29 07:31:28 UTC 2012 johnny <jwillemsen@remedy.nl>
+Wed Aug 29 07:31:28 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ChangeLog:
* ChangeLogs/ChangeLog-2012a:
diff --git a/ACE/ace/config-macosx-leopard.h b/ACE/ace/config-macosx-leopard.h
index 57922cd0f3b..eb0bc6e251f 100644
--- a/ACE/ace/config-macosx-leopard.h
+++ b/ACE/ace/config-macosx-leopard.h
@@ -205,6 +205,9 @@
#endif
#define ACE_LACKS_CONDATTR_SETCLOCK
+#define ACE_LACKS_CLOCKID_T
+#define ACE_LACKS_CLOCK_MONOTONIC
+#define ACE_LACKS_CLOCK_REALTIME
// dlcompat package (not part of base Darwin) is needed for dlopen().
// You may download directly from sourceforge and install or use fink