diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-03 21:42:44 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-03 21:42:44 +0000 |
commit | 44cc3617fe9ef41a2a73426fae34f77d47f093b9 (patch) | |
tree | 659c3f1db1e0ca34dc9c4addb925226f435e8036 /ace/config-linux-pthread.h | |
parent | 32b6ec7d26a3242a3fac10c2bd5118e5ff29c5f5 (diff) | |
download | ATCD-44cc3617fe9ef41a2a73426fae34f77d47f093b9.tar.gz |
removed ACE_HAS_INLINED_OSCALLS
Diffstat (limited to 'ace/config-linux-pthread.h')
-rw-r--r-- | ace/config-linux-pthread.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/config-linux-pthread.h b/ace/config-linux-pthread.h index d42e1969554..83ce6208169 100644 --- a/ace/config-linux-pthread.h +++ b/ace/config-linux-pthread.h @@ -14,12 +14,6 @@ #define ACE_HAS_PENTIUM #define ACE_HAS_LONGLONG -#define __ACE_INLINE__ - -#if defined (__ACE_INLINE__) -#define ACE_HAS_INLINED_OSCALLS -#endif /* __ACE_INLINE__ */ - // Fixes a problem with new versions of Linux... #ifndef msg_accrights #undef msg_control |