summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-10-20 16:44:03 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-10-20 16:44:03 +0000
commit3657b6bbfc5744085eac86810d288228432d791b (patch)
treeead91e9af17e038630f7e072a62788caaf1ba5e5 /perl.h
parent06c7082d6226d352105bade1a7e185ff0a49e896 (diff)
parentcb27fc1ef647e7d761b79d1ae05c5071fa0e8800 (diff)
downloadperl-3657b6bbfc5744085eac86810d288228432d791b.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@12537
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index 83b51cea7c..1e40d9bcd5 100644
--- a/perl.h
+++ b/perl.h
@@ -425,10 +425,10 @@ int usleep(unsigned int);
# define MYSWAP
#endif
-/* Cannot include embed.h here on Win32 as win32.h has not
+/* Cannot include embed.h here on Win32 as win32.h has not
yet been included and defines some config variables e.g. HAVE_INTERP_INTERN
*/
-#if !defined(PERL_FOR_X2P) && !defined(WIN32)
+#if !defined(PERL_FOR_X2P) && !(defined(WIN32)||defined(VMS))
# include "embed.h"
#endif
@@ -1757,6 +1757,7 @@ typedef struct clone_params CLONE_PARAMS;
#else
# if defined(VMS)
# include "vmsish.h"
+# include "embed.h"
# else
# if defined(PLAN9)
# include "./plan9/plan9ish.h"