diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-09-16 19:01:33 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-21 10:40:58 +0200 |
commit | 7ee20c719ab9b20eb24e3516e40805ff970cfe4a (patch) | |
tree | 64336465fbb8ab3160cdcf7a153f5404e834aa4e /win32/config.vc64 | |
parent | 79681fc5b8f41f8bd308aa52861190289a2c9299 (diff) | |
download | perl-7ee20c719ab9b20eb24e3516e40805ff970cfe4a.tar.gz |
Add a --regen option to checkcfgvar.pl to regenerate config files.
Verify that the section of config file containing probed files is sorted
lexically. If --regen is used, updated the file on disk with a correctly
sorted version. (Except for configure.com, which has a different structure
not amenable to automatic analysis and update, hence still has to be
updated manually.)
Ensure all config files are correctly sorted.
Diffstat (limited to 'win32/config.vc64')
-rw-r--r-- | win32/config.vc64 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/win32/config.vc64 b/win32/config.vc64 index ac5e61e17e..1396a0ad00 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -170,14 +170,14 @@ d_faststdio='define' d_fchdir='undef' d_fchmod='undef' d_fchown='undef' -d_fcntl_can_lock='undef' d_fcntl='undef' +d_fcntl_can_lock='undef' d_fd_macros='define' d_fd_set='define' d_fds_bits='define' d_fgetpos='define' -d_finitel='undef' d_finite='undef' +d_finitel='undef' d_flexfnam='define' d_flock='define' d_flockproto='define' @@ -313,17 +313,17 @@ d_modfl='undef' d_modfl_pow32_bug='undef' d_modflproto='undef' d_mprotect='undef' -d_msgctl='undef' +d_msg='undef' d_msg_ctrunc='undef' d_msg_dontroute='undef' -d_msgget='undef' -d_msghdr_s='undef' d_msg_oob='undef' d_msg_peek='undef' d_msg_proxy='undef' +d_msgctl='undef' +d_msgget='undef' +d_msghdr_s='undef' d_msgrcv='undef' d_msgsnd='undef' -d_msg='undef' d_msync='undef' d_munmap='undef' d_mymalloc='undef' @@ -449,9 +449,9 @@ d_srandom_r='undef' d_sresgproto='undef' d_sresuproto='undef' d_statblks='undef' -d_static_inline='define' d_statfs_f_flags='undef' d_statfs_s='undef' +d_static_inline='define' d_statvfs='undef' d_stdio_cnt_lval='define' d_stdio_ptr_lval='define' @@ -851,10 +851,10 @@ path_sep=';' perl5='' perl='perl' perl_patchlevel='~PERL_PATCHLEVEL~' +perl_static_inline='static __inline' perladmin='' perllibs='~libs~' perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe' -perl_static_inline='static __inline' pg='' phostname='hostname' pidtype='int' @@ -964,6 +964,8 @@ srand48_r_proto='0' srandom_r_proto='0' src='' ssizetype='__int64' +st_ino_sign='1' +st_ino_size='8' startperl='#!perl' startsh='#!/bin/sh' static_ext=' ' @@ -974,8 +976,6 @@ stdio_cnt='((fp)->_cnt)' stdio_filbuf='' stdio_ptr='((fp)->_ptr)' stdio_stream_array='' -st_ino_sign='1' -st_ino_size='8' strerror_r_proto='0' strings='/usr/include/string.h' submit='' |