summaryrefslogtreecommitdiff
path: root/ace/config-sunos4-lucid3.2.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-lucid3.2.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-lucid3.2.h')
-rw-r--r--ace/config-sunos4-lucid3.2.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/config-sunos4-lucid3.2.h b/ace/config-sunos4-lucid3.2.h
index 1df467ccbcf..8b3298ce913 100644
--- a/ace/config-sunos4-lucid3.2.h
+++ b/ace/config-sunos4-lucid3.2.h
@@ -16,7 +16,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
@@ -25,7 +25,7 @@
#define ACE_HAS_SYSCALL_H
// Compiler/platform supports alloca()
-#define ACE_HAS_ALLOCA
+#define ACE_HAS_ALLOCA
// Compiler/platform has <alloca.h>
#define ACE_HAS_ALLOCA_H
@@ -83,6 +83,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