summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/vos/config.ga.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-03-28 19:23:16 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-03-28 19:23:16 +0000
commit17d22ff90d7678f627704149ed0e537b4380531e (patch)
treee8df9aa3a393dcb98f06f2f1f5bb9ac88cd1b988 /gnu/usr.bin/perl/vos/config.ga.h
parent21e49c3d2e0bc23209dd78235f7cc3dc8802a2df (diff)
merge in perl 5.8.8
Diffstat (limited to 'gnu/usr.bin/perl/vos/config.ga.h')
-rw-r--r--gnu/usr.bin/perl/vos/config.ga.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/usr.bin/perl/vos/config.ga.h b/gnu/usr.bin/perl/vos/config.ga.h
index 7cf908e9972..9ecf22def0c 100644
--- a/gnu/usr.bin/perl/vos/config.ga.h
+++ b/gnu/usr.bin/perl/vos/config.ga.h
@@ -7,7 +7,7 @@
* that running config_h.SH again will wipe out any changes you've made.
* For a more permanent change edit config.sh and rerun config_h.SH.
*
- * \$Id: config.ga.h,v 1.7 2005/01/15 21:30:42 millert Exp $
+ * \$Id: config.ga.h,v 1.8 2006/03/28 19:23:14 millert Exp $
*/
/*
@@ -1387,8 +1387,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 "/system/ported/lib/perl5/5.8.6" /**/
-#define PRIVLIB_EXP "/system/ported/lib/perl5/5.8.6" /**/
+#define PRIVLIB "/system/ported/lib/perl5/5.8.8" /**/
+#define PRIVLIB_EXP "/system/ported/lib/perl5/5.8.8" /**/
/* SITEARCH:
* This symbol contains the name of the private library for this package.
@@ -1405,8 +1405,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 "/system/ported/lib/perl5/site_perl/5.8.6/hppa1.1" /**/
-/*#define SITEARCH_EXP "/system/ported/lib/perl5/site_perl/5.8.6/hppa1.1" /**/
+/*#define SITEARCH "/system/ported/lib/perl5/site_perl/5.8.8/hppa1.1" /**/
+/*#define SITEARCH_EXP "/system/ported/lib/perl5/site_perl/5.8.8/hppa1.1" /**/
/* SITELIB:
* This symbol contains the name of the private library for this package.
@@ -1428,8 +1428,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 "/system/ported/lib/perl5/site_perl/5.8.6" /**/
-#define SITELIB_EXP "/system/ported/lib/perl5/site_perl/5.8.6" /**/
+#define SITELIB "/system/ported/lib/perl5/site_perl/5.8.8" /**/
+#define SITELIB_EXP "/system/ported/lib/perl5/site_perl/5.8.8" /**/
#define SITELIB_STEM "/system/ported/lib/perl5/site_perl" /**/
/* PERL_VENDORARCH:
@@ -3360,7 +3360,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 /system/ported/lib/perl5/site_perl/5.8.6/hppa1.1 for older
+ * lib/lib.pm will automatically search in /system/ported/lib/perl5/site_perl/5.8.8/hppa1.1 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.
@@ -3379,7 +3379,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 /system/ported/lib/perl5/site_perl/5.8.6 for older directories across major versions
+ * search in /system/ported/lib/perl5/site_perl/5.8.8 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