diff options
author | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-11 14:04:59 +0000 |
---|---|---|
committer | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-11 14:04:59 +0000 |
commit | fb6b60e963d347d9e5a01708aac31261c55fe1de (patch) | |
tree | 445fdd238071090722e4f67ef9fa703f6f012fa1 /ace/config-psos-diab.h | |
parent | 44e551b29092aa887afa218431f810d9e65a424e (diff) | |
download | ATCD-fb6b60e963d347d9e5a01708aac31261c55fe1de.tar.gz |
fixes for templates as args to templates on pSOS
Diffstat (limited to 'ace/config-psos-diab.h')
-rw-r--r-- | ace/config-psos-diab.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ace/config-psos-diab.h b/ace/config-psos-diab.h index 0d732d8a918..dd82e210204 100644 --- a/ace/config-psos-diab.h +++ b/ace/config-psos-diab.h @@ -16,6 +16,8 @@ #define ACE_LACKS_INLINE_FUNCTIONS +#define ACE_LACKS_TEMPLATE_AS_TEMPLATE_PARAMETER + #if defined (__GNUG__) # include "ace/config-g++-common.h" #endif /* __GNUG__ */ @@ -34,6 +36,12 @@ # define ACE_HAS_BROKEN_NOOP_DTORS +# define ACE_HAS_DIRENT +# define ACE_LACKS_READDIR_R +# define ACE_LACKS_TELLDIR +# define ACE_LACKS_SEEKDIR +# define ACE_LACKS_REWINDDIR + // Template instantiation definitions // #define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_FILE #define ACE_TEMPLATES_REQUIRE_SOURCE @@ -107,6 +115,7 @@ #define ACE_HAS_SIGINFO_T #define ACE_LACKS_SIGINFO_H #define ACE_SIGINFO_IS_SIGINFO_T +#define ACE_LACKS_SIGSET_DEFINITIONS #define ACE_HAS_SIGWAIT |