← Index
NYTProf Performance Profile   « block view • line view • sub view »
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 11:58:52 2013
Reported on Tue Oct 15 12:01:48 2013

Filename/usr/lib/perl/5.10/Config_heavy.pl
StatementsExecuted 66 statements in 2.51ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
422242µs242µsConfig::::fetch_stringConfig::fetch_string
11115µs20µsConfig::::BEGIN@5Config::BEGIN@5
1119µs9µ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;
531.92ms224µs
# spent 20µs (15+4) within Config::BEGIN@5 which was called: # once (15µs+4µs) by Config::AUTOLOAD at line 5
use strict;
# spent 20µs making 1 call to Config::BEGIN@5 # spent 4µ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: Wed Mar 6 15:31:28 UTC 2013
18## Configured by : Debian Project
19## Target system : linux madeleine 3.2.0-4-amd64 #1 smp debian 3.2.39-2 x86_64 gnulinux
20#
21#: Configure command line arguments.
22#
23#: Variables propagated from previous config.sh file.
24
2511µ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!
581300nsmy $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;
80118µ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='/usr/lib/perl/5.10'
116archlibexp='/usr/lib/perl/5.10'
117archname64=''
118archname='x86_64-linux-gnu-thread-multi'
119archobjs=''
120asctime_r_proto='REENTRANT_PROTO_B_SB'
121awk='awk'
122baserev='5.0'
123bash=''
124bin='/usr/bin'
125binexp='/usr/bin'
126bison='bison'
127byacc='byacc'
128byteorder='12345678'
129c=''
130castflags='0'
131cat='cat'
132cc='cc'
133cccdlflags='-fPIC'
134ccdlflags='-Wl,-E'
135ccflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -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='Debian Project'
141cf_email='perl@packages.debian.org'
142cf_time='Wed Mar 6 15:31:28 UTC 2013'
143chgrp=''
144chmod='chmod'
145chown=''
146clocktype='clock_t'
147comm='comm'
148compress=''
149config_arg0='Configure'
150config_arg10='-Dvendorlib=/usr/share/perl5'
151config_arg11='-Dvendorarch=/usr/lib/perl5'
152config_arg12='-Dsiteprefix=/usr/local'
153config_arg13='-Dsitelib=/usr/local/share/perl/5.10.1'
154config_arg14='-Dsitearch=/usr/local/lib/perl/5.10.1'
155config_arg15='-Dman1dir=/usr/share/man/man1'
156config_arg16='-Dman3dir=/usr/share/man/man3'
157config_arg17='-Dsiteman1dir=/usr/local/man/man1'
158config_arg18='-Dsiteman3dir=/usr/local/man/man3'
159config_arg19='-Dman1ext=1'
160config_arg1='-Dusethreads'
161config_arg20='-Dman3ext=3perl'
162config_arg21='-Dpager=/usr/bin/sensible-pager'
163config_arg22='-Uafs'
164config_arg23='-Ud_csh'
165config_arg24='-Ud_ualarm'
166config_arg25='-Uusesfio'
167config_arg26='-Uusenm'
168config_arg27='-DDEBUGGING=-g'
169config_arg28='-Doptimize=-O2'
170config_arg29='-Duseshrplib'
171config_arg2='-Duselargefiles'
172config_arg30='-Dlibperl=libperl.so.5.10.1'
173config_arg31='-Dd_dosuid'
174config_arg32='-des'
175config_arg3='-Dccflags=-DDEBIAN'
176config_arg4='-Dcccdlflags=-fPIC'
177config_arg5='-Darchname=x86_64-linux-gnu'
178config_arg6='-Dprefix=/usr'
179config_arg7='-Dprivlib=/usr/share/perl/5.10'
180config_arg8='-Darchlib=/usr/lib/perl/5.10'
181config_arg9='-Dvendorprefix=/usr'
182config_argc='32'
183config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.10 -Darchlib=/usr/lib/perl/5.10 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.10.1 -Dsitearch=/usr/local/lib/perl/5.10.1 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Ud_ualarm -Uusesfio -Uusenm -DDEBUGGING=-g -Doptimize=-O2 -Duseshrplib -Dlibperl=libperl.so.5.10.1 -Dd_dosuid -des'
184contains='grep'
185cp='cp'
186cpio=''
187cpp='cpp'
188cpp_stuff='42'
189cppccsymbols=''
190cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
191cpplast='-'
192cppminus='-'
193cpprun='cc -E'
194cppstdin='cc -E'
195cppsymbols='_FILE_OFFSET_BITS=64 _GNU_SOURCE=1 _LARGEFILE64_SOURCE=1 _LARGEFILE_SOURCE=1 _LP64=1 _POSIX_C_SOURCE=200809L _POSIX_SOURCE=1 _REENTRANT=1 _XOPEN_SOURCE=700 _XOPEN_SOURCE_EXTENDED=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_EXP__=1024 __DBL_MAX__=1.7976931348623157e+308 __DBL_MIN_10_EXP__=(-307) __DBL_MIN_EXP__=(-1021) __DBL_MIN__=2.2250738585072014e-308 __DEC128_EPSILON__=1E-33DL __DEC128_MANT_DIG__=34 __DEC128_MAX_EXP__=6145 __DEC128_MAX__=9.999999999999999999999999999999999E6144DL __DEC128_MIN_EXP__=(-6142) __DEC128_MIN__=1E-6143DL __DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL __DEC32_EPSILON__=1E-6DF __DEC32_MANT_DIG__=7 __DEC32_MAX_EXP__=97 __DEC32_MAX__=9.999999E96DF __DEC32_MIN_EXP__=(-94) __DEC32_MIN__=1E-95DF __DEC32_SUBNORMAL_MIN__=0.000001E-95DF __DEC64_EPSILON__=1E-15DD __DEC64_MANT_DIG__=16 __DEC64_MAX_EXP__=385 __DEC64_MAX__=9.999999999999999E384DD __DEC64_MIN_EXP__=(-382) __DEC64_MIN__=1E-383DD __DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD __DECIMAL_BID_FORMAT__=1 __DECIMAL_DIG__=21 __DEC_EVAL_METHOD__=2 __ELF__=1 __FINITE_MATH_ONLY__=0 __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_EXP__=128 __FLT_MAX__=3.40282347e+38F __FLT_MIN_10_EXP__=(-37) __FLT_MIN_EXP__=(-125) __FLT_MIN__=1.17549435e-38F __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_MINOR__=11 __GLIBC__=2 __GNUC_GNU_INLINE__=1 __GNUC_MINOR__=4 __GNUC_PATCHLEVEL__=5 __GNUC__=4 __GNU_LIBRARY__=6 __GXX_ABI_VERSION=1002 __INTMAX_MAX__=9223372036854775807L __INTMAX_TYPE__=long\ int __INT_MAX__=2147483647 __LDBL_DENORM_MIN__=3.64519953188247460253e-4951L __LDBL_DIG__=18 __LDBL_EPSILON__=1.08420217248550443401e-19L __LDBL_HAS_DENORM__=1 __LDBL_HAS_INFINITY__=1 __LDBL_HAS_QUIET_NAN__=1 __LDBL_MANT_DIG__=64 __LDBL_MAX_10_EXP__=4932 __LDBL_MAX_EXP__=16384 __LDBL_MAX__=1.18973149535723176502e+4932L __LDBL_MIN_10_EXP__=(-4931) __LDBL_MIN_EXP__=(-16381) __LDBL_MIN__=3.36210314311209350626e-4932L __LONG_LONG_MAX__=9223372036854775807LL __LONG_MAX__=9223372036854775807L __LP64__=1 __MMX__=1 __PTRDIFF_TYPE__=long\ int __REGISTER_PREFIX__= __SCHAR_MAX__=127 __SHRT_MAX__=32767 __SIZEOF_DOUBLE__=8 __SIZEOF_FLOAT__=4 __SIZEOF_INT__=4 __SIZEOF_LONG_DOUBLE__=16 __SIZEOF_LONG_LONG__=8 __SIZEOF_LONG__=8 __SIZEOF_POINTER__=8 __SIZEOF_PTRDIFF_T__=8 __SIZEOF_SHORT__=2 __SIZEOF_SIZE_T__=8 __SIZEOF_WCHAR_T__=4 __SIZEOF_WINT_T__=4 __SIZE_TYPE__=long\ unsigned\ int __SSE2_MATH__=1 __SSE2__=1 __SSE_MATH__=1 __SSE__=1 __STDC_HOSTED__=1 __STDC__=1 __UINTMAX_TYPE__=long\ unsigned\ int __USER_LABEL_PREFIX__= __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_GNU=1 __USE_LARGEFILE64=1 __USE_LARGEFILE=1 __USE_MISC=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_POSIX=1 __USE_REENTRANT=1 __USE_SVID=1 __USE_UNIX98=1 __USE_XOPEN=1 __USE_XOPEN_EXTENDED=1 __VERSION__="4.4.5" __WCHAR_MAX__=2147483647 __WCHAR_TYPE__=int __WINT_TYPE__=unsigned\ int __amd64=1 __amd64__=1 __gnu_linux__=1 __k8=1 __k8__=1 __linux=1 __linux__=1 __unix=1 __unix__=1 __x86_64=1 __x86_64__=1 linux=1 unix=1'
196crypt_r_proto='REENTRANT_PROTO_B_CCS'
197cryptlib=''
198csh='csh'
199ctermid_r_proto='0'
200ctime_r_proto='REENTRANT_PROTO_B_SB'
201d_Gconvert='gcvt((x),(n),(b))'
202d_PRIEUldbl='define'
203d_PRIFUldbl='define'
204d_PRIGUldbl='define'
205d_PRIXU64='define'
206d_PRId64='define'
207d_PRIeldbl='define'
208d_PRIfldbl='define'
209d_PRIgldbl='define'
210d_PRIi64='define'
211d_PRIo64='define'
212d_PRIu64='define'
213d_PRIx64='define'
214d_SCNfldbl='define'
215d__fwalk='undef'
216d_access='define'
217d_accessx='undef'
218d_aintl='undef'
219d_alarm='define'
220d_archlib='define'
221d_asctime64='undef'
222d_asctime_r='define'
223d_atolf='undef'
224d_atoll='define'
225d_attribute_deprecated='define'
226d_attribute_format='define'
227d_attribute_malloc='define'
228d_attribute_nonnull='define'
229d_attribute_noreturn='define'
230d_attribute_pure='define'
231d_attribute_unused='define'
232d_attribute_warn_unused_result='define'
233d_bcmp='define'
234d_bcopy='define'
235d_bsd='undef'
236d_bsdgetpgrp='undef'
237d_bsdsetpgrp='undef'
238d_builtin_choose_expr='define'
239d_builtin_expect='define'
240d_bzero='define'
241d_c99_variadic_macros='define'
242d_casti32='undef'
243d_castneg='define'
244d_charvspr='undef'
245d_chown='define'
246d_chroot='define'
247d_chsize='undef'
248d_class='undef'
249d_clearenv='define'
250d_closedir='define'
251d_cmsghdr_s='define'
252d_const='define'
253d_copysignl='define'
254d_cplusplus='undef'
255d_crypt='define'
256d_crypt_r='define'
257d_csh='undef'
258d_ctermid='define'
259d_ctermid_r='undef'
260d_ctime64='undef'
261d_ctime_r='define'
262d_cuserid='define'
263d_dbl_dig='define'
264d_dbminitproto='define'
265d_difftime64='undef'
266d_difftime='define'
267d_dir_dd_fd='undef'
268d_dirfd='define'
269d_dirnamlen='undef'
270d_dlerror='define'
271d_dlopen='define'
272d_dlsymun='undef'
273d_dosuid='define'
274d_drand48_r='define'
275d_drand48proto='define'
276d_dup2='define'
277d_eaccess='define'
278d_endgrent='define'
279d_endgrent_r='undef'
280d_endhent='define'
281d_endhostent_r='undef'
282d_endnent='define'
283d_endnetent_r='undef'
284d_endpent='define'
285d_endprotoent_r='undef'
286d_endpwent='define'
287d_endpwent_r='undef'
288d_endsent='define'
289d_endservent_r='undef'
290d_eofnblk='define'
291d_eunice='undef'
292d_faststdio='define'
293d_fchdir='define'
294d_fchmod='define'
295d_fchown='define'
296d_fcntl='define'
297d_fcntl_can_lock='define'
298d_fd_macros='define'
299d_fd_set='define'
300d_fds_bits='define'
301d_fgetpos='define'
302d_finite='define'
303d_finitel='define'
304d_flexfnam='define'
305d_flock='define'
306d_flockproto='define'
307d_fork='define'
308d_fp_class='undef'
309d_fpathconf='define'
310d_fpclass='undef'
311d_fpclassify='undef'
312d_fpclassl='undef'
313d_fpos64_t='undef'
314d_frexpl='define'
315d_fs_data_s='undef'
316d_fseeko='define'
317d_fsetpos='define'
318d_fstatfs='define'
319d_fstatvfs='define'
320d_fsync='define'
321d_ftello='define'
322d_ftime='undef'
323d_futimes='define'
324d_gdbm_ndbm_h_uses_prototypes='undef'
325d_gdbmndbm_h_uses_prototypes='undef'
326d_getaddrinfo='define'
327d_getcwd='define'
328d_getespwnam='undef'
329d_getfsstat='undef'
330d_getgrent='define'
331d_getgrent_r='define'
332d_getgrgid_r='define'
333d_getgrnam_r='define'
334d_getgrps='define'
335d_gethbyaddr='define'
336d_gethbyname='define'
337d_gethent='define'
338d_gethname='define'
339d_gethostbyaddr_r='define'
340d_gethostbyname_r='define'
341d_gethostent_r='define'
342d_gethostprotos='define'
343d_getitimer='define'
344d_getlogin='define'
345d_getlogin_r='define'
346d_getmnt='undef'
347d_getmntent='define'
348d_getnameinfo='define'
349d_getnbyaddr='define'
350d_getnbyname='define'
351d_getnent='define'
352d_getnetbyaddr_r='define'
353d_getnetbyname_r='define'
354d_getnetent_r='define'
355d_getnetprotos='define'
356d_getpagsz='define'
357d_getpbyname='define'
358d_getpbynumber='define'
359d_getpent='define'
360d_getpgid='define'
361d_getpgrp2='undef'
362d_getpgrp='define'
363d_getppid='define'
364d_getprior='define'
365d_getprotobyname_r='define'
366d_getprotobynumber_r='define'
367d_getprotoent_r='define'
368d_getprotoprotos='define'
369d_getprpwnam='undef'
370d_getpwent='define'
371d_getpwent_r='define'
372d_getpwnam_r='define'
373d_getpwuid_r='define'
374d_getsbyname='define'
375d_getsbyport='define'
376d_getsent='define'
377d_getservbyname_r='define'
378d_getservbyport_r='define'
379d_getservent_r='define'
380d_getservprotos='define'
381d_getspnam='define'
382d_getspnam_r='define'
383d_gettimeod='define'
384d_gmtime64='undef'
385d_gmtime_r='define'
386d_gnulibc='define'
387d_grpasswd='define'
388d_hasmntopt='define'
389d_htonl='define'
390d_ilogbl='define'
391d_inc_version_list='define'
392d_index='undef'
393d_inetaton='define'
394d_inetntop='define'
395d_inetpton='define'
396d_int64_t='define'
397d_isascii='define'
398d_isfinite='undef'
399d_isinf='define'
400d_isnan='define'
401d_isnanl='define'
402d_killpg='define'
403d_lchown='define'
404d_ldbl_dig='define'
405d_libm_lib_version='define'
406d_link='define'
407d_localtime64='undef'
408d_localtime_r='define'
409d_localtime_r_needs_tzset='define'
410d_locconv='define'
411d_lockf='define'
412d_longdbl='define'
413d_longlong='define'
414d_lseekproto='define'
415d_lstat='define'
416d_madvise='define'
417d_malloc_good_size='undef'
418d_malloc_size='undef'
419d_mblen='define'
420d_mbstowcs='define'
421d_mbtowc='define'
422d_memchr='define'
423d_memcmp='define'
424d_memcpy='define'
425d_memmove='define'
426d_memset='define'
427d_mkdir='define'
428d_mkdtemp='define'
429d_mkfifo='define'
430d_mkstemp='define'
431d_mkstemps='define'
432d_mktime64='undef'
433d_mktime='define'
434d_mmap='define'
435d_modfl='define'
436d_modfl_pow32_bug='undef'
437d_modflproto='define'
438d_mprotect='define'
439d_msg='define'
440d_msg_ctrunc='define'
441d_msg_dontroute='define'
442d_msg_oob='define'
443d_msg_peek='define'
444d_msg_proxy='define'
445d_msgctl='define'
446d_msgget='define'
447d_msghdr_s='define'
448d_msgrcv='define'
449d_msgsnd='define'
450d_msync='define'
451d_munmap='define'
452d_mymalloc='undef'
453d_ndbm='define'
454d_ndbm_h_uses_prototypes='undef'
455d_nice='define'
456d_nl_langinfo='define'
457d_nv_preserves_uv='undef'
458d_nv_zero_is_allbits_zero='define'
459d_off64_t='define'
460d_old_pthread_create_joinable='undef'
461d_oldpthreads='undef'
462d_oldsock='undef'
463d_open3='define'
464d_pathconf='define'
465d_pause='define'
466d_perl_otherlibdirs='undef'
467d_phostname='undef'
468d_pipe='define'
469d_poll='define'
470d_portable='define'
471d_printf_format_null='undef'
472d_procselfexe='define'
473d_pseudofork='undef'
474d_pthread_atfork='define'
475d_pthread_attr_setscope='define'
476d_pthread_yield='define'
477d_pwage='undef'
478d_pwchange='undef'
479d_pwclass='undef'
480d_pwcomment='undef'
481d_pwexpire='undef'
482d_pwgecos='define'
483d_pwpasswd='define'
484d_pwquota='undef'
485d_qgcvt='define'
486d_quad='define'
487d_random_r='define'
488d_readdir64_r='define'
489d_readdir='define'
490d_readdir_r='define'
491d_readlink='define'
492d_readv='define'
493d_recvmsg='define'
494d_rename='define'
495d_rewinddir='define'
496d_rmdir='define'
497d_safebcpy='undef'
498d_safemcpy='undef'
499d_sanemcmp='define'
500d_sbrkproto='define'
501d_scalbnl='define'
502d_sched_yield='define'
503d_scm_rights='define'
504d_seekdir='define'
505d_select='define'
506d_sem='define'
507d_semctl='define'
508d_semctl_semid_ds='define'
509d_semctl_semun='define'
510d_semget='define'
511d_semop='define'
512d_sendmsg='define'
513d_setegid='define'
514d_seteuid='define'
515d_setgrent='define'
516d_setgrent_r='undef'
517d_setgrps='define'
518d_sethent='define'
519d_sethostent_r='undef'
520d_setitimer='define'
521d_setlinebuf='define'
522d_setlocale='define'
523d_setlocale_r='undef'
524d_setnent='define'
525d_setnetent_r='undef'
526d_setpent='define'
527d_setpgid='define'
528d_setpgrp2='undef'
529d_setpgrp='define'
530d_setprior='define'
531d_setproctitle='undef'
532d_setprotoent_r='undef'
533d_setpwent='define'
534d_setpwent_r='undef'
535d_setregid='define'
536d_setresgid='define'
537d_setresuid='define'
538d_setreuid='define'
539d_setrgid='undef'
540d_setruid='undef'
541d_setsent='define'
542d_setservent_r='undef'
543d_setsid='define'
544d_setvbuf='define'
545d_sfio='undef'
546d_shm='define'
547d_shmat='define'
548d_shmatprototype='define'
549d_shmctl='define'
550d_shmdt='define'
551d_shmget='define'
552d_sigaction='define'
553d_signbit='define'
554d_sigprocmask='define'
555d_sigsetjmp='define'
556d_sitearch='define'
557d_snprintf='define'
558d_sockatmark='define'
559d_sockatmarkproto='define'
560d_socket='define'
561d_socklen_t='define'
562d_sockpair='define'
563d_socks5_init='undef'
564d_sprintf_returns_strlen='define'
565d_sqrtl='define'
566d_srand48_r='define'
567d_srandom_r='define'
568d_sresgproto='define'
569d_sresuproto='define'
570d_statblks='define'
571d_statfs_f_flags='define'
572d_statfs_s='define'
573d_statvfs='define'
574d_stdio_cnt_lval='undef'
575d_stdio_ptr_lval='define'
576d_stdio_ptr_lval_nochange_cnt='undef'
577d_stdio_ptr_lval_sets_cnt='define'
578d_stdio_stream_array='undef'
579d_stdiobase='define'
580d_stdstdio='define'
581d_strchr='define'
582d_strcoll='define'
583d_strctcpy='define'
584d_strerrm='strerror(e)'
585d_strerror='define'
586d_strerror_r='define'
587d_strftime='define'
588d_strlcat='undef'
589d_strlcpy='undef'
590d_strtod='define'
591d_strtol='define'
592d_strtold='define'
593d_strtoll='define'
594d_strtoq='define'
595d_strtoul='define'
596d_strtoull='define'
597d_strtouq='define'
598d_strxfrm='define'
599d_suidsafe='undef'
600d_symlink='define'
601d_syscall='define'
602d_syscallproto='define'
603d_sysconf='define'
604d_sysernlst=''
605d_syserrlst='define'
606d_system='define'
607d_tcgetpgrp='define'
608d_tcsetpgrp='define'
609d_telldir='define'
610d_telldirproto='define'
611d_time='define'
612d_timegm='define'
613d_times='define'
614d_tm_tm_gmtoff='define'
615d_tm_tm_zone='define'
616d_tmpnam_r='define'
617d_truncate='define'
618d_ttyname_r='define'
619d_tzname='define'
620d_u32align='define'
621d_ualarm='undef'
622d_umask='define'
623d_uname='define'
624d_union_semun='undef'
625d_unordered='undef'
626d_unsetenv='define'
627d_usleep='define'
628d_usleepproto='define'
629d_ustat='define'
630d_vendorarch='define'
631d_vendorbin='define'
632d_vendorlib='define'
633d_vendorscript='define'
634d_vfork='undef'
635d_void_closedir='undef'
636d_voidsig='define'
637d_voidtty=''
638d_volatile='define'
639d_vprintf='define'
640d_vsnprintf='define'
641d_wait4='define'
642d_waitpid='define'
643d_wcstombs='define'
644d_wctomb='define'
645d_writev='define'
646d_xenix='undef'
647date='date'
648db_hashtype='u_int32_t'
649db_prefixtype='size_t'
650db_version_major='4'
651db_version_minor='7'
652db_version_patch='25'
653defvoidused='15'
654direntrytype='struct dirent'
655dlext='so'
656dlsrc='dl_dlopen.xs'
657doublesize='8'
658drand01='drand48()'
659drand48_r_proto='REENTRANT_PROTO_I_ST'
660dtrace=''
661dynamic_ext='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort Devel/Peek 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 MIME/Base64 Math/BigInt/FastCalc NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex Time/HiRes Time/Piece Unicode/Normalize XS/APItest XS/Typemap attrs mro re threads threads/shared'
662eagain='EAGAIN'
663ebcdic='undef'
664echo='echo'
665egrep='egrep'
666emacs=''
667endgrent_r_proto='0'
668endhostent_r_proto='0'
669endnetent_r_proto='0'
670endprotoent_r_proto='0'
671endpwent_r_proto='0'
672endservent_r_proto='0'
673eunicefix=':'
674exe_ext=''
675expr='expr'
676extensions='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort Devel/Peek 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 MIME/Base64 Math/BigInt/FastCalc NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex Time/HiRes Time/Piece Unicode/Normalize XS/APItest XS/Typemap attrs mro re threads threads/shared Attribute/Handlers Errno Module/Pluggable Safe Test/Harness'
677extern_C='extern'
678extras=''
679fflushNULL='define'
680fflushall='undef'
681find=''
682firstmakefile='makefile'
683flex=''
684fpossize='16'
685fpostype='fpos_t'
686freetype='void'
687from=':'
688full_ar='/usr/bin/ar'
689full_csh='csh'
690full_sed='/bin/sed'
691gccansipedantic=''
692gccosandvers=''
693gccversion='4.4.5'
694getgrent_r_proto='REENTRANT_PROTO_I_SBWR'
695getgrgid_r_proto='REENTRANT_PROTO_I_TSBWR'
696getgrnam_r_proto='REENTRANT_PROTO_I_CSBWR'
697gethostbyaddr_r_proto='REENTRANT_PROTO_I_TsISBWRE'
698gethostbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
699gethostent_r_proto='REENTRANT_PROTO_I_SBWRE'
700getlogin_r_proto='REENTRANT_PROTO_I_BW'
701getnetbyaddr_r_proto='REENTRANT_PROTO_I_uISBWRE'
702getnetbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
703getnetent_r_proto='REENTRANT_PROTO_I_SBWRE'
704getprotobyname_r_proto='REENTRANT_PROTO_I_CSBWR'
705getprotobynumber_r_proto='REENTRANT_PROTO_I_ISBWR'
706getprotoent_r_proto='REENTRANT_PROTO_I_SBWR'
707getpwent_r_proto='REENTRANT_PROTO_I_SBWR'
708getpwnam_r_proto='REENTRANT_PROTO_I_CSBWR'
709getpwuid_r_proto='REENTRANT_PROTO_I_TSBWR'
710getservbyname_r_proto='REENTRANT_PROTO_I_CCSBWR'
711getservbyport_r_proto='REENTRANT_PROTO_I_ICSBWR'
712getservent_r_proto='REENTRANT_PROTO_I_SBWR'
713getspnam_r_proto='REENTRANT_PROTO_I_CSBWR'
714gidformat='"u"'
715gidsign='1'
716gidsize='4'
717gidtype='gid_t'
718glibpth='/usr/shlib /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib /lib64 /usr/lib64 /usr/local/lib64 '
719gmake='gmake'
720gmtime_r_proto='REENTRANT_PROTO_S_TS'
721gnulibc_version='2.11.3'
722grep='grep'
723groupcat='cat /etc/group'
724groupstype='gid_t'
725gzip='gzip'
726h_fcntl='false'
727h_sysfile='true'
728hint='recommended'
729hostcat='cat /etc/hosts'
730html1dir=' '
731html1direxp=''
732html3dir=' '
733html3direxp=''
734i16size='2'
735i16type='short'
736i32size='4'
737i32type='int'
738i64size='8'
739i64type='long'
740i8size='1'
741i8type='signed char'
742i_arpainet='define'
743i_assert='define'
744i_bsdioctl=''
745i_crypt='define'
746i_db='define'
747i_dbm='define'
748i_dirent='define'
749i_dld='undef'
750i_dlfcn='define'
751i_fcntl='undef'
752i_float='define'
753i_fp='undef'
754i_fp_class='undef'
755i_gdbm='define'
756i_gdbm_ndbm='define'
757i_gdbmndbm='undef'
758i_grp='define'
759i_ieeefp='undef'
760i_inttypes='define'
761i_langinfo='define'
762i_libutil='undef'
763i_limits='define'
764i_locale='define'
765i_machcthr='undef'
766i_malloc='define'
767i_mallocmalloc='undef'
768i_math='define'
769i_memory='undef'
770i_mntent='define'
771i_ndbm='undef'
772i_netdb='define'
773i_neterrno='undef'
774i_netinettcp='define'
775i_niin='define'
776i_poll='define'
777i_prot='undef'
778i_pthread='define'
779i_pwd='define'
780i_rpcsvcdbm='undef'
781i_sfio='undef'
782i_sgtty='undef'
783i_shadow='define'
784i_socks='undef'
785i_stdarg='define'
786i_stddef='define'
787i_stdlib='define'
788i_string='define'
789i_sunmath='undef'
790i_sysaccess='undef'
791i_sysdir='define'
792i_sysfile='define'
793i_sysfilio='undef'
794i_sysin='undef'
795i_sysioctl='define'
796i_syslog='define'
797i_sysmman='define'
798i_sysmode='undef'
799i_sysmount='define'
800i_sysndir='undef'
801i_sysparam='define'
802i_syspoll='define'
803i_sysresrc='define'
804i_syssecrt='undef'
805i_sysselct='define'
806i_syssockio='undef'
807i_sysstat='define'
808i_sysstatfs='define'
809i_sysstatvfs='define'
810i_systime='define'
811i_systimek='undef'
812i_systimes='define'
813i_systypes='define'
814i_sysuio='define'
815i_sysun='define'
816i_sysutsname='define'
817i_sysvfs='define'
818i_syswait='define'
819i_termio='undef'
820i_termios='define'
821i_time='define'
822i_unistd='define'
823i_ustat='define'
824i_utime='define'
825i_values='define'
826i_varargs='undef'
827i_varhdr='stdarg.h'
828i_vfork='undef'
829ignore_versioned_solibs='y'
830inc_version_list='5.10.0'
831inc_version_list_init='"5.10.0",0'
832incpath=''
833inews=''
834initialinstalllocation='/usr/bin'
835installarchlib='/usr/lib/perl/5.10'
836installbin='/usr/bin'
837installhtml1dir=''
838installhtml3dir=''
839installman1dir='/usr/share/man/man1'
840installman3dir='/usr/share/man/man3'
841installprefix='/usr'
842installprefixexp='/usr'
843installprivlib='/usr/share/perl/5.10'
844installscript='/usr/bin'
845installsitearch='/usr/local/lib/perl/5.10.1'
846installsitebin='/usr/local/bin'
847installsitehtml1dir=''
848installsitehtml3dir=''
849installsitelib='/usr/local/share/perl/5.10.1'
850installsiteman1dir='/usr/local/man/man1'
851installsiteman3dir='/usr/local/man/man3'
852installsitescript='/usr/local/bin'
853installstyle='lib/perl5'
854installusrbinperl='undef'
855installvendorarch='/usr/lib/perl5'
856installvendorbin='/usr/bin'
857installvendorhtml1dir=''
858installvendorhtml3dir=''
859installvendorlib='/usr/share/perl5'
860installvendorman1dir='/usr/share/man/man1'
861installvendorman3dir='/usr/share/man/man3'
862installvendorscript='/usr/bin'
863intsize='4'
864issymlink='test -h'
865ivdformat='"ld"'
866ivsize='8'
867ivtype='long'
868known_extensions='B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort Devel/Peek 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 MIME/Base64 Math/BigInt/FastCalc NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex Time/HiRes Time/Piece Unicode/Normalize Win32 Win32API/File Win32CORE XS/APItest XS/Typemap attrs mro re threads threads/shared'
869ksh=''
870ld='cc'
871lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'
872ldflags=' -fstack-protector -L/usr/local/lib'
873ldflags_uselargefiles=''
874ldlibpthname='LD_LIBRARY_PATH'
875less='less'
876lib_ext='.a'
877libc='/lib/libc-2.11.3.so'
878libdb_needs_pthread='N'
879libperl='libperl.so.5.10.1'
880libpth='/usr/local/lib /lib /usr/lib /lib64 /usr/lib64'
881libs='-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt'
882libsdirs=' /usr/lib'
883libsfiles=' libgdbm.so libgdbm_compat.so libdb.so libdl.so libm.so libpthread.so libc.so libcrypt.so'
884libsfound=' /usr/lib/libgdbm.so /usr/lib/libgdbm_compat.so /usr/lib/libdb.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libpthread.so /usr/lib/libc.so /usr/lib/libcrypt.so'
885libspath=' /usr/local/lib /lib /usr/lib /lib64 /usr/lib64'
886libswanted='gdbm gdbm_compat db dl m pthread c crypt gdbm_compat'
887libswanted_uselargefiles=''
888line=''
889lint=''
890lkflags=''
891ln='ln'
892lns='/bin/ln -s'
893localtime_r_proto='REENTRANT_PROTO_S_TS'
894locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
895loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
896longdblsize='16'
897longlongsize='8'
898longsize='8'
899lp=''
900lpr=''
901ls='ls'
902lseeksize='8'
903lseektype='off_t'
904mad='undef'
905madlyh=''
906madlyobj=''
907madlysrc=''
908mail=''
909mailx=''
910make='make'
911make_set_make='#'
912mallocobj=''
913mallocsrc=''
914malloctype='void *'
915man1dir='/usr/share/man/man1'
916man1direxp='/usr/share/man/man1'
917man1ext='1p'
918man3dir='/usr/share/man/man3'
919man3direxp='/usr/share/man/man3'
920man3ext='3pm'
921mips_type=''
922mistrustnm=''
923mkdir='mkdir'
924mmaptype='void *'
925modetype='mode_t'
926more='more'
927multiarch='undef'
928mv=''
929myarchname='x86_64-linux'
930mydomain=''
931myhostname='localhost'
932myuname='linux madeleine 3.2.0-4-amd64 #1 smp debian 3.2.39-2 x86_64 gnulinux '
933n='-n'
934need_va_copy='define'
935netdb_hlen_type='size_t'
936netdb_host_type='char *'
937netdb_name_type='const char *'
938netdb_net_type='in_addr_t'
939nm='nm'
940nm_opt=''
941nm_so_opt='--dynamic'
942nonxs_ext='Attribute/Handlers Errno Module/Pluggable Safe Test/Harness'
943nroff='nroff'
944nvEUformat='"E"'
945nvFUformat='"F"'
946nvGUformat='"G"'
947nv_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'
948nv_preserves_uv_bits='53'
949nveformat='"e"'
950nvfformat='"f"'
951nvgformat='"g"'
952nvsize='8'
953nvtype='double'
954o_nonblock='O_NONBLOCK'
955obj_ext='.o'
956old_pthread_create_joinable=''
957optimize='-O2 -g'
958orderlib='false'
959osname='linux'
960osvers='3.2.0-4-amd64'
961otherlibdirs=' '
962package='perl5'
963pager='/usr/bin/sensible-pager'
964passcat='cat /etc/passwd'
965patchlevel='10'
966path_sep=':'
967perl5='/usr/bin/perl'
968perl=''
969perl_patchlevel=''
970perladmin='root@localhost'
971perllibs='-ldl -lm -lpthread -lc -lcrypt'
972perlpath='/usr/bin/perl'
973pg='pg'
974phostname='hostname'
975pidtype='pid_t'
976plibpth=''
977pmake=''
978pr=''
979prefix='/usr'
980prefixexp='/usr'
981privlib='/usr/share/perl/5.10'
982privlibexp='/usr/share/perl/5.10'
983procselfexe='"/proc/self/exe"'
984prototype='define'
985ptrsize='8'
986quadkind='2'
987quadtype='long'
988randbits='48'
989randfunc='drand48'
990random_r_proto='REENTRANT_PROTO_I_St'
991randseedtype='long'
992ranlib=':'
993rd_nodata='-1'
994readdir64_r_proto='REENTRANT_PROTO_I_TSR'
995readdir_r_proto='REENTRANT_PROTO_I_TSR'
996revision='5'
997rm='rm'
998rm_try='/bin/rm -f try try a.out .out try.[cho] try..o core core.try* try.core*'
999rmail=''
1000run=''
1001runnm='false'
1002sGMTIME_max='67768036191676799'
1003sGMTIME_min='-62167219200'
1004sLOCALTIME_max='67768036191676799'
1005sLOCALTIME_min='-62167219200'
1006sPRIEUldbl='"LE"'
1007sPRIFUldbl='"LF"'
1008sPRIGUldbl='"LG"'
1009sPRIXU64='"lX"'
1010sPRId64='"ld"'
1011sPRIeldbl='"Le"'
1012sPRIfldbl='"Lf"'
1013sPRIgldbl='"Lg"'
1014sPRIi64='"li"'
1015sPRIo64='"lo"'
1016sPRIu64='"lu"'
1017sPRIx64='"lx"'
1018sSCNfldbl='"Lf"'
1019sched_yield='sched_yield()'
1020scriptdir='/usr/bin'
1021scriptdirexp='/usr/bin'
1022sed='sed'
1023seedfunc='srand48'
1024selectminbits='64'
1025selecttype='fd_set *'
1026sendmail=''
1027setgrent_r_proto='0'
1028sethostent_r_proto='0'
1029setlocale_r_proto='0'
1030setnetent_r_proto='0'
1031setprotoent_r_proto='0'
1032setpwent_r_proto='0'
1033setservent_r_proto='0'
1034sh='/bin/sh'
1035shar=''
1036sharpbang='#!'
1037shmattype='void *'
1038shortsize='2'
1039shrpenv=''
1040shsharp='true'
1041sig_count='65'
1042sig_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 '
1043sig_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'
1044sig_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 '
1045sig_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'
1046sig_size='69'
1047signal_t='void'
1048sitearch='/usr/local/lib/perl/5.10.1'
1049sitearchexp='/usr/local/lib/perl/5.10.1'
1050sitebin='/usr/local/bin'
1051sitebinexp='/usr/local/bin'
1052sitehtml1dir=''
1053sitehtml1direxp=''
1054sitehtml3dir=''
1055sitehtml3direxp=''
1056sitelib='/usr/local/share/perl/5.10.1'
1057sitelib_stem=''
1058sitelibexp='/usr/local/share/perl/5.10.1'
1059siteman1dir='/usr/local/man/man1'
1060siteman1direxp='/usr/local/man/man1'
1061siteman3dir='/usr/local/man/man3'
1062siteman3direxp='/usr/local/man/man3'
1063siteprefix='/usr/local'
1064siteprefixexp='/usr/local'
1065sitescript='/usr/local/bin'
1066sitescriptexp='/usr/local/bin'
1067sizesize='8'
1068sizetype='size_t'
1069sleep=''
1070smail=''
1071so='so'
1072sockethdr=''
1073socketlib=''
1074socksizetype='socklen_t'
1075sort='sort'
1076spackage='Perl5'
1077spitshell='cat'
1078srand48_r_proto='REENTRANT_PROTO_I_LS'
1079srandom_r_proto='REENTRANT_PROTO_I_TS'
1080src='.'
1081ssizetype='ssize_t'
1082startperl='#!/usr/bin/perl'
1083startsh='#!/bin/sh'
1084static_ext=' '
1085stdchar='char'
1086stdio_base='((fp)->_IO_read_base)'
1087stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)'
1088stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
1089stdio_filbuf=''
1090stdio_ptr='((fp)->_IO_read_ptr)'
1091stdio_stream_array=''
1092strerror_r_proto='REENTRANT_PROTO_B_IBW'
1093strings='/usr/include/string.h'
1094submit=''
1095subversion='1'
1096sysman='/usr/share/man/man1'
1097tail=''
1098tar=''
1099targetarch=''
1100tbl=''
1101tee=''
1102test='test'
1103timeincl='/usr/include/sys/time.h /usr/include/time.h '
1104timetype='time_t'
1105tmpnam_r_proto='REENTRANT_PROTO_B_B'
1106to=':'
1107touch='touch'
1108tr='tr'
1109trnl='\n'
1110troff=''
1111ttyname_r_proto='REENTRANT_PROTO_I_IBW'
1112u16size='2'
1113u16type='unsigned short'
1114u32size='4'
1115u32type='unsigned int'
1116u64size='8'
1117u64type='unsigned long'
1118u8size='1'
1119u8type='unsigned char'
1120uidformat='"u"'
1121uidsign='1'
1122uidsize='4'
1123uidtype='uid_t'
1124uname='uname'
1125uniq='uniq'
1126uquadtype='unsigned long'
1127use5005threads='undef'
1128use64bitall='define'
1129use64bitint='define'
1130usecrosscompile='undef'
1131usedevel='undef'
1132usedl='define'
1133usedtrace='undef'
1134usefaststdio='undef'
1135useithreads='define'
1136uselargefiles='define'
1137uselongdouble='undef'
1138usemallocwrap='define'
1139usemorebits='undef'
1140usemultiplicity='define'
1141usemymalloc='n'
1142usenm='false'
1143useopcode='true'
1144useperlio='define'
1145useposix='true'
1146usereentrant='undef'
1147userelocatableinc='undef'
1148usesfio='false'
1149useshrplib='true'
1150usesitecustomize='undef'
1151usesocks='undef'
1152usethreads='define'
1153usevendorprefix='define'
1154usevfork='false'
1155usrinc='/usr/include'
1156uuname=''
1157uvXUformat='"lX"'
1158uvoformat='"lo"'
1159uvsize='8'
1160uvtype='unsigned long'
1161uvuformat='"lu"'
1162uvxformat='"lx"'
1163vendorarch='/usr/lib/perl5'
1164vendorarchexp='/usr/lib/perl5'
1165vendorbin='/usr/bin'
1166vendorbinexp='/usr/bin'
1167vendorhtml1dir=' '
1168vendorhtml1direxp=''
1169vendorhtml3dir=' '
1170vendorhtml3direxp=''
1171vendorlib='/usr/share/perl5'
1172vendorlib_stem=''
1173vendorlibexp='/usr/share/perl5'
1174vendorman1dir='/usr/share/man/man1'
1175vendorman1direxp='/usr/share/man/man1'
1176vendorman3dir='/usr/share/man/man3'
1177vendorman3direxp='/usr/share/man/man3'
1178vendorprefix='/usr'
1179vendorprefixexp='/usr'
1180vendorscript='/usr/bin'
1181vendorscriptexp='/usr/bin'
1182version='5.10.1'
1183version_patchlevel_string='version 10 subversion 1'
1184versiononly='undef'
1185vi=''
1186voidflags='15'
1187xlibpth='/usr/lib/386 /lib/386'
1188yacc='yacc'
1189yaccflags=''
1190zcat=''
1191zip='zip'
1192!END!
1193
11941400nsmy $i = 0;
11951514µsforeach my $c (8,7,6,5,4,3,2) { $i |= ord($c); $i <<= 8 }
11961300ns$i |= ord(1);
1197161µs238µsour $byteorder = join('', unpack('aaaaaaaa', pack('L!', $i)));
# spent 28µs making 1 call to Config::CORE:pack # spent 10µs making 1 call to Config::CORE:unpack
1198164µs348µss/(byteorder=)(['"]).*?\2/$1$2$Config::byteorder$2/m;
# spent 29µs making 1 call to Config::CORE:subst # spent 19µs making 2 calls to Config::CORE:substcont, avg 10µs/call
1199
120011µsmy $config_sh_len = length $_;
1201
1202146µsour $Config_SH_expanded = "\n$_" . << 'EOVIRTUAL';
1203ccflags_nolargefiles='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include '
1204ldflags_nolargefiles=' -fstack-protector -L/usr/local/lib'
1205libs_nolargefiles='-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt'
1206libswanted_nolargefiles='gdbm gdbm_compat db dl m pthread c crypt gdbm_compat'
1207EOVIRTUAL
120811µseval {
1209 # do not have hairy conniptions if this isnt available
1210178µs require 'Config_git.pl';
121111µs $Config_SH_expanded .= $Config::Git_Data;
12121900ns 1;
1213} or warn "Warning: failed to load Config_git.pl, something strange about this perl...\n";
1214
1215# Search for it in the big string
1216
# spent 242µs within Config::fetch_string which was called 4 times, avg 60µs/call: # 3 times (196µs+0s) by Config::FETCH at line 60 of Config.pm, avg 65µs/call # once (46µs+0s) by Config::FETCH at line 1297
sub fetch_string {
121744µs my($self, $key) = @_;
1218
1219 # We only have ' delimted.
12204191µs my $start = index($Config_SH_expanded, "\n$key=\'");
1221 # Start can never be -1 now, as we've rigged the long string we're
1222 # searching with an initial dummy newline.
122343µs return undef if $start == -1;
1224
122545µs $start += length($key) + 3;
1226
1227416µs my $value = substr($Config_SH_expanded, $start,
1228 index($Config_SH_expanded, "'\n", $start)
1229 - $start);
1230 # So we can say "if $Config{'foo'}".
123143µs $value = undef if $value eq 'undef';
1232436µs $self->{$key} = $value; # cache it
1233}
1234
12351800nsmy $prevpos = 0;
1236
1237sub FIRSTKEY {
1238 $prevpos = 0;
1239 substr($Config_SH_expanded, 1, index($Config_SH_expanded, '=') - 1 );
1240}
1241
1242sub NEXTKEY {
1243 my $pos = index($Config_SH_expanded, qq('\n), $prevpos) + 2;
1244 my $len = index($Config_SH_expanded, "=", $pos) - $pos;
1245 $prevpos = $pos;
1246 $len > 0 ? substr($Config_SH_expanded, $pos, $len) : undef;
1247}
1248
1249sub EXISTS {
1250 return 1 if exists($_[0]->{$_[1]});
1251
1252 return(index($Config_SH_expanded, "\n$_[1]='") != -1
1253 );
1254}
1255
1256sub STORE { die "\%Config::Config is read-only\n" }
125712µs*DELETE = \&STORE;
125812µs*CLEAR = \&STORE;
1259
1260
1261sub config_sh {
1262 substr $Config_SH_expanded, 1, $config_sh_len;
1263}
1264
1265sub config_re {
1266 my $re = shift;
1267 return map { chomp; $_ } grep eval{ /^(?:$re)=/ }, split /^/,
1268 $Config_SH_expanded;
1269}
1270
1271sub config_vars {
1272 # implements -V:cfgvar option (see perlrun -V:)
1273 foreach (@_) {
1274 # find optional leading, trailing colons; and query-spec
1275 my ($notag,$qry,$lncont) = m/^(:)?(.*?)(:)?$/; # flags fore and aft,
1276 # map colon-flags to print decorations
1277 my $prfx = $notag ? '': "$qry="; # tag-prefix for print
1278 my $lnend = $lncont ? ' ' : ";\n"; # line ending for print
1279
1280 # all config-vars are by definition \w only, any \W means regex
1281 if ($qry =~ /\W/) {
1282 my @matches = config_re($qry);
1283 print map "$_$lnend", @matches ? @matches : "$qry: not found" if !$notag;
1284 print map { s/\w+=//; "$_$lnend" } @matches ? @matches : "$qry: not found" if $notag;
1285 } else {
1286 my $v = (exists $Config::Config{$qry}) ? $Config::Config{$qry}
1287 : 'UNKNOWN';
1288 $v = 'undef' unless defined $v;
1289 print "${prfx}'${v}'$lnend";
1290 }
1291 }
1292}
1293
1294# Called by the real AUTOLOAD
1295
# spent 9µs within Config::launcher which was called: # once (9µs+0s) by Config::FETCH at line 70 of Config.pm
sub launcher {
129616µs undef &AUTOLOAD;
129716µs146µs goto \&$Config::AUTOLOAD;
# spent 46µs making 1 call to Config::fetch_string
1298}
1299
1300127µs1;