diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 18:58:17 +0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 18:58:17 +0800 |
commit | 88ea365576417b263eed614d4b3c1c4781b6544a (patch) | |
tree | a4d3c4c895002a18529dc6ecf84956e792435195 /uconfig.h | |
parent | d634733c523ec6f574382d9fe0682071a0aabbcd (diff) | |
download | perl-88ea365576417b263eed614d4b3c1c4781b6544a.tar.gz |
First provisional bump to 5.14.0-RC0
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -956,8 +956,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 "/usr/local/lib/perl5/5.13/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.13/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.14/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.14/unknown" / **/ /* ARCHNAME: * This symbol holds a string representing the architecture name. @@ -2064,8 +2064,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 "/usr/local/lib/perl5/5.13" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.13" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.14" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.14" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -2115,8 +2115,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 "/usr/local/lib/perl5/5.13/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.13/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.14/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.14/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -2138,8 +2138,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 "/usr/local/lib/perl5/5.13" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.13" /**/ +#define SITELIB "/usr/local/lib/perl5/5.14" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.14" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* SSize_t: |