summaryrefslogtreecommitdiff
path: root/ACE/ace/config-sunos5.5.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-sunos5.5.h')
-rw-r--r--ACE/ace/config-sunos5.5.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ACE/ace/config-sunos5.5.h b/ACE/ace/config-sunos5.5.h
index d877d19af67..4c2764fc405 100644
--- a/ACE/ace/config-sunos5.5.h
+++ b/ACE/ace/config-sunos5.5.h
@@ -13,6 +13,11 @@
#define ACE_LACKS_STDINT_H
+// alphasort() is present on earlier Solaris versions but is marked as not for
+// use on non-BSD systems and not supported for use in applications that use
+// system libraries or with multiple threads. So it's mostly useless.
+#define ACE_LACKS_ALPHASORT
+
// SunOS 5.5 does not provide getloadavg()
#define ACE_LACKS_GETLOADAVG
@@ -404,7 +409,5 @@
# define ACE_HAS_3_PARAM_READDIR_R
#endif
-#define ACE_LACKS_SIGVAL_T
-
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_H */