summaryrefslogtreecommitdiff
path: root/ace/config-win32-visualage.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-win32-visualage.h')
-rw-r--r--ace/config-win32-visualage.h32
1 files changed, 10 insertions, 22 deletions
diff --git a/ace/config-win32-visualage.h b/ace/config-win32-visualage.h
index fab98161d8e..9bc2baa8da5 100644
--- a/ace/config-win32-visualage.h
+++ b/ace/config-win32-visualage.h
@@ -1,24 +1,13 @@
-//=============================================================================
-/**
- * @file config-win32-visualage.h
- *
- * $Id$
- *
- * @brief Configuration file for VisualAge compilers
- *
- * @note Do not include this file directly, include config-win32.h instead.
- *
- * @author Darrell Brunsch <brunsch@cs.wustl.edu>
- */
-//=============================================================================
+/* -*- C++ -*- */
+// $Id$
-#ifndef ACE_CONFIG_WIN32_VISUALAGE_H
-#define ACE_CONFIG_WIN32_VISUALAGE_H
-#include "ace/pre.h"
+//Created for IBMCPP
+// The following configuration file contains the defines
+// common to all VisualAge compilers.
-#ifndef ACE_CONFIG_WIN32_H
-#error Use config-win32.h in config.h instead of this header
-#endif /* ACE_CONFIG_WIN32_H */
+#ifndef ACE_WIN32_VISUALAGECPP_H
+#define ACE_WIN32_VISUALAGECPP_H
+#include "ace/pre.h"
#if defined (__IBMCPP__) && (__IBMCPP__ >= 400)
@@ -52,6 +41,7 @@
#define ACE_HAS_GNU_CSTRING_H 1
#define ACE_HAS_MUTABLE_KEYWORD 1
#define ACE_HAS_NONCONST_SELECT_TIMEVAL 1
+#define ACE_HAS_ONE_DEFINITION_RULE 1
#define ACE_HAS_SIG_ATOMIC_T 1
#define ACE_HAS_STANDARD_CPP_LIBRARY 1
#define ACE_HAS_STDCPP_STL_INCLUDES 1
@@ -93,9 +83,7 @@
#define EPIPE 32
#define ENAMETOOLONG 38
-#define ACE_ENDTHREADEX(STATUS) ::_endthread ()
-
#endif /* defined(__IBMCPP__) */
#include "ace/post.h"
-#endif /* ACE_CONFIG_WIN32_VISUALAGE_H */
+#endif /* ACE_WIN32_VISUALAGECPP_H */