← Index
NYTProf Performance Profile   « block view • line view • sub view »
For bin/hailo
  Run on Thu Oct 21 22:50:37 2010
Reported on Thu Oct 21 22:52:13 2010

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