In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/38ab612acfe3528276f4a4e63c523d193ea047b8?hp=884c85deaef58603e3b39e659f541355647185a0>

- Log -----------------------------------------------------------------
commit 38ab612acfe3528276f4a4e63c523d193ea047b8
Author: H.Merijn Brand <[email protected]>
Date:   Thu Jul 28 17:14:30 2016 +0200

    forgot the cfgvar
-----------------------------------------------------------------------

Summary of changes:
 Cross/config.sh-arm-linux | 1 +
 NetWare/config.wc         | 1 +
 configure.com             | 1 +
 plan9/config_sh.sample    | 1 +
 symbian/config.sh         | 1 +
 uconfig.h                 | 4 ++--
 uconfig.sh                | 1 +
 uconfig64.sh              | 1 +
 win32/config.ce           | 1 +
 win32/config.gc           | 1 +
 win32/config.vc           | 1 +
 11 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 9639e65..1201a76 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -805,6 +805,7 @@ i_values='define'
 i_varargs='undef'
 i_varhdr='stdarg.h'
 i_vfork='undef'
+i_xlocale='undef'
 ignore_versioned_solibs='y'
 inc_version_list=' '
 inc_version_list_init='0'
diff --git a/NetWare/config.wc b/NetWare/config.wc
index 7ae8d4f..db32f36 100644
--- a/NetWare/config.wc
+++ b/NetWare/config.wc
@@ -787,6 +787,7 @@ i_values='undef'
 i_varargs='undef'
 i_varhdr='varargs.h'
 i_vfork='undef'
+i_xlocale='undef'
 ignore_versioned_solibs=''
 inc_version_list=''
 inc_version_list_init='0'
diff --git a/configure.com b/configure.com
index f7d002e..ee0f2ca 100644
--- a/configure.com
+++ b/configure.com
@@ -6577,6 +6577,7 @@ $ WC "i_values='undef'"
 $ WC "i_varargs='undef'"
 $ WC "i_varhdr='stdarg.h'"
 $ WC "i_vfork='undef'"
+$ WC "i_xlocale='undef'"
 $ WC "inc_version_list='0'"
 $ WC "inc_version_list_init='0'"
 $ WC "installarchlib='" + installarchlib + "'"
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 97452ac..ef93b21 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -799,6 +799,7 @@ i_values='undef'
 i_varargs='undef'
 i_varhdr='stdarg.h'
 i_vfork='undef'
+i_xlocale='undef'
 ignore_versioned_solibs=''
 inc_version_list=' '
 inc_version_list_init='0'
diff --git a/symbian/config.sh b/symbian/config.sh
index 103a88b..ee11554 100644
--- a/symbian/config.sh
+++ b/symbian/config.sh
@@ -726,6 +726,7 @@ i_values='undef'
 i_varargs='undef'
 i_varhdr='stdarg.h'
 i_vfork='undef'
+i_xlocale='undef'
 ignore_versioned_solibs='y'
 inc_version_list=''
 inc_version_list_init='0'
diff --git a/uconfig.h b/uconfig.h
index adb22dc..cdd7886 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -3225,7 +3225,7 @@
 /*#define      HAS_FREELOCALE  / **/
 /*#define      HAS_USELOCALE   / **/
 /*#define      HAS_QUERYLOCALE / **/
-#      I_XLOCALE               /**/
+/*#define      I_XLOCALE               / **/
 
 /* HAS_NEXTAFTER:
  *     This symbol, if defined, indicates that the nextafter routine is
@@ -5267,5 +5267,5 @@
 
 /* Generated from:
  * cfa085ebfb9eb05bf5e1ba22c5b95092f6706990ceaf36a22d1d69af4e9cc060 config_h.SH
- * 3b14c76342a834042da506e8c3b4269f7d545453079733cb740970ab9cc4294e uconfig.sh
+ * d9b976f8d350063d614cfaf6dc334c3ca7361603add9f38c49e2fed7c85ca388 uconfig.sh
  * ex: set ro: */
diff --git a/uconfig.sh b/uconfig.sh
index c951113..63614f8 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -712,6 +712,7 @@ i_values='undef'
 i_varargs='undef'
 i_varhdr='stdarg.h'
 i_vfork='undef'
+i_xlocale='undef'
 ignore_versioned_solibs='y'
 inc_version_list_init='NULL'
 installstyle='lib/perl5'
diff --git a/uconfig64.sh b/uconfig64.sh
index 6efaf44..3295998 100644
--- a/uconfig64.sh
+++ b/uconfig64.sh
@@ -713,6 +713,7 @@ i_values='undef'
 i_varargs='undef'
 i_varhdr='stdarg.h'
 i_vfork='undef'
+i_xlocale='undef'
 ignore_versioned_solibs='y'
 inc_version_list_init='NULL'
 installstyle='lib/perl5'
diff --git a/win32/config.ce b/win32/config.ce
index b37222a..c9a9834 100644
--- a/win32/config.ce
+++ b/win32/config.ce
@@ -783,6 +783,7 @@ i_values='undef'
 i_varargs='undef'
 i_varhdr='varargs.h'
 i_vfork='undef'
+i_xlocale='undef'
 ignore_versioned_solibs=''
 inc_version_list=''
 inc_version_list_init='0'
diff --git a/win32/config.gc b/win32/config.gc
index 017a5e5..0b2a40b 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -795,6 +795,7 @@ i_values='undef'
 i_varargs='undef'
 i_varhdr='varargs.h'
 i_vfork='undef'
+i_xlocale='undef'
 ignore_versioned_solibs=''
 inc_version_list=''
 inc_version_list_init='0'
diff --git a/win32/config.vc b/win32/config.vc
index ddbd133..f8c8e08 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -794,6 +794,7 @@ i_values='undef'
 i_varargs='undef'
 i_varhdr='varargs.h'
 i_vfork='undef'
+i_xlocale='undef'
 ignore_versioned_solibs=''
 inc_version_list=''
 inc_version_list_init='0'

--
Perl5 Master Repository

Reply via email to