diff options
author | Steve Huston <shuston@riverace.com> | 1999-06-24 17:51:55 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-06-24 17:51:55 +0000 |
commit | 72b940bcbfa93c0b6523d82e04caef4c7af5d0e0 (patch) | |
tree | 9e1e7b02c8cd19f8fc82a26ec3bd1ce13fefb8b0 /ace/config-pharlap.h | |
parent | 678ff11e8a31e9c1f22e7ff53b92d627965b2277 (diff) | |
download | ATCD-72b940bcbfa93c0b6523d82e04caef4c7af5d0e0.tar.gz |
Config for PharLap ETS V9.1
Diffstat (limited to 'ace/config-pharlap.h')
-rw-r--r-- | ace/config-pharlap.h | 21 |
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" |