X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/2e3ef32f4acc106de6ae8170099f09a36d4ef490..5af38e470e5404ea35b11b729d9a03653c224ccb:/uconfig.h diff --git a/uconfig.h b/uconfig.h index 92dba87..3d7307a 100644 --- a/uconfig.h +++ b/uconfig.h @@ -1229,8 +1229,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.29/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.29/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.31/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.31/unknown" / **/ /* BIN: * This symbol holds the path of the bin directory where the package will @@ -1283,8 +1283,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.29" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.29" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.31" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.31" /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1301,8 +1301,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.29/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.29/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.31/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.31/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -1324,8 +1324,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.29" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.29" /**/ +#define SITELIB "/usr/local/lib/perl5/5.31" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.31" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* PERL_VENDORARCH: @@ -1465,6 +1465,7 @@ /*#define HASATTRIBUTE_PURE / **/ /*#define HASATTRIBUTE_UNUSED / **/ /*#define HASATTRIBUTE_WARN_UNUSED_RESULT / **/ +/*#define HASATTRIBUTE_ALWAYS_INLINE / **/ /* HAS_BACKTRACE: * This symbol, if defined, indicates that the backtrace() routine is @@ -2976,6 +2977,9 @@ * This symbol, if defined, indicates that the memmem routine is * available to return a pointer to the start of the first occurance * of a substring in a memory area (or NULL if not found). + * In glibc, memmem is a GNU extension. The function is visible in + * libc, but the prototype is only visible if _GNU_SOURCE is #defined. + * Thus we only define this if both the prototype and symbol are found. */ /*#define HAS_MEMMEM / **/ @@ -3466,13 +3470,13 @@ /* HAS_TOWLOWER: * This symbol, if defined, indicates that the towlower () routine is - * available to do string concatenation. + * available to do case conversion. */ /*#define HAS_TOWLOWER / **/ /* HAS_TOWUPPER: * This symbol, if defined, indicates that the towupper () routine is - * available to do string concatenation. + * available to do case conversion. */ /*#define HAS_TOWUPPER / **/ @@ -4193,11 +4197,11 @@ /*#define USE_64_BIT_ALL / **/ #endif -/* USE_CBACKTRACE: +/* USE_C_BACKTRACE: * This symbol, if defined, indicates that Perl should * be built with support for backtrace. */ -/*#define USE_CBACKTRACE / **/ +/*#define USE_C_BACKTRACE / **/ /* USE_DTRACE: * This symbol, if defined, indicates that Perl should @@ -5084,6 +5088,12 @@ /*#define HAS_TTYNAME_R / **/ #define TTYNAME_R_PROTO 0 /**/ +/* HAS_WCRTOMB: + * This symbol, if defined, indicates that the wcrtomb routine is + * available to convert a wide character into a multi-byte character. + */ +/*#define HAS_WCRTOMB / **/ + /* I_MACH_CTHREADS: * This symbol, if defined, indicates to the C program that it should * include . @@ -5241,6 +5251,6 @@ #endif /* Generated from: - * 2cc5c49f1266887de8224d2804aae6f80c43da0a62782d74866d5e828194698d config_h.SH - * d6d2fc8bf209b3d6db681ac0994a29a281afe35c3a96bb62079cb15b0605d035 uconfig.sh + * 0c6730559753fa1aa79fa3a10b50df81c20cae46d1fe3e3faef1c7d3aa13c92c config_h.SH + * 31c25f95118efbf99e358f81091058e6723b4cccb8474dfbc6d06c2b7d46ff17 uconfig.sh * ex: set ro: */