summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-27 22:57:11 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-27 22:57:11 +0000
commitc2db57bfb8d591f6ee7084902f94a397e1bbae34 (patch)
tree43e3a8e462ab6a52f1cba91d686c556dafbc778d
parente5979b9bb5ab1d4c001e784e84543c75870d0217 (diff)
downloadATCD-c2db57bfb8d591f6ee7084902f94a397e1bbae34.tar.gz
ChangeLogTag:Tue Aug 27 15:56:10 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-03a9
-rw-r--r--ace/config-sunos5.8-sunc++-5.4.h15
-rw-r--r--include/makeinclude/platform_sunos5_sunc++5.4.GNU3
4 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa38aba7324..051cb195524 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Tue Aug 27 15:56:10 2002 Ossama Othman <ossama@uci.edu>
+
+ * ace/config-sunos5.8-sunc++-5.4.h:
+ * include/makeinclude/platform_sunos5_sunc++5.4.GNU:
+
+ Solaris 8 + SunC++ SPRO 5.4 platform configuration files.
+ Thanks to Serge Kolgan <skolgan@objectsciences.com> for
+ contributing these files.
+
Tue Aug 27 17:25:39 2002 Steve Huston <shuston@riverace.com>
* ace/WIN32_Proactor.{h cpp}: More u_long->size_t corrections.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index aa38aba7324..051cb195524 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,12 @@
+Tue Aug 27 15:56:10 2002 Ossama Othman <ossama@uci.edu>
+
+ * ace/config-sunos5.8-sunc++-5.4.h:
+ * include/makeinclude/platform_sunos5_sunc++5.4.GNU:
+
+ Solaris 8 + SunC++ SPRO 5.4 platform configuration files.
+ Thanks to Serge Kolgan <skolgan@objectsciences.com> for
+ contributing these files.
+
Tue Aug 27 17:25:39 2002 Steve Huston <shuston@riverace.com>
* ace/WIN32_Proactor.{h cpp}: More u_long->size_t corrections.
diff --git a/ace/config-sunos5.8-sunc++-5.4.h b/ace/config-sunos5.8-sunc++-5.4.h
new file mode 100644
index 00000000000..cbfd2a7c36a
--- /dev/null
+++ b/ace/config-sunos5.8-sunc++-5.4.h
@@ -0,0 +1,15 @@
+// -*- C++ -*-
+//
+// $Id$
+
+// The following configuration file is designed to work for SunOS 5.8
+// (Solaris 8) platforms using the SunC++ SPRO 5.4 compiler.
+
+#ifndef ACE_CONFIG_H
+
+#define ACE_ONLY_LATEST_AND_GREATEST
+#define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
+#define ACE_HAS_REACTOR_NOTIFICATION_QUEUE 1
+#include "ace/config-sunos5.7.h"
+
+#undef ACE_HAS_TEMPLATE_TYPEDEFS
diff --git a/include/makeinclude/platform_sunos5_sunc++5.4.GNU b/include/makeinclude/platform_sunos5_sunc++5.4.GNU
new file mode 100644
index 00000000000..3f3c0a961be
--- /dev/null
+++ b/include/makeinclude/platform_sunos5_sunc++5.4.GNU
@@ -0,0 +1,3 @@
+exceptions=1
+
+include $(ACE_ROOT)/include/makeinclude/platform_sunos5_sunc++.GNU