This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add a warning for using the :win32 PerlIO layer
[perl5.git] / win32 / config.vc
index f578057..3aa1992 100644 (file)
@@ -1,5 +1,5 @@
 ## Configured by: ~cf_email~
-## Target system: WIN32 
+## Target system: WIN32
 Author=''
 Date='$Date'
 Header=''
@@ -22,7 +22,7 @@ api_revision='~PERL_API_REVISION~'
 api_subversion='~PERL_API_SUBVERSION~'
 api_version='~PERL_API_VERSION~'
 api_versionstring='~PERL_API_REVISION~.~PERL_API_VERSION~.~PERL_API_SUBVERSION~'
-ar='lib'
+ar='lib -ltcg'
 archlib='~INST_TOP~~INST_VER~\lib~INST_ARCH~'
 archlibexp='~INST_TOP~~INST_VER~\lib~INST_ARCH~'
 archname64=''
@@ -35,6 +35,7 @@ bash=''
 bin='~INST_TOP~~INST_VER~\bin~INST_ARCH~'
 binexp='~INST_TOP~~INST_VER~\bin~INST_ARCH~'
 bison=''
+bootstrap_charset='undef'
 byacc='byacc'
 byteorder='1234'
 c=''
@@ -107,6 +108,7 @@ d_attribute_noreturn='undef'
 d_attribute_pure='undef'
 d_attribute_unused='undef'
 d_attribute_warn_unused_result='undef'
+d_backtrace='undef'
 d_bcmp='undef'
 d_bcopy='undef'
 d_bsd='define'
@@ -144,6 +146,7 @@ d_difftime='define'
 d_dir_dd_fd='undef'
 d_dirfd='undef'
 d_dirnamlen='define'
+d_dladdr='undef'
 d_dlerror='define'
 d_dlopen='define'
 d_dlsymun='undef'
@@ -271,7 +274,12 @@ d_inetaton='undef'
 d_inetntop='undef'
 d_inetpton='undef'
 d_int64_t='undef'
+d_ip_mreq='undef'
+d_ip_mreq_source='undef'
+d_ipv6_mreq='undef'
+d_ipv6_mreq_source='undef'
 d_isascii='define'
+d_isblank='undef'
 d_isfinite='undef'
 d_isinf='undef'
 d_isnan='define'
@@ -421,7 +429,6 @@ d_setsent='undef'
 d_setservent_r='undef'
 d_setsid='undef'
 d_setvbuf='define'
-d_sfio='undef'
 d_shm='undef'
 d_shmat='undef'
 d_shmatprototype='undef'
@@ -435,6 +442,7 @@ d_sigsetjmp='undef'
 d_sin6_scope_id='define'
 d_sitearch='define'
 d_snprintf='define'
+d_sockaddr_in6='undef'
 d_sockaddr_sa_len='undef'
 d_sockatmark='undef'
 d_sockatmarkproto='undef'
@@ -522,7 +530,9 @@ d_vprintf='define'
 d_vsnprintf='define'
 d_wait4='undef'
 d_waitpid='define'
+d_wcscmp='define'
 d_wcstombs='define'
+d_wcsxfrm='define'
 d_wctomb='define'
 d_writev='undef'
 d_xenix='undef'
@@ -532,12 +542,11 @@ db_prefixtype='int'
 db_version_major='0'
 db_version_minor='0'
 db_version_patch='0'
-defvoidused='15'
 direntrytype='struct direct'
 dlext='dll'
 dlsrc='dl_win32.xs'
 doublesize='8'
-drand01='(rand()/(double)((unsigned)1<<RANDBITS))'
+drand01='Perl_drand48()'
 drand48_r_proto='0'
 dtrace=''
 dynamic_ext='Socket IO Fcntl Opcode SDBM_File attributes'
@@ -623,13 +632,14 @@ i8size='1'
 i8type='char'
 i_arpainet='define'
 i_assert='define'
+i_bfd='undef'
 i_bsdioctl=''
 i_crypt='undef'
 i_db='undef'
 i_dbm='undef'
 i_dirent='define'
-i_dld='undef'
 i_dlfcn='define'
+i_execinfo='undef'
 i_fcntl='define'
 i_float='define'
 i_fp='undef'
@@ -659,8 +669,7 @@ i_poll='undef'
 i_prot='undef'
 i_pthread='undef'
 i_pwd='undef'
-i_rpcsvcdbm='define'
-i_sfio='undef'
+i_rpcsvcdbm='undef'
 i_sgtty='undef'
 i_shadow='undef'
 i_socks='undef'
@@ -767,8 +776,8 @@ libsdirs=''
 libsfiles=''
 libsfound=''
 libspath=''
-libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
-libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
+libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
+libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
 line='line'
 lint=''
 lkflags=''
@@ -870,10 +879,10 @@ prototype='define'
 ptrsize='4'
 quadkind='5'
 quadtype='__int64'
-randbits='15'
-randfunc='rand'
+randbits='48'
+randfunc='Perl_drand48'
 random_r_proto='0'
-randseedtype='unsigned'
+randseedtype='U32'
 ranlib='rem'
 rd_nodata='-1'
 readdir64_r_proto='0'
@@ -905,7 +914,7 @@ sched_yield=''
 scriptdir='~INST_TOP~~INST_VER~\bin'
 scriptdirexp='~INST_TOP~~INST_VER~\bin'
 sed='sed'
-seedfunc='srand'
+seedfunc='Perl_drand48_init'
 selectminbits='32'
 selecttype='Perl_fd_set *'
 sendmail='blat'
@@ -979,11 +988,12 @@ stdio_stream_array=''
 strerror_r_proto='0'
 strings='/usr/include/string.h'
 submit=''
-subversion='~SUBVERSION~'
+subversion='~PERL_SUBVERSION~'
 sysman='/usr/man/man1'
 tail=''
 tar=''
 targetarch=''
+targetsh='cmd /x /c'
 tbl=''
 tee=''
 test=''
@@ -1028,12 +1038,12 @@ usemorebits='undef'
 usemultiplicity='undef'
 usemymalloc='n'
 usenm='false'
+usensgetexecutablepath='undef'
 useopcode='true'
 useperlio='undef'
 useposix='true'
 usereentrant='undef'
 userelocatableinc='undef'
-usesfio='false'
 useshrplib='true'
 usesitecustomize='undef'
 usesocks='undef'
@@ -1068,11 +1078,10 @@ vendorprefix=''
 vendorprefixexp=''
 vendorscript=''
 vendorscriptexp=''
-version='~VERSION~'
+version=''
 version_patchlevel_string=''
 versiononly='undef'
 vi=''
-voidflags='15'
 xlibpth='/usr/lib/386 /lib/386'
 yacc='yacc'
 yaccflags=''