This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Sat, 8 Nov 2008 09:45:22 +0000 (10:45 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Sat, 8 Nov 2008 13:06:53 +0000 (13:06 +0000)
Message-ID: <20081108094522.5174608b@r2d2>

p4raw-id: //depot/perl@34777

12 files changed:
Cross/config.sh-arm-linux
NetWare/config.wc
Porting/config.sh
epoc/config.sh
plan9/config_sh.sample
symbian/config.sh
uconfig.sh
win32/config.bc
win32/config.ce
win32/config.gc
win32/config.vc
win32/config.vc64

index 2ebb51f..3d12ea5 100644 (file)
@@ -196,6 +196,8 @@ d_ftello='define'
 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_msgsnd='define'
 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'
index b6a27e8..be85877 100644 (file)
@@ -198,6 +198,8 @@ d_fsync='undef'
 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_msg='undef'
 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'
index 73c1138..276c8f1 100644 (file)
@@ -222,6 +222,8 @@ d_fsync='define'
 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_msync='define'
 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'
index 6361a91..0ea22e2 100644 (file)
@@ -199,6 +199,8 @@ d_fsync='undef'
 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_msg='undef'
 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'
index b0d9353..10b6b1c 100644 (file)
@@ -209,6 +209,8 @@ d_fsync='define'
 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_msg='undef'
 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'
index ea191f2..40d7c5a 100644 (file)
@@ -154,6 +154,8 @@ d_ftime='undef'
 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_msg='undef'
 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'
index 490a481..68702f9 100755 (executable)
@@ -146,6 +146,8 @@ d_fsync='undef'
 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_msg='undef'
 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'
index 5d6dcd8..cee153e 100644 (file)
@@ -197,6 +197,8 @@ d_fsync='undef'
 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_msg='undef'
 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'
index dff4b2f..c6ee19c 100644 (file)
@@ -198,6 +198,8 @@ d_fsync='undef'
 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_msg='undef'
 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'
index f14d0b5..ee42db8 100644 (file)
@@ -197,6 +197,8 @@ d_fsync='undef'
 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_msg='undef'
 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'
index b273c5a..7653e31 100644 (file)
@@ -197,6 +197,8 @@ d_fsync='undef'
 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_msg='undef'
 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'
index e8c3f11..00a6e73 100644 (file)
@@ -197,6 +197,8 @@ d_fsync='undef'
 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_msg='undef'
 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'