summaryrefslogtreecommitdiff
path: root/ace/config-hpux-10.x.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-04-09 22:54:47 +0000
committerSteve Huston <shuston@riverace.com>1998-04-09 22:54:47 +0000
commitd0bb4029fbf7ddace6733ec2f46fa285a30d8a76 (patch)
tree95e154035c3873173fd8fc6c2a8df5a00a04618e /ace/config-hpux-10.x.h
parent352b179704d9cf91f20eacf224af8a0f6665aeca (diff)
downloadATCD-d0bb4029fbf7ddace6733ec2f46fa285a30d8a76.tar.gz
Added ACE_HAS_WILDCARD_BIND
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r--ace/config-hpux-10.x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h
index fcbe4a22275..6473280b1ca 100644
--- a/ace/config-hpux-10.x.h
+++ b/ace/config-hpux-10.x.h
@@ -123,6 +123,9 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */
// Platform supports the tid_t type
#define ACE_HAS_TID_T
+// Platform selects a port automatically if asked to bind to port 0
+#define ACE_HAS_WILDCARD_BIND
+
// Platform has XPG4 wide character support
#define ACE_HAS_XPG4_MULTIBYTE_CHAR