aboutsummaryrefslogtreecommitdiff
path: root/dep/ACE_wrappers/ace/config-visualage.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/ACE_wrappers/ace/config-visualage.h')
-rw-r--r--dep/ACE_wrappers/ace/config-visualage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dep/ACE_wrappers/ace/config-visualage.h b/dep/ACE_wrappers/ace/config-visualage.h
index 8c6baa29996..6d967b52217 100644
--- a/dep/ACE_wrappers/ace/config-visualage.h
+++ b/dep/ACE_wrappers/ace/config-visualage.h
@@ -1,10 +1,13 @@
/* -*- C++ -*- */
// $Id: config-visualage.h 80826 2008-03-04 14:51:23Z wotte $
+
// This configuration file automatically includes the proper
// configurations for IBM's VisualAge C++ compiler on Win32 and AIX.
+
#ifndef CONFIG_VISUALAGE_H
#define CONFIG_VISUALAGE_H
#include /**/ "ace/pre.h"
+
#ifdef __TOS_WIN__
#include "ace/config-win32.h"
#elif __TOS_AIX__
@@ -12,6 +15,7 @@
#else
#include "PLATFORM NOT SPECIFIED"
#endif /* __TOS_WIN__ */
+
#include /**/ "ace/post.h"
#endif //CONFIG_VISUALAGE_H