diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-31 10:01:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-31 10:01:17 +0000 |
commit | 539a3d6c530ba5e4a9bb32654bf5f07b038a4434 (patch) | |
tree | 83024fd1d9f5e093c93579a813dea20538d9b89a /win32/config.vc | |
parent | 19b18c6f5564990efd4c1279e3106909994a0e2d (diff) | |
download | perl-539a3d6c530ba5e4a9bb32654bf5f07b038a4434.tar.gz |
updated windows config* files
p4raw-id: //depot/perl@4500
Diffstat (limited to 'win32/config.vc')
-rw-r--r-- | win32/config.vc | 42 |
1 files changed, 39 insertions, 3 deletions
diff --git a/win32/config.vc b/win32/config.vc index 2421f14334..57506f7f69 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -46,6 +46,7 @@ ccsymbols='' cf_by='nobody' cf_email='nobody@no.where.net' cf_time='' +charsize='1' chgrp='' chmod='' chown='' @@ -181,13 +182,11 @@ d_htonl='define' d_index='undef' d_inetaton='undef' d_int64t='undef' -d_iovec_s='undef' d_isascii='define' d_killpg='undef' d_ldbl_dig='define' d_lchown='undef' d_link='undef' -d_llseek='undef' d_locconv='define' d_lockf='undef' d_longdbl='define' @@ -234,8 +233,9 @@ d_pwclass='undef' d_pwcomment='undef' d_pwexpire='undef' d_pwgecos='undef' -d_pwquota='undef' d_pwpasswd='undef' +d_pwquota='undef' +d_quad='undef' d_readdir='define' d_readlink='undef' d_rename='define' @@ -365,12 +365,16 @@ fflushall='undef' find='find' firstmakefile='makefile' flex='' +fpossize='4' fpostype='fpos_t' freetype='void' full_ar='' full_csh='' full_sed='' gccversion='' +gidformat='"ld"' +gidsign='-1' +gidsize='4' gidtype='gid_t' glibpth='/usr/shlib /lib/pa1.1 /usr/lib/large /lib /usr/lib /usr/lib/386 /lib/386 /lib/large /usr/lib/small /lib/small /usr/ccs/lib /usr/ucblib /usr/shlib ' grep='grep' @@ -382,6 +386,14 @@ h_sysfile='true' hint='recommended' hostcat='ypcat hosts' huge='' +i16size='2' +i16type='short' +i32size='4' +i32type='long' +i64size='8' +i64type='__int64' +i8size='1' +i8type='char' i_arpainet='define' i_bsdioctl='' i_db='undef' @@ -472,6 +484,9 @@ installusrbinperl='undef' installvendorbin='' installvendorlib='' intsize='4' +ivdformat='"ld"' +ivsize='4' +ivtype='long' known_extensions='~static_ext~ ~dynamic_ext~ ~nonxs_ext~' ksh='' large='' @@ -536,6 +551,8 @@ nm_opt='' nm_so_opt='' nonxs_ext='Errno' nroff='' +nvsize='8' +nvtype='double' o_nonblock='O_NONBLOCK' obj_ext='.obj' old_pthread_create_joinable='' @@ -564,6 +581,8 @@ privlib='~INST_TOP~~INST_VER~\lib' privlibexp='~INST_TOP~~INST_VER~\lib' prototype='define' ptrsize='4' +quadcase='5' +quadtype='__int64' randbits='15' randfunc='rand' randseedtype='unsigned' @@ -651,14 +670,26 @@ touch='touch' tr='' trnl='\012' troff='' +u16size='2' +u16type='unsigned short' +u32size='4' +u32type='unsigned long' +u64size='8' +u64type='unsigned __int64' +u8size='1' +u8type='unsigned char' +uidformat='"ld"' uidsign='-1' +uidsize='4' uidtype='uid_t' uname='uname' uniq='uniq' +uquadtype='unsigned __int64' use64bits='undef' usedl='define' uselargefiles='undef' uselongdouble='undef' +uselonglong='undef' usemorebits='undef' usemultiplicity='undef' usemymalloc='n' @@ -674,6 +705,11 @@ usevendorprefix='undef' usevfork='false' usrinc='/usr/include' uuname='' +uvoformat='"lo"' +uvsize='4' +uvtype='unsigned long' +uvuformat='"lu"' +uvxformat='"lx"' vendorbin='' vendorbinexp='' vendorlib='' |