diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-07-21 06:20:13 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-22 06:57:56 +0000 |
commit | ad8f6dc7be30931bf5908b4d82fdf324d41c87bd (patch) | |
tree | 2e0c5a28a0e70db82a4fe45f98f88536a112e683 /Porting/config_H | |
parent | e2bdeb6a2e67181e52892eb44525b35c5ee5d85c (diff) | |
download | perl-ad8f6dc7be30931bf5908b4d82fdf324d41c87bd.tar.gz |
Porting/config* updates for 5.005
Message-Id: <Pine.SUN.3.96.980721101922.8078A-100000@newton.phys>
p4raw-id: //depot/perl@1626
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Porting/config_H b/Porting/config_H index b4d96217ef..8cbf3c497b 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Tue Jul 14 13:02:14 EDT 1998 + * Configuration time: Tue Jul 21 10:03:27 EDT 1998 * Configured by : doughera * Target system : linux fractal 2.0.34 #1 tue jun 23 10:09:17 edt 1998 i686 unknown */ @@ -1839,8 +1839,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.00474/i686-linux-thread" /**/ -#define ARCHLIB_EXP "/opt/perl/lib/5.00474/i686-linux-thread" /**/ +#define ARCHLIB "/opt/perl/lib/5.005/i686-linux-thread" /**/ +#define ARCHLIB_EXP "/opt/perl/lib/5.005/i686-linux-thread" /**/ /* DLSYM_NEEDS_UNDERSCORE: * This symbol, if defined, indicates that we need to prepend an @@ -1885,8 +1885,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.00474" /**/ -#define PRIVLIB_EXP "/opt/perl/lib/5.00474" /**/ +#define PRIVLIB "/opt/perl/lib/5.005" /**/ +#define PRIVLIB_EXP "/opt/perl/lib/5.005" /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1901,8 +1901,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.00474/i686-linux-thread" /**/ -#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.00474/i686-linux-thread" /**/ +#define SITEARCH "/opt/perl/lib/site_perl/5.005/i686-linux-thread" /**/ +#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.005/i686-linux-thread" /**/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -1917,8 +1917,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 "/opt/perl/lib/site_perl/5.00474" /**/ -#define SITELIB_EXP "/opt/perl/lib/site_perl/5.00474" /**/ +#define SITELIB "/opt/perl/lib/site_perl/5.005" /**/ +#define SITELIB_EXP "/opt/perl/lib/site_perl/5.005" /**/ /* STARTPERL: * This variable contains the string to put in front of a perl |