diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-29 20:37:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-29 20:37:22 +0000 |
commit | 3c5c8634c23b4ac3cd0a580aceabe57b4beb003a (patch) | |
tree | b699a562abd363e3a35589a7acdd5721a6492266 | |
parent | bdca9ce474ca58e489c9c29e6c71cdb8ce9f5481 (diff) | |
download | ATCD-3c5c8634c23b4ac3cd0a580aceabe57b4beb003a.tar.gz |
added ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
-rw-r--r-- | ace/config-sunos5.5-egcs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-sunos5.5-egcs.h b/ace/config-sunos5.5-egcs.h index 7be71402805..e868d101aa6 100644 --- a/ace/config-sunos5.5-egcs.h +++ b/ace/config-sunos5.5-egcs.h @@ -40,6 +40,8 @@ #define ACE_HAS_TERM_IOCTLS +#define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION + // Platform supports System V IPC (most versions of UNIX, but not Win32) #define ACE_HAS_SYSV_IPC |