This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Book-keeping for the previous commit (which restored the VC6 build, btw)
[perl5.git] / uconfig.sh
CommitLineData
12ae5dfc 1#!/bin/sh
79681fc5 2Author=''
12ae5dfc
JH
3_a='.a'
4_o='.o'
5afs='false'
a6d26a0d 6afsroot='/afs'
12ae5dfc 7alignbytes='4'
271d722a 8aphostname='/bin/hostname'
ba40ea5b
RS
9archlib='/usr/local/lib/perl5/5.23/unknown'
10archlibexp='/usr/local/lib/perl5/5.23/unknown'
12ae5dfc 11archname='unknown'
10bc17b6 12asctime_r_proto='0'
12ae5dfc 13bin='/usr/local/bin'
271d722a 14binexp='/usr/local/bin'
9d1a8da0 15bootstrap_charset='undef'
a24ffc0b 16byteorder='1234'
12ae5dfc 17castflags='0'
271d722a
MB
18cf_by='root@localhost'
19cf_time='Thu Jan 1 00:00:00 GMT 1970'
c193ef60 20charbits='8'
12ae5dfc 21clocktype='clock_t'
7ee20c71 22cpp_stuff='42'
271d722a
MB
23cpplast='-'
24cppminus='-'
25cpprun='cc -E'
26cppstdin='cc -E'
10bc17b6
JH
27crypt_r_proto='0'
28ctermid_r_proto='0'
29ctime_r_proto='0'
12ae5dfc 30d_Gconvert='sprintf((b),"%.*g",(n),(x))'
6b356c8e
JH
31d_PRIEUldbl='undef'
32d_PRIFUldbl='undef'
33d_PRIGUldbl='undef'
34d_PRIXU64='undef'
12ae5dfc
JH
35d_PRId64='undef'
36d_PRIeldbl='undef'
37d_PRIfldbl='undef'
38d_PRIgldbl='undef'
39d_PRIi64='undef'
40d_PRIo64='undef'
41d_PRIu64='undef'
42d_PRIx64='undef'
ef71a6f5
JH
43d_SCNfldbl='undef'
44d__fwalk='undef'
12ae5dfc
JH
45d_access='undef'
46d_accessx='undef'
40613a90 47d_acosh='undef'
1de32f2a 48d_aintl='undef'
12ae5dfc
JH
49d_alarm='undef'
50d_archlib='undef'
96938616 51d_asctime64='undef'
10bc17b6 52d_asctime_r='undef'
3adf3699
JH
53d_asinh='undef'
54d_atanh='undef'
12ae5dfc
JH
55d_atolf='undef'
56d_atoll='undef'
fcdf39cf 57d_attribute_deprecated='undef'
0dbb1585
AL
58d_attribute_format='undef'
59d_attribute_malloc='undef'
60d_attribute_nonnull='undef'
61d_attribute_noreturn='undef'
62d_attribute_pure='undef'
63d_attribute_unused='undef'
64d_attribute_warn_unused_result='undef'
470dd224 65d_backtrace='undef'
12ae5dfc
JH
66d_bcmp='undef'
67d_bcopy='undef'
7ee20c71 68d_bsd='undef'
12ae5dfc
JH
69d_bsdgetpgrp='undef'
70d_bsdsetpgrp='undef'
96938616
MB
71d_builtin_choose_expr='undef'
72d_builtin_expect='undef'
12ae5dfc 73d_bzero='undef'
96938616 74d_c99_variadic_macros='undef'
12ae5dfc
JH
75d_casti32='undef'
76d_castneg='undef'
3adf3699 77d_cbrt='undef'
12ae5dfc
JH
78d_charvspr='undef'
79d_chown='undef'
80d_chroot='undef'
81d_chsize='undef'
758a5d79 82d_class='undef'
f78c7704 83d_clearenv='undef'
2f42fcb0 84d_closedir='define'
4e0554ec 85d_cmsghdr_s='undef'
640374d0 86d_const='undef'
3adf3699 87d_copysign='undef'
1de32f2a 88d_copysignl='undef'
666ea192 89d_cplusplus='undef'
96938616 90d_crypt='undef'
7ee20c71 91d_crypt_r='undef'
12ae5dfc 92d_csh='undef'
96938616 93d_ctermid='undef'
7ee20c71 94d_ctermid_r='undef'
96938616 95d_ctime64='undef'
10bc17b6 96d_ctime_r='undef'
12ae5dfc
JH
97d_cuserid='undef'
98d_dbl_dig='undef'
2ef53570 99d_dbminitproto='undef'
96938616 100d_difftime64='undef'
12ae5dfc 101d_difftime='undef'
de52168c 102d_dir_dd_fd='undef'
a838cfe5 103d_dirfd='undef'
12ae5dfc 104d_dirnamlen='undef'
470dd224 105d_dladdr='undef'
12ae5dfc
JH
106d_dlerror='undef'
107d_dlopen='undef'
108d_dlsymun='undef'
109d_dosuid='undef'
96938616 110d_drand48_r='undef'
7ee20c71 111d_drand48proto='undef'
12ae5dfc
JH
112d_dup2='undef'
113d_eaccess='undef'
96938616 114d_endgrent='undef'
7ee20c71 115d_endgrent_r='undef'
12ae5dfc 116d_endhent='undef'
10bc17b6 117d_endhostent_r='undef'
12ae5dfc 118d_endnent='undef'
10bc17b6 119d_endnetent_r='undef'
12ae5dfc 120d_endpent='undef'
10bc17b6 121d_endprotoent_r='undef'
96938616 122d_endpwent='undef'
7ee20c71 123d_endpwent_r='undef'
12ae5dfc 124d_endsent='undef'
10bc17b6 125d_endservent_r='undef'
12ae5dfc 126d_eofnblk='undef'
3adf3699
JH
127d_erf='undef'
128d_erfc='undef'
12ae5dfc 129d_eunice='undef'
3adf3699
JH
130d_exp2='undef'
131d_expm1='undef'
1de32f2a 132d_faststdio='undef'
b363b713 133d_fchdir='undef'
12ae5dfc
JH
134d_fchmod='undef'
135d_fchown='undef'
96938616 136d_fcntl='undef'
7ee20c71 137d_fcntl_can_lock='undef'
12ae5dfc 138d_fd_macros='undef'
96938616 139d_fd_set='undef'
3adf3699 140d_fdim='undef'
7ee20c71 141d_fds_bits='undef'
2f6b96eb 142d_fegetround='undef'
12ae5dfc 143d_fgetpos='undef'
96938616 144d_finite='undef'
7ee20c71 145d_finitel='undef'
12ae5dfc 146d_flexfnam='undef'
96938616 147d_flock='undef'
7ee20c71 148d_flockproto='undef'
3adf3699
JH
149d_fma='undef'
150d_fmax='undef'
151d_fmin='undef'
12ae5dfc 152d_fork='define'
7ee20c71 153d_fp_class='undef'
add06237 154d_fp_classify='undef'
b19ee02c 155d_fp_classl='undef'
12ae5dfc 156d_fpathconf='undef'
7ee20c71 157d_fpclass='undef'
758a5d79
JH
158d_fpclassify='undef'
159d_fpclassl='undef'
4c1a9b0c 160d_fpgetround='undef'
12ae5dfc 161d_fpos64_t='undef'
ef71a6f5 162d_frexpl='undef'
12ae5dfc
JH
163d_fseeko='undef'
164d_fsetpos='undef'
ef71a6f5 165d_fsync='undef'
12ae5dfc
JH
166d_ftello='undef'
167d_ftime='undef'
f78c7704 168d_futimes='undef'
622e1e49
MHM
169d_gdbm_ndbm_h_uses_prototypes='undef'
170d_gdbmndbm_h_uses_prototypes='undef'
d7fba2bf 171d_getaddrinfo='undef'
12ae5dfc 172d_getcwd='undef'
ef71a6f5 173d_getespwnam='undef'
96938616 174d_getgrent='undef'
7ee20c71 175d_getgrent_r='undef'
10bc17b6
JH
176d_getgrgid_r='undef'
177d_getgrnam_r='undef'
12ae5dfc
JH
178d_getgrps='undef'
179d_gethbyaddr='undef'
180d_gethbyname='undef'
181d_gethent='undef'
182d_gethname='undef'
10bc17b6
JH
183d_gethostbyaddr_r='undef'
184d_gethostbyname_r='undef'
185d_gethostent_r='undef'
12ae5dfc 186d_gethostprotos='undef'
4e0554ec 187d_getitimer='undef'
96938616 188d_getlogin='undef'
7ee20c71 189d_getlogin_r='undef'
d7fba2bf 190d_getnameinfo='undef'
12ae5dfc
JH
191d_getnbyaddr='undef'
192d_getnbyname='undef'
193d_getnent='undef'
10bc17b6
JH
194d_getnetbyaddr_r='undef'
195d_getnetbyname_r='undef'
196d_getnetent_r='undef'
12ae5dfc 197d_getnetprotos='undef'
0c0643d0 198d_getpagsz='undef'
12ae5dfc
JH
199d_getpbyname='undef'
200d_getpbynumber='undef'
201d_getpent='undef'
202d_getpgid='undef'
203d_getpgrp2='undef'
204d_getpgrp='undef'
205d_getppid='undef'
206d_getprior='undef'
10bc17b6
JH
207d_getprotobyname_r='undef'
208d_getprotobynumber_r='undef'
209d_getprotoent_r='undef'
12ae5dfc 210d_getprotoprotos='undef'
ef71a6f5 211d_getprpwnam='undef'
96938616 212d_getpwent='undef'
7ee20c71 213d_getpwent_r='undef'
10bc17b6
JH
214d_getpwnam_r='undef'
215d_getpwuid_r='undef'
12ae5dfc
JH
216d_getsbyname='undef'
217d_getsbyport='undef'
218d_getsent='undef'
10bc17b6
JH
219d_getservbyname_r='undef'
220d_getservbyport_r='undef'
221d_getservent_r='undef'
12ae5dfc
JH
222d_getservprotos='undef'
223d_getspent='undef'
96938616 224d_getspnam='undef'
7ee20c71 225d_getspnam_r='undef'
12ae5dfc 226d_gettimeod='undef'
96938616 227d_gmtime64='undef'
10bc17b6 228d_gmtime_r='undef'
12ae5dfc
JH
229d_gnulibc='undef'
230d_grpasswd='undef'
12ae5dfc 231d_htonl='undef'
3adf3699
JH
232d_hypot='undef'
233d_ilogb='undef'
1de32f2a 234d_ilogbl='undef'
535ceeb0 235d_inc_version_list='undef'
12ae5dfc
JH
236d_index='undef'
237d_inetaton='undef'
d7fba2bf
MB
238d_inetntop='undef'
239d_inetpton='undef'
ef71a6f5 240d_int64_t='undef'
122b9bf4 241d_ip_mreq='undef'
3e06601f 242d_ip_mreq_source='undef'
18126d98 243d_ipv6_mreq='undef'
3e06601f 244d_ipv6_mreq_source='undef'
12ae5dfc 245d_isascii='undef'
269a7913 246d_isblank='undef'
758a5d79 247d_isfinite='undef'
fa484e60 248d_isfinitel='undef'
758a5d79 249d_isinf='undef'
fa484e60 250d_isinfl='undef'
f40bbcbf 251d_isless='undef'
96938616 252d_isnan='undef'
7ee20c71 253d_isnanl='undef'
3adf3699 254d_isnormal='undef'
4671125a
JH
255d_j0='undef'
256d_j0l='undef'
12ae5dfc 257d_killpg='undef'
b15c1b56 258d_lc_monetary_2008='undef'
12ae5dfc
JH
259d_lchown='undef'
260d_ldbl_dig='undef'
688e39e5 261d_ldexpl='undef'
3adf3699
JH
262d_lgamma='undef'
263d_lgamma_r='undef'
58bf2e2e 264d_libm_lib_version='undef'
12ae5dfc 265d_link='undef'
3adf3699 266d_llrint='undef'
bc580dd3 267d_llrintl='undef'
3adf3699 268d_llround='undef'
bc580dd3 269d_llroundl='undef'
96938616 270d_localtime64='undef'
96938616 271d_localtime_r='undef'
7ee20c71 272d_localtime_r_needs_tzset='undef'
12ae5dfc
JH
273d_locconv='undef'
274d_lockf='undef'
3adf3699
JH
275d_log1p='undef'
276d_log2='undef'
277d_logb='undef'
12ae5dfc
JH
278d_longdbl='undef'
279d_longlong='undef'
3adf3699 280d_lrint='undef'
bc580dd3 281d_lrintl='undef'
3adf3699 282d_lround='undef'
bc580dd3 283d_lroundl='undef'
ef71a6f5 284d_lseekproto='undef'
12ae5dfc 285d_lstat='undef'
ef71a6f5 286d_madvise='undef'
58bf2e2e
RGS
287d_malloc_good_size='undef'
288d_malloc_size='undef'
12ae5dfc
JH
289d_mblen='undef'
290d_mbstowcs='undef'
291d_mbtowc='undef'
535ceeb0
JH
292d_memchr='define'
293d_memcmp='define'
294d_memcpy='define'
12ae5dfc 295d_memmove='undef'
59ac522e 296d_memset='define'
12ae5dfc
JH
297d_mkdir='undef'
298d_mkdtemp='undef'
299d_mkfifo='undef'
96938616 300d_mkstemp='undef'
7ee20c71 301d_mkstemps='undef'
96938616 302d_mktime64='undef'
12ae5dfc 303d_mktime='undef'
ef71a6f5 304d_mmap='undef'
7ee20c71 305d_modfl='undef'
e67aeab1 306d_modfl_pow32_bug='undef'
96938616 307d_modflproto='undef'
12ae5dfc 308d_mprotect='undef'
7ee20c71 309d_msg='undef'
12ae5dfc
JH
310d_msg_ctrunc='undef'
311d_msg_dontroute='undef'
312d_msg_oob='undef'
313d_msg_peek='undef'
314d_msg_proxy='undef'
7ee20c71
NC
315d_msgctl='undef'
316d_msgget='undef'
317d_msghdr_s='undef'
12ae5dfc
JH
318d_msgrcv='undef'
319d_msgsnd='undef'
320d_msync='undef'
321d_munmap='undef'
322d_mymalloc='undef'
3adf3699 323d_nan='undef'
622e1e49 324d_ndbm_h_uses_prototypes='undef'
3adf3699
JH
325d_nearbyint='undef'
326d_nextafter='undef'
327d_nexttoward='undef'
12ae5dfc 328d_nice='undef'
2765b840 329d_nl_langinfo='undef'
12ae5dfc 330d_nv_preserves_uv='undef'
58bf2e2e 331d_nv_zero_is_allbits_zero='undef'
12ae5dfc
JH
332d_off64_t='undef'
333d_old_pthread_create_joinable='undef'
334d_oldpthreads='undef'
335d_oldsock='undef'
336d_open3='undef'
337d_pathconf='undef'
338d_pause='undef'
ef71a6f5 339d_perl_otherlibdirs='undef'
12ae5dfc
JH
340d_phostname='undef'
341d_pipe='undef'
342d_poll='undef'
343d_portable='undef'
8f13cdc7
MB
344d_prctl='undef'
345d_prctl_set_name='undef'
271d722a 346d_printf_format_null='undef'
e9a8643a 347d_procselfexe='undef'
233e16ce 348d_pseudofork='undef'
d6483fcc 349d_pthread_atfork='undef'
e0e3c57a 350d_pthread_attr_setscope='undef'
12ae5dfc 351d_pthread_yield='undef'
d0b86e2f 352d_ptrdiff_t='define'
12ae5dfc
JH
353d_pwage='undef'
354d_pwchange='undef'
355d_pwclass='undef'
356d_pwcomment='undef'
357d_pwexpire='undef'
358d_pwgecos='undef'
359d_pwpasswd='undef'
360d_pwquota='undef'
ef71a6f5 361d_qgcvt='undef'
12ae5dfc 362d_quad='undef'
10bc17b6
JH
363d_random_r='undef'
364d_readdir64_r='undef'
2f42fcb0 365d_readdir='define'
10bc17b6 366d_readdir_r='undef'
12ae5dfc 367d_readlink='undef'
4e0554ec
JH
368d_readv='undef'
369d_recvmsg='undef'
f40bbcbf 370d_regcomp='define'
3adf3699
JH
371d_remainder='undef'
372d_remquo='undef'
2f42fcb0 373d_rename='define'
12ae5dfc 374d_rewinddir='undef'
3adf3699 375d_rint='undef'
12ae5dfc 376d_rmdir='undef'
3adf3699 377d_round='undef'
12ae5dfc
JH
378d_safebcpy='undef'
379d_safemcpy='undef'
380d_sanemcmp='undef'
ef9f17be 381d_sbrkproto='undef'
3adf3699 382d_scalbn='undef'
1de32f2a 383d_scalbnl='undef'
12ae5dfc
JH
384d_sched_yield='undef'
385d_scm_rights='undef'
386d_seekdir='undef'
387d_select='undef'
388d_sem='undef'
389d_semctl='undef'
390d_semctl_semid_ds='undef'
391d_semctl_semun='undef'
392d_semget='undef'
393d_semop='undef'
4e0554ec 394d_sendmsg='undef'
12ae5dfc
JH
395d_setegid='undef'
396d_seteuid='undef'
397d_setgrent='undef'
10bc17b6 398d_setgrent_r='undef'
12ae5dfc
JH
399d_setgrps='undef'
400d_sethent='undef'
10bc17b6 401d_sethostent_r='undef'
4e0554ec 402d_setitimer='undef'
12ae5dfc
JH
403d_setlinebuf='undef'
404d_setlocale='undef'
10bc17b6 405d_setlocale_r='undef'
12ae5dfc 406d_setnent='undef'
10bc17b6 407d_setnetent_r='undef'
12ae5dfc
JH
408d_setpent='undef'
409d_setpgid='undef'
410d_setpgrp2='undef'
411d_setpgrp='undef'
412d_setprior='undef'
fc92a0ee 413d_setproctitle='undef'
10bc17b6 414d_setprotoent_r='undef'
12ae5dfc 415d_setpwent='undef'
10bc17b6 416d_setpwent_r='undef'
12ae5dfc
JH
417d_setregid='undef'
418d_setresgid='undef'
419d_setresuid='undef'
420d_setreuid='undef'
421d_setrgid='undef'
422d_setruid='undef'
423d_setsent='undef'
10bc17b6 424d_setservent_r='undef'
12ae5dfc 425d_setsid='undef'
12ae5dfc 426d_setvbuf='undef'
12ae5dfc
JH
427d_shm='undef'
428d_shmat='undef'
429d_shmatprototype='undef'
430d_shmctl='undef'
431d_shmdt='undef'
432d_shmget='undef'
433d_sigaction='undef'
2eacba2f 434d_signbit='undef'
e561a5ff 435d_sigprocmask='undef'
12ae5dfc 436d_sigsetjmp='undef'
f53580fe 437d_sin6_scope_id='undef'
535ceeb0 438d_sitearch='undef'
f78c7704 439d_snprintf='undef'
18126d98 440d_sockaddr_in6='undef'
b8677e3b
MB
441d_sockaddr_sa_len='undef'
442d_sockatmark='undef'
2ef53570 443d_sockatmarkproto='undef'
12ae5dfc 444d_socket='undef'
ef71a6f5 445d_socklen_t='undef'
12ae5dfc 446d_sockpair='undef'
1b9c9cf5 447d_socks5_init='undef'
78821a22 448d_sprintf_returns_strlen='undef'
12ae5dfc 449d_sqrtl='undef'
10bc17b6
JH
450d_srand48_r='undef'
451d_srandom_r='undef'
640374d0
JH
452d_sresgproto='undef'
453d_sresuproto='undef'
f40bbcbf 454d_stat='define'
12ae5dfc 455d_statblks='undef'
29ab041d 456d_static_inline='undef'
12ae5dfc 457d_stdio_cnt_lval='undef'
ef71a6f5 458d_stdio_ptr_lval='undef'
a7ffa9b9 459d_stdio_ptr_lval_nochange_cnt='undef'
ef71a6f5 460d_stdio_ptr_lval_sets_cnt='undef'
12ae5dfc
JH
461d_stdio_stream_array='undef'
462d_stdiobase='undef'
463d_stdstdio='undef'
464d_strchr='undef'
465d_strcoll='undef'
466d_strctcpy='undef'
467d_strerrm='strerror(e)'
468d_strerror='undef'
10bc17b6 469d_strerror_r='undef'
b3c85772 470d_strftime='undef'
58bf2e2e
RGS
471d_strlcat='undef'
472d_strlcpy='undef'
12ae5dfc 473d_strtod='undef'
d40eae8f 474d_strtol='define'
12ae5dfc
JH
475d_strtold='undef'
476d_strtoll='undef'
ef71a6f5 477d_strtoq='undef'
2f42fcb0 478d_strtoul='define'
12ae5dfc
JH
479d_strtoull='undef'
480d_strtouq='undef'
481d_strxfrm='undef'
482d_suidsafe='undef'
483d_symlink='undef'
484d_syscall='undef'
2ef53570 485d_syscallproto='undef'
12ae5dfc
JH
486d_sysconf='undef'
487d_sysernlst=''
488d_syserrlst='undef'
489d_system='undef'
490d_tcgetpgrp='undef'
491d_tcsetpgrp='undef'
492d_telldir='undef'
493d_telldirproto='undef'
3adf3699 494d_tgamma='undef'
089ffa16 495d_time='define'
b78dccfb 496d_timegm='undef'
12ae5dfc 497d_times='undef'
10bc17b6
JH
498d_tm_tm_gmtoff='undef'
499d_tm_tm_zone='undef'
500d_tmpnam_r='undef'
3adf3699 501d_trunc='undef'
12ae5dfc 502d_truncate='undef'
4842dad7 503d_truncl='undef'
10bc17b6 504d_ttyname_r='undef'
12ae5dfc 505d_tzname='undef'
4e0554ec
JH
506d_u32align='define'
507d_ualarm='undef'
12ae5dfc
JH
508d_umask='undef'
509d_uname='undef'
510d_union_semun='undef'
758a5d79 511d_unordered='undef'
58bf2e2e 512d_unsetenv='undef'
4e0554ec 513d_usleep='undef'
2ef53570 514d_usleepproto='undef'
a7fea17f 515d_vendorarch='undef'
12ae5dfc
JH
516d_vendorbin='undef'
517d_vendorlib='undef'
518d_vfork='undef'
519d_void_closedir='undef'
520d_voidsig='undef'
521d_voidtty=''
522d_volatile='undef'
523d_vprintf='define'
f78c7704 524d_vsnprintf='undef'
12ae5dfc
JH
525d_wait4='undef'
526d_waitpid='undef'
87bc21a7 527d_wcscmp='undef'
12ae5dfc 528d_wcstombs='undef'
87bc21a7 529d_wcsxfrm='undef'
12ae5dfc 530d_wctomb='undef'
4e0554ec 531d_writev='undef'
12ae5dfc
JH
532d_xenix='undef'
533db_hashtype='u_int32_t'
534db_prefixtype='size_t'
271d722a
MB
535db_version_major='0'
536db_version_minor='0'
537db_version_patch='0'
12ae5dfc 538direntrytype='struct dirent'
44521f3a 539doubleinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f'
bade9271 540doublekind='3'
ed3917fd 541doublemantbits='52'
44521f3a 542doublenanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x7f'
a24ffc0b 543doublesize='8'
890c2948 544drand01="Perl_drand48()"
10bc17b6 545drand48_r_proto='0'
5ac1e9b2 546dtrace=''
12ae5dfc
JH
547eagain='EAGAIN'
548ebcdic='undef'
10bc17b6
JH
549endgrent_r_proto='0'
550endhostent_r_proto='0'
551endnetent_r_proto='0'
552endprotoent_r_proto='0'
553endpwent_r_proto='0'
554endservent_r_proto='0'
12ae5dfc
JH
555fflushNULL='undef'
556fflushall='undef'
557firstmakefile='makefile'
558fpossize='4'
559fpostype=int
2eacba2f
JH
560freetype=void
561full_csh=''
562full_sed=''
10bc17b6
JH
563getgrent_r_proto='0'
564getgrgid_r_proto='0'
565getgrnam_r_proto='0'
566gethostbyaddr_r_proto='0'
567gethostbyname_r_proto='0'
568gethostent_r_proto='0'
569getlogin_r_proto='0'
570getnetbyaddr_r_proto='0'
571getnetbyname_r_proto='0'
572getnetent_r_proto='0'
573getprotobyname_r_proto='0'
574getprotobynumber_r_proto='0'
575getprotoent_r_proto='0'
576getpwent_r_proto='0'
577getpwnam_r_proto='0'
578getpwuid_r_proto='0'
579getservbyname_r_proto='0'
580getservbyport_r_proto='0'
581getservent_r_proto='0'
582getspnam_r_proto='0'
12ae5dfc
JH
583gidformat='"lu"'
584gidsign='1'
585gidsize='4'
586gidtype=int
10bc17b6 587gmtime_r_proto='0'
12ae5dfc
JH
588groupstype=int
589h_fcntl='false'
590h_sysfile='true'
591i16size='2'
592i16type='short'
593i32size='4'
594i32type='long'
595i64size='8'
596i64type='int64_t'
597i8size='1'
ab3ee5ad 598i8type='signed char'
12ae5dfc 599i_arpainet='undef'
2a0de2c5 600i_assert='define'
470dd224 601i_bfd='undef'
12ae5dfc 602i_bsdioctl=''
10bc17b6 603i_crypt='undef'
12ae5dfc
JH
604i_db='undef'
605i_dbm='undef'
2f42fcb0 606i_dirent='define'
12ae5dfc 607i_dlfcn='undef'
470dd224 608i_execinfo='undef'
12ae5dfc 609i_fcntl='undef'
2f6b96eb 610i_fenv='undef'
12ae5dfc 611i_float='undef'
758a5d79
JH
612i_fp='undef'
613i_fp_class='undef'
12ae5dfc 614i_gdbm='undef'
3ab94133
AD
615i_gdbm_ndbm='undef'
616i_gdbmndbm='undef'
12ae5dfc 617i_grp='undef'
ef71a6f5 618i_ieeefp='undef'
12ae5dfc 619i_inttypes='undef'
2765b840 620i_langinfo='undef'
fc92a0ee 621i_libutil='undef'
12ae5dfc
JH
622i_limits='undef'
623i_locale='undef'
624i_machcthr='undef'
625i_malloc='undef'
1cd66f7c 626i_mallocmalloc='undef'
251f6efd 627i_math='define'
12ae5dfc 628i_memory='undef'
12ae5dfc
JH
629i_ndbm='undef'
630i_netdb='undef'
631i_neterrno='undef'
632i_netinettcp='undef'
633i_niin='undef'
634i_poll='undef'
ef71a6f5 635i_prot='undef'
12ae5dfc
JH
636i_pthread='undef'
637i_pwd='undef'
4e5044f0 638i_quadmath='undef'
12ae5dfc 639i_rpcsvcdbm='undef'
12ae5dfc
JH
640i_sgtty='undef'
641i_shadow='undef'
642i_socks='undef'
643i_stdarg='define'
bd31be4b 644i_stdbool='undef'
1e54a0f5 645i_stddef='define'
83f6d82b 646i_stdint='undef'
2f42fcb0 647i_stdlib='define'
12ae5dfc 648i_string='define'
ef71a6f5 649i_sunmath='undef'
12ae5dfc
JH
650i_sysaccess='undef'
651i_sysdir='undef'
652i_sysfile='undef'
653i_sysfilio='undef'
654i_sysin='undef'
655i_sysioctl='undef'
656i_syslog='undef'
ef71a6f5
JH
657i_sysmman='undef'
658i_sysmode='undef'
12ae5dfc
JH
659i_sysndir='undef'
660i_sysparam='undef'
3420cd60 661i_syspoll='undef'
12ae5dfc
JH
662i_sysresrc='undef'
663i_syssecrt='undef'
664i_sysselct='undef'
49a78c82 665i_syssockio='undef'
12ae5dfc 666i_sysstat='define'
12ae5dfc
JH
667i_systime='undef'
668i_systimek='undef'
669i_systimes='undef'
670i_systypes='undef'
671i_sysuio='undef'
672i_sysun='undef'
ef71a6f5 673i_sysutsname='undef'
12ae5dfc
JH
674i_syswait='undef'
675i_termio='undef'
676i_termios='undef'
677i_time='define'
678i_unistd='undef'
12ae5dfc
JH
679i_utime='undef'
680i_values='undef'
681i_varargs='undef'
682i_varhdr='stdarg.h'
683i_vfork='undef'
684ignore_versioned_solibs='y'
ef71a6f5 685inc_version_list_init='NULL'
12ae5dfc
JH
686installstyle='lib/perl5'
687installusrbinperl='undef'
688intsize='4'
12ae5dfc
JH
689ivdformat='"ld"'
690ivsize='4'
691ivtype='long'
9ec4dadf 692ld_can_script='define'
12ae5dfc 693lib_ext='.a'
10bc17b6 694localtime_r_proto='0'
44521f3a 695longdblinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00'
dc91db6c 696longdblkind=0
ed3917fd 697longdblmantbits='64'
44521f3a 698longdblnanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00'
e67aeab1
JH
699longdblsize=8
700longlongsize=8
a24ffc0b 701longsize='4'
e67aeab1 702lseeksize=4
12ae5dfc
JH
703lseektype=int
704malloctype='int*'
705malloctype='void *'
271d722a 706mmaptype='void *'
12ae5dfc
JH
707modetype='mode_t'
708modetype=int
709multiarch='undef'
710myarchname='unknown'
711myuname='unknown'
6644ede8 712need_va_copy='define'
12ae5dfc
JH
713netdb_hlen_type='int'
714netdb_host_type='const char *'
715netdb_name_type='const char *'
716netdb_net_type='unsigned long'
717nroff='nroff'
7ee20c71
NC
718nv_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'
719nv_preserves_uv_bits='0'
fd47df60
JH
720nveformat='"e"'
721nvfformat='"f"'
722nvgformat='"g"'
5a14060a 723nvmantbits='52'
12ae5dfc
JH
724nvsize='8'
725nvtype='double'
726o_nonblock='O_NONBLOCK'
727obj_ext='.o'
271d722a 728old_pthread_create_joinable=''
a1e13105 729optimize=''
12ae5dfc
JH
730orderlib='false'
731osname='unknown'
271d722a
MB
732osvers='unknown'
733otherlibdirs=' '
734package='perl5'
29ab041d 735perl_static_inline='static'
12ae5dfc
JH
736phostname='hostname'
737pidtype=int
ba40ea5b
RS
738privlib='/usr/local/lib/perl5/5.23'
739privlibexp='/usr/local/lib/perl5/5.23'
a838cfe5 740procselfexe=''
12ae5dfc 741prototype='undef'
a24ffc0b 742ptrsize='4'
12ae5dfc
JH
743quadkind='4'
744quadtype='int64_t'
745randbits='48'
890c2948 746randfunc='Perl_drand48'
10bc17b6 747random_r_proto='0'
890c2948 748randseedtype='U32'
12ae5dfc 749rd_nodata='-1'
10bc17b6
JH
750readdir64_r_proto='0'
751readdir_r_proto='0'
73e6e416
MB
752sGMTIME_max='2147483647'
753sGMTIME_min='0'
754sLOCALTIME_max='2147483647'
755sLOCALTIME_min='0'
7ee20c71
NC
756sPRIEUldbl='"llE"'
757sPRIFUldbl='"llF"'
758sPRIGUldbl='"llG"'
759sPRIXU64='"LX"'
12ae5dfc
JH
760sPRId64='"Ld"'
761sPRIeldbl='"lle"'
762sPRIfldbl='"llf"'
763sPRIgldbl='"llg"'
764sPRIi64='"Li"'
765sPRIo64='"Lo"'
766sPRIu64='"Lu"'
767sPRIx64='"Lx"'
ef71a6f5 768sSCNfldbl='"llf"'
12ae5dfc
JH
769sched_yield='sched_yield()'
770scriptdir='/usr/local/bin'
771scriptdirexp='/usr/local/bin'
890c2948 772seedfunc='Perl_drand48_init'
12ae5dfc
JH
773selectminbits='32'
774selecttype=int
10bc17b6
JH
775setgrent_r_proto='0'
776sethostent_r_proto='0'
777setlocale_r_proto='0'
778setnetent_r_proto='0'
779setprotoent_r_proto='0'
780setpwent_r_proto='0'
781setservent_r_proto='0'
271d722a 782sh='/bin/sh'
12ae5dfc 783shmattype='void *'
2eacba2f 784shortsize='2'
12ae5dfc
JH
785sig_name_init='0'
786sig_num_init='0'
76d3c696 787sig_size='1'
12ae5dfc 788signal_t=int
ba40ea5b
RS
789sitearch='/usr/local/lib/perl5/5.23/unknown'
790sitearchexp='/usr/local/lib/perl5/5.23/unknown'
791sitelib='/usr/local/lib/perl5/5.23'
271d722a 792sitelib_stem='/usr/local/lib/perl5'
ba40ea5b 793sitelibexp='/usr/local/lib/perl5/5.23'
e67aeab1 794sizesize=4
ad5a63fe 795sizetype='size_t'
ef71a6f5 796socksizetype='int'
10bc17b6
JH
797srand48_r_proto='0'
798srandom_r_proto='0'
271d722a 799src='.'
12ae5dfc 800ssizetype=int
7ee20c71
NC
801st_ino_sign='1'
802st_ino_size='4'
271d722a 803startperl='#!perl'
12ae5dfc
JH
804stdchar=char
805stdio_base='((fp)->_IO_read_base)'
806stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)'
807stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
808stdio_filbuf=''
809stdio_ptr='((fp)->_IO_read_ptr)'
810stdio_stream_array=''
10bc17b6 811strerror_r_proto='0'
271d722a 812targetarch=''
f08226b8 813targetsh='/bin/sh'
089ffa16 814timetype=time_t
10bc17b6 815tmpnam_r_proto='0'
12ae5dfc 816touch='touch'
10bc17b6 817ttyname_r_proto='0'
12ae5dfc
JH
818u16size='2'
819u16type='unsigned short'
820u32size='4'
821u32type='unsigned long'
822u64size='8'
823u64type='uint64_t'
824u8size='1'
825u8type='unsigned char'
826uidformat='"lu"'
827uidsign='1'
828uidsize='4'
829uidtype=int
830uquadtype='uint64_t'
1de32f2a 831use5005threads='undef'
ef71a6f5
JH
832use64bitall='undef'
833use64bitint='undef'
f6a82ade 834usecbacktrace='undef'
5440bc8e 835usecrosscompile='undef'
1be1b388 836usedevel='undef'
12ae5dfc 837usedl='undef'
5ac1e9b2 838usedtrace='undef'
1de32f2a 839usefaststdio='undef'
12ae5dfc 840useithreads='undef'
2982a345 841usekernprocpathname='undef'
12ae5dfc
JH
842uselargefiles='undef'
843uselongdouble='undef'
6f980a54 844usemallocwrap='undef'
12ae5dfc
JH
845usemorebits='undef'
846usemultiplicity='undef'
847usemymalloc='n'
848usenm='false'
ae60cb46 849usensgetexecutablepath='undef'
12ae5dfc
JH
850useopcode='true'
851useperlio='undef'
852useposix='true'
d6d36205 853usequadmath='undef'
9514c62b 854usereentrant='undef'
f78c7704 855userelocatableinc='undef'
12ae5dfc 856useshrplib='false'
58bf2e2e 857usesitecustomize='undef'
12ae5dfc
JH
858usesocks='undef'
859usethreads='undef'
860usevendorprefix='undef'
861usevfork='false'
640374d0 862uvXUformat='"lX"'
12ae5dfc
JH
863uvoformat='"lo"'
864uvsize='4'
865uvtype='unsigned long'
866uvuformat='"lu"'
867uvxformat='"lx"'
1afd3306 868vaproto='undef'
271d722a
MB
869vendorarch=''
870vendorarchexp=''
871vendorlib_stem=''
872vendorlibexp=''
d56c5707 873versiononly='undef'
79681fc5 874zip=''