diff options
author | Steve Hay <SteveHay@planit.com> | 2006-08-11 17:31:45 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-08-11 17:31:45 +0000 |
commit | 3bf969c5666cc875b9f8de7ec33cabcc26d26796 (patch) | |
tree | cc951cce0e8f41dcf998d3d92e28b3afdfe0ed2a /win32/config.bc | |
parent | 473aa102697cca887b08995f33f35f4acabc88f9 (diff) | |
download | perl-3bf969c5666cc875b9f8de7ec33cabcc26d26796.tar.gz |
Resync win32/config_H.* and win32/config.* with config_h.SH
and Porting/config.sh respectively
No real changes except for the addition of the missing
HAS_C99_VARIADIC_MACROS to win32/config_H.* and
initialinstalllocation, madlyh, madlyobj and madlysrc to
win32/config.*
p4raw-id: //depot/perl@28697
Diffstat (limited to 'win32/config.bc')
-rw-r--r-- | win32/config.bc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win32/config.bc b/win32/config.bc index 3c0e0237b2..e2198d593d 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -114,6 +114,7 @@ d_bsdsetpgrp='undef' d_builtin_choose_expr='undef' d_builtin_expect='undef' d_bzero='undef' +d_c99_variadic_macros='undef' d_casti32='define' d_castneg='define' d_charvspr='undef' @@ -132,7 +133,6 @@ d_crypt_r='undef' d_csh='undef' d_ctermid_r='undef' d_ctime_r='undef' -d_c99_variadic_macros='undef' d_cuserid='undef' d_dbl_dig='define' d_dbminitproto='undef' @@ -680,6 +680,7 @@ inc_version_list='' inc_version_list_init='0' incpath='' inews='' +initialinstalllocation='' installarchlib='~INST_TOP~~INST_VER~\lib~INST_ARCH~' installbin='~INST_TOP~~INST_VER~\bin~INST_ARCH~' installhtml1dir='' @@ -751,6 +752,9 @@ ls='dir' lseeksize='4' lseektype='long' mad='undef' +madlyh='' +madlyobj='' +madlysrc='' mail='' mailx='' make='dmake' |