diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-30 05:05:53 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-30 05:05:53 +0000 |
commit | 6e8fb5a642454c7b32b2878d06fbb3a5ab6eafae (patch) | |
tree | 2950d1fda1cd7e30c961f8ec6a146229eeb418a6 /ace/config-sunos5.4-g++.h | |
parent | a81a70ad8f4f66101c81e487bc5c5bcd39154835 (diff) | |
download | ATCD-6e8fb5a642454c7b32b2878d06fbb3a5ab6eafae.tar.gz |
Removed ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR.
Diffstat (limited to 'ace/config-sunos5.4-g++.h')
-rw-r--r-- | ace/config-sunos5.4-g++.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h index 6d113448e9a..97cb9d2c6c8 100644 --- a/ace/config-sunos5.4-g++.h +++ b/ace/config-sunos5.4-g++.h @@ -16,7 +16,6 @@ #define ACE_HAS_STRING_CLASS #define ACE_HAS_TEMPLATE_SPECIALIZATION -#define ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR // Platform supports pread() and pwrite() #define ACE_HAS_P_READ_WRITE @@ -32,7 +31,7 @@ #define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION // Platform supports System V IPC (most versions of UNIX, but not Win32) -#define ACE_HAS_SYSV_IPC +#define ACE_HAS_SYSV_IPC // Sun has the wrong prototype for sendmsg. #define ACE_HAS_BROKEN_SENDMSG |