This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add SvPV_nolen_const and SvPV_nomg_const
[perl5.git] / uconfig.h
index 2846c82..a81a240 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
  *     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.7/unknown"           / **/
-/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.7/unknown"               / **/
+/*#define ARCHLIB "/usr/local/lib/perl5/5.9/unknown"           / **/
+/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.9/unknown"               / **/
 
 /* 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 "/usr/local/lib/perl5/5.7"             /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.7"         /**/
+#define PRIVLIB "/usr/local/lib/perl5/5.9"             /**/
+#define PRIVLIB_EXP "/usr/local/lib/perl5/5.9"         /**/
 
 /* SITEARCH:
  *     This symbol contains the name of the private library for this package.
  *     unsigned long, int, etc.  It may be necessary to include
  *     <sys/types.h> to get any typedef'ed information.
  */
-#define Size_t int      /* length paramater for string functions */
+#define Size_t size_t   /* length paramater for string functions */
 
 /* Uid_t_f:
  *     This symbol defines the format string used for printing a Uid_t.