summaryrefslogtreecommitdiff
path: root/ace/config-netbsd.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-27 03:18:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-27 03:18:34 +0000
commit583ce77e97fab7f3e1ed228dd33f0d905266611e (patch)
tree82af35007b321b934b311524fb223d31e079022a /ace/config-netbsd.h
parentcc572b0cbf41644b832e2820d7b59c6512d10817 (diff)
downloadATCD-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.h10
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