summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-25 17:02:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-25 17:02:56 +0000
commitd901645d3781c66e7c2535fe081fa4e37918c82e (patch)
treea454a9f69891e4905e77606d62672b6d5cd6fed9
parent80142e440c9b6986160f4d55c31744e993147d25 (diff)
downloadATCD-d901645d3781c66e7c2535fe081fa4e37918c82e.tar.gz
.
-rw-r--r--ChangeLog-98b11
-rw-r--r--ace/config-sunos5.5.h4
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index ac4340f0eb8..6c4c06cc9ec 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,14 @@
+Sun Oct 25 10:59:21 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace/config-sunos5.5.h: Added
+
+ #if defined (i386)
+ #define ACE_HAS_X86_STAT_MACROS
+ #endif /* i386 */
+
+ to check for the [f]stat macros on Solaris for Intel. Thanks to
+ Daniel Nieten <dnieten@bellsouth.net> for reporting this.
+
Sun Oct 25 00:15:03 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Service_Config.cpp (process_directives): We should use
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h
index 8a1c0fc53ae..e69902879ac 100644
--- a/ace/config-sunos5.5.h
+++ b/ace/config-sunos5.5.h
@@ -261,4 +261,8 @@
#endif /* __GNUC_MINOR__ */
#endif /* __GNUG__ */
+#if defined (i386)
+#define ACE_HAS_X86_STAT_MACROS
+#endif /* i386 */
+
#endif /* ACE_CONFIG_H */