summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-28 20:35:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-28 20:35:59 +0000
commit4282de365ad3986f7690c8ae5aeb465272208972 (patch)
tree7eb0dae31c913ed4d36f7ff546a31ea82c28d75d /Porting/config_H
parent5cda700b511c4f0c6578126263fb9dc92c79641e (diff)
downloadperl-4282de365ad3986f7690c8ae5aeb465272208972.tar.gz
Bump the version numbers to five-eight-oh.
p4raw-id: //depot/perl@16843
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H28
1 files changed, 14 insertions, 14 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 911bd39a5c..960fc9d708 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Mon May 20 18:22:54 EET DST 2002
+ * Configuration time: Tue May 28 23:24:18 EET DST 2002
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -984,8 +984,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.7.3/alpha-dec_osf" /**/
-#define ARCHLIB_EXP "/opt/perl/lib/5.7.3/alpha-dec_osf" /**/
+#define ARCHLIB "/opt/perl/lib/5.8.0/alpha-dec_osf" /**/
+#define ARCHLIB_EXP "/opt/perl/lib/5.8.0/alpha-dec_osf" /**/
/* ARCHNAME:
* This symbol holds a string representing the architecture name.
@@ -2985,7 +2985,7 @@
* This symbol, if defined, indicates that Perl is to be installed
* also as /usr/bin/perl.
*/
-/*#define INSTALL_USR_BIN_PERL / **/
+#define INSTALL_USR_BIN_PERL /**/
/* PERL_PRIfldbl:
* This symbol, if defined, contains the string used by stdio to
@@ -3276,8 +3276,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.7.3" /**/
-#define PRIVLIB_EXP "/opt/perl/lib/5.7.3" /**/
+#define PRIVLIB "/opt/perl/lib/5.8.0" /**/
+#define PRIVLIB_EXP "/opt/perl/lib/5.8.0" /**/
/* PTRSIZE:
* This symbol contains the size of a pointer, so that the C preprocessor
@@ -3380,8 +3380,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.7.3/alpha-dec_osf" /**/
-#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.7.3/alpha-dec_osf" /**/
+#define SITEARCH "/opt/perl/lib/site_perl/5.8.0/alpha-dec_osf" /**/
+#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.8.0/alpha-dec_osf" /**/
/* SITELIB:
* This symbol contains the name of the private library for this package.
@@ -3403,8 +3403,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.7.3" /**/
-#define SITELIB_EXP "/opt/perl/lib/site_perl/5.7.3" /**/
+#define SITELIB "/opt/perl/lib/site_perl/5.8.0" /**/
+#define SITELIB_EXP "/opt/perl/lib/site_perl/5.8.0" /**/
#define SITELIB_STEM "/opt/perl/lib/site_perl" /**/
/* Size_t_size:
@@ -3441,7 +3441,7 @@
* script to make sure (one hopes) that it runs with perl and not
* some shell.
*/
-#define STARTPERL "#!/opt/perl/bin/perl5.7.3" /**/
+#define STARTPERL "#!/opt/perl/bin/perl" /**/
/* STDCHAR:
* This symbol is defined to be the type of char used in stdio.h.
@@ -3641,7 +3641,7 @@
/* PERL_XS_APIVERSION:
* This variable contains the version of the oldest perl binary
* compatible with the present perl. perl.c:incpush() and
- * lib/lib.pm will automatically search in /opt/perl/lib/site_perl/5.7.3/alpha-dec_osf for older
+ * lib/lib.pm will automatically search in /opt/perl/lib/site_perl/5.8.0/alpha-dec_osf for older
* directories across major versions back to xs_apiversion.
* This is only useful if you have a perl library directory tree
* structured like the default one.
@@ -3660,7 +3660,7 @@
* compatible with the present perl. (That is, pure perl modules
* written for pm_apiversion will still work for the current
* version). perl.c:incpush() and lib/lib.pm will automatically
- * search in /opt/perl/lib/site_perl/5.7.3 for older directories across major versions
+ * search in /opt/perl/lib/site_perl/5.8.0 for older directories across major versions
* back to pm_apiversion. This is only useful if you have a perl
* library directory tree structured like the default one. The
* versioned site_perl library was introduced in 5.005, so that's
@@ -3670,7 +3670,7 @@
* (presumably) be similar.
* See the INSTALL file for how this works.
*/
-#define PERL_XS_APIVERSION "5.7.3"
+#define PERL_XS_APIVERSION "5.8.0"
#define PERL_PM_APIVERSION "5.005"
/* HAS_CRYPT: