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 | 791d6b43b93a10dbf482b1c638ac9a473764f919 (patch) | |
tree | 0c8ce3ed02b30ff643a850c4d92530d43f5e6041 /plan9 | |
parent | df3cbc0dbce5e227d535dfcc27e01988d5001b77 (diff) | |
download | perl-791d6b43b93a10dbf482b1c638ac9a473764f919.tar.gz |
Update to the config boilerplates, by Jarkko
p4raw-id: //depot/perl@25741
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config_sh.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 9ac6eb672f..b85361fedc 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -281,6 +281,8 @@ d_longlong='define' d_lseekproto='undef' d_lstat='define' d_madvise='undef' +d_malloc_good_size='undef' +d_malloc_size='undef' d_mblen='define' d_mbstowcs='define' d_mbtowc='define' @@ -474,6 +476,7 @@ d_umask='define' d_uname='define' d_union_semun='undef' d_unordered='undef' +d_unsetenv='undef' d_usleep='undef' d_usleepproto='undef' d_ustat='undef' |