diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-10 01:35:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-10 01:35:04 +0000 |
commit | 51e605314e69544d8c728dacc178cf89858cc6e9 (patch) | |
tree | d293f7914f377cc688f5a51687fc6bb4182471e0 /ace/config-sco-5.0.0-nothread.h | |
parent | df0b53ff382676ee642a3d8b43ebb44ecf8ebce7 (diff) | |
download | ATCD-51e605314e69544d8c728dacc178cf89858cc6e9.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-sco-5.0.0-nothread.h')
-rw-r--r-- | ace/config-sco-5.0.0-nothread.h | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/ace/config-sco-5.0.0-nothread.h b/ace/config-sco-5.0.0-nothread.h index a8615c7381f..800189f5383 100644 --- a/ace/config-sco-5.0.0-nothread.h +++ b/ace/config-sco-5.0.0-nothread.h @@ -16,14 +16,29 @@ #define MAXPATHLEN 1023 #endif /* SCO */ +#if ! defined (__ACE_INLINE__) +#define __ACE_INLINE__ +#endif /* ! __ACE_INLINE__ */ + +// Need this for difference in msghdr struct +#ifndef msg_accrights +#undef msg_control +#define msg_accrights msg_control +#endif + +#ifndef msg_accrightslen +#undef msg_controllen +#define msg_accrightslen msg_controllen +#endif + #define ACE_TEMPLATES_REQUIRE_SOURCE #define ACE_TEMPLATES_REQUIRE_SPECIALIZATION #define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES #define ACE_LACKS_SYSCALL -#define ACE_LACKS_STRRECVFD -#define ACE_NEEDS_FTRUNCATE -#define ACE_LACKS_RLIMIT +//#define ACE_LACKS_STRRECVFD +//#define ACE_NEEDS_FTRUNCATE +//#define ACE_LACKS_RLIMIT #define ACE_LACKS_MADVISE // Compiler doesn't support static data member templates. @@ -33,7 +48,10 @@ #define ACE_HAS_SYSV_IPC // Platform supports recvmsg and sendmsg. -//#define ACE_HAS_MSG +#define ACE_HAS_MSG + +// Platform supports recvmsg and sendmsg. +#define ACE_HAS_MSG // Compiler/platform contains the <sys/syscall.h> file. //#define ACE_HAS_SYSCALL_H @@ -81,12 +99,21 @@ #define ACE_HAS_SELECT_H // Platform has prototypes for ACE_TLI. -//#define ACE_HAS_TLI_PROTOTYPES +#define ACE_HAS_TLI_PROTOTYPES +#define ACE_HAS_TLI +#define ACE_HAS_TIMOD_H +#define ACE_HAS_TIUSER_H +#define ACE_LACKS_T_ERRNO +//#define ACE_HAS_SVR4_TLI + // Platform has the XLI version of ACE_TLI. // #define ACE_HAS_XLI #define ACE_HAS_GNU_CSTRING_H +#define ACE_HAS_STRBUF_T +#define ACE_HAS_STREAMS + // Turns off the tracing feature. #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 |