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 /epoc | |
parent | 0ee1060bc7f323c193867d7f04e45058f219516b (diff) | |
download | perl-58bf2e2e044ef8fba136d97f676bb7a977be1a6b.tar.gz |
Update to the config boilerplates, by Jarkko
p4raw-id: //depot/perl@25741
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 9287dccd88..489da5b086 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -273,6 +273,8 @@ d_longlong='define' d_lseekproto='define' d_lstat='undef' d_madvise='undef' +d_malloc_good_size='undef' +d_malloc_size='undef' d_mblen='undef' d_mbstowcs='undef' d_mbtowc='undef' @@ -460,6 +462,7 @@ d_umask='undef' d_uname='undef' d_union_semun='undef' d_unordered='undef' +d_unsetenv='undef' d_usleepproto='undef' d_vendorlib='undef' d_vfork='undef' |