summaryrefslogtreecommitdiff
path: root/ace/config-osf1-4.0.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-03 16:03:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-03 16:03:34 +0000
commit1c05e741768945a8d6d7b3ae99221b466c86c9f0 (patch)
tree7773096a17012c0be49c0e6a800658d387fc8ac1 /ace/config-osf1-4.0.h
parent6da16bc7d9c2ebf835fa3cb8087c0c8a3cb84d68 (diff)
downloadATCD-1c05e741768945a8d6d7b3ae99221b466c86c9f0.tar.gz
added ACE_HAS_LONGLONG_T
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r--ace/config-osf1-4.0.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h
index 9132b299f73..8c2db500052 100644
--- a/ace/config-osf1-4.0.h
+++ b/ace/config-osf1-4.0.h
@@ -52,6 +52,9 @@
// Platform supports POSIX 1.b clock_gettime ()
#define ACE_HAS_CLOCK_GETTIME
+// Compiler/platform supports the "long long" datatype.
+#define ACE_HAS_LONGLONG_T
+
// Platform supports System V IPC (most versions of UNIX, but not
// Win32)
#define ACE_HAS_SYSV_IPC