summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2008-01-15 19:20:53 +0000
committerSteve Peters <steve@fisharerojo.org>2008-01-15 19:20:53 +0000
commit9244ff22d9253b414cdb453152476520e8a65e68 (patch)
treea387fde9232e1d2b1ef1900c1dd479c4109d4feb /Porting/config_H
parent8a0ba8a1aa63173cb5bb0437d43c7a9886f7c5f7 (diff)
downloadperl-9244ff22d9253b414cdb453152476520e8a65e68.tar.gz
Thanks to Sébstien Aperghis-Tramoni's suggestion, updated version
numbers in a few extra files and regenerated uconfig.h. p4raw-id: //depot/perl@32981
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 165f596f85..5b29c9b0c2 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -961,8 +961,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.10.0/i686-linux" /**/
-#define ARCHLIB_EXP "/opt/perl/lib/5.10.0/i686-linux" /**/
+#define ARCHLIB "/opt/perl/lib/5.11.0/i686-linux" /**/
+#define ARCHLIB_EXP "/opt/perl/lib/5.11.0/i686-linux" /**/
/* ARCHNAME:
* This symbol holds a string representing the architecture name.
@@ -3375,8 +3375,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.10.0" /**/
-#define PRIVLIB_EXP "/opt/perl/lib/5.10.0" /**/
+#define PRIVLIB "/opt/perl/lib/5.11.0" /**/
+#define PRIVLIB_EXP "/opt/perl/lib/5.11.0" /**/
/* PTRSIZE:
* This symbol contains the size of a pointer, so that the C preprocessor
@@ -3483,8 +3483,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.10.0/i686-linux" /**/
-#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.10.0/i686-linux" /**/
+#define SITEARCH "/opt/perl/lib/site_perl/5.11.0/i686-linux" /**/
+#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.11.0/i686-linux" /**/
/* SITELIB:
* This symbol contains the name of the private library for this package.
@@ -3506,8 +3506,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.10.0" /**/
-#define SITELIB_EXP "/opt/perl/lib/site_perl/5.10.0" /**/
+#define SITELIB "/opt/perl/lib/site_perl/5.11.0" /**/
+#define SITELIB_EXP "/opt/perl/lib/site_perl/5.11.0" /**/
#define SITELIB_STEM "/opt/perl/lib/site_perl" /**/
/* Size_t_size:
@@ -3544,7 +3544,7 @@
* script to make sure (one hopes) that it runs with perl and not
* some shell.
*/
-#define STARTPERL "#!/opt/perl/bin/perl5.10.0" /**/
+#define STARTPERL "#!/opt/perl/bin/perl5.11.0" /**/
/* STDCHAR:
* This symbol is defined to be the type of char used in stdio.h.