summaryrefslogtreecommitdiff
path: root/ACE/ace/config-vxworks22.03.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-vxworks22.03.h')
-rw-r--r--ACE/ace/config-vxworks22.03.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/ace/config-vxworks22.03.h b/ACE/ace/config-vxworks22.03.h
new file mode 100644
index 00000000000..3b1bfed81b6
--- /dev/null
+++ b/ACE/ace/config-vxworks22.03.h
@@ -0,0 +1,13 @@
+/* -*- C++ -*- */
+// The following configuration file is designed to work for VxWorks
+// 22.03 platforms using one of these compilers:
+// 1) The llvm compiler that is shipped with VxWorks 22.03
+
+#ifndef ACE_CONFIG_VXWORKS_22_03_H
+#define ACE_CONFIG_VXWORKS_22_03_H
+#include /**/ "ace/pre.h"
+
+#include "ace/config-vxworks21.03.h"
+
+#include /**/ "ace/post.h"
+#endif /* ACE_CONFIG_VXWORKS_22_03_H */