diff options
Diffstat (limited to 'ace/config-sunos4-sun4.x.h')
-rw-r--r-- | ace/config-sunos4-sun4.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos4-sun4.x.h b/ace/config-sunos4-sun4.x.h index 00659f4b743..45c97f20113 100644 --- a/ace/config-sunos4-sun4.x.h +++ b/ace/config-sunos4-sun4.x.h @@ -95,4 +95,7 @@ #define ACE_NTRACE 1 #endif /* ACE_NTRACE */ +// The OS bind() call will select the port if it's 0. +#define ACE_HAS_WILDCARD_BIND + #endif /* ACE_CONFIG_H */ |