summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2007-11-20 05:51:54 -0500
committerH.Merijn Brand <h.m.brand@xs4all.nl>2007-11-20 16:10:37 +0000
commit4d7c789858ca4beacd2cf4028e969fabc2a97426 (patch)
treef8ae2a856ce3a191c6ba85086f0a096b3d663068 /Porting/config_H
parent809474c38e5c3496fc9eb23ced60ce6dbac2a15d (diff)
downloadperl-4d7c789858ca4beacd2cf4028e969fabc2a97426.tar.gz
Re: [PATCH] various RC1 nits
Message-ID: <4743029A.3010002@iki.fi> p4raw-id: //depot/perl@32425
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H18
1 files changed, 9 insertions, 9 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 920cd90922..b49e4d1776 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -955,8 +955,8 @@
* This symbol contains the ~name expanded version of ARCHLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define ARCHLIB "/opt/perl/lib/5.9.4/i686-linux" /**/
-#define ARCHLIB_EXP "/opt/perl/lib/5.9.4/i686-linux" /**/
+#define ARCHLIB "/opt/perl/lib/5.10.0/i686-linux" /**/
+#define ARCHLIB_EXP "/opt/perl/lib/5.10.0/i686-linux" /**/
/* ARCHNAME:
* This symbol holds a string representing the architecture name.
@@ -3369,8 +3369,8 @@
* This symbol contains the ~name expanded version of PRIVLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define PRIVLIB "/opt/perl/lib/5.9.4" /**/
-#define PRIVLIB_EXP "/opt/perl/lib/5.9.4" /**/
+#define PRIVLIB "/opt/perl/lib/5.10.0" /**/
+#define PRIVLIB_EXP "/opt/perl/lib/5.10.0" /**/
/* PTRSIZE:
* This symbol contains the size of a pointer, so that the C preprocessor
@@ -3477,8 +3477,8 @@
* 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.
*/
-#define SITEARCH "/opt/perl/lib/site_perl/5.9.4/i686-linux" /**/
-#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.9.4/i686-linux" /**/
+#define SITEARCH "/opt/perl/lib/site_perl/5.10.0/i686-linux" /**/
+#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.10.0/i686-linux" /**/
/* SITELIB:
* This symbol contains the name of the private library for this package.
@@ -3500,8 +3500,8 @@
* removed. The elements in inc_version_list (inc_version_list.U) can
* be tacked onto this variable to generate a list of directories to search.
*/
-#define SITELIB "/opt/perl/lib/site_perl/5.9.4" /**/
-#define SITELIB_EXP "/opt/perl/lib/site_perl/5.9.4" /**/
+#define SITELIB "/opt/perl/lib/site_perl/5.10.0" /**/
+#define SITELIB_EXP "/opt/perl/lib/site_perl/5.10.0" /**/
#define SITELIB_STEM "/opt/perl/lib/site_perl" /**/
/* Size_t_size:
@@ -3538,7 +3538,7 @@
* script to make sure (one hopes) that it runs with perl and not
* some shell.
*/
-#define STARTPERL "#!/opt/perl/bin/perl5.9.4" /**/
+#define STARTPERL "#!/opt/perl/bin/perl5.10.0" /**/
/* STDCHAR:
* This symbol is defined to be the type of char used in stdio.h.