diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-08 20:58:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-08 20:58:02 +0000 |
commit | 1761cee512762c09b2a848d3c6cbd5a3b4232ffa (patch) | |
tree | 6e211068ee1368390669709334240812fd0a67de /win32/config_H.gc | |
parent | 3dc6ede7f49a7b2b348c8780a45fe232aa5beb97 (diff) | |
download | perl-1761cee512762c09b2a848d3c6cbd5a3b4232ffa.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5043
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index 9575e4325e..d9adb8f8d7 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1082,7 +1082,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.5.640\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.5.650\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -1113,8 +1113,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.5.640\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.5.640\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.5.650\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.5.650\\bin\\MSWin32-x86" /**/ /* PERL_BINCOMPAT_5005: * This symbol, if defined, indicates that Perl 5.006 should be @@ -2305,7 +2305,7 @@ * for a C initialization string. See the inc_version_list entry * in Porting/Glossary for more details. */ -#define PERL_INC_VERSION_LIST /**/ +#define PERL_INC_VERSION_LIST 0 /**/ /* HAS_OFF64_T: * This symbol will be defined if the C compiler supports off64_t. @@ -2540,8 +2540,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.5.640\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.5.640")) /**/ +#define PRIVLIB "c:\\perl\\5.5.650\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.5.650")) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -2639,7 +2639,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.5.640\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.5.650\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -2657,8 +2657,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.5.640\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.5.640")) /**/ +#define SITELIB "c:\\perl\\site\\5.5.650\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.5.650")) /**/ /* Size_t: * This symbol holds the type used to declare length parameters |