summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-03-31 05:35:40 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-03-31 05:35:40 +0000
commitd3e35301e600e248e363da89b6091c836a47ba6c (patch)
tree213590ed41cdeb4e003ce97418697246f99c74f8 /acconfig.h
parent1a627bb00490c61755bd4280d9d25b90ebc38436 (diff)
downloadATCD-d3e35301e600e248e363da89b6091c836a47ba6c.tar.gz
Minor aesthetic updates not worth discussing.
Also removed reference to ACE_HAS_FEATURES_H. It isn't needed by ACE.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h47
1 files changed, 22 insertions, 25 deletions
diff --git a/acconfig.h b/acconfig.h
index d9ee7130f64..68bdb1ad067 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -114,28 +114,28 @@
/* Cray specific configuration parameters */
/*
- The following predefined macros are used within ACE ifdefs.
- These are defined when using the Cray compilers. _CRAYMPP
- is defined, for example, if you are running on a Cray T3E
- massively parallel machine. Moreover, in the case of the T3E,
- _CRAYT3E will be defined. This is used to determine the
- ACE_SIZEOF defines for primitive types.
-
- _UNICOS is defined as either the major version of UNICOS being run,
- e.g. 9 or 10 on the vector machines (e.g. C90, T90, J90, YMP, ...)
- or the major+minor+level UNICOS/mk version, e.g. 2.0.3 => 203,
- being run on an MPP machine.
-
- Summary:
-
- _CRAYMPP (defined only if running on MPP machine, e.g. T3E, UNICOS/mk)
- _CRAYT3E (defined specifically if compiling on a Cray T3E)
- _UNICOS (defined if running UNICOS or UNICOS/mk)
-
- Tested on UNICOS 10.0.0.2, UNICOS/mk 2.0.3.10
-
- Contributed by Doug Anderson <doug@clark.net>
-*/
+ * The following predefined macros are used within ACE ifdefs.
+ * These are defined when using the Cray compilers. _CRAYMPP
+ * is defined, for example, if you are running on a Cray T3E
+ * massively parallel machine. Moreover, in the case of the T3E,
+ * _CRAYT3E will be defined. This is used to determine the
+ * ACE_SIZEOF defines for primitive types.
+ *
+ * _UNICOS is defined as either the major version of UNICOS being run,
+ * e.g. 9 or 10 on the vector machines (e.g. C90, T90, J90, YMP, ...)
+ * or the major+minor+level UNICOS/mk version, e.g. 2.0.3 => 203,
+ * being run on an MPP machine.
+ *
+ * Summary:
+ *
+ * _CRAYMPP (defined only if running on MPP machine, e.g. T3E, UNICOS/mk)
+ * _CRAYT3E (defined specifically if compiling on a Cray T3E)
+ * _UNICOS (defined if running UNICOS or UNICOS/mk)
+ *
+ * Tested on UNICOS 10.0.0.2, UNICOS/mk 2.0.3.10
+ *
+ * Contributed by Doug Anderson <doug "at" clark.net>
+ */
#undef _CRAYMPP
#undef _CRAYT3E
#undef _UNICOS
@@ -428,9 +428,6 @@
/* Platform has <bytesex.h>. */
#undef ACE_HAS_BYTESEX_H
-/* Platform has <features.h> */
-#undef ACE_HAS_FEATURES_H
-
/* Platform supports the Win32 CancelIO() function (WinNT 4.0 and beyond). */
#undef ACE_HAS_CANCEL_IO