summaryrefslogtreecommitdiff
path: root/tests/test_config.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-12-14 02:15:49 +0000
committerSteve Huston <shuston@riverace.com>2002-12-14 02:15:49 +0000
commit1ab3c0804d90b9045cded7ac34290e4ee46e9ea8 (patch)
tree63002c7df4580782ae4256c1797871a62ec2c7c4 /tests/test_config.h
parent7fa05a0fbb3954df691770cbec30044fa6e39fc0 (diff)
downloadATCD-1ab3c0804d90b9045cded7ac34290e4ee46e9ea8.tar.gz
ChangeLogTag:Fri Dec 13 21:12:29 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/test_config.h')
-rw-r--r--tests/test_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.h b/tests/test_config.h
index 272e3e1a267..06efa70c390 100644
--- a/tests/test_config.h
+++ b/tests/test_config.h
@@ -314,7 +314,7 @@ typedef ACE_Singleton<ACE_Test_Output, ACE_Null_Mutex> ace_file_stream;
template class ACE_Singleton<ACE_Test_Output, ACE_Null_Mutex>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate ACE_Singleton<ACE_Test_Output, ACE_Null_Mutex>
-#elif defined (__GNUC__) && defined (_AIX)
+#elif defined (__GNUC__) && (defined (_AIX) || defined (__hpux))
template ACE_Singleton<ACE_Test_Output, ACE_Null_Mutex> *
ACE_Singleton<ACE_Test_Output, ACE_Null_Mutex>::singleton_;
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */