← Index
NYTProf Performance Profile   « block view • line view • sub view »
For -e
  Run on Wed Nov 17 21:45:08 2010
Reported on Wed Nov 17 22:10:27 2010

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