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.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h
deleted file mode 100644
index 58cc18a6fa8..00000000000
--- a/ace/config-win32.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// The following configuration file is designed to work for Windows
-// 9x, Windows NT 3.51, and Windows NT 4.0 platforms and supports a
-// variety of compilers.
-
-#ifndef ACE_CONFIG_H
-#define ACE_CONFIG_H
-#include "ace/pre.h"
-
-#if defined (ACE_HAS_WINCE) || defined (UNDER_CE)
-# include "ace/config-WinCE.h"
-#endif /* ACE_HAS_WINCE */
-
-#if defined (_MSC_VER)
-# include "ace/config-win32-msvc.h"
-#elif defined (__BORLANDC__)
-# include "ace/config-win32-borland.h"
-#elif defined (__IBMCPP__)
-# include "ace/config-win32-visualage.h"
-#else
-# error "Compiler does not seem to be supported"
-#endif /* _MSC_VER */
-
-#include "ace/post.h"
-#endif /* ACE_CONFIG_H */