Change 34777 by [EMAIL PROTECTED] on 2008/11/08 13:06:53

        Subject: Re: [PATCH: Configure/NDBM_File] Add prototype detection for 
NDBM header files
        From: Marcus Holland-Moritz <[EMAIL PROTECTED]>
        Date: Sat, 8 Nov 2008 09:45:22 +0100
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/Cross/config.sh-arm-linux#32 edit
... //depot/perl/NetWare/config.wc#45 edit
... //depot/perl/Porting/config.sh#178 edit
... //depot/perl/epoc/config.sh#107 edit
... //depot/perl/plan9/config_sh.sample#24 edit
... //depot/perl/symbian/config.sh#30 edit
... //depot/perl/uconfig.sh#89 edit
... //depot/perl/win32/config.bc#188 edit
... //depot/perl/win32/config.ce#17 edit
... //depot/perl/win32/config.gc#185 edit
... //depot/perl/win32/config.vc#194 edit
... //depot/perl/win32/config.vc64#64 edit

Differences ...

==== //depot/perl/Cross/config.sh-arm-linux#32 (text) ====
Index: perl/Cross/config.sh-arm-linux
--- perl/Cross/config.sh-arm-linux#31~34456~    2008-10-03 09:19:55.000000000 
-0700
+++ perl/Cross/config.sh-arm-linux      2008-11-08 05:06:53.000000000 -0800
@@ -196,6 +196,8 @@
 d_ftime='undef'
 d_futimes='undef'
 d__fwalk='undef'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getcwd='define'
 d_getespwnam='undef'
 d_getfsstat='undef'
@@ -332,6 +334,7 @@
 d_msync='define'
 d_munmap='define'
 d_mymalloc='undef'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='define'
 d_nl_langinfo='define'
 d_nv_preserves_uv='define'

==== //depot/perl/NetWare/config.wc#45 (text) ====
Index: perl/NetWare/config.wc
--- perl/NetWare/config.wc#44~34456~    2008-10-03 09:19:55.000000000 -0700
+++ perl/NetWare/config.wc      2008-11-08 05:06:53.000000000 -0800
@@ -198,6 +198,8 @@
 d_ftello='undef'
 d_ftime='define'
 d_futimes='undef'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getcwd='define'
 d_getespwnam='undef'
 d_getfsstat='undef'
@@ -322,6 +324,7 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='define'

==== //depot/perl/Porting/config.sh#178 (text) ====
Index: perl/Porting/config.sh
--- perl/Porting/config.sh#177~34456~   2008-10-03 09:19:55.000000000 -0700
+++ perl/Porting/config.sh      2008-11-08 05:06:53.000000000 -0800
@@ -222,6 +222,8 @@
 d_ftello='define'
 d_ftime='undef'
 d_futimes='define'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getcwd='define'
 d_getespwnam='undef'
 d_getfsstat='undef'
@@ -346,6 +348,7 @@
 d_munmap='define'
 d_mymalloc='undef'
 d_ndbm='undef'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='define'
 d_nl_langinfo='define'
 d_nv_preserves_uv='undef'

==== //depot/perl/epoc/config.sh#107 (text) ====
Index: perl/epoc/config.sh
--- perl/epoc/config.sh#106~34456~      2008-10-03 09:19:55.000000000 -0700
+++ perl/epoc/config.sh 2008-11-08 05:06:53.000000000 -0800
@@ -199,6 +199,8 @@
 d_ftello='undef'
 d_ftime='undef'
 d_futimes='undef'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getespwnam='undef'
 d_getfsstat='undef'
 d_getgrent_r='undef'
@@ -318,6 +320,7 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_off64_t='undef'

==== //depot/perl/plan9/config_sh.sample#24 (text) ====
Index: perl/plan9/config_sh.sample
--- perl/plan9/config_sh.sample#23~34456~       2008-10-03 09:19:55.000000000 
-0700
+++ perl/plan9/config_sh.sample 2008-11-08 05:06:53.000000000 -0800
@@ -209,6 +209,8 @@
 d_ftello='undef'
 d_ftime='undef'
 d_futimes='undef'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getcwd='define'
 d_getespwnam='undef'
 d_getfsstat='undef'
