summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-06-23 09:54:20 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-06-23 09:54:20 +0000
commit30fb25ece8dec5c84d0768e30a0feb709a518e57 (patch)
tree549029136841646881202b9dfb051f44e1ba38e2
parentc9b6aaedabd451530e185b03a716e2799ec0aa62 (diff)
downloadperl-30fb25ece8dec5c84d0768e30a0feb709a518e57.tar.gz
perl 5.003: vms/config.vms
Remove string concatenation on which VAXC chokes Update to reflect new version
-rw-r--r--vms/config.vms40
1 files changed, 18 insertions, 22 deletions
diff --git a/vms/config.vms b/vms/config.vms
index ec9523016b..203e479016 100644
--- a/vms/config.vms
+++ b/vms/config.vms
@@ -44,13 +44,6 @@
#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:
@@ -74,11 +67,12 @@
* 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
@@ -1318,11 +1312,12 @@
* 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.
@@ -1342,11 +1337,12 @@
* 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