This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate Memoize 0.64. Few tweaks were required in
[perl5.git] / uconfig.sh
CommitLineData
12ae5dfc
JH
1#!/bin/sh
2_a='.a'
3_o='.o'
4afs='false'
a6d26a0d 5afsroot='/afs'
12ae5dfc 6alignbytes='4'
3ebb1980 7apiversion='5.005'
ef71a6f5
JH
8archlib='/usr/local/lib/perl5/5.7/unknown'
9archlibexp='/usr/local/lib/perl5/5.7/unknown'
12ae5dfc
JH
10archname='unknown'
11bin='/usr/local/bin'
12bincompat5005='define'
a24ffc0b 13byteorder='1234'
12ae5dfc
JH
14castflags='0'
15charsize='1'
16clocktype='clock_t'
17cpp_stuff='42'
12ae5dfc 18d_Gconvert='sprintf((b),"%.*g",(n),(x))'
6b356c8e
JH
19d_PRIEUldbl='undef'
20d_PRIFUldbl='undef'
21d_PRIGUldbl='undef'
22d_PRIXU64='undef'
12ae5dfc
JH
23d_PRId64='undef'
24d_PRIeldbl='undef'
25d_PRIfldbl='undef'
26d_PRIgldbl='undef'
27d_PRIi64='undef'
28d_PRIo64='undef'
29d_PRIu64='undef'
30d_PRIx64='undef'
ef71a6f5
JH
31d_SCNfldbl='undef'
32d__fwalk='undef'
12ae5dfc
JH
33d_access='undef'
34d_accessx='undef'
35d_alarm='undef'
36d_archlib='undef'
37d_atolf='undef'
38d_atoll='undef'
39d_attribut='undef'
40d_bcmp='undef'
41d_bcopy='undef'
42d_bincompat5005='undef'
43d_bsd='undef'
44d_bsdgetpgrp='undef'
45d_bsdsetpgrp='undef'
46d_bzero='undef'
47d_casti32='undef'
48d_castneg='undef'
49d_charvspr='undef'
50d_chown='undef'
51d_chroot='undef'
52d_chsize='undef'
53d_closedir='undef'
4e0554ec 54d_cmsghdr_s='undef'
640374d0 55d_const='undef'
12ae5dfc
JH
56d_crypt='undef'
57d_csh='undef'
58d_cuserid='undef'
59d_dbl_dig='undef'
2ef53570 60d_dbminitproto='undef'
12ae5dfc
JH
61d_difftime='undef'
62d_dirnamlen='undef'
63d_dlerror='undef'
64d_dlopen='undef'
65d_dlsymun='undef'
66d_dosuid='undef'
67d_drand48proto='undef'
68d_dup2='undef'
69d_eaccess='undef'
70d_endgrent='undef'
71d_endhent='undef'
72d_endnent='undef'
73d_endpent='undef'
74d_endpwent='undef'
75d_endsent='undef'
12ae5dfc
JH
76d_eofnblk='undef'
77d_eunice='undef'
78d_fchmod='undef'
79d_fchown='undef'
80d_fcntl='undef'
9d9004a9 81d_fcntl_can_lock='undef'
12ae5dfc
JH
82d_fd_macros='undef'
83d_fd_set='undef'
84d_fds_bits='undef'
85d_fgetpos='undef'
86d_flexfnam='undef'
87d_flock='undef'
2ef53570 88d_flockproto='undef'
12ae5dfc
JH
89d_fork='define'
90d_fpathconf='undef'
91d_fpos64_t='undef'
ef71a6f5 92d_frexpl='undef'
12ae5dfc
JH
93d_fs_data_s='undef'
94d_fseeko='undef'
95d_fsetpos='undef'
96d_fstatfs='undef'
97d_fstatvfs='undef'
ef71a6f5 98d_fsync='undef'
12ae5dfc
JH
99d_ftello='undef'
100d_ftime='undef'
101d_getcwd='undef'
ef71a6f5
JH
102d_getespwnam='undef'
103d_getfsstat='undef'
12ae5dfc
JH
104d_getgrent='undef'
105d_getgrps='undef'
106d_gethbyaddr='undef'
107d_gethbyname='undef'
108d_gethent='undef'
109d_gethname='undef'
110d_gethostprotos='undef'
4e0554ec 111d_getitimer='undef'
12ae5dfc
JH
112d_getlogin='undef'
113d_getmnt='undef'
114d_getmntent='undef'
115d_getnbyaddr='undef'
116d_getnbyname='undef'
117d_getnent='undef'
118d_getnetprotos='undef'
0c0643d0 119d_getpagsz='undef'
12ae5dfc
JH
120d_getpbyname='undef'
121d_getpbynumber='undef'
122d_getpent='undef'
123d_getpgid='undef'
124d_getpgrp2='undef'
125d_getpgrp='undef'
126d_getppid='undef'
127d_getprior='undef'
128d_getprotoprotos='undef'
ef71a6f5 129d_getprpwnam='undef'
12ae5dfc
JH
130d_getpwent='undef'
131d_getsbyname='undef'
132d_getsbyport='undef'
133d_getsent='undef'
134d_getservprotos='undef'
135d_getspent='undef'
136d_getspnam='undef'
137d_gettimeod='undef'
138d_gnulibc='undef'
139d_grpasswd='undef'
140d_hasmntopt='undef'
141d_htonl='undef'
142d_iconv='undef'
143d_index='undef'
144d_inetaton='undef'
ef71a6f5 145d_int64_t='undef'
12ae5dfc 146d_isascii='undef'
ef71a6f5
JH
147d_isnan='undef'
148d_isnanl='undef'
12ae5dfc
JH
149d_killpg='undef'
150d_lchown='undef'
151d_ldbl_dig='undef'
152d_link='undef'
153d_locconv='undef'
154d_lockf='undef'
155d_longdbl='undef'
156d_longlong='undef'
ef71a6f5 157d_lseekproto='undef'
12ae5dfc 158d_lstat='undef'
ef71a6f5 159d_madvise='undef'
12ae5dfc
JH
160d_mblen='undef'
161d_mbstowcs='undef'
162d_mbtowc='undef'
163d_memchr='undef'
164d_memcmp='undef'
165d_memcpy='undef'
166d_memmove='undef'
167d_memset='undef'
168d_mkdir='undef'
169d_mkdtemp='undef'
170d_mkfifo='undef'
171d_mkstemp='undef'
172d_mkstemps='undef'
173d_mktime='undef'
ef71a6f5
JH
174d_mmap='undef'
175d_modfl='undef'
e67aeab1 176d_modfl_pow32_bug='undef'
12ae5dfc
JH
177d_mprotect='undef'
178d_msg='undef'
179d_msg_ctrunc='undef'
180d_msg_dontroute='undef'
181d_msg_oob='undef'
182d_msg_peek='undef'
183d_msg_proxy='undef'
184d_msgctl='undef'
185d_msgget='undef'
4e0554ec 186d_msghdr_s='undef'
12ae5dfc
JH
187d_msgrcv='undef'
188d_msgsnd='undef'
189d_msync='undef'
190d_munmap='undef'
191d_mymalloc='undef'
192d_nice='undef'
193d_nv_preserves_uv='undef'
3096c11e 194d_nv_preserves_uv_bits='0'
12ae5dfc
JH
195d_off64_t='undef'
196d_old_pthread_create_joinable='undef'
197d_oldpthreads='undef'
198d_oldsock='undef'
199d_open3='undef'
200d_pathconf='undef'
201d_pause='undef'
ef71a6f5 202d_perl_otherlibdirs='undef'
12ae5dfc
JH
203d_phostname='undef'
204d_pipe='undef'
205d_poll='undef'
206d_portable='undef'
207d_pthread_yield='undef'
208d_pwage='undef'
209d_pwchange='undef'
210d_pwclass='undef'
211d_pwcomment='undef'
212d_pwexpire='undef'
213d_pwgecos='undef'
214d_pwpasswd='undef'
215d_pwquota='undef'
ef71a6f5 216d_qgcvt='undef'
12ae5dfc
JH
217d_quad='undef'
218d_readdir='undef'
219d_readlink='undef'
4e0554ec 220d_readv='undef'
640374d0 221d_realpath='undef'
4e0554ec 222d_recvmsg='undef'
12ae5dfc
JH
223d_rename='undef'
224d_rewinddir='undef'
225d_rmdir='undef'
226d_safebcpy='undef'
227d_safemcpy='undef'
228d_sanemcmp='undef'
ef9f17be 229d_sbrkproto='undef'
12ae5dfc
JH
230d_sched_yield='undef'
231d_scm_rights='undef'
232d_seekdir='undef'
233d_select='undef'
234d_sem='undef'
235d_semctl='undef'
236d_semctl_semid_ds='undef'
237d_semctl_semun='undef'
238d_semget='undef'
239d_semop='undef'
4e0554ec 240d_sendmsg='undef'
12ae5dfc
JH
241d_setegid='undef'
242d_seteuid='undef'
243d_setgrent='undef'
244d_setgrps='undef'
245d_sethent='undef'
4e0554ec 246d_setitimer='undef'
12ae5dfc
JH
247d_setlinebuf='undef'
248d_setlocale='undef'
249d_setnent='undef'
250d_setpent='undef'
251d_setpgid='undef'
252d_setpgrp2='undef'
253d_setpgrp='undef'
254d_setprior='undef'
fc92a0ee 255d_setproctitle='undef'
12ae5dfc
JH
256d_setpwent='undef'
257d_setregid='undef'
258d_setresgid='undef'
259d_setresuid='undef'
260d_setreuid='undef'
261d_setrgid='undef'
262d_setruid='undef'
263d_setsent='undef'
264d_setsid='undef'
12ae5dfc
JH
265d_setvbuf='undef'
266d_sfio='undef'
267d_shm='undef'
268d_shmat='undef'
269d_shmatprototype='undef'
270d_shmctl='undef'
271d_shmdt='undef'
272d_shmget='undef'
273d_sigaction='undef'
e561a5ff 274d_sigprocmask='undef'
12ae5dfc 275d_sigsetjmp='undef'
49a78c82 276d_sockatmark='undef'
2ef53570 277d_sockatmarkproto='undef'
12ae5dfc 278d_socket='undef'
ef71a6f5 279d_socklen_t='undef'
12ae5dfc 280d_sockpair='undef'
1b9c9cf5 281d_socks5_init='undef'
12ae5dfc 282d_sqrtl='undef'
640374d0
JH
283d_sresgproto='undef'
284d_sresuproto='undef'
12ae5dfc
JH
285d_statblks='undef'
286d_statfs_f_flags='undef'
287d_statfs_s='undef'
288d_statvfs='undef'
289d_stdio_cnt_lval='undef'
ef71a6f5 290d_stdio_ptr_lval='undef'
a7ffa9b9 291d_stdio_ptr_lval_nochange_cnt='undef'
ef71a6f5 292d_stdio_ptr_lval_sets_cnt='undef'
12ae5dfc
JH
293d_stdio_stream_array='undef'
294d_stdiobase='undef'
295d_stdstdio='undef'
296d_strchr='undef'
297d_strcoll='undef'
298d_strctcpy='undef'
299d_strerrm='strerror(e)'
300d_strerror='undef'
b3c85772 301d_strftime='undef'
12ae5dfc
JH
302d_strtod='undef'
303d_strtol='undef'
304d_strtold='undef'
305d_strtoll='undef'
ef71a6f5 306d_strtoq='undef'
12ae5dfc
JH
307d_strtoul='undef'
308d_strtoull='undef'
309d_strtouq='undef'
310d_strxfrm='undef'
311d_suidsafe='undef'
312d_symlink='undef'
313d_syscall='undef'
2ef53570 314d_syscallproto='undef'
12ae5dfc
JH
315d_sysconf='undef'
316d_sysernlst=''
317d_syserrlst='undef'
318d_system='undef'
319d_tcgetpgrp='undef'
320d_tcsetpgrp='undef'
321d_telldir='undef'
322d_telldirproto='undef'
323d_time='undef'
324d_times='undef'
325d_truncate='undef'
326d_tzname='undef'
4e0554ec
JH
327d_u32align='define'
328d_ualarm='undef'
12ae5dfc
JH
329d_umask='undef'
330d_uname='undef'
331d_union_semun='undef'
4e0554ec 332d_usleep='undef'
2ef53570 333d_usleepproto='undef'
12ae5dfc 334d_ustat='undef'
a7fea17f 335d_vendorarch='undef'
12ae5dfc
JH
336d_vendorbin='undef'
337d_vendorlib='undef'
338d_vfork='undef'
339d_void_closedir='undef'
340d_voidsig='undef'
341d_voidtty=''
342d_volatile='undef'
343d_vprintf='define'
344d_wait4='undef'
345d_waitpid='undef'
346d_wcstombs='undef'
347d_wctomb='undef'
4e0554ec 348d_writev='undef'
12ae5dfc
JH
349d_xenix='undef'
350db_hashtype='u_int32_t'
351db_prefixtype='size_t'
352defvoidused=1
353direntrytype='struct dirent'
a24ffc0b 354doublesize='8'
12ae5dfc
JH
355drand01="((rand() & 0x7FFF) / (double) ((unsigned long)1 << 15))"
356eagain='EAGAIN'
357ebcdic='undef'
358fflushNULL='undef'
359fflushall='undef'
360firstmakefile='makefile'
361fpossize='4'
362fpostype=int
363freetype=int
364gidformat='"lu"'
365gidsign='1'
366gidsize='4'
367gidtype=int
368groupstype=int
369h_fcntl='false'
370h_sysfile='true'
371i16size='2'
372i16type='short'
373i32size='4'
374i32type='long'
375i64size='8'
376i64type='int64_t'
377i8size='1'
378i8type='char'
379i_arpainet='undef'
380i_bsdioctl=''
381i_db='undef'
382i_dbm='undef'
383i_dirent='undef'
384i_dld='undef'
385i_dlfcn='undef'
386i_fcntl='undef'
387i_float='undef'
388i_gdbm='undef'
389i_grp='undef'
390i_iconv='undef'
ef71a6f5 391i_ieeefp='undef'
12ae5dfc 392i_inttypes='undef'
fc92a0ee 393i_libutil='undef'
12ae5dfc
JH
394i_limits='undef'
395i_locale='undef'
396i_machcthr='undef'
397i_malloc='undef'
251f6efd 398i_math='define'
12ae5dfc
JH
399i_memory='undef'
400i_mntent='undef'
401i_ndbm='undef'
402i_netdb='undef'
403i_neterrno='undef'
404i_netinettcp='undef'
405i_niin='undef'
406i_poll='undef'
ef71a6f5 407i_prot='undef'
12ae5dfc
JH
408i_pthread='undef'
409i_pwd='undef'
410i_rpcsvcdbm='undef'
411i_sfio='undef'
412i_sgtty='undef'
413i_shadow='undef'
414i_socks='undef'
415i_stdarg='define'
416i_stddef='undef'
417i_stdlib='undef'
418i_string='define'
ef71a6f5 419i_sunmath='undef'
12ae5dfc
JH
420i_sysaccess='undef'
421i_sysdir='undef'
422i_sysfile='undef'
423i_sysfilio='undef'
424i_sysin='undef'
425i_sysioctl='undef'
426i_syslog='undef'
ef71a6f5
JH
427i_sysmman='undef'
428i_sysmode='undef'
12ae5dfc
JH
429i_sysmount='undef'
430i_sysndir='undef'
431i_sysparam='undef'
432i_sysresrc='undef'
433i_syssecrt='undef'
434i_sysselct='undef'
49a78c82 435i_syssockio='undef'
12ae5dfc
JH
436i_sysstat='define'
437i_sysstatfs='undef'
438i_sysstatvfs='undef'
439i_systime='undef'
440i_systimek='undef'
441i_systimes='undef'
442i_systypes='undef'
443i_sysuio='undef'
444i_sysun='undef'
ef71a6f5 445i_sysutsname='undef'
12ae5dfc
JH
446i_sysvfs='undef'
447i_syswait='undef'
448i_termio='undef'
449i_termios='undef'
450i_time='define'
451i_unistd='undef'
452i_ustat='undef'
453i_utime='undef'
454i_values='undef'
455i_varargs='undef'
456i_varhdr='stdarg.h'
457i_vfork='undef'
458ignore_versioned_solibs='y'
ef71a6f5 459inc_version_list_init='NULL'
12ae5dfc
JH
460installstyle='lib/perl5'
461installusrbinperl='undef'
462intsize='4'
12ae5dfc
JH
463ivdformat='"ld"'
464ivsize='4'
465ivtype='long'
466lib_ext='.a'
e67aeab1
JH
467longdblsize=8
468longlongsize=8
a24ffc0b 469longsize='4'
e67aeab1 470lseeksize=4
12ae5dfc
JH
471lseektype=int
472malloctype='int*'
473malloctype='void *'
474modetype='mode_t'
475modetype=int
476multiarch='undef'
477myarchname='unknown'
478myuname='unknown'
2cc61e15 479need_va_copy='undef'
12ae5dfc
JH
480netdb_hlen_type='int'
481netdb_host_type='const char *'
482netdb_name_type='const char *'
483netdb_net_type='unsigned long'
484nroff='nroff'
fd47df60
JH
485nveformat='"e"'
486nvfformat='"f"'
487nvgformat='"g"'
12ae5dfc
JH
488nvsize='8'
489nvtype='double'
490o_nonblock='O_NONBLOCK'
491obj_ext='.o'
492optimize='-O2'
493orderlib='false'
494osname='unknown'
495phostname='hostname'
496pidtype=int
497pm_apiversion='5.005'
ef71a6f5
JH
498privlib='/usr/local/lib/perl5/5.7'
499privlibexp='/usr/local/lib/perl5/5.7'
12ae5dfc 500prototype='undef'
a24ffc0b 501ptrsize='4'
12ae5dfc
JH
502quadkind='4'
503quadtype='int64_t'
504randbits='48'
505randfunc='drand48'
506randseedtype='int'
507rd_nodata='-1'
6b356c8e
JH
508sPRIEUldbl='"llE"'
509sPRIFUldbl='"llF"'
510sPRIGUldbl='"llG"'
511sPRIXU64='"LX"'
12ae5dfc
JH
512sPRId64='"Ld"'
513sPRIeldbl='"lle"'
514sPRIfldbl='"llf"'
515sPRIgldbl='"llg"'
516sPRIi64='"Li"'
517sPRIo64='"Lo"'
518sPRIu64='"Lu"'
519sPRIx64='"Lx"'
ef71a6f5 520sSCNfldbl='"llf"'
12ae5dfc
JH
521sched_yield='sched_yield()'
522scriptdir='/usr/local/bin'
523scriptdirexp='/usr/local/bin'
524seedfunc='srand'
525selectminbits='32'
526selecttype=int
527shmattype='void *'
e67aeab1 528shortsize=2
12ae5dfc
JH
529sig_name_init='0'
530sig_num_init='0'
76d3c696 531sig_size='1'
12ae5dfc 532signal_t=int
e67aeab1 533sizesize=4
ef71a6f5
JH
534sizetype=int
535socksizetype='int'
12ae5dfc
JH
536ssizetype=int
537stdchar=char
538stdio_base='((fp)->_IO_read_base)'
539stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)'
540stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
541stdio_filbuf=''
542stdio_ptr='((fp)->_IO_read_ptr)'
543stdio_stream_array=''
544timetype=int
545touch='touch'
546u16size='2'
547u16type='unsigned short'
548u32size='4'
549u32type='unsigned long'
550u64size='8'
551u64type='uint64_t'
552u8size='1'
553u8type='unsigned char'
554uidformat='"lu"'
555uidsign='1'
556uidsize='4'
557uidtype=int
558uquadtype='uint64_t'
559use5005threads='undef'
ef71a6f5
JH
560use64bitall='undef'
561use64bitint='undef'
5440bc8e 562usecrosscompile='undef'
12ae5dfc
JH
563usedl='undef'
564useithreads='undef'
565uselargefiles='undef'
566uselongdouble='undef'
12ae5dfc
JH
567usemorebits='undef'
568usemultiplicity='undef'
569usemymalloc='n'
570usenm='false'
571useopcode='true'
572useperlio='undef'
573useposix='true'
9514c62b 574usereentrant='undef'
12ae5dfc
JH
575usesfio='false'
576useshrplib='false'
577usesocks='undef'
578usethreads='undef'
579usevendorprefix='undef'
580usevfork='false'
640374d0 581uvXUformat='"lX"'
12ae5dfc
JH
582uvoformat='"lo"'
583uvsize='4'
584uvtype='unsigned long'
585uvuformat='"lu"'
586uvxformat='"lx"'
d56c5707 587versiononly='undef'
12ae5dfc
JH
588voidflags=1
589xs_apiversion='5.005'