diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-22 21:00:40 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-22 21:00:40 +0000 |
commit | 922104e582415be2c103f140f2d309e19412f906 (patch) | |
tree | 7eb1bffb3714d2789b7054658fb046250b9c2548 /ace | |
parent | 5042762911dfe90cb18e3dd9840acfc007cc8965 (diff) | |
download | ATCD-922104e582415be2c103f140f2d309e19412f906.tar.gz |
wrapped #define ACE_HAS_INLINED_OSCALLS with #if defined (__ACE_INLINE__)
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-unixware-2.01-g++.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-unixware-2.01-g++.h b/ace/config-unixware-2.01-g++.h index 94b6db28e9b..457967efabf 100644 --- a/ace/config-unixware-2.01-g++.h +++ b/ace/config-unixware-2.01-g++.h @@ -12,7 +12,11 @@ #define ACE_HAS_AUTOMATIC_INIT_FINI #define ACE_HAS_CPLUSPLUS_HEADERS #define ACE_HAS_GNU_CSTRING_H + +#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 |