This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Stop '"__attribute__format__" redefined' warnings from gcc on Win32
[perl5.git] / win32 / config.vc64
index b98db27..702c539 100644 (file)
@@ -41,12 +41,12 @@ byteorder='1234'
 c=''
 castflags='0'
 cat='type'
-cc='~CC~'
+cc='cl'
 cccdlflags=' '
 ccdlflags=' '
 ccflags='-MD -DWIN32'
 ccflags_uselargefiles=''
-ccname='~CC~'
+ccname='~cc~'
 ccsymbols=''
 ccversion=''
 cf_by='nobody'
@@ -62,13 +62,13 @@ compress=''
 contains='grep'
 cp='copy'
 cpio=''
-cpp='cl -nologo -E'
+cpp='~cc~ -nologo -E'
 cpp_stuff='42'
 cppccsymbols=''
 cppflags='-DWIN32'
 cpplast=''
 cppminus=''
-cpprun='cl -nologo -E'
+cpprun='~cc~ -nologo -E'
 cppstdin='cppstdin'
 cppsymbols=''
 crypt_r_proto='0'
@@ -93,12 +93,19 @@ d_SCNfldbl='undef'
 d__fwalk='undef'
 d_access='define'
 d_accessx='undef'
+d_aintl='undef'
 d_alarm='define'
 d_archlib='define'
 d_asctime_r='undef'
 d_atolf='undef'
 d_atoll='define'
-d_attribut='undef'
+d_attribute_format='undef'
+d_attribute_malloc='undef'
+d_attribute_nonnull='undef'
+d_attribute_noreturn='undef'
+d_attribute_pure='undef'
+d_attribute_unused='undef'
+d_attribute_warn_unused_result='undef'
 d_bcmp='undef'
 d_bcopy='undef'
 d_bsd='define'
@@ -115,6 +122,7 @@ d_class='undef'
 d_closedir='define'
 d_cmsghdr_s='undef'
 d_const='define'
+d_copysignl='undef'
 d_crypt='undef'
 d_crypt_r='undef'
 d_csh='undef'
@@ -148,6 +156,7 @@ d_endsent='undef'
 d_endservent_r='undef'
 d_eofnblk='define'
 d_eunice='undef'
+d_faststdio='undef'
 d_fchdir='undef'
 d_fchmod='undef'
 d_fchown='undef'
@@ -239,6 +248,7 @@ d_gnulibc='undef'
 d_grpasswd='undef'
 d_hasmntopt='undef'
 d_htonl='define'
+d_ilogbl='undef'
 d_index='undef'
 d_inetaton='undef'
 d_int64_t='undef'
@@ -250,6 +260,7 @@ d_isnanl='undef'
 d_killpg='undef'
 d_lchown='undef'
 d_ldbl_dig='define'
+d_libm_lib_version='undef'
 d_link='define'
 d_localtime_r='undef'
 d_locconv='define'
@@ -291,10 +302,10 @@ d_msgsnd='undef'
 d_msync='undef'
 d_munmap='undef'
 d_mymalloc='undef'
-d_nanosleep='undef'
 d_nice='undef'
 d_nl_langinfo='undef'
 d_nv_preserves_uv='undef'
+d_nv_zero_is_allbits_zero='define'
 d_off64_t='undef'
 d_old_pthread_create_joinable='undef'
 d_oldpthreads='undef'
@@ -309,6 +320,7 @@ d_poll='undef'
 d_portable='define'
 d_procselfexe='undef'
 d_pthread_atfork='undef'
+d_pthread_attr_setscope='undef'
 d_pthread_yield='undef'
 d_pwage='undef'
 d_pwchange='undef'
@@ -335,6 +347,7 @@ d_safemcpy='undef'
 d_sanemcmp='define'
 d_sbrkproto='undef'
 d_sched_yield='undef'
+d_scalbnl='undef'
 d_scm_rights='undef'
 d_seekdir='define'
 d_select='define'
@@ -667,7 +680,7 @@ ivsize='8'
 ivtype='__int64'
 known_extensions='~static_ext~ ~dynamic_ext~ ~nonxs_ext~'
 ksh=''
-ld='~LINK32~'
+ld='link'
 lddlflags='-dll ~LINK_FLAGS~'
 ldflags='~LINK_FLAGS~'
 ldflags_uselargefiles=''
@@ -683,6 +696,7 @@ 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'
 line='line'
 lint=''
 lkflags=''
@@ -765,7 +779,6 @@ pg=''
 phostname='hostname'
 pidtype='int'
 plibpth=''
-pm_apiversion='5.005'
 pmake=''
 pr=''
 prefix='~INST_TOP~'
@@ -827,7 +840,7 @@ shsharp='true'
 sig_count='26'
 sig_name='ZERO HUP INT QUIT ILL NUM05 NUM06 NUM07 FPE KILL NUM10 SEGV NUM12 PIPE ALRM TERM NUM16 NUM17 NUM18 NUM19 CHLD BREAK ABRT STOP NUM24 CONT CLD'
 sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07", "FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "NUM16", "NUM17", "NUM18", "NUM19", "CHLD", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0'
-sig_num='0 1 2 21 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 20 0'
+sig_num='0 1 2 21 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 20'
 sig_num_init='0, 1, 2, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 20, 0'
 sig_size='27'
 signal_t='void'
@@ -903,9 +916,11 @@ use64bitall='undef'
 use64bitint='define'
 usecrosscompile='undef'
 usedl='define'
+usefaststdio='undef'
 useithreads='undef'
 uselargefiles='define'
 uselongdouble='undef'
+usemallocwrap='define'
 usemorebits='undef'
 usemultiplicity='undef'
 usemymalloc='n'
@@ -916,6 +931,7 @@ useposix='true'
 usereentrant='undef'
 usesfio='false'
 useshrplib='yes'
+usesitecustomize='~USE_SITECUST~'
 usesocks='undef'
 usethreads='undef'
 usevendorprefix='undef'
@@ -942,7 +958,6 @@ versiononly='undef'
 vi=''
 voidflags='15'
 xlibpth='/usr/lib/386 /lib/386'
-xs_apiversion='5.6.0'
 zcat=''
 zip='zip'
 PERL_REVISION='~PERL_REVISION~'