summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/perl.h b/perl.h
index a373511909..87c4f2b3a6 100644
--- a/perl.h
+++ b/perl.h
@@ -2563,11 +2563,6 @@ typedef struct clone_params CLONE_PARAMS;
# include "iperlsys.h"
#endif
-#if defined(__OPEN_VM)
-# include "vmesa/vmesaish.h"
-# define ISHISH "vmesa"
-#endif
-
#ifdef DOSISH
# if defined(OS2)
# include "os2ish.h"
@@ -2587,11 +2582,6 @@ typedef struct clone_params CLONE_PARAMS;
# define ISHISH "plan9"
#endif
-#if defined(MPE)
-# include "mpeix/mpeixish.h"
-# define ISHISH "mpeix"
-#endif
-
#if defined(__VOS__)
# ifdef __GNUC__
# include "./vos/vosish.h"
@@ -2615,9 +2605,6 @@ typedef struct clone_params CLONE_PARAMS;
#if defined(__HAIKU__)
# include "haiku/haikuish.h"
# define ISHISH "haiku"
-#elif defined(__BEOS__)
-# include "beos/beosish.h"
-# define ISHISH "beos"
#endif
#ifndef ISHISH