summaryrefslogtreecommitdiff
path: root/ace/config-sunos4-sun3.x.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
commita9be88b254dd0a5f8e75e60fa9c7f38108631774 (patch)
treea9d37256f8a9f207a9419ad2d0db80784fdb1bb2 /ace/config-sunos4-sun3.x.h
parentf0449b231fa14b5a23d9bec87708f25a27500980 (diff)
downloadATCD-a9be88b254dd0a5f8e75e60fa9c7f38108631774.tar.gz
don't use u_longlong_t if ACE_LACKS_U_LONGLONG_T is defined
Diffstat (limited to 'ace/config-sunos4-sun3.x.h')
-rw-r--r--ace/config-sunos4-sun3.x.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-sunos4-sun3.x.h b/ace/config-sunos4-sun3.x.h
index bc0e6b98392..911fb9d59ac 100644
--- a/ace/config-sunos4-sun3.x.h
+++ b/ace/config-sunos4-sun3.x.h
@@ -20,7 +20,7 @@
#define ACE_HAS_SYS_ERRLIST
// 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
@@ -78,6 +78,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