summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-07 17:07:07 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-07 17:07:07 +0000
commitb0ee51e39be6075b61ab91e7259e5dbba85d11fd (patch)
tree87c69c3debd487a22fa1dd4606c2f16fb0b26c21
parent6d36bad775e25732b9c54ee5c653cbd66d679ca9 (diff)
downloadATCD-b0ee51e39be6075b61ab91e7259e5dbba85d11fd.tar.gz
enabled ACE_HAS_BROKEN_RANDR and disabled ACE_HAS_SVR4_SIGNAL_T
-rw-r--r--ace/config-sunos5.4-g++.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h
index 1066fdbb06c..027ed6c5378 100644
--- a/ace/config-sunos5.4-g++.h
+++ b/ace/config-sunos5.4-g++.h
@@ -29,7 +29,7 @@
#define ACE_HAS_BROKEN_SENDMSG
// The SunOS 5.x version of rand_r is inconsistent with the header files...
-// #define ACE_HAS_BROKEN_RANDR
+#define ACE_HAS_BROKEN_RANDR
// Platform supports system configuration information.
#define ACE_HAS_SYSINFO
@@ -120,9 +120,6 @@
#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
-// Compiler has system V signals
-// #define ACE_HAS_SVR4_SIGNAL_T
-
// Compiler/platform supports struct strbuf.
#define ACE_HAS_STRBUF_T
@@ -133,7 +130,10 @@
#define ACE_HAS_SVR4_GETTIMEOFDAY
// Compiler/platform supports SVR4 signal typedef.
-#define ACE_HAS_SVR4_SIGNAL_T
+// If enabled, this define causes this warning, I think:
+// OS.i:591: warning: passing `unsigned
+// int *' to argument 1 of `rand_r(unsigned int)' lacks a cast
+// #define ACE_HAS_SVR4_SIGNAL_T
// Compiler/platform supports SVR4 TLI (in particular, T_GETNAME stuff)...
#define ACE_HAS_SVR4_TLI