diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-16 17:49:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-16 17:49:46 +0000 |
commit | cf170f0e6770f37aa703cfb280e2af2fb2b423be (patch) | |
tree | 97553b128bf37cf2ee4d66ac49797e6eef3d0768 /ace/config-sco-5.0.0.h | |
parent | 75a7b5c96c3b562e05be6eb8db3ea239f171e017 (diff) | |
download | ATCD-cf170f0e6770f37aa703cfb280e2af2fb2b423be.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-sco-5.0.0.h')
-rw-r--r-- | ace/config-sco-5.0.0.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/config-sco-5.0.0.h b/ace/config-sco-5.0.0.h index 96ae7e1dbce..4204e74b5bf 100644 --- a/ace/config-sco-5.0.0.h +++ b/ace/config-sco-5.0.0.h @@ -13,6 +13,7 @@ #define MAXPATHLEN 1023 #endif /* SCO */ +#define ACE_HAS_NONCONST_SELECT_TIMEVAL #define ACE_HAS_SIG_MACROS #define ACE_LACKS_CONST_TIMESPEC_PTR #define ACE_LACKS_SYSCALL @@ -83,7 +84,7 @@ #define ACE_HAS_SELECT_H // Platform has prototypes for ACE_TLI. -//#define ACE_HAS_TLI_PROTOTYPES +#define ACE_HAS_TLI_PROTOTYPES // Platform has the XLI version of ACE_TLI. // #define ACE_HAS_XLI |