summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-02-01 19:08:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-02-01 19:08:54 +0000
commitb04ad8c749b5fd54b3d80ee7887a32214c2e1ddf (patch)
tree24a93617223d1a5e265fc20adb4225f0b1d384d0
parent703398abaf480f6e4e7c79d881d6ad6e8b273379 (diff)
downloadATCD-b04ad8c749b5fd54b3d80ee7887a32214c2e1ddf.tar.gz
ChangeLogTag: Sun Feb 1 19:08:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ace/config-borland-common.h1
-rw-r--r--ace/config-win32-borland.h4
2 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-borland-common.h b/ace/config-borland-common.h
index a4f9049c0a0..98d61209c1b 100644
--- a/ace/config-borland-common.h
+++ b/ace/config-borland-common.h
@@ -76,6 +76,7 @@
# define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
# define ACE_USES_STD_NAMESPACE_FOR_STDC_LIB 0
# define ACE_ENDTHREADEX(STATUS) ::_endthreadex ((DWORD) STATUS)
+# define ACE_LACKS_SWAB
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_BORLAND_COMMON_H */
diff --git a/ace/config-win32-borland.h b/ace/config-win32-borland.h
index adbd719fe63..778ca1f05e8 100644
--- a/ace/config-win32-borland.h
+++ b/ace/config-win32-borland.h
@@ -30,6 +30,8 @@
# include "ace/config-win32-common.h"
+// Borland on win32 has swab
+# undef ACE_LACKS_SWAB
# define ACE_LACKS_MODE_MASKS 1
# define ACE_WSTRING_HAS_USHORT_SUPPORT 1
@@ -41,7 +43,6 @@
#endif
#define ACE_HAS_STD_TEMPLATE_CLASS_MEMBER_SPECIALIZATION
-#define ACE_HAS_NONCONST_SWAB
#define ACE_NEEDS_DL_UNDERSCORE
@@ -91,6 +92,7 @@
# define ACE_STRCASECMP_EQUIVALENT ::stricmp
# define ACE_STRNCASECMP_EQUIVALENT ::strnicmp
# define ACE_HAS_ITOA 1
+# define ACE_HAS_NONCONST_SWAB
#endif
#include /**/ "ace/post.h"