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 c379902..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
  */
 /*#define      EBCDIC          / **/
 
-/* USE_KERN_PROC_PATHNAME:
- *     This symbol, if defined, indicates that we can use sysctl with
- *     KERN_PROC_PATHNAME to get a full path for the executable, and hence
- *     convert $^X to an absolute path.
- */
-/*#define USE_KERN_PROC_PATHNAME               / **/
-
-/* USE_NSGETEXECUTABLEPATH:
- *     This symbol, if defined, indicates that we can use _NSGetExecutablePath
- *     and realpath to get a full path for the executable, and hence convert
- *     $^X to an absolute path.
- */
-/*#define USE_NSGETEXECUTABLEPATH              / **/
-
 /* Fpos_t:
  *     This symbol holds the type used to declare file positions in libc.
  *     It can be fpos_t, long, uint, etc... It may be necessary to include
  *     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_INT64_T               / **/
 
+/* HAS_ISBLANK:
+ *     This manifest constant lets the C program know that isblank 
+ *     is available.
+ */
+/*#define HAS_ISBLANK          / **/
+
 /* HAS_ISFINITE:
  *     This symbol, if defined, indicates that the isfinite routine is
  *     available to check whether a double is finite (non-infinity non-NaN).
 /*#define      USE_FAST_STDIO          / **/
 #endif
 
+/* USE_KERN_PROC_PATHNAME:
+ *     This symbol, if defined, indicates that we can use sysctl with
+ *     KERN_PROC_PATHNAME to get a full path for the executable, and hence
+ *     convert $^X to an absolute path.
+ */
+/*#define USE_KERN_PROC_PATHNAME       / **/
+
 /* USE_LARGE_FILES:
  *     This symbol, if defined, indicates that large file support
  *     should be used when available.
 /*#define      MULTIPLICITY            / **/
 #endif
 
+/* USE_NSGETEXECUTABLEPATH:
+ *     This symbol, if defined, indicates that we can use _NSGetExecutablePath
+ *     and realpath to get a full path for the executable, and hence convert
+ *     $^X to an absolute path.
+ */
+/*#define USE_NSGETEXECUTABLEPATH      / **/
+
 /* USE_PERLIO:
  *     This symbol, if defined, indicates that the PerlIO abstraction should
  *     be used throughout.  If not defined, stdio should be
 #endif
 
 /* Generated from:
- * 5b5dacbb00f53ae9b440c79cf6d5c8bbf80a7adfa1db3f3814aa77dc6f461fa7 config_h.SH
- * b5e74633486412bbc4d2a1c3847f3e85b10a86e96fb5d1efb7b8bc885956d746 uconfig.sh
+ * d9b6a68b192c72c0695b560fae6e4916b381f55df5fdf7911b0ef434840f092e config_h.SH
+ * 573628443b0f7d922ef2706de7e05f3d5ff794bcb6708b68ddcecd0e2d30e7bd uconfig.sh
  * ex: set ro: */