summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsysPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/kwsysPrivate.h')
-rw-r--r--Source/kwsys/kwsysPrivate.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/Source/kwsys/kwsysPrivate.h b/Source/kwsys/kwsysPrivate.h
index afccd4e..dd3b75f 100644
--- a/Source/kwsys/kwsysPrivate.h
+++ b/Source/kwsys/kwsysPrivate.h
@@ -12,7 +12,9 @@
=========================================================================*/
#ifndef KWSYS_NAMESPACE
-# error "Do not include kwsysPrivate.h outside of kwsys c and cxx files."
+# ifndef __VMS
+# error "Do not include kwsysPrivate.h outside of kwsys c and cxx files."
+# endif
#endif
#ifndef _kwsysPrivate_h
@@ -39,5 +41,7 @@
#define KWSYS_NAMESPACE_STRING1(x) #x
#else
-# error "kwsysPrivate.h included multiple times."
+# ifndef __VMS
+# error "kwsysPrivate.h included multiple times."
+# endif
#endif