diff options
author | Steve Hay <SteveHay@planit.com> | 2006-11-27 17:44:27 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-11-27 17:44:27 +0000 |
commit | 63cdf24b4587df192f2f3f9a9c78a397a2e527db (patch) | |
tree | ec3b9c4bebcf297fba160dbe16dd846e651920d5 /win32/config.bc | |
parent | 78d580049fe3d15caa480649bb4c35a4ad9011dd (diff) | |
download | perl-63cdf24b4587df192f2f3f9a9c78a397a2e527db.tar.gz |
Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned
configs
See:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00923.html
p4raw-id: //depot/perl@29397
Diffstat (limited to 'win32/config.bc')
-rw-r--r-- | win32/config.bc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc index a274308421..4e892e9af4 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -331,6 +331,7 @@ d_phostname='undef' d_pipe='define' d_poll='undef' d_portable='define' +d_printf_format_null='undef' d_procselfexe='undef' d_pthread_atfork='undef' d_pthread_attr_setscope='undef' |