This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t pod grammar fix
[perl5.git] / uconfig.h
index ba2104b..c8eeed0 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
  *     This symbol, if defined, indicates that the memset routine is available
  *     to set blocks of memory.
  */
-/*#define HAS_MEMSET   / **/
+#define HAS_MEMSET     /**/
 
 /* HAS_MKDIR:
  *     This symbol, if defined, indicates that the mkdir routine is available
  *     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.13/unknown"          / **/
-/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.13/unknown"              / **/
+/*#define ARCHLIB "/usr/local/lib/perl5/5.15/unknown"          / **/
+/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.15/unknown"              / **/
 
 /* ARCHNAME:
  *     This symbol holds a string representing the architecture name.
  *     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.13"            /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.13"                /**/
+#define PRIVLIB "/usr/local/lib/perl5/5.15"            /**/
+#define PRIVLIB_EXP "/usr/local/lib/perl5/5.15"                /**/
 
 /* PTRSIZE:
  *     This symbol contains the size of a pointer, so that the C preprocessor
  *     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 "/usr/local/lib/perl5/5.13/unknown"         / **/
-/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.13/unknown"             / **/
+/*#define SITEARCH "/usr/local/lib/perl5/5.15/unknown"         / **/
+/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.15/unknown"             / **/
 
 /* 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 "/usr/local/lib/perl5/5.13"            /**/
-#define SITELIB_EXP "/usr/local/lib/perl5/5.13"                /**/
+#define SITELIB "/usr/local/lib/perl5/5.15"            /**/
+#define SITELIB_EXP "/usr/local/lib/perl5/5.15"                /**/
 #define SITELIB_STEM "/usr/local/lib/perl5"            /**/
 
 /* SSize_t:
  *     of copying mechanisms, handy.h defines a platform-
  *     independent macro, Perl_va_copy(src, dst), to do the job.
  */
-/*#define      NEED_VA_COPY            / **/
+#define        NEED_VA_COPY            /**/
 
 /* IVTYPE:
  *     This symbol defines the C type used for Perl's IV.
  */
 #define        IVTYPE          long            /**/
 #define        UVTYPE          unsigned long           /**/
-#define        I8TYPE          char            /**/
+#define        I8TYPE          signed char             /**/
 #define        U8TYPE          unsigned char           /**/
 #define        I16TYPE         short   /**/
 #define        U16TYPE         unsigned short  /**/
  */
 #define SELECT_MIN_BITS        32      /**/
 
+/* ST_INO_SIZE:
+ *     This variable contains the size of struct stat's st_ino in bytes.
+ */
+/* ST_INO_SIGN:
+ *     This symbol holds the signedess of struct stat's st_ino.
+ *     1 for unsigned, -1 for signed.
+ */
+#define ST_INO_SIGN 1  /* st_ino sign */
+#define ST_INO_SIZE 4  /* st_ino size */
+
 /* STARTPERL:
  *     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
 #endif
 
 /* Generated from:
- * 323778627146f2762cd41f4dd1db6659f59006ec9bcaaf6bcc645d0380dda938 config_h.SH
- * 2cdfa76d1081a21ef8613b40d1cf699548c8347531c5e8358469f5bb52db6a44 uconfig.sh
+ * 0f70463fec894befd8b575cde82695d5f1ad41a02f78afd34357a24f7b069d05 config_h.SH
+ * 9ea5c7e8b0b32c76caab5a89a371b8cdce6efcf690a5a74962b9b856fab49fed uconfig.sh
  * ex: set ro: */