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 42a694b..c8eeed0 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.14/unknown"          / **/
-/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.14/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.14"            /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.14"                /**/
+#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.14/unknown"         / **/
-/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.14/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.14"            /**/
-#define SITELIB_EXP "/usr/local/lib/perl5/5.14"                /**/
+#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:
  */
 #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
- * d61f2bab075c864edee2d7c0eddf56cf6ea8a3a99b12bf8327caf7fc4bb1b3d6 uconfig.sh
+ * 0f70463fec894befd8b575cde82695d5f1ad41a02f78afd34357a24f7b069d05 config_h.SH
+ * 9ea5c7e8b0b32c76caab5a89a371b8cdce6efcf690a5a74962b9b856fab49fed uconfig.sh
  * ex: set ro: */