diff options
author | Steve Huston <shuston@riverace.com> | 1998-04-09 22:54:47 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-04-09 22:54:47 +0000 |
commit | d0bb4029fbf7ddace6733ec2f46fa285a30d8a76 (patch) | |
tree | 95e154035c3873173fd8fc6c2a8df5a00a04618e /ace/config-hpux-10.x.h | |
parent | 352b179704d9cf91f20eacf224af8a0f6665aeca (diff) | |
download | ATCD-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.h | 3 |
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 |