summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-22 20:39:30 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-22 20:39:30 +0000
commit884b3b1566764020ac8219e248858d1e0eb0eca9 (patch)
tree49398cfb610fdfc9c744636d3d8cc0889832db7a
parentc428bfa55c39518c75f1a5291504e0d51ac16d7c (diff)
downloadATCD-884b3b1566764020ac8219e248858d1e0eb0eca9.tar.gz
Defined ACE_HAS_AIO_CALLS
-rw-r--r--ace/config-sunos5.6-sunc++-4.x.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/ace/config-sunos5.6-sunc++-4.x.h b/ace/config-sunos5.6-sunc++-4.x.h
new file mode 100644
index 00000000000..7f63838fb78
--- /dev/null
+++ b/ace/config-sunos5.6-sunc++-4.x.h
@@ -0,0 +1,23 @@
+/* -*- C++ -*- */
+// $Id$
+
+// The following configuration file is designed to work for SunOS 5.6
+// platforms using the SunC++ 4.x compiler.
+
+#if !defined (ACE_CONFIG_H)
+
+// ACE_CONFIG_H is defined by the following #included header.
+
+// At this point, there's no difference between our SunOS 5.5 and 5.6
+// configurations.
+#if defined (__SUNPRO_CC)
+# include "ace/config-sunos5.5-sunc++-4.x.h"
+#elif defined (__GNUG__)
+# include "ace/config-sunos5.5-g++.h"
+#else /* ! __SUNPRO_CC__ && ! __GNUG__ */
+# error unsupported compiler in ace/config-sunos5.6.h
+#endif /* ! __SUNPRO_CC__ && ! __GNUG__ */
+
+// Additional SunOS 5.6 capabilities . . .
+#define ACE_HAS_AIO_CALLS
+#endif /* ACE_CONFIG_H */