diff options
author | bala <balanatarajan@users.noreply.github.com> | 2004-02-03 20:26:39 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2004-02-03 20:26:39 +0000 |
commit | 5d16f41dfc436f460e7683ea6f19ce7afd095ad9 (patch) | |
tree | 49e8b5fd318320657864e471bb118f2984e5c2d7 /ace/config-win32-common.h | |
parent | a9d010d05ab4352d8db6844de17e8869d8e8885d (diff) | |
download | ATCD-5d16f41dfc436f460e7683ea6f19ce7afd095ad9.tar.gz |
ChangeLogTag:Tue Feb 3 14:35:53 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index 2f581861fe5..00fd14912e1 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -158,7 +158,7 @@ // Windows doesn't like 65536 ;-) If 65536 is specified, it is -// listenly ignored by the OS, i.e., setsockopt does not fail, and you +// silently ignored by the OS, i.e., setsockopt does not fail, and you // get stuck with the default size of 8k. #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535 @@ -555,6 +555,8 @@ typedef unsigned long long ACE_UINT64; #define ACE_LACKS_CLOSEDIR #define ACE_LACKS_READDIR #define ACE_LACKS_MKSTEMP +// Looks like Win32 has a non-const swab function +#define ACE_HAS_NONCONST_SWAB // If we are using winsock2 then the SO_REUSEADDR feature is broken // SO_REUSEADDR=1 behaves like SO_REUSEPORT=1. (SO_REUSEPORT is an |