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 /win32/config.bc | |
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 'win32/config.bc')
-rw-r--r-- | win32/config.bc | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/win32/config.bc b/win32/config.bc index 9511d19183..b8ee924d68 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -71,7 +71,6 @@ cppsymbols='' crosscompile='undef' cryptlib='' csh='undef' -d__fwalk='undef' d_Gconvert='gcvt((x),(n),(b))' d_PRIEUldbl='undef' d_PRIFUldbl='undef' @@ -85,6 +84,7 @@ d_PRIi64='undef' d_PRIo64='undef' d_PRIu64='undef' d_PRIx64='undef' +d__fwalk='undef' d_access='define' d_accessx='undef' d_alarm='undef' @@ -106,12 +106,13 @@ d_chown='undef' d_chroot='undef' d_chsize='define' d_closedir='define' -d_const='define' d_cmsghdr_s='undef' +d_const='define' d_crypt='undef' d_csh='undef' d_cuserid='undef' d_dbl_dig='define' +d_dbminitproto='undef' d_difftime='define' d_dirnamlen='define' d_dlerror='define' @@ -139,6 +140,7 @@ d_fds_bits='define' d_fgetpos='define' d_flexfnam='define' d_flock='define' +d_flockproto='undef' d_fork='undef' d_fpathconf='undef' d_fpos64_t='undef' @@ -306,8 +308,6 @@ 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' @@ -325,19 +325,22 @@ d_sigaction='undef' d_sigprocmask='undef' d_sigsetjmp='undef' d_sockatmark='undef' +d_sockatmarkproto='undef' d_socket='define' d_socklen_t='undef' d_sockpair='undef' d_socks5_init='undef' d_sqrtl='undef' +d_sresgproto='undef' +d_sresuproto='undef' d_statblks='undef' d_statfs_f_flags='undef' d_statfs_s='undef' 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='define' d_stdstdio='define' @@ -359,6 +362,7 @@ d_strxfrm='define' d_suidsafe='undef' d_symlink='undef' d_syscall='undef' +d_syscallproto='undef' d_sysconf='undef' d_sysernlst='' d_syserrlst='define' @@ -377,6 +381,7 @@ d_umask='define' d_uname='define' d_union_semun='define' d_usleep='undef' +d_usleepproto='undef' d_ustat='undef' d_vendorarch='undef' d_vendorbin='undef' |