diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-08 21:58:51 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-08 21:58:51 +0000 |
commit | 0588d38a018fc49854671345f5d0b3d2a3f96b3f (patch) | |
tree | 0cb6e6d290c14152a8c3a5da8476990b2d26f40e /ace/config-sunos4-g++.h | |
parent | 5bb04ce96d7dde717e30f094cfb0649cd467a85a (diff) | |
download | ATCD-0588d38a018fc49854671345f5d0b3d2a3f96b3f.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-sunos4-g++.h')
-rw-r--r-- | ace/config-sunos4-g++.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-sunos4-g++.h b/ace/config-sunos4-g++.h index ac83a67b5ff..a8f584ca1dd 100644 --- a/ace/config-sunos4-g++.h +++ b/ace/config-sunos4-g++.h @@ -100,5 +100,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 */ |