lang/perl: Upgrade most x86_64 configuration symbols to match a 64-bit environment

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia 2014-07-20 03:15:17 +02:00
parent 98f601e870
commit 3dc41445fa

View file

@ -28,14 +28,14 @@ _exe=''
_o='.o' _o='.o'
afs='false' afs='false'
afsroot='/afs' afsroot='/afs'
alignbytes='4' alignbytes='8'
ansi2knr='' ansi2knr=''
aphostname='/bin/hostname' aphostname='/bin/hostname'
api_revision='5' api_revision='5'
api_subversion='0' api_subversion='0'
ar='ar' ar='ar'
archname64='' archname64=''
archname='i386-linux-uclibc' archname='x86_64-linux-uclibc'
archobjs='' archobjs=''
asctime_r_proto='0' asctime_r_proto='0'
awk='awk' awk='awk'
@ -45,7 +45,7 @@ bin='/usr/bin'
binexp='/usr/bin' binexp='/usr/bin'
bison='bison' bison='bison'
byacc='byacc' byacc='byacc'
byteorder='1234' byteorder='12345678'
c='' c=''
castflags='0' castflags='0'
cat='cat' cat='cat'
@ -324,7 +324,7 @@ d_munmap='define'
d_mymalloc='undef' d_mymalloc='undef'
d_nice='define' d_nice='define'
d_nl_langinfo='define' d_nl_langinfo='define'
d_nv_preserves_uv='define' d_nv_preserves_uv='undef'
d_nv_zero_is_allbits_zero='define' d_nv_zero_is_allbits_zero='define'
d_off64_t='undef' d_off64_t='undef'
d_old_pthread_create_joinable='undef' d_old_pthread_create_joinable='undef'
@ -338,7 +338,7 @@ d_phostname='undef'
d_pipe='define' d_pipe='define'
d_poll='define' d_poll='define'
d_portable='define' d_portable='define'
d_printf_format_null='define' d_printf_format_null='undef'
d_procselfexe='define' d_procselfexe='define'
d_pseudofork='undef' d_pseudofork='undef'
d_pthread_atfork='undef' d_pthread_atfork='undef'
@ -486,7 +486,7 @@ d_tmpnam_r='undef'
d_truncate='define' d_truncate='define'
d_ttyname_r='undef' d_ttyname_r='undef'
d_tzname='define' d_tzname='define'
d_u32align='undef' d_u32align='define'
d_ualarm='define' d_ualarm='define'
d_umask='define' d_umask='define'
d_uname='define' d_uname='define'
@ -577,7 +577,7 @@ getservbyname_r_proto='0'
getservbyport_r_proto='0' getservbyport_r_proto='0'
getservent_r_proto='0' getservent_r_proto='0'
getspnam_r_proto='0' getspnam_r_proto='0'
gidformat='"lu"' gidformat='"u"'
gidsign='1' gidsign='1'
gidsize='4' gidsize='4'
gidtype='gid_t' gidtype='gid_t'
@ -600,9 +600,9 @@ html3direxp=''
i16size='2' i16size='2'
i16type='short' i16type='short'
i32size='4' i32size='4'
i32type='long' i32type='int'
i64size='8' i64size='8'
i64type='long long' i64type='long'
i8size='1' i8size='1'
i8type='char' i8type='char'
i_arpainet='define' i_arpainet='define'
@ -720,7 +720,7 @@ installvendorscript=''
intsize='4' intsize='4'
issymlink='test -h' issymlink='test -h'
ivdformat='"ld"' ivdformat='"ld"'
ivsize='4' ivsize='8'
ivtype='long' ivtype='long'
known_extensions='B Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filter/Util/Call GDBM_File Hash/Util I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex Time/HiRes Time/Piece Unicode/Normalize Win32 Win32API/File Win32CORE XS/APItest XS/Typemap attrs re threads threads/shared Hash/Util/FieldHash' known_extensions='B Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filter/Util/Call GDBM_File Hash/Util I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex Time/HiRes Time/Piece Unicode/Normalize Win32 Win32API/File Win32CORE XS/APItest XS/Typemap attrs re threads threads/shared Hash/Util/FieldHash'
ksh='' ksh=''
@ -749,9 +749,9 @@ lns='/bin/ln -s'
localtime_r_proto='0' localtime_r_proto='0'
locincpth=' ' locincpth=' '
loclibpth=' ' loclibpth=' '
longdblsize='12' longdblsize='16'
longlongsize='8' longlongsize='8'
longsize='4' longsize='8'
lp='' lp=''
lpr='' lpr=''
ls='ls' ls='ls'
@ -782,14 +782,14 @@ modetype='mode_t'
more='more' more='more'
multiarch='undef' multiarch='undef'
mv='' mv=''
myarchname='i386-linux-uclibc' myarchname='x86_64-linux-uclibc'
mydomain='.dev.null' mydomain='.dev.null'
myhostname='maia' myhostname='maia'
myuname='linux maia 2.6.25 #2 sat apr 19 09:46:49 cest 2008 i686 unknown unknown gnulinux ' myuname='linux maia 2.6.25 #2 sat apr 19 09:46:49 cest 2008 x86_64 unknown unknown gnulinux '
n='-n' n='-n'
need_va_copy='undef' need_va_copy='define'
netdb_hlen_type='size_t' netdb_hlen_type='size_t'
netdb_host_type='const void *' netdb_host_type='char *'
netdb_name_type='const char *' netdb_name_type='const char *'
netdb_net_type='in_addr_t' netdb_net_type='in_addr_t'
nm='nm' nm='nm'
@ -799,7 +799,7 @@ nroff='nroff'
nvEUformat='"E"' nvEUformat='"E"'
nvFUformat='"F"' nvFUformat='"F"'
nvGUformat='"G"' nvGUformat='"G"'
nv_preserves_uv_bits='32' nv_preserves_uv_bits='53'
nveformat='"e"' nveformat='"e"'
nvfformat='"f"' nvfformat='"f"'
nvgformat='"g"' nvgformat='"g"'
@ -833,9 +833,9 @@ prefix='/usr'
prefixexp='/usr' prefixexp='/usr'
procselfexe='"/proc/self/exe"' procselfexe='"/proc/self/exe"'
prototype='define' prototype='define'
ptrsize='4' ptrsize='8'
quadkind='3' quadkind='2'
quadtype='long long' quadtype='long'
randbits='48' randbits='48'
randfunc='drand48' randfunc='drand48'
random_r_proto='0' random_r_proto='0'
@ -853,22 +853,22 @@ runnm='false'
sPRIEUldbl='"LE"' sPRIEUldbl='"LE"'
sPRIFUldbl='"LF"' sPRIFUldbl='"LF"'
sPRIGUldbl='"LG"' sPRIGUldbl='"LG"'
sPRIXU64='"LX"' sPRIXU64='"lX"'
sPRId64='"Ld"' sPRId64='"ld"'
sPRIeldbl='"Le"' sPRIeldbl='"Le"'
sPRIfldbl='"Lf"' sPRIfldbl='"Lf"'
sPRIgldbl='"Lg"' sPRIgldbl='"Lg"'
sPRIi64='"Li"' sPRIi64='"li"'
sPRIo64='"Lo"' sPRIo64='"lo"'
sPRIu64='"Lu"' sPRIu64='"lu"'
sPRIx64='"Lx"' sPRIx64='"lx"'
sSCNfldbl='"Lf"' sSCNfldbl='"Lf"'
sched_yield='sched_yield()' sched_yield='sched_yield()'
scriptdir='/usr/bin' scriptdir='/usr/bin'
scriptdirexp='/usr/bin' scriptdirexp='/usr/bin'
sed='sed' sed='sed'
seedfunc='srand48' seedfunc='srand48'
selectminbits='32' selectminbits='64'
selecttype='fd_set *' selecttype='fd_set *'
sendmail='' sendmail=''
setgrent_r_proto='0' setgrent_r_proto='0'
@ -911,7 +911,7 @@ siteprefix='/usr'
siteprefixexp='/usr' siteprefixexp='/usr'
sitescript='/usr/bin' sitescript='/usr/bin'
sitescriptexp='/usr/bin' sitescriptexp='/usr/bin'
sizesize='4' sizesize='8'
sizetype='size_t' sizetype='size_t'
sleep='' sleep=''
smail='' smail=''
@ -959,21 +959,21 @@ ttyname_r_proto='0'
u16size='2' u16size='2'
u16type='unsigned short' u16type='unsigned short'
u32size='4' u32size='4'
u32type='unsigned long' u32type='unsigned int'
u64size='8' u64size='8'
u64type='unsigned long long' u64type='unsigned long'
u8size='1' u8size='1'
u8type='unsigned char' u8type='unsigned char'
uidformat='"lu"' uidformat='"u"'
uidsign='1' uidsign='1'
uidsize='4' uidsize='4'
uidtype='uid_t' uidtype='uid_t'
uname='uname' uname='uname'
uniq='uniq' uniq='uniq'
uquadtype='unsigned long long' uquadtype='unsigned long'
use5005threads='undef' use5005threads='undef'
use64bitall='undef' use64bitall='define'
use64bitint='undef' use64bitint='define'
usecrosscompile='define' usecrosscompile='define'
usedl='define' usedl='define'
usefaststdio='undef' usefaststdio='undef'
@ -1001,7 +1001,7 @@ usrinc='%%INCDIRS%%'
uuname='' uuname=''
uvXUformat='"lX"' uvXUformat='"lX"'
uvoformat='"lo"' uvoformat='"lo"'
uvsize='4' uvsize='8'
uvtype='unsigned long' uvtype='unsigned long'
uvuformat='"lu"' uvuformat='"lu"'
uvxformat='"lx"' uvxformat='"lx"'
@ -1097,10 +1097,10 @@ ld_can_script='define'
#libsfound=' /usr/lib/libnsl.so /usr/lib/libgdbm.so /usr/lib/libdb.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so' #libsfound=' /usr/lib/libnsl.so /usr/lib/libgdbm.so /usr/lib/libdb.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
nv_overflows_integers_at='0' nv_overflows_integers_at='0'
perl_static_inline='static __inline__' perl_static_inline='static __inline__'
sGMTIME_max='2147483647' sGMTIME_max='67768036191676799'
sGMTIME_min='-2147483648' sGMTIME_min='-62167219200'
sLOCALTIME_max='2147483647' sLOCALTIME_max='67768036191673199'
sLOCALTIME_min='-2147483648' sLOCALTIME_min='-62167222408'
#sitelib_stem='/usr/local/lib/perl5/site_perl' #sitelib_stem='/usr/local/lib/perl5/site_perl'
st_ino_sign='1' st_ino_sign='1'
st_ino_size='8' st_ino_size='8'