← Index
NYTProf Performance Profile   « line view »
For starman worker -M FindBin --max-requests 50 --workers 2 --user=kohadev-koha --group kohadev-koha --pid /var/run/koha/kohadev/plack.pid --daemonize --access-log /var/log/koha/kohadev/plack.log --error-log /var/log/koha/kohadev/plack-error.log -E deployment --socket /var/run/koha/kohadev/plack.sock /etc/koha/sites/kohadev/plack.psgi
  Run on Fri Jan 8 14:16:49 2016
Reported on Fri Jan 8 14:23:07 2016

Filename/usr/lib/x86_64-linux-gnu/perl/5.20/Config_heavy.pl
StatementsExecuted 0 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11126µs60µsConfig::::fetch_stringConfig::fetch_string
11122µs22µsConfig::::CORE:matchConfig::CORE:match (opcode)
21120µs20µsConfig::::CORE:substcontConfig::CORE:substcont (opcode)
11112µs12µsConfig::::CORE:regcompConfig::CORE:regcomp (opcode)
1119µs16µsConfig::::BEGIN@5Config::BEGIN@5
1119µs30µsConfig::::BEGIN@7Config::BEGIN@7
1118µs8µsConfig::::CORE:substConfig::CORE:subst (opcode)
1117µs11µsConfig::::BEGIN@6Config::BEGIN@6
1114µs4µsConfig::::CORE:packConfig::CORE:pack (opcode)
1113µs3µsConfig::::CORE:unpackConfig::CORE:unpack (opcode)
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::::launcherConfig::launcher
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;
5223µs
# spent 16µs (9+7) within Config::BEGIN@5 which was called: # once (9µs+7µs) by Config::FETCH at line 5
use strict;
# spent 16µs making 1 call to Config::BEGIN@5 # spent 7µs making 1 call to strict::import
6215µs
# spent 11µs (7+4) within Config::BEGIN@6 which was called: # once (7µs+4µs) by Config::FETCH at line 6
use warnings;
# spent 11µs making 1 call to Config::BEGIN@6 # spent 4µs making 1 call to warnings::import
7250µs
# spent 30µs (9+20) within Config::BEGIN@7 which was called: # once (9µs+20µs) by Config::FETCH at line 7
use vars '%Config';
# spent 30µs making 1 call to Config::BEGIN@7 # spent 20µs making 1 call to vars::import
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 = join ' ', sort split ' ', "$bincompat $non_bincompat";
33
34 # wrap at 76 columns.
35
36 $opts =~ s/(?=.{53})(.{1,53}) /$1\n /mg;
37
38 print Config::myconfig();
39 print "\nCharacteristics of this binary (from libperl): \n";
40
41 print " Compile-time options: $opts\n";
42
43 if (@patches) {
44 print " Locally applied patches:\n";
45 print "\t$_\n" foreach @patches;
46 }
47
48 print " Built under linux\n";
49
50 print " $date\n" if defined $date;
51
52 my @env = map { "$_=\"$ENV{$_}\"" } sort grep {/^PERL/} keys %ENV;
53
54 if (@env) {
55 print " \%ENV:\n";
56 print " $_\n" foreach @env;
57 }
58 print " \@INC:\n";
59 print " $_\n" foreach @INC;
60}
61
62sub header_files {
63 return qw(EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h
64 dosish.h embed.h embedvar.h form.h gv.h handy.h hv.h hv_func.h
65 intrpvar.h iperlsys.h keywords.h mg.h nostdio.h op.h opcode.h
66 pad.h parser.h patchlevel.h perl.h perlio.h perliol.h perlsdio.h
67 perlvars.h perly.h pp.h pp_proto.h proto.h regcomp.h regexp.h
68 regnodes.h scope.h sv.h thread.h time64.h unixish.h utf8.h
69 util.h);
70}
71
72##
73## This file was produced by running the Configure script. It holds all the
74## definitions figured out by Configure. Should you modify one of these values,
75## do not forget to propagate your changes by running "Configure -der". You may
76## instead choose to run each of the .SH files by yourself, or "Configure -S".
77##
78#
79## Package name : perl5
80## Source directory : .
81## Configuration time: Sun May 3 16:16:25 UTC 2015
82## Configured by : Debian Project
83## Target system : linux x86-csail-01 3.2.0-4-amd64 #1 smp debian 3.2.68-1+deb7u1 x86_64 gnulinux
84#
85#: Configure command line arguments.
86#
87#: Variables propagated from previous config.sh file.
88
89our $summary = <<'!END!';
90Summary of my $package (revision $revision $version_patchlevel_string) configuration:
91 $git_commit_id_title $git_commit_id$git_ancestor_line
92 Platform:
93 osname=$osname, osvers=$osvers, archname=$archname
94 uname='$myuname'
95 config_args='$config_args'
96 hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction
97 useithreads=$useithreads, usemultiplicity=$usemultiplicity
98 use64bitint=$use64bitint, use64bitall=$use64bitall, uselongdouble=$uselongdouble
99 usemymalloc=$usemymalloc, bincompat5005=undef
100 Compiler:
101 cc='$cc', ccflags ='$ccflags',
102 optimize='$optimize',
103 cppflags='$cppflags'
104 ccversion='$ccversion', gccversion='$gccversion', gccosandvers='$gccosandvers'
105 intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize, byteorder=$byteorder
106 d_longlong=$d_longlong, longlongsize=$longlongsize, d_longdbl=$d_longdbl, longdblsize=$longdblsize
107 ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
108 alignbytes=$alignbytes, prototype=$prototype
109 Linker and Libraries:
110 ld='$ld', ldflags ='$ldflags'
111 libpth=$libpth
112 libs=$libs
113 perllibs=$perllibs
114 libc=$libc, so=$so, useshrplib=$useshrplib, libperl=$libperl
115 gnulibc_version='$gnulibc_version'
116 Dynamic Linking:
117 dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, ccdlflags='$ccdlflags'
118 cccdlflags='$cccdlflags', lddlflags='$lddlflags'
119
120!END!
121my $summary_expanded;
122
123sub myconfig {
124 return $summary_expanded if $summary_expanded;
125 ($summary_expanded = $summary) =~ s{\$(\w+)}
126 {
127 my $c;
128 if ($1 eq 'git_ancestor_line') {
129 if ($Config::Config{git_ancestor}) {
130 $c= "\n Ancestor: $Config::Config{git_ancestor}";
131 } else {
132 $c= "";
133 }
134 } else {
135 $c = $Config::Config{$1};
136 }
137 defined($c) ? $c : 'undef'
138 }ge;
139 $summary_expanded;
140}
141
142local *_ = \my $a;
143$_ = <<'!END!';
144Author=''
145CONFIG='true'
146Date='$Date'
147Header=''
148Id='$Id'
149Locker=''
150Log='$Log'
151PATCHLEVEL='20'
152PERL_API_REVISION='5'
153PERL_API_SUBVERSION='0'
154PERL_API_VERSION='20'
155PERL_CONFIG_SH='true'
156PERL_PATCHLEVEL=''
157PERL_REVISION='5'
158PERL_SUBVERSION='2'
159PERL_VERSION='20'
160RCSfile='$RCSfile'
161Revision='$Revision'
162SUBVERSION='2'
163Source=''
164State=''
165_a='.a'
166_exe=''
167_o='.o'
168afs='false'
169afsroot='/afs'
170alignbytes='8'
171ansi2knr=''
172aphostname='/bin/hostname'
173api_revision='5'
174api_subversion='0'
175api_version='20'
176api_versionstring='5.20.0'
177ar='ar'
178archlib='/usr/lib/x86_64-linux-gnu/perl/5.20'
179archlibexp='/usr/lib/x86_64-linux-gnu/perl/5.20'
180archname64=''
181archname='x86_64-linux-gnu-thread-multi'
182archobjs=''
183asctime_r_proto='REENTRANT_PROTO_B_SB'
184awk='awk'
185baserev='5.0'
186bash=''
187bin='/usr/bin'
188bin_ELF='define'
189binexp='/usr/bin'
190bison='bison'
191bootstrap_charset='undef'
192byacc='byacc'
193byteorder='12345678'
194c=''
195castflags='0'
196cat='cat'
197cc='cc'
198cccdlflags='-fPIC'
199ccdlflags='-Wl,-E'
200ccflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
201ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
202ccname='gcc'
203ccsymbols=''
204ccversion=''
205cf_by='Debian Project'
206cf_email='perl@packages.debian.org'
207cf_time='Sun May 3 16:16:25 UTC 2015'
208charbits='8'
209charsize='1'
210chgrp=''
211chmod='chmod'
212chown=''
213clocktype='clock_t'
214comm='comm'
215compress=''
216config_arg0='Configure'
217config_arg10='-Darchlib=/usr/lib/x86_64-linux-gnu/perl/5.20'
218config_arg11='-Dvendorprefix=/usr'
219config_arg12='-Dvendorlib=/usr/share/perl5'
220config_arg13='-Dvendorarch=/usr/lib/x86_64-linux-gnu/perl5/5.20'
221config_arg14='-Dsiteprefix=/usr/local'
222config_arg15='-Dsitelib=/usr/local/share/perl/5.20.2'
223config_arg16='-Dsitearch=/usr/local/lib/x86_64-linux-gnu/perl/5.20.2'
224config_arg17='-Dman1dir=/usr/share/man/man1'
225config_arg18='-Dman3dir=/usr/share/man/man3'
226config_arg19='-Dsiteman1dir=/usr/local/man/man1'
227config_arg1='-Dusethreads'
228config_arg20='-Dsiteman3dir=/usr/local/man/man3'
229config_arg21='-Duse64bitint'
230config_arg22='-Dman1ext=1'
231config_arg23='-Dman3ext=3perl'
232config_arg24='-Dpager=/usr/bin/sensible-pager'
233config_arg25='-Uafs'
234config_arg26='-Ud_csh'
235config_arg27='-Ud_ualarm'
236config_arg28='-Uusesfio'
237config_arg29='-Uusenm'
238config_arg2='-Duselargefiles'
239config_arg30='-Ui_libutil'
240config_arg31='-Uversiononly'
241config_arg32='-DDEBUGGING=-g'
242config_arg33='-Doptimize=-O2'
243config_arg34='-Duseshrplib'
244config_arg35='-Dlibperl=libperl.so.5.20.2'
245config_arg36='-des'
246config_arg3='-Dccflags=-DDEBIAN -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security'
247config_arg4='-Dldflags= -Wl,-z,relro'
248config_arg5='-Dlddlflags=-shared -Wl,-z,relro'
249config_arg6='-Dcccdlflags=-fPIC'
250config_arg7='-Darchname=x86_64-linux-gnu'
251config_arg8='-Dprefix=/usr'
252config_arg9='-Dprivlib=/usr/share/perl/5.20'
253config_argc='36'
254config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -D_FORTIFY_SOURCE=2 -g -O2 -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.20 -Darchlib=/usr/lib/x86_64-linux-gnu/perl/5.20 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/x86_64-linux-gnu/perl5/5.20 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.20.2 -Dsitearch=/usr/local/lib/x86_64-linux-gnu/perl/5.20.2 -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 -Uversiononly -DDEBUGGING=-g -Doptimize=-O2 -Duseshrplib -Dlibperl=libperl.so.5.20.2 -des'
255contains='grep'
256cp='cp'
257cpio=''
258cpp='cpp'
259cpp_stuff='42'
260cppccsymbols=''
261cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include'
262cpplast='-'
263cppminus='-'
264cpprun='cc -E'
265cppstdin='cc -E'
266cppsymbols='_FILE_OFFSET_BITS=64 _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.94065645841246544177e-324L) __DBL_DIG__=15 __DBL_EPSILON__=((double)2.22044604925031308085e-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.79769313486231570815e+308L) __DBL_MIN_10_EXP__=(-307) __DBL_MIN_EXP__=(-1021) __DBL_MIN__=((double)2.22507385850720138309e-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 __FLT_DECIMAL_DIG__=9 __FLT_DENORM_MIN__=1.40129846432481707092e-45F __FLT_DIG__=6 __FLT_EPSILON__=1.19209289550781250000e-7F __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.40282346638528859812e+38F __FLT_MIN_10_EXP__=(-37) __FLT_MIN_EXP__=(-125) __FLT_MIN__=1.17549435082228750797e-38F __FLT_RADIX__=2 __FXSR__=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__=19 __GLIBC__=2 __GNUC_GNU_INLINE__=1 __GNUC_MINOR__=9 __GNUC_PATCHLEVEL__=2 __GNUC__=4 __GNU_LIBRARY__=6 __GXX_ABI_VERSION=1002 __INT16_C=__INT16_C __INT16_MAX__=32767 __INT16_TYPE__=short\ int __INT32_C=__INT32_C __INT32_MAX__=2147483647 __INT32_TYPE__=int __INT64_C=__INT64_C __INT64_MAX__=9223372036854775807L __INT64_TYPE__=long\ int __INT8_C=__INT8_C __INT8_MAX__=127 __INT8_TYPE__=signed\ char __INTMAX_C=__INTMAX_C __INTMAX_MAX__=9223372036854775807L __INTMAX_TYPE__=long\ int __INTPTR_MAX__=9223372036854775807L __INTPTR_TYPE__=long\ int __INT_FAST16_MAX__=9223372036854775807L __INT_FAST16_TYPE__=long\ int __INT_FAST32_MAX__=9223372036854775807L __INT_FAST32_TYPE__=long\ int __INT_FAST64_MAX__=9223372036854775807L __INT_FAST64_TYPE__=long\ int __INT_FAST8_MAX__=127 __INT_FAST8_TYPE__=signed\ char __INT_LEAST16_MAX__=32767 __INT_LEAST16_TYPE__=short\ int __INT_LEAST32_MAX__=2147483647 __INT_LEAST32_TYPE__=int __INT_LEAST64_MAX__=9223372036854775807L __INT_LEAST64_TYPE__=long\ int __INT_LEAST8_MAX__=127 __INT_LEAST8_TYPE__=signed\ char __INT_MAX__=2147483647 __LDBL_DENORM_MIN__=3.64519953188247460253e-4951L __LDBL_DIG__=18 __LDBL_EPSILON__=1.08420217248550443401e-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.18973149535723176502e+4932L __LDBL_MIN_10_EXP__=(-4931) __LDBL_MIN_EXP__=(-16381) __LDBL_MIN__=3.36210314311209350626e-4932L __LONG_LONG_MAX__=9223372036854775807LL __LONG_MAX__=9223372036854775807L __LP64__=1 __MMX__=1 __ORDER_BIG_ENDIAN__=4321 __ORDER_LITTLE_ENDIAN__=1234 __ORDER_PDP_ENDIAN__=3412 __PRAGMA_REDEFINE_EXTNAME=1 __PTRDIFF_MAX__=9223372036854775807L __PTRDIFF_TYPE__=long\ int __REGISTER_PREFIX__= __SCHAR_MAX__=127 __SHRT_MAX__=32767 __SIG_ATOMIC_MAX__=2147483647 __SIG_ATOMIC_MIN__=(-2147483647\ -\ 1) __SIG_ATOMIC_TYPE__=int __SIZEOF_DOUBLE__=8 __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__=18446744073709551615UL __SIZE_TYPE__=long\ unsigned\ int __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__=201103L __STDC_NO_THREADS__=1 __STDC__=1 __UINT16_C=__UINT16_C __UINT16_MAX__=65535 __UINT16_TYPE__=short\ unsigned\ int __UINT32_C=__UINT32_C __UINT32_MAX__=4294967295U __UINT32_TYPE__=unsigned\ int __UINT64_C=__UINT64_C __UINT64_MAX__=18446744073709551615UL __UINT64_TYPE__=long\ unsigned\ int __UINT8_C=__UINT8_C __UINT8_MAX__=255 __UINT8_TYPE__=unsigned\ char __UINTMAX_C=__UINTMAX_C __UINTMAX_MAX__=18446744073709551615UL __UINTMAX_TYPE__=long\ unsigned\ int __UINTPTR_MAX__=18446744073709551615UL __UINTPTR_TYPE__=long\ unsigned\ int __UINT_FAST16_MAX__=18446744073709551615UL __UINT_FAST16_TYPE__=long\ unsigned\ int __UINT_FAST32_MAX__=18446744073709551615UL __UINT_FAST32_TYPE__=long\ unsigned\ int __UINT_FAST64_MAX__=18446744073709551615UL __UINT_FAST64_TYPE__=long\ unsigned\ int __UINT_FAST8_MAX__=255 __UINT_FAST8_TYPE__=unsigned\ char __UINT_LEAST16_MAX__=65535 __UINT_LEAST16_TYPE__=short\ unsigned\ int __UINT_LEAST32_MAX__=4294967295U __UINT_LEAST32_TYPE__=unsigned\ int __UINT_LEAST64_MAX__=18446744073709551615UL __UINT_LEAST64_TYPE__=long\ unsigned\ int __UINT_LEAST8_MAX__=255 __UINT_LEAST8_TYPE__=unsigned\ char __USER_LABEL_PREFIX__= __USE_BSD=1 __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_REENTRANT=1 __USE_SVID=1 __USE_UNIX98=1 __USE_XOPEN=1 __USE_XOPEN_EXTENDED=1 __VERSION__="4.9.2" __WCHAR_MAX__=2147483647 __WCHAR_MIN__=(-2147483647\ -\ 1) __WCHAR_TYPE__=int __WINT_MAX__=4294967295U __WINT_MIN__=0U __WINT_TYPE__=unsigned\ int __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 __unix=1 __unix__=1 __x86_64=1 __x86_64__=1 linux=1 unix=1'
267crypt_r_proto='REENTRANT_PROTO_B_CCS'
268cryptlib=''
269csh='csh'
270ctermid_r_proto='0'
271ctime_r_proto='REENTRANT_PROTO_B_SB'
272d_Gconvert='gcvt((x),(n),(b))'
273d_PRIEUldbl='define'
274d_PRIFUldbl='define'
275d_PRIGUldbl='define'
276d_PRIXU64='define'
277d_PRId64='define'
278d_PRIeldbl='define'
279d_PRIfldbl='define'
280d_PRIgldbl='define'
281d_PRIi64='define'
282d_PRIo64='define'
283d_PRIu64='define'
284d_PRIx64='define'
285d_SCNfldbl='define'
286d__fwalk='undef'
287d_access='define'
288d_accessx='undef'
289d_aintl='undef'
290d_alarm='define'
291d_archlib='define'
292d_asctime64='undef'
293d_asctime_r='define'
294d_atolf='undef'
295d_atoll='define'
296d_attribute_deprecated='define'
297d_attribute_format='define'
298d_attribute_malloc='define'
299d_attribute_nonnull='define'
300d_attribute_noreturn='define'
301d_attribute_pure='define'
302d_attribute_unused='define'
303d_attribute_warn_unused_result='define'
304d_bcmp='define'
305d_bcopy='define'
306d_bsd='undef'
307d_bsdgetpgrp='undef'
308d_bsdsetpgrp='undef'
309d_builtin_choose_expr='define'
310d_builtin_expect='define'
311d_bzero='define'
312d_c99_variadic_macros='define'
313d_casti32='undef'
314d_castneg='define'
315d_charvspr='undef'
316d_chown='define'
317d_chroot='define'
318d_chsize='undef'
319d_class='undef'
320d_clearenv='define'
321d_closedir='define'
322d_cmsghdr_s='define'
323d_const='define'
324d_copysignl='define'
325d_cplusplus='undef'
326d_crypt='define'
327d_crypt_r='define'
328d_csh='undef'
329d_ctermid='define'
330d_ctermid_r='undef'
331d_ctime64='undef'
332d_ctime_r='define'
333d_cuserid='define'
334d_dbl_dig='define'
335d_dbminitproto='define'
336d_difftime64='undef'
337d_difftime='define'
338d_dir_dd_fd='undef'
339d_dirfd='define'
340d_dirnamlen='undef'
341d_dlerror='define'
342d_dlopen='define'
343d_dlsymun='undef'
344d_dosuid='undef'
345d_drand48_r='define'
346d_drand48proto='define'
347d_dup2='define'
348d_eaccess='define'
349d_endgrent='define'
350d_endgrent_r='undef'
351d_endhent='define'
352d_endhostent_r='undef'
353d_endnent='define'
354d_endnetent_r='undef'
355d_endpent='define'
356d_endprotoent_r='undef'
357d_endpwent='define'
358d_endpwent_r='undef'
359d_endsent='define'
360d_endservent_r='undef'
361d_eofnblk='define'
362d_eunice='undef'
363d_faststdio='define'
364d_fchdir='define'
365d_fchmod='define'
366d_fchown='define'
367d_fcntl='define'
368d_fcntl_can_lock='define'
369d_fd_macros='define'
370d_fd_set='define'
371d_fds_bits='define'
372d_fgetpos='define'
373d_finite='define'
374d_finitel='define'
375d_flexfnam='define'
376d_flock='define'
377d_flockproto='define'
378d_fork='define'
379d_fp_class='undef'
380d_fpathconf='define'
381d_fpclass='undef'
382d_fpclassify='undef'
383d_fpclassl='undef'
384d_fpos64_t='undef'
385d_frexpl='define'
386d_fs_data_s='undef'
387d_fseeko='define'
388d_fsetpos='define'
389d_fstatfs='define'
390d_fstatvfs='define'
391d_fsync='define'
392d_ftello='define'
393d_ftime='undef'
394d_futimes='define'
395d_gdbm_ndbm_h_uses_prototypes='undef'
396d_gdbmndbm_h_uses_prototypes='undef'
397d_getaddrinfo='define'
398d_getcwd='define'
399d_getespwnam='undef'
400d_getfsstat='undef'
401d_getgrent='define'
402d_getgrent_r='define'
403d_getgrgid_r='define'
404d_getgrnam_r='define'
405d_getgrps='define'
406d_gethbyaddr='define'
407d_gethbyname='define'
408d_gethent='define'
409d_gethname='define'
410d_gethostbyaddr_r='define'
411d_gethostbyname_r='define'
412d_gethostent_r='define'
413d_gethostprotos='define'
414d_getitimer='define'
415d_getlogin='define'
416d_getlogin_r='define'
417d_getmnt='undef'
418d_getmntent='define'
419d_getnameinfo='define'
420d_getnbyaddr='define'
421d_getnbyname='define'
422d_getnent='define'
423d_getnetbyaddr_r='define'
424d_getnetbyname_r='define'
425d_getnetent_r='define'
426d_getnetprotos='define'
427d_getpagsz='define'
428d_getpbyname='define'
429d_getpbynumber='define'
430d_getpent='define'
431d_getpgid='define'
432d_getpgrp2='undef'
433d_getpgrp='define'
434d_getppid='define'
435d_getprior='define'
436d_getprotobyname_r='define'
437d_getprotobynumber_r='define'
438d_getprotoent_r='define'
439d_getprotoprotos='define'
440d_getprpwnam='undef'
441d_getpwent='define'
442d_getpwent_r='define'
443d_getpwnam_r='define'
444d_getpwuid_r='define'
445d_getsbyname='define'
446d_getsbyport='define'
447d_getsent='define'
448d_getservbyname_r='define'
449d_getservbyport_r='define'
450d_getservent_r='define'
451d_getservprotos='define'
452d_getspnam='define'
453d_getspnam_r='define'
454d_gettimeod='define'
455d_gmtime64='undef'
456d_gmtime_r='define'
457d_gnulibc='define'
458d_grpasswd='define'
459d_hasmntopt='define'
460d_htonl='define'
461d_ilogbl='define'
462d_inc_version_list='define'
463d_index='undef'
464d_inetaton='define'
465d_inetntop='define'
466d_inetpton='define'
467d_int64_t='define'
468d_ip_mreq='define'
469d_ip_mreq_source='define'
470d_ipv6_mreq='define'
471d_ipv6_mreq_source='undef'
472d_isascii='define'
473d_isblank='define'
474d_isfinite='undef'
475d_isinf='define'
476d_isnan='define'
477d_isnanl='define'
478d_killpg='define'
479d_lchown='define'
480d_ldbl_dig='define'
481d_libm_lib_version='define'
482d_libname_unique='undef'
483d_link='define'
484d_localtime64='undef'
485d_localtime_r='define'
486d_localtime_r_needs_tzset='define'
487d_locconv='define'
488d_lockf='define'
489d_longdbl='define'
490d_longlong='define'
491d_lseekproto='define'
492d_lstat='define'
493d_madvise='define'
494d_malloc_good_size='undef'
495d_malloc_size='undef'
496d_mblen='define'
497d_mbstowcs='define'
498d_mbtowc='define'
499d_memchr='define'
500d_memcmp='define'
501d_memcpy='define'
502d_memmove='define'
503d_memset='define'
504d_mkdir='define'
505d_mkdtemp='define'
506d_mkfifo='define'
507d_mkstemp='define'
508d_mkstemps='define'
509d_mktime64='undef'
510d_mktime='define'
511d_mmap='define'
512d_modfl='define'
513d_modfl_pow32_bug='undef'
514d_modflproto='define'
515d_mprotect='define'
516d_msg='define'
517d_msg_ctrunc='define'
518d_msg_dontroute='define'
519d_msg_oob='define'
520d_msg_peek='define'
521d_msg_proxy='define'
522d_msgctl='define'
523d_msgget='define'
524d_msghdr_s='define'
525d_msgrcv='define'
526d_msgsnd='define'
527d_msync='define'
528d_munmap='define'
529d_mymalloc='undef'
530d_ndbm='define'
531d_ndbm_h_uses_prototypes='undef'
532d_nice='define'
533d_nl_langinfo='define'
534d_nv_preserves_uv='undef'
535d_nv_zero_is_allbits_zero='define'
536d_off64_t='define'
537d_old_pthread_create_joinable='undef'
538d_oldpthreads='undef'
539d_oldsock='undef'
540d_open3='define'
541d_pathconf='define'
542d_pause='define'
543d_perl_otherlibdirs='undef'
544d_phostname='undef'
545d_pipe='define'
546d_poll='define'
547d_portable='define'
548d_prctl='define'
549d_prctl_set_name='define'
550d_printf_format_null='undef'
551d_procselfexe='define'
552d_pseudofork='undef'
553d_pthread_atfork='define'
554d_pthread_attr_setscope='define'
555d_pthread_yield='define'
556d_pwage='undef'
557d_pwchange='undef'
558d_pwclass='undef'
559d_pwcomment='undef'
560d_pwexpire='undef'
561d_pwgecos='define'
562d_pwpasswd='define'
563d_pwquota='undef'
564d_qgcvt='define'
565d_quad='define'
566d_random_r='define'
567d_readdir64_r='define'
568d_readdir='define'
569d_readdir_r='define'
570d_readlink='define'
571d_readv='define'
572d_recvmsg='define'
573d_rename='define'
574d_rewinddir='define'
575d_rmdir='define'
576d_safebcpy='undef'
577d_safemcpy='undef'
578d_sanemcmp='define'
579d_sbrkproto='define'
580d_scalbnl='define'
581d_sched_yield='define'
582d_scm_rights='define'
583d_seekdir='define'
584d_select='define'
585d_sem='define'
586d_semctl='define'
587d_semctl_semid_ds='define'
588d_semctl_semun='define'
589d_semget='define'
590d_semop='define'
591d_sendmsg='define'
592d_setegid='define'
593d_seteuid='define'
594d_setgrent='define'
595d_setgrent_r='undef'
596d_setgrps='define'
597d_sethent='define'
598d_sethostent_r='undef'
599d_setitimer='define'
600d_setlinebuf='define'
601d_setlocale='define'
602d_setlocale_r='undef'
603d_setnent='define'
604d_setnetent_r='undef'
605d_setpent='define'
606d_setpgid='define'
607d_setpgrp2='undef'
608d_setpgrp='define'
609d_setprior='define'
610d_setproctitle='undef'
611d_setprotoent_r='undef'
612d_setpwent='define'
613d_setpwent_r='undef'
614d_setregid='define'
615d_setresgid='define'
616d_setresuid='define'
617d_setreuid='define'
618d_setrgid='undef'
619d_setruid='undef'
620d_setsent='define'
621d_setservent_r='undef'
622d_setsid='define'
623d_setvbuf='define'
624d_shm='define'
625d_shmat='define'
626d_shmatprototype='define'
627d_shmctl='define'
628d_shmdt='define'
629d_shmget='define'
630d_sigaction='define'
631d_signbit='define'
632d_sigprocmask='define'
633d_sigsetjmp='define'
634d_sin6_scope_id='define'
635d_sitearch='define'
636d_snprintf='define'
637d_sockaddr_in6='define'
638d_sockaddr_sa_len='undef'
639d_sockatmark='define'
640d_sockatmarkproto='define'
641d_socket='define'
642d_socklen_t='define'
643d_sockpair='define'
644d_socks5_init='undef'
645d_sprintf_returns_strlen='define'
646d_sqrtl='define'
647d_srand48_r='define'
648d_srandom_r='define'
649d_sresgproto='define'
650d_sresuproto='define'
651d_statblks='define'
652d_statfs_f_flags='define'
653d_statfs_s='define'
654d_static_inline='define'
655d_statvfs='define'
656d_stdio_cnt_lval='undef'
657d_stdio_ptr_lval='define'
658d_stdio_ptr_lval_nochange_cnt='undef'
659d_stdio_ptr_lval_sets_cnt='define'
660d_stdio_stream_array='undef'
661d_stdiobase='define'
662d_stdstdio='define'
663d_strchr='define'
664d_strcoll='define'
665d_strctcpy='define'
666d_strerrm='strerror(e)'
667d_strerror='define'
668d_strerror_r='define'
669d_strftime='define'
670d_strlcat='undef'
671d_strlcpy='undef'
672d_strtod='define'
673d_strtol='define'
674d_strtold='define'
675d_strtoll='define'
676d_strtoq='define'
677d_strtoul='define'
678d_strtoull='define'
679d_strtouq='define'
680d_strxfrm='define'
681d_suidsafe='undef'
682d_symlink='define'
683d_syscall='define'
684d_syscallproto='define'
685d_sysconf='define'
686d_sysernlst=''
687d_syserrlst='define'
688d_system='define'
689d_tcgetpgrp='define'
690d_tcsetpgrp='define'
691d_telldir='define'
692d_telldirproto='define'
693d_time='define'
694d_timegm='define'
695d_times='define'
696d_tm_tm_gmtoff='define'
697d_tm_tm_zone='define'
698d_tmpnam_r='define'
699d_truncate='define'
700d_ttyname_r='define'
701d_tzname='define'
702d_u32align='define'
703d_ualarm='undef'
704d_umask='define'
705d_uname='define'
706d_union_semun='undef'
707d_unordered='undef'
708d_unsetenv='define'
709d_usleep='define'
710d_usleepproto='define'
711d_ustat='define'
712d_vendorarch='define'
713d_vendorbin='define'
714d_vendorlib='define'
715d_vendorscript='define'
716d_vfork='undef'
717d_void_closedir='undef'
718d_voidsig='define'
719d_voidtty=''
720d_volatile='define'
721d_vprintf='define'
722d_vsnprintf='define'
723d_wait4='define'
724d_waitpid='define'
725d_wcstombs='define'
726d_wctomb='define'
727d_writev='define'
728d_xenix='undef'
729date='date'
730db_hashtype='u_int32_t'
731db_prefixtype='size_t'
732db_version_major='5'
733db_version_minor='3'
734db_version_patch='28'
735direntrytype='struct dirent'
736dlext='so'
737dlsrc='dl_dlopen.xs'
738doublesize='8'
739drand01='Perl_drand48()'
740drand48_r_proto='REENTRANT_PROTO_I_ST'
741dtrace=''
742dynamic_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'
743eagain='EAGAIN'
744ebcdic='undef'
745echo='echo'
746egrep='egrep'
747emacs=''
748endgrent_r_proto='0'
749endhostent_r_proto='0'
750endnetent_r_proto='0'
751endprotoent_r_proto='0'
752endpwent_r_proto='0'
753endservent_r_proto='0'
754eunicefix=':'
755exe_ext=''
756expr='expr'
757extensions='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 CGI CPAN CPAN/Meta CPAN/Meta/Requirements CPAN/Meta/YAML Carp Config/Perl/V Devel/SelfStubber Digest Dumpvalue Env Errno Exporter ExtUtils/CBuilder ExtUtils/Command 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/Build Module/CoreList Module/Load Module/Load/Conditional Module/Loaded Module/Metadata NEXT Net/Ping Package/Constants Params/Check Parse/CPAN/Meta 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'
758extern_C='extern'
759extras=''
760fflushNULL='define'
761fflushall='undef'
762find=''
763firstmakefile='makefile'
764flex=''
765fpossize='16'
766fpostype='fpos_t'
767freetype='void'
768from=':'
769full_ar='/usr/bin/ar'
770full_csh='csh'
771full_sed='/bin/sed'
772gccansipedantic=''
773gccosandvers=''
774gccversion='4.9.2'
775getgrent_r_proto='REENTRANT_PROTO_I_SBWR'
776getgrgid_r_proto='REENTRANT_PROTO_I_TSBWR'
777getgrnam_r_proto='REENTRANT_PROTO_I_CSBWR'
778gethostbyaddr_r_proto='REENTRANT_PROTO_I_TsISBWRE'
779gethostbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
780gethostent_r_proto='REENTRANT_PROTO_I_SBWRE'
781getlogin_r_proto='REENTRANT_PROTO_I_BW'
782getnetbyaddr_r_proto='REENTRANT_PROTO_I_uISBWRE'
783getnetbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
784getnetent_r_proto='REENTRANT_PROTO_I_SBWRE'
785getprotobyname_r_proto='REENTRANT_PROTO_I_CSBWR'
786getprotobynumber_r_proto='REENTRANT_PROTO_I_ISBWR'
787getprotoent_r_proto='REENTRANT_PROTO_I_SBWR'
788getpwent_r_proto='REENTRANT_PROTO_I_SBWR'
789getpwnam_r_proto='REENTRANT_PROTO_I_CSBWR'
790getpwuid_r_proto='REENTRANT_PROTO_I_TSBWR'
791getservbyname_r_proto='REENTRANT_PROTO_I_CCSBWR'
792getservbyport_r_proto='REENTRANT_PROTO_I_ICSBWR'
793getservent_r_proto='REENTRANT_PROTO_I_SBWR'
794getspnam_r_proto='REENTRANT_PROTO_I_CSBWR'
795gidformat='"u"'
796gidsign='1'
797gidsize='4'
798gidtype='gid_t'
799glibpth='/usr/shlib /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib '
800gmake='gmake'
801gmtime_r_proto='REENTRANT_PROTO_S_TS'
802gnulibc_version='2.19'
803grep='grep'
804groupcat='cat /etc/group'
805groupstype='gid_t'
806gzip='gzip'
807h_fcntl='false'
808h_sysfile='true'
809hint='recommended'
810hostcat='cat /etc/hosts'
811hostgenerate=''
812hostosname=''
813hostperl=''
814html1dir=' '
815html1direxp=''
816html3dir=' '
817html3direxp=''
818i16size='2'
819i16type='short'
820i32size='4'
821i32type='int'
822i64size='8'
823i64type='long'
824i8size='1'
825i8type='signed char'
826i_arpainet='define'
827i_assert='define'
828i_bsdioctl=''
829i_crypt='define'
830i_db='define'
831i_dbm='define'
832i_dirent='define'
833i_dlfcn='define'
834i_fcntl='undef'
835i_float='define'
836i_fp='undef'
837i_fp_class='undef'
838i_gdbm='define'
839i_gdbm_ndbm='define'
840i_gdbmndbm='undef'
841i_grp='define'
842i_ieeefp='undef'
843i_inttypes='define'
844i_langinfo='define'
845i_libutil='undef'
846i_limits='define'
847i_locale='define'
848i_machcthr='undef'
849i_malloc='define'
850i_mallocmalloc='undef'
851i_math='define'
852i_memory='undef'
853i_mntent='define'
854i_ndbm='undef'
855i_netdb='define'
856i_neterrno='undef'
857i_netinettcp='define'
858i_niin='define'
859i_poll='define'
860i_prot='undef'
861i_pthread='define'
862i_pwd='define'
863i_rpcsvcdbm='undef'
864i_sgtty='undef'
865i_shadow='define'
866i_socks='undef'
867i_stdarg='define'
868i_stdbool='define'
869i_stddef='define'
870i_stdlib='define'
871i_string='define'
872i_sunmath='undef'
873i_sysaccess='undef'
874i_sysdir='define'
875i_sysfile='define'
876i_sysfilio='undef'
877i_sysin='undef'
878i_sysioctl='define'
879i_syslog='define'
880i_sysmman='define'
881i_sysmode='undef'
882i_sysmount='define'
883i_sysndir='undef'
884i_sysparam='define'
885i_syspoll='define'
886i_sysresrc='define'
887i_syssecrt='undef'
888i_sysselct='define'
889i_syssockio='undef'
890i_sysstat='define'
891i_sysstatfs='define'
892i_sysstatvfs='define'
893i_systime='define'
894i_systimek='undef'
895i_systimes='define'
896i_systypes='define'
897i_sysuio='define'
898i_sysun='define'
899i_sysutsname='define'
900i_sysvfs='define'
901i_syswait='define'
902i_termio='undef'
903i_termios='define'
904i_time='define'
905i_unistd='define'
906i_ustat='define'
907i_utime='define'
908i_values='define'
909i_varargs='undef'
910i_varhdr='stdarg.h'
911i_vfork='undef'
912ignore_versioned_solibs='y'
913inc_version_list='5.20.1 5.20.0'
914inc_version_list_init='"5.20.1","5.20.0",0'
915incpath=''
916incpth='/usr/lib/gcc/x86_64-linux-gnu/4.9/include /usr/local/include /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/include'
917inews=''
918initialinstalllocation='/usr/bin'
919installarchlib='/usr/lib/x86_64-linux-gnu/perl/5.20'
920installbin='/usr/bin'
921installhtml1dir=''
922installhtml3dir=''
923installman1dir='/usr/share/man/man1'
924installman3dir='/usr/share/man/man3'
925installprefix='/usr'
926installprefixexp='/usr'
927installprivlib='/usr/share/perl/5.20'
928installscript='/usr/bin'
929installsitearch='/usr/local/lib/x86_64-linux-gnu/perl/5.20.2'
930installsitebin='/usr/local/bin'
931installsitehtml1dir=''
932installsitehtml3dir=''
933installsitelib='/usr/local/share/perl/5.20.2'
934installsiteman1dir='/usr/local/man/man1'
935installsiteman3dir='/usr/local/man/man3'
936installsitescript='/usr/local/bin'
937installstyle='lib/perl5'
938installusrbinperl='undef'
939installvendorarch='/usr/lib/x86_64-linux-gnu/perl5/5.20'
940installvendorbin='/usr/bin'
941installvendorhtml1dir=''
942installvendorhtml3dir=''
943installvendorlib='/usr/share/perl5'
944installvendorman1dir='/usr/share/man/man1'
945installvendorman3dir='/usr/share/man/man3'
946installvendorscript='/usr/bin'
947intsize='4'
948issymlink='test -h'
949ivdformat='"ld"'
950ivsize='8'
951ivtype='long'
952known_extensions='Archive/Tar Attribute/Handlers AutoLoader B B/Debug CGI 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/Command 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/Build Module/CoreList Module/Load Module/Load/Conditional Module/Loaded Module/Metadata NDBM_File NEXT Net/Ping ODBM_File Opcode POSIX Package/Constants Params/Check Parse/CPAN/Meta 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 '
953ksh=''
954ld='cc'
955ld_can_script='define'
956lddlflags='-shared -L/usr/local/lib -fstack-protector'
957ldflags=' -fstack-protector -L/usr/local/lib'
958ldflags_uselargefiles=''
959ldlibpthname='LD_LIBRARY_PATH'
960less='less'
961lib_ext='.a'
962libc='libc-2.19.so'
963libdb_needs_pthread='N'
964libperl='libperl.so.5.20'
965libpth='/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/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'
966libs='-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt'
967libsdirs=' /usr/lib/x86_64-linux-gnu'
968libsfiles=' libgdbm.so libgdbm_compat.so libdb.so libdl.so libm.so libpthread.so libc.so libcrypt.so'
969libsfound=' /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'
970libspath=' /usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/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'
971libswanted='gdbm gdbm_compat db dl m pthread c crypt gdbm_compat'
972libswanted_uselargefiles=''
973line=''
974lint=''
975lkflags=''
976ln='ln'
977lns='/bin/ln -s'
978localtime_r_proto='REENTRANT_PROTO_S_TS'
979locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
980loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
981longdblsize='16'
982longlongsize='8'
983longsize='8'
984lp=''
985lpr=''
986ls='ls'
987lseeksize='8'
988lseektype='off_t'
989mad='undef'
990madlyh=''
991madlyobj=''
992madlysrc=''
993mail=''
994mailx=''
995make='make'
996make_set_make='#'
997mallocobj=''
998mallocsrc=''
999malloctype='void *'
1000man1dir='/usr/share/man/man1'
1001man1direxp='/usr/share/man/man1'
1002man1ext='1p'
1003man3dir='/usr/share/man/man3'
1004man3direxp='/usr/share/man/man3'
1005man3ext='3pm'
1006mips_type=''
1007mistrustnm=''
1008mkdir='mkdir'
1009mmaptype='void *'
1010modetype='mode_t'
1011more='more'
1012multiarch='undef'
1013mv=''
1014myarchname='x86_64-linux'
1015mydomain=''
1016myhostname='localhost'
1017myuname='linux x86-csail-01 3.2.0-4-amd64 #1 smp debian 3.2.68-1+deb7u1 x86_64 gnulinux '
1018n='-n'
1019need_va_copy='define'
1020netdb_hlen_type='size_t'
1021netdb_host_type='char *'
1022netdb_name_type='const char *'
1023netdb_net_type='in_addr_t'
1024nm='nm'
1025nm_opt=''
1026nm_so_opt='--dynamic'
1027nonxs_ext='Archive/Tar Attribute/Handlers AutoLoader B/Debug CGI CPAN CPAN/Meta CPAN/Meta/Requirements CPAN/Meta/YAML Carp Config/Perl/V Devel/SelfStubber Digest Dumpvalue Env Errno Exporter ExtUtils/CBuilder ExtUtils/Command 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/Build Module/CoreList Module/Load Module/Load/Conditional Module/Loaded Module/Metadata NEXT Net/Ping Package/Constants Params/Check Parse/CPAN/Meta 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'
1028nroff='nroff'
1029nvEUformat='"E"'
1030nvFUformat='"F"'
1031nvGUformat='"G"'
1032nv_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'
1033nv_preserves_uv_bits='53'
1034nveformat='"e"'
1035nvfformat='"f"'
1036nvgformat='"g"'
1037nvsize='8'
1038nvtype='double'
1039o_nonblock='O_NONBLOCK'
1040obj_ext='.o'
1041old_pthread_create_joinable=''
1042optimize='-O2 -g'
1043orderlib='false'
1044osname='linux'
1045osvers='3.2.0-4-amd64'
1046otherlibdirs=' '
1047package='perl5'
1048pager='/usr/bin/sensible-pager'
1049passcat='cat /etc/passwd'
1050patchlevel='20'
1051path_sep=':'
1052perl5='/usr/bin/perl'
1053perl='perl'
1054perl_patchlevel=''
1055perl_static_inline='static __inline__'
1056perladmin='root@localhost'
1057perllibs='-ldl -lm -lpthread -lc -lcrypt'
1058perlpath='/usr/bin/perl'
1059pg='pg'
1060phostname='hostname'
1061pidtype='pid_t'
1062plibpth='/lib/x86_64-linux-gnu/4.9 /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu/4.9 /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib'
1063pmake=''
1064pr=''
1065prefix='/usr'
1066prefixexp='/usr'
1067privlib='/usr/share/perl/5.20'
1068privlibexp='/usr/share/perl/5.20'
1069procselfexe='"/proc/self/exe"'
1070prototype='define'
1071ptrsize='8'
1072quadkind='2'
1073quadtype='long'
1074randbits='48'
1075randfunc='Perl_drand48'
1076random_r_proto='REENTRANT_PROTO_I_St'
1077randseedtype='U32'
1078ranlib=':'
1079rd_nodata='-1'
1080readdir64_r_proto='REENTRANT_PROTO_I_TSR'
1081readdir_r_proto='REENTRANT_PROTO_I_TSR'
1082revision='5'
1083rm='rm'
1084rm_try='/bin/rm -f try try a.out .out try.[cho] try..o core core.try* try.core*'
1085rmail=''
1086run=''
1087runnm='false'
1088sGMTIME_max='67768036191676799'
1089sGMTIME_min='-62167219200'
1090sLOCALTIME_max='67768036191676799'
1091sLOCALTIME_min='-62167219200'
1092sPRIEUldbl='"LE"'
1093sPRIFUldbl='"LF"'
1094sPRIGUldbl='"LG"'
1095sPRIXU64='"lX"'
1096sPRId64='"ld"'
1097sPRIeldbl='"Le"'
1098sPRIfldbl='"Lf"'
1099sPRIgldbl='"Lg"'
1100sPRIi64='"li"'
1101sPRIo64='"lo"'
1102sPRIu64='"lu"'
1103sPRIx64='"lx"'
1104sSCNfldbl='"Lf"'
1105sched_yield='sched_yield()'
1106scriptdir='/usr/bin'
1107scriptdirexp='/usr/bin'
1108sed='sed'
1109seedfunc='Perl_drand48_init'
1110selectminbits='64'
1111selecttype='fd_set *'
1112sendmail=''
1113setgrent_r_proto='0'
1114sethostent_r_proto='0'
1115setlocale_r_proto='0'
1116setnetent_r_proto='0'
1117setprotoent_r_proto='0'
1118setpwent_r_proto='0'
1119setservent_r_proto='0'
1120sh='/bin/sh'
1121shar=''
1122sharpbang='#!'
1123shmattype='void *'
1124shortsize='2'
1125shrpenv=''
1126shsharp='true'
1127sig_count='65'
1128sig_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 UNUSED '
1129sig_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", "UNUSED", 0'
1130sig_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 31 '
1131sig_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, 31, 0'
1132sig_size='69'
1133signal_t='void'
1134sitearch='/usr/local/lib/x86_64-linux-gnu/perl/5.20.2'
1135sitearchexp='/usr/local/lib/x86_64-linux-gnu/perl/5.20.2'
1136sitebin='/usr/local/bin'
1137sitebinexp='/usr/local/bin'
1138sitehtml1dir=''
1139sitehtml1direxp=''
1140sitehtml3dir=''
1141sitehtml3direxp=''
1142sitelib='/usr/local/share/perl/5.20.2'
1143sitelib_stem=''
1144sitelibexp='/usr/local/share/perl/5.20.2'
1145siteman1dir='/usr/local/man/man1'
1146siteman1direxp='/usr/local/man/man1'
1147siteman3dir='/usr/local/man/man3'
1148siteman3direxp='/usr/local/man/man3'
1149siteprefix='/usr/local'
1150siteprefixexp='/usr/local'
1151sitescript='/usr/local/bin'
1152sitescriptexp='/usr/local/bin'
1153sizesize='8'
1154sizetype='size_t'
1155sleep=''
1156smail=''
1157so='so'
1158sockethdr=''
1159socketlib=''
1160socksizetype='socklen_t'
1161sort='sort'
1162spackage='Perl5'
1163spitshell='cat'
1164srand48_r_proto='REENTRANT_PROTO_I_LS'
1165srandom_r_proto='REENTRANT_PROTO_I_TS'
1166src='.'
1167ssizetype='ssize_t'
1168st_ino_sign='1'
1169st_ino_size='8'
1170startperl='#!/usr/bin/perl'
1171startsh='#!/bin/sh'
1172static_ext=' '
1173stdchar='char'
1174stdio_base='((fp)->_IO_read_base)'
1175stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)'
1176stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
1177stdio_filbuf=''
1178stdio_ptr='((fp)->_IO_read_ptr)'
1179stdio_stream_array=''
1180strerror_r_proto='REENTRANT_PROTO_B_IBW'
1181strings='/usr/include/string.h'
1182submit=''
1183subversion='2'
1184sysman='/usr/share/man/man1'
1185sysroot=''
1186tail=''
1187tar=''
1188targetarch=''
1189targetdir=''
1190targetenv=''
1191targethost=''
1192targetmkdir=''
1193targetport=''
1194targetsh='/bin/sh'
1195tbl=''
1196tee=''
1197test='test'
1198timeincl='/usr/include/x86_64-linux-gnu/sys/time.h /usr/include/time.h '
1199timetype='time_t'
1200tmpnam_r_proto='REENTRANT_PROTO_B_B'
1201to=':'
1202touch='touch'
1203tr='tr'
1204trnl='\n'
1205troff=''
1206ttyname_r_proto='REENTRANT_PROTO_I_IBW'
1207u16size='2'
1208u16type='unsigned short'
1209u32size='4'
1210u32type='unsigned int'
1211u64size='8'
1212u64type='unsigned long'
1213u8size='1'
1214u8type='unsigned char'
1215uidformat='"u"'
1216uidsign='1'
1217uidsize='4'
1218uidtype='uid_t'
1219uname='uname'
1220uniq='uniq'
1221uquadtype='unsigned long'
1222use5005threads='undef'
1223use64bitall='define'
1224use64bitint='define'
1225usecrosscompile='undef'
1226usedevel='undef'
1227usedl='define'
1228usedtrace='undef'
1229usefaststdio='undef'
1230useithreads='define'
1231usekernprocpathname='undef'
1232uselargefiles='define'
1233uselongdouble='undef'
1234usemallocwrap='define'
1235usemorebits='undef'
1236usemultiplicity='define'
1237usemymalloc='n'
1238usenm='false'
1239usensgetexecutablepath='undef'
1240useopcode='true'
1241useperlio='define'
1242useposix='true'
1243usereentrant='undef'
1244userelocatableinc='undef'
1245useshrplib='true'
1246usesitecustomize='undef'
1247usesocks='undef'
1248usethreads='define'
1249usevendorprefix='define'
1250useversionedarchname='undef'
1251usevfork='false'
1252usrinc='/usr/include'
1253uuname=''
1254uvXUformat='"lX"'
1255uvoformat='"lo"'
1256uvsize='8'
1257uvtype='unsigned long'
1258uvuformat='"lu"'
1259uvxformat='"lx"'
1260vaproto='define'
1261vendorarch='/usr/lib/x86_64-linux-gnu/perl5/5.20'
1262vendorarchexp='/usr/lib/x86_64-linux-gnu/perl5/5.20'
1263vendorbin='/usr/bin'
1264vendorbinexp='/usr/bin'
1265vendorhtml1dir=' '
1266vendorhtml1direxp=''
1267vendorhtml3dir=' '
1268vendorhtml3direxp=''
1269vendorlib='/usr/share/perl5'
1270vendorlib_stem=''
1271vendorlibexp='/usr/share/perl5'
1272vendorman1dir='/usr/share/man/man1'
1273vendorman1direxp='/usr/share/man/man1'
1274vendorman3dir='/usr/share/man/man3'
1275vendorman3direxp='/usr/share/man/man3'
1276vendorprefix='/usr'
1277vendorprefixexp='/usr'
1278vendorscript='/usr/bin'
1279vendorscriptexp='/usr/bin'
1280version='5.20.2'
1281version_patchlevel_string='version 20 subversion 2'
1282versiononly='undef'
1283vi=''
1284xlibpth='/usr/lib/386 /lib/386'
1285yacc='yacc'
1286yaccflags=''
1287zcat=''
1288zip='zip'
1289!END!
1290
1291my $i = ord(8);
1292foreach my $c (7,6,5,4,3,2,1) { $i <<= 8; $i |= ord($c); }
129327µsour $byteorder = join('', unpack('aaaaaaaa', pack('L!', $i)));
# spent 4µs making 1 call to Config::CORE:pack # spent 3µs making 1 call to Config::CORE:unpack
1294328µss/(byteorder=)(['"]).*?\2/$1$2$Config::byteorder$2/m;
# spent 20µs making 2 calls to Config::CORE:substcont, avg 10µs/call # spent 8µs making 1 call to Config::CORE:subst
1295
1296my $config_sh_len = length $_;
1297
1298our $Config_SH_expanded = "\n$_" . << 'EOVIRTUAL';
1299ccflags_nolargefiles='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include '
1300ldflags_nolargefiles=' -fstack-protector -L/usr/local/lib'
1301libs_nolargefiles='-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt'
1302libswanted_nolargefiles='gdbm gdbm_compat db dl m pthread c crypt gdbm_compat'
1303EOVIRTUAL
1304eval {
1305 # do not have hairy conniptions if this isnt available
1306 require 'Config_git.pl';
1307 $Config_SH_expanded .= $Config::Git_Data;
1308 1;
1309} or warn "Warning: failed to load Config_git.pl, something strange about this perl...\n";
1310
1311# Search for it in the big string
1312
# spent 60µs (26+35) within Config::fetch_string which was called: # once (26µs+35µs) by DBIx::Class::_ENV_::BEGIN@15 at line 1380
sub fetch_string {
1313 my($self, $key) = @_;
1314
1315235µs return undef unless $Config_SH_expanded =~ /\n$key=\'(.*?)\'\n/s;
# spent 22µs making 1 call to Config::CORE:match # spent 12µs making 1 call to Config::CORE:regcomp
1316 # So we can say "if $Config{'foo'}".
1317 $self->{$key} = $1 eq 'undef' ? undef : $1;
1318}
1319
1320my $prevpos = 0;
1321
1322sub FIRSTKEY {
1323 $prevpos = 0;
1324 substr($Config_SH_expanded, 1, index($Config_SH_expanded, '=') - 1 );
1325}
1326
1327sub NEXTKEY {
1328 my $pos = index($Config_SH_expanded, qq('\n), $prevpos) + 2;
1329 my $len = index($Config_SH_expanded, "=", $pos) - $pos;
1330 $prevpos = $pos;
1331 $len > 0 ? substr($Config_SH_expanded, $pos, $len) : undef;
1332}
1333
1334sub EXISTS {
1335 return 1 if exists($_[0]->{$_[1]});
1336
1337 return(index($Config_SH_expanded, "\n$_[1]='") != -1
1338 );
1339}
1340
1341sub STORE { die "\%Config::Config is read-only\n" }
1342*DELETE = *CLEAR = \*STORE; # Typeglob aliasing uses less space
1343
1344sub config_sh {
1345 substr $Config_SH_expanded, 1, $config_sh_len;
1346}
1347
1348sub config_re {
1349 my $re = shift;
1350 return map { chomp; $_ } grep eval{ /^(?:$re)=/ }, split /^/,
1351 $Config_SH_expanded;
1352}
1353
1354sub config_vars {
1355 # implements -V:cfgvar option (see perlrun -V:)
1356 foreach (@_) {
1357 # find optional leading, trailing colons; and query-spec
1358 my ($notag,$qry,$lncont) = m/^(:)?(.*?)(:)?$/; # flags fore and aft,
1359 # map colon-flags to print decorations
1360 my $prfx = $notag ? '': "$qry="; # tag-prefix for print
1361 my $lnend = $lncont ? ' ' : ";\n"; # line ending for print
1362
1363 # all config-vars are by definition \w only, any \W means regex
1364 if ($qry =~ /\W/) {
1365 my @matches = config_re($qry);
1366 print map "$_$lnend", @matches ? @matches : "$qry: not found" if !$notag;
1367 print map { s/\w+=//; "$_$lnend" } @matches ? @matches : "$qry: not found" if $notag;
1368 } else {
1369 my $v = (exists $Config::Config{$qry}) ? $Config::Config{$qry}
1370 : 'UNKNOWN';
1371 $v = 'undef' unless defined $v;
1372 print "${prfx}'${v}'$lnend";
1373 }
1374 }
1375}
1376
1377# Called by the real AUTOLOAD
1378sub launcher {
1379 undef &AUTOLOAD;
1380160µs goto \&$Config::AUTOLOAD;
# spent 60µs making 1 call to Config::fetch_string
1381}
1382
13831;
 
# spent 22µs within Config::CORE:match which was called: # once (22µs+0s) by Config::fetch_string at line 1315
sub Config::CORE:match; # opcode
# spent 4µs within Config::CORE:pack which was called: # once (4µs+0s) by Config::FETCH at line 1293
sub Config::CORE:pack; # opcode
# spent 12µs within Config::CORE:regcomp which was called: # once (12µs+0s) by Config::fetch_string at line 1315
sub Config::CORE:regcomp; # opcode
# spent 8µs within Config::CORE:subst which was called: # once (8µs+0s) by Config::FETCH at line 1294
sub Config::CORE:subst; # opcode
# spent 20µs within Config::CORE:substcont which was called 2 times, avg 10µs/call: # 2 times (20µs+0s) by Config::FETCH at line 1294, avg 10µs/call
sub Config::CORE:substcont; # opcode
# spent 3µs within Config::CORE:unpack which was called: # once (3µs+0s) by Config::FETCH at line 1293
sub Config::CORE:unpack; # opcode