diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-03 03:28:47 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-03 03:28:47 +0000 |
commit | 5179fbe6c29bfa5ffa205df5fa2cefb963272b2e (patch) | |
tree | 40db68e12416ab961a4eb5a834b49e9f633a87b2 /ace/config-freebsd.h | |
parent | bb6dc4bed914039e38db94b86d69829abc1beabf (diff) | |
download | ATCD-5179fbe6c29bfa5ffa205df5fa2cefb963272b2e.tar.gz |
migrated to config-g++-common.h
Diffstat (limited to 'ace/config-freebsd.h')
-rw-r--r-- | ace/config-freebsd.h | 14 |
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(). |