diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-14 20:15:53 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-14 20:15:53 +0000 |
commit | 4792f629cd195c23945f7927dd5f302da5f97e2a (patch) | |
tree | 0ae47430cd80902bcabc91ac0fe7d884677ed133 /epoc | |
parent | f96a0a5d8141abf4d6f9689ccee6e13683e0f146 (diff) | |
download | perl-4792f629cd195c23945f7927dd5f302da5f97e2a.tar.gz |
Update EPOC libdir names.
p4raw-id: //depot/cfgperl@4155
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/epoc/config.h b/epoc/config.h index b0f32e13c8..0ff42e21be 100644 --- a/epoc/config.h +++ b/epoc/config.h @@ -2074,8 +2074,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 "/perl/lib/5.00560/epoc" /**/ -#define ARCHLIB_EXP "/perl/lib/5.00560/epoc" /**/ +#define ARCHLIB "/perl/lib/5.00562/epoc" /**/ +#define ARCHLIB_EXP "/perl/lib/5.00562/epoc" /**/ /* DLSYM_NEEDS_UNDERSCORE: * This symbol, if defined, indicates that we need to prepend an @@ -2265,8 +2265,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 "/perl/lib/5.00560" /**/ -#define PRIVLIB_EXP "/perl/lib/5.00560" /**/ +#define PRIVLIB "/perl/lib/5.00562" /**/ +#define PRIVLIB_EXP "/perl/lib/5.00562" /**/ /* SELECT_MIN_BITS: * This symbol holds the minimum number of bits operated by select. @@ -2290,8 +2290,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 "/perl/lib/site_perl/5.00556/epoc" /**/ -#define SITEARCH_EXP "/perl/lib/site_perl/5.00560/epoc" /**/ +#define SITEARCH "/perl/lib/site_perl/5.00562/epoc" /**/ +#define SITEARCH_EXP "/perl/lib/site_perl/5.00562/epoc" /**/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -2306,8 +2306,8 @@ * This symbol contains the ~name expanded version of SITELIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITELIB "/perl/lib/site_perl/5.00560" /**/ -#define SITELIB_EXP "/perl/lib/site_perl/5.00560" /**/ +#define SITELIB "/perl/lib/site_perl/5.00562" /**/ +#define SITELIB_EXP "/perl/lib/site_perl/5.00562" /**/ /* STARTPERL: * This variable contains the string to put in front of a perl |