diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-03 01:56:37 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-03 01:56:37 +0000 |
commit | 0f9b966f35cd16e5c6e9007939659d6eda749ea7 (patch) | |
tree | d8b85f095819b06c91033deed73742081f53482a /ace/config-unixware-2.01-g++.h | |
parent | 24080642f1f716a28a45ff2a1ee779d8670ae269 (diff) | |
download | ATCD-0f9b966f35cd16e5c6e9007939659d6eda749ea7.tar.gz |
added or protected #define of __ACE_INLINE__, and removed #define of ACE_HAS_INLINED_OSCALLS, because it's no longer needed
Diffstat (limited to 'ace/config-unixware-2.01-g++.h')
-rw-r--r-- | ace/config-unixware-2.01-g++.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/ace/config-unixware-2.01-g++.h b/ace/config-unixware-2.01-g++.h index 66ff69664ca..2a65ad56589 100644 --- a/ace/config-unixware-2.01-g++.h +++ b/ace/config-unixware-2.01-g++.h @@ -8,18 +8,15 @@ // See README for what the ACE_HAS... and ACE_LACKS... macros mean +#if ! defined (__ACE_INLINE__) +#define __ACE_INLINE__ +#endif /* ! __ACE_INLINE__ */ + #define ACE_LACKS_STRCASECMP #define ACE_HAS_SIZET_SOCKET_LEN #define ACE_HAS_AUTOMATIC_INIT_FINI #define ACE_HAS_CPLUSPLUS_HEADERS #define ACE_HAS_GNU_CSTRING_H - -#define __ACE_INLINE__ - -#if defined (__ACE_INLINE__) -#define ACE_HAS_INLINED_OSCALLS -#endif /* __ACE_INLINE__ */ - #define ACE_HAS_MSG #define ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R // Not yet sure about threads |