summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-08-10 11:47:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-08-10 11:47:09 +0000
commit5d0bae325ad2892d4ae050fb120b65a35c27d954 (patch)
treebf5f2616d71910b6dca6224e8490f03ce5251225 /ACE/ace/config-win32.h
parentfd70ba51455701e1d561c677b7e75c3145547d8b (diff)
downloadATCD-5d0bae325ad2892d4ae050fb120b65a35c27d954.tar.gz
Diffstat (limited to 'ACE/ace/config-win32.h')
-rw-r--r--ACE/ace/config-win32.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/ACE/ace/config-win32.h b/ACE/ace/config-win32.h
index 2cec6941530..57ecc8ddc59 100644
--- a/ACE/ace/config-win32.h
+++ b/ACE/ace/config-win32.h
@@ -22,18 +22,8 @@
// NOTE: Please do not add anything besides #include's here. Put other stuff
// (definitions, etc.) in the included headers
-// We need to ensure that for Borland vcl.h can be included before
-// windows.h. So we will not include config-win32-common.h from here,
-// but instead let it be included at the appropriate place in
-// config-win32-borland.h.
-#if !defined (__BORLANDC__)
-# include "ace/config-win32-common.h"
-#endif /* !__BORLANDC__ */
-
// Include the config-win32-* file specific to the compiler
-#if defined (__BORLANDC__)
-# include "ace/config-win32-borland.h"
-#elif defined (_MSC_VER)
+#if defined (_MSC_VER)
# include "ace/config-win32-msvc.h"
#elif defined (ACE_HAS_CEGCC) //need to be prior to MINGW32
# include "ace/config-win32-cegcc.h"
@@ -45,9 +35,6 @@
# error Compiler is not supported
#endif
-// gethostbyaddr does not handle IPv6-mapped-IPv4 addresses
-#define ACE_HAS_BROKEN_GETHOSTBYADDR_V4MAPPED
-
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_WIN32_H */