diff options
Diffstat (limited to 'win32/config.vc')
-rw-r--r-- | win32/config.vc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/win32/config.vc b/win32/config.vc index 74ae27552b..30957919e1 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -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='int' +st_ino_sign='1' +st_ino_size='4' 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='4' strerror_r_proto='0' strings='/usr/include/string.h' submit='' |