summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-win32-common.h')
-rw-r--r--ACE/ace/config-win32-common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/ace/config-win32-common.h b/ACE/ace/config-win32-common.h
index 13464c4332f..fa2aaa08a0c 100644
--- a/ACE/ace/config-win32-common.h
+++ b/ACE/ace/config-win32-common.h
@@ -235,6 +235,7 @@
#define ACE_HAS_DIRENT
#define ACE_HAS_MSG
+#define ACE_HAS_NONCONST_INET_NTOP
#define ACE_HAS_RECURSIVE_MUTEXES
#define ACE_HAS_SOCKADDR_MSG_NAME
#define ACE_HAS_THREAD_SAFE_ACCEPT
@@ -279,6 +280,10 @@
#define ACE_LACKS_GETIPNODEBYNAME_IPV6
#define ACE_LACKS_KILL
#define ACE_LACKS_INET_ATON
+#if _WIN32_WINNT < 0x0600
+# define ACE_LACKS_INET_NTOP
+# define ACE_LACKS_INET_PTON
+#endif
#define ACE_LACKS_MADVISE
#define ACE_LACKS_MKFIFO
#define ACE_LACKS_MODE_MASKS