diff options
author | Steve Huston <shuston@riverace.com> | 2000-03-30 21:58:27 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-03-30 21:58:27 +0000 |
commit | 2381762871bc9c306480c9392afa1ef94d58353f (patch) | |
tree | 8528c51a0f39930eca36ca6f936cdc0476add881 /ace/config-aix-4.x.h | |
parent | eafff3f8aabdace910fd3d9b449549694d9da6fc (diff) | |
download | ATCD-2381762871bc9c306480c9392afa1ef94d58353f.tar.gz |
ChangeLogTag:Thu Mar 30 15:54:23 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/config-aix-4.x.h')
-rw-r--r-- | ace/config-aix-4.x.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h index 7609098a90a..5e6a5cfc3b7 100644 --- a/ace/config-aix-4.x.h +++ b/ace/config-aix-4.x.h @@ -154,8 +154,9 @@ # define ACE_LACKS_SIGINFO_H #endif /* ACE_AIX_MINOR_VERS >=2 */ #define ACE_HAS_SIGWAIT -#define ACE_HAS_SIGTIMEDWAIT - +#if (ACE_AIX_MINOR_VERS > 3) +# define ACE_HAS_SIGTIMEDWAIT +#endif /* ACE_AIX_MINOR_VERS > 3 */ #define ACE_HAS_SIN_LEN #define ACE_HAS_STRBUF_T |