From a502f3d85db268d649a552e90a4cefc6995a8e16 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 2 Aug 1999 08:00:29 +0000 Subject: up patchlevel to 59 p4raw-id: //depot/perl@3877 --- win32/config_H.gc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'win32/config_H.gc') diff --git a/win32/config_H.gc b/win32/config_H.gc index 3acef7539d..0728c2d3fb 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1419,7 +1419,7 @@ * 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 "c:\\perl\\5.00558\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00559\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* BIN: @@ -1430,8 +1430,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.00558\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00558\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/ /* INSTALL_USR_BIN_PERL: * This symbol, if defined, indicates that Perl is to be installed @@ -1449,8 +1449,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 "c:\\perl\\5.00558\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00558")) /**/ +#define PRIVLIB "c:\\perl\\5.00559\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00559")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1465,7 +1465,7 @@ * 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 "c:\\perl\\site\\5.00558\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00559\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1481,8 +1481,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 "c:\\perl\\site\\5.00558\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00558")) /**/ +#define SITELIB "c:\\perl\\site\\5.00559\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00559")) /**/ /* PERL_VENDORLIB_EXP: * This symbol contains the ~name expanded version of VENDORLIB, to be used -- cgit v1.2.1