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