← Index
NYTProf Performance Profile   « line view »
For bin/benchmark-perlformance
  Run on Fri Apr 17 15:31:48 2015
Reported on Fri Apr 17 15:32:03 2015

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