From c5b523fa7c2e473c41fec05589a9723652e6b7bf Mon Sep 17 00:00:00 2001 From: levine Date: Sat, 18 Dec 1999 03:33:58 +0000 Subject: ChangeLogTag: Fri Dec 17 21:32:48 1999 David L. Levine --- ace/config-linux-common.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ace/config-linux-common.h') 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 */ -- cgit v1.2.1