@@ -332,6 +334,7 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='define'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='undef'

==== //depot/perl/symbian/config.sh#30 (text) ====
Index: perl/symbian/config.sh
--- perl/symbian/config.sh#29~34456~    2008-10-03 09:19:55.000000000 -0700
+++ perl/symbian/config.sh      2008-11-08 05:06:53.000000000 -0800
@@ -154,6 +154,8 @@
 d_futimesat='undef'
 d_futimes='undef'
 d__fwalk='undef'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getcwd='define'
 d_getespwnam='undef'
 d_getfsstat='undef'
@@ -278,6 +280,7 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='undef'

==== //depot/perl/uconfig.sh#89 (xtext) ====
Index: perl/uconfig.sh
--- perl/uconfig.sh#88~34456~   2008-10-03 09:19:55.000000000 -0700
+++ perl/uconfig.sh     2008-11-08 05:06:53.000000000 -0800
@@ -146,6 +146,8 @@
 d_ftello='undef'
 d_ftime='undef'
 d_futimes='undef'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getcwd='undef'
 d_getespwnam='undef'
 d_getfsstat='undef'
@@ -270,6 +272,7 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='undef'

==== //depot/perl/win32/config.bc#188 (text) ====
Index: perl/win32/config.bc
--- perl/win32/config.bc#187~34470~     2008-10-07 05:18:11.000000000 -0700
+++ perl/win32/config.bc        2008-11-08 05:06:53.000000000 -0800
@@ -197,6 +197,8 @@
 d_ftello='undef'
 d_ftime='define'
 d_futimes='undef'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getcwd='define'
 d_getespwnam='undef'
 d_getfsstat='undef'
@@ -320,6 +322,7 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='define'

==== //depot/perl/win32/config.ce#17 (text) ====
Index: perl/win32/config.ce
--- perl/win32/config.ce#16~34456~      2008-10-03 09:19:55.000000000 -0700
+++ perl/win32/config.ce        2008-11-08 05:06:53.000000000 -0800
@@ -198,6 +198,8 @@
 d_ftello='undef'
 d_ftime='define'
 d_futimes='undef'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getcwd='define'
 d_getespwnam='undef'
 d_getfsstat='undef'
@@ -322,6 +324,7 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='~PERL_MALLOC~'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='define'

==== //depot/perl/win32/config.gc#185 (text) ====
Index: perl/win32/config.gc
--- perl/win32/config.gc#184~34470~     2008-10-07 05:18:11.000000000 -0700
+++ perl/win32/config.gc        2008-11-08 05:06:53.000000000 -0800
@@ -197,6 +197,8 @@
 d_ftello='undef'
 d_ftime='define'
 d_futimes='undef'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getcwd='define'
 d_getespwnam='undef'
 d_getfsstat='undef'
@@ -320,6 +322,7 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='define'

==== //depot/perl/win32/config.vc#194 (text) ====
Index: perl/win32/config.vc
--- perl/win32/config.vc#193~34470~     2008-10-07 05:18:11.000000000 -0700
+++ perl/win32/config.vc        2008-11-08 05:06:53.000000000 -0800
@@ -197,6 +197,8 @@
 d_ftello='undef'
 d_ftime='define'
 d_futimes='undef'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getcwd='define'
 d_getespwnam='undef'
 d_getfsstat='undef'
@@ -320,6 +322,7 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='define'

==== //depot/perl/win32/config.vc64#64 (text) ====
Index: perl/win32/config.vc64
--- perl/win32/config.vc64#63~34470~    2008-10-07 05:18:11.000000000 -0700
+++ perl/win32/config.vc64      2008-11-08 05:06:53.000000000 -0800
@@ -197,6 +197,8 @@
 d_ftello='undef'
 d_ftime='define'
 d_futimes='undef'
+d_gdbm_ndbm_h_uses_prototypes='undef'
+d_gdbmndbm_h_uses_prototypes='undef'
 d_getcwd='define'
 d_getespwnam='undef'
 d_getfsstat='undef'
@@ -320,6 +322,7 @@
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
+d_ndbm_h_uses_prototypes='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='undef'
End of Patch.

Reply via email to