config.plan9 (perl-5.30.2.tar.xz) | : | config.plan9 (perl-5.30.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 3133 | skipping to change at line 3133 | |||
/* 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 "/sys/lib/perl/5.30.2" /**/ | #define PRIVLIB "/sys/lib/perl/5.30.3" /**/ | |||
#define PRIVLIB_EXP "/sys/lib/perl/5.30.2" /**/ | #define PRIVLIB_EXP "/sys/lib/perl/5.30.3" /**/ | |||
/* PTRSIZE: | /* PTRSIZE: | |||
* This symbol contains the size of a pointer, so that the C preprocessor | * This symbol contains the size of a pointer, so that the C preprocessor | |||
* can make decisions based on it. It will be sizeof(void *) if | * can make decisions based on it. It will be sizeof(void *) if | |||
* the compiler supports (void *); otherwise it will be | * the compiler supports (void *); otherwise it will be | |||
* sizeof(char *). | * sizeof(char *). | |||
*/ | */ | |||
#define PTRSIZE 4 /**/ | #define PTRSIZE 4 /**/ | |||
/* Drand01: | /* Drand01: | |||
skipping to change at line 3260 | skipping to change at line 3260 | |||
*/ | */ | |||
/* 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 "/sys/lib/perl/5.30.2/site_perl" /**/ | #define SITELIB "/sys/lib/perl/5.30.3/site_perl" /**/ | |||
#define SITELIB_EXP "/sys/lib/perl/5.30.2/site_perl" /**/ | #define SITELIB_EXP "/sys/lib/perl/5.30.3/site_perl" /**/ | |||
#define SITELIB_STEM "/sys/lib/perl/5.30.2/site_perl" /**/ | #define SITELIB_STEM "/sys/lib/perl/5.30.3/site_perl" /**/ | |||
/* 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 | |||
* for string functions. It is usually size_t, but may be | * for string functions. It is usually size_t, but may be | |||
* unsigned long, int, etc. It may be necessary to include | * unsigned long, int, etc. It may be necessary to include | |||
End of changes. 2 change blocks. | ||||
5 lines changed or deleted | 5 lines changed or added |