summaryrefslogtreecommitdiff
path: root/ACE/ace/config-linux-common.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-17 12:19:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-17 12:19:53 +0000
commitcc2b8264bf8c01e2f8df8aaba808ba4af0687359 (patch)
tree551dca33e8a69e983f317946282917f2d6f2910d /ACE/ace/config-linux-common.h
parenta3f2779f267ea6604b410a56d90fc3fb5e31054f (diff)
downloadATCD-cc2b8264bf8c01e2f8df8aaba808ba4af0687359.tar.gz
Fri Oct 17 12:14:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/config-linux-common.h')
-rw-r--r--ACE/ace/config-linux-common.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ACE/ace/config-linux-common.h b/ACE/ace/config-linux-common.h
index b93118d999d..fbc4ae3a0a6 100644
--- a/ACE/ace/config-linux-common.h
+++ b/ACE/ace/config-linux-common.h
@@ -174,12 +174,6 @@
#elif defined (__DECCXX)
# define ACE_CONFIG_INCLUDE_CXX_COMMON
# include "ace/config-cxx-common.h"
-#elif defined (__BORLANDC__)
-# undef ACE_HAS_LLSEEK
-# undef ACE_HAS_LSEEK64
-# undef ACE_LACKS_LLSEEK_PROTOTYPE
-# undef ACE_LACKS_LSEEK64_PROTOTYPE
-# include "ace/config-borland-common.h"
#elif defined (__SUNCC_PRO)
# include "ace/config-suncc-common.h"
#elif defined (__PGI)
@@ -199,7 +193,7 @@
* (TAO/orbsvcs/orbsvcs/SSLIOP/params_dup.{h,c}) that may indirectly
* include this
*/
-#else /* ! __GNUG__ && !__DECCXX && !__INTEL_COMPILER && !__BORLANDC__ && !__PGI */
+#else /* ! __GNUG__ && !__DECCXX && !__INTEL_COMPILER && && !__PGI */
# ifdef __cplusplus /* Let it slide for C compilers. */
# error unsupported compiler in ace/config-linux-common.h
# endif /* __cplusplus */