diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-03 16:03:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-03 16:03:34 +0000 |
commit | 1c05e741768945a8d6d7b3ae99221b466c86c9f0 (patch) | |
tree | 7773096a17012c0be49c0e6a800658d387fc8ac1 | |
parent | 6da16bc7d9c2ebf835fa3cb8087c0c8a3cb84d68 (diff) | |
download | ATCD-1c05e741768945a8d6d7b3ae99221b466c86c9f0.tar.gz |
added ACE_HAS_LONGLONG_T
-rw-r--r-- | ace/config-osf1-4.0-g++.h | 3 | ||||
-rw-r--r-- | ace/config-osf1-4.0.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-osf1-4.0-g++.h b/ace/config-osf1-4.0-g++.h index 45eb8657eab..232971e6e82 100644 --- a/ace/config-osf1-4.0-g++.h +++ b/ace/config-osf1-4.0-g++.h @@ -67,6 +67,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 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 |