summaryrefslogtreecommitdiff
path: root/ace/config-win32-borland.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-12-05 08:42:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-12-05 08:42:16 +0000
commiteb17b3964c312bd4bfab503ae485d3f34de5f440 (patch)
tree0b41009bd65c3a1efe11484cf98e9ce2261d93e7 /ace/config-win32-borland.h
parent4b77cf21860cfae097bf356e6f6c9e3ec2daf548 (diff)
downloadATCD-eb17b3964c312bd4bfab503ae485d3f34de5f440.tar.gz
ChangeLogTag: Mon Dec 5 08:42:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/config-win32-borland.h')
-rw-r--r--ace/config-win32-borland.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-win32-borland.h b/ace/config-win32-borland.h
index 32a2d3353cb..2cfbe00d12e 100644
--- a/ace/config-win32-borland.h
+++ b/ace/config-win32-borland.h
@@ -88,6 +88,9 @@
#if (__BORLANDC__ < 0x580)
# define ACE_LACKS_INTPTR_T
+# define ACE_HAS_NONCONST_SWAB
+# define ACE_HAS_NONCONST_TEMPNAM
+# define ACE_HAS_NONCONST_FDOPEN
#endif
#if (__BORLANDC__ >= 0x600)
@@ -104,7 +107,6 @@
# 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"