config_H.wc (perl-5.28.2.tar.xz) | : | config_H.wc (perl-5.28.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 901 | skipping to change at line 901 | |||
* 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 "c:\\perl\\5.28.2\\lib\\NetWare-x86-multi-thread" / **/ | #define ARCHLIB "c:\\perl\\5.28.3\\lib\\NetWare-x86-multi-thread" / **/ | |||
/*#define ARCHLIB_EXP "" /**/ | /*#define ARCHLIB_EXP "" /**/ | |||
/* ARCHNAME: | /* ARCHNAME: | |||
* This symbol holds a string representing the architecture name. | * This symbol holds a string representing the architecture name. | |||
* It may be used to construct an architecture-dependant pathname | * It may be used to construct an architecture-dependant pathname | |||
* where library files may be held under a private library, for | * where library files may be held under a private library, for | |||
* instance. | * instance. | |||
*/ | */ | |||
#define ARCHNAME "NetWare-x86-multi-thread" /**/ | #define ARCHNAME "NetWare-x86-multi-thread" /**/ | |||
skipping to change at line 932 | skipping to change at line 932 | |||
/*#define HAS_ATOLL /**/ | /*#define HAS_ATOLL /**/ | |||
/* 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. | |||
*/ | */ | |||
#define BIN "c:\\perl\\5.28.2\\bin\\NetWare-x86-multi-thread" /**/ | #define BIN "c:\\perl\\5.28.3\\bin\\NetWare-x86-multi-thread" /**/ | |||
#define BIN_EXP "c:\\perl\\5.28.2\\bin\\NetWare-x86-multi-thread" /**/ | #define BIN_EXP "c:\\perl\\5.28.3\\bin\\NetWare-x86-multi-thread" /**/ | |||
/* BYTEORDER: | /* BYTEORDER: | |||
* This symbol holds the hexadecimal constant defined in byteorder, | * This symbol holds the hexadecimal constant defined in byteorder, | |||
* i.e. 0x1234 or 0x4321, etc... | * i.e. 0x1234 or 0x4321, etc... | |||
* If the compiler supports cross-compiling or multiple-architecture | * If the compiler supports cross-compiling or multiple-architecture | |||
* binaries (eg. on NeXT systems), use compiler-defined macros to | * binaries (eg. on NeXT systems), use compiler-defined macros to | |||
* determine the byte order. | * determine the byte order. | |||
* On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture | * On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture | |||
* Binaries (MAB) on either big endian or little endian machines. | * Binaries (MAB) on either big endian or little endian machines. | |||
* The endian-ness is available at compile-time. This only matters | * The endian-ness is available at compile-time. This only matters | |||
skipping to change at line 2892 | skipping to change at line 2892 | |||
* 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 "c:\\perl\\site\\5.28.2\\lib\\NetWare-x86-multi-thread" /**/ | #define SITEARCH "c:\\perl\\site\\5.28.3\\lib\\NetWare-x86-multi-thread" /**/ | |||
/*#define SITEARCH_EXP "" /**/ | /*#define SITEARCH_EXP "" /**/ | |||
/* 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 | |||
skipping to change at line 2915 | skipping to change at line 2915 | |||
*/ | */ | |||
/* 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 "c:\\perl\\site\\5.28.2\\lib" /**/ | #define SITELIB "c:\\perl\\site\\5.28.3\\lib" /**/ | |||
/*#define SITELIB_EXP "" /**/ | /*#define SITELIB_EXP "" /**/ | |||
#define SITELIB_STEM "" /**/ | #define SITELIB_STEM "" /**/ | |||
/* Size_t_size: | /* Size_t_size: | |||
* This symbol holds the size of a Size_t in bytes. | * This symbol holds the size of a Size_t in bytes. | |||
*/ | */ | |||
#define Size_t_size 4 /**/ | #define Size_t_size 4 /**/ | |||
/* Size_t: | /* Size_t: | |||
* This symbol holds the type used to declare length parameters | * This symbol holds the type used to declare length parameters | |||
End of changes. 4 change blocks. | ||||
5 lines changed or deleted | 5 lines changed or added |