summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-24 17:51:55 +0000
committerSteve Huston <shuston@riverace.com>1999-06-24 17:51:55 +0000
commit62d83d54461c5d214b5aacfe4d4700514cd31fbd (patch)
tree9e1e7b02c8cd19f8fc82a26ec3bd1ce13fefb8b0
parentb3a3d9ee590aa40d798c0cf97dce05e05545d983 (diff)
downloadATCD-62d83d54461c5d214b5aacfe4d4700514cd31fbd.tar.gz
Config for PharLap ETS V9.1
-rw-r--r--ace/config-pharlap.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/ace/config-pharlap.h b/ace/config-pharlap.h
new file mode 100644
index 00000000000..e1b5a7a1b8a
--- /dev/null
+++ b/ace/config-pharlap.h
@@ -0,0 +1,21 @@
+/* -*- C++ -*- */
+// $Id$
+
+// This configuration file is for use with the PharLap Realtime ETS Kernel.
+// It has been tested with PharLap TNT Embedded ToolSuite version 9.1.
+
+#define ACE_HAS_PHARLAP
+// Some features are only available with the Realtime edition of ETS.
+// Assume that if using ACE, the realtime version is also being used, but
+// allow it to be turned off as well.
+#ifndef ACE_HAS_PHARLAP_RT
+# define ACE_HAS_PHARLAP_RT
+#else
+# if (ACE_HAS_PHARLAP_RT == 0)
+# undef ACE_HAS_PHARLAP_RT
+# endif
+#endif
+
+#define ACE_HAS_WINNT4 0
+#define ACE_HAS_WINSOCK2 0
+#include "ace/config-win32.h"