This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor t/lib/commonsense.t to use t/test.pl instead of making TAP by hand. Add...
[perl5.git] / uconfig.h
index d2b054e..82b3c25 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.15/unknown"          / **/
-/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.15/unknown"              / **/
+/*#define ARCHLIB "/usr/local/lib/perl5/5.17/unknown"          / **/
+/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.17/unknown"              / **/
 
 /* ARCHNAME:
  *     This symbol holds a string representing the architecture name.
  */
 #define BIN "/usr/local/bin"   /**/
 #define BIN_EXP "/usr/local/bin"       /**/
-#define PERL_RELOCATABLE_INC "undef"           /**/
+/*#define PERL_RELOCATABLE_INC                 / **/
 
 /* INTSIZE:
  *     This symbol contains the value of sizeof(int) so that the C
  *     structure has a member called sa_len, indicating the length of
  *     the structure.
  */
+/* HAS_SOCKADDR_IN6:
+ *     This symbol, if defined, indicates the availability of
+ *     struct sockaddr_in6;
+ */
 /* HAS_SIN6_SCOPE_ID:
  *     This symbol, if defined, indicates that the struct sockaddr_in6
  *     structure has a member called sin6_scope_id.
  */
+/* HAS_IPV6_MREQ:
+ *     This symbol, if defined, indicates the availability of
+ *     struct ipv6_mreq;
+ */
 /*#define      HAS_SOCKET              / **/
 /*#define      HAS_SOCKETPAIR  / **/
 /*#define      HAS_SOCKADDR_SA_LEN     / **/
 /*#define      HAS_MSG_PEEK    / **/
 /*#define      HAS_MSG_PROXY   / **/
 /*#define      HAS_SCM_RIGHTS  / **/
+/*#define      HAS_SOCKADDR_IN6        / **/
 /*#define      HAS_SIN6_SCOPE_ID       / **/
+/*#define      HAS_IPV6_MREQ   / **/
 
 /* HAS_SRAND48_R:
  *     This symbol, if defined, indicates that the srand48_r routine
  *     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.15"            /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.15"                /**/
+#define PRIVLIB "/usr/local/lib/perl5/5.17"            /**/
+#define PRIVLIB_EXP "/usr/local/lib/perl5/5.17"                /**/
 
 /* CAN_PROTOTYPE:
  *     If defined, this macro indicates that the C compiler can handle
  *     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.15/unknown"         / **/
-/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.15/unknown"             / **/
+/*#define SITEARCH "/usr/local/lib/perl5/5.17/unknown"         / **/
+/*#define SITEARCH_EXP "/usr/local/lib/perl5/5.17/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.15"            /**/
-#define SITELIB_EXP "/usr/local/lib/perl5/5.15"                /**/
+#define SITELIB "/usr/local/lib/perl5/5.17"            /**/
+#define SITELIB_EXP "/usr/local/lib/perl5/5.17"                /**/
 #define SITELIB_STEM "/usr/local/lib/perl5"            /**/
 
 /* Size_t_size:
  */
 /*#define HAS_STRLCPY          / **/
 
-/* HAS_STRPTIME:
- *     This symbol, if defined, indicates that the strptime routine is
- *     available to set process title.
- */
-/*#define HAS_STRPTIME         / **/
-
 /* HAS_STRTOLD:
  *     This symbol, if defined, indicates that the strtold routine is
  *     available to convert strings to long doubles.
 #endif
 
 /* Generated from:
- * 3c734555e994137b62feda07d157a2d6be370dccbfc71dc6a3f51113ad76a3cf config_h.SH
- * d93833192973e6eae8a7b5e328ab7e5b9fd20f650e232812e5ea9fbdcd534beb uconfig.sh
+ * d9b6a68b192c72c0695b560fae6e4916b381f55df5fdf7911b0ef434840f092e config_h.SH
+ * 573628443b0f7d922ef2706de7e05f3d5ff794bcb6708b68ddcecd0e2d30e7bd uconfig.sh
  * ex: set ro: */