diff options
Diffstat (limited to 'ace/config-sunos5.4-sunc++-4.x.h')
-rw-r--r-- | ace/config-sunos5.4-sunc++-4.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos5.4-sunc++-4.x.h b/ace/config-sunos5.4-sunc++-4.x.h index 3a1b4eb8d34..2e8f2c37e88 100644 --- a/ace/config-sunos5.4-sunc++-4.x.h +++ b/ace/config-sunos5.4-sunc++-4.x.h @@ -185,4 +185,7 @@ // Defines the page size of the system. #define ACE_PAGE_SIZE 4096 +// The OS bind() call will select the port if it's 0. +#define ACE_HAS_WILDCARD_BIND + #endif /* ACE_CONFIG_H */ |