summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2008-11-08 10:45:22 +0100
committerDavid Mitchell <davem@iabyn.com>2009-01-26 14:05:31 +0000
commitef8cd142075dc34e8a3ae0839c3d6e75424888d3 (patch)
treeb41f5d48b51df893f5019448399fa26269a6fac6 /uconfig.sh
parent4718034a6063e7f7d2584b2be0602a01b4dc0ef7 (diff)
downloadperl-ef8cd142075dc34e8a3ae0839c3d6e75424888d3.tar.gz
Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files
Message-ID: <20081108094522.5174608b@r2d2> p4raw-id: //depot/perl@34777 (cherry picked from commit 622e1e49fb8292c5e8f08cf673d2c3e4ef81406b)
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-xuconfig.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 490a481030..68702f9513 100755
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -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'