summaryrefslogtreecommitdiff
path: root/ace/config-sunos4-sun4.x-orbix.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-04 13:40:23 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-04 13:40:23 +0000
commitb0dae064e47fd7a711ec0ce381a15b69030adfff (patch)
treea9d37256f8a9f207a9419ad2d0db80784fdb1bb2 /ace/config-sunos4-sun4.x-orbix.h
parent144009ea0af7ad12df59488002110106ff4551af (diff)
downloadATCD-b0dae064e47fd7a711ec0ce381a15b69030adfff.tar.gz
don't use u_longlong_t if ACE_LACKS_U_LONGLONG_T is defined
Diffstat (limited to 'ace/config-sunos4-sun4.x-orbix.h')
-rw-r--r--ace/config-sunos4-sun4.x-orbix.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-sunos4-sun4.x-orbix.h b/ace/config-sunos4-sun4.x-orbix.h
index b3efead4bc9..41f60b10ed0 100644
--- a/ace/config-sunos4-sun4.x-orbix.h
+++ b/ace/config-sunos4-sun4.x-orbix.h
@@ -15,7 +15,7 @@
#define ACE_HAS_UNION_WAIT
// Platform supports System V IPC (most versions of UNIX, but not Win32)
-#define ACE_HAS_SYSV_IPC
+#define ACE_HAS_SYSV_IPC
// Platform supports recvmsg and sendmsg.
#define ACE_HAS_MSG
@@ -86,6 +86,8 @@
#define ACE_NEEDS_DEV_IO_CONVERSION
+#define ACE_LACKS_U_LONGLONG_T
+
// 10 millisecond fudge factor to account for Solaris timers...
#if !defined (ACE_TIMER_SKEW)
#define ACE_TIMER_SKEW 1000 * 10