diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-11-08 10:45:22 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-11-08 13:06:53 +0000 |
commit | 622e1e49fb8292c5e8f08cf673d2c3e4ef81406b (patch) | |
tree | 613f7e664569eb90f1f50d77d68d2e4e8ce6cae3 /Cross | |
parent | 414bf5ae0886eb91e2f6dbb35893ddb012852bef (diff) | |
download | perl-622e1e49fb8292c5e8f08cf673d2c3e4ef81406b.tar.gz |
Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files
Message-ID: <20081108094522.5174608b@r2d2>
p4raw-id: //depot/perl@34777
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/config.sh-arm-linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 2ebb51f41c..3d12ea52f6 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -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' |