← Index
NYTProf Performance Profile   « line view »
For split.pl
  Run on Thu Apr 20 02:05:47 2023
Reported on Thu Apr 20 18:31:10 2023

Filename/usr/lib/x86_64-linux-gnu/perl-base/Config_heavy.pl
StatementsExecuted 8902 statements in 23.1ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
12542213.0ms13.0msConfig::::CORE:matchConfig::CORE:match (opcode)
1253114.14ms4.14msConfig::::CORE:regcompConfig::CORE:regcomp (opcode)
1253112.78ms19.9msConfig::::fetch_stringConfig::fetch_string
127611815µs815µsConfig::::NEXTKEYConfig::NEXTKEY
2117µs7µsConfig::::CORE:substcontConfig::CORE:substcont (opcode)
1115µs5µsConfig::::launcherConfig::launcher
1115µs6µsConfig::::BEGIN@5Config::BEGIN@5
1114µs4µsConfig::::CORE:substConfig::CORE:subst (opcode)
1113µs14µsConfig::::BEGIN@6Config::BEGIN@6
1112µs2µsConfig::::CORE:packConfig::CORE:pack (opcode)
1112µs2µsConfig::::CORE:unpackConfig::CORE:unpack (opcode)
1112µs2µsConfig::::FIRSTKEYConfig::FIRSTKEY
0000s0sConfig::::EXISTSConfig::EXISTS
0000s0sConfig::::STOREConfig::STORE
0000s0sConfig::::_VConfig::_V
0000s0sConfig::::bincompat_optionsConfig::bincompat_options
0000s0sConfig::::compile_dateConfig::compile_date
0000s0sConfig::::config_reConfig::config_re
0000s0sConfig::::config_shConfig::config_sh
0000s0sConfig::::config_varsConfig::config_vars
0000s0sConfig::::header_filesConfig::header_files
0000s0sConfig::::local_patchesConfig::local_patches
0000s0sConfig::::myconfigConfig::myconfig
0000s0sConfig::::non_bincompat_optionsConfig::non_bincompat_options
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1# This file was created by configpm when Perl was built. Any changes
2# made to this file will be lost the next time perl is built.
3
4package Config;
5216µs27µs
# spent 6µs (5+1000ns) within Config::BEGIN@5 which was called: # once (5µs+1000ns) by Config::AUTOLOAD at line 5
use strict;
# spent 6µs making 1 call to Config::BEGIN@5 # spent 1µs making 1 call to strict::import
621.29ms224µs
# spent 14µs (3+11) within Config::BEGIN@6 which was called: # once (3µs+11µs) by Config::AUTOLOAD at line 6
use warnings;
# spent 14µs making 1 call to Config::BEGIN@6 # spent 11µs making 1 call to warnings::import
7our %Config;
8
9sub bincompat_options {
10 return split ' ', (Internals::V())[0];
11}
12
13sub non_bincompat_options {
14 return split ' ', (Internals::V())[1];
15}
16
17sub compile_date {
18 return (Internals::V())[2]
19}
20
21sub local_patches {
22 my (undef, undef, undef, @patches) = Internals::V();
23 return @patches;
24}
25
26sub _V {
27 die "Perl lib was built for 'linux' but is being run on '$^O'"
28 unless "linux" eq $^O;
29
30 my ($bincompat, $non_bincompat, $date, @patches) = Internals::V();
31
32 my @opts = sort split ' ', "$bincompat $non_bincompat";
33
34 print Config::myconfig();
35 print "\nCharacteristics of this binary (from libperl): \n";
36
37 print " Compile-time options:\n";
38 print " $_\n" for @opts;
39
40 if (@patches) {
41 print " Locally applied patches:\n";
42 print " $_\n" foreach @patches;
43 }
44
45 print " Built under linux\n";
46
47 print " $date\n" if defined $date;
48
49 my @env = map { "$_=\"$ENV{$_}\"" } sort grep {/^PERL/} keys %ENV;
50
51 if (@env) {
52 print " \%ENV:\n";
53 print " $_\n" foreach @env;
54 }
55 print " \@INC:\n";
56 print " $_\n" foreach @INC;
57}
58
59sub header_files {
60 return qw(EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h
61 dosish.h embed.h embedvar.h form.h gv.h handy.h hv.h hv_func.h
62 intrpvar.h iperlsys.h keywords.h mg.h nostdio.h op.h opcode.h
63 pad.h parser.h patchlevel.h perl.h perlio.h perliol.h perlsdio.h
64 perlvars.h perly.h pp.h pp_proto.h proto.h regcomp.h regexp.h
65 regnodes.h scope.h sv.h thread.h time64.h unixish.h utf8.h
66 util.h);
67}
68
69##
70## This file was produced by running the Configure script. It holds all the
71## definitions figured out by Configure. Should you modify one of these values,
72## do not forget to propagate your changes by running "Configure -der". You may
73## instead choose to run each of the .SH files by yourself, or "Configure -S".
74##
75#
76## Package name : perl5
77## Source directory : /dummy/build/dir
78## Configuration time: Sun Jan 8 21:28:47 UTC 2023
79## Configured by : Debian
80## Target system : linux localhost 4.19.0 #1 smp debian 4.19.0 x86_64 gnulinux
81#
82#: Configure command line arguments.
83#
84#: Variables propagated from previous config.sh file.
85
861300nsour $summary = <<'!END!';
87Summary of my $package (revision $revision $version_patchlevel_string) configuration:
88 $git_commit_id_title $git_commit_id$git_ancestor_line
89 Platform:
90 osname=$osname
91 osvers=$osvers
92 archname=$archname
93 uname='$myuname'
94 config_args='$config_args'
95 hint=$hint
96 useposix=$useposix
97 d_sigaction=$d_sigaction
98 useithreads=$useithreads
99 usemultiplicity=$usemultiplicity
100 use64bitint=$use64bitint
101 use64bitall=$use64bitall
102 uselongdouble=$uselongdouble
103 usemymalloc=$usemymalloc
104 default_inc_excludes_dot=$default_inc_excludes_dot
105 Compiler:
106 cc='$cc'
107 ccflags ='$ccflags'
108 optimize='$optimize'
109 cppflags='$cppflags'
110 ccversion='$ccversion'
111 gccversion='$gccversion'
112 gccosandvers='$gccosandvers'
113 intsize=$intsize
114 longsize=$longsize
115 ptrsize=$ptrsize
116 doublesize=$doublesize
117 byteorder=$byteorder
118 doublekind=$doublekind
119 d_longlong=$d_longlong
120 longlongsize=$longlongsize
121 d_longdbl=$d_longdbl
122 longdblsize=$longdblsize
123 longdblkind=$longdblkind
124 ivtype='$ivtype'
125 ivsize=$ivsize
126 nvtype='$nvtype'
127 nvsize=$nvsize
128 Off_t='$lseektype'
129 lseeksize=$lseeksize
130 alignbytes=$alignbytes
131 prototype=$prototype
132 Linker and Libraries:
133 ld='$ld'
134 ldflags ='$ldflags'
135 libpth=$libpth
136 libs=$libs
137 perllibs=$perllibs
138 libc=$libc
139 so=$so
140 useshrplib=$useshrplib
141 libperl=$libperl
142 gnulibc_version='$gnulibc_version'
143 Dynamic Linking:
144 dlsrc=$dlsrc
145 dlext=$dlext
146 d_dlsymun=$d_dlsymun
147 ccdlflags='$ccdlflags'
148 cccdlflags='$cccdlflags'
149 lddlflags='$lddlflags'
150
151!END!
1521100nsmy $summary_expanded;
153
154sub myconfig {
155 return $summary_expanded if $summary_expanded;
156 ($summary_expanded = $summary) =~ s{\$(\w+)}
157 {
158 my $c;
159 if ($1 eq 'git_ancestor_line') {
160 if ($Config::Config{git_ancestor}) {
161 $c= "\n Ancestor: $Config::Config{git_ancestor}";
162 } else {
163 $c= "";
164 }
165 } else {
166 $c = $Config::Config{$1};
167 }
168 defined($c) ? $c : 'undef'
169 }ge;
170 $summary_expanded;
171}
172
1731700nslocal *_ = \my $a;
1741100ns$_ = <<'!END!';
175Author=''
176CONFIG='true'
177Date=''
178Header=''
179Id=''
180Locker=''
181Log=''
182PATCHLEVEL='36'
183PERL_API_REVISION='5'
184PERL_API_SUBVERSION='0'
185PERL_API_VERSION='36'
186PERL_CONFIG_SH='true'
187PERL_PATCHLEVEL=''
188PERL_REVISION='5'
189PERL_SUBVERSION='0'
190PERL_VERSION='36'
191RCSfile=''
192Revision=''
193SUBVERSION='0'
194Source=''
195State=''
196_a='.a'
197_exe=''
198_o='.o'
199afs='false'
200afsroot='/afs'
201alignbytes='8'
202aphostname='hostname'
203api_revision='5'
204api_subversion='0'
205api_version='36'
206api_versionstring='5.36.0'
207ar='ar'
208archlib='/usr/lib/x86_64-linux-gnu/perl/5.36'
209archlibexp='/usr/lib/x86_64-linux-gnu/perl/5.36'
210archname='x86_64-linux-gnu-thread-multi'
211archname64=''
212archobjs=''
213asctime_r_proto='REENTRANT_PROTO_B_SB'
214awk='awk'
215baserev='5.0'
216bash=''
217bin='/usr/bin'
218bin_ELF='define'
219binexp='/usr/bin'
220bison='bison'
221byacc='byacc'
222byteorder='12345678'
223c=''
224castflags='0'
225cat='cat'
226cc='x86_64-linux-gnu-gcc'
227cccdlflags='-fPIC'
228ccdlflags='-Wl,-E'
229ccflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
230ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
231ccname='gcc'
232ccsymbols=''
233ccversion=''
234cf_by='Debian'
235cf_email='perl@packages.debian.org'
236cf_time='Sun Jan 8 21:28:47 UTC 2023'
237charbits='8'
238charsize='1'
239chgrp=''
240chmod='chmod'
241chown=''
242clocktype='clock_t'
243comm='comm'
244compiler_warning='grep -i warning'
245compress=''
246config_arg0='../Configure'
247config_arg1='-Dmksymlinks'
248config_arg10='-Dcccdlflags=-fPIC'
249config_arg11='-Darchname=x86_64-linux-gnu'
250config_arg12='-Dprefix=/usr'
251config_arg13='-Dprivlib=/usr/share/perl/5.36'
252config_arg14='-Darchlib=/usr/lib/x86_64-linux-gnu/perl/5.36'
253config_arg15='-Dvendorprefix=/usr'
254config_arg16='-Dvendorlib=/usr/share/perl5'
255config_arg17='-Dvendorarch=/usr/lib/x86_64-linux-gnu/perl5/5.36'
256config_arg18='-Dsiteprefix=/usr/local'
257config_arg19='-Dsitelib=/usr/local/share/perl/5.36.0'
258config_arg2='-Dusethreads'
259config_arg20='-Dsitearch=/usr/local/lib/x86_64-linux-gnu/perl/5.36.0'
260config_arg21='-Dman1dir=/usr/share/man/man1'
261config_arg22='-Dman3dir=/usr/share/man/man3'
262config_arg23='-Dsiteman1dir=/usr/local/man/man1'
263config_arg24='-Dsiteman3dir=/usr/local/man/man3'
264config_arg25='-Duse64bitint'
265config_arg26='-Dman1ext=1'
266config_arg27='-Dman3ext=3perl'
267config_arg28='-Dpager=/usr/bin/sensible-pager'
268config_arg29='-Uafs'
269config_arg3='-Duselargefiles'
270config_arg30='-Ud_csh'
271config_arg31='-Ud_ualarm'
272config_arg32='-Uusesfio'
273config_arg33='-Uusenm'
274config_arg34='-Ui_libutil'
275config_arg35='-Ui_xlocale'
276config_arg36='-Uversiononly'
277config_arg37='-DDEBUGGING=-g'
278config_arg38='-Doptimize=-O2'
279config_arg39='-dEs'
280config_arg4='-Dcc=x86_64-linux-gnu-gcc'
281config_arg40='-Duseshrplib'
282config_arg41='-Dlibperl=libperl.so.5.36.0'
283config_arg5='-Dcpp=x86_64-linux-gnu-cpp'
284config_arg6='-Dld=x86_64-linux-gnu-gcc'
285config_arg7='-Dccflags=-DDEBIAN -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/dummy/build/dir=. -fstack-protector-strong -Wformat -Werror=format-security'
286config_arg8='-Dldflags= -Wl,-z,relro'
287config_arg9='-Dlddlflags=-shared -Wl,-z,relro'
288config_argc='41'
289config_args='-Dmksymlinks -Dusethreads -Duselargefiles -Dcc=x86_64-linux-gnu-gcc -Dcpp=x86_64-linux-gnu-cpp -Dld=x86_64-linux-gnu-gcc -Dccflags=-DDEBIAN -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/dummy/build/dir=. -fstack-protector-strong -Wformat -Werror=format-security -Dldflags= -Wl,-z,relro -Dlddlflags=-shared -Wl,-z,relro -Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.36 -Darchlib=/usr/lib/x86_64-linux-gnu/perl/5.36 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/x86_64-linux-gnu/perl5/5.36 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.36.0 -Dsitearch=/usr/local/lib/x86_64-linux-gnu/perl/5.36.0 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Duse64bitint -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Ud_ualarm -Uusesfio -Uusenm -Ui_libutil -Ui_xlocale -Uversiononly -DDEBUGGING=-g -Doptimize=-O2 -dEs -Duseshrplib -Dlibperl=libperl.so.5.36.0'
290contains='grep'
291cp='cp'
292cpio=''
293cpp='x86_64-linux-gnu-cpp'
294cpp_stuff='42'
295cppccsymbols=''
296cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include'
297cpplast='-'
298cppminus='-'
299cpprun='x86_64-linux-gnu-gcc -E'
300cppstdin='x86_64-linux-gnu-gcc -E'
301cppsymbols='_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_IS_IEC_60559__=2 __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) __DBL_NORM_MAX__=((double)1.79769313486231570814527423731704357e+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_IS_IEC_60559__=2 __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 __FLT128_NORM_MAX__=1.18973149535723176508575932662800702e+4932F128 __FLT16_DECIMAL_DIG__=5 __FLT16_DENORM_MIN__=5.96046447753906250000000000000000000e-8F16 __FLT16_DIG__=3 __FLT16_EPSILON__=9.76562500000000000000000000000000000e-4F16 __FLT16_HAS_DENORM__=1 __FLT16_HAS_INFINITY__=1 __FLT16_HAS_QUIET_NAN__=1 __FLT16_IS_IEC_60559__=2 __FLT16_MANT_DIG__=11 __FLT16_MAX_10_EXP__=4 __FLT16_MAX_EXP__=16 __FLT16_MAX__=6.55040000000000000000000000000000000e+4F16 __FLT16_MIN_10_EXP__=(-4) __FLT16_MIN_EXP__=(-13) __FLT16_MIN__=6.10351562500000000000000000000000000e-5F16 __FLT16_NORM_MAX__=6.55040000000000000000000000000000000e+4F16 __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_IS_IEC_60559__=2 __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 __FLT32X_NORM_MAX__=1.79769313486231570814527423731704357e+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_IS_IEC_60559__=2 __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 __FLT32_NORM_MAX__=3.40282346638528859811704183484516925e+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_IS_IEC_60559__=2 __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 __FLT64X_NORM_MAX__=1.18973149535723176502126385303097021e+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_IS_IEC_60559__=2 __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 __FLT64_NORM_MAX__=1.79769313486231570814527423731704357e+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_IS_IEC_60559__=2 __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_NORM_MAX__=3.40282346638528859811704183484516925e+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_CONSTRUCTIVE_SIZE=64 __GCC_DESTRUCTIVE_SIZE=64 __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__=36 __GLIBC__=2 __GNUC_EXECUTION_CHARSET_NAME="UTF-8" __GNUC_MINOR__=2 __GNUC_PATCHLEVEL__=0 __GNUC_STDC_INLINE__=1 __GNUC_WIDE_EXECUTION_CHARSET_NAME="UTF-32LE" __GNUC__=12 __GNU_LIBRARY__=6 __GXX_ABI_VERSION=1017 __HAVE_SPECULATION_SAFE_VALUE=1 __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_IS_IEC_60559__=2 __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 __LDBL_NORM_MAX__=1.18973149535723176502126385303097021e+4932L __LONG_LONG_MAX__=0x7fffffffffffffffLL __LONG_LONG_WIDTH__=64 __LONG_MAX__=0x7fffffffffffffffL __LONG_WIDTH__=64 __LP64__=1 __MMX_WITH_SSE__=1 __MMX__=1 __ORDER_BIG_ENDIAN__=4321 __ORDER_LITTLE_ENDIAN__=1234 __ORDER_PDP_ENDIAN__=3412 __PIC__=2 __PIE__=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_IEC_60559_BFP__=201404L __STDC_IEC_60559_COMPLEX__=201404L __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__="12.2.0" __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 __k8=1 __k8__=1 __linux=1 __linux__=1 __pic__=2 __pie__=2 __unix=1 __unix__=1 __x86_64=1 __x86_64__=1 linux=1 unix=1'
302crypt_r_proto='REENTRANT_PROTO_B_CCS'
303cryptlib=''
304csh='csh'
305ctermid_r_proto='0'
306ctime_r_proto='REENTRANT_PROTO_B_SB'
307d_Gconvert='sprintf((b),"%.*g",(n),(x))'
308d_PRIEUldbl='define'
309d_PRIFUldbl='define'
310d_PRIGUldbl='define'
311d_PRIXU64='define'
312d_PRId64='define'
313d_PRIeldbl='define'
314d_PRIfldbl='define'
315d_PRIgldbl='define'
316d_PRIi64='define'
317d_PRIo64='define'
318d_PRIu64='define'
319d_PRIx64='define'
320d_SCNfldbl='define'
321d__fwalk='undef'
322d_accept4='define'
323d_access='define'
324d_accessx='undef'
325d_acosh='define'
326d_aintl='undef'
327d_alarm='define'
328d_archlib='define'
329d_asctime64='undef'
330d_asctime_r='define'
331d_asinh='define'
332d_atanh='define'
333d_atolf='undef'
334d_atoll='define'
335d_attribute_always_inline='define'
336d_attribute_deprecated='define'
337d_attribute_format='define'
338d_attribute_malloc='define'
339d_attribute_nonnull='define'
340d_attribute_noreturn='define'
341d_attribute_pure='define'
342d_attribute_unused='define'
343d_attribute_warn_unused_result='define'
344d_backtrace='define'
345d_bsd='undef'
346d_bsdgetpgrp='undef'
347d_bsdsetpgrp='undef'
348d_builtin_add_overflow='define'
349d_builtin_choose_expr='define'
350d_builtin_expect='define'
351d_builtin_mul_overflow='define'
352d_builtin_sub_overflow='define'
353d_c99_variadic_macros='define'
354d_casti32='undef'
355d_castneg='define'
356d_cbrt='define'
357d_chown='define'
358d_chroot='define'
359d_chsize='undef'
360d_class='undef'
361d_clearenv='define'
362d_closedir='define'
363d_cmsghdr_s='define'
364d_copysign='define'
365d_copysignl='define'
366d_cplusplus='undef'
367d_crypt='define'
368d_crypt_r='define'
369d_csh='undef'
370d_ctermid='define'
371d_ctermid_r='undef'
372d_ctime64='undef'
373d_ctime_r='define'
374d_cuserid='define'
375d_dbminitproto='define'
376d_difftime='define'
377d_difftime64='undef'
378d_dir_dd_fd='undef'
379d_dirfd='define'
380d_dirnamlen='undef'
381d_dladdr='define'
382d_dlerror='define'
383d_dlopen='define'
384d_dlsymun='undef'
385d_dosuid='undef'
386d_double_has_inf='define'
387d_double_has_nan='define'
388d_double_has_negative_zero='define'
389d_double_has_subnormals='define'
390d_double_style_cray='undef'
391d_double_style_ibm='undef'
392d_double_style_ieee='define'
393d_double_style_vax='undef'
394d_drand48_r='define'
395d_drand48proto='define'
396d_dup2='define'
397d_dup3='define'
398d_duplocale='define'
399d_eaccess='define'
400d_endgrent='define'
401d_endgrent_r='undef'
402d_endhent='define'
403d_endhostent_r='undef'
404d_endnent='define'
405d_endnetent_r='undef'
406d_endpent='define'
407d_endprotoent_r='undef'
408d_endpwent='define'
409d_endpwent_r='undef'
410d_endsent='define'
411d_endservent_r='undef'
412d_eofnblk='define'
413d_erf='define'
414d_erfc='define'
415d_eunice='undef'
416d_exp2='define'
417d_expm1='define'
418d_faststdio='undef'
419d_fchdir='define'
420d_fchmod='define'
421d_fchmodat='define'
422d_fchown='define'
423d_fcntl='define'
424d_fcntl_can_lock='define'
425d_fd_macros='define'
426d_fd_set='define'
427d_fdclose='undef'
428d_fdim='define'
429d_fds_bits='define'
430d_fegetround='define'
431d_ffs='define'
432d_ffsl='define'
433d_fgetpos='define'
434d_finite='define'
435d_finitel='define'
436d_flexfnam='define'
437d_flock='define'
438d_flockproto='define'
439d_fma='define'
440d_fmax='define'
441d_fmin='define'
442d_fork='define'
443d_fp_class='undef'
444d_fp_classify='undef'
445d_fp_classl='undef'
446d_fpathconf='define'
447d_fpclass='undef'
448d_fpclassify='define'
449d_fpclassl='undef'
450d_fpgetround='undef'
451d_fpos64_t='undef'
452d_freelocale='define'
453d_frexpl='define'
454d_fs_data_s='undef'
455d_fseeko='define'
456d_fsetpos='define'
457d_fstatfs='define'
458d_fstatvfs='define'
459d_fsync='define'
460d_ftello='define'
461d_ftime='undef'
462d_futimes='define'
463d_gai_strerror='define'
464d_gdbm_ndbm_h_uses_prototypes='define'
465d_gdbmndbm_h_uses_prototypes='undef'
466d_getaddrinfo='define'
467d_getcwd='define'
468d_getenv_preserves_other_thread='define'
469d_getespwnam='undef'
470d_getfsstat='undef'
471d_getgrent='define'
472d_getgrent_r='define'
473d_getgrgid_r='define'
474d_getgrnam_r='define'
475d_getgrps='define'
476d_gethbyaddr='define'
477d_gethbyname='define'
478d_gethent='define'
479d_gethname='define'
480d_gethostbyaddr_r='define'
481d_gethostbyname_r='define'
482d_gethostent_r='define'
483d_gethostprotos='define'
484d_getitimer='define'
485d_getlogin='define'
486d_getlogin_r='define'
487d_getmnt='undef'
488d_getmntent='define'
489d_getnameinfo='define'
490d_getnbyaddr='define'
491d_getnbyname='define'
492d_getnent='define'
493d_getnetbyaddr_r='define'
494d_getnetbyname_r='define'
495d_getnetent_r='define'
496d_getnetprotos='define'
497d_getpagsz='define'
498d_getpbyname='define'
499d_getpbynumber='define'
500d_getpent='define'
501d_getpgid='define'
502d_getpgrp='define'
503d_getpgrp2='undef'
504d_getppid='define'
505d_getprior='define'
506d_getprotobyname_r='define'
507d_getprotobynumber_r='define'
508d_getprotoent_r='define'
509d_getprotoprotos='define'
510d_getprpwnam='undef'
511d_getpwent='define'
512d_getpwent_r='define'
513d_getpwnam_r='define'
514d_getpwuid_r='define'
515d_getsbyname='define'
516d_getsbyport='define'
517d_getsent='define'
518d_getservbyname_r='define'
519d_getservbyport_r='define'
520d_getservent_r='define'
521d_getservprotos='define'
522d_getspnam='define'
523d_getspnam_r='define'
524d_gettimeod='define'
525d_gmtime64='undef'
526d_gmtime_r='define'
527d_gnulibc='define'
528d_grpasswd='define'
529d_has_C_UTF8='true'
530d_hasmntopt='define'
531d_htonl='define'
532d_hypot='define'
533d_ilogb='define'
534d_ilogbl='define'
535d_inc_version_list='undef'
536d_inetaton='define'
537d_inetntop='define'
538d_inetpton='define'
539d_int64_t='define'
540d_ip_mreq='define'
541d_ip_mreq_source='define'
542d_ipv6_mreq='define'
543d_ipv6_mreq_source='undef'
544d_isascii='define'
545d_isblank='define'
546d_isfinite='define'
547d_isfinitel='undef'
548d_isinf='define'
549d_isinfl='define'
550d_isless='define'
551d_isnan='define'
552d_isnanl='define'
553d_isnormal='define'
554d_j0='define'
555d_j0l='define'
556d_killpg='define'
557d_lc_monetary_2008='define'
558d_lchown='define'
559d_ldbl_dig='define'
560d_ldexpl='define'
561d_lgamma='define'
562d_lgamma_r='define'
563d_libm_lib_version='undef'
564d_libname_unique='undef'
565d_link='define'
566d_linkat='define'
567d_llrint='define'
568d_llrintl='define'
569d_llround='define'
570d_llroundl='define'
571d_localeconv_l='undef'
572d_localtime64='undef'
573d_localtime_r='define'
574d_localtime_r_needs_tzset='define'
575d_locconv='define'
576d_lockf='define'
577d_log1p='define'
578d_log2='define'
579d_logb='define'
580d_long_double_style_ieee='define'
581d_long_double_style_ieee_doubledouble='undef'
582d_long_double_style_ieee_extended='define'
583d_long_double_style_ieee_std='undef'
584d_long_double_style_vax='undef'
585d_longdbl='define'
586d_longlong='define'
587d_lrint='define'
588d_lrintl='define'
589d_lround='define'
590d_lroundl='define'
591d_lseekproto='define'
592d_lstat='define'
593d_madvise='define'
594d_malloc_good_size='undef'
595d_malloc_size='undef'
596d_malloc_usable_size='define'
597d_mblen='define'
598d_mbrlen='define'
599d_mbrtowc='define'
600d_mbstowcs='define'
601d_mbtowc='define'
602d_memmem='define'
603d_memrchr='define'
604d_mkdir='define'
605d_mkdtemp='define'
606d_mkfifo='define'
607d_mkostemp='define'
608d_mkstemp='define'
609d_mkstemps='define'
610d_mktime='define'
611d_mktime64='undef'
612d_mmap='define'
613d_modfl='define'
614d_modflproto='define'
615d_mprotect='define'
616d_msg='define'
617d_msg_ctrunc='define'
618d_msg_dontroute='define'
619d_msg_oob='define'
620d_msg_peek='define'
621d_msg_proxy='define'
622d_msgctl='define'
623d_msgget='define'
624d_msghdr_s='define'
625d_msgrcv='define'
626d_msgsnd='define'
627d_msync='define'
628d_munmap='define'
629d_mymalloc='undef'
630d_nan='define'
631d_nanosleep='define'
632d_ndbm='define'
633d_ndbm_h_uses_prototypes='define'
634d_nearbyint='define'
635d_newlocale='define'
636d_nextafter='define'
637d_nexttoward='define'
638d_nice='define'
639d_nl_langinfo='define'
640d_nl_langinfo_l='define'
641d_non_int_bitfields='define'
642d_nv_preserves_uv='undef'
643d_nv_zero_is_allbits_zero='define'
644d_off64_t='define'
645d_old_pthread_create_joinable='undef'
646d_oldpthreads='undef'
647d_oldsock='undef'
648d_open3='define'
649d_openat='define'
650d_pathconf='define'
651d_pause='define'
652d_perl_otherlibdirs='undef'
653d_phostname='undef'
654d_pipe='define'
655d_pipe2='define'
656d_poll='define'
657d_portable='define'
658d_prctl='define'
659d_prctl_set_name='define'
660d_printf_format_null='define'
661d_procselfexe='define'
662d_pseudofork='undef'
663d_pthread_atfork='define'
664d_pthread_attr_setscope='define'
665d_pthread_yield='define'
666d_ptrdiff_t='define'
667d_pwage='undef'
668d_pwchange='undef'
669d_pwclass='undef'
670d_pwcomment='undef'
671d_pwexpire='undef'
672d_pwgecos='define'
673d_pwpasswd='define'
674d_pwquota='undef'
675d_qgcvt='define'
676d_quad='define'
677d_querylocale='undef'
678d_random_r='define'
679d_re_comp='undef'
680d_readdir='define'
681d_readdir64_r='define'
682d_readdir_r='define'
683d_readlink='define'
684d_readv='define'
685d_recvmsg='define'
686d_regcmp='undef'
687d_regcomp='define'
688d_remainder='define'
689d_remquo='define'
690d_rename='define'
691d_renameat='define'
692d_rewinddir='define'
693d_rint='define'
694d_rmdir='define'
695d_round='define'
696d_sbrkproto='define'
697d_scalbn='define'
698d_scalbnl='define'
699d_sched_yield='define'
700d_scm_rights='define'
701d_seekdir='define'
702d_select='define'
703d_sem='define'
704d_semctl='define'
705d_semctl_semid_ds='define'
706d_semctl_semun='define'
707d_semget='define'
708d_semop='define'
709d_sendmsg='define'
710d_setegid='define'
711d_seteuid='define'
712d_setgrent='define'
713d_setgrent_r='undef'
714d_setgrps='define'
715d_sethent='define'
716d_sethostent_r='undef'
717d_setitimer='define'
718d_setlinebuf='define'
719d_setlocale='define'
720d_setlocale_accepts_any_locale_name='undef'
721d_setlocale_r='undef'
722d_setnent='define'
723d_setnetent_r='undef'
724d_setpent='define'
725d_setpgid='define'
726d_setpgrp='define'
727d_setpgrp2='undef'
728d_setprior='define'
729d_setproctitle='undef'
730d_setprotoent_r='undef'
731d_setpwent='define'
732d_setpwent_r='undef'
733d_setregid='define'
734d_setresgid='define'
735d_setresuid='define'
736d_setreuid='define'
737d_setrgid='undef'
738d_setruid='undef'
739d_setsent='define'
740d_setservent_r='undef'
741d_setsid='define'
742d_setvbuf='define'
743d_shm='define'
744d_shmat='define'
745d_shmatprototype='define'
746d_shmctl='define'
747d_shmdt='define'
748d_shmget='define'
749d_sigaction='define'
750d_siginfo_si_addr='define'
751d_siginfo_si_band='define'
752d_siginfo_si_errno='define'
753d_siginfo_si_fd='define'
754d_siginfo_si_pid='define'
755d_siginfo_si_status='define'
756d_siginfo_si_uid='define'
757d_siginfo_si_value='define'
758d_signbit='define'
759d_sigprocmask='define'
760d_sigsetjmp='define'
761d_sin6_scope_id='define'
762d_sitearch='define'
763d_snprintf='define'
764d_sockaddr_in6='define'
765d_sockaddr_sa_len='undef'
766d_sockaddr_storage='define'
767d_sockatmark='define'
768d_sockatmarkproto='define'
769d_socket='define'
770d_socklen_t='define'
771d_sockpair='define'
772d_socks5_init='undef'
773d_sqrtl='define'
774d_srand48_r='define'
775d_srandom_r='define'
776d_sresgproto='define'
777d_sresuproto='define'
778d_stat='define'
779d_statblks='define'
780d_statfs_f_flags='define'
781d_statfs_s='define'
782d_static_inline='define'
783d_statvfs='define'
784d_stdio_cnt_lval='undef'
785d_stdio_ptr_lval='undef'
786d_stdio_ptr_lval_nochange_cnt='undef'
787d_stdio_ptr_lval_sets_cnt='undef'
788d_stdio_stream_array='undef'
789d_stdiobase='undef'
790d_stdstdio='undef'
791d_strcoll='define'
792d_strerror_l='define'
793d_strerror_r='define'
794d_strftime='define'
795d_strlcat='undef'
796d_strlcpy='undef'
797d_strnlen='define'
798d_strtod='define'
799d_strtod_l='define'
800d_strtol='define'
801d_strtold='define'
802d_strtold_l='define'
803d_strtoll='define'
804d_strtoq='define'
805d_strtoul='define'
806d_strtoull='define'
807d_strtouq='define'
808d_strxfrm='define'
809d_strxfrm_l='define'
810d_suidsafe='undef'
811d_symlink='define'
812d_syscall='define'
813d_syscallproto='define'
814d_sysconf='define'
815d_sysernlst=''
816d_syserrlst='undef'
817d_system='define'
818d_tcgetpgrp='define'
819d_tcsetpgrp='define'
820d_telldir='define'
821d_telldirproto='define'
822d_tgamma='define'
823d_thread_local='define'
824d_thread_safe_nl_langinfo_l='define'
825d_time='define'
826d_timegm='define'
827d_times='define'
828d_tm_tm_gmtoff='define'
829d_tm_tm_zone='define'
830d_tmpnam_r='define'
831d_towlower='define'
832d_towupper='define'
833d_trunc='define'
834d_truncate='define'
835d_truncl='define'
836d_ttyname_r='define'
837d_tzname='define'
838d_u32align='define'
839d_ualarm='undef'
840d_umask='define'
841d_uname='define'
842d_union_semun='undef'
843d_unlinkat='define'
844d_unordered='undef'
845d_unsetenv='define'
846d_uselocale='define'
847d_usleep='define'
848d_usleepproto='define'
849d_ustat='undef'
850d_vendorarch='define'
851d_vendorbin='define'
852d_vendorlib='define'
853d_vendorscript='define'
854d_vfork='undef'
855d_void_closedir='undef'
856d_voidsig='define'
857d_voidtty=''
858d_vsnprintf='define'
859d_wait4='define'
860d_waitpid='define'
861d_wcrtomb='define'
862d_wcscmp='define'
863d_wcstombs='define'
864d_wcsxfrm='define'
865d_wctomb='define'
866d_writev='define'
867d_xenix='undef'
868date='date'
869db_hashtype='u_int32_t'
870db_prefixtype='size_t'
871db_version_major='5'
872db_version_minor='3'
873db_version_patch='28'
874default_inc_excludes_dot='define'
875direntrytype='struct dirent'
876dlext='so'
877dlsrc='dl_dlopen.xs'
878doubleinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f'
879doublekind='3'
880doublemantbits='52'
881doublenanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff'
882doublesize='8'
883drand01='Perl_drand48()'
884drand48_r_proto='REENTRANT_PROTO_I_ST'
885dtrace=''
886dtraceobject=''
887dtracexnolibs=''
888dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap attributes mro re threads threads/shared'
889eagain='EAGAIN'
890ebcdic='undef'
891echo='echo'
892egrep='egrep'
893emacs=''
894endgrent_r_proto='0'
895endhostent_r_proto='0'
896endnetent_r_proto='0'
897endprotoent_r_proto='0'
898endpwent_r_proto='0'
899endservent_r_proto='0'
900eunicefix=':'
901exe_ext=''
902expr='expr'
903extensions='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap attributes mro re threads threads/shared Archive/Tar Attribute/Handlers AutoLoader CPAN CPAN/Meta CPAN/Meta/Requirements CPAN/Meta/YAML Carp Config/Perl/V Devel/SelfStubber Digest Dumpvalue Env Errno Exporter ExtUtils/CBuilder ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker ExtUtils/Manifest ExtUtils/Miniperl ExtUtils/PL2Bat ExtUtils/ParseXS File/Fetch File/Find File/Path File/Temp FileCache Filter/Simple FindBin Getopt/Long HTTP/Tiny I18N/Collate I18N/LangTags IO/Compress IO/Socket/IP IO/Zlib IPC/Cmd IPC/Open3 JSON/PP Locale/Maketext Locale/Maketext/Simple Math/BigInt Math/BigRat Math/Complex Memoize Module/CoreList Module/Load Module/Load/Conditional Module/Loaded Module/Metadata NEXT Net/Ping Params/Check Perl/OSType PerlIO/via/QuotedPrint Pod/Checker Pod/Escapes Pod/Functions Pod/Html Pod/Perldoc Pod/Simple Pod/Usage Safe Search/Dict SelfLoader Term/ANSIColor Term/Cap Term/Complete Term/ReadLine Test Test/Harness Test/Simple Text/Abbrev Text/Balanced Text/ParseWords Text/Tabs Thread/Queue Thread/Semaphore Tie/File Tie/Hash/NamedCapture Tie/Memoize Tie/RefHash Time/Local XSLoader autodie autouse base bignum constant encoding/warnings experimental if lib libnet parent perlfaq podlators version'
904extern_C='extern'
905extras=''
906fflushNULL='define'
907fflushall='undef'
908find=''
909firstmakefile='makefile'
910flex=''
911fpossize='16'
912fpostype='fpos_t'
913freetype='void'
914from=':'
915full_ar='/usr/bin/ar'
916full_csh='csh'
917full_sed='/bin/sed'
918gccansipedantic=''
919gccosandvers=''
920gccversion='12.2.0'
921getgrent_r_proto='REENTRANT_PROTO_I_SBWR'
922getgrgid_r_proto='REENTRANT_PROTO_I_TSBWR'
923getgrnam_r_proto='REENTRANT_PROTO_I_CSBWR'
924gethostbyaddr_r_proto='REENTRANT_PROTO_I_TsISBWRE'
925gethostbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
926gethostent_r_proto='REENTRANT_PROTO_I_SBWRE'
927getlogin_r_proto='REENTRANT_PROTO_I_BW'
928getnetbyaddr_r_proto='REENTRANT_PROTO_I_uISBWRE'
929getnetbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
930getnetent_r_proto='REENTRANT_PROTO_I_SBWRE'
931getprotobyname_r_proto='REENTRANT_PROTO_I_CSBWR'
932getprotobynumber_r_proto='REENTRANT_PROTO_I_ISBWR'
933getprotoent_r_proto='REENTRANT_PROTO_I_SBWR'
934getpwent_r_proto='REENTRANT_PROTO_I_SBWR'
935getpwnam_r_proto='REENTRANT_PROTO_I_CSBWR'
936getpwuid_r_proto='REENTRANT_PROTO_I_TSBWR'
937getservbyname_r_proto='REENTRANT_PROTO_I_CCSBWR'
938getservbyport_r_proto='REENTRANT_PROTO_I_ICSBWR'
939getservent_r_proto='REENTRANT_PROTO_I_SBWR'
940getspnam_r_proto='REENTRANT_PROTO_I_CSBWR'
941gidformat='"u"'
942gidsign='1'
943gidsize='4'
944gidtype='gid_t'
945glibpth='/usr/shlib /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib '
946gmake='gmake'
947gmtime_r_proto='REENTRANT_PROTO_S_TS'
948gnulibc_version='2.36'
949grep='grep'
950groupcat='cat /etc/group'
951groupstype='gid_t'
952gzip='gzip'
953h_fcntl='false'
954h_sysfile='true'
955hint='recommended'
956hostcat='cat /etc/hosts'
957hostgenerate=''
958hostosname=''
959hostperl=''
960html1dir=' '
961html1direxp=''
962html3dir=' '
963html3direxp=''
964i16size='2'
965i16type='short'
966i32size='4'
967i32type='int'
968i64size='8'
969i64type='long'
970i8size='1'
971i8type='signed char'
972i_arpainet='define'
973i_bfd='undef'
974i_bsdioctl=''
975i_crypt='define'
976i_db='define'
977i_dbm='define'
978i_dirent='define'
979i_dlfcn='define'
980i_execinfo='define'
981i_fcntl='undef'
982i_fenv='define'
983i_fp='undef'
984i_fp_class='undef'
985i_gdbm='define'
986i_gdbm_ndbm='define'
987i_gdbmndbm='undef'
988i_grp='define'
989i_ieeefp='undef'
990i_inttypes='define'
991i_langinfo='define'
992i_libutil='undef'
993i_limits='define'
994i_locale='define'
995i_machcthr='undef'
996i_malloc='define'
997i_mallocmalloc='undef'
998i_mntent='define'
999i_ndbm='define'
1000i_netdb='define'
1001i_neterrno='undef'
1002i_netinettcp='define'
1003i_niin='define'
1004i_poll='define'
1005i_prot='undef'
1006i_pthread='define'
1007i_pwd='define'
1008i_quadmath='define'
1009i_rpcsvcdbm='undef'
1010i_sgtty='undef'
1011i_shadow='define'
1012i_socks='undef'
1013i_stdbool='define'
1014i_stdint='define'
1015i_stdlib='define'
1016i_string='define'
1017i_sunmath='undef'
1018i_sysaccess='undef'
1019i_sysdir='define'
1020i_sysfile='define'
1021i_sysfilio='undef'
1022i_sysin='undef'
1023i_sysioctl='define'
1024i_syslog='define'
1025i_sysmman='define'
1026i_sysmode='undef'
1027i_sysmount='define'
1028i_sysndir='undef'
1029i_sysparam='define'
1030i_syspoll='define'
1031i_sysresrc='define'
1032i_syssecrt='undef'
1033i_sysselct='define'
1034i_syssockio='undef'
1035i_sysstat='define'
1036i_sysstatfs='define'
1037i_sysstatvfs='define'
1038i_systime='define'
1039i_systimek='undef'
1040i_systimes='define'
1041i_systypes='define'
1042i_sysuio='define'
1043i_sysun='define'
1044i_sysutsname='define'
1045i_sysvfs='define'
1046i_syswait='define'
1047i_termio='undef'
1048i_termios='define'
1049i_time='define'
1050i_unistd='define'
1051i_ustat='undef'
1052i_utime='define'
1053i_vfork='undef'
1054i_wchar='define'
1055i_wctype='define'
1056i_xlocale='undef'
1057ignore_versioned_solibs='y'
1058inc_version_list=''
1059inc_version_list_init='0'
1060incpath=''
1061incpth='/usr/lib/gcc/x86_64-linux-gnu/12/include /usr/local/include /usr/include/x86_64-linux-gnu /usr/include'
1062inews=''
1063initialinstalllocation='/usr/bin'
1064installarchlib='/usr/lib/x86_64-linux-gnu/perl/5.36'
1065installbin='/usr/bin'
1066installhtml1dir=''
1067installhtml3dir=''
1068installman1dir='/usr/share/man/man1'
1069installman3dir='/usr/share/man/man3'
1070installprefix='/usr'
1071installprefixexp='/usr'
1072installprivlib='/usr/share/perl/5.36'
1073installscript='/usr/bin'
1074installsitearch='/usr/local/lib/x86_64-linux-gnu/perl/5.36.0'
1075installsitebin='/usr/local/bin'
1076installsitehtml1dir=''
1077installsitehtml3dir=''
1078installsitelib='/usr/local/share/perl/5.36.0'
1079installsiteman1dir='/usr/local/man/man1'
1080installsiteman3dir='/usr/local/man/man3'
1081installsitescript='/usr/local/bin'
1082installstyle='lib/perl5'
1083installusrbinperl='undef'
1084installvendorarch='/usr/lib/x86_64-linux-gnu/perl5/5.36'
1085installvendorbin='/usr/bin'
1086installvendorhtml1dir=''
1087installvendorhtml3dir=''
1088installvendorlib='/usr/share/perl5'
1089installvendorman1dir='/usr/share/man/man1'
1090installvendorman3dir='/usr/share/man/man3'
1091installvendorscript='/usr/bin'
1092intsize='4'
1093issymlink='test -h'
1094ivdformat='"ld"'
1095ivsize='8'
1096ivtype='long'
1097known_extensions='Amiga/ARexx Amiga/Exec Archive/Tar Attribute/Handlers AutoLoader B CPAN CPAN/Meta CPAN/Meta/Requirements CPAN/Meta/YAML Carp Compress/Raw/Bzip2 Compress/Raw/Zlib Config/Perl/V Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Devel/SelfStubber Digest Digest/MD5 Digest/SHA Dumpvalue Encode Env Errno Exporter ExtUtils/CBuilder ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker ExtUtils/Manifest ExtUtils/Miniperl ExtUtils/PL2Bat ExtUtils/ParseXS Fcntl File/DosGlob File/Fetch File/Find File/Glob File/Path File/Temp FileCache Filter/Simple Filter/Util/Call FindBin GDBM_File Getopt/Long HTTP/Tiny Hash/Util Hash/Util/FieldHash I18N/Collate I18N/LangTags I18N/Langinfo IO IO/Compress IO/Socket/IP IO/Zlib IPC/Cmd IPC/Open3 IPC/SysV JSON/PP List/Util Locale/Maketext Locale/Maketext/Simple MIME/Base64 Math/BigInt Math/BigInt/FastCalc Math/BigRat Math/Complex Memoize Module/CoreList Module/Load Module/Load/Conditional Module/Loaded Module/Metadata NDBM_File NEXT Net/Ping ODBM_File Opcode POSIX Params/Check Perl/OSType PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via PerlIO/via/QuotedPrint Pod/Checker Pod/Escapes Pod/Functions Pod/Html Pod/Perldoc Pod/Simple Pod/Usage SDBM_File Safe Search/Dict SelfLoader Socket Storable Sys/Hostname Sys/Syslog Term/ANSIColor Term/Cap Term/Complete Term/ReadLine Test Test/Harness Test/Simple Text/Abbrev Text/Balanced Text/ParseWords Text/Tabs Thread/Queue Thread/Semaphore Tie/File Tie/Hash/NamedCapture Tie/Memoize Tie/RefHash Time/HiRes Time/Local Time/Piece Unicode/Collate Unicode/Normalize VMS/DCLsym VMS/Filespec VMS/Stdio Win32 Win32API/File Win32CORE XS/APItest XS/Typemap XSLoader attributes autodie autouse base bignum constant encoding/warnings experimental if lib libnet mro parent perlfaq podlators re threads threads/shared version '
1098ksh=''
1099ld='x86_64-linux-gnu-gcc'
1100ld_can_script='define'
1101lddlflags='-shared -L/usr/local/lib -fstack-protector-strong'
1102ldflags=' -fstack-protector-strong -L/usr/local/lib'
1103ldflags_uselargefiles=''
1104ldlibpthname='LD_LIBRARY_PATH'
1105less='less'
1106lib_ext='.a'
1107libc='/lib/x86_64-linux-gnu/libc.so.6'
1108libdb_needs_pthread='N'
1109libperl='libperl.so.5.36'
1110libpth='/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib'
1111libs='-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt'
1112libsdirs=' /usr/lib/x86_64-linux-gnu'
1113libsfiles=' libgdbm.so libgdbm_compat.so libdb.so libdl.a libm.so libpthread.a libc.so libcrypt.so'
1114libsfound=' /usr/lib/x86_64-linux-gnu/libgdbm.so /usr/lib/x86_64-linux-gnu/libgdbm_compat.so /usr/lib/x86_64-linux-gnu/libdb.so /usr/lib/x86_64-linux-gnu/libdl.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libpthread.a /usr/lib/x86_64-linux-gnu/libc.so /usr/lib/x86_64-linux-gnu/libcrypt.so'
1115libspath=' /usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib'
1116libswanted='gdbm gdbm_compat db dl m pthread c crypt gdbm_compat'
1117libswanted_uselargefiles=''
1118line=''
1119lint=''
1120lkflags=''
1121ln='ln'
1122lns='ln -s'
1123localtime_r_proto='REENTRANT_PROTO_S_TS'
1124locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
1125loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
1126longdblinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00'
1127longdblkind='3'
1128longdblmantbits='64'
1129longdblnanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00'
1130longdblsize='16'
1131longlongsize='8'
1132longsize='8'
1133lp=''
1134lpr=''
1135ls='ls'
1136lseeksize='8'
1137lseektype='off_t'
1138mail=''
1139mailx=''
1140make='make'
1141make_set_make='#'
1142mallocobj=''
1143mallocsrc=''
1144malloctype='void *'
1145man1dir='/usr/share/man/man1'
1146man1direxp='/usr/share/man/man1'
1147man1ext='1p'
1148man3dir='/usr/share/man/man3'
1149man3direxp='/usr/share/man/man3'
1150man3ext='3pm'
1151mips_type=''
1152mistrustnm=''
1153mkdir='mkdir'
1154mmaptype='void *'
1155modetype='mode_t'
1156more='more'
1157multiarch='undef'
1158mv=''
1159myarchname='x86_64-linux'
1160mydomain=''
1161myhostname='localhost'
1162myuname='linux localhost 4.19.0 #1 smp debian 4.19.0 x86_64 gnulinux '
1163n='-n'
1164need_va_copy='define'
1165netdb_hlen_type='size_t'
1166netdb_host_type='char *'
1167netdb_name_type='const char *'
1168netdb_net_type='in_addr_t'
1169nm='nm'
1170nm_opt=''
1171nm_so_opt='--dynamic'
1172nonxs_ext='Archive/Tar Attribute/Handlers AutoLoader CPAN CPAN/Meta CPAN/Meta/Requirements CPAN/Meta/YAML Carp Config/Perl/V Devel/SelfStubber Digest Dumpvalue Env Errno Exporter ExtUtils/CBuilder ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker ExtUtils/Manifest ExtUtils/Miniperl ExtUtils/PL2Bat ExtUtils/ParseXS File/Fetch File/Find File/Path File/Temp FileCache Filter/Simple FindBin Getopt/Long HTTP/Tiny I18N/Collate I18N/LangTags IO/Compress IO/Socket/IP IO/Zlib IPC/Cmd IPC/Open3 JSON/PP Locale/Maketext Locale/Maketext/Simple Math/BigInt Math/BigRat Math/Complex Memoize Module/CoreList Module/Load Module/Load/Conditional Module/Loaded Module/Metadata NEXT Net/Ping Params/Check Perl/OSType PerlIO/via/QuotedPrint Pod/Checker Pod/Escapes Pod/Functions Pod/Html Pod/Perldoc Pod/Simple Pod/Usage Safe Search/Dict SelfLoader Term/ANSIColor Term/Cap Term/Complete Term/ReadLine Test Test/Harness Test/Simple Text/Abbrev Text/Balanced Text/ParseWords Text/Tabs Thread/Queue Thread/Semaphore Tie/File Tie/Hash/NamedCapture Tie/Memoize Tie/RefHash Time/Local XSLoader autodie autouse base bignum constant encoding/warnings experimental if lib libnet parent perlfaq podlators version'
1173nroff='nroff'
1174nvEUformat='"E"'
1175nvFUformat='"F"'
1176nvGUformat='"G"'
1177nv_overflows_integers_at='256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0'
1178nv_preserves_uv_bits='53'
1179nveformat='"e"'
1180nvfformat='"f"'
1181nvgformat='"g"'
1182nvmantbits='52'
1183nvsize='8'
1184nvtype='double'
1185o_nonblock='O_NONBLOCK'
1186obj_ext='.o'
1187old_pthread_create_joinable=''
1188optimize='-O2 -g'
1189orderlib='false'
1190osname='linux'
1191osvers='4.19.0'
1192otherlibdirs=' '
1193package='perl5'
1194pager='/usr/bin/sensible-pager'
1195passcat='cat /etc/passwd'
1196patchlevel='36'
1197path_sep=':'
1198perl='perl'
1199perl5='/usr/bin/perl'
1200perl_patchlevel=''
1201perl_static_inline='static __inline__'
1202perl_thread_local='_Thread_local'
1203perladmin='root@localhost'
1204perllibs='-ldl -lm -lpthread -lc -lcrypt'
1205perlpath='/usr/bin/perl'
1206pg='pg'
1207phostname='hostname'
1208pidtype='pid_t'
1209plibpth='/lib/x86_64-linux-gnu/12 /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu/12 /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib'
1210pmake=''
1211pr=''
1212prefix='/usr'
1213prefixexp='/usr'
1214privlib='/usr/share/perl/5.36'
1215privlibexp='/usr/share/perl/5.36'
1216procselfexe='"/proc/self/exe"'
1217prototype='define'
1218ptrsize='8'
1219quadkind='2'
1220quadtype='long'
1221randbits='48'
1222randfunc='Perl_drand48'
1223random_r_proto='REENTRANT_PROTO_I_St'
1224randseedtype='U32'
1225ranlib=':'
1226rd_nodata='-1'
1227readdir64_r_proto='REENTRANT_PROTO_I_TSR'
1228readdir_r_proto='REENTRANT_PROTO_I_TSR'
1229revision='5'
1230rm='rm'
1231rm_try='rm -f try try$_exe a.out .out try.[cho] try.$_o core core.try* try.core*'
1232rmail=''
1233run=''
1234runnm='false'
1235sGMTIME_max='67768036191676799'
1236sGMTIME_min='-62167219200'
1237sLOCALTIME_max='67768036191676799'
1238sLOCALTIME_min='-62167219200'
1239sPRIEUldbl='"LE"'
1240sPRIFUldbl='"LF"'
1241sPRIGUldbl='"LG"'
1242sPRIXU64='"lX"'
1243sPRId64='"ld"'
1244sPRIeldbl='"Le"'
1245sPRIfldbl='"Lf"'
1246sPRIgldbl='"Lg"'
1247sPRIi64='"li"'
1248sPRIo64='"lo"'
1249sPRIu64='"lu"'
1250sPRIx64='"lx"'
1251sSCNfldbl='"Lf"'
1252sched_yield='sched_yield()'
1253scriptdir='/usr/bin'
1254scriptdirexp='/usr/bin'
1255sed='sed'
1256seedfunc='Perl_drand48_init'
1257selectminbits='64'
1258selecttype='fd_set *'
1259sendmail=''
1260setgrent_r_proto='0'
1261sethostent_r_proto='0'
1262setlocale_r_proto='0'
1263setnetent_r_proto='0'
1264setprotoent_r_proto='0'
1265setpwent_r_proto='0'
1266setservent_r_proto='0'
1267sh='/bin/sh'
1268shar=''
1269sharpbang='#!'
1270shmattype='void *'
1271shortsize='2'
1272shrpenv=''
1273shsharp='true'
1274sig_count='65'
1275sig_name='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS NUM32 NUM33 RTMIN NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43 NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58 NUM59 NUM60 NUM61 NUM62 NUM63 RTMAX IOT CLD POLL '
1276sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "NUM32", "NUM33", "RTMIN", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "NUM63", "RTMAX", "IOT", "CLD", "POLL", 0'
1277sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 6 17 29 '
1278sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 6, 17, 29, 0'
1279sig_size='68'
1280signal_t='void'
1281sitearch='/usr/local/lib/x86_64-linux-gnu/perl/5.36.0'
1282sitearchexp='/usr/local/lib/x86_64-linux-gnu/perl/5.36.0'
1283sitebin='/usr/local/bin'
1284sitebinexp='/usr/local/bin'
1285sitehtml1dir=''
1286sitehtml1direxp=''
1287sitehtml3dir=''
1288sitehtml3direxp=''
1289sitelib='/usr/local/share/perl/5.36.0'
1290sitelib_stem=''
1291sitelibexp='/usr/local/share/perl/5.36.0'
1292siteman1dir='/usr/local/man/man1'
1293siteman1direxp='/usr/local/man/man1'
1294siteman3dir='/usr/local/man/man3'
1295siteman3direxp='/usr/local/man/man3'
1296siteprefix='/usr/local'
1297siteprefixexp='/usr/local'
1298sitescript='/usr/local/bin'
1299sitescriptexp='/usr/local/bin'
1300sizesize='8'
1301sizetype='size_t'
1302sleep=''
1303smail=''
1304so='so'
1305sockethdr=''
1306socketlib=''
1307socksizetype='socklen_t'
1308sort='sort'
1309spackage='Perl5'
1310spitshell='cat'
1311srand48_r_proto='REENTRANT_PROTO_I_LS'
1312srandom_r_proto='REENTRANT_PROTO_I_TS'
1313src='/dummy/build/dir'
1314ssizetype='ssize_t'
1315st_dev_sign='1'
1316st_dev_size='8'
1317st_ino_sign='1'
1318st_ino_size='8'
1319startperl='#!/usr/bin/perl'
1320startsh='#!/bin/sh'
1321static_ext=' '
1322stdchar='char'
1323stdio_base='((fp)->_base)'
1324stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)'
1325stdio_cnt='((fp)->_cnt)'
1326stdio_filbuf=''
1327stdio_ptr='((fp)->_ptr)'
1328stdio_stream_array=''
1329strerror_r_proto='REENTRANT_PROTO_B_IBW'
1330submit=''
1331subversion='0'
1332sysman='/usr/share/man/man1'
1333sysroot=''
1334tail=''
1335tar=''
1336targetarch=''
1337targetdir=''
1338targetenv=''
1339targethost=''
1340targetmkdir=''
1341targetport=''
1342targetsh='/bin/sh'
1343tbl=''
1344tee=''
1345test='test'
1346timeincl='/usr/include/x86_64-linux-gnu/sys/time.h '
1347timetype='time_t'
1348tmpnam_r_proto='REENTRANT_PROTO_B_B'
1349to=':'
1350touch='touch'
1351tr='tr'
1352trnl='\n'
1353troff=''
1354ttyname_r_proto='REENTRANT_PROTO_I_IBW'
1355u16size='2'
1356u16type='unsigned short'
1357u32size='4'
1358u32type='unsigned int'
1359u64size='8'
1360u64type='unsigned long'
1361u8size='1'
1362u8type='unsigned char'
1363uidformat='"u"'
1364uidsign='1'
1365uidsize='4'
1366uidtype='uid_t'
1367uname='uname'
1368uniq='uniq'
1369uquadtype='unsigned long'
1370use64bitall='define'
1371use64bitint='define'
1372usecbacktrace='undef'
1373usecrosscompile='undef'
1374usedefaultstrict='undef'
1375usedevel='undef'
1376usedl='define'
1377usedtrace='undef'
1378usefaststdio='undef'
1379useithreads='define'
1380usekernprocpathname='undef'
1381uselanginfo='true'
1382uselargefiles='define'
1383uselongdouble='undef'
1384usemallocwrap='define'
1385usemorebits='undef'
1386usemultiplicity='define'
1387usemymalloc='n'
1388usenm='false'
1389usensgetexecutablepath='undef'
1390useopcode='true'
1391useperlio='define'
1392useposix='true'
1393usequadmath='undef'
1394usereentrant='undef'
1395userelocatableinc='undef'
1396useshrplib='true'
1397usesitecustomize='undef'
1398usesocks='undef'
1399usethreads='define'
1400usevendorprefix='define'
1401useversionedarchname='undef'
1402usevfork='false'
1403usrinc='/usr/include'
1404uuname=''
1405uvXUformat='"lX"'
1406uvoformat='"lo"'
1407uvsize='8'
1408uvtype='unsigned long'
1409uvuformat='"lu"'
1410uvxformat='"lx"'
1411vendorarch='/usr/lib/x86_64-linux-gnu/perl5/5.36'
1412vendorarchexp='/usr/lib/x86_64-linux-gnu/perl5/5.36'
1413vendorbin='/usr/bin'
1414vendorbinexp='/usr/bin'
1415vendorhtml1dir=' '
1416vendorhtml1direxp=''
1417vendorhtml3dir=' '
1418vendorhtml3direxp=''
1419vendorlib='/usr/share/perl5'
1420vendorlib_stem=''
1421vendorlibexp='/usr/share/perl5'
1422vendorman1dir='/usr/share/man/man1'
1423vendorman1direxp='/usr/share/man/man1'
1424vendorman3dir='/usr/share/man/man3'
1425vendorman3direxp='/usr/share/man/man3'
1426vendorprefix='/usr'
1427vendorprefixexp='/usr'
1428vendorscript='/usr/bin'
1429vendorscriptexp='/usr/bin'
1430version='5.36.0'
1431version_patchlevel_string='version 36 subversion 0'
1432versiononly='undef'
1433vi=''
1434xlibpth='/usr/lib/386 /lib/386'
1435xlocale_needed='undef'
1436yacc='yacc'
1437yaccflags=''
1438zcat=''
1439zip='zip'
1440!END!
1441
14421200nsmy $i = ord(8);
1443153µsforeach my $c (7,6,5,4,3,2,1) { $i <<= 8; $i |= ord($c); }
1444110µs24µsour $byteorder = join('', unpack('aaaaaaaa', pack('L!', $i)));
# spent 2µs making 1 call to Config::CORE:pack # spent 2µs making 1 call to Config::CORE:unpack
1445116µs310µss/(byteorder=)(['"]).*?\2/$1$2$Config::byteorder$2/m;
# spent 7µs making 2 calls to Config::CORE:substcont, avg 3µs/call # spent 4µs making 1 call to Config::CORE:subst
1446
14471200nsmy $config_sh_len = length $_;
1448
1449154µsour $Config_SH_expanded = "\n$_" . << 'EOVIRTUAL';
1450ccflags_nolargefiles='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include '
1451ldflags_nolargefiles=' -fstack-protector-strong -L/usr/local/lib'
1452libs_nolargefiles='-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt'
1453libswanted_nolargefiles='gdbm gdbm_compat db dl m pthread c crypt gdbm_compat'
1454ccwarnflags=' -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings'
1455ccstdflags=' -std=c99'
1456EOVIRTUAL
14571400nseval {
1458 # do not have hairy conniptions if this isnt available
1459152µs require 'Config_git.pl';
14601300ns $Config_SH_expanded .= $Config::Git_Data;
14611200ns 1;
1462} or warn "Warning: failed to load Config_git.pl, something strange about this perl...\n";
1463
1464# Search for it in the big string
1465
# spent 19.9ms (2.78+17.2) within Config::fetch_string which was called 1253 times, avg 16µs/call: # 1253 times (2.78ms+17.2ms) by Config::FETCH at line 69 of Config.pm, avg 16µs/call
sub fetch_string {
14661253140µs my($self, $key) = @_;
1467
1468125318.7ms250617.2ms return undef unless $Config_SH_expanded =~ /\n$key=\'(.*?)\'\n/s;
# spent 13.0ms making 1253 calls to Config::CORE:match, avg 10µs/call # spent 4.14ms making 1253 calls to Config::CORE:regcomp, avg 3µs/call
1469 # So we can say "if $Config{'foo'}".
147012531.55ms $self->{$key} = $1 eq 'undef' ? undef : $1;
1471}
1472
14731100nsmy $prevpos = 0;
1474
1475
# spent 2µs within Config::FIRSTKEY which was called: # once (2µs+0s) by ExtUtils::MakeMaker::BEGIN@10 at line 1533
sub FIRSTKEY {
14761200ns $prevpos = 0;
147712µs substr($Config_SH_expanded, 1, index($Config_SH_expanded, '=') - 1 );
1478}
1479
1480
# spent 815µs within Config::NEXTKEY which was called 1276 times, avg 638ns/call: # 1276 times (815µs+0s) by ExtUtils::MakeMaker::BEGIN@10 at line 12 of ExtUtils/MakeMaker/Config.pm, avg 638ns/call
sub NEXTKEY {
14811276174µs my $pos = index($Config_SH_expanded, qq('\n), $prevpos) + 2;
14821276146µs my $len = index($Config_SH_expanded, "=", $pos) - $pos;
1483127676µs $prevpos = $pos;
14841276819µs $len > 0 ? substr($Config_SH_expanded, $pos, $len) : undef;
1485}
1486
1487sub EXISTS {
1488 return 1 if exists($_[0]->{$_[1]});
1489
1490 return(index($Config_SH_expanded, "\n$_[1]='") != -1
1491 );
1492}
1493
1494sub STORE { die "\%Config::Config is read-only\n" }
149511µs*DELETE = *CLEAR = \*STORE; # Typeglob aliasing uses less space
1496
1497sub config_sh {
1498 substr $Config_SH_expanded, 1, $config_sh_len;
1499}
1500
1501sub config_re {
1502 my $re = shift;
1503 return map { chomp; $_ } grep eval{ /^(?:$re)=/ }, split /^/,
1504 $Config_SH_expanded;
1505}
1506
1507sub config_vars {
1508 # implements -V:cfgvar option (see perlrun -V:)
1509 foreach (@_) {
1510 # find optional leading, trailing colons; and query-spec
1511 my ($notag,$qry,$lncont) = m/^(:)?(.*?)(:)?$/; # flags fore and aft,
1512 # map colon-flags to print decorations
1513 my $prfx = $notag ? '': "$qry="; # tag-prefix for print
1514 my $lnend = $lncont ? ' ' : ";\n"; # line ending for print
1515
1516 # all config-vars are by definition \w only, any \W means regex
1517 if ($qry =~ /\W/) {
1518 my @matches = config_re($qry);
1519 print map "$_$lnend", @matches ? @matches : "$qry: not found" if !$notag;
1520 print map { s/\w+=//; "$_$lnend" } @matches ? @matches : "$qry: not found" if $notag;
1521 } else {
1522 my $v = (exists $Config::Config{$qry}) ? $Config::Config{$qry}
1523 : 'UNKNOWN';
1524 $v = 'undef' unless defined $v;
1525 print "${prfx}'${v}'$lnend";
1526 }
1527 }
1528}
1529
1530# Called by the real AUTOLOAD
1531
# spent 5µs within Config::launcher which was called: # once (5µs+0s) by ExtUtils::MakeMaker::BEGIN@10 at line 80 of Config.pm
sub launcher {
153214µs undef &AUTOLOAD;
153312µs12µs goto \&$Config::AUTOLOAD;
# spent 2µs making 1 call to Config::FIRSTKEY
1534}
1535
1536110µs1;
 
# spent 13.0ms within Config::CORE:match which was called 1254 times, avg 10µs/call: # 1253 times (13.0ms+0s) by Config::fetch_string at line 1468, avg 10µs/call # once (600ns+0s) by Config::AUTOLOAD at line 80 of Config.pm
sub Config::CORE:match; # opcode
# spent 2µs within Config::CORE:pack which was called: # once (2µs+0s) by Config::AUTOLOAD at line 1444
sub Config::CORE:pack; # opcode
# spent 4.14ms within Config::CORE:regcomp which was called 1253 times, avg 3µs/call: # 1253 times (4.14ms+0s) by Config::fetch_string at line 1468, avg 3µs/call
sub Config::CORE:regcomp; # opcode
# spent 4µs within Config::CORE:subst which was called: # once (4µs+0s) by Config::AUTOLOAD at line 1445
sub Config::CORE:subst; # opcode
# spent 7µs within Config::CORE:substcont which was called 2 times, avg 3µs/call: # 2 times (7µs+0s) by Config::AUTOLOAD at line 1445, avg 3µs/call
sub Config::CORE:substcont; # opcode
# spent 2µs within Config::CORE:unpack which was called: # once (2µs+0s) by Config::AUTOLOAD at line 1444
sub Config::CORE:unpack; # opcode