← Index
NYTProf Performance Profile   « line view »
For rbm/rbm
  Run on Wed Feb 12 20:36:06 2020
Reported on Wed Feb 12 21:42:25 2020

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