summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.8.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-sunos5.8.h')
-rw-r--r--ace/config-sunos5.8.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/ace/config-sunos5.8.h b/ace/config-sunos5.8.h
deleted file mode 100644
index de6803e9822..00000000000
--- a/ace/config-sunos5.8.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// The following configuration file is designed to work for SunOS 5.8
-// (Solaris 8) platforms using the SunC++ 4.x, 5.x, 6.x, or g++ compilers.
-
-#ifndef ACE_CONFIG_H
-
-// ACE_CONFIG_H is defined by one of the following #included headers.
-
-// #include the SunOS 5.7 config, then add any SunOS 5.8 updates below.
-#include "ace/config-sunos5.7.h"
-
-// The range of thread priorities for 5.8 differs from 5.7 in the
-// minimum priority for the SCHED_OTHER policy (i.e.,
-// ACE_THR_PRI_OTHER_MIN)
-# define ACE_THR_PRI_OTHER_MIN (long) -20
-
-# if defined (_POSIX_PTHREAD_SEMANTICS)
-# ifdef ACE_LACKS_RWLOCK_T
-# undef ACE_LACKS_RWLOCK_T
-# endif /* ACE_LACKS_RWLOCK_T */
-# endif /* _POSIX_PTHREAD_SEMANTICS */
-
-#endif /* ACE_CONFIG_H */