Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../proc/self/root/lib64/perl5
File: Config_heavy.pl
# This file was created by configpm when Perl was built. Any changes
[0] Fix | Delete
# made to this file will be lost the next time perl is built.
[1] Fix | Delete
[2] Fix | Delete
package Config;
[3] Fix | Delete
use strict;
[4] Fix | Delete
use warnings;
[5] Fix | Delete
use vars '%Config';
[6] Fix | Delete
[7] Fix | Delete
sub bincompat_options {
[8] Fix | Delete
return split ' ', (Internals::V())[0];
[9] Fix | Delete
}
[10] Fix | Delete
[11] Fix | Delete
sub non_bincompat_options {
[12] Fix | Delete
return split ' ', (Internals::V())[1];
[13] Fix | Delete
}
[14] Fix | Delete
[15] Fix | Delete
sub compile_date {
[16] Fix | Delete
return (Internals::V())[2]
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
sub local_patches {
[20] Fix | Delete
my (undef, undef, undef, @patches) = Internals::V();
[21] Fix | Delete
return @patches;
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
sub _V {
[25] Fix | Delete
die "Perl lib was built for 'linux' but is being run on '$^O'"
[26] Fix | Delete
unless "linux" eq $^O;
[27] Fix | Delete
[28] Fix | Delete
my ($bincompat, $non_bincompat, $date, @patches) = Internals::V();
[29] Fix | Delete
[30] Fix | Delete
my @opts = sort split ' ', "$bincompat $non_bincompat";
[31] Fix | Delete
[32] Fix | Delete
print Config::myconfig();
[33] Fix | Delete
print "\nCharacteristics of this binary (from libperl): \n";
[34] Fix | Delete
[35] Fix | Delete
print " Compile-time options:\n";
[36] Fix | Delete
print " $_\n" for @opts;
[37] Fix | Delete
[38] Fix | Delete
if (@patches) {
[39] Fix | Delete
print " Locally applied patches:\n";
[40] Fix | Delete
print " $_\n" foreach @patches;
[41] Fix | Delete
}
[42] Fix | Delete
[43] Fix | Delete
print " Built under linux\n";
[44] Fix | Delete
[45] Fix | Delete
print " $date\n" if defined $date;
[46] Fix | Delete
[47] Fix | Delete
my @env = map { "$_=\"$ENV{$_}\"" } sort grep {/^PERL/} keys %ENV;
[48] Fix | Delete
[49] Fix | Delete
if (@env) {
[50] Fix | Delete
print " \%ENV:\n";
[51] Fix | Delete
print " $_\n" foreach @env;
[52] Fix | Delete
}
[53] Fix | Delete
print " \@INC:\n";
[54] Fix | Delete
print " $_\n" foreach @INC;
[55] Fix | Delete
}
[56] Fix | Delete
[57] Fix | Delete
sub header_files {
[58] Fix | Delete
return qw(EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h
[59] Fix | Delete
dosish.h embed.h embedvar.h form.h gv.h handy.h hv.h hv_func.h
[60] Fix | Delete
intrpvar.h iperlsys.h keywords.h mg.h nostdio.h op.h opcode.h
[61] Fix | Delete
pad.h parser.h patchlevel.h perl.h perlio.h perliol.h perlsdio.h
[62] Fix | Delete
perlvars.h perly.h pp.h pp_proto.h proto.h regcomp.h regexp.h
[63] Fix | Delete
regnodes.h scope.h sv.h thread.h time64.h unixish.h utf8.h
[64] Fix | Delete
util.h);
[65] Fix | Delete
}
[66] Fix | Delete
[67] Fix | Delete
##
[68] Fix | Delete
## This file was produced by running the Configure script. It holds all the
[69] Fix | Delete
## definitions figured out by Configure. Should you modify one of these values,
[70] Fix | Delete
## do not forget to propagate your changes by running "Configure -der". You may
[71] Fix | Delete
## instead choose to run each of the .SH files by yourself, or "Configure -S".
[72] Fix | Delete
##
[73] Fix | Delete
#
[74] Fix | Delete
## Package name : perl5
[75] Fix | Delete
## Source directory : .
[76] Fix | Delete
## Configuration time: Thu May 18 17:33:33 EDT 2023
[77] Fix | Delete
## Configured by : Red Hat, Inc.
[78] Fix | Delete
## Target system : linux aa2c0304b1c54bccacee11bffa62968a 4.18.0-425.3.1.el8.x86_64 #1 smp tue nov 8 14:08:25 est 2022 x86_64 x86_64 x86_64 gnulinux
[79] Fix | Delete
#
[80] Fix | Delete
#: Configure command line arguments.
[81] Fix | Delete
#
[82] Fix | Delete
#: Variables propagated from previous config.sh file.
[83] Fix | Delete
[84] Fix | Delete
our $summary = <<'!END!';
[85] Fix | Delete
Summary of my $package (revision $revision $version_patchlevel_string) configuration:
[86] Fix | Delete
$git_commit_id_title $git_commit_id$git_ancestor_line
[87] Fix | Delete
Platform:
[88] Fix | Delete
osname=$osname
[89] Fix | Delete
osvers=$osvers
[90] Fix | Delete
archname=$archname
[91] Fix | Delete
uname='$myuname'
[92] Fix | Delete
config_args='$config_args'
[93] Fix | Delete
hint=$hint
[94] Fix | Delete
useposix=$useposix
[95] Fix | Delete
d_sigaction=$d_sigaction
[96] Fix | Delete
useithreads=$useithreads
[97] Fix | Delete
usemultiplicity=$usemultiplicity
[98] Fix | Delete
use64bitint=$use64bitint
[99] Fix | Delete
use64bitall=$use64bitall
[100] Fix | Delete
uselongdouble=$uselongdouble
[101] Fix | Delete
usemymalloc=$usemymalloc
[102] Fix | Delete
default_inc_excludes_dot=$default_inc_excludes_dot
[103] Fix | Delete
bincompat5005=undef
[104] Fix | Delete
Compiler:
[105] Fix | Delete
cc='$cc'
[106] Fix | Delete
ccflags ='$ccflags'
[107] Fix | Delete
optimize='$optimize'
[108] Fix | Delete
cppflags='$cppflags'
[109] Fix | Delete
ccversion='$ccversion'
[110] Fix | Delete
gccversion='$gccversion'
[111] Fix | Delete
gccosandvers='$gccosandvers'
[112] Fix | Delete
intsize=$intsize
[113] Fix | Delete
longsize=$longsize
[114] Fix | Delete
ptrsize=$ptrsize
[115] Fix | Delete
doublesize=$doublesize
[116] Fix | Delete
byteorder=$byteorder
[117] Fix | Delete
doublekind=$doublekind
[118] Fix | Delete
d_longlong=$d_longlong
[119] Fix | Delete
longlongsize=$longlongsize
[120] Fix | Delete
d_longdbl=$d_longdbl
[121] Fix | Delete
longdblsize=$longdblsize
[122] Fix | Delete
longdblkind=$longdblkind
[123] Fix | Delete
ivtype='$ivtype'
[124] Fix | Delete
ivsize=$ivsize
[125] Fix | Delete
nvtype='$nvtype'
[126] Fix | Delete
nvsize=$nvsize
[127] Fix | Delete
Off_t='$lseektype'
[128] Fix | Delete
lseeksize=$lseeksize
[129] Fix | Delete
alignbytes=$alignbytes
[130] Fix | Delete
prototype=$prototype
[131] Fix | Delete
Linker and Libraries:
[132] Fix | Delete
ld='$ld'
[133] Fix | Delete
ldflags ='$ldflags'
[134] Fix | Delete
libpth=$libpth
[135] Fix | Delete
libs=$libs
[136] Fix | Delete
perllibs=$perllibs
[137] Fix | Delete
libc=$libc
[138] Fix | Delete
so=$so
[139] Fix | Delete
useshrplib=$useshrplib
[140] Fix | Delete
libperl=$libperl
[141] Fix | Delete
gnulibc_version='$gnulibc_version'
[142] Fix | Delete
Dynamic Linking:
[143] Fix | Delete
dlsrc=$dlsrc
[144] Fix | Delete
dlext=$dlext
[145] Fix | Delete
d_dlsymun=$d_dlsymun
[146] Fix | Delete
ccdlflags='$ccdlflags'
[147] Fix | Delete
cccdlflags='$cccdlflags'
[148] Fix | Delete
lddlflags='$lddlflags'
[149] Fix | Delete
[150] Fix | Delete
!END!
[151] Fix | Delete
my $summary_expanded;
[152] Fix | Delete
[153] Fix | Delete
sub myconfig {
[154] Fix | Delete
return $summary_expanded if $summary_expanded;
[155] Fix | Delete
($summary_expanded = $summary) =~ s{\$(\w+)}
[156] Fix | Delete
{
[157] Fix | Delete
my $c;
[158] Fix | Delete
if ($1 eq 'git_ancestor_line') {
[159] Fix | Delete
if ($Config::Config{git_ancestor}) {
[160] Fix | Delete
$c= "\n Ancestor: $Config::Config{git_ancestor}";
[161] Fix | Delete
} else {
[162] Fix | Delete
$c= "";
[163] Fix | Delete
}
[164] Fix | Delete
} else {
[165] Fix | Delete
$c = $Config::Config{$1};
[166] Fix | Delete
}
[167] Fix | Delete
defined($c) ? $c : 'undef'
[168] Fix | Delete
}ge;
[169] Fix | Delete
$summary_expanded;
[170] Fix | Delete
}
[171] Fix | Delete
[172] Fix | Delete
local *_ = \my $a;
[173] Fix | Delete
$_ = <<'!END!';
[174] Fix | Delete
Author=''
[175] Fix | Delete
CONFIG='true'
[176] Fix | Delete
Date=''
[177] Fix | Delete
Header=''
[178] Fix | Delete
Id=''
[179] Fix | Delete
Locker=''
[180] Fix | Delete
Log=''
[181] Fix | Delete
PATCHLEVEL='26'
[182] Fix | Delete
PERL_API_REVISION='5'
[183] Fix | Delete
PERL_API_SUBVERSION='0'
[184] Fix | Delete
PERL_API_VERSION='26'
[185] Fix | Delete
PERL_CONFIG_SH='true'
[186] Fix | Delete
PERL_PATCHLEVEL=''
[187] Fix | Delete
PERL_REVISION='5'
[188] Fix | Delete
PERL_SUBVERSION='3'
[189] Fix | Delete
PERL_VERSION='26'
[190] Fix | Delete
RCSfile=''
[191] Fix | Delete
Revision=''
[192] Fix | Delete
SUBVERSION='3'
[193] Fix | Delete
Source=''
[194] Fix | Delete
State=''
[195] Fix | Delete
_a='.a'
[196] Fix | Delete
_exe=''
[197] Fix | Delete
_o='.o'
[198] Fix | Delete
afs='false'
[199] Fix | Delete
afsroot='/afs'
[200] Fix | Delete
alignbytes='8'
[201] Fix | Delete
ansi2knr=''
[202] Fix | Delete
aphostname=''
[203] Fix | Delete
api_revision='5'
[204] Fix | Delete
api_subversion='0'
[205] Fix | Delete
api_version='26'
[206] Fix | Delete
api_versionstring='5.26.0'
[207] Fix | Delete
ar='ar'
[208] Fix | Delete
archlib='/usr/lib64/perl5'
[209] Fix | Delete
archlibexp='/usr/lib64/perl5'
[210] Fix | Delete
archname='x86_64-linux-thread-multi'
[211] Fix | Delete
archname64=''
[212] Fix | Delete
archobjs=''
[213] Fix | Delete
asctime_r_proto='REENTRANT_PROTO_B_SB'
[214] Fix | Delete
awk='awk'
[215] Fix | Delete
baserev='5.0'
[216] Fix | Delete
bash=''
[217] Fix | Delete
bin='/usr/bin'
[218] Fix | Delete
bin_ELF='define'
[219] Fix | Delete
binexp='/usr/bin'
[220] Fix | Delete
bison='bison'
[221] Fix | Delete
byacc='byacc'
[222] Fix | Delete
byteorder='12345678'
[223] Fix | Delete
c=''
[224] Fix | Delete
castflags='0'
[225] Fix | Delete
cat='cat'
[226] Fix | Delete
cc='gcc'
[227] Fix | Delete
cccdlflags='-fPIC'
[228] Fix | Delete
ccdlflags='-Wl,--enable-new-dtags -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
[229] Fix | Delete
ccflags='-D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
[230] Fix | Delete
ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
[231] Fix | Delete
ccname='gcc'
[232] Fix | Delete
ccsymbols=''
[233] Fix | Delete
ccversion=''
[234] Fix | Delete
cf_by='Red Hat, Inc.'
[235] Fix | Delete
cf_email='Red Hat, Inc.@localhost.localdomain'
[236] Fix | Delete
cf_time='Thu May 18 17:33:33 EDT 2023'
[237] Fix | Delete
charbits='8'
[238] Fix | Delete
charsize='1'
[239] Fix | Delete
chgrp=''
[240] Fix | Delete
chmod='chmod'
[241] Fix | Delete
chown=''
[242] Fix | Delete
clocktype='clock_t'
[243] Fix | Delete
comm='comm'
[244] Fix | Delete
compress=''
[245] Fix | Delete
config_arg0='Configure'
[246] Fix | Delete
config_arg1='-des'
[247] Fix | Delete
config_arg10='-Dmyhostname=localhost'
[248] Fix | Delete
config_arg11='-Dperladmin=root@localhost'
[249] Fix | Delete
config_arg12='-Dcc=gcc'
[250] Fix | Delete
config_arg13='-Dcf_by=Red Hat, Inc.'
[251] Fix | Delete
config_arg14='-Dprefix=/usr'
[252] Fix | Delete
config_arg15='-Dvendorprefix=/usr'
[253] Fix | Delete
config_arg16='-Dsiteprefix=/usr/local'
[254] Fix | Delete
config_arg17='-Dsitelib=/usr/local/share/perl5'
[255] Fix | Delete
config_arg18='-Dsitearch=/usr/local/lib64/perl5'
[256] Fix | Delete
config_arg19='-Dprivlib=/usr/share/perl5'
[257] Fix | Delete
config_arg2='-Doptimize=none'
[258] Fix | Delete
config_arg20='-Dvendorlib=/usr/share/perl5/vendor_perl'
[259] Fix | Delete
config_arg21='-Darchlib=/usr/lib64/perl5'
[260] Fix | Delete
config_arg22='-Dvendorarch=/usr/lib64/perl5/vendor_perl'
[261] Fix | Delete
config_arg23='-Darchname=x86_64-linux-thread-multi'
[262] Fix | Delete
config_arg24='-Dlibpth=/usr/local/lib64 /lib64 /usr/lib64'
[263] Fix | Delete
config_arg25='-Duseshrplib'
[264] Fix | Delete
config_arg26='-Dusethreads'
[265] Fix | Delete
config_arg27='-Duseithreads'
[266] Fix | Delete
config_arg28='-Dusedtrace=/usr/bin/dtrace'
[267] Fix | Delete
config_arg29='-Duselargefiles'
[268] Fix | Delete
config_arg3='-Dccflags=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
[269] Fix | Delete
config_arg30='-Dd_semctl_semun'
[270] Fix | Delete
config_arg31='-Di_db'
[271] Fix | Delete
config_arg32='-Ui_ndbm'
[272] Fix | Delete
config_arg33='-Di_gdbm'
[273] Fix | Delete
config_arg34='-Di_shadow'
[274] Fix | Delete
config_arg35='-Di_syslog'
[275] Fix | Delete
config_arg36='-Dman3ext=3pm'
[276] Fix | Delete
config_arg37='-Duseperlio'
[277] Fix | Delete
config_arg38='-Dinstallusrbinperl=n'
[278] Fix | Delete
config_arg39='-Ubincompat5005'
[279] Fix | Delete
config_arg4='-Dldflags=-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
[280] Fix | Delete
config_arg40='-Uversiononly'
[281] Fix | Delete
config_arg41='-Dpager=/usr/bin/less -isr'
[282] Fix | Delete
config_arg42='-Dd_gethostent_r_proto'
[283] Fix | Delete
config_arg43='-Ud_endhostent_r_proto'
[284] Fix | Delete
config_arg44='-Ud_sethostent_r_proto'
[285] Fix | Delete
config_arg45='-Ud_endprotoent_r_proto'
[286] Fix | Delete
config_arg46='-Ud_setprotoent_r_proto'
[287] Fix | Delete
config_arg47='-Ud_endservent_r_proto'
[288] Fix | Delete
config_arg48='-Ud_setservent_r_proto'
[289] Fix | Delete
config_arg49='-Dscriptdir=/usr/bin'
[290] Fix | Delete
config_arg5='-Dccdlflags=-Wl,--enable-new-dtags -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
[291] Fix | Delete
config_arg50='-Dusesitecustomize'
[292] Fix | Delete
config_arg51='-Duse64bitint'
[293] Fix | Delete
config_arg6='-Dlddlflags=-shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
[294] Fix | Delete
config_arg7='-Dshrpdir=/usr/lib64'
[295] Fix | Delete
config_arg8='-DDEBUGGING=-g'
[296] Fix | Delete
config_arg9='-Dversion=5.26.3'
[297] Fix | Delete
config_argc='51'
[298] Fix | Delete
config_args='-des -Doptimize=none -Dccflags=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Dldflags=-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Dccdlflags=-Wl,--enable-new-dtags -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Dlddlflags=-shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Dshrpdir=/usr/lib64 -DDEBUGGING=-g -Dversion=5.26.3 -Dmyhostname=localhost -Dperladmin=root@localhost -Dcc=gcc -Dcf_by=Red Hat, Inc. -Dprefix=/usr -Dvendorprefix=/usr -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl5 -Dsitearch=/usr/local/lib64/perl5 -Dprivlib=/usr/share/perl5 -Dvendorlib=/usr/share/perl5/vendor_perl -Darchlib=/usr/lib64/perl5 -Dvendorarch=/usr/lib64/perl5/vendor_perl -Darchname=x86_64-linux-thread-multi -Dlibpth=/usr/local/lib64 /lib64 /usr/lib64 -Duseshrplib -Dusethreads -Duseithreads -Dusedtrace=/usr/bin/dtrace -Duselargefiles -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl=n -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less -isr -Dd_gethostent_r_proto -Ud_endhostent_r_proto -Ud_sethostent_r_proto -Ud_endprotoent_r_proto -Ud_setprotoent_r_proto -Ud_endservent_r_proto -Ud_setservent_r_proto -Dscriptdir=/usr/bin -Dusesitecustomize -Duse64bitint'
[299] Fix | Delete
contains='grep'
[300] Fix | Delete
cp='cp'
[301] Fix | Delete
cpio=''
[302] Fix | Delete
cpp='cpp'
[303] Fix | Delete
cpp_stuff='42'
[304] Fix | Delete
cppccsymbols=''
[305] Fix | Delete
cppflags='-D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include'
[306] Fix | Delete
cpplast='-'
[307] Fix | Delete
cppminus='-'
[308] Fix | Delete
cpprun='gcc -E'
[309] Fix | Delete
cppstdin='gcc -E'
[310] Fix | Delete
cppsymbols='_FILE_OFFSET_BITS=64 _FORTIFY_SOURCE=2 _GNU_SOURCE=1 _LARGEFILE64_SOURCE=1 _LARGEFILE_SOURCE=1 _LP64=1 _POSIX_C_SOURCE=200809L _POSIX_SOURCE=1 _REENTRANT=1 _STDC_PREDEF_H=1 _XOPEN_SOURCE=700 _XOPEN_SOURCE_EXTENDED=1 __ATOMIC_ACQUIRE=2 __ATOMIC_ACQ_REL=4 __ATOMIC_CONSUME=1 __ATOMIC_HLE_ACQUIRE=65536 __ATOMIC_HLE_RELEASE=131072 __ATOMIC_RELAXED=0 __ATOMIC_RELEASE=3 __ATOMIC_SEQ_CST=5 __BIGGEST_ALIGNMENT__=16 __BYTE_ORDER__=1234 __CHAR16_TYPE__=short\ unsigned\ int __CHAR32_TYPE__=unsigned\ int __CHAR_BIT__=8 __DBL_DECIMAL_DIG__=17 __DBL_DENORM_MIN__=((double)4.94065645841246544176568792868221372e-324L) __DBL_DIG__=15 __DBL_EPSILON__=((double)2.22044604925031308084726333618164062e-16L) __DBL_HAS_DENORM__=1 __DBL_HAS_INFINITY__=1 __DBL_HAS_QUIET_NAN__=1 __DBL_MANT_DIG__=53 __DBL_MAX_10_EXP__=308 __DBL_MAX_EXP__=1024 __DBL_MAX__=((double)1.79769313486231570814527423731704357e+308L) __DBL_MIN_10_EXP__=(-307) __DBL_MIN_EXP__=(-1021) __DBL_MIN__=((double)2.22507385850720138309023271733240406e-308L) __DEC128_EPSILON__=1E-33DL __DEC128_MANT_DIG__=34 __DEC128_MAX_EXP__=6145 __DEC128_MAX__=9.999999999999999999999999999999999E6144DL __DEC128_MIN_EXP__=(-6142) __DEC128_MIN__=1E-6143DL __DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL __DEC32_EPSILON__=1E-6DF __DEC32_MANT_DIG__=7 __DEC32_MAX_EXP__=97 __DEC32_MAX__=9.999999E96DF __DEC32_MIN_EXP__=(-94) __DEC32_MIN__=1E-95DF __DEC32_SUBNORMAL_MIN__=0.000001E-95DF __DEC64_EPSILON__=1E-15DD __DEC64_MANT_DIG__=16 __DEC64_MAX_EXP__=385 __DEC64_MAX__=9.999999999999999E384DD __DEC64_MIN_EXP__=(-382) __DEC64_MIN__=1E-383DD __DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD __DECIMAL_BID_FORMAT__=1 __DECIMAL_DIG__=21 __DEC_EVAL_METHOD__=2 __ELF__=1 __FINITE_MATH_ONLY__=0 __FLOAT_WORD_ORDER__=1234 __FLT128_DECIMAL_DIG__=36 __FLT128_DENORM_MIN__=6.47517511943802511092443895822764655e-4966F128 __FLT128_DIG__=33 __FLT128_EPSILON__=1.92592994438723585305597794258492732e-34F128 __FLT128_HAS_DENORM__=1 __FLT128_HAS_INFINITY__=1 __FLT128_HAS_QUIET_NAN__=1 __FLT128_MANT_DIG__=113 __FLT128_MAX_10_EXP__=4932 __FLT128_MAX_EXP__=16384 __FLT128_MAX__=1.18973149535723176508575932662800702e+4932F128 __FLT128_MIN_10_EXP__=(-4931) __FLT128_MIN_EXP__=(-16381) __FLT128_MIN__=3.36210314311209350626267781732175260e-4932F128 __FLT32X_DECIMAL_DIG__=17 __FLT32X_DENORM_MIN__=4.94065645841246544176568792868221372e-324F32x __FLT32X_DIG__=15 __FLT32X_EPSILON__=2.22044604925031308084726333618164062e-16F32x __FLT32X_HAS_DENORM__=1 __FLT32X_HAS_INFINITY__=1 __FLT32X_HAS_QUIET_NAN__=1 __FLT32X_MANT_DIG__=53 __FLT32X_MAX_10_EXP__=308 __FLT32X_MAX_EXP__=1024 __FLT32X_MAX__=1.79769313486231570814527423731704357e+308F32x __FLT32X_MIN_10_EXP__=(-307) __FLT32X_MIN_EXP__=(-1021) __FLT32X_MIN__=2.22507385850720138309023271733240406e-308F32x __FLT32_DECIMAL_DIG__=9 __FLT32_DENORM_MIN__=1.40129846432481707092372958328991613e-45F32 __FLT32_DIG__=6 __FLT32_EPSILON__=1.19209289550781250000000000000000000e-7F32 __FLT32_HAS_DENORM__=1 __FLT32_HAS_INFINITY__=1 __FLT32_HAS_QUIET_NAN__=1 __FLT32_MANT_DIG__=24 __FLT32_MAX_10_EXP__=38 __FLT32_MAX_EXP__=128 __FLT32_MAX__=3.40282346638528859811704183484516925e+38F32 __FLT32_MIN_10_EXP__=(-37) __FLT32_MIN_EXP__=(-125) __FLT32_MIN__=1.17549435082228750796873653722224568e-38F32 __FLT64X_DECIMAL_DIG__=21 __FLT64X_DENORM_MIN__=3.64519953188247460252840593361941982e-4951F64x __FLT64X_DIG__=18 __FLT64X_EPSILON__=1.08420217248550443400745280086994171e-19F64x __FLT64X_HAS_DENORM__=1 __FLT64X_HAS_INFINITY__=1 __FLT64X_HAS_QUIET_NAN__=1 __FLT64X_MANT_DIG__=64 __FLT64X_MAX_10_EXP__=4932 __FLT64X_MAX_EXP__=16384 __FLT64X_MAX__=1.18973149535723176502126385303097021e+4932F64x __FLT64X_MIN_10_EXP__=(-4931) __FLT64X_MIN_EXP__=(-16381) __FLT64X_MIN__=3.36210314311209350626267781732175260e-4932F64x __FLT64_DECIMAL_DIG__=17 __FLT64_DENORM_MIN__=4.94065645841246544176568792868221372e-324F64 __FLT64_DIG__=15 __FLT64_EPSILON__=2.22044604925031308084726333618164062e-16F64 __FLT64_HAS_DENORM__=1 __FLT64_HAS_INFINITY__=1 __FLT64_HAS_QUIET_NAN__=1 __FLT64_MANT_DIG__=53 __FLT64_MAX_10_EXP__=308 __FLT64_MAX_EXP__=1024 __FLT64_MAX__=1.79769313486231570814527423731704357e+308F64 __FLT64_MIN_10_EXP__=(-307) __FLT64_MIN_EXP__=(-1021) __FLT64_MIN__=2.22507385850720138309023271733240406e-308F64 __FLT_DECIMAL_DIG__=9 __FLT_DENORM_MIN__=1.40129846432481707092372958328991613e-45F __FLT_DIG__=6 __FLT_EPSILON__=1.19209289550781250000000000000000000e-7F __FLT_EVAL_METHOD_TS_18661_3__=0 __FLT_EVAL_METHOD__=0 __FLT_HAS_DENORM__=1 __FLT_HAS_INFINITY__=1 __FLT_HAS_QUIET_NAN__=1 __FLT_MANT_DIG__=24 __FLT_MAX_10_EXP__=38 __FLT_MAX_EXP__=128 __FLT_MAX__=3.40282346638528859811704183484516925e+38F __FLT_MIN_10_EXP__=(-37) __FLT_MIN_EXP__=(-125) __FLT_MIN__=1.17549435082228750796873653722224568e-38F __FLT_RADIX__=2 __FXSR__=1 __GCC_ASM_FLAG_OUTPUTS__=1 __GCC_ATOMIC_BOOL_LOCK_FREE=2 __GCC_ATOMIC_CHAR16_T_LOCK_FREE=2 __GCC_ATOMIC_CHAR32_T_LOCK_FREE=2 __GCC_ATOMIC_CHAR_LOCK_FREE=2 __GCC_ATOMIC_INT_LOCK_FREE=2 __GCC_ATOMIC_LLONG_LOCK_FREE=2 __GCC_ATOMIC_LONG_LOCK_FREE=2 __GCC_ATOMIC_POINTER_LOCK_FREE=2 __GCC_ATOMIC_SHORT_LOCK_FREE=2 __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1 __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2 __GCC_HAVE_DWARF2_CFI_ASM=1 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8=1 __GCC_IEC_559=2 __GCC_IEC_559_COMPLEX=2 __GLIBC_MINOR__=28 __GLIBC__=2 __GNUC_MINOR__=5 __GNUC_PATCHLEVEL__=0 __GNUC_RH_RELEASE__=18 __GNUC_STDC_INLINE__=1 __GNUC__=8 __GNU_LIBRARY__=6 __GXX_ABI_VERSION=1013 __INT16_C=__INT16_C __INT16_MAX__=0x7fff __INT16_TYPE__=short\ int __INT32_C=__INT32_C __INT32_MAX__=0x7fffffff __INT32_TYPE__=int __INT64_C=__INT64_C __INT64_MAX__=0x7fffffffffffffffL __INT64_TYPE__=long\ int __INT8_C=__INT8_C __INT8_MAX__=0x7f __INT8_TYPE__=signed\ char __INTMAX_C=__INTMAX_C __INTMAX_MAX__=0x7fffffffffffffffL __INTMAX_TYPE__=long\ int __INTMAX_WIDTH__=64 __INTPTR_MAX__=0x7fffffffffffffffL __INTPTR_TYPE__=long\ int __INTPTR_WIDTH__=64 __INT_FAST16_MAX__=0x7fffffffffffffffL __INT_FAST16_TYPE__=long\ int __INT_FAST16_WIDTH__=64 __INT_FAST32_MAX__=0x7fffffffffffffffL __INT_FAST32_TYPE__=long\ int __INT_FAST32_WIDTH__=64 __INT_FAST64_MAX__=0x7fffffffffffffffL __INT_FAST64_TYPE__=long\ int __INT_FAST64_WIDTH__=64 __INT_FAST8_MAX__=0x7f __INT_FAST8_TYPE__=signed\ char __INT_FAST8_WIDTH__=8 __INT_LEAST16_MAX__=0x7fff __INT_LEAST16_TYPE__=short\ int __INT_LEAST16_WIDTH__=16 __INT_LEAST32_MAX__=0x7fffffff __INT_LEAST32_TYPE__=int __INT_LEAST32_WIDTH__=32 __INT_LEAST64_MAX__=0x7fffffffffffffffL __INT_LEAST64_TYPE__=long\ int __INT_LEAST64_WIDTH__=64 __INT_LEAST8_MAX__=0x7f __INT_LEAST8_TYPE__=signed\ char __INT_LEAST8_WIDTH__=8 __INT_MAX__=0x7fffffff __INT_WIDTH__=32 __LDBL_DECIMAL_DIG__=21 __LDBL_DENORM_MIN__=3.64519953188247460252840593361941982e-4951L __LDBL_DIG__=18 __LDBL_EPSILON__=1.08420217248550443400745280086994171e-19L __LDBL_HAS_DENORM__=1 __LDBL_HAS_INFINITY__=1 __LDBL_HAS_QUIET_NAN__=1 __LDBL_MANT_DIG__=64 __LDBL_MAX_10_EXP__=4932 __LDBL_MAX_EXP__=16384 __LDBL_MAX__=1.18973149535723176502126385303097021e+4932L __LDBL_MIN_10_EXP__=(-4931) __LDBL_MIN_EXP__=(-16381) __LDBL_MIN__=3.36210314311209350626267781732175260e-4932L __LONG_LONG_MAX__=0x7fffffffffffffffLL __LONG_LONG_WIDTH__=64 __LONG_MAX__=0x7fffffffffffffffL __LONG_WIDTH__=64 __LP64__=1 __MMX__=1 __ORDER_BIG_ENDIAN__=4321 __ORDER_LITTLE_ENDIAN__=1234 __ORDER_PDP_ENDIAN__=3412 __PIC__=2 __PRAGMA_REDEFINE_EXTNAME=1 __PTRDIFF_MAX__=0x7fffffffffffffffL __PTRDIFF_TYPE__=long\ int __PTRDIFF_WIDTH__=64 __REGISTER_PREFIX__= __SCHAR_MAX__=0x7f __SCHAR_WIDTH__=8 __SEG_FS=1 __SEG_GS=1 __SHRT_MAX__=0x7fff __SHRT_WIDTH__=16 __SIG_ATOMIC_MAX__=0x7fffffff __SIG_ATOMIC_MIN__=(-0x7fffffff\ -\ 1) __SIG_ATOMIC_TYPE__=int __SIG_ATOMIC_WIDTH__=32 __SIZEOF_DOUBLE__=8 __SIZEOF_FLOAT128__=16 __SIZEOF_FLOAT80__=16 __SIZEOF_FLOAT__=4 __SIZEOF_INT128__=16 __SIZEOF_INT__=4 __SIZEOF_LONG_DOUBLE__=16 __SIZEOF_LONG_LONG__=8 __SIZEOF_LONG__=8 __SIZEOF_POINTER__=8 __SIZEOF_PTRDIFF_T__=8 __SIZEOF_SHORT__=2 __SIZEOF_SIZE_T__=8 __SIZEOF_WCHAR_T__=4 __SIZEOF_WINT_T__=4 __SIZE_MAX__=0xffffffffffffffffUL __SIZE_TYPE__=long\ unsigned\ int __SIZE_WIDTH__=64 __SSE2_MATH__=1 __SSE2__=1 __SSE_MATH__=1 __SSE__=1 __STDC_HOSTED__=1 __STDC_IEC_559_COMPLEX__=1 __STDC_IEC_559__=1 __STDC_ISO_10646__=201706L __STDC_UTF_16__=1 __STDC_UTF_32__=1 __STDC_VERSION__=201710L __STDC__=1 __UINT16_C=__UINT16_C __UINT16_MAX__=0xffff __UINT16_TYPE__=short\ unsigned\ int __UINT32_C=__UINT32_C __UINT32_MAX__=0xffffffffU __UINT32_TYPE__=unsigned\ int __UINT64_C=__UINT64_C __UINT64_MAX__=0xffffffffffffffffUL __UINT64_TYPE__=long\ unsigned\ int __UINT8_C=__UINT8_C __UINT8_MAX__=0xff __UINT8_TYPE__=unsigned\ char __UINTMAX_C=__UINTMAX_C __UINTMAX_MAX__=0xffffffffffffffffUL __UINTMAX_TYPE__=long\ unsigned\ int __UINTPTR_MAX__=0xffffffffffffffffUL __UINTPTR_TYPE__=long\ unsigned\ int __UINT_FAST16_MAX__=0xffffffffffffffffUL __UINT_FAST16_TYPE__=long\ unsigned\ int __UINT_FAST32_MAX__=0xffffffffffffffffUL __UINT_FAST32_TYPE__=long\ unsigned\ int __UINT_FAST64_MAX__=0xffffffffffffffffUL __UINT_FAST64_TYPE__=long\ unsigned\ int __UINT_FAST8_MAX__=0xff __UINT_FAST8_TYPE__=unsigned\ char __UINT_LEAST16_MAX__=0xffff __UINT_LEAST16_TYPE__=short\ unsigned\ int __UINT_LEAST32_MAX__=0xffffffffU __UINT_LEAST32_TYPE__=unsigned\ int __UINT_LEAST64_MAX__=0xffffffffffffffffUL __UINT_LEAST64_TYPE__=long\ unsigned\ int __UINT_LEAST8_MAX__=0xff __UINT_LEAST8_TYPE__=unsigned\ char __USER_LABEL_PREFIX__= __USE_FILE_OFFSET64=1 __USE_GNU=1 __USE_LARGEFILE64=1 __USE_LARGEFILE=1 __USE_MISC=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_POSIX=1 __USE_UNIX98=1 __USE_XOPEN=1 __USE_XOPEN_EXTENDED=1 __VERSION__="8.5.0\ 20210514\ (Red\ Hat\ 8.5.0-18)" __WCHAR_MAX__=0x7fffffff __WCHAR_MIN__=(-0x7fffffff\ -\ 1) __WCHAR_TYPE__=int __WCHAR_WIDTH__=32 __WINT_MAX__=0xffffffffU __WINT_MIN__=0U __WINT_TYPE__=unsigned\ int __WINT_WIDTH__=32 __amd64=1 __amd64__=1 __code_model_small__=1 __gnu_linux__=1 __has_include=__has_include __has_include_next=__has_include_next __k8=1 __k8__=1 __linux=1 __linux__=1 __pic__=2 __unix=1 __unix__=1 __x86_64=1 __x86_64__=1 linux=1 unix=1'
[311] Fix | Delete
crypt_r_proto='REENTRANT_PROTO_B_CCS'
[312] Fix | Delete
cryptlib=''
[313] Fix | Delete
csh='csh'
[314] Fix | Delete
ctermid_r_proto='0'
[315] Fix | Delete
ctime_r_proto='REENTRANT_PROTO_B_SB'
[316] Fix | Delete
d_Gconvert='gcvt((x),(n),(b))'
[317] Fix | Delete
d_PRIEUldbl='define'
[318] Fix | Delete
d_PRIFUldbl='define'
[319] Fix | Delete
d_PRIGUldbl='define'
[320] Fix | Delete
d_PRIXU64='define'
[321] Fix | Delete
d_PRId64='define'
[322] Fix | Delete
d_PRIeldbl='define'
[323] Fix | Delete
d_PRIfldbl='define'
[324] Fix | Delete
d_PRIgldbl='define'
[325] Fix | Delete
d_PRIi64='define'
[326] Fix | Delete
d_PRIo64='define'
[327] Fix | Delete
d_PRIu64='define'
[328] Fix | Delete
d_PRIx64='define'
[329] Fix | Delete
d_SCNfldbl='define'
[330] Fix | Delete
d__fwalk='undef'
[331] Fix | Delete
d_access='define'
[332] Fix | Delete
d_accessx='undef'
[333] Fix | Delete
d_acosh='define'
[334] Fix | Delete
d_aintl='undef'
[335] Fix | Delete
d_alarm='define'
[336] Fix | Delete
d_archlib='define'
[337] Fix | Delete
d_asctime64='undef'
[338] Fix | Delete
d_asctime_r='define'
[339] Fix | Delete
d_asinh='define'
[340] Fix | Delete
d_atanh='define'
[341] Fix | Delete
d_atolf='undef'
[342] Fix | Delete
d_atoll='define'
[343] Fix | Delete
d_attribute_deprecated='define'
[344] Fix | Delete
d_attribute_format='define'
[345] Fix | Delete
d_attribute_malloc='define'
[346] Fix | Delete
d_attribute_nonnull='define'
[347] Fix | Delete
d_attribute_noreturn='define'
[348] Fix | Delete
d_attribute_pure='define'
[349] Fix | Delete
d_attribute_unused='define'
[350] Fix | Delete
d_attribute_warn_unused_result='define'
[351] Fix | Delete
d_backtrace='define'
[352] Fix | Delete
d_bcmp='define'
[353] Fix | Delete
d_bcopy='define'
[354] Fix | Delete
d_bsd='undef'
[355] Fix | Delete
d_bsdgetpgrp='undef'
[356] Fix | Delete
d_bsdsetpgrp='undef'
[357] Fix | Delete
d_builtin_choose_expr='define'
[358] Fix | Delete
d_builtin_expect='define'
[359] Fix | Delete
d_bzero='define'
[360] Fix | Delete
d_c99_variadic_macros='define'
[361] Fix | Delete
d_casti32='undef'
[362] Fix | Delete
d_castneg='define'
[363] Fix | Delete
d_cbrt='define'
[364] Fix | Delete
d_charvspr='undef'
[365] Fix | Delete
d_chown='define'
[366] Fix | Delete
d_chroot='define'
[367] Fix | Delete
d_chsize='undef'
[368] Fix | Delete
d_class='undef'
[369] Fix | Delete
d_clearenv='define'
[370] Fix | Delete
d_closedir='define'
[371] Fix | Delete
d_cmsghdr_s='define'
[372] Fix | Delete
d_const='define'
[373] Fix | Delete
d_copysign='define'
[374] Fix | Delete
d_copysignl='define'
[375] Fix | Delete
d_cplusplus='undef'
[376] Fix | Delete
d_crypt='define'
[377] Fix | Delete
d_crypt_r='define'
[378] Fix | Delete
d_csh='undef'
[379] Fix | Delete
d_ctermid='define'
[380] Fix | Delete
d_ctermid_r='undef'
[381] Fix | Delete
d_ctime64='undef'
[382] Fix | Delete
d_ctime_r='define'
[383] Fix | Delete
d_cuserid='define'
[384] Fix | Delete
d_dbl_dig='define'
[385] Fix | Delete
d_dbminitproto='define'
[386] Fix | Delete
d_difftime='define'
[387] Fix | Delete
d_difftime64='undef'
[388] Fix | Delete
d_dir_dd_fd='undef'
[389] Fix | Delete
d_dirfd='define'
[390] Fix | Delete
d_dirnamlen='undef'
[391] Fix | Delete
d_dladdr='define'
[392] Fix | Delete
d_dlerror='define'
[393] Fix | Delete
d_dlopen='define'
[394] Fix | Delete
d_dlsymun='undef'
[395] Fix | Delete
d_dosuid='undef'
[396] Fix | Delete
d_double_has_inf='define'
[397] Fix | Delete
d_double_has_nan='define'
[398] Fix | Delete
d_double_has_negative_zero='define'
[399] Fix | Delete
d_double_has_subnormals='define'
[400] Fix | Delete
d_double_style_cray='undef'
[401] Fix | Delete
d_double_style_ibm='undef'
[402] Fix | Delete
d_double_style_ieee='define'
[403] Fix | Delete
d_double_style_vax='undef'
[404] Fix | Delete
d_drand48_r='define'
[405] Fix | Delete
d_drand48proto='define'
[406] Fix | Delete
d_dup2='define'
[407] Fix | Delete
d_duplocale='define'
[408] Fix | Delete
d_eaccess='define'
[409] Fix | Delete
d_endgrent='define'
[410] Fix | Delete
d_endgrent_r='undef'
[411] Fix | Delete
d_endhent='define'
[412] Fix | Delete
d_endhostent_r='undef'
[413] Fix | Delete
d_endnent='define'
[414] Fix | Delete
d_endnetent_r='undef'
[415] Fix | Delete
d_endpent='define'
[416] Fix | Delete
d_endprotoent_r='undef'
[417] Fix | Delete
d_endpwent='define'
[418] Fix | Delete
d_endpwent_r='undef'
[419] Fix | Delete
d_endsent='define'
[420] Fix | Delete
d_endservent_r='undef'
[421] Fix | Delete
d_eofnblk='define'
[422] Fix | Delete
d_erf='define'
[423] Fix | Delete
d_erfc='define'
[424] Fix | Delete
d_eunice='undef'
[425] Fix | Delete
d_exp2='define'
[426] Fix | Delete
d_expm1='define'
[427] Fix | Delete
d_faststdio='undef'
[428] Fix | Delete
d_fchdir='define'
[429] Fix | Delete
d_fchmod='define'
[430] Fix | Delete
d_fchown='define'
[431] Fix | Delete
d_fcntl='define'
[432] Fix | Delete
d_fcntl_can_lock='define'
[433] Fix | Delete
d_fd_macros='define'
[434] Fix | Delete
d_fd_set='define'
[435] Fix | Delete
d_fdclose='undef'
[436] Fix | Delete
d_fdim='define'
[437] Fix | Delete
d_fds_bits='define'
[438] Fix | Delete
d_fegetround='define'
[439] Fix | Delete
d_fgetpos='define'
[440] Fix | Delete
d_finite='define'
[441] Fix | Delete
d_finitel='define'
[442] Fix | Delete
d_flexfnam='define'
[443] Fix | Delete
d_flock='define'
[444] Fix | Delete
d_flockproto='define'
[445] Fix | Delete
d_fma='define'
[446] Fix | Delete
d_fmax='define'
[447] Fix | Delete
d_fmin='define'
[448] Fix | Delete
d_fork='define'
[449] Fix | Delete
d_fp_class='undef'
[450] Fix | Delete
d_fp_classify='undef'
[451] Fix | Delete
d_fp_classl='undef'
[452] Fix | Delete
d_fpathconf='define'
[453] Fix | Delete
d_fpclass='undef'
[454] Fix | Delete
d_fpclassify='define'
[455] Fix | Delete
d_fpclassl='undef'
[456] Fix | Delete
d_fpgetround='undef'
[457] Fix | Delete
d_fpos64_t='undef'
[458] Fix | Delete
d_freelocale='define'
[459] Fix | Delete
d_frexpl='define'
[460] Fix | Delete
d_fs_data_s='undef'
[461] Fix | Delete
d_fseeko='define'
[462] Fix | Delete
d_fsetpos='define'
[463] Fix | Delete
d_fstatfs='define'
[464] Fix | Delete
d_fstatvfs='define'
[465] Fix | Delete
d_fsync='define'
[466] Fix | Delete
d_ftello='define'
[467] Fix | Delete
d_ftime='undef'
[468] Fix | Delete
d_futimes='define'
[469] Fix | Delete
d_gai_strerror='define'
[470] Fix | Delete
d_gdbm_ndbm_h_uses_prototypes='undef'
[471] Fix | Delete
d_gdbmndbm_h_uses_prototypes='define'
[472] Fix | Delete
d_getaddrinfo='define'
[473] Fix | Delete
d_getcwd='define'
[474] Fix | Delete
d_getespwnam='undef'
[475] Fix | Delete
d_getfsstat='undef'
[476] Fix | Delete
d_getgrent='define'
[477] Fix | Delete
d_getgrent_r='define'
[478] Fix | Delete
d_getgrgid_r='define'
[479] Fix | Delete
d_getgrnam_r='define'
[480] Fix | Delete
d_getgrps='define'
[481] Fix | Delete
d_gethbyaddr='define'
[482] Fix | Delete
d_gethbyname='define'
[483] Fix | Delete
d_gethent='define'
[484] Fix | Delete
d_gethname='define'
[485] Fix | Delete
d_gethostbyaddr_r='define'
[486] Fix | Delete
d_gethostbyname_r='define'
[487] Fix | Delete
d_gethostent_r='define'
[488] Fix | Delete
d_gethostprotos='define'
[489] Fix | Delete
d_getitimer='define'
[490] Fix | Delete
d_getlogin='define'
[491] Fix | Delete
d_getlogin_r='define'
[492] Fix | Delete
d_getmnt='undef'
[493] Fix | Delete
d_getmntent='define'
[494] Fix | Delete
d_getnameinfo='define'
[495] Fix | Delete
d_getnbyaddr='define'
[496] Fix | Delete
d_getnbyname='define'
[497] Fix | Delete
d_getnent='define'
[498] Fix | Delete
d_getnetbyaddr_r='define'
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function