summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-03-30 21:59:46 +0000
committerSteve Huston <shuston@riverace.com>2000-03-30 21:59:46 +0000
commit03c4784597d349359a958f75c0f95edd84ba677d (patch)
tree8338a7e0a02fcbff9eb23f26bfd97ab085621c04
parent99b3ecd0be068b4f82602da5b50d44290b2a639c (diff)
downloadATCD-03c4784597d349359a958f75c0f95edd84ba677d.tar.gz
Correct the previous fix to do it right.
-rw-r--r--ace/config-aix-4.x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h
index 5e6a5cfc3b7..6668f0ba156 100644
--- a/ace/config-aix-4.x.h
+++ b/ace/config-aix-4.x.h
@@ -154,9 +154,9 @@
# define ACE_LACKS_SIGINFO_H
#endif /* ACE_AIX_MINOR_VERS >=2 */
#define ACE_HAS_SIGWAIT
-#if (ACE_AIX_MINOR_VERS > 3)
+#if (ACE_AIX_MINOR_VERS >= 3)
# define ACE_HAS_SIGTIMEDWAIT
-#endif /* ACE_AIX_MINOR_VERS > 3 */
+#endif /* ACE_AIX_MINOR_VERS >= 3 */
#define ACE_HAS_SIN_LEN
#define ACE_HAS_STRBUF_T