summaryrefslogtreecommitdiff
path: root/ace/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r--ace/config-win32.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h
index 014b5fc33bc..58cc18a6fa8 100644
--- a/ace/config-win32.h
+++ b/ace/config-win32.h
@@ -9,19 +9,6 @@
#define ACE_CONFIG_H
#include "ace/pre.h"
-// If you wish to build ACE using PACE, you must uncomment
-// the following lines or include the following syntax in your
-// config file #included before this one!
-//# if !defined (ACE_HAS_PACE)
-//# define ACE_HAS_PACE
-//# endif // ACE_HAS_PACE
-
-# if defined (ACE_HAS_PACE)
-# ifndef PACE_HAS_ALL_POSIX_FUNCS
-# define PACE_HAS_ALL_POSIX_FUNCS 1
-# endif /* PACE_HAS_ALL_POSIX_FUNCS */
-# endif /* ACE_HAS_PACE */
-
#if defined (ACE_HAS_WINCE) || defined (UNDER_CE)
# include "ace/config-WinCE.h"
#endif /* ACE_HAS_WINCE */
@@ -36,15 +23,5 @@
# error "Compiler does not seem to be supported"
#endif /* _MSC_VER */
-#if !defined(ACE_WIN32) && defined (__IBMCPP__) && (__IBMCPP__ >= 400)
-# define ACE_ENDTHREADEX(STATUS) ::_endthread ()
-#elif defined(ACE_WIN32) && defined (__IBMCPP__) && (__IBMCPP__ >= 400)
-# define ACE_ENDTHREADEX(STATUS) ::_endthread ()
-#elif defined (ACE_HAS_WINCE) && defined (UNDER_CE) && (UNDER_CE >= 211)
-# define ACE_ENDTHREADEX(STATUS) ExitThread ((DWORD) STATUS)
-#else
-# define ACE_ENDTHREADEX(STATUS) ::_endthreadex ((DWORD) STATUS)
-#endif /* defined (__IBMCPP__) && (__IBMCPP__ >= 400) */
-
#include "ace/post.h"
#endif /* ACE_CONFIG_H */