diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-03 01:08:10 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-03 01:08:10 +0000 |
commit | 7de71a6b97664cf63f1323a058d58e03053ca18c (patch) | |
tree | bdb2fb834aebc257bfde0add6e4c965194838136 /ace/config-sunos5.4-g++.h | |
parent | 88e8a85817e54509736cc079420c9235a1ed3c12 (diff) | |
download | ATCD-7de71a6b97664cf63f1323a058d58e03053ca18c.tar.gz |
foo
Diffstat (limited to 'ace/config-sunos5.4-g++.h')
-rw-r--r-- | ace/config-sunos5.4-g++.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h index d5d8f7aac77..edce9b257cd 100644 --- a/ace/config-sunos5.4-g++.h +++ b/ace/config-sunos5.4-g++.h @@ -9,6 +9,12 @@ #define ACE_HAS_UNICODE +#define __ACE_INLINE__ + +#if defined (__ACE_INLINE__) +#define ACE_HAS_INLINED_OSCALLS +#endif /* __ACE_INLINE__ */ + #define ACE_HAS_TERM_IOCTLS // Must specialize templates due to G++'s lame parameterized type |