X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/56b575b98e1abc4a3d9d34366e39c83d61bdb308..dcccc8ffbf2d700aa062eb88abe7b8cffc41ba48:/uconfig.h diff --git a/uconfig.h b/uconfig.h index 30ecc5a..35f1a0d 100644 --- a/uconfig.h +++ b/uconfig.h @@ -246,13 +246,13 @@ /* HAS_MBSTOWCS: * This symbol, if defined, indicates that the mbstowcs routine is - * available to covert a multibyte string into a wide character string. + * available to convert a multibyte string into a wide character string. */ /*#define HAS_MBSTOWCS / **/ /* HAS_MBTOWC: * This symbol, if defined, indicates that the mbtowc routine is available - * to covert a multibyte to a wide character. + * to convert a multibyte to a wide character. */ /*#define HAS_MBTOWC / **/ @@ -614,7 +614,7 @@ /* HAS_WCTOMB: * This symbol, if defined, indicates that the wctomb routine is available - * to covert a wide character to a multibyte. + * to convert a wide character to a multibyte. */ /*#define HAS_WCTOMB / **/ @@ -866,18 +866,6 @@ #define OSNAME "unknown" /**/ #define OSVERS "unknown" /**/ -/* USE_CROSS_COMPILE: - * This symbol, if defined, indicates that Perl is being cross-compiled. - */ -/* PERL_TARGETARCH: - * This symbol, if defined, indicates the target architecture - * Perl has been cross-compiled to. Undefined if not a cross-compile. - */ -#ifndef USE_CROSS_COMPILE -/*#define USE_CROSS_COMPILE / **/ -#define PERL_TARGETARCH "" /**/ -#endif - /* MULTIARCH: * This symbol, if defined, signifies that the build * process will produce some binary files that are going to be @@ -908,8 +896,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.19/unknown" / **/ -/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.19/unknown" / **/ +/*#define ARCHLIB "/usr/local/lib/perl5/5.21/unknown" / **/ +/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.21/unknown" / **/ /* ARCHNAME: * This symbol holds a string representing the architecture name. @@ -967,7 +955,7 @@ * so the default case (for NeXT) is big endian to catch them. * This might matter for NeXT 3.0. */ -#if defined(USE_CROSS_COMPILE) || defined(MULTIARCH) +#if defined(MULTIARCH) # ifdef __LITTLE_ENDIAN__ # if LONGSIZE == 4 # define BYTEORDER 0x1234 @@ -2650,14 +2638,7 @@ * This symbol, if defined, indicates that this system uses * EBCDIC encoding. */ -/* BOOTSTRAP_CHARSET: - * This symbol, if defined, indicates that this system needs - * converting various files to the native character set before - * bringing up perl on a system that has a non-ASCII character - * set and no working perl. - */ /*#define EBCDIC / **/ -/*#define BOOTSTRAP_CHARSET / **/ /* Fpos_t: * This symbol holds the type used to declare file positions in libc. @@ -3019,8 +3000,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.19" /**/ -#define PRIVLIB_EXP "/usr/local/lib/perl5/5.19" /**/ +#define PRIVLIB "/usr/local/lib/perl5/5.21" /**/ +#define PRIVLIB_EXP "/usr/local/lib/perl5/5.21" /**/ /* CAN_PROTOTYPE: * If defined, this macro indicates that the C compiler can handle @@ -3163,8 +3144,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.19/unknown" / **/ -/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.19/unknown" / **/ +/*#define SITEARCH "/usr/local/lib/perl5/5.21/unknown" / **/ +/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.21/unknown" / **/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -3186,8 +3167,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.19" /**/ -#define SITELIB_EXP "/usr/local/lib/perl5/5.19" /**/ +#define SITELIB "/usr/local/lib/perl5/5.21" /**/ +#define SITELIB_EXP "/usr/local/lib/perl5/5.21" /**/ #define SITELIB_STEM "/usr/local/lib/perl5" /**/ /* Size_t_size: @@ -3324,6 +3305,18 @@ /*#define I_TERMIOS / **/ /*#define I_SGTTY / **/ +/* USE_CROSS_COMPILE: + * This symbol, if defined, indicates that Perl is being cross-compiled. + */ +/* PERL_TARGETARCH: + * This symbol, if defined, indicates the target architecture + * Perl has been cross-compiled to. Undefined if not a cross-compile. + */ +#ifndef USE_CROSS_COMPILE +/*#define USE_CROSS_COMPILE / **/ +#define PERL_TARGETARCH "" /**/ +#endif + /* PERL_USE_DEVEL: * This symbol, if defined, indicates that Perl was configured with * -Dusedevel, to enable development features. This should not be @@ -4138,6 +4131,18 @@ */ /*#define HAS_USTAT / **/ +/* HAS_WCSCMP: + * This symbol, if defined, indicates that the wcscmp routine is + * available to compare two wide character strings. + */ +/*#define HAS_WCSCMP / **/ + +/* HAS_WCSXFRM: + * This symbol, if defined, indicates that the wcsxfrm routine is + * available to tranform a wide character string for wcscmp(). + */ +/*#define HAS_WCSXFRM / **/ + /* HAS_WRITEV: * This symbol, if defined, indicates that the writev routine is * available to do scatter writes. @@ -4718,6 +4723,6 @@ #endif /* Generated from: - * 22d1d13b2edddb32d717d415a6df2a92c7c772d8af897d5d2bf2cc14b890ea35 config_h.SH - * 71b0dcf437b30c409fc23b5c4c6ec2c988fc419295a650fe80f93a6d5fb0ff94 uconfig.sh + * 06dae33599ea14bee0e39e3b22e1f685aaae36422af2c567dc1de19203950835 config_h.SH + * 6859e7550b3ae0da512f0a8b99762af72df599ab734520206d7b3574459e948f uconfig.sh * ex: set ro: */