summaryrefslogtreecommitdiff
path: root/ace/config-win32-borland.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-win32-borland.h')
-rw-r--r--ace/config-win32-borland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32-borland.h b/ace/config-win32-borland.h
index 39631ecadbc..a53790c9287 100644
--- a/ace/config-win32-borland.h
+++ b/ace/config-win32-borland.h
@@ -33,7 +33,6 @@
# define ACE_LACKS_MODE_MASKS 1
# define ACE_WSTRING_HAS_USHORT_SUPPORT 1
-# define ACE_HAS_ITOA 1
# define ACE_HAS_DIRENT
#ifdef ACE_USES_STD_NAMESPACE_FOR_STDC_LIB
@@ -90,6 +89,7 @@
# define ACE_WCSDUP_EQUIVALENT ::_wcsdup
# define ACE_STRCASECMP_EQUIVALENT ::stricmp
# define ACE_STRNCASECMP_EQUIVALENT ::strnicmp
+# define ACE_HAS_ITOA 1
#endif
#include /**/ "ace/post.h"