X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/a0ee90d6275e8e8ed2d2366771ed2111c3dc870d..7335417fc981d620b5ddd08ea5f6362f8e497fdd:/uconfig.h diff --git a/uconfig.h b/uconfig.h index d17bd9a..967ba2c 100644 --- a/uconfig.h +++ b/uconfig.h @@ -937,8 +937,8 @@ * 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. @@ -962,7 +962,7 @@ */ #define BIN "/usr/local/bin" /**/ #define BIN_EXP "/usr/local/bin" /**/ -/*#define PERL_RELOCATABLE_INC / **/ +#define PERL_RELOCATABLE_INC "undef" /**/ /* INTSIZE: * This symbol contains the value of sizeof(int) so that the C @@ -2359,6 +2359,10 @@ * This symbol, if defined, indicates that the struct sockaddr_in6 * structure has a member called sin6_scope_id. */ +/* HAS_IP_MREQ: + * This symbol, if defined, indicates the availability of + * struct ip_mreq; + */ /* HAS_IPV6_MREQ: * This symbol, if defined, indicates the availability of * struct ipv6_mreq; @@ -2374,6 +2378,7 @@ /*#define HAS_SCM_RIGHTS / **/ /*#define HAS_SOCKADDR_IN6 / **/ /*#define HAS_SIN6_SCOPE_ID / **/ +/*#define HAS_IP_MREQ / **/ /*#define HAS_IPV6_MREQ / **/ /* HAS_SRAND48_R: @@ -3026,8 +3031,8 @@ * 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 @@ -3170,8 +3175,8 @@ * 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. @@ -3193,8 +3198,8 @@ * 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: @@ -4734,6 +4739,6 @@ #endif /* Generated from: - * d9b6a68b192c72c0695b560fae6e4916b381f55df5fdf7911b0ef434840f092e config_h.SH - * 3dad514f97a86deca0eebb6544f7785077651da24e7c6231ef7a22963ff4fd5d uconfig.sh + * 450f87b8e0de509bd7e72485185b4060363119bedef2b8aff868354f42708a78 config_h.SH + * e3a05060ae46f0ca7ea3a4fd9a4c2dcd60caf070529116479a74830d923d1ca3 uconfig.sh * ex: set ro: */