config_H (perl-5.28.2.tar.xz) | : | config_H (perl-5.28.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 1242 | skipping to change at line 1242 | |||
* library files for perl5. It is most often a local directory | * library files for perl5. It is most often a local directory | |||
* such as /usr/local/lib. Programs using this variable must be | * such as /usr/local/lib. Programs using this variable must be | |||
* prepared to deal with filename expansion. If ARCHLIB is the | * prepared to deal with filename expansion. If ARCHLIB is the | |||
* same as PRIVLIB, it is not defined, since presumably the | * same as PRIVLIB, it is not defined, since presumably the | |||
* program already searches PRIVLIB. | * program already searches PRIVLIB. | |||
*/ | */ | |||
/* ARCHLIB_EXP: | /* ARCHLIB_EXP: | |||
* This symbol contains the ~name expanded version of ARCHLIB, to be used | * 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. | * in programs that are not prepared to deal with ~ expansion at run-time. | |||
*/ | */ | |||
#define ARCHLIB "/opt/perl/lib/5.28.2/x86_64-linux" /**/ | #define ARCHLIB "/opt/perl/lib/5.28.3/x86_64-linux" /**/ | |||
#define ARCHLIB_EXP "/opt/perl/lib/5.28.2/x86_64-linux" /**/ | #define ARCHLIB_EXP "/opt/perl/lib/5.28.3/x86_64-linux" /**/ | |||
/* BIN: | /* BIN: | |||
* This symbol holds the path of the bin directory where the package will | * This symbol holds the path of the bin directory where the package will | |||
* be installed. Program must be prepared to deal with ~name substitution. | * be installed. Program must be prepared to deal with ~name substitution. | |||
*/ | */ | |||
/* BIN_EXP: | /* BIN_EXP: | |||
* This symbol is the filename expanded version of the BIN symbol, for | * This symbol is the filename expanded version of the BIN symbol, for | |||
* programs that do not want to deal with that at run-time. | * programs that do not want to deal with that at run-time. | |||
*/ | */ | |||
/* PERL_RELOCATABLE_INC: | /* PERL_RELOCATABLE_INC: | |||
skipping to change at line 1296 | skipping to change at line 1296 | |||
/* PRIVLIB: | /* PRIVLIB: | |||
* This symbol contains the name of the private library for this package. | * This symbol contains the name of the private library for this package. | |||
* The library is private in the sense that it needn't be in anyone's | * The library is private in the sense that it needn't be in anyone's | |||
* execution path, but it should be accessible by the world. The program | * execution path, but it should be accessible by the world. The program | |||
* should be prepared to do ~ expansion. | * should be prepared to do ~ expansion. | |||
*/ | */ | |||
/* PRIVLIB_EXP: | /* PRIVLIB_EXP: | |||
* This symbol contains the ~name expanded version of PRIVLIB, to be used | * 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. | * in programs that are not prepared to deal with ~ expansion at run-time. | |||
*/ | */ | |||
#define PRIVLIB "/opt/perl/lib/5.28.2" /**/ | #define PRIVLIB "/opt/perl/lib/5.28.3" /**/ | |||
#define PRIVLIB_EXP "/opt/perl/lib/5.28.2" /**/ | #define PRIVLIB_EXP "/opt/perl/lib/5.28.3" /**/ | |||
/* SITEARCH: | /* SITEARCH: | |||
* This symbol contains the name of the private library for this package. | * This symbol contains the name of the private library for this package. | |||
* The library is private in the sense that it needn't be in anyone's | * The library is private in the sense that it needn't be in anyone's | |||
* execution path, but it should be accessible by the world. The program | * execution path, but it should be accessible by the world. The program | |||
* should be prepared to do ~ expansion. | * should be prepared to do ~ expansion. | |||
* The standard distribution will put nothing in this directory. | * The standard distribution will put nothing in this directory. | |||
* After perl has been installed, users may install their own local | * After perl has been installed, users may install their own local | |||
* architecture-dependent modules in this directory with | * architecture-dependent modules in this directory with | |||
* MakeMaker Makefile.PL | * MakeMaker Makefile.PL | |||
* or equivalent. See INSTALL for details. | * or equivalent. See INSTALL for details. | |||
*/ | */ | |||
/* SITEARCH_EXP: | /* SITEARCH_EXP: | |||
* This symbol contains the ~name expanded version of SITEARCH, to be used | * 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. | * in programs that are not prepared to deal with ~ expansion at run-time. | |||
*/ | */ | |||
#define SITEARCH "/opt/perl/lib/site_perl/5.28.2/x86_64-linux" /**/ | #define SITEARCH "/opt/perl/lib/site_perl/5.28.3/x86_64-linux" /**/ | |||
#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.28.2/x86_64-linux" / | #define SITEARCH_EXP "/opt/perl/lib/site_perl/5.28.3/x86_64-linux" / | |||
**/ | **/ | |||
/* SITELIB: | /* SITELIB: | |||
* This symbol contains the name of the private library for this package. | * This symbol contains the name of the private library for this package. | |||
* The library is private in the sense that it needn't be in anyone's | * The library is private in the sense that it needn't be in anyone's | |||
* execution path, but it should be accessible by the world. The program | * execution path, but it should be accessible by the world. The program | |||
* should be prepared to do ~ expansion. | * should be prepared to do ~ expansion. | |||
* The standard distribution will put nothing in this directory. | * The standard distribution will put nothing in this directory. | |||
* After perl has been installed, users may install their own local | * After perl has been installed, users may install their own local | |||
* architecture-independent modules in this directory with | * architecture-independent modules in this directory with | |||
* MakeMaker Makefile.PL | * MakeMaker Makefile.PL | |||
skipping to change at line 1337 | skipping to change at line 1337 | |||
*/ | */ | |||
/* SITELIB_EXP: | /* SITELIB_EXP: | |||
* This symbol contains the ~name expanded version of SITELIB, to be used | * 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. | * in programs that are not prepared to deal with ~ expansion at run-time. | |||
*/ | */ | |||
/* SITELIB_STEM: | /* SITELIB_STEM: | |||
* This define is SITELIB_EXP with any trailing version-specific component | * This define is SITELIB_EXP with any trailing version-specific component | |||
* removed. The elements in inc_version_list (inc_version_list.U) can | * 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. | * be tacked onto this variable to generate a list of directories to search. | |||
*/ | */ | |||
#define SITELIB "/opt/perl/lib/site_perl/5.28.2" /**/ | #define SITELIB "/opt/perl/lib/site_perl/5.28.3" /**/ | |||
#define SITELIB_EXP "/opt/perl/lib/site_perl/5.28.2" /**/ | #define SITELIB_EXP "/opt/perl/lib/site_perl/5.28.3" /**/ | |||
#define SITELIB_STEM "/opt/perl/lib/site_perl" /**/ | #define SITELIB_STEM "/opt/perl/lib/site_perl" /**/ | |||
/* PERL_VENDORARCH: | /* PERL_VENDORARCH: | |||
* If defined, this symbol contains the name of a private library. | * If defined, this symbol contains the name of a private library. | |||
* The library is private in the sense that it needn't be in anyone's | * The library is private in the sense that it needn't be in anyone's | |||
* execution path, but it should be accessible by the world. | * execution path, but it should be accessible by the world. | |||
* It may have a ~ on the front. | * It may have a ~ on the front. | |||
* The standard distribution will put nothing in this directory. | * The standard distribution will put nothing in this directory. | |||
* Vendors who distribute perl may wish to place their own | * Vendors who distribute perl may wish to place their own | |||
* architecture-dependent modules and extensions in this directory with | * architecture-dependent modules and extensions in this directory with | |||
skipping to change at line 4123 | skipping to change at line 4123 | |||
* 1 for unsigned, -1 for signed. | * 1 for unsigned, -1 for signed. | |||
*/ | */ | |||
#define ST_INO_SIGN 1 /* st_ino sign */ | #define ST_INO_SIGN 1 /* st_ino sign */ | |||
#define ST_INO_SIZE 8 /* st_ino size */ | #define ST_INO_SIZE 8 /* st_ino size */ | |||
/* STARTPERL: | /* STARTPERL: | |||
* This variable contains the string to put in front of a perl | * This variable contains the string to put in front of a perl | |||
* script to make sure (one hopes) that it runs with perl and not | * script to make sure (one hopes) that it runs with perl and not | |||
* some shell. | * some shell. | |||
*/ | */ | |||
#define STARTPERL "#!/opt/perl/bin/perl5.28.2" /**/ | #define STARTPERL "#!/opt/perl/bin/perl5.28.3" /**/ | |||
/* HAS_STDIO_STREAM_ARRAY: | /* HAS_STDIO_STREAM_ARRAY: | |||
* This symbol, if defined, tells that there is an array | * This symbol, if defined, tells that there is an array | |||
* holding the stdio streams. | * holding the stdio streams. | |||
*/ | */ | |||
/* STDIO_STREAM_ARRAY: | /* STDIO_STREAM_ARRAY: | |||
* This symbol tells the name of the array holding the stdio streams. | * This symbol tells the name of the array holding the stdio streams. | |||
* Usual values include _iob, __iob, and __sF. | * Usual values include _iob, __iob, and __sF. | |||
*/ | */ | |||
/*#define HAS_STDIO_STREAM_ARRAY / **/ | /*#define HAS_STDIO_STREAM_ARRAY / **/ | |||
End of changes. 5 change blocks. | ||||
10 lines changed or deleted | 10 lines changed or added |