diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-04 16:48:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-04 16:48:33 +0000 |
commit | 2ef53570a0a9292278fc7d34d7d21270dd5ac7f0 (patch) | |
tree | a734560face300cd24b4d5d32a10c26803c187da /uconfig.sh | |
parent | 524189f16184b7c26cd5c891db0a97b3ccc255cc (diff) | |
download | perl-2ef53570a0a9292278fc7d34d7d21270dd5ac7f0.tar.gz |
Configure tweaks; add prototype probes, make the cpp symbols
probe to cast, not whine; test for %Ld and %Lf before %lld and
%llf because the L is the ANSI way.
p4raw-id: //depot/perl@10434
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 4b6e2a679d..a6765d4bb4 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -58,6 +58,7 @@ d_crypt='undef' d_csh='undef' d_cuserid='undef' d_dbl_dig='undef' +d_dbminitproto='undef' d_difftime='undef' d_dirnamlen='undef' d_dlerror='undef' @@ -85,6 +86,7 @@ d_fds_bits='undef' d_fgetpos='undef' d_flexfnam='undef' d_flock='undef' +d_flockproto='undef' d_fork='define' d_fpathconf='undef' d_fpos64_t='undef' @@ -272,6 +274,7 @@ d_sigaction='undef' d_sigprocmask='undef' d_sigsetjmp='undef' d_sockatmark='undef' +d_sockatmarkproto='undef' d_socket='undef' d_socklen_t='undef' d_sockpair='undef' @@ -308,6 +311,7 @@ d_strxfrm='undef' d_suidsafe='undef' d_symlink='undef' d_syscall='undef' +d_syscallproto='undef' d_sysconf='undef' d_sysernlst='' d_syserrlst='undef' @@ -326,6 +330,7 @@ d_umask='undef' d_uname='undef' d_union_semun='undef' d_usleep='undef' +d_usleepproto='undef' d_ustat='undef' d_vendorarch='undef' d_vendorbin='undef' |