summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-18 03:33:58 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-18 03:33:58 +0000
commitc5b523fa7c2e473c41fec05589a9723652e6b7bf (patch)
treedb3ec28a48c7ff53be6f63bdbcf4c2a2ed5b6372 /ace/config-linux-common.h
parent7607a44aff9f0c1219c0498ff4dbfcff98f20e01 (diff)
downloadATCD-c5b523fa7c2e473c41fec05589a9723652e6b7bf.tar.gz
ChangeLogTag: Fri Dec 17 21:32:48 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r--ace/config-linux-common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index 9e28e38bb62..aab0391e531 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -88,7 +88,7 @@
// Don't define _LARGEFILE64_SOURCE in ACE to make llseek() or
// lseek64() prototype visible. ACE shouldn't depend on feature test
// macros to make prototypes visible.
-#if __GLIBC__ > 1
+#if __GLIBC__ > 1
# if __GLIBC_MINOR__ == 0
# define ACE_HAS_LLSEEK
# define ACE_LACKS_LLSEEK_PROTOTYPE
@@ -114,7 +114,8 @@
# include "ace/config-g++-common.h"
#elif defined (__KCC)
# include "ace/config-kcc-common.h"
-#else /* ! __GNUG__ && ! __KCC */
+#elif defined (__DECCXX)
+#else /* ! __GNUG__ && ! __KCC && !__DECCXX */
# error unsupported compiler in ace/config-linux-common.h
#endif /* ! __GNUG__ && ! __KCC */