diff options
author | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-02-04 00:01:40 +0000 |
---|---|---|
committer | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-02-04 00:01:40 +0000 |
commit | f35a13eb12ac2d000f9b00a5da77eda080a8e851 (patch) | |
tree | 40ed914399c5170ead7818a1a8a4983a5e7ec220 /ace/config-sunos5.5.h | |
parent | 9e9b74c383ecb2df8d52d4bcc0407a0da31d2b3d (diff) | |
download | ATCD-f35a13eb12ac2d000f9b00a5da77eda080a8e851.tar.gz |
Sun Feb 3 17:59:36 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r-- | ace/config-sunos5.5.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 21b6463f773..a10bd2c2539 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -91,6 +91,9 @@ // this must appear before its #include. # define ACE_HAS_STRING_CLASS # include "ace/config-g++-common.h" +// Need to define this explicitly as SunOS doesn't ship with the latest +// binutils needed for implicit template instantiation +# define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION # define ACE_HAS_HI_RES_TIMER // Denotes that GNU has cstring.h as standard, to redefine memchr(). # define ACE_HAS_GNU_CSTRING_H |