diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-30 02:52:59 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-30 02:52:59 +0000 |
commit | 3523150947472e0712fa0ca29300d43aef951606 (patch) | |
tree | 788030ca0b005f6aa273184dd7f590a8fe8d2c55 /ace/config-unixware-2.01-g++.h | |
parent | 9b43c9521d0cb1e14f1b85fe2112fff479843585 (diff) | |
download | ATCD-3523150947472e0712fa0ca29300d43aef951606.tar.gz |
ChangeLogTag: Sun Aug 29 21:35:17 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/config-unixware-2.01-g++.h')
-rw-r--r-- | ace/config-unixware-2.01-g++.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-unixware-2.01-g++.h b/ace/config-unixware-2.01-g++.h index d9e6ec1d64f..c82743a22cf 100644 --- a/ace/config-unixware-2.01-g++.h +++ b/ace/config-unixware-2.01-g++.h @@ -12,6 +12,10 @@ # define __ACE_INLINE__ #endif /* ! __ACE_INLINE__ */ +// config-g++-common.h undef's ACE_HAS_STRING_CLASS with -frepo, so +// this must appear before its #include. +#define ACE_HAS_STRING_CLASS + #if defined (__GNUG__) # include "ace/config-g++-common.h" #endif /* __GNUG__ */ @@ -20,7 +24,6 @@ #define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT #define ACE_HAS_IDTYPE_T -#define ACE_HAS_STRING_CLASS #define ACE_LACKS_STRCASECMP #define ACE_HAS_SIZET_SOCKET_LEN #define ACE_HAS_AUTOMATIC_INIT_FINI |