summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.4-g++.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-24 14:35:46 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-24 14:35:46 +0000
commitfea07ecdcd60752f7b468f0b92c6a488cab6b75b (patch)
treeef3124cd7954528ca304379e4a555447a32c6a4f /ace/config-sunos5.4-g++.h
parent6cc28ee4e6a169bb49f1d412a7f46e3140035150 (diff)
downloadATCD-fea07ecdcd60752f7b468f0b92c6a488cab6b75b.tar.gz
removed ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
Diffstat (limited to 'ace/config-sunos5.4-g++.h')
-rw-r--r--ace/config-sunos5.4-g++.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h
index 959634ad222..a731843d794 100644
--- a/ace/config-sunos5.4-g++.h
+++ b/ace/config-sunos5.4-g++.h
@@ -120,8 +120,6 @@
// Compiler/platform supports strerror ().
#define ACE_HAS_STRERROR
-#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
-
// Compiler/platform supports struct strbuf.
#define ACE_HAS_STRBUF_T
@@ -131,12 +129,6 @@
// Compiler/platform supports SVR4 gettimeofday() prototype.
#define ACE_HAS_SVR4_GETTIMEOFDAY
-// Compiler/platform supports SVR4 signal typedef.
-// 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
-
// Platform lacks pthread_sigaction
#define ACE_LACKS_PTHREAD_THR_SIGSETMASK