diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-27 03:18:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-27 03:18:34 +0000 |
commit | 583ce77e97fab7f3e1ed228dd33f0d905266611e (patch) | |
tree | 82af35007b321b934b311524fb223d31e079022a /ace/config-netbsd.h | |
parent | cc572b0cbf41644b832e2820d7b59c6512d10817 (diff) | |
download | ATCD-583ce77e97fab7f3e1ed228dd33f0d905266611e.tar.gz |
moved setting of ACE_SIZEOF_LONG_DOUBLE to 12 from Basic_Types.h to config-g++-common.h and the FreeBSD/NetBSD config files
Diffstat (limited to 'ace/config-netbsd.h')
-rw-r--r-- | ace/config-netbsd.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/config-netbsd.h b/ace/config-netbsd.h index a6ef93741fb..31baf0c46bf 100644 --- a/ace/config-netbsd.h +++ b/ace/config-netbsd.h @@ -13,16 +13,18 @@ #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 // ******************************************************** #define ACE_NETBSD +#define ACE_SIZEOF_LONG_DOUBLE 12 + +#if defined (__GNUG__) +# include "ace/config-g++-common.h" +#endif /* __GNUG__ */ + // #define ACE_HAS_BROKEN_NETBSD_MSYNC // Platform specific directives |