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 /epoc | |
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 'epoc')
-rw-r--r-- | epoc/config.sh | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 9330d2b7c2..b2e3fe627f 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -79,7 +79,6 @@ cppsymbols='' crosscompile='define' cryptlib='' csh='csh' -d__fwalk='undef' d_Gconvert='epoc_gcvt((x),(n),(b))' d_PRIEUldbl='undef' d_PRIFUldbl='undef' @@ -93,6 +92,7 @@ d_PRIi64='undef' d_PRIo64='undef' d_PRIu64='undef' d_PRIx64='undef' +d__fwalk='undef' d_access='undef' d_accessx='undef' d_alarm='undef' @@ -115,12 +115,13 @@ d_chroot='undef' d_chsize='undef' d_closedir='undef' d_cmsghdr_s='undef' -d_const='define' d_cmsghdr_s='undef' +d_const='define' d_crypt='undef' d_csh='undef' d_cuserid='undef' d_dbl_dig='undef' +d_dbminitproto='undef' d_difftime='define' d_dirnamlen='undef' d_dlerror='undef' @@ -148,6 +149,7 @@ d_fds_bits='undef' d_fgetpos='define' d_flexfnam='define' d_flock='undef' +d_flockproto='undef' d_fork='undef' d_fpathconf='undef' d_fpos64_t='undef' @@ -238,9 +240,9 @@ d_msg_oob='undef' d_msg_peek='undef' d_msg_proxy='undef' d_msgctl='undef' -d_msghdr_s='undef' d_msgget='undef' d_msghdr_s='undef' +d_msghdr_s='undef' d_msgrcv='undef' d_msgsnd='undef' d_msync='undef' @@ -272,9 +274,9 @@ d_qgcvt='undef' d_readdir='define' d_readlink='undef' d_readv='undef' -d_recvmsg='undef' d_readv='undef' d_recvmsg='undef' +d_recvmsg='undef' d_rename='define' d_rewinddir='define' d_rmdir='define' @@ -306,14 +308,12 @@ d_setpent='undef' d_setpgid='undef' d_setpgrp2='undef' d_setpgrp='undef' -d_setproctitle='undef' d_setprior='undef' +d_setproctitle='undef' d_setpwent='undef' d_setregid='undef' d_setresgid='undef' d_setresuid='undef' -d_sresgproto='undef' -d_sresuproto='undef' d_setreuid='undef' d_setrgid='undef' d_setruid='undef' @@ -331,17 +331,20 @@ d_sigaction='undef' d_sigprocmask='undef' d_sigsetjmp='undef' d_sockatmark='undef' +d_sockatmarkproto='undef' d_socket='define' d_sockpair='undef' d_socks5_init='undef' +d_sresgproto='undef' +d_sresuproto='undef' d_statblks='define' d_statfs='undef' d_statfsflags='define' d_statvfs='undef' d_stdio_cnt_lval='define' d_stdio_ptr_lval='define' -d_stdio_ptr_lval_sets_cnt='undef' d_stdio_ptr_lval_nochange_cnt='undef' +d_stdio_ptr_lval_sets_cnt='undef' d_stdio_stream_array='undef' d_stdiobase='undef' d_stdstdio='undef' @@ -355,12 +358,13 @@ d_strtod='define' d_strtol='define' d_strtoq='undef' d_strtoul='define' -d_strtouq='undef' d_strtoull='undef' +d_strtouq='undef' d_strxfrm='define' d_suidsafe='undef' d_symlink='undef' d_syscall='undef' +d_syscallproto='undef' d_sysconf='define' d_sysernlst='undef' d_syserrlst='undef' @@ -378,6 +382,7 @@ d_ualarm='undef' d_umask='undef' d_uname='undef' d_union_semun='undef' +d_usleepproto='undef' d_vendorlib='undef' d_vfork='undef' d_void_closedir='undef' |