diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-12 11:37:49 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-12 11:37:49 +0000 |
commit | 58bf2e2e044ef8fba136d97f676bb7a977be1a6b (patch) | |
tree | 0c8ce3ed02b30ff643a850c4d92530d43f5e6041 /Cross | |
parent | 0ee1060bc7f323c193867d7f04e45058f219516b (diff) | |
download | perl-58bf2e2e044ef8fba136d97f676bb7a977be1a6b.tar.gz |
Update to the config boilerplates, by Jarkko
p4raw-id: //depot/perl@25741
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 6b7e992113..94accb7f47 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -281,6 +281,8 @@ d_longlong='define' d_lseekproto='define' d_lstat='define' d_madvise='define' +d_malloc_good_size='undef' +d_malloc_size='undef' d_mblen='define' d_mbstowcs='define' d_mbtowc='define' @@ -477,6 +479,7 @@ d_umask='define' d_uname='define' d_union_semun='undef' d_unordered='undef' +d_unsetenv='unsetenv' d_usleep='define' d_usleepproto='define' d_ustat='define' |