summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-20 16:02:26 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-20 16:02:26 +0000
commit19862b3d5ef98ef08d8f0edc09cb9254b2b98c4a (patch)
tree0fc4851f3c93751774f5d0e2858c5ccbfbabd2d0
parent130a7bb035d6c48c9bd7d097cac0331387f1290c (diff)
downloadATCD-19862b3d5ef98ef08d8f0edc09cb9254b2b98c4a.tar.gz
removed commented-out ACE_LACKS_{COND,MUTEX}ATTR_PSHARED, and enabled ACE_HAS_CLOCK_GETTIME
-rw-r--r--ace/config-sunos5.5-g++.h6
-rw-r--r--ace/config-sunos5.5-sunc++-4.x.h6
2 files changed, 2 insertions, 10 deletions
diff --git a/ace/config-sunos5.5-g++.h b/ace/config-sunos5.5-g++.h
index d0b6a1e29df..b319d498351 100644
--- a/ace/config-sunos5.5-g++.h
+++ b/ace/config-sunos5.5-g++.h
@@ -73,7 +73,7 @@
#define ACE_HAS_HI_RES_TIMER
// ACE_HAS_CLOCK_GETTIME requires linking with -lposix4.
-// #define ACE_HAS_CLOCK_GETTIME
+#define ACE_HAS_CLOCK_GETTIME
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
@@ -173,10 +173,6 @@
#define ACE_NEEDS_LWP_PRIO_SET
#define ACE_HAS_SIGWAIT
-// If ACE doesn't compile due to the lack of these methods, please
-// send email to schmidt@cs.wustl.edu reporting this.
-// #define ACE_LACKS_CONDATTR_PSHARED
-// #define ACE_LACKS_MUTEXATTR_PSHARED
// Platform supports TLI timod STREAMS module.
#define ACE_HAS_TIMOD_H
diff --git a/ace/config-sunos5.5-sunc++-4.x.h b/ace/config-sunos5.5-sunc++-4.x.h
index a88d9609d6c..00081520dfe 100644
--- a/ace/config-sunos5.5-sunc++-4.x.h
+++ b/ace/config-sunos5.5-sunc++-4.x.h
@@ -113,7 +113,7 @@
#define ACE_HAS_SVR4_TIME
// ACE_HAS_CLOCK_GETTIME requires linking with -lposix4.
-// #define ACE_HAS_CLOCK_GETTIME
+#define ACE_HAS_CLOCK_GETTIME
// Platform supports the /proc file system.
#define ACE_HAS_PROC_FS
@@ -180,10 +180,6 @@
// . . . but only supports SCHED_OTHER scheduling policy
#define ACE_HAS_ONLY_SCHED_OTHER
#define ACE_HAS_SIGWAIT
-// If ACE doesn't compile due to the lack of these methods, please
-// send email to schmidt@cs.wustl.edu reporting this.
-// #define ACE_LACKS_CONDATTR_PSHARED
-// #define ACE_LACKS_MUTEXATTR_PSHARED
// Compiler/platform has thread-specific storage
#define ACE_HAS_THREAD_SPECIFIC_STORAGE