diff options
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -934,8 +934,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.17/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.17/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.18/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.18/unknown" / **/ /* ARCHNAME: * This symbol holds a string representing the architecture name. @@ -3043,8 +3043,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.17" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.17" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.18" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.18" /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -3187,8 +3187,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.17/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.17/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.18/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.18/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -3210,8 +3210,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.17" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.17" /**/ +#define SITELIB "/usr/local/lib/perl5/5.18" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.18" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* Size_t_size: |