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-linux-lxpthreads.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-linux-lxpthreads.h')
-rw-r--r-- | ace/config-linux-lxpthreads.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h index a3dc970ef65..e873e1a284b 100644 --- a/ace/config-linux-lxpthreads.h +++ b/ace/config-linux-lxpthreads.h @@ -28,6 +28,10 @@ #if !defined (ACE_CONFIG_H) #define ACE_CONFIG_H +#if ! defined (__ACE_INLINE__) +#define __ACE_INLINE__ +#endif /* ! __ACE_INLINE__ */ + #define ACE_HAS_PENTIUM #define ACE_HAS_LONGLONG |