This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make spelling of values for 'FILES' consistent
[perl5.git] / Porting / config_H
index 974f768..8b82fb1 100644 (file)
 
 /* HAS_MBLEN:
  *     This symbol, if defined, indicates that the mblen routine is available
- *     to find the number of bytes in a multibye character.
+ *     to find the number of bytes in a multibyte character.
  */
 #define HAS_MBLEN              /**/
 
  *     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 "/opt/perl/lib/5.33.2/x86_64-linux"            /**/
-#define ARCHLIB_EXP "/opt/perl/lib/5.33.2/x86_64-linux"                /**/
+#define ARCHLIB "/opt/perl/lib/5.35.8/x86_64-linux"            /**/
+#define ARCHLIB_EXP "/opt/perl/lib/5.35.8/x86_64-linux"                /**/
 
 /* BIN:
  *     This symbol holds the path of the bin directory where the package will
  *     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 "/opt/perl/lib/5.33.2"         /**/
-#define PRIVLIB_EXP "/opt/perl/lib/5.33.2"             /**/
+#define PRIVLIB "/opt/perl/lib/5.35.8"         /**/
+#define PRIVLIB_EXP "/opt/perl/lib/5.35.8"             /**/
 
 /* SITEARCH:
  *     This symbol contains the name of the private library for this package.
  *     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 "/opt/perl/lib/site_perl/5.33.2/x86_64-linux"         /**/
-#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.33.2/x86_64-linux"             /**/
+#define SITEARCH "/opt/perl/lib/site_perl/5.35.8/x86_64-linux"         /**/
+#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.35.8/x86_64-linux"             /**/
 
 /* SITELIB:
  *     This symbol contains the name of the private library for this package.
  *     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 "/opt/perl/lib/site_perl/5.33.2"               /**/
-#define SITELIB_EXP "/opt/perl/lib/site_perl/5.33.2"           /**/
+#define SITELIB "/opt/perl/lib/site_perl/5.35.8"               /**/
+#define SITELIB_EXP "/opt/perl/lib/site_perl/5.35.8"           /**/
 #define SITELIB_STEM "/opt/perl/lib/site_perl"         /**/
 
 /* PERL_VENDORARCH:
 
 /* HAS_MEMMEM:
  *     This symbol, if defined, indicates that the memmem routine is
- *     available to return a pointer to the start of the first occurance
+ *     available to return a pointer to the start of the first occurrence
  *     of a substring in a memory area (or NULL if not found).
  */
 #define HAS_MEMMEM             /**/
  *     script to make sure (one hopes) that it runs with perl and not
  *     some shell.
  */
-#define STARTPERL "#!/opt/perl/bin/perl5.33.2"         /**/
+#define STARTPERL "#!/opt/perl/bin/perl5.35.8"         /**/
 
 /* HAS_STDIO_STREAM_ARRAY:
  *     This symbol, if defined, tells that there is an array