summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.7.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-sunos5.7.h')
-rw-r--r--ace/config-sunos5.7.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/ace/config-sunos5.7.h b/ace/config-sunos5.7.h
index a2aad889217..362f5291195 100644
--- a/ace/config-sunos5.7.h
+++ b/ace/config-sunos5.7.h
@@ -26,17 +26,11 @@
typedef unsigned long t_uscalar_t;
typedef void *timeout_id_t;
# endif /* __GNUC__ <= 2 && __GNUC_MINOR__ < 8 */
+#endif /* __GNUG__ */
-#elif defined (ghs)
- // SunOS 5.7's /usr/include/sys/procfs_isa.h needs uint64_t,
- // but /usr/include/sys/int_types.h doesn't #define it because
- // _NO_LONGLONG is #
-# undef ACE_HAS_PROC_FS
-# undef ACE_HAS_PRUSAGE_T
-
-#elif defined (__KCC)
+#if defined (__KCC)
typedef unsigned long long uint64_t;
-#endif /* __GNUG__ || ghs || __KCC */
+#endif
// Solaris 5.7 supports SCHED_FIFO and SCHED_RR, as well as SCHED_OTHER.
#undef ACE_HAS_ONLY_SCHED_OTHER