summaryrefslogtreecommitdiff
path: root/ace/config-freebsd-pthread.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-17 16:09:47 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-17 16:09:47 +0000
commit19472dccba22d34ceee6ac968970b738c2c3cd49 (patch)
tree96cebf155365d23d577239e1f3a05ca91dab24f6 /ace/config-freebsd-pthread.h
parent43b5d880e0421e7fd7a9e4aa044388973c41765d (diff)
downloadATCD-19472dccba22d34ceee6ac968970b738c2c3cd49.tar.gz
Added new directive ACE_HAS_TEMPLATE_SPECIALIZATION.
Diffstat (limited to 'ace/config-freebsd-pthread.h')
-rw-r--r--ace/config-freebsd-pthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-freebsd-pthread.h b/ace/config-freebsd-pthread.h
index 3402539b26b..ac1d5656653 100644
--- a/ace/config-freebsd-pthread.h
+++ b/ace/config-freebsd-pthread.h
@@ -124,6 +124,7 @@ enum schedparam_policy {
// Compiler's template mechanism must see source code (i.e., .C files).
#define ACE_TEMPLATES_REQUIRE_SOURCE
+#define ACE_HAS_TEMPLATE_SPECIALIZATION
#define ACE_TEMPLATES_REQUIRE_SPECIALIZATION
// Compiler doesn't support static data member templates.