summaryrefslogtreecommitdiff
path: root/ace/config-freebsd.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-03 03:28:47 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-03 03:28:47 +0000
commit6eeb455e356c6eb686f5aae0ae1d19caab72aecd (patch)
tree40db68e12416ab961a4eb5a834b49e9f633a87b2 /ace/config-freebsd.h
parent6a1ee2a3df5e0a5cecc75a94fadfe8e8f1690e9c (diff)
downloadATCD-6eeb455e356c6eb686f5aae0ae1d19caab72aecd.tar.gz
migrated to config-g++-common.h
Diffstat (limited to 'ace/config-freebsd.h')
-rw-r--r--ace/config-freebsd.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h
index b620afb7cbe..90e81b6830a 100644
--- a/ace/config-freebsd.h
+++ b/ace/config-freebsd.h
@@ -13,6 +13,10 @@
#define __ACE_INLINE__
#endif /* ! __ACE_INLINE__ */
+#if defined (__GNUG__)
+# include "ace/config-g++-common.h"
+#endif /* __GNUG__ */
+
// ********************************************************
// uncomment next line if you are using FreeBSD 2.1.x[R]
// #define FreeBSD_2_1
@@ -157,16 +161,6 @@ ange */
#define ACE_HAS_MSG
#define ACE_HAS_4_4BSD_SENDMSG_RECVMSG
-// TDN - adapted from file for SunOS4 platforms using the GNU g++ compiler
-// Compiler's template mechanism must see source code (i.e., .C files).
-#define ACE_TEMPLATES_REQUIRE_SOURCE
-
-#define ACE_HAS_TEMPLATE_SPECIALIZATION
-#define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
-
-// Compiler doesn't support static data member templates.
-#define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES
-
// #define ACE_HAS_SIGWAIT
// Optimize ACE_Handle_Set for select().