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 | 331b41f32e1071730d8fb949e4316eb8db2e2f30 (patch) | |
tree | 0cb6e6d290c14152a8c3a5da8476990b2d26f40e /ace/config-irix6.x-sgic++-nothreads.h | |
parent | 64b3b4027e1242b0266ca56b15ecbca213838829 (diff) | |
download | ATCD-331b41f32e1071730d8fb949e4316eb8db2e2f30.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-irix6.x-sgic++-nothreads.h')
-rw-r--r-- | ace/config-irix6.x-sgic++-nothreads.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-irix6.x-sgic++-nothreads.h b/ace/config-irix6.x-sgic++-nothreads.h index 7db41bf041c..233ca5e7970 100644 --- a/ace/config-irix6.x-sgic++-nothreads.h +++ b/ace/config-irix6.x-sgic++-nothreads.h @@ -207,4 +207,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_IRIX6X_NTHR_H */ |