diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-12-05 08:42:16 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-12-05 08:42:16 +0000 |
commit | eb17b3964c312bd4bfab503ae485d3f34de5f440 (patch) | |
tree | 0b41009bd65c3a1efe11484cf98e9ce2261d93e7 /ace/config-win32-borland.h | |
parent | 4b77cf21860cfae097bf356e6f6c9e3ec2daf548 (diff) | |
download | ATCD-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.h | 4 |
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" |