From: Jarkko Hietaniemi Date: Tue, 11 Dec 2001 15:12:18 +0000 (+0000) Subject: Unlean the leaning tower of Babel. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=19848b3fa09ce050a4be1811af91c3670de2759e;p=p5sagit%2Fp5-mst-13.2.git Unlean the leaning tower of Babel. p4raw-id: //depot/perl@13623 --- diff --git a/perl.h b/perl.h index 8f759d0..ace2aac 100644 --- a/perl.h +++ b/perl.h @@ -1753,45 +1753,56 @@ typedef struct clone_params CLONE_PARAMS; #endif #if defined(__OPEN_VM) -# include "vmesa/vmesaish.h" +# include "vmesa/vmesaish.h" +# define ISHISH "vmesa" #endif #ifdef DOSISH -# if defined(OS2) -# include "os2ish.h" -# else -# include "dosish.h" -# endif -#else -# if defined(VMS) +# if defined(OS2) +# include "os2ish.h" +# else +# include "dosish.h" +# endif +# define ISHISH "dos" +#endif + +#if defined(VMS) # include "vmsish.h" # include "embed.h" -# else -# if defined(PLAN9) -# include "./plan9/plan9ish.h" -# else -# if defined(MPE) -# include "mpeix/mpeixish.h" -# else -# if defined(__VOS__) -# include "vosish.h" -# else -# if defined(EPOC) -# include "epocish.h" -# else -# if defined(MACOS_TRADITIONAL) -# include "macos/macish.h" -# ifndef NO_ENVIRON_ARRAY -# define NO_ENVIRON_ARRAY -# endif -# else -# include "unixish.h" -# endif -# endif -# endif -# endif +# define ISHISH "vms" +#endif + +#if defined(PLAN9) +# include "./plan9/plan9ish.h" +# define ISHISH "plan9" +#endif + +#if defined(MPE) +# include "mpeix/mpeixish.h" +# define ISHISH "mpeix" +#endif + +#if defined(__VOS__) +# include "vosish.h" +# define ISHISH "vos" +#endif + +#if defined(EPOC) +# include "epocish.h" +# define ISHISH "epoc" +#endif + +#if defined(MACOS_TRADITIONAL) +# include "macos/macish.h" +# ifndef NO_ENVIRON_ARRAY +# define NO_ENVIRON_ARRAY # endif -# endif +# define ISHISH "macos classic" +#endif + +#ifndef ISHISH +# include "unixish.h" +# define ISHISH "unix" #endif #ifndef NO_ENVIRON_ARRAY