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 /uconfig.sh | |
parent | 0ee1060bc7f323c193867d7f04e45058f219516b (diff) | |
download | perl-58bf2e2e044ef8fba136d97f676bb7a977be1a6b.tar.gz |
Update to the config boilerplates, by Jarkko
p4raw-id: //depot/perl@25741
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 28b0c3ea76..4ce7ec7da8 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -202,6 +202,7 @@ d_isnanl='undef' d_killpg='undef' d_lchown='undef' d_ldbl_dig='undef' +d_libm_lib_version='undef' d_link='undef' d_localtime_r='undef' d_locconv='undef' @@ -211,6 +212,8 @@ d_longlong='undef' d_lseekproto='undef' d_lstat='undef' d_madvise='undef' +d_malloc_good_size='undef' +d_malloc_size='undef' d_mblen='undef' d_mbstowcs='undef' d_mbtowc='undef' @@ -247,6 +250,7 @@ d_mymalloc='undef' d_nice='undef' d_nl_langinfo='undef' d_nv_preserves_uv='undef' +d_nv_zero_is_allbits_zero='undef' nv_preserves_uv_bits='0' d_off64_t='undef' d_old_pthread_create_joinable='undef' @@ -371,6 +375,8 @@ d_strerrm='strerror(e)' d_strerror='undef' d_strerror_r='undef' d_strftime='undef' +d_strlcat='undef' +d_strlcpy='undef' d_strtod='undef' d_strtol='undef' d_strtold='undef' @@ -406,6 +412,7 @@ d_umask='undef' d_uname='undef' d_union_semun='undef' d_unordered='undef' +d_unsetenv='undef' d_usleep='undef' d_usleepproto='undef' d_ustat='undef' @@ -700,6 +707,7 @@ useposix='true' usereentrant='undef' usesfio='false' useshrplib='false' +usesitecustomize='undef' usesocks='undef' usethreads='undef' usevendorprefix='undef' |