perl 5.003: vms/config.vms
Perl 5 Porters [Sun, 23 Jun 1996 09:54:20 +0000 (09:54 +0000)]
Remove string concatenation on which VAXC chokes
Update to reflect new version

vms/config.vms

index ec95230..203e479 100644 (file)
 #define STRINGIFY(a)"a"
 #endif
 
-/* Default value for version token in ARCHLIB_EXP;
- * updated during build by FndVers.Com -- do not edit
- */
-#ifndef _PVERS
-#  define _PVERS "5_00201"  /**/
-#endif
-
 /* config-start */
 
 /* MEM_ALIGNBYTES:
  *     same as PRIVLIB_EXP, it is not defined, since presumably the
  *     program already searches PRIVLIB_EXP.
  */
-#ifdef __ALPHA
-#define ARCHLIB_EXP CAT2("/perl_root/lib/VMS_AXP/",_PVERS)  /* config-skip */
-#else
-#define ARCHLIB_EXP CAT2("/perl_root/lib/VMS_VAX/",_PVERS)  /* config-skip */
-#endif
+/*     ==> NOTE <==
+ * This value is automatically updated by FndVers.Com
+ * when Perl is built.  Please do not change it by hand; make
+ * any changes to FndVers.Com instead.
+ */
+#define ARCHLIB_EXP "/perl_root/lib/VMS_VAX/5_003"    /**/
 
 /* CPPSTDIN:
  *     This symbol contains the first part of the string which will invoke
  *     used in programs that are not prepared to deal with ~ expansion at 
  *     run-time.
  */
-#ifdef __ALPHA
-#define OLDARCHLIB_EXP "/perl_root/lib/VMS_AXP"  /* config-skip */
-#else
-#define OLDARCHLIB_EXP "/perl_root/lib/VMS_VAX" /* config-skip */
-#endif
+/*     ==> NOTE <==
+ * This value is automatically updated by FndVers.Com
+ * when Perl is built.  Please do not change it by hand; make
+ * any changes to FndVers.Com instead.
+ */
+#define OLDARCHLIB_EXP "/perl_root/lib/VMS_VAX"  /**/
 
 /* PRIVLIB_EXP:
  *     This symbol contains the name of the private library for this package.
  *     This symbol contains the ~name expanded version of SITEARCH, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#ifdef __ALPHA
-#define SITEARCH_EXP "/perl_root/lib/site_perl/VMS_AXP"  /* config-skip */
-#else
-#define SITEARCH_EXP "/perl_root/lib/site_perl/VMS_VAX" /* config-skip */
-#endif
+/*     ==> NOTE <==
+ * This value is automatically updated by FndVers.Com
+ * when Perl is built.  Please do not change it by hand; make
+ * any changes to FndVers.Com instead.
+ */
+#define SITEARCH_EXP "/perl_root/lib/site_perl/VMS_VAX"  /**/
 
 /* SCRIPTDIR:
  *     This symbol holds the name of the directory in which the user wants