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 --- win32/config.gc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win32/config.gc') diff --git a/win32/config.gc b/win32/config.gc index f14d0b53f0..ee42db828f 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -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' -- cgit v1.2.1