summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.6.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-sunos5.6.h')
-rw-r--r--ace/config-sunos5.6.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/ace/config-sunos5.6.h b/ace/config-sunos5.6.h
deleted file mode 100644
index 1432ea7232d..00000000000
--- a/ace/config-sunos5.6.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// The following configuration file is designed to work for SunOS 5.6
-// platforms using the SunC++ 4.x or g++ compilers.
-
-#if !defined (ACE_CONFIG_H)
-
-// ACE_CONFIG_H is defined by one of the following #included headers.
-
-// #include the SunOS 5.5 config file, then add SunOS 5.6 updates below.
-
-#if defined (__SUNPRO_CC)
-# include "ace/config-sunos5.5-sunc++-4.x.h"
-#elif defined (__GNUG__)
-# include "ace/config-sunos5.5-g++.h"
-#else /* ! __SUNPRO_GNUG__ && ! __KCC */
-# error unsupported compiler in ace/config-sunos5.6.h
-#endif /* ! __GNUG__ && ! __KCC */
-
-// SunOS 5.6 does support sched_get_priority_{min,max}
-#undef ACE_THR_PRI_FIFO_DEF 30
-
-#endif /* ACE_CONFIG_H */