From 622e1e49fb8292c5e8f08cf673d2c3e4ef81406b Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 8 Nov 2008 10:45:22 +0100 Subject: Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files Message-ID: <20081108094522.5174608b@r2d2> p4raw-id: //depot/perl@34777 --- Porting/config.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Porting/config.sh') diff --git a/Porting/config.sh b/Porting/config.sh index 73c1138e82..276c8f1bd8 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -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' -- cgit v1.2.1