SYN SYN
[p5sagit/p5-mst-13.2.git] / Configure
1 #! /bin/sh
2 #
3 # If these # comments don't work, trim them. Don't worry about any other
4 # shell scripts, Configure will trim # comments from them for you.
5 #
6 # (If you are trying to port this package to a machine without sh,
7 # I would suggest you have a look at the prototypical config_h.SH file
8 # and edit it to reflect your system. Some packages may include samples
9 # of config.h for certain machines, so you might look for one of those.)
10 #
11 # Yes, you may rip this off to use in other distribution packages. This
12 # script belongs to the public domain and cannot be copyrighted.
13 #
14 # (Note: this Configure script was generated automatically. Rather than
15 # working with this copy of Configure, you may wish to get metaconfig.
16 # The dist-3.0 package (which contains metaconfig) was posted in
17 # comp.sources.misc and is available on CPAN under authors/id/RAM so
18 # you may fetch it yourself from your nearest archive site.)
19 #
20
21 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
22 #
23 # Generated on Thu Oct 19 22:28:50 EET DST 2000 [metaconfig 3.0 PL70]
24 # (with additional metaconfig patches by perlbug@perl.org)
25
26 cat >/tmp/c1$$ <<EOF
27 ARGGGHHHH!!!!!
28
29 SCO csh still thinks true is false.  Write to SCO today and tell them that next
30 year Configure ought to "rm /bin/csh" unless they fix their blasted shell. :-)
31
32 (Actually, Configure ought to just patch csh in place.  Hmm.  Hmmmmm.  All
33 we'd have to do is go in and swap the && and || tokens, wherever they are.)
34
35 [End of diatribe. We now return you to your regularly scheduled programming...]
36 EOF
37 cat >/tmp/c2$$ <<EOF
38
39 OOPS!  You naughty creature!  You didn't run Configure with sh!
40 I will attempt to remedy the situation by running sh for you...
41 EOF
42
43 true || cat /tmp/c1$$ /tmp/c2$$
44 true || exec sh $0 $argv:q
45
46 (exit $?0) || cat /tmp/c2$$
47 (exit $?0) || exec sh $0 $argv:q
48 rm -f /tmp/c1$$ /tmp/c2$$
49
50 : compute my invocation name
51 me=$0
52 case "$0" in
53 */*)
54         me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
55         test "$me" || me=$0
56         ;;
57 esac
58
59 : Proper separator for the PATH environment variable
60 p_=:
61 : On OS/2 this directory should exist if this is not floppy only system :-]
62 if test -d c:/. ; then
63     if test -n "$OS2_SHELL"; then
64                 p_=\;
65                 PATH=`cmd /c "echo %PATH%" | tr '\\\\' / `
66                 OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
67         elif test -n "$DJGPP"; then
68                 p_=\;
69         fi
70 fi
71
72 : Proper PATH setting
73 paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
74 paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
75 paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
76 paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
77 paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
78 paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /usr/ccs/bin"
79 paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
80 paths="$paths /sbin /usr/sbin /usr/libexec"
81
82 for p in $paths
83 do
84         case "$p_$PATH$p_" in
85         *$p_$p$p_*) ;;
86         *) test -d $p && PATH=$PATH$p_$p ;;
87         esac
88 done
89
90 PATH=.$p_$PATH
91 export PATH
92
93 : shall we be using ksh?
94 inksh=''
95 needksh=''
96 avoidksh=''
97 newsh=/bin/ksh
98 changesh=''
99 if (PATH=.; alias -x) >/dev/null 2>&1; then
100                 inksh=true
101 fi
102 if test -f /hp-ux -a -f /bin/ksh; then
103         needksh='to avoid sh bug in "here document" expansion'
104 fi
105 if test -d /usr/lpp -a -f /usr/bin/bsh -a -f /usr/bin/uname; then
106         if test X`/usr/bin/uname -v` = X4; then
107                 avoidksh="to avoid AIX 4's /bin/sh"
108                 newsh=/usr/bin/bsh
109         fi
110 fi
111 if test -f /osf_boot -a -f /usr/sbin/setld; then
112         if test X`/usr/bin/uname -s` = XOSF1; then
113                 avoidksh="to avoid Digital UNIX' ksh"
114                 newsh=/bin/sh
115                 unset BIN_SH # if this is 'xpg4' sh will start up ksh
116         fi
117 fi
118 case "$inksh/$needksh" in
119 /[a-z]*)
120                 ENV=''
121                 changesh=true
122                 reason="$needksh"
123         ;;
124 esac
125 case "$inksh/$avoidksh" in
126 true/[a-z]*)
127         changesh=true
128         reason="$avoidksh"
129         ;;
130 esac
131 case "$inksh/$needksh-$avoidksh-" in
132 true/--)
133                 cat <<EOM
134 (I see you are using the Korn shell.  Some ksh's blow up on $me,
135 mainly on older exotic systems.  If yours does, try the Bourne shell instead.)
136 EOM
137         ;;
138 esac
139 case "$changesh" in
140 true)
141         echo "(Feeding myself to $newsh $reason.)"
142         case "$0" in
143         Configure|*/Configure) exec $newsh $0 "$@";;
144         *) exec $newsh Configure "$@";;
145         esac
146         ;;
147 esac
148
149 : if needed set CDPATH to a harmless value that is not chatty
150 : avoid bash 2.02 problems with empty CDPATH.
151 case "$CDPATH" in
152 '')     ;;
153 *)      case "$SHELL" in
154         *bash*) CDPATH='.' ;;
155         *)              CDPATH='' ;;
156         esac
157         ;;
158 esac
159 : Configure runs within the UU subdirectory
160 test -d UU || mkdir UU
161 cd UU && rm -f ./*
162
163 ccname=''
164 ccversion=''
165 ccsymbols=''
166 cppccsymbols=''
167 cppsymbols=''
168 perllibs=''
169 dynamic_ext=''
170 extensions=''
171 known_extensions=''
172 nonxs_ext=''
173 static_ext=''
174 useopcode=''
175 useposix=''
176 d_bsd=''
177 d_eunice=''
178 d_xenix=''
179 eunicefix=''
180 Mcc=''
181 ar=''
182 awk=''
183 bash=''
184 bison=''
185 byacc=''
186 cat=''
187 chgrp=''
188 chmod=''
189 chown=''
190 comm=''
191 compress=''
192 cp=''
193 cpio=''
194 cpp=''
195 csh=''
196 date=''
197 echo=''
198 egrep=''
199 emacs=''
200 expr=''
201 find=''
202 flex=''
203 grep=''
204 gzip=''
205 inews=''
206 ksh=''
207 less=''
208 line=''
209 lint=''
210 ln=''
211 lp=''
212 lpr=''
213 ls=''
214 mail=''
215 mailx=''
216 make=''
217 mkdir=''
218 more=''
219 mv=''
220 nm=''
221 nroff=''
222 perl=''
223 pg=''
224 pmake=''
225 pr=''
226 rm=''
227 rmail=''
228 sed=''
229 sendmail=''
230 shar=''
231 sleep=''
232 smail=''
233 sort=''
234 submit=''
235 tail=''
236 tar=''
237 tbl=''
238 tee=''
239 test=''
240 touch=''
241 tr=''
242 troff=''
243 uname=''
244 uniq=''
245 uuname=''
246 vi=''
247 zcat=''
248 zip=''
249 full_ar=''
250 full_sed=''
251 libswanted=''
252 hint=''
253 myuname=''
254 osname=''
255 osvers=''
256 Author=''
257 Date=''
258 Header=''
259 Id=''
260 Locker=''
261 Log=''
262 RCSfile=''
263 Revision=''
264 Source=''
265 State=''
266 _a=''
267 _exe=''
268 _o=''
269 archobjs=''
270 exe_ext=''
271 firstmakefile=''
272 lib_ext=''
273 obj_ext=''
274 path_sep=''
275 afs=''
276 alignbytes=''
277 ansi2knr=''
278 archlib=''
279 archlibexp=''
280 d_archlib=''
281 installarchlib=''
282 archname=''
283 myarchname=''
284 d_atolf=''
285 d_atoll=''
286 baserev=''
287 bin=''
288 binexp=''
289 installbin=''
290 bincompat5005=''
291 d_bincompat5005=''
292 byteorder=''
293 cc=''
294 ccflags=''
295 cppflags=''
296 ldflags=''
297 lkflags=''
298 locincpth=''
299 optimize=''
300 cf_email=''
301 cf_by=''
302 cf_time=''
303 charsize=''
304 contains=''
305 cpp_stuff=''
306 cpplast=''
307 cppminus=''
308 cpprun=''
309 cppstdin=''
310 crosscompile=''
311 d_access=''
312 d_accessx=''
313 d_alarm=''
314 d_attribut=''
315 d_bcmp=''
316 d_bcopy=''
317 d_bzero=''
318 d_casti32=''
319 castflags=''
320 d_castneg=''
321 d_chown=''
322 d_chroot=''
323 d_chsize=''
324 d_closedir=''
325 d_void_closedir=''
326 d_const=''
327 cryptlib=''
328 d_crypt=''
329 d_csh=''
330 full_csh=''
331 d_cuserid=''
332 d_dbl_dig=''
333 d_difftime=''
334 d_dlerror=''
335 d_dlopen=''
336 d_dlsymun=''
337 d_dosuid=''
338 d_suidsafe=''
339 d_drand48proto=''
340 d_dup2=''
341 d_eaccess=''
342 d_endgrent=''
343 d_endhent=''
344 d_endnent=''
345 d_endpent=''
346 d_endpwent=''
347 d_endsent=''
348 d_fchmod=''
349 d_fchown=''
350 d_fcntl=''
351 d_fd_macros=''
352 d_fd_set=''
353 d_fds_bits=''
354 d_fgetpos=''
355 d_flexfnam=''
356 d_flock=''
357 d_fork=''
358 d_fpos64_t=''
359 d_frexpl=''
360 d_fs_data_s=''
361 d_fseeko=''
362 d_fsetpos=''
363 d_fstatfs=''
364 d_ftello=''
365 d_ftime=''
366 d_gettimeod=''
367 d_Gconvert=''
368 d_getcwd=''
369 d_getespwnam=''
370 d_getfsstat=''
371 d_getgrent=''
372 d_getgrps=''
373 d_gethbyaddr=''
374 d_gethbyname=''
375 d_gethent=''
376 aphostname=''
377 d_gethname=''
378 d_phostname=''
379 d_uname=''
380 d_gethostprotos=''
381 d_getlogin=''
382 d_getmnt=''
383 d_getmntent=''
384 d_getnbyaddr=''
385 d_getnbyname=''
386 d_getnent=''
387 d_getnetprotos=''
388 d_getpent=''
389 d_getpgid=''
390 d_getpgrp2=''
391 d_bsdgetpgrp=''
392 d_getpgrp=''
393 d_getppid=''
394 d_getprior=''
395 d_getpbyname=''
396 d_getpbynumber=''
397 d_getprotoprotos=''
398 d_getprpwnam=''
399 d_getpwent=''
400 d_getsent=''
401 d_getservprotos=''
402 d_getspnam=''
403 d_getsbyname=''
404 d_getsbyport=''
405 d_gnulibc=''
406 d_hasmntopt=''
407 d_htonl=''
408 d_iconv=''
409 d_inetaton=''
410 d_int64_t=''
411 d_isascii=''
412 d_isnan=''
413 d_isnanl=''
414 d_killpg=''
415 d_lchown=''
416 d_ldbl_dig=''
417 d_link=''
418 d_locconv=''
419 d_lockf=''
420 d_longdbl=''
421 longdblsize=''
422 d_longlong=''
423 longlongsize=''
424 d_lseekproto=''
425 d_lstat=''
426 d_madvise=''
427 d_mblen=''
428 d_mbstowcs=''
429 d_mbtowc=''
430 d_memchr=''
431 d_memcmp=''
432 d_memcpy=''
433 d_memmove=''
434 d_memset=''
435 d_mkdir=''
436 d_mkdtemp=''
437 d_mkfifo=''
438 d_mkstemp=''
439 d_mkstemps=''
440 d_mktime=''
441 d_mmap=''
442 mmaptype=''
443 d_modfl=''
444 d_mprotect=''
445 d_msg=''
446 d_msgctl=''
447 d_msgget=''
448 d_msgrcv=''
449 d_msgsnd=''
450 d_msync=''
451 d_munmap=''
452 d_nice=''
453 d_off64_t=''
454 d_open3=''
455 d_fpathconf=''
456 d_pathconf=''
457 d_pause=''
458 d_pipe=''
459 d_poll=''
460 d_portable=''
461 d_old_pthread_create_joinable=''
462 old_pthread_create_joinable=''
463 d_pthread_yield=''
464 d_sched_yield=''
465 sched_yield=''
466 d_qgcvt=''
467 d_readdir=''
468 d_rewinddir=''
469 d_seekdir=''
470 d_telldir=''
471 d_readlink=''
472 d_rename=''
473 d_rmdir=''
474 d_safebcpy=''
475 d_safemcpy=''
476 d_sanemcmp=''
477 d_select=''
478 d_sem=''
479 d_semctl=''
480 d_semget=''
481 d_semop=''
482 d_setegid=''
483 d_seteuid=''
484 d_setgrent=''
485 d_setgrps=''
486 d_sethent=''
487 d_setlinebuf=''
488 d_setlocale=''
489 d_setnent=''
490 d_setpent=''
491 d_setpgid=''
492 d_setpgrp2=''
493 d_bsdsetpgrp=''
494 d_setpgrp=''
495 d_setprior=''
496 d_setproctitle=''
497 d_setpwent=''
498 d_setregid=''
499 d_setresgid=''
500 d_setresuid=''
501 d_setreuid=''
502 d_setrgid=''
503 d_setruid=''
504 d_setsent=''
505 d_setsid=''
506 d_setvbuf=''
507 d_sfio=''
508 usesfio=''
509 d_shm=''
510 d_shmat=''
511 d_shmatprototype=''
512 shmattype=''
513 d_shmctl=''
514 d_shmdt=''
515 d_shmget=''
516 d_sigaction=''
517 d_sigsetjmp=''
518 d_msg_ctrunc=''
519 d_msg_dontroute=''
520 d_msg_oob=''
521 d_msg_peek=''
522 d_msg_proxy=''
523 d_oldsock=''
524 d_scm_rights=''
525 d_socket=''
526 d_sockpair=''
527 sockethdr=''
528 socketlib=''
529 d_socklen_t=''
530 d_socks5_init=''
531 d_sqrtl=''
532 d_statblks=''
533 d_statfs_f_flags=''
534 d_statfs_s=''
535 d_fstatvfs=''
536 d_statvfs=''
537 d_stdio_cnt_lval=''
538 d_stdio_ptr_lval=''
539 d_stdiobase=''
540 d_stdstdio=''
541 stdio_base=''
542 stdio_bufsiz=''
543 stdio_cnt=''
544 stdio_filbuf=''
545 stdio_ptr=''
546 d_index=''
547 d_strchr=''
548 d_strcoll=''
549 d_strctcpy=''
550 d_strerrm=''
551 d_strerror=''
552 d_sysernlst=''
553 d_syserrlst=''
554 d_strtod=''
555 d_strtol=''
556 d_strtold=''
557 d_strtoll=''
558 d_strtoul=''
559 d_strtoull=''
560 d_strtouq=''
561 d_strxfrm=''
562 d_symlink=''
563 d_syscall=''
564 d_sysconf=''
565 d_system=''
566 d_tcgetpgrp=''
567 d_tcsetpgrp=''
568 d_telldirproto=''
569 d_time=''
570 timetype=''
571 clocktype=''
572 d_times=''
573 d_truncate=''
574 d_tzname=''
575 d_umask=''
576 d_semctl_semid_ds=''
577 d_semctl_semun=''
578 d_union_semun=''
579 d_ustat=''
580 d_vfork=''
581 usevfork=''
582 d_voidsig=''
583 signal_t=''
584 d_volatile=''
585 d_charvspr=''
586 d_vprintf=''
587 d_wait4=''
588 d_waitpid=''
589 d_wcstombs=''
590 d_wctomb=''
591 dlext=''
592 cccdlflags=''
593 ccdlflags=''
594 dlsrc=''
595 ld=''
596 lddlflags=''
597 usedl=''
598 doublesize=''
599 ebcdic=''
600 fflushNULL=''
601 fflushall=''
602 fpossize=''
603 fpostype=''
604 gccosandvers=''
605 gccversion=''
606 gidformat=''
607 gidsign=''
608 gidsize=''
609 gidtype=''
610 groupstype=''
611 h_fcntl=''
612 h_sysfile=''
613 i_arpainet=''
614 db_hashtype=''
615 db_prefixtype=''
616 i_db=''
617 i_dbm=''
618 i_rpcsvcdbm=''
619 d_dirnamlen=''
620 direntrytype=''
621 i_dirent=''
622 i_dld=''
623 i_dlfcn=''
624 i_fcntl=''
625 i_float=''
626 i_gdbm=''
627 d_grpasswd=''
628 i_grp=''
629 i_iconv=''
630 i_ieeefp=''
631 i_inttypes=''
632 i_libutil=''
633 i_limits=''
634 i_locale=''
635 i_machcthr=''
636 i_malloc=''
637 i_math=''
638 i_memory=''
639 i_mntent=''
640 i_ndbm=''
641 i_netdb=''
642 i_neterrno=''
643 i_netinettcp=''
644 i_niin=''
645 i_sysin=''
646 i_poll=''
647 i_prot=''
648 i_pthread=''
649 d_pwage=''
650 d_pwchange=''
651 d_pwclass=''
652 d_pwcomment=''
653 d_pwexpire=''
654 d_pwgecos=''
655 d_pwpasswd=''
656 d_pwquota=''
657 i_pwd=''
658 i_sfio=''
659 i_shadow=''
660 i_socks=''
661 i_stddef=''
662 i_stdlib=''
663 i_string=''
664 strings=''
665 i_sunmath=''
666 i_sysaccess=''
667 i_sysdir=''
668 i_sysfile=''
669 d_voidtty=''
670 i_bsdioctl=''
671 i_sysfilio=''
672 i_sysioctl=''
673 i_syssockio=''
674 i_syslog=''
675 i_sysmman=''
676 i_sysmode=''
677 i_sysmount=''
678 i_sysndir=''
679 i_sysparam=''
680 i_sysresrc=''
681 i_syssecrt=''
682 i_sysselct=''
683 i_sysstat=''
684 i_sysstatfs=''
685 i_sysstatvfs=''
686 i_systimes=''
687 i_systypes=''
688 i_sysuio=''
689 i_sysun=''
690 i_sysutsname=''
691 i_sysvfs=''
692 i_syswait=''
693 i_sgtty=''
694 i_termio=''
695 i_termios=''
696 i_systime=''
697 i_systimek=''
698 i_time=''
699 timeincl=''
700 i_unistd=''
701 i_ustat=''
702 i_utime=''
703 i_values=''
704 i_stdarg=''
705 i_varargs=''
706 i_varhdr=''
707 i_vfork=''
708 inc_version_list=''
709 inc_version_list_init=''
710 installprefix=''
711 installprefixexp=''
712 installstyle=''
713 installusrbinperl=''
714 intsize=''
715 longsize=''
716 shortsize=''
717 libc=''
718 ldlibpthname=''
719 libperl=''
720 shrpenv=''
721 useshrplib=''
722 glibpth=''
723 libpth=''
724 loclibpth=''
725 plibpth=''
726 xlibpth=''
727 ignore_versioned_solibs=''
728 libs=''
729 libsdirs=''
730 libsfiles=''
731 libsfound=''
732 libspath=''
733 lns=''
734 d_PRIEUldbl=''
735 d_PRIFUldbl=''
736 d_PRIGUldbl=''
737 d_PRIeldbl=''
738 d_PRIfldbl=''
739 d_PRIgldbl=''
740 d_SCNfldbl=''
741 sPRIEUldbl=''
742 sPRIFUldbl=''
743 sPRIGUldbl=''
744 sPRIeldbl=''
745 sPRIfldbl=''
746 sPRIgldbl=''
747 sSCNfldbl=''
748 lseeksize=''
749 lseektype=''
750 make_set_make=''
751 d_mymalloc=''
752 freetype=''
753 mallocobj=''
754 mallocsrc=''
755 malloctype=''
756 usemymalloc=''
757 installman1dir=''
758 man1dir=''
759 man1direxp=''
760 man1ext=''
761 installman3dir=''
762 man3dir=''
763 man3direxp=''
764 man3ext=''
765 modetype=''
766 multiarch=''
767 mydomain=''
768 myhostname=''
769 phostname=''
770 c=''
771 n=''
772 d_eofnblk=''
773 eagain=''
774 o_nonblock=''
775 rd_nodata=''
776 netdb_hlen_type=''
777 netdb_host_type=''
778 netdb_name_type=''
779 netdb_net_type=''
780 groupcat=''
781 hostcat=''
782 passcat=''
783 orderlib=''
784 ranlib=''
785 d_perl_otherlibdirs=''
786 otherlibdirs=''
787 package=''
788 spackage=''
789 pager=''
790 api_revision=''
791 api_subversion=''
792 api_version=''
793 api_versionstring=''
794 patchlevel=''
795 revision=''
796 subversion=''
797 version=''
798 perl5=''
799 perladmin=''
800 perlpath=''
801 d_nv_preserves_uv=''
802 d_nv_preserves_uv_bits=''
803 i16size=''
804 i16type=''
805 i32size=''
806 i32type=''
807 i64size=''
808 i64type=''
809 i8size=''
810 i8type=''
811 ivsize=''
812 ivtype=''
813 nvsize=''
814 nvtype=''
815 u16size=''
816 u16type=''
817 u32size=''
818 u32type=''
819 u64size=''
820 u64type=''
821 u8size=''
822 u8type=''
823 uvsize=''
824 uvtype=''
825 ivdformat=''
826 nvEUformat=''
827 nvFUformat=''
828 nvGUformat=''
829 nveformat=''
830 nvfformat=''
831 nvgformat=''
832 uvXUformat=''
833 uvoformat=''
834 uvuformat=''
835 uvxformat=''
836 pidtype=''
837 prefix=''
838 prefixexp=''
839 installprivlib=''
840 privlib=''
841 privlibexp=''
842 prototype=''
843 ptrsize=''
844 d_PRIXU64=''
845 d_PRId64=''
846 d_PRIi64=''
847 d_PRIo64=''
848 d_PRIu64=''
849 d_PRIx64=''
850 sPRIXU64=''
851 sPRId64=''
852 sPRIi64=''
853 sPRIo64=''
854 sPRIu64=''
855 sPRIx64=''
856 d_quad=''
857 quadkind=''
858 quadtype=''
859 uquadtype=''
860 drand01=''
861 randbits=''
862 randfunc=''
863 randseedtype=''
864 seedfunc=''
865 installscript=''
866 scriptdir=''
867 scriptdirexp=''
868 selectminbits=''
869 selecttype=''
870 sh=''
871 sig_count=''
872 sig_name=''
873 sig_name_init=''
874 sig_num=''
875 sig_num_init=''
876 installsitearch=''
877 sitearch=''
878 sitearchexp=''
879 installsitebin=''
880 sitebin=''
881 sitebinexp=''
882 installsitelib=''
883 sitelib=''
884 sitelib_stem=''
885 sitelibexp=''
886 siteprefix=''
887 siteprefixexp=''
888 sizesize=''
889 sizetype=''
890 so=''
891 socksizetype=''
892 sharpbang=''
893 shsharp=''
894 spitshell=''
895 src=''
896 ssizetype=''
897 startperl=''
898 startsh=''
899 stdchar=''
900 d_stdio_stream_array=''
901 stdio_stream_array=''
902 sysman=''
903 trnl=''
904 uidformat=''
905 uidsign=''
906 uidsize=''
907 uidtype=''
908 archname64=''
909 use64bitall=''
910 use64bitint=''
911 ccflags_uselargefiles=''
912 ldflags_uselargefiles=''
913 libswanted_uselargefiles=''
914 uselargefiles=''
915 uselongdouble=''
916 usemorebits=''
917 usemultiplicity=''
918 nm_opt=''
919 nm_so_opt=''
920 runnm=''
921 usenm=''
922 useperlio=''
923 usesocks=''
924 d_oldpthreads=''
925 use5005threads=''
926 useithreads=''
927 usethreads=''
928 incpath=''
929 mips_type=''
930 usrinc=''
931 d_vendorarch=''
932 installvendorarch=''
933 vendorarch=''
934 vendorarchexp=''
935 d_vendorbin=''
936 installvendorbin=''
937 vendorbin=''
938 vendorbinexp=''
939 d_vendorlib=''
940 installvendorlib=''
941 vendorlib=''
942 vendorlib_stem=''
943 vendorlibexp=''
944 usevendorprefix=''
945 vendorprefix=''
946 vendorprefixexp=''
947 versiononly=''
948 defvoidused=''
949 voidflags=''
950 pm_apiversion=''
951 xs_apiversion=''
952 CONFIG=''
953
954 define='define'
955 undef='undef'
956 smallmach='pdp11 i8086 z8000 i80286 iAPX286'
957 rmlist=''
958
959 : We must find out about Eunice early
960 eunicefix=':'
961 if test -f /etc/unixtovms; then
962         eunicefix=/etc/unixtovms
963 fi
964 if test -f /etc/unixtovms.exe; then
965         eunicefix=/etc/unixtovms.exe
966 fi
967
968 i_whoami=''
969 ccname=''
970 ccversion=''
971 perllibs=''
972 : set useposix=false in your hint file to disable the POSIX extension.
973 useposix=true
974 : set useopcode=false in your hint file to disable the Opcode extension.
975 useopcode=true
976 : Trailing extension.  Override this in a hint file, if needed.
977 _exe=''
978 : Extra object files, if any, needed on this platform.
979 archobjs=''
980 archname=''
981 : Possible local include directories to search.
982 : Set locincpth to "" in a hint file to defeat local include searches.
983 locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
984 locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
985 :
986 : no include file wanted by default
987 inclwanted=''
988
989 groupstype=''
990 : change the next line if compiling for Xenix/286 on Xenix/386
991 xlibpth='/usr/lib/386 /lib/386'
992 : Possible local library directories to search.
993 loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
994 loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
995
996 : general looking path for locating libraries
997 glibpth="/lib /usr/lib $xlibpth"
998 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
999 test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
1000 test -f /shlib/libc.so     && glibpth="/shlib $glibpth"
1001
1002 : Private path used by Configure to find libraries.  Its value
1003 : is prepended to libpth. This variable takes care of special
1004 : machines, like the mips.  Usually, it should be empty.
1005 plibpth=''
1006
1007 : default library list
1008 libswanted=''
1009 : some systems want to use only the non-versioned libso:s
1010 ignore_versioned_solibs=''
1011 archname64=''
1012 ccflags_uselargefiles=''
1013 ldflags_uselargefiles=''
1014 libswanted_uselargefiles=''
1015 : set usemultiplicity on the Configure command line to enable multiplicity.
1016 : set usesocks on the Configure command line to enable socks.
1017 : set usethreads on the Configure command line to enable threads.
1018 : full support for void wanted by default
1019 defvoidused=15
1020
1021 : List of libraries we want.
1022 : If anyone needs -lnet, put it in a hint file.
1023 libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl'
1024 libswanted="$libswanted dld ld sun m c cposix posix"
1025 libswanted="$libswanted ndir dir crypt sec"
1026 libswanted="$libswanted ucb bsd BSD PW x iconv util"
1027 : We probably want to search /usr/shlib before most other libraries.
1028 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
1029 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
1030 glibpth="/usr/shlib $glibpth"
1031 : Do not use vfork unless overridden by a hint file.
1032 usevfork=false
1033
1034 : Find the basic shell for Bourne shell scripts
1035 case "$sh" in
1036 '')
1037         case "$SYSTYPE" in
1038         *bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;
1039         *) xxx='/bin/sh';;
1040         esac
1041         if test -f "$xxx"; then
1042                 sh="$xxx"
1043         else
1044                 : Build up a list and do a single loop so we can 'break' out.
1045                 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1046                 for xxx in sh bash ksh pdksh ash; do
1047                         for p in $pth; do
1048                                 try="$try ${p}/${xxx}"
1049                         done
1050                 done
1051                 for xxx in $try; do
1052                         if test -f "$xxx"; then
1053                                 sh="$xxx";
1054                                 break
1055                         elif test -f "$xxx.exe"; then
1056                                 sh="$xxx";
1057                                 break
1058                         fi
1059                 done
1060         fi
1061         ;;
1062 esac
1063
1064 case "$sh" in
1065 '')     cat <<EOM >&2
1066 $me:  Fatal Error:  I can't find a Bourne Shell anywhere.  
1067
1068 Usually it's in /bin/sh.  How did you even get this far?
1069 Please contact me (Perl Maintainers) at perlbug@perl.org and 
1070 we'll try to straighten this all out.
1071 EOM
1072         exit 1
1073         ;;
1074 esac
1075
1076 : see if sh knows # comments
1077 if `$sh -c '#' >/dev/null 2>&1`; then
1078         shsharp=true
1079         spitshell=cat
1080         xcat=/bin/cat
1081         test -f $xcat || xcat=/usr/bin/cat
1082         echo "#!$xcat" >try
1083         $eunicefix try
1084         chmod +x try
1085         ./try > today
1086         if test -s today; then
1087                 sharpbang='#!'
1088         else
1089                 echo "#! $xcat" > try
1090                 $eunicefix try
1091                 chmod +x try
1092                 ./try > today
1093                 if test -s today; then
1094                         sharpbang='#! '
1095                 else
1096                         sharpbang=': use '
1097                 fi
1098         fi
1099 else
1100         echo " "
1101         echo "Your $sh doesn't grok # comments--I will strip them later on."
1102         shsharp=false
1103         cd ..
1104         echo "exec grep -v '^[  ]*#'" >spitshell
1105         chmod +x spitshell
1106         $eunicefix spitshell
1107         spitshell=`pwd`/spitshell
1108         cd UU
1109         echo "I presume that if # doesn't work, #! won't work either!"
1110         sharpbang=': use '
1111 fi
1112 rm -f try today
1113
1114 : figure out how to guarantee sh startup
1115 case "$startsh" in
1116 '') startsh=${sharpbang}${sh} ;;
1117 *)
1118 esac
1119 cat >try <<EOSS
1120 $startsh
1121 set abc
1122 test "$?abc" != 1
1123 EOSS
1124
1125 chmod +x try
1126 $eunicefix try
1127 if ./try; then
1128         : echo "Yup, it does."
1129 else
1130         echo "Hmm... '$startsh' does not guarantee sh startup..."
1131         echo "You may have to fix up the shell scripts to make sure $sh runs them."
1132 fi
1133 rm -f try
1134
1135
1136 : Save command line options in file UU/cmdline.opt for later use in
1137 : generating config.sh.
1138 cat > cmdline.opt <<EOSH
1139 # Configure command line arguments.
1140 config_arg0='$0'
1141 config_args='$*'
1142 config_argc=$#
1143 EOSH
1144 argn=1
1145 for arg in "$@"; do
1146         cat >>cmdline.opt <<EOSH
1147 config_arg$argn='$arg'
1148 EOSH
1149         argn=`expr $argn + 1`
1150 done
1151
1152 : produce awk script to parse command line options
1153 cat >options.awk <<'EOF'
1154 BEGIN {
1155         optstr = "A:dD:eEf:hKOrsSU:V";  # getopt-style specification
1156
1157         len = length(optstr);
1158         for (i = 1; i <= len; i++) {
1159                 c = substr(optstr, i, 1);
1160                 if (i < len) a = substr(optstr, i + 1, 1); else a = "";
1161                 if (a == ":") {
1162                         arg[c] = 1;
1163                         i++;
1164                 }
1165                 opt[c] = 1;
1166         }
1167 }
1168 {
1169         expect = 0;
1170         str = $0;
1171         if (substr(str, 1, 1) != "-") {
1172                 printf("'%s'\n", str);
1173                 next;
1174         }
1175         len = length($0);
1176         for (i = 2; i <= len; i++) {
1177                 c = substr(str, i, 1);
1178                 if (!opt[c]) {
1179                         printf("-%s\n", substr(str, i));
1180                         next;
1181                 }
1182                 printf("-%s\n", c);
1183                 if (arg[c]) {
1184                         if (i < len)
1185                                 printf("'%s'\n", substr(str, i + 1));
1186                         else
1187                                 expect = 1;
1188                         next;
1189                 }
1190         }
1191 }
1192 END {
1193         if (expect)
1194                 print "?";
1195 }
1196 EOF
1197
1198 : process the command line options
1199 set X `for arg in "$@"; do echo "X$arg"; done |
1200         sed -e s/X// | awk -f options.awk`
1201 eval "set $*"
1202 shift
1203 rm -f options.awk
1204
1205 : set up default values
1206 fastread=''
1207 reuseval=false
1208 config_sh=''
1209 alldone=''
1210 error=''
1211 silent=''
1212 extractsh=''
1213 override=''
1214 knowitall=''
1215 rm -f optdef.sh posthint.sh
1216 cat >optdef.sh <<EOS
1217 $startsh
1218 EOS
1219
1220
1221 : option parsing
1222 while test $# -gt 0; do
1223         case "$1" in
1224         -d) shift; fastread=yes;;
1225         -e) shift; alldone=cont;;
1226         -f)
1227                 shift
1228                 cd ..
1229                 if test -r "$1"; then
1230                         config_sh="$1"
1231                 else
1232                         echo "$me: cannot read config file $1." >&2
1233                         error=true
1234                 fi
1235                 cd UU
1236                 shift;;
1237         -h) shift; error=true;;
1238         -r) shift; reuseval=true;;
1239         -s) shift; silent=true; realsilent=true;;
1240         -E) shift; alldone=exit;;
1241         -K) shift; knowitall=true;;
1242         -O) shift; override=true;;
1243         -S) shift; silent=true; extractsh=true;;
1244         -D)
1245                 shift
1246                 case "$1" in
1247                 *=)
1248                         echo "$me: use '-U symbol=', not '-D symbol='." >&2
1249                         echo "$me: ignoring -D $1" >&2
1250                         ;;
1251                 *=*) echo "$1" | \
1252                                 sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;;
1253                 *) echo "$1='define'" >> optdef.sh;;
1254                 esac
1255                 shift
1256                 ;;
1257         -U)
1258                 shift
1259                 case "$1" in
1260                 *=) echo "$1" >> optdef.sh;;
1261                 *=*)
1262                         echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2
1263                         echo "$me: ignoring -U $1" >&2
1264                         ;;
1265                 *) echo "$1='undef'" >> optdef.sh;;
1266                 esac
1267                 shift
1268                 ;;
1269         -A)
1270             shift
1271             xxx=''
1272             yyy="$1"
1273             zzz=''
1274             uuu=undef
1275             case "$yyy" in
1276             *=*) zzz=`echo $yyy|sed 's!=.*!!'`
1277                  case "$zzz" in
1278                  *:*) zzz='' ;;
1279                  *)   xxx=append
1280                       zzz=" "`echo $yyy|sed 's!^[^=]*=!!'` 
1281                       yyy=`echo $yyy|sed 's!=.*!!'` ;;
1282                  esac
1283                  ;;
1284             esac
1285             case "$xxx" in
1286             '')  case "$yyy" in
1287                  *:*) xxx=`echo $yyy|sed 's!:.*!!'`
1288                       yyy=`echo $yyy|sed 's!^[^:]*:!!'`
1289                       zzz=`echo $yyy|sed 's!^[^=]*=!!'`
1290                       yyy=`echo $yyy|sed 's!=.*!!'` ;;
1291                  *)   xxx=`echo $yyy|sed 's!:.*!!'`
1292                       yyy=`echo $yyy|sed 's!^[^:]*:!!'` ;;
1293                  esac
1294                  ;;       
1295             esac
1296             case "$xxx" in
1297             append)
1298                 echo "$yyy=\"\${$yyy}$zzz\""    >> posthint.sh ;;
1299             clear)
1300                 echo "$yyy=''"                  >> posthint.sh ;;
1301             define)
1302                 case "$zzz" in
1303                 '') zzz=define ;;
1304                 esac
1305                 echo "$yyy='$zzz'"              >> posthint.sh ;;
1306             eval)
1307                 echo "eval \"$yyy=$zzz\""       >> posthint.sh ;;
1308             prepend)
1309                 echo "$yyy=\"$zzz\${$yyy}\""    >> posthint.sh ;;
1310             undef)
1311                 case "$zzz" in
1312                 '') zzz="$uuu" ;;
1313                 esac
1314                 echo "$yyy=$zzz"                >> posthint.sh ;;
1315             *)  echo "$me: unknown -A command '$xxx', ignoring -A $1" >&2 ;;
1316             esac
1317             shift
1318             ;;
1319         -V) echo "$me generated by metaconfig 3.0 PL70." >&2
1320             exit 0;;
1321         --) break;;
1322         -*) echo "$me: unknown option $1" >&2; shift; error=true;;
1323         *) break;;
1324         esac
1325 done
1326
1327 case "$error" in
1328 true)
1329         cat >&2 <<EOM
1330 Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1331                  [-U symbol] [-U symbol=] [-A command:symbol...]
1332   -d : use defaults for all answers.
1333   -e : go on without questioning past the production of config.sh.
1334   -f : specify an alternate default configuration file.
1335   -h : print this help message and exit (with an error status).
1336   -r : reuse C symbols value if possible (skips costly nm extraction).
1337   -s : silent mode, only echoes questions and essential information.
1338   -D : define symbol to have some value:
1339          -D symbol         symbol gets the value 'define'
1340          -D symbol=value   symbol gets the value 'value'
1341   -E : stop at the end of questions, after having produced config.sh.
1342   -K : do not use unless you know what you are doing.
1343   -O : let -D and -U override definitions from loaded configuration file.
1344   -S : perform variable substitutions on all .SH files (can mix with -f)
1345   -U : undefine symbol:
1346          -U symbol    symbol gets the value 'undef'
1347          -U symbol=   symbol gets completely empty
1348   -A : manipulate symbol after the platform specific hints have been applied:
1349          -A symbol=value                append " "value to symbol
1350          -A append:symbol=value         append value to symbol
1351          -A define:symbol=value         define symbol to have value
1352          -A clear:symbol                define symbol to be ''
1353          -A define:symbol               define symbol to be 'define'
1354          -A eval:symbol=value           define symbol to be eval of value
1355          -A prepend:symbol=value        prepend value to symbol
1356          -A undef:symbol                define symbol to be 'undef'
1357          -A undef:symbol=               define symbol to be ''
1358   -V : print version number and exit (with a zero status).
1359 EOM
1360         exit 1
1361         ;;
1362 esac
1363
1364 : Sanity checks
1365 case "$fastread$alldone" in
1366 yescont|yesexit) ;;
1367 *)
1368         case "$extractsh" in
1369         true) ;;
1370         *)
1371                 if test ! -t 0; then
1372                         echo "Say 'sh Configure', not 'sh <Configure'"
1373                         exit 1
1374                 fi
1375                 ;;
1376         esac
1377         ;;
1378 esac
1379
1380 exec 4>&1
1381 case "$silent" in
1382 true) exec 1>/dev/null;;
1383 esac
1384
1385 : run the defines and the undefines, if any, but leave the file out there...
1386 touch optdef.sh
1387 . ./optdef.sh
1388 : create the posthint manipulation script and leave the file out there...
1389 touch posthint.sh
1390
1391 : set package name
1392 package=perl5
1393 first=`echo $package | sed -e 's/^\(.\).*/\1/'`
1394 last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
1395 case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1396 ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
1397 *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
1398 esac
1399
1400 : Some greps do not return status, grrr.
1401 echo "grimblepritz" >grimble
1402 if grep blurfldyick grimble >/dev/null 2>&1 ; then
1403         contains=contains
1404 elif grep grimblepritz grimble >/dev/null 2>&1 ; then
1405         contains=grep
1406 else
1407         contains=contains
1408 fi
1409 rm -f grimble
1410 : the following should work in any shell
1411 case "$contains" in
1412 contains*)
1413         echo " "
1414         echo "AGH!  Grep doesn't return a status.  Attempting remedial action."
1415         cat >contains <<'EOSS'
1416 grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
1417 EOSS
1418 chmod +x contains
1419 esac
1420
1421 : Find the path to the source tree
1422 case "$src" in
1423 '') case "$0" in
1424     */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`
1425          case "$src" in
1426          /*)    ;;
1427          *)     src=`cd ../$src && pwd` ;;
1428          esac
1429          ;;
1430     *)   src='.';;
1431     esac;;
1432 esac
1433 case "$src" in
1434 '')     src=/
1435         rsrc=/
1436         ;;
1437 /*) rsrc="$src";;
1438 *) rsrc="../$src";;
1439 esac
1440 if test -f $rsrc/Configure && \
1441         $contains "^package=$package$" $rsrc/Configure >/dev/null 2>&1
1442 then
1443    : found it, so we are ok.
1444 else
1445         rsrc=''
1446         for src in . .. ../.. ../../.. ../../../..; do
1447                 if test -f ../$src/Configure && \
1448                         $contains "^package=$package$" ../$src/Configure >/dev/null 2>&1
1449                 then
1450                         rsrc=../$src
1451                         break
1452                 fi
1453         done
1454 fi
1455 case "$rsrc" in
1456 '')
1457         cat <<EOM >&4
1458
1459 Sorry, I can't seem to locate the source dir for $package.  Please start
1460 Configure with an explicit path -- i.e. /some/path/Configure.
1461
1462 EOM
1463         exit 1
1464         ;;
1465 ../.)   rsrc='..';;
1466 *)
1467         echo " "
1468         echo "Sources for $package found in \"$src\"." >&4
1469         ;;
1470 esac
1471
1472 : script used to extract .SH files with variable substitutions
1473 cat >extract <<'EOS'
1474 CONFIGDOTSH=true
1475 echo "Doing variable substitutions on .SH files..."
1476 if test -f $src/MANIFEST; then
1477         set x `awk '{print $1}' <$src/MANIFEST | grep '\.SH$'`
1478 else
1479         echo "(Looking for .SH files under the source directory.)"
1480         set x `(cd $src; find . -name "*.SH" -print)`
1481 fi
1482 shift
1483 case $# in
1484 0) set x `(cd $src; echo *.SH)`; shift;;
1485 esac
1486 if test ! -f $src/$1; then
1487         shift
1488 fi
1489 mkdir_p='
1490 name=$1;
1491 create="";
1492 while test $name; do
1493         if test ! -d "$name"; then
1494                 create="$name $create";
1495                 name=`echo $name | sed -e "s|^[^/]*$||"`;
1496                 name=`echo $name | sed -e "s|\(.*\)/.*|\1|"`;
1497         else
1498                 name="";
1499         fi;
1500 done;
1501 for file in $create; do
1502         mkdir $file;
1503 done
1504 '
1505 for file in $*; do
1506         case "$src" in
1507         ".")
1508                 case "$file" in
1509                 */*)
1510                         dir=`expr X$file : 'X\(.*\)/'`
1511                         file=`expr X$file : 'X.*/\(.*\)'`
1512                         (cd $dir && . ./$file)
1513                         ;;
1514                 *)
1515                         . ./$file
1516                         ;;
1517                 esac
1518                 ;;
1519         *)
1520                 case "$file" in
1521                 */*)
1522                         dir=`expr X$file : 'X\(.*\)/'`
1523                         file=`expr X$file : 'X.*/\(.*\)'`
1524                         (set x $dir; shift; eval $mkdir_p)
1525                         sh <$src/$dir/$file
1526                         ;;
1527                 *)
1528                         sh <$src/$file
1529                         ;;
1530                 esac
1531                 ;;
1532         esac
1533 done
1534 if test -f $src/config_h.SH; then
1535         if test ! -f config.h; then
1536         : oops, they left it out of MANIFEST, probably, so do it anyway.
1537         . $src/config_h.SH
1538         fi
1539 fi
1540 EOS
1541
1542 : extract files and exit if asked to do so
1543 case "$extractsh" in
1544 true)
1545         case "$realsilent" in
1546         true) ;;
1547         *) exec 1>&4;;
1548         esac
1549         case "$config_sh" in
1550         '') config_sh='config.sh';;
1551         esac
1552         echo " "
1553         echo "Fetching answers from $config_sh..."
1554         cd ..
1555         . $config_sh
1556         test "$override" && . ./optdef.sh
1557         echo " "
1558         . UU/extract
1559         rm -rf UU
1560         echo "Done."
1561         exit 0
1562         ;;
1563 esac
1564
1565 : Eunice requires " " instead of "", can you believe it
1566 echo " "
1567 : Here we go...
1568 echo "Beginning of configuration questions for $package."
1569
1570 trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
1571
1572 : first determine how to suppress newline on echo command
1573 echo " "
1574 echo "Checking echo to see how to suppress newlines..."
1575 (echo "hi there\c" ; echo " ") >.echotmp
1576 if $contains c .echotmp >/dev/null 2>&1 ; then
1577         echo "...using -n."
1578         n='-n'
1579         c=''
1580 else
1581         cat <<'EOM'
1582 ...using \c
1583 EOM
1584         n=''
1585         c='\c'
1586 fi
1587 echo $n "The star should be here-->$c"
1588 echo '*'
1589 rm -f .echotmp
1590
1591 : Now test for existence of everything in MANIFEST
1592 echo " "
1593 if test -f $rsrc/MANIFEST; then
1594         echo "First let's make sure your kit is complete.  Checking..." >&4
1595         awk '$1 !~ /PACK[A-Z]+/ {print $1}' $rsrc/MANIFEST | split -50
1596         rm -f missing
1597         tmppwd=`pwd`
1598         for filelist in x??; do
1599                 (cd $rsrc; ls `cat $tmppwd/$filelist` >/dev/null 2>>$tmppwd/missing)
1600         done
1601         if test -s missing; then
1602                 cat missing >&4
1603                 cat >&4 <<'EOM'
1604
1605 THIS PACKAGE SEEMS TO BE INCOMPLETE.
1606
1607 You have the option of continuing the configuration process, despite the
1608 distinct possibility that your kit is damaged, by typing 'y'es.  If you
1609 do, don't blame me if something goes wrong.  I advise you to type 'n'o
1610 and contact the author (perlbug@perl.org).
1611
1612 EOM
1613                 echo $n "Continue? [n] $c" >&4
1614                 read ans
1615                 case "$ans" in
1616                 y*)
1617                         echo "Continuing..." >&4
1618                         rm -f missing
1619                         ;;
1620                 *)
1621                         echo "ABORTING..." >&4
1622                         kill $$
1623                         ;;
1624                 esac
1625         else
1626                 echo "Looks good..."
1627         fi
1628 else
1629         echo "There is no MANIFEST file.  I hope your kit is complete !"
1630 fi
1631 rm -f missing x??
1632
1633 echo " "
1634 : Find the appropriate value for a newline for tr
1635 if test -n "$DJGPP"; then
1636        trnl='\012'
1637 fi
1638 if test X"$trnl" = X; then
1639         case "`echo foo|tr '\n' x 2>/dev/null`" in
1640         foox) trnl='\n' ;;
1641         esac
1642 fi
1643 if test X"$trnl" = X; then
1644         case "`echo foo|tr '\012' x 2>/dev/null`" in
1645         foox) trnl='\012' ;;
1646         esac
1647 fi
1648 if test X"$trnl" = X; then
1649         cat <<EOM >&2
1650
1651 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
1652
1653 EOM
1654         exit 1
1655 fi
1656
1657 : compute the number of columns on the terminal for proper question formatting
1658 case "$COLUMNS" in
1659 '') COLUMNS='80';;
1660 esac
1661
1662 : set up the echo used in my read
1663 myecho="case \"\$xxxm\" in
1664 '') echo $n \"\$rp $c\" >&4;;
1665 *) case \"\$rp\" in
1666         '') echo $n \"[\$xxxm] $c\";;
1667         *)
1668                 if test \`echo \"\$rp [\$xxxm]  \" | wc -c\` -ge $COLUMNS; then
1669                         echo \"\$rp\" >&4
1670                         echo $n \"[\$xxxm] $c\" >&4
1671                 else
1672                         echo $n \"\$rp [\$xxxm] $c\" >&4
1673                 fi
1674                 ;;
1675         esac;;
1676 esac"
1677
1678 : now set up to do reads with possible shell escape and default assignment
1679 cat <<EOSC >myread
1680 $startsh
1681 xxxm=\$dflt
1682 $myecho
1683 ans='!'
1684 case "\$fastread" in
1685 yes) case "\$dflt" in
1686         '') ;;
1687         *) ans='';
1688                 case "\$silent-\$rp" in
1689                 true-) ;;
1690                 *) echo " " >&4;;
1691                 esac;;
1692         esac;;
1693 *) case "\$silent" in
1694         true) case "\$rp" in
1695                 '') ans='';;
1696                 esac;;
1697         esac;;
1698 esac
1699 while expr "X\$ans" : "X!" >/dev/null; do
1700         read answ
1701         set x \$xxxm
1702         shift
1703         aok=''; eval "ans=\\"\$answ\\"" && aok=y
1704         case  "\$answ" in
1705         "!")
1706                 sh 1>&4
1707                 echo " "
1708                 $myecho
1709                 ;;
1710         !*)
1711                 set x \`expr "X\$ans" : "X!\(.*\)\$"\`
1712                 shift
1713                 sh 1>&4 -c "\$*"
1714                 echo " "
1715                 $myecho
1716                 ;;
1717         "\$ans")
1718                 case "\$ans" in
1719                 \\&*)
1720                         set x \`expr "X\$ans" : "X&\(.*\)\$"\`
1721                         shift
1722                         case "\$1" in
1723                         -d)
1724                                 fastread=yes
1725                                 echo "(OK, I'll run with -d after this question.)" >&4
1726                                 ;;
1727                         -*)
1728                                 echo "*** Sorry, \$1 not supported yet." >&4
1729                                 ;;
1730                         esac
1731                         $myecho
1732                         ans=!
1733                         ;;
1734                 esac;;
1735         *)
1736                 case "\$aok" in
1737                 y)
1738                         echo "*** Substitution done -- please confirm."
1739                         xxxm="\$ans"
1740                         ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
1741                         xxxm="\$ans"
1742                         ans=!
1743                         ;;
1744                 *)
1745                         echo "*** Error -- try again."
1746                         ans=!
1747                         ;;
1748                 esac
1749                 $myecho
1750                 ;;
1751         esac
1752         case "\$ans\$xxxm\$nostick" in
1753         '')
1754                 ans=!
1755                 $myecho
1756                 ;;
1757         esac
1758 done
1759 case "\$ans" in
1760 '') ans="\$xxxm";;
1761 esac
1762 EOSC
1763
1764 : create .config dir to save info across Configure sessions
1765 test -d ../.config || mkdir ../.config
1766 cat >../.config/README <<EOF
1767 This directory created by Configure to save information that should
1768 persist across sessions for $package.
1769
1770 You may safely delete it if you wish.
1771 EOF
1772
1773 xversion=`awk '/define[         ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
1774 case "$usedevel" in
1775 $define|true|[yY]*) ;;
1776 *) case "$xversion" in
1777    *[13579])
1778         cat >&4 <<EOH
1779 *** WHOA THERE!!! ***
1780
1781     This is an UNSTABLE DEVELOPMENT release.
1782     The version of this $package distribution is $xversion, that is, odd,
1783     (as opposed to even) and that signifies a development release.
1784     If you want a maintenance release, you want an even-numbered version.
1785
1786     Do ***NOT*** install this into production use.
1787     Data corruption and crashes are possible.
1788
1789     It is most seriously suggested that you do not continue any further
1790     unless you want to help in developing and debugging Perl.
1791
1792 EOH
1793         rp='Do you really want to continue?'
1794         dflt='n'
1795         . ./myread
1796         case "$ans" in
1797         [yY]) echo >&4 "Okay, continuing." ;;
1798         *) echo >&4 "Okay, bye."
1799            exit 1
1800            ;;
1801         esac
1802         ;;
1803     esac
1804     ;;
1805 esac
1806
1807 : general instructions
1808 needman=true
1809 firsttime=true
1810 user=`(logname) 2>/dev/null`
1811 case "$user" in
1812 '') user=`whoami 2>&1`;;
1813 esac
1814 if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then
1815         firsttime=false
1816         echo " "
1817         rp='Would you like to see the instructions?'
1818         dflt=n
1819         . ./myread
1820         case "$ans" in
1821         [yY]*) ;;
1822         *) needman=false;;
1823         esac
1824 fi
1825 if $needman; then
1826         cat <<EOH
1827
1828 This installation shell script will examine your system and ask you questions
1829 to determine how the perl5 package should be installed. If you get
1830 stuck on a question, you may use a ! shell escape to start a subshell or
1831 execute a command.  Many of the questions will have default answers in square
1832 brackets; typing carriage return will give you the default.
1833
1834 On some of the questions which ask for file or directory names you are allowed
1835 to use the ~name construct to specify the login directory belonging to "name",
1836 even if you don't have a shell which knows about that.  Questions where this is
1837 allowed will be marked "(~name ok)".
1838
1839 EOH
1840         rp=''
1841         dflt='Type carriage return to continue'
1842         . ./myread
1843         cat <<'EOH'
1844
1845 The prompter used in this script allows you to use shell variables and
1846 backticks in your answers.  You may use $1, $2, etc...  to refer to the words
1847 in the default answer, as if the default line was a set of arguments given to a
1848 script shell.  This means you may also use $* to repeat the whole default line,
1849 so you do not have to re-type everything to add something to the default.
1850
1851 Everytime there is a substitution, you will have to confirm.  If there is an
1852 error (e.g. an unmatched backtick), the default answer will remain unchanged
1853 and you will be prompted again.
1854
1855 If you are in a hurry, you may run 'Configure -d'.  This will bypass nearly all
1856 the questions and use the computed defaults (or the previous answers if there
1857 was already a config.sh file). Type 'Configure -h' for a list of options.
1858 You may also start interactively and then answer '& -d' at any prompt to turn
1859 on the non-interactive behaviour for the remainder of the execution.
1860
1861 EOH
1862         . ./myread
1863         cat <<EOH
1864
1865 Much effort has been expended to ensure that this shell script will run on any
1866 Unix system.  If despite that it blows up on yours, your best bet is to edit
1867 Configure and run it again.  If you can't run Configure for some reason,
1868 you'll have to generate a config.sh file by hand.  Whatever problems you
1869 have, let me (perlbug@perl.org) know how I blew it.
1870
1871 This installation script affects things in two ways:
1872
1873 1) it may do direct variable substitutions on some of the files included
1874    in this kit.
1875 2) it builds a config.h file for inclusion in C programs.  You may edit
1876    any of these files as the need arises after running this script.
1877
1878 If you make a mistake on a question, there is no easy way to back up to it
1879 currently.  The easiest thing to do is to edit config.sh and rerun all the SH
1880 files.  Configure will offer to let you do this before it runs the SH files.
1881
1882 EOH
1883         dflt='Type carriage return to continue'
1884         . ./myread
1885         case "$firsttime" in
1886         true) echo $user >>../.config/instruct;;
1887         esac
1888 fi
1889
1890 : find out where common programs are
1891 echo " "
1892 echo "Locating common programs..." >&4
1893 cat <<EOSC >loc
1894 $startsh
1895 case \$# in
1896 0) exit 1;;
1897 esac
1898 thing=\$1
1899 shift
1900 dflt=\$1
1901 shift
1902 for dir in \$*; do
1903         case "\$thing" in
1904         .)
1905         if test -d \$dir/\$thing; then
1906                 echo \$dir
1907                 exit 0
1908         fi
1909         ;;
1910         *)
1911         for thisthing in \$dir/\$thing; do
1912                 : just loop through to pick last item
1913         done
1914         if test -f \$thisthing; then
1915                 echo \$thisthing
1916                 exit 0
1917         elif test -f \$dir/\$thing.exe; then
1918                 if test -n "$DJGPP"; then
1919                         echo \$dir/\$thing.exe
1920                 else
1921                         : on Eunice apparently
1922                         echo \$dir/\$thing
1923                 fi
1924                 exit 0
1925         fi
1926         ;;
1927         esac
1928 done
1929 echo \$dflt
1930 exit 1
1931 EOSC
1932 chmod +x loc
1933 $eunicefix loc
1934 loclist="
1935 awk
1936 cat
1937 comm
1938 cp
1939 echo
1940 expr
1941 grep
1942 ls
1943 make
1944 mkdir
1945 rm
1946 sed
1947 sort
1948 touch
1949 tr
1950 uniq
1951 "
1952 trylist="
1953 Mcc
1954 ar
1955 byacc
1956 cpp
1957 csh
1958 date
1959 egrep
1960 gzip
1961 less
1962 ln
1963 more
1964 nm
1965 nroff
1966 pg
1967 test
1968 uname
1969 zip
1970 "
1971 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1972 pth="$pth /lib /usr/lib"
1973 for file in $loclist; do
1974         eval xxx=\$$file
1975         case "$xxx" in
1976         /*|?:[\\/]*)
1977                 if test -f "$xxx"; then
1978                         : ok
1979                 else
1980                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
1981                         xxx=`./loc $file $file $pth`
1982                 fi
1983                 ;;
1984         '') xxx=`./loc $file $file $pth`;;
1985         *) xxx=`./loc $xxx $xxx $pth`;;
1986         esac
1987         eval $file=$xxx
1988         eval _$file=$xxx
1989         case "$xxx" in
1990         /*)
1991                 echo $file is in $xxx.
1992                 ;;
1993         ?:[\\/]*)
1994                 echo $file is in $xxx.
1995                 ;;
1996         *)
1997                 echo "I don't know where '$file' is, and my life depends on it." >&4
1998                 echo "Go find a public domain implementation or fix your PATH setting!" >&4
1999                 exit 1
2000                 ;;
2001         esac
2002 done
2003 echo " "
2004 echo "Don't worry if any of the following aren't found..."
2005 say=offhand
2006 for file in $trylist; do
2007         eval xxx=\$$file
2008         case "$xxx" in
2009         /*|?:[\\/]*)
2010                 if test -f "$xxx"; then
2011                         : ok
2012                 else
2013                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2014                         xxx=`./loc $file $file $pth`
2015                 fi
2016                 ;;
2017         '') xxx=`./loc $file $file $pth`;;
2018         *) xxx=`./loc $xxx $xxx $pth`;;
2019         esac
2020         eval $file=$xxx
2021         eval _$file=$xxx
2022         case "$xxx" in
2023         /*)
2024                 echo $file is in $xxx.
2025                 ;;
2026         ?:[\\/]*)
2027                 echo $file is in $xxx.
2028                 ;;
2029         *)
2030                 echo "I don't see $file out there, $say."
2031                 say=either
2032                 ;;
2033         esac
2034 done
2035 case "$egrep" in
2036 egrep)
2037         echo "Substituting grep for egrep."
2038         egrep=$grep
2039         ;;
2040 esac
2041 case "$ln" in
2042 ln)
2043         echo "Substituting cp for ln."
2044         ln=$cp
2045         ;;
2046 esac
2047 case "$test" in
2048 test)
2049         echo "Hopefully test is built into your sh."
2050         ;;
2051 *)
2052         if `sh -c "PATH= test true" >/dev/null 2>&1`; then
2053                 echo "Using the test built into your sh."
2054                 test=test
2055                 _test=test
2056         fi
2057         ;;
2058 esac
2059 case "$echo" in
2060 echo)
2061         echo "Hopefully echo is built into your sh."
2062         ;;
2063 '') ;;
2064 *)
2065         echo " "
2066 echo "Checking compatibility between $echo and builtin echo (if any)..." >&4
2067         $echo $n "hi there$c" >foo1
2068         echo $n "hi there$c" >foo2
2069         if cmp foo1 foo2 >/dev/null 2>&1; then
2070                 echo "They are compatible.  In fact, they may be identical."
2071         else
2072                 case "$n" in
2073                 '-n') n='' c='\c';;
2074                 *) n='-n' c='';;
2075                 esac
2076                 cat <<FOO
2077 They are not compatible!  You are probably running ksh on a non-USG system.
2078 I'll have to use $echo instead of the builtin, since Bourne shell doesn't
2079 have echo built in and we may have to run some Bourne shell scripts.  That
2080 means I'll have to use '$n$c' to suppress newlines now.  Life is ridiculous.
2081
2082 FOO
2083                 $echo $n "The star should be here-->$c"
2084                 $echo "*"
2085         fi
2086         $rm -f foo1 foo2
2087         ;;
2088 esac
2089
2090 cat <<EOS >checkcc
2091 $startsh
2092 EOS
2093 cat <<'EOSC' >>checkcc
2094 case "$cc" in
2095 '') ;;
2096 *)  $rm -f try try.*
2097     $cat >try.c <<EOM
2098 int main(int argc, char *argv[]) {
2099   return 0;
2100 }
2101 EOM
2102     if $cc -o try $ccflags try.c; then
2103        :
2104     else
2105         echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2106         despair=yes
2107         trygcc=yes
2108         case "$cc" in
2109         *gcc*) trygcc=no ;;
2110         esac
2111         case "`$cc -v -c try.c 2>&1`" in
2112         *gcc*) trygcc=no ;;
2113         esac
2114         if $test X"$trygcc" = Xyes; then
2115             if gcc -o try -c try.c; then
2116                 echo " "
2117                 echo "You seem to have a working gcc, though." >&4
2118                 rp="Would you like to use it?"
2119                 dflt=y
2120                 if $test -f myread; then
2121                     . ./myread
2122                 else
2123                     if $test -f UU/myread; then
2124                         . ./UU/myread
2125                     else
2126                         echo "Cannot find myread, sorry.  Aborting." >&2
2127                         exit 1
2128                     fi
2129                 fi  
2130                 case "$ans" in
2131                 [yY]*) cc=gcc; ccname=gcc; ccflags=''; despair=no ;;
2132                 esac
2133             fi
2134         fi
2135         if $test X"$despair" = Xyes; then
2136             $cat >&4 <<EOM
2137 You need to find a working C compiler.
2138 Either (purchase and) install the C compiler supplied by your OS vendor,
2139 or for a free C compiler try http://gcc.gnu.org/
2140 I cannot continue any further, aborting.
2141 EOM
2142             exit 1
2143         fi
2144     fi
2145     $rm -f try try.*
2146     ;;
2147 esac
2148 EOSC
2149
2150 : determine whether symbolic links are supported
2151 echo " "
2152 $touch blurfl
2153 if $ln -s blurfl sym > /dev/null 2>&1 ; then
2154         echo "Symbolic links are supported." >&4
2155         lns="$ln -s"
2156 else
2157         echo "Symbolic links are NOT supported." >&4
2158         lns="$ln"
2159 fi
2160 $rm -f blurfl sym
2161
2162 : see whether [:lower:] and [:upper:] are supported character classes
2163 echo " "
2164 case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
2165 ABYZ)
2166         echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4
2167         up='[:upper:]'
2168         low='[:lower:]'
2169         ;;
2170 *)      # There is a discontinuity in EBCDIC between 'I' and 'J'
2171         # (0xc9 and 0xd1), therefore that is a nice testing point.
2172         if test "X$up" = X -o "X$low" = X; then
2173             case "`echo IJ | $tr '[I-J]' '[i-j]' 2>/dev/null`" in
2174             ij) up='[A-Z]'
2175                 low='[a-z]'
2176                 ;;
2177             esac
2178         fi
2179         if test "X$up" = X -o "X$low" = X; then
2180             case "`echo IJ | $tr I-J i-j 2>/dev/null`" in
2181             ij) up='A-Z'
2182                 low='a-z'
2183                 ;;
2184             esac
2185         fi
2186         if test "X$up" = X -o "X$low" = X; then
2187             case "`echo IJ | od -x 2>/dev/null`" in
2188             *C9D1*|*c9d1*)
2189                 echo "Hey, this might be EBCDIC." >&4
2190                 if test "X$up" = X -o "X$low" = X; then
2191                     case "`echo IJ | $tr '[A-IJ-RS-Z]' '[a-ij-rs-z]' 2>/dev/null`" in
2192                     ij) up='[A-IJ-RS-Z]'
2193                         low='[a-ij-rs-z]'
2194                         ;;
2195                     esac
2196                 fi
2197                 if test "X$up" = X -o "X$low" = X; then
2198                     case "`echo IJ | $tr A-IJ-RS-Z a-ij-rs-z 2>/dev/null`" in
2199                     ij) up='A-IJ-RS-Z'
2200                         low='a-ij-rs-z'
2201                         ;;
2202                     esac
2203                 fi
2204                 ;;
2205             esac
2206         fi
2207 esac
2208 case "`echo IJ | $tr \"$up\" \"$low\" 2>/dev/null`" in
2209 ij)
2210     echo "Using $up and $low to convert case." >&4
2211     ;;
2212 *)
2213     echo "I don't know how to translate letters from upper to lower case." >&4
2214     echo "Your tr is not acting any way I know of." >&4
2215     exit 1
2216     ;;
2217 esac
2218 : set up the translation script tr, must be called with ./tr of course
2219 cat >tr <<EOSC
2220 $startsh
2221 case "\$1\$2" in
2222 '[A-Z][a-z]') exec $tr '$up' '$low';;
2223 '[a-z][A-Z]') exec $tr '$low' '$up';;
2224 esac
2225 exec $tr "\$@"
2226 EOSC
2227 chmod +x tr
2228 $eunicefix tr
2229
2230 : Try to determine whether config.sh was made on this system
2231 case "$config_sh" in
2232 '')
2233 myuname=`$uname -a 2>/dev/null`
2234 $test -z "$myuname" && myuname=`hostname 2>/dev/null`
2235 # tr '[A-Z]' '[a-z]' would not work in EBCDIC
2236 # because the A-Z/a-z are not consecutive.
2237 myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \
2238         ./tr '[A-Z]' '[a-z]' | $tr $trnl ' '`
2239 newmyuname="$myuname"
2240 dflt=n
2241 case "$knowitall" in
2242 '')
2243         if test -f ../config.sh; then
2244                 if $contains myuname= ../config.sh >/dev/null 2>&1; then
2245                         eval "`grep myuname= ../config.sh`"
2246                 fi
2247                 if test "X$myuname" = "X$newmyuname"; then
2248                         dflt=y
2249                 fi
2250         fi
2251         ;;
2252 *) dflt=y;;
2253 esac
2254
2255 : Get old answers from old config file if Configure was run on the
2256 : same system, otherwise use the hints.
2257 hint=default
2258 cd ..
2259 if test -f config.sh; then
2260         echo " "
2261         rp="I see a config.sh file.  Shall I use it to set the defaults?"
2262         . UU/myread
2263         case "$ans" in
2264         n*|N*) echo "OK, I'll ignore it."; mv config.sh config.sh.old;;
2265         *)  echo "Fetching default answers from your old config.sh file..." >&4
2266                 tmp_n="$n"
2267                 tmp_c="$c"
2268                 tmp_sh="$sh"
2269                 . ./config.sh
2270                 cp config.sh UU
2271                 n="$tmp_n"
2272                 c="$tmp_c"
2273                 : Older versions did not always set $sh.  Catch re-use of such
2274                 : an old config.sh.
2275                 case "$sh" in
2276                 '') sh="$tmp_sh" ;;
2277                 esac
2278                 hint=previous
2279                 ;;
2280         esac
2281 fi
2282 . ./UU/checkcc
2283 if test ! -f config.sh; then
2284         $cat <<EOM
2285
2286 First time through, eh?  I have some defaults handy for some systems
2287 that need some extra help getting the Configure answers right:
2288
2289 EOM
2290         (cd $src/hints; ls -C *.sh) | $sed 's/\.sh/   /g' >&4
2291         dflt=''
2292         : Half the following guesses are probably wrong... If you have better
2293         : tests or hints, please send them to perlbug@perl.org
2294         : The metaconfig authors would also appreciate a copy...
2295         $test -f /irix && osname=irix
2296         $test -f /xenix && osname=sco_xenix
2297         $test -f /dynix && osname=dynix
2298         $test -f /dnix && osname=dnix
2299         $test -f /lynx.os && osname=lynxos
2300         $test -f /unicos && osname=unicos && osvers=`$uname -r`
2301         $test -f /unicosmk && osname=unicosmk && osvers=`$uname -r`
2302         $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
2303         $test -f /bin/mips && /bin/mips && osname=mips
2304         $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
2305                 $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
2306         $test -d /usr/apollo/bin && osname=apollo
2307         $test -f /etc/saf/_sactab && osname=svr4
2308         $test -d /usr/include/minix && osname=minix
2309         if $test -d /MachTen -o -d /MachTen_Folder; then
2310                 osname=machten
2311                 if $test -x /sbin/version; then
2312                         osvers=`/sbin/version | $awk '{print $2}' |
2313                         $sed -e 's/[A-Za-z]$//'`
2314                 elif $test -x /usr/etc/version; then
2315                         osvers=`/usr/etc/version | $awk '{print $2}' |
2316                         $sed -e 's/[A-Za-z]$//'`
2317                 else
2318                         osvers="$2.$3"
2319                 fi
2320         fi
2321
2322         $test -f /sys/posix.dll &&
2323                 $test -f /usr/bin/what &&
2324                 set X `/usr/bin/what /sys/posix.dll` &&
2325                 $test "$3" = UWIN &&
2326                 osname=uwin &&
2327                 osvers="$5"
2328
2329         if $test -f $uname; then
2330                 set X $myuname
2331                 shift
2332
2333                 case "$5" in
2334                 fps*) osname=fps ;;
2335                 mips*)
2336                         case "$4" in
2337                         umips) osname=umips ;;
2338                         *) osname=mips ;;
2339                         esac;;
2340                 [23]100) osname=mips ;;
2341                 next*) osname=next ;;
2342                 i386*)
2343                         tmp=`/bin/uname -X 2>/dev/null|awk '/3\.2v[45]/{ print $(NF) }'`
2344                         if $test "$tmp" != "" -a "$3" = "3.2" -a -f '/etc/systemid'; then
2345                                 osname='sco'
2346                                 osvers=$tmp
2347                         elif $test -f /etc/kconfig; then
2348                                 osname=isc
2349                                 if test "$lns" = "$ln -s"; then
2350                                         osvers=4
2351                                 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then
2352                                         osvers=3
2353                                 elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then
2354                                         osvers=2
2355                                 fi
2356                         fi
2357                         tmp=''
2358                         ;;
2359                 pc*)
2360                         if test -n "$DJGPP"; then
2361                                 osname=dos
2362                                 osvers=djgpp
2363                         fi
2364                         ;;
2365                 esac
2366
2367                 case "$1" in
2368                 aix) osname=aix
2369                         tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1`
2370                         case "$tmp" in
2371                         'not found') osvers="$4"."$3" ;;
2372                         '<3240'|'<>3240') osvers=3.2.0 ;;
2373                         '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;;
2374                         '=3250'|'>3250') osvers=3.2.5 ;;
2375                         *) osvers=$tmp;;
2376                         esac
2377                         ;;
2378                 bsd386) osname=bsd386
2379                         osvers=`$uname -r`
2380                         ;;
2381                 cygwin*) osname=cygwin
2382                         osvers="$3"
2383                         ;;
2384                 *dc.osx) osname=dcosx
2385                         osvers="$3"
2386                         ;;
2387                 dnix) osname=dnix
2388                         osvers="$3"
2389                         ;;
2390                 domainos) osname=apollo
2391                         osvers="$3"
2392                         ;;
2393                 dgux) osname=dgux 
2394                         osvers="$3"
2395                         ;;
2396                 dynixptx*) osname=dynixptx
2397                         osvers=`echo "$4"|sed 's/^v//'`
2398                         ;;
2399                 freebsd) osname=freebsd 
2400                         osvers="$3" ;;
2401                 genix) osname=genix ;;
2402                 hp*) osname=hpux 
2403                         osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
2404                         ;;
2405                 irix*) osname=irix
2406                         case "$3" in
2407                         4*) osvers=4 ;;
2408                         5*) osvers=5 ;;
2409                         *)      osvers="$3" ;;
2410                         esac
2411                         ;;
2412                 linux) osname=linux
2413                         case "$3" in
2414                         *)      osvers="$3" ;;
2415                         esac
2416                         ;;
2417                 MiNT) osname=mint
2418                         ;;
2419                 netbsd*) osname=netbsd
2420                         osvers="$3"
2421                         ;;
2422                 news-os) osvers="$3"
2423                         case "$3" in
2424                         4*) osname=newsos4 ;;
2425                         *) osname=newsos ;;
2426                         esac
2427                         ;;
2428                 next*) osname=next ;;
2429                 NonStop-UX) osname=nonstopux ;;
2430                 POSIX-BC | posix-bc ) osname=posix-bc
2431                         osvers="$3"
2432                         ;;
2433                 powerux | power_ux | powermax_os | powermaxos | \
2434                 powerunix | power_unix) osname=powerux
2435                         osvers="$3"
2436                         ;;
2437                 qnx) osname=qnx
2438                         osvers="$4"
2439                         ;;
2440                 solaris) osname=solaris
2441                         case "$3" in
2442                         5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2443                         *)      osvers="$3" ;;
2444                         esac
2445                         ;;
2446                 sunos) osname=sunos
2447                         case "$3" in
2448                         5*) osname=solaris
2449                                 osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2450                         *)      osvers="$3" ;;
2451                         esac
2452                         ;;
2453                 titanos) osname=titanos
2454                         case "$3" in
2455                         1*) osvers=1 ;;
2456                         2*) osvers=2 ;;
2457                         3*) osvers=3 ;;
2458                         4*) osvers=4 ;;
2459                         *)      osvers="$3" ;;
2460                         esac
2461                         ;;
2462                 ultrix) osname=ultrix
2463                         osvers="$3"
2464                         ;;
2465                 osf1|mls+)      case "$5" in
2466                                 alpha)
2467                                         osname=dec_osf
2468                                         osvers=`sizer -v | awk '{print $3}' |  tr '[A-Z]' '[a-z]' | sed 's/^[xvt]//'`
2469                                         case "$osvers" in
2470                                         [1-9].[0-9]*) ;;
2471                                         *) osvers=`echo "$3" | sed 's/^[xvt]//'` ;;
2472                                         esac
2473                                         ;;
2474                         hp*)    osname=hp_osf1  ;;
2475                         mips)   osname=mips_osf1 ;;
2476                         esac
2477                         ;;
2478                 unixware) osname=svr5
2479                         osvers="$4"
2480                         ;;
2481                 uts) osname=uts
2482                         osvers="$3"
2483                         ;;
2484                 $2) case "$osname" in
2485                         *isc*) ;;
2486                         *freebsd*) ;;
2487                         svr*)
2488                                 : svr4.x or possibly later
2489                                 case "svr$3" in 
2490                                 ${osname}*)
2491                                         osname=svr$3
2492                                         osvers=$4
2493                                         ;;
2494                                 esac
2495                                 case "$osname" in
2496                                 svr4.0)
2497                                         : Check for ESIX
2498                                         if test -f /stand/boot ; then
2499                                                 eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
2500                                                 if test -n "$INITPROG" -a -f "$INITPROG"; then
2501                         isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
2502                                                         if test -n "$isesix"; then
2503                                                                 osname=esix4
2504                                                         fi
2505                                                 fi
2506                                         fi
2507                                         ;;
2508                                 esac
2509                                 ;;
2510                         *)      if test -f /etc/systemid; then
2511                                         osname=sco
2512                                         set `echo $3 | $sed 's/\./ /g'` $4
2513                                         if $test -f $src/hints/sco_$1_$2_$3.sh; then
2514                                                 osvers=$1.$2.$3
2515                                         elif $test -f $src/hints/sco_$1_$2.sh; then
2516                                                 osvers=$1.$2
2517                                         elif $test -f $src/hints/sco_$1.sh; then
2518                                                 osvers=$1
2519                                         fi
2520                                 else
2521                                         case "$osname" in
2522                                         '') : Still unknown.  Probably a generic Sys V.
2523                                                 osname="sysv"
2524                                                 osvers="$3"
2525                                                 ;;
2526                                         esac
2527                                 fi
2528                                 ;;
2529                         esac
2530                         ;;
2531                 *)      case "$osname" in
2532                         '') : Still unknown.  Probably a generic BSD.
2533                                 osname="$1"
2534                                 osvers="$3"
2535                                 ;;
2536                         esac
2537                         ;;
2538                 esac
2539         else
2540                 if test -f /vmunix -a -f $src/hints/news_os.sh; then
2541                         (what /vmunix | UU/tr '[A-Z]' '[a-z]') > UU/kernel.what 2>&1
2542                         if $contains news-os UU/kernel.what >/dev/null 2>&1; then
2543                                 osname=news_os
2544                         fi
2545                         $rm -f UU/kernel.what
2546                 elif test -d c:/.; then
2547                         set X $myuname
2548                         osname=os2
2549                         osvers="$5"
2550                 fi
2551         fi
2552         
2553         : Now look for a hint file osname_osvers, unless one has been
2554         : specified already.
2555         case "$hintfile" in
2556         ''|' ')
2557                 file=`echo "${osname}_${osvers}" | $sed -e 's%\.%_%g' -e 's%_$%%'`
2558                 : Also try without trailing minor version numbers.
2559                 xfile=`echo $file | $sed -e 's%_[^_]*$%%'`
2560                 xxfile=`echo $xfile | $sed -e 's%_[^_]*$%%'`
2561                 xxxfile=`echo $xxfile | $sed -e 's%_[^_]*$%%'`
2562                 xxxxfile=`echo $xxxfile | $sed -e 's%_[^_]*$%%'`
2563                 case "$file" in
2564                 '') dflt=none ;;
2565                 *)  case "$osvers" in
2566                         '') dflt=$file
2567                                 ;;
2568                         *)  if $test -f $src/hints/$file.sh ; then
2569                                         dflt=$file
2570                                 elif $test -f $src/hints/$xfile.sh ; then
2571                                         dflt=$xfile
2572                                 elif $test -f $src/hints/$xxfile.sh ; then
2573                                         dflt=$xxfile
2574                                 elif $test -f $src/hints/$xxxfile.sh ; then
2575                                         dflt=$xxxfile
2576                                 elif $test -f $src/hints/$xxxxfile.sh ; then
2577                                         dflt=$xxxxfile
2578                                 elif $test -f "$src/hints/${osname}.sh" ; then
2579                                         dflt="${osname}"
2580                                 else
2581                                         dflt=none
2582                                 fi
2583                                 ;;
2584                         esac
2585                         ;;
2586                 esac
2587                 if $test -f Policy.sh ; then
2588                         case "$dflt" in
2589                         *Policy*) ;;
2590                         none) dflt="Policy" ;;
2591                         *) dflt="Policy $dflt" ;;
2592                         esac
2593                 fi
2594                 ;;
2595         *)
2596                 dflt=`echo $hintfile | $sed 's/\.sh$//'`
2597                 ;;
2598         esac
2599
2600         if $test -f Policy.sh ; then
2601                 $cat <<EOM
2602
2603 There's also a Policy hint file available, which should make the
2604 site-specific (policy) questions easier to answer.
2605 EOM
2606
2607         fi
2608
2609         $cat <<EOM
2610
2611 You may give one or more space-separated answers, or "none" if appropriate.
2612 A well-behaved OS will have no hints, so answering "none" or just "Policy"
2613 is a good thing.  DO NOT give a wrong version or a wrong OS.
2614
2615 EOM
2616
2617         rp="Which of these apply, if any?"
2618         . UU/myread
2619         tans=$ans
2620         for file in $tans; do
2621                 if $test X$file = XPolicy -a -f Policy.sh; then
2622                         . Policy.sh
2623                         $cat Policy.sh >> UU/config.sh
2624                 elif $test -f $src/hints/$file.sh; then
2625                         . $src/hints/$file.sh
2626                         $cat $src/hints/$file.sh >> UU/config.sh
2627                 elif $test X$tans = X -o X$tans = Xnone ; then
2628                         : nothing
2629                 else
2630                         : Give one chance to correct a possible typo.
2631                         echo "$file.sh does not exist"
2632                         dflt=$file
2633                         rp="hint to use instead?"
2634                         . UU/myread
2635                         for file in $ans; do
2636                                 if $test -f "$src/hints/$file.sh"; then
2637                                         . $src/hints/$file.sh
2638                                         $cat $src/hints/$file.sh >> UU/config.sh
2639                                 elif $test X$ans = X -o X$ans = Xnone ; then
2640                                         : nothing
2641                                 else
2642                                         echo "$file.sh does not exist -- ignored."
2643                                 fi
2644                         done
2645                 fi
2646         done
2647
2648         hint=recommended
2649         : Remember our hint file for later.
2650         if $test -f "$src/hints/$file.sh" ; then
2651                 hintfile="$file"
2652         else
2653                 hintfile=''
2654         fi
2655 fi
2656 cd UU
2657 ;;
2658 *)
2659         echo " "
2660         echo "Fetching default answers from $config_sh..." >&4
2661         tmp_n="$n"
2662         tmp_c="$c"
2663         cd ..
2664         cp $config_sh config.sh 2>/dev/null
2665         chmod +w config.sh
2666         . ./config.sh
2667         cd UU
2668         cp ../config.sh .
2669         n="$tmp_n"
2670         c="$tmp_c"
2671         hint=previous
2672         ;;
2673 esac
2674 test "$override" && . ./optdef.sh
2675 myuname="$newmyuname"
2676
2677 : Restore computed paths
2678 for file in $loclist $trylist; do
2679         eval $file="\$_$file"
2680 done
2681
2682 cat << EOM
2683
2684 Configure uses the operating system name and version to set some defaults.
2685 The default value is probably right if the name rings a bell. Otherwise,
2686 since spelling matters for me, either accept the default or answer "none"
2687 to leave it blank.
2688
2689 EOM
2690 case "$osname" in
2691         ''|' ')
2692                 case "$hintfile" in
2693                 ''|' '|none) dflt=none ;;
2694                 *)  dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
2695                 esac
2696                 ;;
2697         *) dflt="$osname" ;;
2698 esac
2699 rp="Operating system name?"
2700 . ./myread
2701 case "$ans" in
2702 none)  osname='' ;;
2703 *) osname=`echo "$ans" | $sed -e 's/[   ][      ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
2704 esac
2705 echo " "
2706 case "$osvers" in
2707         ''|' ')
2708                 case "$hintfile" in
2709                 ''|' '|none) dflt=none ;;
2710                 *)      dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
2711                         dflt=`echo $dflt | $sed -e 's/^_//' -e 's/_/./g'`
2712                         case "$dflt" in
2713                         ''|' ') dflt=none ;;
2714                         esac
2715                         ;;
2716                 esac
2717                 ;;
2718         *) dflt="$osvers" ;;
2719 esac
2720 rp="Operating system version?"
2721 . ./myread
2722 case "$ans" in
2723 none)  osvers='' ;;
2724 *) osvers="$ans" ;;
2725 esac
2726
2727
2728 . ./posthint.sh
2729
2730 : who configured the system
2731 cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
2732 cf_by=`(logname) 2>/dev/null`
2733 case "$cf_by" in
2734 "")
2735         cf_by=`(whoami) 2>/dev/null`
2736         case "$cf_by" in
2737         "") cf_by=unknown ;;
2738         esac ;;
2739 esac
2740
2741 : set up the script used to warn in case of inconsistency
2742 cat <<EOS >whoa
2743 $startsh
2744 EOS
2745 cat <<'EOSC' >>whoa
2746 dflt=y
2747 echo " "
2748 echo "*** WHOA THERE!!! ***" >&4
2749 echo "    The $hint value for \$$var on this machine was \"$was\"!" >&4
2750 rp="    Keep the $hint value?"
2751 . ./myread
2752 case "$ans" in
2753 y) td=$was; tu=$was;;
2754 esac
2755 EOSC
2756
2757 : function used to set $1 to $val
2758 setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef;
2759 case "$val$was" in
2760 $define$undef) . ./whoa; eval "$var=\$td";;
2761 $undef$define) . ./whoa; eval "$var=\$tu";;
2762 *) eval "$var=$val";;
2763 esac'
2764
2765 case "$usethreads" in
2766 $define|true|[yY]*)     dflt='y';;
2767 *) dflt='n';;
2768 esac
2769 cat <<EOM
2770
2771 Perl can be built to take advantage of threads on some systems.
2772 To do so, Configure can be run with -Dusethreads.
2773
2774 Note that threading is a highly experimental feature, and
2775 some known race conditions still remain.  If you choose to try
2776 it, be very sure to not actually deploy it for production
2777 purposes.  README.threads has more details, and is required
2778 reading if you enable threads.
2779
2780 If this doesn't make any sense to you, just accept the default '$dflt'.
2781 EOM
2782 rp='Build a threading Perl?'
2783 . ./myread
2784 case "$ans" in
2785 y|Y)    val="$define" ;;
2786 *)      val="$undef" ;;
2787 esac
2788 set usethreads
2789 eval $setvar
2790
2791 case "$usethreads" in
2792 $define)
2793         $cat <<EOM
2794
2795 As of 5.5.640, Perl has two different internal threading implementations,
2796 the 5.005 version (5005threads) and an interpreter-based version
2797 (ithreads) that has one interpreter per thread.  Both are very 
2798 experimental.  This arrangement exists to help developers work out
2799 which one is better.
2800
2801 If you're a casual user, you probably don't want interpreter-threads
2802 at this time.  There doesn't yet exist a way to create threads from
2803 within Perl in this model, i.e., "use Thread;" will NOT work.
2804 EOM
2805         : Default to ithreads unless overridden on command line or with
2806         : old config.sh
2807         dflt='y'
2808         case "$use5005threads" in
2809                 $define|true|[yY]*) dflt='n';;
2810         esac
2811         case "$useithreads" in
2812                 $undef|false|[nN]*) dflt='n';;
2813         esac
2814         rp='Use interpreter-based ithreads?'
2815         . ./myread
2816         case "$ans" in
2817         y|Y)    val="$define" ;;
2818         *)      val="$undef" ;;
2819         esac
2820         set useithreads
2821         eval $setvar
2822         : Now set use5005threads to the opposite value.
2823         case "$useithreads" in
2824         $define) val="$undef" ;;
2825         *) val="$define" ;;
2826         esac
2827         set use5005threads
2828         eval $setvar
2829         ;;
2830 *)
2831         useithreads="$undef"
2832         use5005threads="$undef"
2833         ;;
2834 esac
2835
2836 case "$d_oldpthreads" in
2837 '')     : Configure tests would be welcome here.  For now, assume undef.
2838         val="$undef" ;;
2839 *)      val="$d_oldpthreads" ;;
2840 esac
2841 set d_oldpthreads
2842 eval $setvar
2843
2844
2845 case "$usethreads" in
2846 "$define"|true|[yY]*)
2847 : Look for a hint-file generated 'call-back-unit'.  If the
2848 : user has specified that a threading perl is to be built,
2849 : we may need to set or change some other defaults.
2850         if $test -f usethreads.cbu; then
2851                 echo "Your platform has some specific hints for threaded builds, using them..."
2852                 . ./usethreads.cbu
2853         else
2854                 $cat <<EOM
2855 (Your platform doesn't have any specific hints for threaded builds.
2856  Assuming POSIX threads, then.)
2857 EOM
2858         fi
2859         ;;
2860 esac
2861
2862 cat <<EOM
2863
2864 Perl can be built so that multiple Perl interpreters can coexist
2865 within the same Perl executable.
2866 EOM
2867
2868 case "$useithreads" in
2869 $define)
2870         cat <<EOM
2871 This multiple interpreter support is required for interpreter-based threads.
2872 EOM
2873         val="$define"
2874         ;;
2875 *)      case "$usemultiplicity" in
2876         $define|true|[yY]*)     dflt='y';;
2877         *) dflt='n';;
2878         esac
2879         echo " "
2880         echo "If this doesn't make any sense to you, just accept the default '$dflt'."
2881         rp='Build Perl for multiplicity?'
2882         . ./myread
2883         case "$ans" in
2884         y|Y)    val="$define" ;;
2885         *)      val="$undef" ;;
2886         esac
2887         ;;
2888 esac
2889 set usemultiplicity
2890 eval $setvar
2891
2892 : make some quick guesses about what we are up against
2893 echo " "
2894 $echo $n "Hmm...  $c"
2895 echo exit 1 >bsd
2896 echo exit 1 >usg
2897 echo exit 1 >v7
2898 echo exit 1 >osf1
2899 echo exit 1 >eunice
2900 echo exit 1 >xenix
2901 echo exit 1 >venix
2902 echo exit 1 >os2
2903 d_bsd="$undef"
2904 $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null
2905 if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1
2906 then
2907         echo "Looks kind of like an OSF/1 system, but we'll see..."
2908         echo exit 0 >osf1
2909 elif test `echo abc | tr a-z A-Z` = Abc ; then
2910         xxx=`./loc addbib blurfl $pth`
2911         if $test -f $xxx; then
2912         echo "Looks kind of like a USG system with BSD features, but we'll see..."
2913                 echo exit 0 >bsd
2914                 echo exit 0 >usg
2915         else
2916                 if $contains SIGTSTP foo >/dev/null 2>&1 ; then
2917                         echo "Looks kind of like an extended USG system, but we'll see..."
2918                 else
2919                         echo "Looks kind of like a USG system, but we'll see..."
2920                 fi
2921                 echo exit 0 >usg
2922         fi
2923 elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
2924         echo "Looks kind of like a BSD system, but we'll see..."
2925         d_bsd="$define"
2926         echo exit 0 >bsd
2927 else
2928         echo "Looks kind of like a Version 7 system, but we'll see..."
2929         echo exit 0 >v7
2930 fi
2931 case "$eunicefix" in
2932 *unixtovms*)
2933         $cat <<'EOI'
2934 There is, however, a strange, musty smell in the air that reminds me of
2935 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
2936 EOI
2937         echo exit 0 >eunice
2938         d_eunice="$define"
2939 : it so happens the Eunice I know will not run shell scripts in Unix format
2940         ;;
2941 *)
2942         echo " "
2943         echo "Congratulations.  You aren't running Eunice."
2944         d_eunice="$undef"
2945         ;;
2946 esac
2947 : Detect OS2.  The p_ variable is set above in the Head.U unit.
2948 : Note that this also -- wrongly -- detects e.g. dos-djgpp, which also uses
2949 : semicolon as a patch separator
2950 case "$p_" in
2951 :) ;;
2952 *)
2953         $cat <<'EOI'
2954 I have the feeling something is not exactly right, however...don't tell me...
2955 lemme think...does HAL ring a bell?...no, of course, you're only running OS/2!
2956 (Or you may be running DOS with DJGPP.)
2957 EOI
2958         echo exit 0 >os2
2959         ;;
2960 esac
2961 if test -f /xenix; then
2962         echo "Actually, this looks more like a XENIX system..."
2963         echo exit 0 >xenix
2964         d_xenix="$define"
2965 else
2966         echo " "
2967         echo "It's not Xenix..."
2968         d_xenix="$undef"
2969 fi
2970 chmod +x xenix
2971 $eunicefix xenix
2972 if test -f /venix; then
2973         echo "Actually, this looks more like a VENIX system..."
2974         echo exit 0 >venix
2975 else
2976         echo " "
2977         if ./xenix; then
2978                 : null
2979         else
2980                 echo "Nor is it Venix..."
2981         fi
2982 fi
2983 chmod +x bsd usg v7 osf1 eunice xenix venix os2
2984 $eunicefix bsd usg v7 osf1 eunice xenix venix os2
2985 $rm -f foo
2986
2987 case "$cc" in
2988 '') dflt=cc;;
2989 *) dflt="$cc";;
2990 esac
2991 rp="Use which C compiler?"
2992 . ./myread
2993 cc="$ans"
2994 : Look for a hint-file generated 'call-back-unit'.  Now that the
2995 : user has specified the compiler, we may need to set or change some
2996 : other defaults.
2997 if $test -f cc.cbu; then
2998     . ./cc.cbu
2999 fi
3000 . ./checkcc
3001
3002 echo " "
3003 echo "Checking for GNU cc in disguise and/or its version number..." >&4
3004 $cat >gccvers.c <<EOM
3005 #include <stdio.h>
3006 int main() {
3007 #ifdef __GNUC__
3008 #ifdef __VERSION__
3009         printf("%s\n", __VERSION__);
3010 #else
3011         printf("%s\n", "1");
3012 #endif
3013 #endif
3014         exit(0);
3015 }
3016 EOM
3017 if $cc -o gccvers $ldflags gccvers.c; then
3018         gccversion=`./gccvers`
3019         case "$gccversion" in
3020         '') echo "You are not using GNU cc." ;;
3021         *)  echo "You are using GNU cc $gccversion."
3022             ccname=gcc  
3023             ;;
3024         esac
3025 else
3026         echo " "
3027         echo "*** WHOA THERE!!! ***" >&4
3028         echo "    Your C compiler \"$cc\" doesn't seem to be working!" >&4
3029         case "$knowitall" in
3030         '')
3031         echo "    You'd better start hunting for one and let me know about it." >&4
3032                 exit 1
3033                 ;;
3034         esac
3035 fi
3036 $rm -f gccvers*
3037 case "$gccversion" in
3038 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
3039 esac
3040 case "$gccversion" in
3041 '') gccosandvers='' ;;
3042 *) gccshortvers=`echo "$gccversion"|sed 's/ .*//'`
3043    gccosandvers=`$cc -v 2>&1|grep '/specs$'|sed "s!.*/[^-/]*-[^-/]*-\([^-/]*\)/$gccshortvers/specs!\1!"`
3044    gccshortvers=''
3045    case "$gccosandvers" in
3046    $osname) gccosandvers='' ;; # linux gccs seem to have no linux osvers, grr
3047    $osname$osvers) ;; # looking good
3048    $osname*) cat <<EOM >&4
3049
3050 *** WHOA THERE!!! ***
3051
3052     Your gcc has not been compiled for the exact release of
3053     your operating system ($gccosandvers versus $osname$osvers).
3054
3055     In general it is a good idea to keep gcc synchronized with
3056     the operating system because otherwise serious problems
3057     may ensue when trying to compile software, like Perl.
3058
3059     I'm trying to be optimistic here, though, and will continue.
3060     If later during the configuration and build icky compilation
3061     problems appear (headerfile conflicts being the most common
3062     manifestation), I suggest reinstalling the gcc to match
3063     your operating system release.
3064
3065 EOM
3066       ;;
3067    *) gccosandvers='' ;; # failed to parse, better be silent
3068    esac
3069    ;;
3070 esac
3071 case "$ccname" in
3072 '') ccname="$cc" ;;
3073 esac
3074
3075 : see how we invoke the C preprocessor
3076 echo " "
3077 echo "Now, how can we feed standard input to your C preprocessor..." >&4
3078 cat <<'EOT' >testcpp.c
3079 #define ABC abc
3080 #define XYZ xyz
3081 ABC.XYZ
3082 EOT
3083 cd ..
3084 if test ! -f cppstdin; then
3085         if test "X$osname" = "Xaix" -a "X$gccversion" = X; then
3086                 # AIX cc -E doesn't show the absolute headerfile
3087                 # locations but we'll cheat by using the -M flag.
3088                 echo 'cat >.$$.c; rm -f .$$.u; '"$cc"' ${1+"$@"} -M -c .$$.c 2>/dev/null; test -s .$$.u && awk '"'"'$2 ~ /\.h$/ { print "# 0 \""$2"\"" }'"'"' .$$.u; rm -f .$$.o .$$.u; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' > cppstdin
3089         else
3090                 echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin
3091         fi
3092 else
3093         echo "Keeping your $hint cppstdin wrapper."
3094 fi
3095 chmod 755 cppstdin
3096 wrapper=`pwd`/cppstdin
3097 ok='false'
3098 cd UU
3099
3100 if $test "X$cppstdin" != "X" && \
3101         $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \
3102         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3103 then
3104         echo "You used to use $cppstdin $cppminus so we'll use that again."
3105         case "$cpprun" in
3106         '') echo "But let's see if we can live without a wrapper..." ;;
3107         *)
3108                 if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
3109                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3110                 then
3111                         echo "(And we'll use $cpprun $cpplast to preprocess directly.)"
3112                         ok='true'
3113                 else
3114                         echo "(However, $cpprun $cpplast does not work, let's see...)"
3115                 fi
3116                 ;;
3117         esac
3118 else
3119         case "$cppstdin" in
3120         '') ;;
3121         *)
3122                 echo "Good old $cppstdin $cppminus does not seem to be of any help..."
3123                 ;;
3124         esac
3125 fi
3126
3127 if $ok; then
3128         : nothing
3129 elif echo 'Maybe "'"$cc"' -E" will work...'; \
3130         $cc -E <testcpp.c >testcpp.out 2>&1; \
3131         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3132         echo "Yup, it does."
3133         x_cpp="$cc -E"
3134         x_minus='';
3135 elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \
3136         $cc -E - <testcpp.c >testcpp.out 2>&1; \
3137         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3138         echo "Yup, it does."
3139         x_cpp="$cc -E"
3140         x_minus='-';
3141 elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \
3142         $cc -P <testcpp.c >testcpp.out 2>&1; \
3143         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3144         echo "Yipee, that works!"
3145         x_cpp="$cc -P"
3146         x_minus='';
3147 elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \
3148         $cc -P - <testcpp.c >testcpp.out 2>&1; \
3149         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3150         echo "At long last!"
3151         x_cpp="$cc -P"
3152         x_minus='-';
3153 elif echo 'No such luck, maybe "'$cpp'" will work...'; \
3154         $cpp <testcpp.c >testcpp.out 2>&1; \
3155         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3156         echo "It works!"
3157         x_cpp="$cpp"
3158         x_minus='';
3159 elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \
3160         $cpp - <testcpp.c >testcpp.out 2>&1; \
3161         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3162         echo "Hooray, it works!  I was beginning to wonder."
3163         x_cpp="$cpp"
3164         x_minus='-';
3165 elif echo 'Uh-uh.  Time to get fancy.  Trying a wrapper...'; \
3166         $wrapper <testcpp.c >testcpp.out 2>&1; \
3167         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3168         x_cpp="$wrapper"
3169         x_minus=''
3170         echo "Eureka!"
3171 else
3172         dflt=''
3173         rp="No dice.  I can't find a C preprocessor.  Name one:"
3174         . ./myread
3175         x_cpp="$ans"
3176         x_minus=''
3177         $x_cpp <testcpp.c >testcpp.out 2>&1
3178         if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3179                 echo "OK, that will do." >&4
3180         else
3181 echo "Sorry, I can't get that to work.  Go find one and rerun Configure." >&4
3182                 exit 1
3183         fi
3184 fi
3185
3186 case "$ok" in
3187 false)
3188         cppstdin="$x_cpp"
3189         cppminus="$x_minus"
3190         cpprun="$x_cpp"
3191         cpplast="$x_minus"
3192         set X $x_cpp
3193         shift
3194         case "$1" in
3195         "$cpp")
3196                 echo "Perhaps can we force $cc -E using a wrapper..."
3197                 if $wrapper <testcpp.c >testcpp.out 2>&1; \
3198                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3199                 then
3200                         echo "Yup, we can."
3201                         cppstdin="$wrapper"
3202                         cppminus='';
3203                 else
3204                         echo "Nope, we'll have to live without it..."
3205                 fi
3206                 ;;
3207         esac
3208         case "$cpprun" in
3209         "$wrapper")
3210                 cpprun=''
3211                 cpplast=''
3212                 ;;
3213         esac
3214         ;;
3215 esac
3216
3217 case "$cppstdin" in
3218 "$wrapper"|'cppstdin') ;;
3219 *) $rm -f $wrapper;;
3220 esac
3221 $rm -f testcpp.c testcpp.out
3222
3223 : decide how portable to be.  Allow command line overrides.
3224 case "$d_portable" in
3225 "$undef") ;;
3226 *)      d_portable="$define" ;;
3227 esac
3228
3229 : set up shell script to do ~ expansion
3230 cat >filexp <<EOSS
3231 $startsh
3232 : expand filename
3233 case "\$1" in
3234  ~/*|~)
3235         echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
3236         ;;
3237  ~*)
3238         if $test -f /bin/csh; then
3239                 /bin/csh -f -c "glob \$1"
3240                 failed=\$?
3241                 echo ""
3242                 exit \$failed
3243         else
3244                 name=\`$expr x\$1 : '..\([^/]*\)'\`
3245                 dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
3246                 if $test ! -d "\$dir"; then
3247                         me=\`basename \$0\`
3248                         echo "\$me: can't locate home directory for: \$name" >&2
3249                         exit 1
3250                 fi
3251                 case "\$1" in
3252                 */*)
3253                         echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
3254                         ;;
3255                 *)
3256                         echo \$dir
3257                         ;;
3258                 esac
3259         fi
3260         ;;
3261 *)
3262         echo \$1
3263         ;;
3264 esac
3265 EOSS
3266 chmod +x filexp
3267 $eunicefix filexp
3268
3269 : now set up to get a file name
3270 cat <<EOS >getfile
3271 $startsh
3272 EOS
3273 cat <<'EOSC' >>getfile
3274 tilde=''
3275 fullpath=''
3276 already=''
3277 skip=''
3278 none_ok=''
3279 exp_file=''
3280 nopath_ok=''
3281 orig_rp="$rp"
3282 orig_dflt="$dflt"
3283 case "$gfpth" in
3284 '') gfpth='.' ;;
3285 esac
3286
3287 case "$fn" in
3288 *\(*)
3289         expr $fn : '.*(\(.*\)).*' | tr ',' $trnl >getfile.ok
3290         fn=`echo $fn | sed 's/(.*)//'`
3291         ;;
3292 esac
3293
3294 case "$fn" in
3295 *:*)
3296         loc_file=`expr $fn : '.*:\(.*\)'`
3297         fn=`expr $fn : '\(.*\):.*'`
3298         ;;
3299 esac
3300
3301 case "$fn" in
3302 *~*) tilde=true;;
3303 esac
3304 case "$fn" in
3305 */*) fullpath=true;;
3306 esac
3307 case "$fn" in
3308 *+*) skip=true;;
3309 esac
3310 case "$fn" in
3311 *n*) none_ok=true;;
3312 esac
3313 case "$fn" in
3314 *e*) exp_file=true;;
3315 esac
3316 case "$fn" in
3317 *p*) nopath_ok=true;;
3318 esac
3319
3320 case "$fn" in
3321 *f*) type='File';;
3322 *d*) type='Directory';;
3323 *l*) type='Locate';;
3324 esac
3325
3326 what="$type"
3327 case "$what" in
3328 Locate) what='File';;
3329 esac
3330
3331 case "$exp_file" in
3332 '')
3333         case "$d_portable" in
3334         "$define") ;;
3335         *) exp_file=true;;
3336         esac
3337         ;;
3338 esac
3339
3340 cd ..
3341 while test "$type"; do
3342         redo=''
3343         rp="$orig_rp"
3344         dflt="$orig_dflt"
3345         case "$tilde" in
3346         true) rp="$rp (~name ok)";;
3347         esac
3348         . UU/myread
3349         if test -f UU/getfile.ok && \
3350                 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
3351         then
3352                 value="$ans"
3353                 ansexp="$ans"
3354                 break
3355         fi
3356         case "$ans" in
3357         none)
3358                 value=''
3359                 ansexp=''
3360                 case "$none_ok" in
3361                 true) type='';;
3362                 esac
3363                 ;;
3364         *)
3365                 case "$tilde" in
3366                 '') value="$ans"
3367                         ansexp="$ans";;
3368                 *)
3369                         value=`UU/filexp $ans`
3370                         case $? in
3371                         0)
3372                                 if test "$ans" != "$value"; then
3373                                         echo "(That expands to $value on this system.)"
3374                                 fi
3375                                 ;;
3376                         *) value="$ans";;
3377                         esac
3378                         ansexp="$value"
3379                         case "$exp_file" in
3380                         '') value="$ans";;
3381                         esac
3382                         ;;
3383                 esac
3384                 case "$fullpath" in
3385                 true)
3386                         case "$ansexp" in
3387                         /*) value="$ansexp" ;;
3388                         [a-zA-Z]:/*) value="$ansexp" ;;
3389                         *)
3390                                 redo=true
3391                                 case "$already" in
3392                                 true)
3393                                 echo "I shall only accept a full path name, as in /bin/ls." >&4
3394                                 echo "Use a ! shell escape if you wish to check pathnames." >&4
3395                                         ;;
3396                                 *)
3397                                 echo "Please give a full path name, starting with slash." >&4
3398                                         case "$tilde" in
3399                                         true)
3400                                 echo "Note that using ~name is ok provided it expands well." >&4
3401                                                 already=true
3402                                                 ;;
3403                                         esac
3404                                 esac
3405                                 ;;
3406                         esac
3407                         ;;
3408                 esac
3409                 case "$redo" in
3410                 '')
3411                         case "$type" in
3412                         File)
3413                                 for fp in $gfpth; do
3414                                         if test "X$fp" = X.; then
3415                                             pf="$ansexp"
3416                                         else    
3417                                             pf="$fp/$ansexp"
3418                                         fi
3419                                         if test -f "$pf"; then
3420                                                 type=''
3421                                         elif test -r "$pf" || (test -h "$pf") >/dev/null 2>&1
3422                                         then
3423                                                 echo "($value is not a plain file, but that's ok.)"
3424                                                 type=''
3425                                         fi
3426                                         if test X"$type" = X; then
3427                                             value="$pf"
3428                                             break
3429                                         fi
3430                                 done
3431                                 ;;
3432                         Directory)
3433                                 for fp in $gfpth; do
3434                                         if test "X$fp" = X.; then
3435                                             dir="$ans"
3436                                             direxp="$ansexp"
3437                                         else    
3438                                             dir="$fp/$ansexp"
3439                                             direxp="$fp/$ansexp"
3440                                         fi
3441                                         if test -d "$direxp"; then
3442                                                 type=''
3443                                                 value="$dir"
3444                                                 break
3445                                         fi
3446                                 done
3447                                 ;;
3448                         Locate)
3449                                 if test -d "$ansexp"; then
3450                                         echo "(Looking for $loc_file in directory $value.)"
3451                                         value="$value/$loc_file"
3452                                         ansexp="$ansexp/$loc_file"
3453                                 fi
3454                                 if test -f "$ansexp"; then
3455                                         type=''
3456                                 fi
3457                                 case "$nopath_ok" in
3458                                 true)   case "$value" in
3459                                         */*) ;;
3460                                         *)      echo "Assuming $value will be in people's path."
3461                                                 type=''
3462                                                 ;;
3463                                         esac
3464                                         ;;
3465                                 esac
3466                                 ;;
3467                         esac
3468
3469                         case "$skip" in
3470                         true) type='';
3471                         esac
3472
3473                         case "$type" in
3474                         '') ;;
3475                         *)
3476                                 if test "$fastread" = yes; then
3477                                         dflt=y
3478                                 else
3479                                         dflt=n
3480                                 fi
3481                                 rp="$what $value doesn't exist.  Use that name anyway?"
3482                                 . UU/myread
3483                                 dflt=''
3484                                 case "$ans" in
3485                                 y*) type='';;
3486                                 *) echo " ";;
3487                                 esac
3488                                 ;;
3489                         esac
3490                         ;;
3491                 esac
3492                 ;;
3493         esac
3494 done
3495 cd UU
3496 ans="$value"
3497 rp="$orig_rp"
3498 dflt="$orig_dflt"
3499 rm -f getfile.ok
3500 test "X$gfpthkeep" != Xy && gfpth=""
3501 EOSC
3502
3503 : What should the include directory be ?
3504 echo " "
3505 $echo $n "Hmm...  $c"
3506 dflt='/usr/include'
3507 incpath=''
3508 mips_type=''
3509 if $test -f /bin/mips && /bin/mips; then
3510         echo "Looks like a MIPS system..."
3511         $cat >usr.c <<'EOCP'
3512 #ifdef SYSTYPE_BSD43
3513 /bsd43
3514 #endif
3515 EOCP
3516         if cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then
3517                 dflt='/bsd43/usr/include'
3518                 incpath='/bsd43'
3519                 mips_type='BSD 4.3'
3520         else
3521                 mips_type='System V'
3522         fi
3523         $rm -f usr.c usr.out
3524         echo "and you're compiling with the $mips_type compiler and libraries."
3525         xxx_prompt=y
3526         echo "exit 0" >mips
3527 else
3528         echo "Doesn't look like a MIPS system."
3529         xxx_prompt=n
3530         echo "exit 1" >mips
3531 fi
3532 chmod +x mips
3533 $eunicefix mips
3534 case "$usrinc" in
3535 '') ;;
3536 *) dflt="$usrinc";;
3537 esac
3538 case "$xxx_prompt" in
3539 y)      fn=d/
3540         echo " "
3541         rp='Where are the include files you want to use?'
3542         . ./getfile
3543         usrinc="$ans"
3544         ;;
3545 *)      usrinc="$dflt"
3546         ;;
3547 esac
3548
3549 : Set private lib path
3550 case "$plibpth" in
3551 '') if ./mips; then
3552                 plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
3553         fi;;
3554 esac
3555 case "$libpth" in
3556 ' ') dlist='';;
3557 '') dlist="$loclibpth $plibpth $glibpth";;
3558 *) dlist="$libpth";;
3559 esac
3560
3561 : Now check and see which directories actually exist, avoiding duplicates
3562 libpth=''
3563 for xxx in $dlist
3564 do
3565     if $test -d $xxx; then
3566                 case " $libpth " in
3567                 *" $xxx "*) ;;
3568                 *) libpth="$libpth $xxx";;
3569                 esac
3570     fi
3571 done
3572 $cat <<'EOM'
3573
3574 Some systems have incompatible or broken versions of libraries.  Among
3575 the directories listed in the question below, please remove any you
3576 know not to be holding relevant libraries, and add any that are needed.
3577 Say "none" for none.
3578
3579 EOM
3580 case "$libpth" in
3581 '') dflt='none';;
3582 *)
3583         set X $libpth
3584         shift
3585         dflt=${1+"$@"}
3586         ;;
3587 esac
3588 rp="Directories to use for library searches?"
3589 . ./myread
3590 case "$ans" in
3591 none) libpth=' ';;
3592 *) libpth="$ans";;
3593 esac
3594
3595 : compute shared library extension
3596 case "$so" in
3597 '')
3598         if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
3599                 dflt='sl'
3600         else
3601                 dflt='so'
3602         fi
3603         ;;
3604 *) dflt="$so";;
3605 esac
3606 $cat <<EOM
3607
3608 On some systems, shared libraries may be available.  Answer 'none' if
3609 you want to suppress searching of shared libraries for the remainder
3610 of this configuration.
3611
3612 EOM
3613 rp='What is the file extension used for shared libraries?'
3614 . ./myread
3615 so="$ans"
3616
3617 : Define several unixisms.
3618 : Hints files or command line option can be used to override them.
3619 : The convoluted testing is in case hints files set either the old
3620 : or the new name.
3621 case "$_exe" in
3622 '')     case "$exe_ext" in
3623     '') ;;
3624         *)      _exe="$exe_ext" ;;
3625         esac
3626         ;;
3627 esac
3628 case "$_a" in
3629 '')     case "$lib_ext" in
3630     '') _a='.a';;
3631         *)      _a="$lib_ext" ;;
3632         esac
3633         ;;
3634 esac
3635 case "$_o" in
3636 '') case "$obj_ext" in
3637         '')     _o='.o';;
3638         *)      _o="$obj_ext";;
3639         esac
3640         ;;
3641 esac
3642 case "$p_" in
3643 '') case "$path_sep" in
3644         '')     p_=':';;
3645         *)      p_="$path_sep";;
3646         esac
3647         ;;
3648 esac
3649 exe_ext=$_exe
3650 lib_ext=$_a
3651 obj_ext=$_o
3652 path_sep=$p_
3653
3654 : Which makefile gets called first.  This is used by make depend.
3655 case "$firstmakefile" in
3656 '') firstmakefile='makefile';;
3657 esac
3658
3659 case "$usesocks" in
3660 $define|true|[yY]*)     dflt='y';;
3661 *) dflt='n';;
3662 esac
3663 cat <<EOM
3664
3665 Perl can be built to use the SOCKS proxy protocol library.  To do so,
3666 Configure must be run with -Dusesocks.
3667
3668 If this doesn't make any sense to you, just accept the default '$dflt'.
3669 EOM
3670 rp='Build Perl for SOCKS?'
3671 . ./myread
3672 case "$ans" in
3673 y|Y)    val="$define" ;;     
3674 *)      val="$undef" ;;
3675 esac
3676 set usesocks
3677 eval $setvar
3678
3679 : Looking for optional libraries
3680 echo " "
3681 echo "Checking for optional libraries..." >&4
3682 case "$libs" in
3683 ' '|'') dflt='';;
3684 *) dflt="$libs";;
3685 esac
3686 case "$libswanted" in
3687 '') libswanted='c_s';;
3688 esac
3689 case "$usesocks" in
3690 "$define") libswanted="$libswanted socks5 socks5_sh" ;;
3691 esac
3692 libsfound=''
3693 libsfiles=''
3694 libsdirs=''
3695 libspath=''
3696 for thisdir in $libpth $xlibpth; do
3697   test -d $thisdir && libspath="$libspath $thisdir"
3698 done
3699 for thislib in $libswanted; do
3700         for thisdir in $libspath; do
3701             xxx=''
3702             if $test ! -f "$xxx" -a "X$ignore_versioned_solibs" = "X"; then
3703                 xxx=`ls $thisdir/lib$thislib.$so.[0-9] 2>/dev/null|tail -1`
3704                 $test -f "$xxx" && eval $libscheck
3705                 $test -f "$xxx" && libstyle=shared
3706             fi
3707             if test ! -f "$xxx"; then
3708                 xxx=$thisdir/lib$thislib.$so
3709                 $test -f "$xxx" && eval $libscheck
3710                 $test -f "$xxx" && libstyle=shared
3711             fi  
3712             if test ! -f "$xxx"; then
3713                 xxx=$thisdir/lib$thislib$_a
3714                 $test -f "$xxx" && eval $libscheck
3715                 $test -f "$xxx" && libstyle=static
3716             fi
3717             if test ! -f "$xxx"; then
3718                 xxx=$thisdir/$thislib$_a
3719                 $test -f "$xxx" && eval $libscheck
3720                 $test -f "$xxx" && libstyle=static
3721             fi
3722             if test ! -f "$xxx"; then
3723                 xxx=$thisdir/lib${thislib}_s$_a
3724                 $test -f "$xxx" && eval $libscheck
3725                 $test -f "$xxx" && libstyle=static
3726                 $test -f "$xxx" && thislib=${thislib}_s
3727             fi
3728             if test ! -f "$xxx"; then
3729                 xxx=$thisdir/Slib$thislib$_a
3730                 $test -f "$xxx" && eval $libscheck
3731                 $test -f "$xxx" && libstyle=static
3732             fi
3733             if $test -f "$xxx"; then
3734                 case "$libstyle" in
3735                 shared) echo "Found -l$thislib (shared)." ;;
3736                 static) echo "Found -l$thislib." ;;
3737                 *)      echo "Found -l$thislib ($libstyle)." ;;
3738                 esac
3739                 case " $dflt " in
3740                 *"-l$thislib "*);;
3741                 *) dflt="$dflt -l$thislib"
3742                    libsfound="$libsfound $xxx"
3743                    yyy=`basename $xxx`
3744                    libsfiles="$libsfiles $yyy"
3745                    yyy=`echo $xxx|$sed -e "s%/$yyy\\$%%"`
3746                    case " $libsdirs " in
3747                    *" $yyy "*) ;;
3748                    *) libsdirs="$libsdirs $yyy" ;;
3749                    esac
3750                    ;;
3751                 esac
3752                 break
3753             fi  
3754         done
3755         if $test ! -f "$xxx"; then
3756             echo "No -l$thislib."
3757         fi
3758 done
3759 set X $dflt
3760 shift
3761 dflt="$*"
3762 case "$libs" in
3763 '') dflt="$dflt";;
3764 *) dflt="$libs";;
3765 esac
3766 case "$dflt" in
3767 ' '|'') dflt='none';;
3768 esac
3769
3770 $cat <<EOM
3771
3772 In order to compile $package on your machine, a number of libraries
3773 are usually needed.  Include any other special libraries here as well.
3774 Say "none" for none.  The default list is almost always right.
3775 EOM
3776
3777 echo " "
3778 rp="What libraries to use?"
3779 . ./myread
3780 case "$ans" in
3781 none) libs=' ';;
3782 *) libs="$ans";;
3783 esac
3784
3785 : determine optimization, if desired, or use for debug flag also
3786 case "$optimize" in
3787 ' '|$undef) dflt='none';;
3788 '') dflt='-O';;
3789 *) dflt="$optimize";;
3790 esac
3791 $cat <<EOH
3792
3793 By default, $package compiles with the -O flag to use the optimizer.
3794 Alternately, you might want to use the symbolic debugger, which uses
3795 the -g flag (on traditional Unix systems).  Either flag can be
3796 specified here.  To use neither flag, specify the word "none".
3797
3798 EOH
3799 rp="What optimizer/debugger flag should be used?"
3800 . ./myread
3801 optimize="$ans"
3802 case "$optimize" in
3803 'none') optimize=" ";;
3804 esac
3805
3806 dflt=''
3807 : We will not override a previous value, but we might want to
3808 : augment a hint file
3809 case "$hint" in
3810 default|recommended)
3811         case "$gccversion" in
3812         1*) dflt='-fpcc-struct-return' ;;
3813         esac
3814         case "$optimize" in
3815         *-g*) dflt="$dflt -DDEBUGGING";;
3816         esac
3817         case "$gccversion" in
3818         2*) if test -d /etc/conf/kconfig.d &&
3819                         $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
3820                 then
3821                         dflt="$dflt -posix"
3822                 fi
3823                 ;;
3824         esac
3825         case "$gccversion" in
3826         1*) ;;
3827         2.[0-8]*) ;;
3828         ?*)     echo " "
3829                 echo "Checking if your compiler accepts -fno-strict-aliasing" 2>&1
3830                 echo 'int main(void) { return 0; }' > gcctest.c
3831                 if $cc -O2 -fno-strict-aliasing -o gcctest gcctest.c; then
3832                         echo "Yes, it does." 2>&1
3833                         case "$ccflags" in
3834                         *strict-aliasing*) 
3835                                 echo "Leaving current flags $ccflags alone." 2>&1
3836                                 ;;
3837                         *) dflt="$dflt -fno-strict-aliasing" ;;
3838                         esac
3839                 else
3840                         echo "Nope, it doesn't, but that's ok." 2>&1
3841                 fi
3842                 ;;
3843         esac
3844         ;;
3845 esac
3846
3847 case "$mips_type" in
3848 *BSD*|'') inclwanted="$locincpth $usrinc";;
3849 *) inclwanted="$locincpth $inclwanted $usrinc/bsd";;
3850 esac
3851 for thisincl in $inclwanted; do
3852         if $test -d $thisincl; then
3853                 if $test x$thisincl != x$usrinc; then
3854                         case "$dflt" in
3855                         *" -I$thisincl "*);;
3856                         *) dflt="$dflt -I$thisincl ";;
3857                         esac
3858                 fi
3859         fi
3860 done
3861
3862 inctest='if $contains $2 $usrinc/$1 >/dev/null 2>&1; then
3863         xxx=true;
3864 elif $contains $2 $usrinc/sys/$1 >/dev/null 2>&1; then
3865         xxx=true;
3866 else
3867         xxx=false;
3868 fi;
3869 if $xxx; then
3870         case "$dflt" in
3871         *$2*);;
3872         *) dflt="$dflt -D$2";;
3873         esac;
3874 fi'
3875
3876 set signal.h LANGUAGE_C; eval $inctest
3877
3878 case "$usesocks" in
3879 $define)
3880         ccflags="$ccflags -DSOCKS"
3881         ;;
3882 esac
3883
3884 case "$hint" in
3885 default|recommended) dflt="$ccflags $dflt" ;;
3886 *) dflt="$ccflags";;
3887 esac
3888
3889 case "$dflt" in
3890 ''|' ') dflt=none;;
3891 esac
3892
3893 $cat <<EOH
3894
3895 Your C compiler may want other flags.  For this question you should include
3896 -I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
3897 but you should NOT include libraries or ld flags like -lwhatever.  If you
3898 want $package to honor its debug switch, you should include -DDEBUGGING here.
3899 Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
3900
3901 To use no flags, specify the word "none".
3902
3903 EOH
3904 set X $dflt
3905 shift
3906 dflt=${1+"$@"}
3907 rp="Any additional cc flags?"
3908 . ./myread
3909 case "$ans" in
3910 none) ccflags='';;
3911 *) ccflags="$ans";;
3912 esac
3913
3914 : the following weeds options from ccflags that are of no interest to cpp
3915 cppflags="$ccflags"
3916 case "$gccversion" in
3917 1*) cppflags="$cppflags -D__GNUC__"
3918 esac
3919 case "$mips_type" in
3920 '');;
3921 *BSD*) cppflags="$cppflags -DSYSTYPE_BSD43";;
3922 esac
3923 case "$cppflags" in
3924 '');;
3925 *)
3926         echo " "
3927         echo "Let me guess what the preprocessor flags are..." >&4
3928         set X $cppflags
3929         shift
3930         cppflags=''
3931         $cat >cpp.c <<'EOM'
3932 #define BLURFL foo
3933
3934 BLURFL xx LFRULB
3935 EOM
3936         previous=''
3937         for flag in $*
3938         do
3939                 case "$flag" in
3940                 -*) ftry="$flag";;
3941                 *) ftry="$previous $flag";;
3942                 esac
3943                 if $cppstdin -DLFRULB=bar $cppflags $ftry $cppminus <cpp.c \
3944                         >cpp1.out 2>/dev/null && \
3945                         $cpprun -DLFRULB=bar $cppflags $ftry $cpplast <cpp.c \
3946                         >cpp2.out 2>/dev/null && \
3947                         $contains 'foo.*xx.*bar' cpp1.out >/dev/null 2>&1 && \
3948                         $contains 'foo.*xx.*bar' cpp2.out >/dev/null 2>&1
3949                 then
3950                         cppflags="$cppflags $ftry"
3951                         previous=''
3952                 else
3953                         previous="$flag"
3954                 fi
3955         done
3956         set X $cppflags
3957         shift
3958         cppflags=${1+"$@"}
3959         case "$cppflags" in
3960         *-*)  echo "They appear to be: $cppflags";;
3961         esac
3962         $rm -f cpp.c cpp?.out
3963         ;;
3964 esac
3965
3966 : flags used in final linking phase
3967 case "$ldflags" in
3968 '') if ./venix; then
3969                 dflt='-i -z'
3970         else
3971                 dflt=''
3972         fi
3973         case "$ccflags" in
3974         *-posix*) dflt="$dflt -posix" ;;
3975         esac
3976         ;;
3977 *) dflt="$ldflags";;
3978 esac
3979
3980 : Try to guess additional flags to pick up local libraries.
3981 for thislibdir in $libpth; do
3982         case " $loclibpth " in
3983         *" $thislibdir "*)
3984                 case "$dflt " in 
3985                 *"-L$thislibdir "*) ;;
3986                 *)  dflt="$dflt -L$thislibdir" ;;
3987                 esac
3988                 ;;
3989         esac
3990 done
3991
3992 case "$dflt" in
3993 '') dflt='none' ;;
3994 esac
3995
3996 $cat <<EOH
3997
3998 Your C linker may need flags.  For this question you should
3999 include -L/whatever and any other flags used by the C linker, but you
4000 should NOT include libraries like -lwhatever.
4001
4002 Make sure you include the appropriate -L/path flags if your C linker
4003 does not normally search all of the directories you specified above,
4004 namely
4005         $libpth
4006 To use no flags, specify the word "none".
4007
4008 EOH
4009
4010 rp="Any additional ld flags (NOT including libraries)?"
4011 . ./myread
4012 case "$ans" in
4013 none) ldflags='';;
4014 *) ldflags="$ans";;
4015 esac
4016 rmlist="$rmlist pdp11"
4017
4018 : coherency check
4019 echo " "
4020 echo "Checking your choice of C compiler and flags for coherency..." >&4
4021 $cat > try.c <<'EOF'
4022 #include <stdio.h>
4023 int main() { printf("Ok\n"); exit(0); }
4024 EOF
4025 set X $cc -o try $optimize $ccflags $ldflags try.c $libs
4026 shift
4027 $cat >try.msg <<'EOM'
4028 I've tried to compile and run the following simple program:
4029
4030 EOM
4031 $cat try.c >> try.msg
4032
4033 $cat >> try.msg <<EOM
4034
4035 I used the command:
4036
4037         $*
4038         ./try
4039
4040 and I got the following output:
4041
4042 EOM
4043 dflt=y
4044 if sh -c "$cc -o try $optimize $ccflags $ldflags try.c $libs" >>try.msg 2>&1; then
4045         if sh -c './try' >>try.msg 2>&1; then
4046                 xxx=`./try`
4047                 case "$xxx" in
4048                 "Ok") dflt=n ;;
4049                 *)      echo 'The program compiled OK, but produced no output.' >> try.msg
4050                         case " $libs " in
4051                         *" -lsfio "*)
4052                                 cat >> try.msg <<'EOQS'
4053 If $libs contains -lsfio, and sfio is mis-configured, then it
4054 sometimes (apparently) runs and exits with a 0 status, but with no
4055 output!  It may have to do with sfio's use of _exit vs. exit.
4056
4057 EOQS
4058                                 rp="You have a big problem.  Shall I abort Configure"
4059                                 dflt=y
4060                                 ;;
4061                         esac
4062                         ;;
4063                 esac
4064         else
4065                 echo "The program compiled OK, but exited with status $?." >>try.msg
4066                 rp="You have a problem.  Shall I abort Configure"
4067                 dflt=y
4068         fi
4069 else
4070         echo "I can't compile the test program." >>try.msg
4071         rp="You have a BIG problem.  Shall I abort Configure"
4072         dflt=y
4073 fi
4074 case "$dflt" in
4075 y)
4076         $cat try.msg >&4
4077         case "$knowitall" in
4078         '')
4079                 echo "(The supplied flags or libraries might be incorrect.)"
4080                 ;;
4081         *) dflt=n;;
4082         esac
4083         echo " "
4084         . ./myread
4085         case "$ans" in
4086         n*|N*) ;;
4087         *)      echo "Ok.  Stopping Configure." >&4
4088                 exit 1
4089                 ;;
4090         esac
4091         ;;
4092 n) echo "OK, that should do.";;
4093 esac
4094 $rm -f try try.* core
4095
4096 : define an is-a-typedef? function
4097 typedef='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
4098 case "$inclist" in
4099 "") inclist="sys/types.h";;
4100 esac;
4101 eval "varval=\$$var";
4102 case "$varval" in
4103 "")
4104         $rm -f temp.c;
4105         for inc in $inclist; do
4106                 echo "#include <$inc>" >>temp.c;
4107         done;
4108         echo "#ifdef $type" >> temp.c;
4109         echo "printf(\"We have $type\");" >> temp.c;
4110         echo "#endif" >> temp.c;
4111         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
4112         if $contains $type temp.E >/dev/null 2>&1; then
4113                 eval "$var=\$type";
4114         else
4115                 eval "$var=\$def";
4116         fi;
4117         $rm -f temp.?;;
4118 *) eval "$var=\$varval";;
4119 esac'
4120
4121 : define an is-a-typedef? function that prompts if the type is not available.
4122 typedef_ask='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
4123 case "$inclist" in
4124 "") inclist="sys/types.h";;
4125 esac;
4126 eval "varval=\$$var";
4127 case "$varval" in
4128 "")
4129         $rm -f temp.c;
4130         for inc in $inclist; do
4131                 echo "#include <$inc>" >>temp.c;
4132         done;
4133         echo "#ifdef $type" >> temp.c;
4134         echo "printf(\"We have $type\");" >> temp.c;
4135         echo "#endif" >> temp.c;
4136         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
4137         echo " " ;
4138         echo "$rp" | $sed -e "s/What is/Looking for/" -e "s/?/./";
4139         if $contains $type temp.E >/dev/null 2>&1; then
4140                 echo "$type found." >&4;
4141                 eval "$var=\$type";
4142         else
4143                 echo "$type NOT found." >&4;
4144                 dflt="$def";
4145                 . ./myread ;
4146                 eval "$var=\$ans";
4147         fi;
4148         $rm -f temp.?;;
4149 *) eval "$var=\$varval";;
4150 esac'
4151
4152 : define a shorthand compile call
4153 compile='
4154 mc_file=$1;
4155 shift;
4156 $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs > /dev/null 2>&1;'
4157 : define a shorthand compile call for compilations that should be ok.
4158 compile_ok='
4159 mc_file=$1;
4160 shift;
4161 $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs;'
4162
4163 : check for lengths of integral types
4164 echo " "
4165 case "$intsize" in
4166 '')
4167         echo "Checking to see how big your integers are..." >&4
4168         $cat >intsize.c <<'EOCP'
4169 #include <stdio.h>
4170 int main()
4171 {
4172         printf("intsize=%d;\n", (int)sizeof(int));
4173         printf("longsize=%d;\n", (int)sizeof(long));
4174         printf("shortsize=%d;\n", (int)sizeof(short));
4175         exit(0);
4176 }
4177 EOCP
4178         set intsize
4179         if eval $compile_ok && ./intsize > /dev/null; then
4180                 eval `./intsize`
4181                 echo "Your integers are $intsize bytes long."
4182                 echo "Your long integers are $longsize bytes long."
4183                 echo "Your short integers are $shortsize bytes long."
4184         else
4185                 $cat >&4 <<EOM
4186 !
4187 Help! I can't compile and run the intsize test program: please enlighten me!
4188 (This is probably a misconfiguration in your system or libraries, and
4189 you really ought to fix it.  Still, I'll try anyway.)
4190 !
4191 EOM
4192                 dflt=4
4193                 rp="What is the size of an integer (in bytes)?"
4194                 . ./myread
4195                 intsize="$ans"
4196                 dflt=$intsize
4197                 rp="What is the size of a long integer (in bytes)?"
4198                 . ./myread
4199                 longsize="$ans"
4200                 dflt=2
4201                 rp="What is the size of a short integer (in bytes)?"
4202                 . ./myread
4203                 shortsize="$ans"
4204         fi
4205         ;;
4206 esac
4207 $rm -f intsize intsize.*
4208
4209 : see what type lseek is declared as in the kernel
4210 rp="What is the type used for lseek's offset on this system?"
4211 set off_t lseektype long stdio.h sys/types.h
4212 eval $typedef_ask
4213
4214 echo " "
4215 echo "Checking to see how big your file offsets are..." >&4
4216 $cat >try.c <<EOCP
4217 #include <sys/types.h>
4218 #include <stdio.h>
4219 int main()
4220 {
4221     printf("%d\n", (int)sizeof($lseektype));
4222     return(0); 
4223 }
4224 EOCP
4225 set try
4226 if eval $compile_ok; then
4227         lseeksize=`./try`
4228         echo "Your file offsets are $lseeksize bytes long."
4229 else
4230         dflt=$longsize
4231         echo " "
4232         echo "(I can't seem to compile the test program.  Guessing...)"
4233         rp="What is the size of your file offsets (in bytes)?"
4234         . ./myread
4235         lseeksize="$ans"
4236 fi
4237 $rm -f try.c try
4238
4239 : see what type file positions are declared as in the library
4240 rp="What is the type for file position used by fsetpos()?"
4241 set fpos_t fpostype long stdio.h sys/types.h
4242 eval $typedef_ask
4243
4244 echo " "
4245 case "$fpostype" in
4246 *_t) zzz="$fpostype"    ;;
4247 *)   zzz="fpos_t"       ;;
4248 esac
4249 echo "Checking the size of $zzz..." >&4 
4250 cat > try.c <<EOCP
4251 #include <sys/types.h>
4252 #include <stdio.h>
4253 int main() {
4254     printf("%d\n", (int)sizeof($fpostype));
4255     exit(0);
4256 }
4257 EOCP
4258 set try
4259 if eval $compile_ok; then
4260         yyy=`./try`
4261         case "$yyy" in
4262         '')     fpossize=4
4263                 echo "(I can't execute the test program--guessing $fpossize.)" >&4
4264                 ;;
4265         *)      fpossize=$yyy
4266                 echo "Your $zzz is $fpossize bytes long."
4267                 ;;
4268         esac
4269 else
4270         dflt="$longsize"
4271         echo " " >&4
4272         echo "(I can't compile the test program.  Guessing...)" >&4
4273         rp="What is the size of your file positions (in bytes)?"
4274         . ./myread
4275         fpossize="$ans"
4276 fi
4277
4278
4279
4280 # Backward compatibility (uselfs is deprecated).
4281 case "$uselfs" in
4282 "$define"|true|[yY]*)
4283         cat <<EOM >&4
4284
4285 *** Configure -Duselfs is deprecated, using -Duselargefiles instead.
4286 EOM
4287         uselargefiles="$define"
4288         ;;
4289 esac                          
4290
4291 case "$lseeksize:$fpossize" in
4292 8:8) cat <<EOM
4293
4294 You can have files larger than 2 gigabytes.
4295 EOM
4296    val="$define" ;;
4297 *)    case "$uselargefiles" in
4298    "$undef"|false|[nN]*) dflt='n' ;;
4299    *)   dflt='y' ;;
4300    esac
4301    cat <<EOM
4302
4303 Perl can be built to understand large files (files larger than 2 gigabytes)
4304 on some systems.  To do so, Configure can be run with -Duselargefiles.
4305
4306 If this doesn't make any sense to you, just accept the default '$dflt'.
4307 EOM
4308    rp='Try to understand large files, if available?'
4309    . ./myread
4310    case "$ans" in
4311    y|Y)         val="$define" ;;
4312    *)           val="$undef"  ;;
4313    esac
4314    ;;
4315 esac
4316 set uselargefiles
4317 eval $setvar
4318 case "$uselargefiles" in
4319 "$define")
4320 : Look for a hint-file generated 'call-back-unit'.  If the
4321 : user has specified that a large files perl is to be built,
4322 : we may need to set or change some other defaults.
4323         if $test -f uselargefiles.cbu; then
4324                 echo "Your platform has some specific hints for large file builds, using them..."
4325                 . ./uselargefiles.cbu
4326                 echo " "
4327                 echo "Rechecking to see how big your file offsets are..." >&4
4328                 $cat >try.c <<EOCP
4329 #include <sys/types.h>
4330 #include <stdio.h>
4331 int main()
4332 {
4333     printf("%d\n", (int)sizeof($lseektype));
4334     return(0); 
4335 }
4336 EOCP
4337                 set try
4338                 if eval $compile_ok; then
4339                         lseeksize=`./try`
4340                         $echo "Your file offsets are now $lseeksize bytes long."
4341                 else
4342                         dflt="$lseeksize"
4343                         echo " "
4344                         echo "(I can't seem to compile the test program.  Guessing...)"
4345                         rp="What is the size of your file offsets (in bytes)?"
4346                         . ./myread
4347                         lseeksize="$ans"
4348                 fi
4349                 case "$fpostype" in
4350                 *_t) zzz="$fpostype"    ;;
4351                 *)   zzz="fpos_t"       ;;
4352                 esac
4353                 $echo $n "Rechecking the size of $zzz...$c" >&4 
4354                 $cat > try.c <<EOCP
4355 #include <sys/types.h>
4356 #include <stdio.h>
4357 int main() {
4358     printf("%d\n", (int)sizeof($fpostype));
4359     exit(0);
4360 }
4361 EOCP
4362                 set try
4363                 if eval $compile_ok; then
4364                         yyy=`./try`
4365                         dflt="$lseeksize"
4366                         case "$yyy" in
4367                         '')     echo " "
4368                                 echo "(I can't execute the test program--guessing $fpossize.)" >&4
4369                                 ;;
4370                         *)      fpossize=$yyy
4371                                 echo " $fpossize bytes." >&4
4372                                 ;;
4373                         esac
4374                 else
4375                         dflt="$fpossize"
4376                         echo " "
4377                         echo "(I can't compile the test program.  Guessing...)" >&4
4378                         rp="What is the size of your file positions (in bytes)?"
4379                         . ./myread
4380                         fpossize="$ans"
4381                 fi
4382                 $rm -f try.c try
4383         fi
4384         ;;
4385 esac
4386
4387
4388 case "$usemorebits" in
4389 "$define"|true|[yY]*)
4390         use64bitint="$define"
4391         uselongdouble="$define"
4392         usemorebits="$define"
4393         ;;
4394 *)      usemorebits="$undef"
4395         ;;
4396 esac
4397
4398
4399 case "$uselonglong" in
4400 "$define"|true|[yY]*)
4401         cat <<EOM >&4
4402
4403 *** Configure -Duselonglong is deprecated, using -Duse64bitint instead.
4404 EOM
4405         use64bitint="$define"
4406         ;;
4407 esac                          
4408 case "$use64bits" in
4409 "$define"|true|[yY]*)
4410         cat <<EOM >&4
4411
4412 *** Configure -Duse64bits is deprecated, using -Duse64bitint instead.
4413 EOM
4414         use64bitint="$define"
4415         ;;
4416 esac                          
4417 case "$use64bitints" in
4418 "$define"|true|[yY]*)
4419         cat <<EOM >&4
4420
4421 *** There is no Configure -Duse64bitints, using -Duse64bitint instead.
4422 EOM
4423         use64bitint="$define"
4424         ;;
4425 esac                          
4426 case "$use64bitsint" in
4427 "$define"|true|[yY]*)
4428         cat <<EOM >&4
4429
4430 *** There is no Configure -Duse64bitsint, using -Duse64bitint instead.
4431 EOM
4432         use64bitint="$define"
4433         ;;
4434 esac                          
4435 case "$uselonglongs" in
4436 "$define"|true|[yY]*)
4437         cat <<EOM >&4
4438
4439 *** There is no Configure -Duselonglongs, using -Duse64bitint instead.
4440 EOM
4441         use64bitint="$define"
4442         ;;
4443 esac                          
4444 case "$use64bitsall" in
4445 "$define"|true|[yY]*)
4446         cat <<EOM >&4
4447
4448 *** There is no Configure -Duse64bitsall, using -Duse64bitall instead.
4449 EOM
4450         use64bitall="$define"
4451         ;;
4452 esac                          
4453
4454 case "$ccflags" in
4455 *-DUSE_LONG_LONG*|*-DUSE_64_BIT_INT*|*-DUSE_64_BIT_ALL*) use64bitint="$define";;
4456 esac
4457 case "$use64bitall" in
4458 "$define"|true|[yY]*) use64bitint="$define" ;;
4459 esac
4460
4461 case "$longsize" in
4462 8) cat <<EOM
4463
4464 You have natively 64-bit long integers.
4465 EOM
4466    val="$define"
4467    ;;
4468 *) case "$use64bitint" in
4469    "$define"|true|[yY]*) dflt='y';;
4470    *) dflt='n';;
4471    esac
4472    cat <<EOM
4473
4474 Perl can be built to take advantage of 64-bit integer types
4475 on some systems.  To do so, Configure can be run with -Duse64bitint.
4476 Choosing this option will most probably introduce binary incompatibilities.
4477
4478 If this doesn't make any sense to you, just accept the default '$dflt'.
4479 EOM
4480    rp='Try to use 64-bit integers, if available?'
4481    . ./myread
4482    case "$ans" in
4483    [yY]*) val="$define" ;;
4484    *)     val="$undef"  ;;
4485    esac
4486    ;;
4487 esac
4488 set use64bitint
4489 eval $setvar
4490
4491 case "$use64bitall" in
4492 "$define"|true|[yY]*) dflt='y' ;;
4493 *) case "$longsize" in
4494    8) dflt='y' ;;
4495    *) dflt='n' ;;
4496    esac
4497    ;;
4498 esac    
4499 cat <<EOM
4500
4501 You may also choose to try maximal 64-bitness.  It means using as much
4502 64-bitness as possible on the platform.  This in turn means even more
4503 binary incompatibilities.  On the other hand, your platform may not
4504 have any more 64-bitness available than what you already have chosen.
4505
4506 If this doesn't make any sense to you, just accept the default '$dflt'.
4507 EOM
4508 rp='Try to use maximal 64-bit support, if available?'
4509 . ./myread
4510 case "$ans" in
4511 [yY]*) val="$define" ;;
4512 *)     val="$undef"  ;;
4513 esac
4514 set use64bitall
4515 eval $setvar
4516 case "$use64bitall" in
4517 "$define")
4518         case "$use64bitint" in
4519         "$undef")
4520                 cat <<EOM
4521
4522 Since you have chosen a maximally 64-bit build, I'm also turning on
4523 the use of 64-bit integers.
4524 EOM
4525                 use64bitint="$define" ;;
4526         esac
4527         ;;
4528 esac
4529
4530 case "$use64bitint" in
4531 "$define"|true|[yY]*)
4532 : Look for a hint-file generated 'call-back-unit'.  If the
4533 : user has specified that a 64-bit perl is to be built,
4534 : we may need to set or change some other defaults.
4535         if $test -f use64bitint.cbu; then
4536                 echo "Your platform has some specific hints for 64-bit integers, using them..."
4537                 . ./use64bitint.cbu
4538         fi
4539         case "$longsize" in
4540         4) case "$archname64" in
4541            '') archname64=64int ;;
4542            esac
4543            ;;
4544         esac
4545         ;;
4546 esac
4547
4548 case "$use64bitall" in
4549 "$define"|true|[yY]*)
4550 : Look for a hint-file generated 'call-back-unit'.  If the
4551 : user has specified that a maximally 64-bit perl is to be built,
4552 : we may need to set or change some other defaults.
4553         if $test -f use64bitall.cbu; then
4554                 echo "Your platform has some specific hints for 64-bit builds, using them..."
4555                 . ./use64bitall.cbu
4556         fi
4557         case "$longsize" in
4558         4) case "$archname64" in
4559            ''|64int) archname64=64all ;;
4560            esac
4561            ;;
4562         esac
4563         ;;
4564 esac
4565
4566 echo " "
4567 echo "Checking for GNU C Library..." >&4
4568 cat >gnulibc.c <<EOM
4569 #include <stdio.h>
4570 int main()
4571 {
4572 #ifdef __GLIBC__
4573     exit(0);
4574 #else
4575     exit(1);
4576 #endif
4577 }
4578 EOM
4579 set gnulibc
4580 if eval $compile_ok && ./gnulibc; then
4581         val="$define"
4582         echo "You are using the GNU C Library"
4583 else
4584         val="$undef"
4585         echo "You are not using the GNU C Library"
4586 fi
4587 $rm -f gnulibc*
4588 set d_gnulibc
4589 eval $setvar
4590
4591 : see if nm is to be used to determine whether a symbol is defined or not
4592 case "$usenm" in
4593 '')
4594         dflt=''
4595         case "$d_gnulibc" in
4596         "$define")
4597                 echo " "
4598                 echo "nm probably won't work on the GNU C Library." >&4
4599                 dflt=n
4600                 ;;
4601         esac
4602         case "$dflt" in
4603         '') 
4604                 if $test "$osname" = aix -a ! -f /lib/syscalls.exp; then
4605                         echo " "
4606                         echo "Whoops!  This is an AIX system without /lib/syscalls.exp!" >&4
4607                         echo "'nm' won't be sufficient on this sytem." >&4
4608                         dflt=n
4609                 fi
4610                 ;;
4611         esac
4612         case "$dflt" in
4613         '') dflt=`$egrep 'inlibc|csym' $rsrc/Configure | wc -l 2>/dev/null`
4614                 if $test $dflt -gt 20; then
4615                         dflt=y
4616                 else
4617                         dflt=n
4618                 fi
4619                 ;;
4620         esac
4621         ;;
4622 *)
4623         case "$usenm" in
4624         true|$define) dflt=y;;
4625         *) dflt=n;;
4626         esac
4627         ;;
4628 esac
4629 $cat <<EOM
4630
4631 I can use $nm to extract the symbols from your C libraries. This
4632 is a time consuming task which may generate huge output on the disk (up
4633 to 3 megabytes) but that should make the symbols extraction faster. The
4634 alternative is to skip the 'nm' extraction part and to compile a small
4635 test program instead to determine whether each symbol is present. If
4636 you have a fast C compiler and/or if your 'nm' output cannot be parsed,
4637 this may be the best solution.
4638
4639 You probably shouldn't let me use 'nm' if you are using the GNU C Library.
4640
4641 EOM
4642 rp="Shall I use $nm to extract C symbols from the libraries?"
4643 . ./myread
4644 case "$ans" in
4645 [Nn]*) usenm=false;;
4646 *) usenm=true;;
4647 esac
4648
4649 runnm=$usenm
4650 case "$reuseval" in
4651 true) runnm=false;;
4652 esac
4653
4654 : nm options which may be necessary
4655 case "$nm_opt" in
4656 '') if $test -f /mach_boot; then
4657                 nm_opt=''       # Mach
4658         elif $test -d /usr/ccs/lib; then
4659                 nm_opt='-p'     # Solaris (and SunOS?)
4660         elif $test -f /dgux; then
4661                 nm_opt='-p'     # DG-UX
4662         elif $test -f /lib64/rld; then
4663                 nm_opt='-p'     # 64-bit Irix
4664         else
4665                 nm_opt=''
4666         fi;;
4667 esac
4668
4669 : nm options which may be necessary for shared libraries but illegal
4670 : for archive libraries.  Thank you, Linux.
4671 case "$nm_so_opt" in
4672 '')     case "$myuname" in
4673         *linux*)
4674                 if $nm --help | $grep 'dynamic' > /dev/null 2>&1; then
4675                         nm_so_opt='--dynamic'
4676                 fi
4677                 ;;
4678         esac
4679         ;;
4680 esac
4681
4682 case "$runnm" in
4683 true)
4684 : get list of predefined functions in a handy place
4685 echo " "
4686 case "$libc" in
4687 '') libc=unknown
4688         case "$libs" in
4689         *-lc_s*) libc=`./loc libc_s$_a $libc $libpth`
4690         esac
4691         ;;
4692 esac
4693 libnames='';
4694 case "$libs" in
4695 '') ;;
4696 *)  for thislib in $libs; do
4697         case "$thislib" in
4698         -lc|-lc_s)
4699                 : Handle C library specially below.
4700                 ;;
4701         -l*)
4702                 thislib=`echo $thislib | $sed -e 's/^-l//'`
4703                 if try=`./loc lib$thislib.$so.'*' X $libpth`; $test -f "$try"; then
4704                         :
4705                 elif try=`./loc lib$thislib.$so X $libpth`; $test -f "$try"; then
4706                         :
4707                 elif try=`./loc lib$thislib$_a X $libpth`; $test -f "$try"; then
4708                         :
4709                 elif try=`./loc $thislib$_a X $libpth`; $test -f "$try"; then
4710                         :
4711                 elif try=`./loc lib$thislib X $libpth`; $test -f "$try"; then
4712                         :
4713                 elif try=`./loc $thislib X $libpth`; $test -f "$try"; then
4714                         :
4715                 elif try=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$try"; then
4716                         :
4717                 else
4718                         try=''
4719                 fi
4720                 libnames="$libnames $try"
4721                 ;;
4722         *) libnames="$libnames $thislib" ;;
4723         esac
4724         done
4725         ;;
4726 esac
4727 xxx=normal
4728 case "$libc" in
4729 unknown)
4730         set /lib/libc.$so
4731         for xxx in $libpth; do
4732                 $test -r $1 || set $xxx/libc.$so
4733                 : The messy sed command sorts on library version numbers.
4734                 $test -r $1 || \
4735                         set `echo blurfl; echo $xxx/libc.$so.[0-9]* | \
4736                         tr ' ' $trnl | egrep -v '\.[A-Za-z]*$' | $sed -e '
4737                                 h
4738                                 s/[0-9][0-9]*/0000&/g
4739                                 s/0*\([0-9][0-9][0-9][0-9][0-9]\)/\1/g
4740                                 G
4741                                 s/\n/ /' | \
4742                          sort | $sed -e 's/^.* //'`
4743                 eval set \$$#
4744         done
4745         $test -r $1 || set /usr/ccs/lib/libc.$so
4746         $test -r $1 || set /lib/libsys_s$_a
4747         ;;
4748 *)
4749         set blurfl
4750         ;;
4751 esac
4752 if $test -r "$1"; then
4753         echo "Your (shared) C library seems to be in $1."
4754         libc="$1"
4755 elif $test -r /lib/libc && $test -r /lib/clib; then
4756         echo "Your C library seems to be in both /lib/clib and /lib/libc."
4757         xxx=apollo
4758         libc='/lib/clib /lib/libc'
4759         if $test -r /lib/syslib; then
4760                 echo "(Your math library is in /lib/syslib.)"
4761                 libc="$libc /lib/syslib"
4762         fi
4763 elif $test -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
4764         echo "Your C library seems to be in $libc, as you said before."
4765 elif $test -r $incpath/usr/lib/libc$_a; then
4766         libc=$incpath/usr/lib/libc$_a;
4767         echo "Your C library seems to be in $libc.  That's fine."
4768 elif $test -r /lib/libc$_a; then
4769         libc=/lib/libc$_a;
4770         echo "Your C library seems to be in $libc.  You're normal."
4771 else
4772         if tans=`./loc libc$_a blurfl/dyick $libpth`; $test -r "$tans"; then
4773                 :
4774         elif tans=`./loc libc blurfl/dyick $libpth`; $test -r "$tans"; then
4775                 libnames="$libnames "`./loc clib blurfl/dyick $libpth`
4776         elif tans=`./loc clib blurfl/dyick $libpth`; $test -r "$tans"; then
4777                 :
4778         elif tans=`./loc Slibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
4779                 :
4780         elif tans=`./loc Mlibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
4781                 :
4782         else
4783                 tans=`./loc Llibc$_a blurfl/dyick $xlibpth`
4784         fi
4785         if $test -r "$tans"; then
4786                 echo "Your C library seems to be in $tans, of all places."
4787                 libc=$tans
4788         else
4789                 libc='blurfl'
4790         fi
4791 fi
4792 if $test $xxx = apollo -o -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
4793         dflt="$libc"
4794         cat <<EOM
4795
4796 If the guess above is wrong (which it might be if you're using a strange
4797 compiler, or your machine supports multiple models), you can override it here.
4798
4799 EOM
4800 else
4801         dflt=''
4802         echo $libpth | tr ' ' $trnl | sort | uniq > libpath
4803         cat >&4 <<EOM
4804 I can't seem to find your C library.  I've looked in the following places:
4805
4806 EOM
4807         $sed 's/^/      /' libpath
4808         cat <<EOM
4809
4810 None of these seems to contain your C library. I need to get its name...
4811
4812 EOM
4813 fi
4814 fn=f
4815 rp='Where is your C library?'
4816 . ./getfile
4817 libc="$ans"
4818
4819 echo " "
4820 echo $libc $libnames | tr ' ' $trnl | sort | uniq > libnames
4821 set X `cat libnames`
4822 shift
4823 xxx=files
4824 case $# in 1) xxx=file; esac
4825 echo "Extracting names from the following $xxx for later perusal:" >&4
4826 echo " "
4827 $sed 's/^/      /' libnames >&4
4828 echo " "
4829 $echo $n "This may take a while...$c" >&4
4830
4831 for file in $*; do
4832         case $file in
4833         *$so*) $nm $nm_so_opt $nm_opt $file 2>/dev/null;;
4834         *) $nm $nm_opt $file 2>/dev/null;;
4835         esac
4836 done >libc.tmp
4837
4838 $echo $n ".$c"
4839 $grep fprintf libc.tmp > libc.ptf
4840 xscan='eval "<libc.ptf $com >libc.list"; $echo $n ".$c" >&4'
4841 xrun='eval "<libc.tmp $com >libc.list"; echo "done" >&4'
4842 xxx='[ADTSIW]'
4843 if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx  *_[_.]*//p' -e 's/^.* $xxx  *//p'";\
4844         eval $xscan;\
4845         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4846                 eval $xrun
4847 elif com="$sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p'";\
4848         eval $xscan;\
4849         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4850                 eval $xrun
4851 elif com="$sed -n -e '/|UNDEF/d' -e '/FUNC..GL/s/^.*|__*//p'";\
4852         eval $xscan;\
4853         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4854                 eval $xrun
4855 elif com="$sed -n -e 's/^.* D __*//p' -e 's/^.* D //p'";\
4856         eval $xscan;\
4857         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4858                 eval $xrun
4859 elif com="$sed -n -e 's/^_//' -e 's/^\([a-zA-Z_0-9]*\).*xtern.*text.*/\1/p'";\
4860         eval $xscan;\
4861         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4862                 eval $xrun
4863 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p'";\
4864         eval $xscan;\
4865         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4866                 eval $xrun
4867 elif com="$grep '|' | $sed -n -e '/|COMMON/d' -e '/|DATA/d' \
4868                                 -e '/ file/d' -e 's/^\([^       ]*\).*/\1/p'";\
4869         eval $xscan;\
4870         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4871                 eval $xrun
4872 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p' -e 's/^.*|FUNC |WEAK .*|//p'";\
4873         eval $xscan;\
4874         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4875                 eval $xrun
4876 elif com="$sed -n -e 's/^__//' -e '/|Undef/d' -e '/|Proc/s/ .*//p'";\
4877         eval $xscan;\
4878         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4879                 eval $xrun
4880 elif com="$sed -n -e 's/^.*|Proc .*|Text *| *//p'";\
4881         eval $xscan;\
4882         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4883                 eval $xrun
4884 elif com="$sed -n -e '/Def. Text/s/.* \([^ ]*\)\$/\1/p'";\
4885         eval $xscan;\
4886         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4887                 eval $xrun
4888 elif com="$sed -n -e 's/^[-0-9a-f ]*_\(.*\)=.*/\1/p'";\
4889         eval $xscan;\
4890         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4891                 eval $xrun
4892 elif com="$sed -n -e 's/.*\.text n\ \ \ \.//p'";\
4893         eval $xscan;\
4894         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4895                 eval $xrun
4896 elif com="sed -n -e 's/^__.*//' -e 's/[       ]*D[    ]*[0-9]*.*//p'";\
4897         eval $xscan;\
4898         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4899                 eval $xrun
4900 else
4901         $nm -p $* 2>/dev/null >libc.tmp
4902         $grep fprintf libc.tmp > libc.ptf
4903         if com="$sed -n -e 's/^.* [ADTSIW]  *_[_.]*//p' -e 's/^.* [ADTSIW] //p'";\
4904                 eval $xscan; $contains '^fprintf$' libc.list >/dev/null 2>&1
4905         then
4906                 nm_opt='-p'
4907                 eval $xrun
4908         else
4909                 echo " "
4910                 echo "$nm didn't seem to work right. Trying $ar instead..." >&4
4911                 com=''
4912                 if $ar t $libc > libc.tmp && $contains '^fprintf$' libc.tmp >/dev/null 2>&1; then
4913                         for thisname in $libnames $libc; do
4914                                 $ar t $thisname >>libc.tmp
4915                         done
4916                         $sed -e "s/\\$_o\$//" < libc.tmp > libc.list
4917                         echo "Ok." >&4
4918                 elif test "X$osname" = "Xos2" && $ar tv $libc > libc.tmp; then
4919                         # Repeat libc to extract forwarders to DLL entries too
4920                         for thisname in $libnames $libc; do
4921                                 $ar tv $thisname >>libc.tmp
4922                                 # Revision 50 of EMX has bug in $ar.
4923                                 # it will not extract forwarders to DLL entries
4924                                 # Use emximp which will extract exactly them.
4925                                 emximp -o tmp.imp $thisname \
4926                                     2>/dev/null && \
4927                                     $sed -e 's/^\([_a-zA-Z0-9]*\) .*$/\1/p' \
4928                                     < tmp.imp >>libc.tmp
4929                                 $rm tmp.imp
4930                         done
4931                         $sed -e "s/\\$_o\$//" -e 's/^ \+//' < libc.tmp > libc.list
4932                         echo "Ok." >&4
4933                 else
4934                         echo "$ar didn't seem to work right." >&4
4935                         echo "Maybe this is a Cray...trying bld instead..." >&4
4936                         if bld t $libc | $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" > libc.list
4937                         then
4938                                 for thisname in $libnames; do
4939                                         bld t $libnames | \
4940                                         $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" >>libc.list
4941                                         $ar t $thisname >>libc.tmp
4942                                 done
4943                                 echo "Ok." >&4
4944                         else
4945                                 echo "That didn't work either.  Giving up." >&4
4946                                 exit 1
4947                         fi
4948                 fi
4949         fi
4950 fi
4951 nm_extract="$com"
4952 if $test -f /lib/syscalls.exp; then
4953         echo " "
4954         echo "Also extracting names from /lib/syscalls.exp for good ole AIX..." >&4
4955         $sed -n 's/^\([^        ]*\)[   ]*syscall[0-9]*$/\1/p' /lib/syscalls.exp >>libc.list
4956 fi
4957 ;;
4958 esac
4959 $rm -f libnames libpath
4960
4961 : is a C symbol defined?
4962 csym='tlook=$1;
4963 case "$3" in
4964 -v) tf=libc.tmp; tc=""; tdc="";;
4965 -a) tf=libc.tmp; tc="[0]"; tdc="[]";;
4966 *) tlook="^$1\$"; tf=libc.list; tc="()"; tdc="()";;
4967 esac;
4968 tx=yes;
4969 case "$reuseval-$4" in
4970 true-) ;;
4971 true-*) tx=no; eval "tval=\$$4"; case "$tval" in "") tx=yes;; esac;;
4972 esac;
4973 case "$tx" in
4974 yes)
4975         case "$runnm" in
4976         true)
4977                 if $contains $tlook $tf >/dev/null 2>&1;
4978                 then tval=true;
4979                 else tval=false;
4980                 fi;;
4981         *)
4982                 echo "int main() { extern short $1$tdc; printf(\"%hd\", $1$tc); }" > t.c;
4983                 if $cc -o t $optimize $ccflags $ldflags t.c $libs >/dev/null 2>&1;
4984                 then tval=true;
4985                 else tval=false;
4986                 fi;
4987                 $rm -f t t.c;;
4988         esac;;
4989 *)
4990         case "$tval" in
4991         $define) tval=true;;
4992         *) tval=false;;
4993         esac;;
4994 esac;
4995 eval "$2=$tval"'
4996
4997 : define an is-in-libc? function
4998 inlibc='echo " "; td=$define; tu=$undef;
4999 sym=$1; var=$2; eval "was=\$$2";
5000 tx=yes;
5001 case "$reuseval$was" in
5002 true) ;;
5003 true*) tx=no;;
5004 esac;
5005 case "$tx" in
5006 yes)
5007         set $sym tres -f;
5008         eval $csym;
5009         case "$tres" in
5010         true)
5011                 echo "$sym() found." >&4;
5012                 case "$was" in $undef) . ./whoa; esac; eval "$var=\$td";;
5013         *)
5014                 echo "$sym() NOT found." >&4;
5015                 case "$was" in $define) . ./whoa; esac; eval "$var=\$tu";;
5016         esac;;
5017 *)
5018         case "$was" in
5019         $define) echo "$sym() found." >&4;;
5020         *) echo "$sym() NOT found." >&4;;
5021         esac;;
5022 esac'
5023
5024 : see if sqrtl exists
5025 set sqrtl d_sqrtl
5026 eval $inlibc
5027
5028 case "$ccflags" in
5029 *-DUSE_LONG_DOUBLE*|*-DUSE_MORE_BITS*) uselongdouble="$define" ;;
5030 esac
5031
5032 case "$uselongdouble" in
5033 $define|true|[yY]*)     dflt='y';;
5034 *) dflt='n';;
5035 esac
5036 cat <<EOM
5037
5038 Perl can be built to take advantage of long doubles which
5039 (if available) may give more accuracy and range for floating point numbers.
5040
5041 If this doesn't make any sense to you, just accept the default '$dflt'.
5042 EOM
5043 rp='Try to use long doubles if available?'
5044 . ./myread
5045 case "$ans" in
5046 y|Y)    val="$define"   ;;
5047 *)      val="$undef"    ;;
5048 esac
5049 set uselongdouble
5050 eval $setvar
5051
5052 case "$uselongdouble" in
5053 true|[yY]*) uselongdouble="$define" ;;
5054 esac
5055
5056 case "$uselongdouble" in
5057 $define)
5058 : Look for a hint-file generated 'call-back-unit'.  If the
5059 : user has specified that long doubles should be used,
5060 : we may need to set or change some other defaults.
5061         if $test -f uselongdouble.cbu; then
5062                 echo "Your platform has some specific hints for long doubles, using them..."
5063                 . ./uselongdouble.cbu
5064         else
5065                 $cat <<EOM
5066 (Your platform doesn't have any specific hints for long doubles.)
5067 EOM
5068         fi
5069         ;;
5070 esac
5071
5072 case "$uselongdouble:$d_sqrtl" in
5073 $define:$undef)
5074                 $cat <<EOM >&4
5075
5076 *** You requested the use of long doubles but you do not seem to have
5077 *** the mathematic functions for long doubles.  I'm disabling the use
5078 *** of long doubles.
5079
5080 EOM
5081         uselongdouble=$undef
5082         ;;
5083 esac
5084
5085 : check for length of double
5086 echo " "
5087 case "$doublesize" in
5088 '')
5089         echo "Checking to see how big your double precision numbers are..." >&4
5090         $cat >try.c <<'EOCP'
5091 #include <stdio.h>
5092 int main()
5093 {
5094     printf("%d\n", (int)sizeof(double));
5095     exit(0);
5096 }
5097 EOCP
5098         set try
5099         if eval $compile_ok; then
5100                 doublesize=`./try`
5101                 echo "Your double is $doublesize bytes long."
5102         else
5103                 dflt='8'
5104                 echo "(I can't seem to compile the test program.  Guessing...)"
5105                 rp="What is the size of a double precision number (in bytes)?"
5106                 . ./myread
5107                 doublesize="$ans"
5108         fi
5109         ;;
5110 esac
5111 $rm -f try.c try
5112
5113 : check for long doubles
5114 echo " "
5115 echo "Checking to see if you have long double..." >&4
5116 echo 'int main() { long double x = 7.0; }' > try.c
5117 set try
5118 if eval $compile; then
5119         val="$define"
5120         echo "You have long double."
5121 else
5122         val="$undef"
5123         echo "You do not have long double."
5124 fi
5125 $rm try.*
5126 set d_longdbl
5127 eval $setvar
5128
5129 : check for length of long double
5130 case "${d_longdbl}${longdblsize}" in
5131 $define)
5132         echo " "
5133         echo "Checking to see how big your long doubles are..." >&4
5134         $cat >try.c <<'EOCP'
5135 #include <stdio.h>
5136 int main()
5137 {
5138         printf("%d\n", sizeof(long double));
5139 }
5140 EOCP
5141         set try
5142         set try
5143         if eval $compile; then
5144                 longdblsize=`./try$exe_ext`
5145                 echo "Your long doubles are $longdblsize bytes long."
5146         else
5147                 dflt='8'
5148                 echo " "
5149                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
5150                 rp="What is the size of a long double (in bytes)?"
5151                 . ./myread
5152                 longdblsize="$ans"
5153         fi
5154         if $test "X$doublesize" = "X$longdblsize"; then
5155                 echo "(That isn't any different from an ordinary double.)"
5156         fi      
5157         ;;
5158 esac
5159 $rm -f try.* try
5160
5161 : determine the architecture name
5162 echo " "
5163 if xxx=`./loc arch blurfl $pth`; $test -f "$xxx"; then
5164         tarch=`arch`"-$osname"
5165 elif xxx=`./loc uname blurfl $pth`; $test -f "$xxx" ; then
5166         if uname -m > tmparch 2>&1 ; then
5167                 tarch=`$sed -e 's/ *$//' -e 's/ /_/g' \
5168                         -e 's/$/'"-$osname/" tmparch`
5169         else
5170                 tarch="$osname"
5171         fi
5172         $rm -f tmparch
5173 else
5174         tarch="$osname"
5175 fi
5176 case "$myarchname" in
5177 ''|"$tarch") ;;
5178 *)
5179         echo "(Your architecture name used to be $myarchname.)"
5180         archname=''
5181         ;;
5182 esac
5183 myarchname="$tarch"
5184 case "$archname" in
5185 '') dflt="$tarch";;
5186 *) dflt="$archname";;
5187 esac
5188 rp='What is your architecture name'
5189 . ./myread
5190 archname="$ans"
5191 case "$usethreads" in
5192 $define)
5193         echo "Threads selected." >&4
5194         case "$archname" in
5195         *-thread*) echo "...and architecture name already has -thread." >&4
5196                 ;;
5197         *)      archname="$archname-thread"
5198                 echo "...setting architecture name to $archname." >&4
5199                 ;;
5200         esac
5201         ;;
5202 esac
5203 case "$usemultiplicity" in
5204 $define)
5205         echo "Multiplicity selected." >&4
5206         case "$archname" in
5207         *-multi*) echo "...and architecture name already has -multi." >&4
5208                 ;;
5209         *)      archname="$archname-multi"
5210                 echo "...setting architecture name to $archname." >&4
5211                 ;;
5212         esac
5213         ;;
5214 esac
5215 case "$use64bitint$use64bitall" in
5216 *"$define"*)
5217         case "$archname64" in
5218         '')
5219                 echo "This architecture is naturally 64-bit, not changing architecture name." >&4
5220                 ;;
5221         *)
5222                 case "$use64bitint" in
5223                 "$define") echo "64 bit integers selected." >&4 ;;
5224                 esac
5225                 case "$use64bitall" in
5226                 "$define") echo "Maximal 64 bitness selected." >&4 ;;
5227                 esac
5228                 case "$archname" in
5229                 *-$archname64*) echo "...and architecture name already has $archname64." >&4
5230                         ;;
5231                 *)      archname="$archname-$archname64"
5232                         echo "...setting architecture name to $archname." >&4
5233                         ;;
5234                 esac
5235                 ;;
5236         esac
5237 esac
5238 case "$uselongdouble" in
5239 $define)
5240         echo "Long doubles selected." >&4
5241         case "$longdblsize" in
5242         $doublesize)
5243                 "...but long doubles are equal to doubles, not changing architecture name." >&4
5244                 ;;
5245         *)
5246                 case "$archname" in
5247                 *-ld*) echo "...and architecture name already has -ld." >&4
5248                         ;;
5249                 *)      archname="$archname-ld"
5250                         echo "...setting architecture name to $archname." >&4
5251                         ;;
5252                 esac
5253                 ;;
5254         esac
5255         ;;
5256 esac
5257
5258 : determine root of directory hierarchy where package will be installed.
5259 case "$prefix" in
5260 '')
5261         dflt=`./loc . /usr/local /usr/local /local /opt /usr`
5262         ;;
5263 *)
5264         dflt="$prefix"
5265         ;;
5266 esac
5267 $cat <<EOM
5268
5269 By default, $package will be installed in $dflt/bin, manual pages
5270 under $dflt/man, etc..., i.e. with $dflt as prefix for all
5271 installation directories. Typically this is something like /usr/local.
5272 If you wish to have binaries under /usr/bin but other parts of the
5273 installation under /usr/local, that's ok: you will be prompted
5274 separately for each of the installation directories, the prefix being
5275 only used to set the defaults.
5276
5277 EOM
5278 fn=d~
5279 rp='Installation prefix to use?'
5280 . ./getfile
5281 oldprefix=''
5282 case "$prefix" in
5283 '') ;;
5284 *)
5285         case "$ans" in
5286         "$prefix") ;;
5287         *) oldprefix="$prefix";;
5288         esac
5289         ;;
5290 esac
5291 prefix="$ans"
5292 prefixexp="$ansexp"
5293
5294 : is AFS running?
5295 echo " "
5296 case "$afs" in
5297 $define|true)   afs=true ;;
5298 $undef|false)   afs=false ;;
5299 *)      if test -d /afs; then
5300                 afs=true
5301         else
5302                 afs=false
5303         fi
5304         ;;
5305 esac
5306 if $afs; then
5307         echo "AFS may be running... I'll be extra cautious then..." >&4
5308 else
5309         echo "AFS does not seem to be running..." >&4
5310 fi
5311
5312 : determine installation prefix for where package is to be installed.
5313 if $afs; then 
5314 $cat <<EOM
5315
5316 Since you are running AFS, I need to distinguish the directory in which
5317 files will reside from the directory in which they are installed (and from
5318 which they are presumably copied to the former directory by occult means).
5319
5320 EOM
5321         case "$installprefix" in
5322         '') dflt=`echo $prefix | sed 's#^/afs/#/afs/.#'`;;
5323         *) dflt="$installprefix";;
5324         esac
5325 else
5326 $cat <<EOM
5327
5328 In some special cases, particularly when building $package for distribution,
5329 it is convenient to distinguish between the directory in which files should 
5330 be installed from the directory ($prefix) in which they 
5331 will eventually reside.  For most users, these two directories are the same.
5332
5333 EOM
5334         case "$installprefix" in
5335         '') dflt=$prefix ;;
5336         *) dflt=$installprefix;;
5337         esac
5338 fi
5339 fn=d~
5340 rp='What installation prefix should I use for installing files?'
5341 . ./getfile
5342 installprefix="$ans"
5343 installprefixexp="$ansexp"
5344
5345 : set the prefixit variable, to compute a suitable default value
5346 prefixit='case "$3" in
5347 ""|none)
5348         case "$oldprefix" in
5349         "") eval "$1=\"\$$2\"";;
5350         *)
5351                 case "$3" in
5352                 "") eval "$1=";;
5353                 none)
5354                         eval "tp=\"\$$2\"";
5355                         case "$tp" in
5356                         ""|" ") eval "$1=\"\$$2\"";;
5357                         *) eval "$1=";;
5358                         esac;;
5359                 esac;;
5360         esac;;
5361 *)
5362         eval "tp=\"$oldprefix-\$$2-\""; eval "tp=\"$tp\"";
5363         case "$tp" in
5364         --|/*--|\~*--) eval "$1=\"$prefix/$3\"";;
5365         /*-$oldprefix/*|\~*-$oldprefix/*)
5366                 eval "$1=\`echo \$$2 | sed \"s,^$oldprefix,$prefix,\"\`";;
5367         *) eval "$1=\"\$$2\"";;
5368         esac;;
5369 esac'
5370
5371
5372 : get the patchlevel
5373 echo " "
5374 echo "Getting the current patchlevel..." >&4
5375 if $test -r $rsrc/patchlevel.h;then
5376         revision=`awk '/define[         ]+PERL_REVISION/ {print $3}' $rsrc/patchlevel.h`
5377         patchlevel=`awk '/define[       ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
5378         subversion=`awk '/define[       ]+PERL_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
5379         api_revision=`awk '/define[     ]+PERL_API_REVISION/ {print $3}' $rsrc/patchlevel.h`
5380         api_version=`awk '/define[      ]+PERL_API_VERSION/ {print $3}' $rsrc/patchlevel.h`
5381         api_subversion=`awk '/define[   ]+PERL_API_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
5382 else
5383         revision=0
5384         patchlevel=0
5385         subversion=0
5386         api_revision=0
5387         api_version=0
5388         api_subversion=0
5389 fi
5390 $echo "(You have $package version $patchlevel subversion $subversion.)"
5391 case "$osname" in
5392 dos|vms)
5393         : XXX Should be a Configure test for double-dots in filenames.
5394         version=`echo $revision $patchlevel $subversion | \
5395                  $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
5396         api_versionstring=`echo $api_revision $api_version $api_subversion | \
5397                  $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
5398         ;;
5399 *)
5400         version=`echo $revision $patchlevel $subversion | \
5401                  $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
5402         api_versionstring=`echo $api_revision $api_version $api_subversion | \
5403                  $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
5404         ;;
5405 esac
5406 : Special case the 5.005_xx maintenance series, which used 5.005
5407 : without any subversion label as a subdirectory in $sitelib
5408 if test "${api_revision}${api_version}${api_subversion}" = "550"; then
5409         api_versionstring='5.005'
5410 fi
5411
5412 : determine installation style
5413 : For now, try to deduce it from prefix unless it is already set.
5414 : Reproduce behavior of 5.005 and earlier, maybe drop that in 5.7.
5415 case "$installstyle" in
5416 '')     case "$prefix" in
5417                 *perl*) dflt='lib';;
5418                 *) dflt='lib/perl5' ;;
5419         esac
5420         ;;
5421 *)      dflt="$installstyle" ;;
5422 esac
5423 : Probably not worth prompting for this since we prompt for all
5424 : the directories individually, and the prompt would be too long and
5425 : confusing anyway.
5426 installstyle=$dflt
5427
5428 : determine where private library files go
5429 : Usual default is /usr/local/lib/perl5/$version.
5430 : Also allow things like /opt/perl/lib/$version, since 
5431 : /opt/perl/lib/perl5... would be redundant.
5432 : The default "style" setting is made in installstyle.U
5433 case "$installstyle" in
5434 *lib/perl5*) set dflt privlib lib/$package/$version ;;
5435 *)       set dflt privlib lib/$version ;;
5436 esac
5437 eval $prefixit
5438 $cat <<EOM
5439
5440 There are some auxiliary files for $package that need to be put into a
5441 private library directory that is accessible by everyone.
5442
5443 EOM
5444 fn=d~+
5445 rp='Pathname where the private library files will reside?'
5446 . ./getfile
5447 privlib="$ans"
5448 privlibexp="$ansexp"
5449 : Change installation prefix, if necessary.
5450 if $test X"$prefix" != X"$installprefix"; then
5451         installprivlib=`echo $privlibexp | sed "s#^$prefix#$installprefix#"`
5452 else
5453         installprivlib="$privlibexp"
5454 fi
5455
5456 : set the prefixup variable, to restore leading tilda escape
5457 prefixup='case "$prefixexp" in
5458 "$prefix") ;;
5459 *) eval "$1=\`echo \$$1 | sed \"s,^$prefixexp,$prefix,\"\`";;
5460 esac'
5461
5462 : determine where public architecture dependent libraries go
5463 set archlib archlib
5464 eval $prefixit
5465 : privlib default is /usr/local/lib/$package/$version
5466 : archlib default is /usr/local/lib/$package/$version/$archname
5467 : privlib may have an optional trailing /share.
5468 tdflt=`echo $privlib | $sed 's,/share$,,'`
5469 tdflt=$tdflt/$archname
5470 case "$archlib" in
5471 '')     dflt=$tdflt
5472         ;;
5473 *)      dflt="$archlib"
5474     ;;
5475 esac
5476 $cat <<EOM
5477
5478 $spackage contains architecture-dependent library files.  If you are
5479 sharing libraries in a heterogeneous environment, you might store
5480 these files in a separate location.  Otherwise, you can just include
5481 them with the rest of the public library files.
5482
5483 EOM
5484 fn=d+~
5485 rp='Where do you want to put the public architecture-dependent libraries?'
5486 . ./getfile
5487 archlib="$ans"
5488 archlibexp="$ansexp"
5489 if $test X"$archlib" = X"$privlib"; then
5490         d_archlib="$undef"
5491 else
5492         d_archlib="$define"
5493 fi
5494 : Change installation prefix, if necessary.
5495 if $test X"$prefix" != X"$installprefix"; then
5496         installarchlib=`echo $archlibexp | sed "s#^$prefix#$installprefix#"`
5497 else
5498         installarchlib="$archlibexp"
5499 fi
5500
5501
5502 : Binary compatibility with 5.005 is not possible for builds
5503 : with advanced features
5504 case "$usethreads$usemultiplicity" in
5505 *define*)
5506         bincompat5005="$undef"
5507         d_bincompat5005="$undef"
5508         ;;
5509 *)      $cat <<EOM
5510
5511 This version of Perl can be compiled for binary compatibility with 5.005.
5512 If you decide to do so, you will be able to continue using most of the
5513 extensions that were compiled for Perl 5.005.
5514
5515 EOM
5516         case "$bincompat5005$d_bincompat5005" in
5517         *"$undef"*) dflt=n ;;
5518         *) dflt=y ;;
5519         esac
5520         rp='Binary compatibility with Perl 5.005?'
5521         . ./myread
5522         case "$ans" in
5523         y*) val="$define" ;;
5524         *)  val="$undef" ;;
5525         esac
5526         set d_bincompat5005
5527         eval $setvar
5528         case "$d_bincompat5005" in
5529         "$define")
5530                 bincompat5005="$define"
5531                 ;;
5532         *)      bincompat5005="$undef"
5533                 d_bincompat5005="$undef"
5534                 ;;
5535         esac
5536         ;;
5537 esac
5538
5539
5540 : see if setuid scripts can be secure
5541 $cat <<EOM
5542
5543 Some kernels have a bug that prevents setuid #! scripts from being
5544 secure.  Some sites have disabled setuid #! scripts because of this.
5545
5546 First let's decide if your kernel supports secure setuid #! scripts.
5547 (If setuid #! scripts would be secure but have been disabled anyway,
5548 don't say that they are secure if asked.)
5549
5550 EOM
5551
5552 val="$undef"
5553 if $test -d /dev/fd; then
5554         echo "#!$ls" >reflect
5555         chmod +x,u+s reflect
5556         ./reflect >flect 2>&1
5557         if $contains "/dev/fd" flect >/dev/null; then
5558                 echo "Congratulations, your kernel has secure setuid scripts!" >&4
5559                 val="$define"
5560         else
5561                 $cat <<EOM
5562 If you are not sure if they are secure, I can check but I'll need a
5563 username and password different from the one you are using right now.
5564 If you don't have such a username or don't want me to test, simply
5565 enter 'none'.
5566
5567 EOM
5568                 rp='Other username to test security of setuid scripts with?'
5569                 dflt='none'
5570                 . ./myread
5571                 case "$ans" in
5572                 n|none)
5573                         case "$d_suidsafe" in
5574                         '')     echo "I'll assume setuid scripts are *not* secure." >&4
5575                                 dflt=n;;
5576                         "$undef")
5577                                 echo "Well, the $hint value is *not* secure." >&4
5578                                 dflt=n;;
5579                         *)      echo "Well, the $hint value *is* secure." >&4
5580                                 dflt=y;;
5581                         esac
5582                         ;;
5583                 *)
5584                         $rm -f reflect flect
5585                         echo "#!$ls" >reflect
5586                         chmod +x,u+s reflect
5587                         echo >flect
5588                         chmod a+w flect
5589                         echo '"su" will (probably) prompt you for '"$ans's password."
5590                         su $ans -c './reflect >flect'
5591                         if $contains "/dev/fd" flect >/dev/null; then
5592                                 echo "Okay, it looks like setuid scripts are secure." >&4
5593                                 dflt=y
5594                         else
5595                                 echo "I don't think setuid scripts are secure." >&4
5596                                 dflt=n
5597                         fi
5598                         ;;
5599                 esac
5600                 rp='Does your kernel have *secure* setuid scripts?'
5601                 . ./myread
5602                 case "$ans" in
5603                 [yY]*)  val="$define";;
5604                 *)      val="$undef";;
5605                 esac
5606         fi
5607 else
5608         echo "I don't think setuid scripts are secure (no /dev/fd directory)." >&4
5609         echo "(That's for file descriptors, not floppy disks.)"
5610         val="$undef"
5611 fi
5612 set d_suidsafe
5613 eval $setvar
5614
5615 $rm -f reflect flect
5616
5617 : now see if they want to do setuid emulation
5618 echo " "
5619 val="$undef"
5620 case "$d_suidsafe" in
5621 "$define")
5622         val="$undef"
5623         echo "No need to emulate SUID scripts since they are secure here." >& 4
5624         ;;
5625 *)
5626         $cat <<EOM
5627 Some systems have disabled setuid scripts, especially systems where
5628 setuid scripts cannot be secure.  On systems where setuid scripts have
5629 been disabled, the setuid/setgid bits on scripts are currently
5630 useless.  It is possible for $package to detect those bits and emulate
5631 setuid/setgid in a secure fashion.  This emulation will only work if
5632 setuid scripts have been disabled in your kernel.
5633
5634 EOM
5635         case "$d_dosuid" in
5636         "$define") dflt=y ;;
5637         *) dflt=n ;;
5638         esac
5639         rp="Do you want to do setuid/setgid emulation?"
5640         . ./myread
5641         case "$ans" in
5642         [yY]*)  val="$define";;
5643         *)      val="$undef";;
5644         esac
5645         ;;
5646 esac
5647 set d_dosuid
5648 eval $setvar
5649
5650 : determine filename position in cpp output
5651 echo " "
5652 echo "Computing filename position in cpp output for #include directives..." >&4
5653 echo '#include <stdio.h>' > foo.c
5654 $cat >fieldn <<EOF
5655 $startsh
5656 $cppstdin $cppflags $cppminus <foo.c 2>/dev/null | \
5657 $grep '^[       ]*#.*stdio\.h' | \
5658 while read cline; do
5659         pos=1
5660         set \$cline
5661         while $test \$# -gt 0; do
5662                 if $test -r \`echo \$1 | $tr -d '"'\`; then
5663                         echo "\$pos"
5664                         exit 0
5665                 fi
5666                 shift
5667                 pos=\`expr \$pos + 1\`
5668         done
5669 done
5670 EOF
5671 chmod +x fieldn
5672 fieldn=`./fieldn`
5673 $rm -f foo.c fieldn
5674 case $fieldn in
5675 '') pos='???';;
5676 1) pos=first;;
5677 2) pos=second;;
5678 3) pos=third;;
5679 *) pos="${fieldn}th";;
5680 esac
5681 echo "Your cpp writes the filename in the $pos field of the line."
5682
5683 : locate header file
5684 $cat >findhdr <<EOF
5685 $startsh
5686 wanted=\$1
5687 name=''
5688 for usrincdir in $usrinc
5689 do
5690         if test -f \$usrincdir/\$wanted; then
5691                 echo "\$usrincdir/\$wanted"
5692                 exit 0
5693         fi
5694 done
5695 awkprg='{ print \$$fieldn }'
5696 echo "#include <\$wanted>" > foo\$\$.c
5697 $cppstdin $cppminus $cppflags < foo\$\$.c 2>/dev/null | \
5698 $grep "^[       ]*#.*\$wanted" | \
5699 while read cline; do
5700         name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\`
5701         case "\$name" in
5702         *[/\\\\]\$wanted) echo "\$name"; exit 1;;
5703         *[\\\\/]\$wanted) echo "\$name"; exit 1;;
5704         *) exit 2;;
5705         esac;
5706 done;
5707 #
5708 # status = 0: grep returned 0 lines, case statement not executed
5709 # status = 1: headerfile found
5710 # status = 2: while loop executed, no headerfile found
5711 #
5712 status=\$?
5713 $rm -f foo\$\$.c;
5714 if test \$status -eq 1; then
5715         exit 0;
5716 fi
5717 exit 1
5718 EOF
5719 chmod +x findhdr
5720
5721 : define an alternate in-header-list? function
5722 inhdr='echo " "; td=$define; tu=$undef; yyy=$@;
5723 cont=true; xxf="echo \"<\$1> found.\" >&4";
5724 case $# in 2) xxnf="echo \"<\$1> NOT found.\" >&4";;
5725 *) xxnf="echo \"<\$1> NOT found, ...\" >&4";;
5726 esac;
5727 case $# in 4) instead=instead;; *) instead="at last";; esac;
5728 while $test "$cont"; do
5729         xxx=`./findhdr $1`
5730         var=$2; eval "was=\$$2";
5731         if $test "$xxx" && $test -r "$xxx";
5732         then eval $xxf;
5733         eval "case \"\$$var\" in $undef) . ./whoa; esac"; eval "$var=\$td";
5734                 cont="";
5735         else eval $xxnf;
5736         eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu"; fi;
5737         set $yyy; shift; shift; yyy=$@;
5738         case $# in 0) cont="";;
5739         2) xxf="echo \"but I found <\$1> $instead.\" >&4";
5740                 xxnf="echo \"and I did not find <\$1> either.\" >&4";;
5741         *) xxf="echo \"but I found <\$1\> instead.\" >&4";
5742                 xxnf="echo \"there is no <\$1>, ...\" >&4";;
5743         esac;
5744 done;
5745 while $test "$yyy";
5746 do set $yyy; var=$2; eval "was=\$$2";
5747         eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu";
5748         set $yyy; shift; shift; yyy=$@;
5749 done'
5750
5751 : see if this is a malloc.h system
5752 set malloc.h i_malloc
5753 eval $inhdr
5754
5755 : see if stdlib is available
5756 set stdlib.h i_stdlib
5757 eval $inhdr
5758
5759 : determine which malloc to compile in
5760 echo " "
5761 case "$usemymalloc" in
5762 ''|[yY]*|true|$define)  dflt='y' ;;
5763 *)      dflt='n' ;;
5764 esac
5765 rp="Do you wish to attempt to use the malloc that comes with $package?"
5766 . ./myread
5767 usemymalloc="$ans"
5768 case "$ans" in
5769 y*|true)
5770         usemymalloc='y'
5771         mallocsrc='malloc.c'
5772         mallocobj="malloc$_o"
5773         d_mymalloc="$define"
5774         case "$libs" in
5775         *-lmalloc*)
5776                 : Remove malloc from list of libraries to use
5777                 echo "Removing unneeded -lmalloc from library list" >&4
5778                 set `echo X $libs | $sed -e 's/-lmalloc / /' -e 's/-lmalloc$//'`
5779                 shift
5780                 libs="$*"
5781                 echo "libs = $libs" >&4
5782                 ;;
5783         esac
5784         ;;
5785 *)
5786         usemymalloc='n'
5787         mallocsrc=''
5788         mallocobj=''
5789         d_mymalloc="$undef"
5790         ;;
5791 esac
5792
5793 : compute the return types of malloc and free
5794 echo " "
5795 $cat >malloc.c <<END
5796 #$i_malloc I_MALLOC
5797 #$i_stdlib I_STDLIB
5798 #include <stdio.h>
5799 #include <sys/types.h>
5800 #ifdef I_MALLOC
5801 #include <malloc.h>
5802 #endif
5803 #ifdef I_STDLIB
5804 #include <stdlib.h>
5805 #endif
5806 #ifdef TRY_MALLOC
5807 void *malloc();
5808 #endif
5809 #ifdef TRY_FREE
5810 void free();
5811 #endif
5812 END
5813 case "$malloctype" in
5814 '')
5815         if $cc $ccflags -c -DTRY_MALLOC malloc.c >/dev/null 2>&1; then
5816                 malloctype='void *'
5817         else
5818                 malloctype='char *'
5819         fi
5820         ;;
5821 esac
5822 echo "Your system wants malloc to return '$malloctype', it would seem." >&4
5823
5824 case "$freetype" in
5825 '')
5826         if $cc $ccflags -c -DTRY_FREE malloc.c >/dev/null 2>&1; then
5827                 freetype='void'
5828         else
5829                 freetype='int'
5830         fi
5831         ;;
5832 esac
5833 echo "Your system uses $freetype free(), it would seem." >&4
5834 $rm -f malloc.[co]
5835 $cat <<EOM
5836
5837 After $package is installed, you may wish to install various
5838 add-on modules and utilities.  Typically, these add-ons will
5839 be installed under $prefix with the rest
5840 of this package.  However, you may wish to install such add-ons
5841 elsewhere under a different prefix.
5842
5843 If you do not wish to put everything under a single prefix, that's
5844 ok.  You will be prompted for the individual locations; this siteprefix
5845 is only used to suggest the defaults.
5846
5847 The default should be fine for most people.
5848
5849 EOM
5850 fn=d~+
5851 rp='Installation prefix to use for add-on modules and utilities?'
5852 : XXX Here might be another good place for an installstyle setting.
5853 case "$siteprefix" in
5854 '') dflt=$prefix ;;
5855 *)  dflt=$siteprefix ;;
5856 esac
5857 . ./getfile
5858 : XXX Prefixit unit does not yet support siteprefix and vendorprefix
5859 oldsiteprefix=''
5860 case "$siteprefix" in
5861 '') ;;
5862 *)      case "$ans" in
5863         "$prefix") ;;
5864         *) oldsiteprefix="$prefix";;
5865         esac
5866         ;;
5867 esac
5868 siteprefix="$ans"
5869 siteprefixexp="$ansexp"
5870
5871 : determine where site specific libraries go.
5872 : Usual default is /usr/local/lib/perl5/site_perl/$version
5873 : The default "style" setting is made in installstyle.U
5874 : XXX No longer works with Prefixit stuff.
5875 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
5876 case "$sitelib" in
5877 '') case "$installstyle" in
5878         *lib/perl5*) dflt=$siteprefix/lib/$package/site_$prog/$version ;;
5879         *)       dflt=$siteprefix/lib/site_$prog/$version ;;
5880         esac
5881         ;;
5882 *)      dflt="$sitelib"
5883         ;;
5884 esac
5885 $cat <<EOM
5886
5887 The installation process will create a directory for
5888 site-specific extensions and modules.  Most users find it convenient
5889 to place all site-specific files in this directory rather than in the
5890 main distribution directory.
5891
5892 EOM
5893 fn=d~+
5894 rp='Pathname for the site-specific library files?'
5895 . ./getfile
5896 sitelib="$ans"
5897 sitelibexp="$ansexp"
5898 sitelib_stem=`echo "$sitelibexp" | sed "s,/$version$,,"`
5899 : Change installation prefix, if necessary.
5900 if $test X"$prefix" != X"$installprefix"; then
5901         installsitelib=`echo $sitelibexp | $sed "s#^$prefix#$installprefix#"`
5902 else
5903         installsitelib="$sitelibexp"
5904 fi
5905
5906 : determine where site specific architecture-dependent libraries go.
5907 : sitelib  default is /usr/local/lib/perl5/site_perl/$version
5908 : sitearch default is /usr/local/lib/perl5/site_perl/$version/$archname
5909 : sitelib may have an optional trailing /share.
5910 case "$sitearch" in
5911 '')     dflt=`echo $sitelib | $sed 's,/share$,,'`
5912         dflt="$dflt/$archname"
5913         ;;
5914 *)      dflt="$sitearch"
5915         ;;
5916 esac
5917 set sitearch sitearch none
5918 eval $prefixit
5919 $cat <<EOM
5920
5921 The installation process will also create a directory for
5922 architecture-dependent site-specific extensions and modules.
5923
5924 EOM
5925 fn=d~+
5926 rp='Pathname for the site-specific architecture-dependent library files?'
5927 . ./getfile
5928 sitearch="$ans"
5929 sitearchexp="$ansexp"
5930 : Change installation prefix, if necessary.
5931 if $test X"$prefix" != X"$installprefix"; then
5932         installsitearch=`echo $sitearchexp | sed "s#^$prefix#$installprefix#"`
5933 else
5934         installsitearch="$sitearchexp"
5935 fi
5936
5937 $cat <<EOM
5938
5939 The installation process will also create a directory for
5940 vendor-supplied add-ons.  Vendors who supply perl with their system
5941 may find it convenient to place all vendor-supplied files in this
5942 directory rather than in the main distribution directory.  This will
5943 ease upgrades between binary-compatible maintenance versions of perl.
5944
5945 Of course you may also use these directories in whatever way you see
5946 fit.  For example, you might use them to access modules shared over a
5947 company-wide network.
5948
5949 The default answer should be fine for most people.
5950 This causes further questions about vendor add-ons to be skipped
5951 and no vendor-specific directories will be configured for perl.
5952
5953 EOM
5954 rp='Do you want to configure vendor-specific add-on directories?'
5955 case "$usevendorprefix" in
5956 define|true|[yY]*) dflt=y ;;
5957 *)      : User may have set vendorprefix directly on Configure command line.
5958         case "$vendorprefix" in
5959         ''|' ') dflt=n ;;
5960         *)      dflt=y ;;
5961         esac
5962         ;;
5963 esac
5964 . ./myread
5965 case "$ans" in
5966 [yY]*)  fn=d~+
5967         rp='Installation prefix to use for vendor-supplied add-ons?'
5968         case "$vendorprefix" in
5969         '') dflt='' ;;
5970         *)  dflt=$vendorprefix ;;
5971         esac
5972         . ./getfile
5973         : XXX Prefixit unit does not yet support siteprefix and vendorprefix
5974         oldvendorprefix=''
5975         case "$vendorprefix" in
5976         '') ;;
5977         *)      case "$ans" in
5978                 "$prefix") ;;
5979                 *) oldvendorprefix="$prefix";;
5980                 esac
5981                 ;;
5982         esac
5983         usevendorprefix="$define"
5984         vendorprefix="$ans"
5985         vendorprefixexp="$ansexp"
5986         ;;
5987 *)      usevendorprefix="$undef"
5988         vendorprefix=''
5989         vendorprefixexp=''
5990         ;;
5991 esac
5992
5993 case "$vendorprefix" in
5994 '')     d_vendorlib="$undef"
5995         vendorlib=''
5996         vendorlibexp=''
5997         ;;
5998 *)      d_vendorlib="$define"
5999         : determine where vendor-supplied modules go.
6000         : Usual default is /usr/local/lib/perl5/vendor_perl/$version
6001         case "$vendorlib" in
6002         '')
6003                 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6004                 case "$installstyle" in
6005                 *lib/perl5*) dflt=$vendorprefix/lib/$package/vendor_$prog/$version ;;
6006                 *)           dflt=$vendorprefix/lib/vendor_$prog/$version ;;
6007                 esac
6008                 ;;
6009         *)      dflt="$vendorlib"
6010                 ;;
6011         esac
6012         fn=d~+
6013         rp='Pathname for the vendor-supplied library files?'
6014         . ./getfile
6015         vendorlib="$ans"
6016         vendorlibexp="$ansexp"
6017         ;;
6018 esac
6019 vendorlib_stem=`echo "$vendorlibexp" | sed "s,/$version$,,"`
6020 : Change installation prefix, if necessary.
6021 if $test X"$prefix" != X"$installprefix"; then
6022         installvendorlib=`echo $vendorlibexp | $sed "s#^$prefix#$installprefix#"`
6023 else
6024         installvendorlib="$vendorlibexp"
6025 fi
6026
6027 case "$vendorprefix" in
6028 '')     d_vendorarch="$undef"
6029         vendorarch=''
6030         vendorarchexp=''
6031         ;;
6032 *)      d_vendorarch="$define"
6033         : determine where vendor-supplied architecture-dependent libraries go.
6034         : vendorlib  default is /usr/local/lib/perl5/vendor_perl/$version
6035         : vendorarch default is /usr/local/lib/perl5/vendor_perl/$version/$archname
6036         : vendorlib may have an optional trailing /share.
6037         case "$vendorarch" in
6038         '')     dflt=`echo $vendorlib | $sed 's,/share$,,'`
6039                 dflt="$dflt/$archname"
6040                 ;;
6041         *)      dflt="$vendorarch" ;;
6042         esac
6043         fn=d~+
6044         rp='Pathname for vendor-supplied architecture-dependent files?'
6045         . ./getfile
6046         vendorarch="$ans"
6047         vendorarchexp="$ansexp"
6048         ;;
6049 esac
6050 : Change installation prefix, if necessary.
6051 if $test X"$prefix" != X"$installprefix"; then
6052         installvendorarch=`echo $vendorarchexp | sed "s#^$prefix#$installprefix#"`
6053 else
6054         installvendorarch="$vendorarchexp"
6055 fi
6056
6057 : Final catch-all directories to search
6058 $cat <<EOM
6059
6060 Lastly, you can have perl look in other directories for extensions and
6061 modules in addition to those already specified.
6062 These directories will be searched after 
6063         $sitearch 
6064         $sitelib 
6065 EOM
6066 test X"$vendorlib" != "X" && echo '     ' $vendorlib
6067 test X"$vendorarch" != "X" && echo '    ' $vendorarch
6068 echo ' '
6069 case "$otherlibdirs" in
6070 ''|' ') dflt='none' ;;
6071 *)      dflt="$otherlibdirs" ;;
6072 esac
6073 $cat <<EOM
6074 Enter a colon-separated set of extra paths to include in perl's @INC
6075 search path, or enter 'none' for no extra paths.
6076
6077 EOM
6078
6079 rp='Colon-separated list of additional directories for perl to search?'
6080 . ./myread
6081 case "$ans" in
6082 ' '|''|none)    otherlibdirs=' ' ;;     
6083 *)      otherlibdirs="$ans" ;;
6084 esac
6085 case "$otherlibdirs" in
6086 ' ') val=$undef ;;
6087 *)      val=$define ;;
6088 esac
6089 set d_perl_otherlibdirs
6090 eval $setvar
6091
6092 : Cruising for prototypes
6093 echo " "
6094 echo "Checking out function prototypes..." >&4
6095 $cat >prototype.c <<'EOCP'
6096 int main(int argc, char *argv[]) {
6097         exit(0);}
6098 EOCP
6099 if $cc $ccflags -c prototype.c >prototype.out 2>&1 ; then
6100         echo "Your C compiler appears to support function prototypes."
6101         val="$define"
6102 else
6103         echo "Your C compiler doesn't seem to understand function prototypes."
6104         val="$undef"
6105 fi
6106 set prototype
6107 eval $setvar
6108 $rm -f prototype*
6109
6110 case "$prototype" in
6111 "$define") ;;
6112 *)      ansi2knr='ansi2knr'
6113         echo " "
6114         cat <<EOM >&4
6115
6116 $me:  FATAL ERROR:
6117 This version of $package can only be compiled by a compiler that 
6118 understands function prototypes.  Unfortunately, your C compiler 
6119         $cc $ccflags
6120 doesn't seem to understand them.  Sorry about that.
6121
6122 If GNU cc is available for your system, perhaps you could try that instead.  
6123
6124 Eventually, we hope to support building Perl with pre-ANSI compilers.
6125 If you would like to help in that effort, please contact <perlbug@perl.org>.
6126
6127 Aborting Configure now.
6128 EOM
6129         exit 2
6130         ;;
6131 esac
6132
6133 : determine where public executables go
6134 echo " "
6135 set dflt bin bin
6136 eval $prefixit
6137 fn=d~
6138 rp='Pathname where the public executables will reside?'
6139 . ./getfile
6140 if $test "X$ansexp" != "X$binexp"; then
6141         installbin=''
6142 fi
6143 bin="$ans"
6144 binexp="$ansexp"
6145 : Change installation prefix, if necessary.
6146 : XXX Bug? -- ignores Configure -Dinstallprefix setting.
6147 if $test X"$prefix" != X"$installprefix"; then
6148         installbin=`echo $binexp | sed "s#^$prefix#$installprefix#"`
6149 else
6150         installbin="$binexp"
6151 fi
6152
6153 : Find perl5.005 or later.
6154 echo "Looking for a previously installed perl5.005 or later... "
6155 case "$perl5" in
6156 '')     for tdir in `echo "$binexp:$PATH" | $sed "s/$path_sep/ /g"`; do
6157                 : Check if this perl is recent and can load a simple module
6158                 if $test -x $tdir/perl && $tdir/perl -Mless -e 'use 5.005;' >/dev/null 2>&1; then
6159                         perl5=$tdir/perl
6160                         break;
6161                 elif $test -x $tdir/perl5 && $tdir/perl5 -Mless -e 'use 5.005;' >/dev/null 2>&1; then
6162                         perl5=$tdir/perl
6163                         break;
6164                 fi
6165         done
6166         ;;
6167 *)      perl5="$perl5"
6168         ;;
6169 esac
6170 case "$perl5" in
6171 '')     echo "None found.  That's ok.";;
6172 *)      echo "Using $perl5." ;;
6173 esac
6174
6175 : Determine list of previous versions to include in @INC
6176 $cat > getverlist <<EOPL
6177 #!$perl5 -w
6178 use File::Basename;
6179 \$api_versionstring = "$api_versionstring";
6180 \$version = "$version";
6181 \$stem = "$sitelib_stem";
6182 \$archname = "$archname";
6183 EOPL
6184         $cat >> getverlist <<'EOPL'
6185 # Can't have leading @ because metaconfig interprets it as a command!
6186 ;@inc_version_list=();
6187 # XXX Redo to do opendir/readdir? 
6188 if (-d $stem) {
6189     chdir($stem);
6190     ;@candidates = glob("5.*");
6191 }
6192 else {
6193     ;@candidates = ();
6194 }
6195
6196 # XXX ToDo:  These comparisons must be reworked when two-digit
6197 # subversions come along, so that 5.7.10 compares as greater than
6198 # 5.7.3!  By that time, hope that 5.6.x is sufficiently
6199 # widespread that we can use the built-in version vectors rather
6200 # than reinventing them here.  For 5.6.0, however, we must
6201 # assume this script will likely be run by 5.005_0x.  --AD 1/2000.
6202 foreach $d (@candidates) {
6203     if ($d lt $version) {
6204         if ($d ge $api_versionstring) {
6205             unshift(@inc_version_list, grep { -d } "$d/$archname", $d);
6206         }
6207         elsif ($d ge "5.005") {
6208             unshift(@inc_version_list, grep { -d } $d);
6209         }
6210     }
6211     else {
6212         # Skip newer version.  I.e. don't look in
6213         # 5.7.0 if we're installing 5.6.1.
6214     }
6215 }
6216
6217 if (@inc_version_list) {
6218     print join(' ', @inc_version_list);
6219 }
6220 else {
6221     # Blank space to preserve value for next Configure run.
6222     print " ";
6223 }
6224 EOPL
6225 chmod +x getverlist
6226 case "$inc_version_list" in
6227 '')     if test -x "$perl5"; then
6228                 dflt=`$perl5 getverlist`
6229         else
6230                 dflt='none'
6231         fi
6232         ;;
6233 $undef) dflt='none' ;;
6234 *)  dflt="$inc_version_list" ;;
6235 esac
6236 case "$dflt" in
6237 ''|' ') dflt=none ;;
6238 esac
6239 case "$dflt" in
6240 5.005) case "$bincompat5005" in
6241        $define|true|[yY]*) ;;
6242        *) dflt=none ;;
6243        esac
6244        ;;
6245 esac
6246 $cat <<'EOM'
6247
6248 In order to ease the process of upgrading, this version of perl 
6249 can be configured to use modules built and installed with earlier 
6250 versions of perl that were installed under $prefix.  Specify here
6251 the list of earlier versions that this version of perl should check.
6252 If Configure detected no earlier versions of perl installed under
6253 $prefix, then the list will be empty.  Answer 'none' to tell perl
6254 to not search earlier versions.
6255
6256 The default should almost always be sensible, so if you're not sure,
6257 just accept the default.
6258 EOM
6259
6260 rp='List of earlier versions to include in @INC?'
6261 . ./myread
6262 case "$ans" in
6263 [Nn]one|''|' ') inc_version_list=' ' ;;
6264 *) inc_version_list="$ans" ;;
6265 esac
6266 case "$inc_version_list" in
6267 ''|' ') 
6268         inc_version_list_init='0';;
6269 *)      inc_version_list_init=`echo $inc_version_list |
6270                 $sed -e 's/^/"/' -e 's/ /","/g' -e 's/$/",0/'`
6271         ;;
6272 esac
6273 $rm -f getverlist
6274
6275 : determine whether to install perl also as /usr/bin/perl
6276
6277 echo " "
6278 if $test -d /usr/bin -a "X$installbin" != X/usr/bin; then
6279         $cat <<EOM
6280 Many scripts expect perl to be installed as /usr/bin/perl.
6281 I can install the perl you are about to compile also as /usr/bin/perl
6282 (in addition to $installbin/perl).
6283 EOM
6284         case "$installusrbinperl" in
6285         "$undef"|[nN]*) dflt='n';;
6286         *)              dflt='y';;
6287         esac
6288         rp="Do you want to install perl as /usr/bin/perl?"
6289         . ./myread
6290         case "$ans" in
6291         [yY]*)  val="$define";;
6292         *)      val="$undef" ;;
6293         esac
6294 else
6295         val="$undef"
6296 fi
6297 set installusrbinperl
6298 eval $setvar
6299
6300 : see if dld is available
6301 set dld.h i_dld
6302 eval $inhdr
6303
6304 : see if dlopen exists
6305 xxx_runnm="$runnm"
6306 runnm=false
6307 set dlopen d_dlopen
6308 eval $inlibc
6309 runnm="$xxx_runnm"
6310
6311 : determine which dynamic loading, if any, to compile in
6312 echo " "
6313 dldir="ext/DynaLoader"
6314 case "$usedl" in
6315 $define|y|true)
6316         dflt='y'
6317         usedl="$define"
6318         ;;
6319 $undef|n|false)
6320         dflt='n'
6321         usedl="$undef"
6322         ;;
6323 *) 
6324         dflt='n'
6325         case "$d_dlopen" in
6326             $define) dflt='y' ;;
6327         esac
6328         case "$i_dld" in
6329             $define) dflt='y' ;;
6330         esac
6331         : Does a dl_xxx.xs file exist for this operating system
6332         $test -f $rsrc/$dldir/dl_${osname}.xs && dflt='y'
6333         ;;
6334 esac
6335 rp="Do you wish to use dynamic loading?"
6336 . ./myread
6337 usedl="$ans"
6338 case "$ans" in
6339 y*) usedl="$define"
6340         case "$dlsrc" in
6341         '')
6342                 if $test -f $rsrc/$dldir/dl_${osname}.xs ; then
6343                         dflt="$dldir/dl_${osname}.xs"
6344                 elif $test "$d_dlopen" = "$define" ; then
6345                         dflt="$dldir/dl_dlopen.xs"
6346                 elif $test "$i_dld" = "$define" ; then
6347                         dflt="$dldir/dl_dld.xs"
6348                 else
6349                         dflt=''
6350                 fi
6351                 ;;
6352         *)      dflt="$dldir/$dlsrc"
6353                 ;;
6354         esac
6355     echo "The following dynamic loading files are available:"
6356         : Can not go over to $dldir because getfile has path hard-coded in.
6357         tdir=`pwd`; cd $rsrc; $ls -C $dldir/dl*.xs; cd $tdir
6358         rp="Source file to use for dynamic loading"
6359         fn="fne"
6360         gfpth="$src"
6361         . ./getfile
6362         usedl="$define"
6363         : emulate basename
6364         dlsrc=`echo $ans | $sed -e 's%.*/\([^/]*\)$%\1%'`
6365
6366         $cat << EOM
6367
6368 Some systems may require passing special flags to $cc -c to
6369 compile modules that will be used to create a shared library.
6370 To use no flags, say "none".
6371
6372 EOM
6373     case "$cccdlflags" in
6374     '') case "$gccversion" in
6375                 '') case "$osname" in
6376                         hpux)   dflt='+z' ;;
6377                         next)   dflt='none' ;;
6378                         irix*)  dflt='-KPIC' ;;
6379                         svr4*|esix*|solaris|nonstopux) dflt='-KPIC' ;;
6380                         sunos)  dflt='-pic' ;;
6381                         *)      dflt='none' ;;
6382                     esac
6383                         ;;
6384                 *)  case "$osname" in
6385                         svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;;
6386                         *)      dflt='-fpic' ;;
6387                     esac ;;
6388             esac ;;
6389         ' ') dflt='none' ;;
6390     *)  dflt="$cccdlflags" ;;
6391     esac
6392     rp="Any special flags to pass to $cc -c to compile shared library modules?"
6393     . ./myread
6394     case "$ans" in
6395     none) cccdlflags=' ' ;;
6396     *) cccdlflags="$ans" ;;
6397     esac
6398
6399     cat << EOM
6400
6401 Some systems use ld to create libraries that can be dynamically loaded,
6402 while other systems (such as those using ELF) use $cc.
6403
6404 EOM
6405         case "$ld" in
6406         '')     $cat >try.c <<'EOM'
6407 /* Test for whether ELF binaries are produced */
6408 #include <fcntl.h>
6409 #include <stdlib.h>
6410 int main() {
6411         char b[4];
6412         int i = open("a.out",O_RDONLY);
6413         if(i == -1) 
6414                 exit(1); /* fail */
6415         if(read(i,b,4)==4 && b[0]==127 && b[1]=='E' && b[2]=='L' && b[3]=='F')
6416                 exit(0); /* succeed (yes, it's ELF) */
6417         else
6418                 exit(1); /* fail */
6419 }
6420 EOM
6421                 if $cc $ccflags try.c >/dev/null 2>&1 && ./a.out; then
6422                         cat <<EOM
6423 You appear to have ELF support.  I'll use $cc to build dynamic libraries.
6424 EOM
6425                         dflt="$cc"
6426                 else
6427                         echo "I'll use ld to build dynamic libraries."
6428                         dflt='ld'
6429                 fi
6430                 rm -f try.c a.out
6431                 ;;
6432         *)      dflt="$ld"
6433                 ;;
6434         esac
6435
6436     rp="What command should be used to create dynamic libraries?"
6437     . ./myread
6438         ld="$ans"
6439
6440     cat << EOM
6441
6442 Some systems may require passing special flags to $ld to create a
6443 library that can be dynamically loaded.  If your ld flags include
6444 -L/other/path options to locate libraries outside your loader's normal
6445 search path, you may need to specify those -L options here as well.  To
6446 use no flags, say "none".
6447
6448 EOM
6449     case "$lddlflags" in
6450     '') case "$osname" in
6451                         beos) dflt='-nostart' ;;
6452                         hpux) dflt='-b';
6453                               case "$gccversion" in
6454                               '') dflt="$dflt +vnocompatwarnings" ;;
6455                               esac
6456                               ;;        
6457                         linux|irix*)    dflt='-shared' ;;
6458                         next)  dflt='none' ;;
6459                         solaris) dflt='-G' ;;
6460                         sunos) dflt='-assert nodefinitions' ;;
6461                         svr4*|esix*|nonstopux) dflt="-G $ldflags" ;;
6462                 *)     dflt='none' ;;
6463                         esac
6464                         ;;
6465     *) dflt="$lddlflags" ;;
6466     esac
6467
6468         : Try to guess additional flags to pick up local libraries.
6469         : Be careful not to append to a plain 'none'
6470         case "$dflt" in
6471         none) dflt='' ;;
6472         esac
6473         for thisflag in $ldflags; do
6474                 case "$thisflag" in
6475                 -L*|-R*)
6476                         case " $dflt " in
6477                         *" $thisflag "*) ;;
6478                         *) dflt="$dflt $thisflag" ;;
6479                         esac
6480                         ;;
6481                 esac
6482         done
6483
6484         case "$dflt" in
6485         ''|' ') dflt='none' ;;
6486         esac
6487
6488     rp="Any special flags to pass to $ld to create a dynamically loaded library?"
6489     . ./myread
6490     case "$ans" in
6491     none) lddlflags=' ' ;;
6492     *) lddlflags="$ans" ;;
6493     esac
6494
6495         cat <<EOM
6496
6497 Some systems may require passing special flags to $cc to indicate that
6498 the resulting executable will use dynamic linking.  To use no flags,
6499 say "none".
6500
6501 EOM
6502     case "$ccdlflags" in
6503     '') case "$osname" in
6504                 hpux)   dflt='-Wl,-E' ;;
6505                 linux)  dflt='-rdynamic' ;;
6506                 next)   dflt='none' ;;
6507                 sunos)  dflt='none' ;;
6508                 *)      dflt='none' ;;
6509             esac ;;
6510     ' ')  dflt='none' ;;
6511     *)  dflt="$ccdlflags" ;;
6512     esac
6513     rp="Any special flags to pass to $cc to use dynamic linking?"
6514     . ./myread
6515     case "$ans" in
6516     none) ccdlflags=' ' ;;
6517     *) ccdlflags="$ans" ;;
6518     esac
6519     ;;
6520 *)  usedl="$undef"
6521         ld='ld'
6522     dlsrc='dl_none.xs'
6523     lddlflags=''
6524     ccdlflags=''
6525     ;;
6526 esac
6527
6528 also=''
6529 case "$usedl" in
6530 $undef)
6531         # No dynamic loading being used, so don't bother even to prompt.
6532         useshrplib='false'
6533         ;;
6534 *)      case "$useshrplib" in
6535         '')     case "$osname" in
6536                 svr4*|nonstopux|dgux|dynixptx|esix|powerux|beos|cygwin*)
6537                         dflt=y
6538                         also='Building a shared libperl is required for dynamic loading to work on your system.'
6539                         ;;
6540                 next*)
6541                         case "$osvers" in
6542                         4*)     dflt=y
6543                                 also='Building a shared libperl is needed for MAB support.'
6544                                 ;;
6545                         *)      dflt=n
6546                                 ;;
6547                         esac
6548                         ;;
6549                 *)      dflt=n
6550                         ;;
6551                 esac
6552                 ;;
6553         $define|true|[Yy]*)
6554                 dflt=y
6555                 ;;
6556         *)      dflt=n
6557                 ;;
6558         esac
6559         $cat << EOM
6560
6561 The perl executable is normally obtained by linking perlmain.c with
6562 libperl${_a}, any static extensions (usually just DynaLoader), and
6563 any other libraries needed on this system (such as -lm, etc.).  Since
6564 your system supports dynamic loading, it is probably possible to build
6565 a shared libperl.$so.  If you will have more than one executable linked
6566 to libperl.$so, this will significantly reduce the size of each
6567 executable, but it may have a noticeable affect on performance.  The
6568 default is probably sensible for your system.
6569 $also
6570
6571 EOM
6572         rp="Build a shared libperl.$so (y/n)"
6573         . ./myread
6574         case "$ans" in
6575         true|$define|[Yy]*)
6576                 useshrplib='true'  ;;
6577         *)      useshrplib='false' ;;
6578         esac
6579         ;;
6580 esac
6581
6582 case "$useshrplib" in
6583 true)
6584         case "$libperl" in
6585         '')
6586                 # Figure out a good name for libperl.so.  Since it gets stored in
6587                 # a version-specific architecture-dependent library, the version
6588                 # number isn't really that important, except for making cc/ld happy.
6589                 #
6590                 # A name such as libperl.so.3.1
6591                 majmin="libperl.$so.$patchlevel.$subversion"
6592                 # A name such as libperl.so.301
6593                 majonly=`echo $patchlevel $subversion |
6594                         $awk '{printf "%d%02d", $1, $2}'`
6595                 majonly=libperl.$so.$majonly
6596                 # I'd prefer to keep the os-specific stuff here to a minimum, and
6597                 # rely on figuring it out from the naming of libc.
6598                 case "${osname}${osvers}" in
6599                 next4*)
6600                         dflt=libperl.5.$so
6601                         # XXX How handle the --version stuff for MAB?
6602                         ;;
6603                 linux*)  # ld won't link with a bare -lperl otherwise.
6604                         dflt=libperl.$so
6605                         ;;
6606                 cygwin*) # include version
6607                         dflt=`echo libperl$version | sed -e 's/\./_/g'`$lib_ext
6608                         ;;
6609                 *)      # Try to guess based on whether libc has major.minor.
6610                         case "$libc" in
6611                         *libc.$so.[0-9]*.[0-9]*) dflt=$majmin ;;
6612                         *libc.$so.[0-9]*) dflt=$majonly ;;
6613                         *)      dflt=libperl.$so ;;
6614                         esac
6615                         ;;
6616                 esac
6617                 ;;
6618         *)      dflt=$libperl
6619                 ;;
6620         esac
6621         cat << EOM
6622
6623 I need to select a good name for the shared libperl.  If your system uses
6624 library names with major and minor numbers, then you might want something
6625 like $majmin.  Alternatively, if your system uses a single version
6626 number for shared libraries, then you might want to use $majonly.
6627 Or, your system might be quite happy with a simple libperl.$so.
6628
6629 Since the shared libperl will get installed into a version-specific
6630 architecture-dependent directory, the version number of the shared perl
6631 library probably isn't important, so the default should be o.k.
6632
6633 EOM
6634         rp='What name do you want to give to the shared libperl?'
6635         . ./myread
6636         libperl=$ans
6637         echo "Ok, I'll use $libperl"
6638         ;;
6639 *)
6640         libperl="libperl${_a}"
6641         ;;
6642 esac
6643
6644 # Detect old use of shrpdir via undocumented Configure -Dshrpdir
6645 case "$shrpdir" in
6646 '') ;;
6647 *)      $cat >&4 <<EOM
6648 WARNING:  Use of the shrpdir variable for the installation location of
6649 the shared $libperl is not supported.  It was never documented and
6650 will not work in this version.  Let me (perlbug@perl.org)
6651 know of any problems this may cause.
6652
6653 EOM
6654         case "$shrpdir" in
6655         "$archlibexp/CORE")
6656                 $cat >&4 <<EOM
6657 But your current setting of $shrpdir is
6658 the default anyway, so it's harmless.
6659 EOM
6660                 ;;
6661         *)
6662                 $cat >&4 <<EOM
6663 Further, your current attempted setting of $shrpdir
6664 conflicts with the value of $archlibexp/CORE
6665 that installperl will use.
6666 EOM
6667                 ;;
6668         esac
6669         ;;
6670 esac
6671
6672 # How will the perl executable find the installed shared $libperl?
6673 # Add $xxx to ccdlflags.
6674 # If we can't figure out a command-line option, use $shrpenv to
6675 # set env LD_RUN_PATH.  The main perl makefile uses this.
6676 shrpdir=$archlibexp/CORE
6677 xxx=''
6678 tmp_shrpenv=''
6679 if "$useshrplib"; then
6680     case "$osname" in 
6681         aix)
6682                 # We'll set it in Makefile.SH...
6683                 ;;
6684         solaris|netbsd)
6685                 xxx="-R $shrpdir"
6686                 ;;
6687         freebsd)
6688                 xxx="-Wl,-R$shrpdir"
6689                 ;;
6690         linux|irix*|dec_osf)
6691                 xxx="-Wl,-rpath,$shrpdir"
6692                 ;;
6693         next)
6694                 # next doesn't like the default...
6695                 ;;
6696         beos)
6697                 # beos doesn't like the default, either.
6698                 ;;
6699         hpux*)
6700                 # hpux doesn't like the default, either.
6701                 tmp_shrpenv="env LDOPTS=\"+s +b${shrpdir}\""
6702                 ;;
6703         *)
6704                 tmp_shrpenv="env LD_RUN_PATH=$shrpdir"
6705                 ;;
6706         esac
6707         case "$xxx" in
6708         '') ;;
6709         *)      
6710                 # Only add $xxx if it isn't already in ccdlflags.
6711                 case " $ccdlflags " in
6712                 *" $xxx "*)     ;;
6713                 *)      ccdlflags="$ccdlflags $xxx"
6714                         cat <<EOM >&4
6715
6716 Adding $xxx to the flags
6717 passed to $ld so that the perl executable will find the 
6718 installed shared $libperl.
6719
6720 EOM
6721                         ;;
6722                 esac
6723                 ;;
6724         esac
6725 fi
6726 # Fix ccdlflags in AIX for building external extensions.
6727 # (For building Perl itself bare -bE:perl.exp is needed,
6728 #  Makefile.SH takes care of this.)
6729 case "$osname" in
6730 aix) ccdlflags="$ccdlflags -bE:$installarchlib/CORE/perl.exp" ;;
6731 esac
6732 # Respect a hint or command-line value.
6733 case "$shrpenv" in
6734 '') shrpenv="$tmp_shrpenv" ;;
6735 esac
6736 case "$ldlibpthname" in
6737 '')     ldlibpthname=LD_LIBRARY_PATH ;;
6738 none)   ldlibpthname='' ;;
6739 esac
6740
6741 : determine where manual pages are on this system
6742 echo " "
6743 case "$sysman" in
6744 '') 
6745         syspath='/usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1'
6746         syspath="$syspath /usr/man/u_man/man1 /usr/share/man/man1"
6747         syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1"
6748         syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1"
6749         syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
6750         sysman=`./loc . /usr/man/man1 $syspath`
6751         ;;
6752 esac
6753 if $test -d "$sysman"; then
6754         echo "System manual is in $sysman." >&4
6755 else
6756         echo "Could not find manual pages in source form." >&4
6757 fi
6758
6759 : determine where manual pages go
6760 set man1dir man1dir none
6761 eval $prefixit
6762 $cat <<EOM
6763
6764 $spackage has manual pages available in source form.
6765 EOM
6766 case "$nroff" in
6767 nroff)
6768         echo "However, you don't have nroff, so they're probably useless to you."
6769         case "$man1dir" in
6770         '') man1dir="none";;
6771         esac;;
6772 esac
6773 echo "If you don't want the manual sources installed, answer 'none'."
6774 case "$man1dir" in
6775 ' ') dflt=none
6776         ;;
6777 '')
6778         lookpath="$prefixexp/man/man1 $prefixexp/man/l_man/man1"
6779         lookpath="$lookpath $prefixexp/man/p_man/man1"
6780         lookpath="$lookpath $prefixexp/man/u_man/man1"
6781         lookpath="$lookpath $prefixexp/man/man.1"
6782         case "$sysman" in
6783         */?_man*)       dflt=`./loc . $prefixexp/l_man/man1 $lookpath` ;;
6784         *)      dflt=`./loc . $prefixexp/man/man1 $lookpath` ;;
6785         esac
6786         set dflt
6787         eval $prefixup
6788         ;;
6789 *)  dflt="$man1dir"
6790         ;;
6791 esac
6792 echo " "
6793 fn=dn+~
6794 rp="Where do the main $spackage manual pages (source) go?"
6795 . ./getfile
6796 if $test "X$man1direxp" != "X$ansexp"; then
6797         installman1dir=''
6798 fi
6799 man1dir="$ans"
6800 man1direxp="$ansexp"
6801 case "$man1dir" in
6802 '')     man1dir=' '
6803         installman1dir='';;
6804 esac
6805
6806 : Change installation prefix, if necessary.
6807 if $test X"$prefix" != X"$installprefix"; then
6808         installman1dir=`echo $man1direxp | $sed "s#^$prefix#$installprefix#"`
6809 else
6810         installman1dir="$man1direxp"
6811 fi
6812
6813 : What suffix to use on installed man pages
6814
6815 case "$man1dir" in
6816 ' ')
6817         man1ext='0'
6818         ;;
6819 *)
6820         rp="What suffix should be used for the main $spackage man pages?"
6821         case "$man1ext" in
6822         '')     case "$man1dir" in
6823                 *1)  dflt=1 ;;
6824                 *1p) dflt=1p ;;
6825                 *1pm) dflt=1pm ;;
6826                 *l) dflt=l;;
6827                 *n) dflt=n;;
6828                 *o) dflt=o;;
6829                 *p) dflt=p;;
6830                 *C) dflt=C;;
6831                 *L) dflt=L;;
6832                 *L1) dflt=L1;;
6833                 *) dflt=1;;
6834                 esac
6835                 ;;
6836         *)      dflt="$man1ext";;
6837         esac
6838         . ./myread
6839         man1ext="$ans"
6840         ;;
6841 esac
6842
6843 : see if we can have long filenames
6844 echo " "
6845 first=123456789abcdef
6846 $rm -f $first
6847 if (echo hi >$first) 2>/dev/null; then
6848         if $test -f 123456789abcde; then
6849                 echo 'You cannot have filenames longer than 14 characters.  Sigh.' >&4
6850                 val="$undef"
6851         else
6852                 echo 'You can have filenames longer than 14 characters.'>&4
6853                 val="$define"
6854         fi
6855 else
6856         $cat <<'EOM'
6857 You can't have filenames longer than 14 chars.
6858 You can't even think about them!
6859 EOM
6860         val="$undef"
6861 fi 
6862 set d_flexfnam
6863 eval $setvar
6864 $rm -rf 123456789abcde*
6865
6866 : determine where library module manual pages go
6867 set man3dir man3dir none
6868 eval $prefixit
6869 $cat <<EOM
6870
6871 $spackage has manual pages for many of the library modules.
6872 EOM
6873
6874 case "$nroff" in
6875 nroff)
6876         $cat <<'EOM'
6877 However, you don't have nroff, so they're probably useless to you.
6878 EOM
6879         case "$man3dir" in
6880         '') man3dir="none";;
6881         esac;;
6882 esac
6883
6884 case "$d_flexfnam" in
6885 undef)
6886         $cat <<'EOM'
6887 However, your system can't handle the long file names like File::Basename.3. 
6888 EOM
6889         case "$man3dir" in
6890         '') man3dir="none";;
6891         esac;;
6892 esac
6893
6894 echo "If you don't want the manual sources installed, answer 'none'."
6895 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6896 case "$man3dir" in
6897 '')     dflt=`echo "$man1dir" | $sed -e 's/man1/man3/g' -e 's/man\.1/man\.3/g'`
6898         if $test -d "$privlib/man/man3"; then
6899                 cat <<EOM >&4
6900
6901 WARNING:  Previous versions of perl installed man3 pages into
6902 $privlib/man/man3.  This version will suggest a 
6903 new default of $dflt.  
6904 EOM
6905                 tdflt=$dflt
6906                 dflt='n'
6907                 rp='Do you wish to preserve the old behavior?(y/n)'
6908                 . ./myread
6909                 case "$ans" in
6910                 y*) dflt="$privlib/man/man3" ;;
6911                 *)  dflt=$tdflt ;;
6912                 esac
6913     fi
6914         ;;
6915 *)      dflt="$man3dir" ;;
6916 esac
6917 case "$dflt" in
6918 ' ') dflt=none ;;
6919 esac
6920 echo " "
6921 fn=dn+~
6922 rp="Where do the $package library man pages (source) go?"
6923 . ./getfile
6924 man3dir="$ans"
6925 man3direxp="$ansexp"
6926 case "$man3dir" in
6927 '')     man3dir=' '
6928         installman3dir='';;
6929 esac
6930
6931 : Change installation prefix, if necessary.
6932 if $test X"$prefix" != X"$installprefix"; then
6933         installman3dir=`echo $man3direxp | $sed "s#^$prefix#$installprefix#"`
6934 else
6935         installman3dir="$man3direxp"
6936 fi
6937
6938 : What suffix to use on installed man pages
6939 case "$man3dir" in
6940 ' ')
6941         man3ext='0'
6942         ;;
6943 *)
6944         rp="What suffix should be used for the $package library man pages?"
6945         case "$man3ext" in
6946         '')     case "$man3dir" in
6947                 *3)  dflt=3 ;;
6948                 *3p) dflt=3p ;;
6949                 *3pm) dflt=3pm ;;
6950                 *l) dflt=l;;
6951                 *n) dflt=n;;
6952                 *o) dflt=o;;
6953                 *p) dflt=p;;
6954                 *C) dflt=C;;
6955                 *L) dflt=L;;
6956                 *L3) dflt=L3;;
6957                 *) dflt=3;;
6958                 esac
6959                 ;;
6960         *)      dflt="$man3ext";;
6961         esac
6962         . ./myread
6963         man3ext="$ans"
6964         ;;
6965 esac
6966
6967 : see if we have to deal with yellow pages, now NIS.
6968 if $test -d /usr/etc/yp || $test -d /etc/yp; then
6969         if $test -f /usr/etc/nibindd; then
6970                 echo " "
6971                 echo "I'm fairly confident you're on a NeXT."
6972                 echo " "
6973                 rp='Do you get the hosts file via NetInfo?'
6974                 dflt=y
6975                 case "$hostcat" in
6976                 nidump*) ;;
6977                 '') ;;
6978                 *) dflt=n;;
6979                 esac
6980                 . ./myread
6981                 case "$ans" in
6982                 y*) hostcat='nidump hosts .';;
6983                 *)      case "$hostcat" in
6984                         nidump*) hostcat='';;
6985                         esac
6986                         ;;
6987                 esac
6988         fi
6989         case "$hostcat" in
6990         nidump*) ;;
6991         *)
6992                 case "$hostcat" in
6993                 *ypcat*) dflt=y;;
6994                 '') if $contains '^\+' /etc/passwd >/dev/null 2>&1; then
6995                                 dflt=y
6996                         else
6997                                 dflt=n
6998                         fi;;
6999                 *) dflt=n;;
7000                 esac
7001                 echo " "
7002                 rp='Are you getting the hosts file via yellow pages?'
7003                 . ./myread
7004                 case "$ans" in
7005                 y*) hostcat='ypcat hosts';;
7006                 *) hostcat='cat /etc/hosts';;
7007                 esac
7008                 ;;
7009         esac
7010 fi
7011 case "$hostcat" in
7012 '') test -f /etc/hosts && hostcat='cat /etc/hosts';;
7013 esac
7014 case "$groupcat" in
7015 '') test -f /etc/group && groupcat='cat /etc/group';;
7016 esac
7017 case "$passcat" in
7018 '') test -f /etc/passwd && passcat='cat /etc/passwd';;
7019 esac
7020
7021 : now get the host name
7022 echo " "
7023 echo "Figuring out host name..." >&4
7024 case "$myhostname" in
7025 '') cont=true
7026         echo 'Maybe "hostname" will work...'
7027         if tans=`sh -c hostname 2>&1` ; then
7028                 myhostname=$tans
7029                 phostname=hostname
7030                 cont=''
7031         fi
7032         ;;
7033 *) cont='';;
7034 esac
7035 if $test "$cont"; then
7036         if ./xenix; then
7037                 echo 'Oh, dear.  Maybe "/etc/systemid" is the key...'
7038                 if tans=`cat /etc/systemid 2>&1` ; then
7039                         myhostname=$tans
7040                         phostname='cat /etc/systemid'
7041                         echo "Whadyaknow.  Xenix always was a bit strange..."
7042                         cont=''
7043                 fi
7044         elif $test -r /etc/systemid; then
7045                 echo "(What is a non-Xenix system doing with /etc/systemid?)"
7046         fi
7047 fi
7048 if $test "$cont"; then
7049         echo 'No, maybe "uuname -l" will work...'
7050         if tans=`sh -c 'uuname -l' 2>&1` ; then
7051                 myhostname=$tans
7052                 phostname='uuname -l'
7053         else
7054                 echo 'Strange.  Maybe "uname -n" will work...'
7055                 if tans=`sh -c 'uname -n' 2>&1` ; then
7056                         myhostname=$tans
7057                         phostname='uname -n'
7058                 else
7059                         echo 'Oh well, maybe I can mine it out of whoami.h...'
7060                         if tans=`sh -c $contains' sysname $usrinc/whoami.h' 2>&1` ; then
7061                                 myhostname=`echo "$tans" | $sed 's/^.*"\(.*\)"/\1/'`
7062                                 phostname="sed -n -e '"'/sysname/s/^.*\"\\(.*\\)\"/\1/{'"' -e p -e q -e '}' <$usrinc/whoami.h"
7063                         else
7064                                 case "$myhostname" in
7065                                 '') echo "Does this machine have an identity crisis or something?"
7066                                         phostname='';;
7067                                 *)
7068                                         echo "Well, you said $myhostname before..."
7069                                         phostname='echo $myhostname';;
7070                                 esac
7071                         fi
7072                 fi
7073         fi
7074 fi
7075 : you do not want to know about this
7076 set $myhostname
7077 myhostname=$1
7078
7079 : verify guess
7080 if $test "$myhostname" ; then
7081         dflt=y
7082         rp='Your host name appears to be "'$myhostname'".'" Right?"
7083         . ./myread
7084         case "$ans" in
7085         y*) ;;
7086         *) myhostname='';;
7087         esac
7088 fi
7089
7090 : bad guess or no guess
7091 while $test "X$myhostname" = X ; do
7092         dflt=''
7093         rp="Please type the (one word) name of your host:"
7094         . ./myread
7095         myhostname="$ans"
7096 done
7097
7098 : translate upper to lower if necessary
7099 case "$myhostname" in
7100 *[A-Z]*)
7101         echo "(Normalizing case in your host name)"
7102         myhostname=`echo $myhostname | ./tr '[A-Z]' '[a-z]'`
7103         ;;
7104 esac
7105
7106 case "$myhostname" in
7107 *.*)
7108         dflt=`expr "X$myhostname" : "X[^.]*\(\..*\)"`
7109         myhostname=`expr "X$myhostname" : "X\([^.]*\)\."`
7110         echo "(Trimming domain name from host name--host name is now $myhostname)"
7111         ;;
7112 *) case "$mydomain" in
7113         '')
7114                 {
7115                         test "X$hostcat" = "Xypcat hosts" &&
7116                         ypmatch "$myhostname" hosts 2>/dev/null |\
7117                                 $sed -e 's/[     ]*#.*//; s/$/ /' > hosts && \
7118                         $test -s hosts
7119                 } || {
7120                         test "X$hostcat" != "X" &&
7121                         $hostcat | $sed -n -e "s/[       ]*#.*//; s/\$/ /
7122                                         /[       ]$myhostname[  . ]/p" > hosts
7123                 }
7124                 tmp_re="[       . ]"
7125                 if $test -f hosts; then
7126                         $test x`$awk "/[0-9].*[  ]$myhostname$tmp_re/ { sum++ }
7127                              END { print sum }" hosts` = x1 || tmp_re="[         ]"
7128                         dflt=.`$awk "/[0-9].*[   ]$myhostname$tmp_re/ {for(i=2; i<=NF;i++) print \\\$i}" \
7129                                 hosts | $sort | $uniq | \
7130                                 $sed -n -e "s/$myhostname\.\([-a-zA-Z0-9_.]\)/\1/p"`
7131                         case `$echo X$dflt` in
7132                         X*\ *)  echo "(Several hosts in the database matched hostname)"
7133                                 dflt=.
7134                                 ;;
7135                         X.) echo "(You do not have fully-qualified names in the hosts database)"
7136                                 ;;
7137                         esac
7138                 else
7139                         echo "(I cannot locate a hosts database anywhere)"
7140                         dflt=.
7141                 fi
7142                 case "$dflt" in
7143                 .)
7144                         tans=`./loc resolv.conf X /etc /usr/etc`
7145                         if $test -f "$tans"; then
7146                                 echo "(Attempting domain name extraction from $tans)"
7147                                 dflt=.`$sed -n -e 's/   / /g' \
7148                                   -e 's/^search  *\([^ ]*\).*/\1/p' $tans \
7149                                   | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
7150                                 case "$dflt" in
7151                                 .) dflt=.`$sed -n -e 's/        / /g' \
7152                                      -e 's/^domain  *\([^ ]*\).*/\1/p' $tans \
7153                                      | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
7154                                         ;;
7155                                 esac
7156                         fi
7157                         ;;
7158                 esac
7159                 case "$dflt" in
7160                 .) echo "(No help from resolv.conf either -- attempting clever guess)"
7161                         dflt=.`sh -c domainname 2>/dev/null`
7162                         case "$dflt" in
7163                         '') dflt='.';;
7164                         .nis.*|.yp.*|.main.*) dflt=`echo $dflt | $sed -e 's/^\.[^.]*//'`;;
7165                         esac
7166                         ;;
7167                 esac
7168                 case "$dflt" in
7169                 .) echo "(Lost all hope -- silly guess then)"
7170                         dflt='.uucp'
7171                         ;;
7172                 esac
7173                 $rm -f hosts
7174                 ;;
7175         *) dflt="$mydomain";;
7176         esac;;
7177 esac
7178 echo " "
7179 rp="What is your domain name?"
7180 . ./myread
7181 tans="$ans"
7182 case "$ans" in
7183 '') ;;
7184 .*) ;;
7185 *) tans=".$tans";;
7186 esac
7187 mydomain="$tans"
7188
7189 : translate upper to lower if necessary
7190 case "$mydomain" in
7191 *[A-Z]*)
7192         echo "(Normalizing case in your domain name)"
7193         mydomain=`echo $mydomain | ./tr '[A-Z]' '[a-z]'`
7194         ;;
7195 esac
7196
7197 : a little sanity check here
7198 case "$phostname" in
7199 '') ;;
7200 *)
7201         case `$phostname | ./tr '[A-Z]' '[a-z]'` in
7202         $myhostname$mydomain|$myhostname) ;;
7203         *)
7204                 case "$phostname" in
7205                 sed*)
7206                         echo "(That doesn't agree with your whoami.h file, by the way.)"
7207                         ;;
7208                 *)
7209                         echo "(That doesn't agree with your $phostname command, by the way.)"
7210                         ;;
7211                 esac
7212         ;;
7213         esac
7214         ;;
7215 esac
7216
7217 $cat <<EOM
7218
7219 I need to get your e-mail address in Internet format if possible, i.e.
7220 something like user@host.domain. Please answer accurately since I have
7221 no easy means to double check it. The default value provided below
7222 is most probably close to reality but may not be valid from outside
7223 your organization...
7224
7225 EOM
7226 cont=x
7227 while test "$cont"; do
7228         case "$cf_email" in
7229         '') dflt="$cf_by@$myhostname$mydomain";;
7230         *) dflt="$cf_email";;
7231         esac
7232         rp='What is your e-mail address?'
7233         . ./myread
7234         cf_email="$ans"
7235         case "$cf_email" in
7236         *@*.*) cont='' ;;
7237         *)
7238                 rp='Address does not look like an Internet one.  Use it anyway?'
7239                 case "$fastread" in
7240                 yes) dflt=y ;;
7241                 *) dflt=n ;;
7242                 esac
7243                 . ./myread
7244                 case "$ans" in
7245                 y*) cont='' ;;
7246                 *) echo " " ;;
7247                 esac
7248                 ;;
7249         esac
7250 done
7251
7252 $cat <<EOM
7253
7254 If you or somebody else will be maintaining perl at your site, please
7255 fill in the correct e-mail address here so that they may be contacted
7256 if necessary. Currently, the "perlbug" program included with perl
7257 will send mail to this address in addition to perlbug@perl.org. You may
7258 enter "none" for no administrator.
7259
7260 EOM
7261 case "$perladmin" in
7262 '') dflt="$cf_email";;
7263 *) dflt="$perladmin";;
7264 esac
7265 rp='Perl administrator e-mail address'
7266 . ./myread
7267 perladmin="$ans"
7268
7269 : figure out how to guarantee perl startup
7270 case "$startperl" in
7271 '')
7272         case "$sharpbang" in
7273         *!)
7274                 $cat <<EOH
7275
7276 I can use the #! construct to start perl on your system. This will
7277 make startup of perl scripts faster, but may cause problems if you
7278 want to share those scripts and perl is not in a standard place
7279 ($binexp/perl) on all your platforms. The alternative is to force
7280 a shell by starting the script with a single ':' character.
7281
7282 EOH
7283                 dflt="$binexp/perl"
7284                 rp='What shall I put after the #! to start up perl ("none" to not use #!)?'
7285                 . ./myread
7286                 case "$ans" in
7287                 none)   startperl=": # use perl";;
7288                 *)      startperl="#!$ans"
7289                         if $test 30 -lt `echo "$ans" | wc -c`; then
7290                                 $cat >&4 <<EOM
7291
7292 WARNING:  Some systems limit the #! command to 32 characters.
7293 If you experience difficulty running Perl scripts with #!, try
7294 installing Perl in a directory with a shorter pathname.
7295
7296 EOM
7297                         fi ;;
7298                 esac
7299                 ;;
7300         *) startperl=": # use perl"
7301                 ;;
7302         esac
7303         ;;
7304 esac
7305 echo "I'll use $startperl to start perl scripts."
7306
7307 : figure best path for perl in scripts
7308 case "$perlpath" in
7309 '')
7310         perlpath="$binexp/perl"
7311         case "$startperl" in
7312         *!*) ;;
7313         *)
7314                 $cat <<EOH
7315
7316 I will use the "eval 'exec'" idiom to start Perl on your system.
7317 I can use the full path of your Perl binary for this purpose, but
7318 doing so may cause problems if you want to share those scripts and
7319 Perl is not always in a standard place ($binexp/perl).
7320
7321 EOH
7322                 dflt="$binexp/perl"
7323                 rp="What path shall I use in \"eval 'exec'\"?"
7324                 . ./myread
7325                 perlpath="$ans"
7326                 ;;
7327         esac
7328         ;;
7329 esac
7330 case "$startperl" in
7331 *!*)    ;;
7332 *)      echo "I'll use $perlpath in \"eval 'exec'\"" ;;
7333 esac
7334
7335 : determine where public executable scripts go
7336 set scriptdir scriptdir
7337 eval $prefixit
7338 case "$scriptdir" in
7339 '')
7340         dflt="$bin"
7341         : guess some guesses
7342         $test -d /usr/share/scripts && dflt=/usr/share/scripts
7343         $test -d /usr/share/bin     && dflt=/usr/share/bin
7344         $test -d /usr/local/script  && dflt=/usr/local/script
7345         $test -d /usr/local/scripts && dflt=/usr/local/scripts
7346         $test -d $prefixexp/script  && dflt=$prefixexp/script
7347         set dflt
7348         eval $prefixup
7349         ;;
7350 *)  dflt="$scriptdir"
7351         ;;
7352 esac
7353 $cat <<EOM
7354  
7355 Some installations have a separate directory just for executable scripts so
7356 that they can mount it across multiple architectures but keep the scripts in
7357 one spot.  You might, for example, have a subdirectory of /usr/share for this.
7358 Or you might just lump your scripts in with all your other executables.
7359  
7360 EOM
7361 fn=d~
7362 rp='Where do you keep publicly executable scripts?'
7363 . ./getfile
7364 if $test "X$ansexp" != "X$scriptdirexp"; then
7365         installscript=''
7366 fi
7367 scriptdir="$ans"
7368 scriptdirexp="$ansexp"
7369 : Change installation prefix, if necessary.
7370 if $test X"$prefix" != X"$installprefix"; then
7371         installscript=`echo $scriptdirexp | sed "s#^$prefix#$installprefix#"`
7372 else
7373         installscript="$scriptdirexp"
7374 fi
7375
7376 : determine where add-on public executables go
7377 case "$sitebin" in
7378 '')     dflt=$siteprefix/bin ;;
7379 *)      dflt=$sitebin ;;
7380 esac
7381 fn=d~
7382 rp='Pathname where the add-on public executables should be installed?'
7383 . ./getfile
7384 sitebin="$ans"
7385 sitebinexp="$ansexp"
7386 : Change installation prefix, if necessary.
7387 if $test X"$prefix" != X"$installprefix"; then
7388         installsitebin=`echo $sitebinexp | sed "s#^$prefix#$installprefix#"`
7389 else
7390         installsitebin="$sitebinexp"
7391 fi
7392
7393 case "$useperlio" in
7394 $define|true|[yY]*)     dflt='y';;
7395 *) dflt='n';;
7396 esac
7397 cat <<EOM
7398
7399 Previous version of $package used the standard IO mechanisms as defined
7400 in <stdio.h>.  Versions 5.003_02 and later of perl allow alternate IO
7401 mechanisms via a "PerlIO" abstraction, but the stdio mechanism is still
7402 the default.  This abstraction layer can use AT&T's sfio (if you already
7403 have sfio installed) or regular stdio.  Using PerlIO with sfio may cause
7404 problems with some extension modules.  Using PerlIO with stdio is safe,
7405 but it is slower than plain stdio and therefore is not the default.
7406
7407 If this doesn't make any sense to you, just accept the default '$dflt'.
7408 EOM
7409 rp='Use the experimental PerlIO abstraction layer?'
7410 . ./myread
7411 case "$ans" in
7412 y|Y) 
7413         val="$define"
7414         ;;     
7415 *)      
7416         echo "Ok, doing things the stdio way"
7417         val="$undef"
7418         ;;
7419 esac
7420 set useperlio
7421 eval $setvar 
7422
7423 case "$vendorprefix" in
7424 '')     d_vendorbin="$undef"
7425         vendorbin=''
7426         vendorbinexp=''
7427         ;;
7428 *)      d_vendorbin="$define"
7429         : determine where vendor-supplied executables go.
7430         case "$vendorbin" in
7431         '') dflt=$vendorprefix/bin ;;
7432         *)      dflt="$vendorbin" ;;
7433         esac
7434         fn=d~+
7435         rp='Pathname for the vendor-supplied executables directory?'
7436         . ./getfile
7437         vendorbin="$ans"
7438         vendorbinexp="$ansexp"
7439         ;;
7440 esac
7441 : Change installation prefix, if necessary.
7442 if $test X"$prefix" != X"$installprefix"; then
7443         installvendorbin=`echo $vendorbinexp | $sed "s#^$prefix#$installprefix#"`
7444 else
7445         installvendorbin="$vendorbinexp"
7446 fi
7447
7448 : determine whether to only install version-specific parts.
7449 echo " "
7450 $cat <<EOM
7451 Do you want to install only the version-specific parts of the perl
7452 distribution?  Usually you do *not* want to do this.
7453 EOM
7454 case "$versiononly" in
7455 "$define"|[Yy]*|true) dflt='y' ;;
7456 *) dflt='n';
7457 esac
7458 rp="Do you want to install only the version-specific parts of perl?"
7459 . ./myread
7460 case "$ans" in
7461 [yY]*)  val="$define";;
7462 *)      val="$undef" ;;
7463 esac
7464 set versiononly
7465 eval $setvar
7466
7467 : see if qgcvt exists
7468 set qgcvt d_qgcvt
7469 eval $inlibc
7470
7471 echo " "
7472
7473 if $test X"$d_longdbl" = X"$define"; then
7474
7475 echo "Checking how to print long doubles..." >&4
7476
7477 if $test X"$sPRIfldbl" = X -a X"$doublesize" = X"$longdblsize"; then
7478         $cat >try.c <<'EOCP'
7479 #include <sys/types.h>
7480 #include <stdio.h>
7481 int main() {
7482   double d = 123.456;
7483   printf("%.3f\n", d);
7484 }
7485 EOCP
7486         set try
7487         if eval $compile; then
7488                 yyy=`./try$exe_ext`
7489                 case "$yyy" in
7490                 123.456)
7491                         sPRIfldbl='"f"'; sPRIgldbl='"g"'; sPRIeldbl='"e"';
7492                         sPRIFUldbl='"F"'; sPRIGUldbl='"G"'; sPRIEUldbl='"E"';
7493                         echo "We will use %f."
7494                         ;;
7495                 esac
7496         fi
7497 fi
7498
7499 if $test X"$sPRIfldbl" = X; then
7500         $cat >try.c <<'EOCP'
7501 #include <sys/types.h>
7502 #include <stdio.h>
7503 int main() {
7504   long double d = 123.456;
7505   printf("%.3llf\n", d);
7506 }
7507 EOCP
7508         set try
7509         if eval $compile; then
7510                 yyy=`./try$exe_ext`
7511                 case "$yyy" in
7512                 123.456)
7513                         sPRIfldbl='"llf"'; sPRIgldbl='"llg"'; sPRIeldbl='"lle"';
7514                         sPRIFUldbl='"llF"'; sPRIGUldbl='"llG"'; sPRIEUldbl='"llE"';
7515                         echo "We will use %llf."
7516                         ;;
7517                 esac
7518         fi
7519 fi
7520
7521 if $test X"$sPRIfldbl" = X; then
7522         $cat >try.c <<'EOCP'
7523 #include <sys/types.h>
7524 #include <stdio.h>
7525 int main() {
7526   long double d = 123.456;
7527   printf("%.3Lf\n", d);
7528 }
7529 EOCP
7530         set try
7531         if eval $compile; then
7532                 yyy=`./try$exe_ext`
7533                 case "$yyy" in
7534                 123.456)
7535                         sPRIfldbl='"Lf"'; sPRIgldbl='"Lg"'; sPRIeldbl='"Le"';
7536                         sPRIFUldbl='"LF"'; sPRIGUldbl='"LG"'; sPRIEUldbl='"LE"';
7537                         echo "We will use %Lf."
7538                         ;;
7539                 esac
7540         fi
7541 fi
7542
7543 if $test X"$sPRIfldbl" = X; then
7544         $cat >try.c <<'EOCP'
7545 #include <sys/types.h>
7546 #include <stdio.h>
7547 int main() {
7548   long double d = 123.456;
7549   printf("%.3lf\n", d);
7550 }
7551 EOCP
7552         set try
7553         if eval $compile; then
7554                 yyy=`./try$exe_ext`
7555                 case "$yyy" in
7556                 123.456)
7557                         sPRIfldbl='"lf"'; sPRIgldbl='"lg"'; sPRIeldbl='"le"';
7558                         sPRIFUldbl='"lF"'; sPRIGUldbl='"lG"'; sPRIEUldbl='"lE"';
7559                         echo "We will use %lf."
7560                         ;;
7561                 esac
7562         fi
7563 fi
7564
7565 if $test X"$sPRIfldbl" = X; then
7566         echo "Cannot figure out how to print long doubles." >&4
7567 else
7568         sSCNfldbl=$sPRIfldbl    # expect consistency
7569 fi
7570
7571 $rm -f try try.*
7572
7573 fi # d_longdbl
7574
7575 case "$sPRIfldbl" in
7576 '')     d_PRIfldbl="$undef"; d_PRIgldbl="$undef"; d_PRIeldbl="$undef"; 
7577         d_PRIFUldbl="$undef"; d_PRIGUldbl="$undef"; d_PRIEUldbl="$undef"; 
7578         d_SCNfldbl="$undef";
7579         ;;
7580 *)      d_PRIfldbl="$define"; d_PRIgldbl="$define"; d_PRIeldbl="$define"; 
7581         d_PRIFUldbl="$define"; d_PRIGUldbl="$define"; d_PRIEUldbl="$define"; 
7582         d_SCNfldbl="$define";
7583         ;;
7584 esac
7585
7586 : Check how to convert floats to strings.
7587 echo " "
7588 echo "Checking for an efficient way to convert floats to strings."
7589 echo " " > try.c
7590 case "$uselongdouble" in
7591 "$define") echo "#define USE_LONG_DOUBLE" >>try.c ;;
7592 esac
7593 case "$d_longdbl" in
7594 "$define") echo "#define HAS_LONG_DOUBLE" >>try.c ;;
7595 esac
7596 case "$d_PRIgldbl" in
7597 "$define") echo "#define HAS_PRIgldbl"    >>try.c ;;
7598 esac
7599 $cat >>try.c <<EOP
7600 #ifdef TRY_gconvert
7601 #define Gconvert(x,n,t,b) gconvert((x),(n),(t),(b))
7602 char *myname = "gconvert";
7603 #endif
7604 #ifdef TRY_gcvt
7605 #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
7606 char *myname = "gcvt";
7607 #endif
7608 #ifdef TRY_qgcvt
7609 #define Gconvert(x,n,t,b) qgcvt((x),(n),(b))
7610 char *myname = "qgcvt";
7611 #define DOUBLETYPE long double
7612 #endif
7613 #ifdef TRY_sprintf
7614 #if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE) && defined(HAS_PRIgldbl)
7615 #define Gconvert(x,n,t,b) sprintf((b),"%.*"$sPRIgldbl,(n),(x))
7616 #else
7617 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
7618 #endif
7619 char *myname = "sprintf";
7620 #endif
7621
7622 #ifndef DOUBLETYPE
7623 #if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE)
7624 #define DOUBLETYPE long double
7625 #else
7626 #define DOUBLETYPE double
7627 #endif
7628 #endif
7629
7630 #include <stdio.h>
7631
7632 #define I_STDLIB $i_stdlib
7633 #ifdef I_STDLIB
7634 #include <stdlib.h>
7635 #endif
7636
7637 int
7638 checkit(expect, got)
7639 char *expect;
7640 char *got;
7641 {
7642     if (strcmp(expect, got)) {
7643                 printf("%s oddity:  Expected %s, got %s\n",
7644                         myname, expect, got);
7645                 exit(1);
7646         }
7647 }
7648
7649 int main()
7650
7651         char buf[64]; 
7652         buf[63] = '\0';
7653
7654         /* This must be 1st test on (which?) platform */
7655         /* Alan Burlison <AlanBurlsin@unn.unisys.com> */
7656         Gconvert((DOUBLETYPE)0.1, 8, 0, buf);
7657         checkit("0.1", buf);
7658
7659         Gconvert((DOUBLETYPE)1.0, 8, 0, buf); 
7660         checkit("1", buf);
7661
7662         Gconvert((DOUBLETYPE)1.1, 8, 0, buf); 
7663         checkit("1.1", buf);
7664
7665         Gconvert((DOUBLETYPE)1.01, 8, 0, buf); 
7666         checkit("1.01", buf);
7667
7668         Gconvert((DOUBLETYPE)1.001, 8, 0, buf); 
7669         checkit("1.001", buf);
7670
7671         Gconvert((DOUBLETYPE)1.0001, 8, 0, buf); 
7672         checkit("1.0001", buf);
7673
7674         Gconvert((DOUBLETYPE)1.00001, 8, 0, buf); 
7675         checkit("1.00001", buf);
7676
7677         Gconvert((DOUBLETYPE)1.000001, 8, 0, buf); 
7678         checkit("1.000001", buf);
7679
7680         Gconvert((DOUBLETYPE)0.0, 8, 0, buf); 
7681         checkit("0", buf);
7682
7683         Gconvert((DOUBLETYPE)-1.0, 8, 0, buf); 
7684         checkit("-1", buf);
7685
7686         /* Some Linux gcvt's give 1.e+5 here. */
7687         Gconvert((DOUBLETYPE)100000.0, 8, 0, buf); 
7688         checkit("100000", buf);
7689         
7690         /* Some Linux gcvt's give -1.e+5 here. */
7691         Gconvert((DOUBLETYPE)-100000.0, 8, 0, buf); 
7692         checkit("-100000", buf);
7693
7694         Gconvert((DOUBLETYPE)123.456, 8, 0, buf); 
7695         checkit("123.456", buf);
7696
7697         exit(0);
7698 }
7699 EOP
7700 case "$d_Gconvert" in
7701 gconvert*) xxx_list='gconvert gcvt sprintf' ;;
7702 gcvt*) xxx_list='gcvt gconvert sprintf' ;;
7703 sprintf*) xxx_list='sprintf gconvert gcvt' ;;
7704 *) xxx_list='gconvert gcvt sprintf' ;;
7705 esac
7706
7707 case "$d_longdbl$uselongdouble$d_PRIgldbl" in
7708 "$define$define$define")
7709     # for long doubles prefer first qgcvt, then sprintf
7710     xxx_list="`echo $xxx_list|sed s/sprintf//`" 
7711     xxx_list="sprintf $xxx_list"
7712     case "$d_qgcvt" in
7713     "$define") xxx_list="qgcvt $xxx_list" ;;
7714     esac
7715     ;;
7716 esac
7717
7718 for xxx_convert in $xxx_list; do
7719         echo "Trying $xxx_convert..."
7720         $rm -f try try$_o
7721         set try -DTRY_$xxx_convert
7722         if eval $compile; then
7723                 echo "$xxx_convert() found." >&4
7724                 if ./try; then
7725                         echo "I'll use $xxx_convert to convert floats into a string." >&4
7726                         break;
7727                 else
7728                         echo "...But $xxx_convert didn't work as I expected."
7729                 fi
7730         else
7731                 echo "$xxx_convert NOT found." >&4
7732         fi
7733 done
7734         
7735 case "$xxx_convert" in
7736 gconvert) d_Gconvert='gconvert((x),(n),(t),(b))' ;;
7737 gcvt) d_Gconvert='gcvt((x),(n),(b))' ;;
7738 qgcvt) d_Gconvert='qgcvt((x),(n),(b))' ;;
7739 *) case "$uselongdouble$d_longdbl$d_PRIgldbl" in
7740    "$define$define$define")
7741       d_Gconvert="sprintf((b),\"%.*\"$sPRIgldbl,(n),(x))" ;;
7742    *) d_Gconvert='sprintf((b),"%.*g",(n),(x))' ;;
7743    esac
7744    ;;  
7745 esac
7746
7747 : Initialize h_fcntl
7748 h_fcntl=false
7749
7750 : Initialize h_sysfile
7751 h_sysfile=false
7752
7753 : access call always available on UNIX
7754 set access d_access
7755 eval $inlibc
7756
7757 : locate the flags for 'access()'
7758 case "$d_access" in
7759 "$define")
7760         echo " "
7761         $cat >access.c <<'EOCP'
7762 #include <sys/types.h>
7763 #ifdef I_FCNTL
7764 #include <fcntl.h>
7765 #endif
7766 #ifdef I_SYS_FILE
7767 #include <sys/file.h>
7768 #endif
7769 #ifdef I_UNISTD
7770 #include <unistd.h>
7771 #endif
7772 int main() {
7773         exit(R_OK);
7774 }
7775 EOCP
7776         : check sys/file.h first, no particular reason here
7777         if $test `./findhdr sys/file.h` && \
7778                 $cc -o access $cppflags -DI_SYS_FILE access.c >/dev/null 2>&1 ; then
7779                 h_sysfile=true;
7780                 echo "<sys/file.h> defines the *_OK access constants." >&4
7781         elif $test `./findhdr fcntl.h` && \
7782                 $cc -o access $cppflags -DI_FCNTL access.c >/dev/null 2>&1 ; then
7783                 h_fcntl=true;
7784                 echo "<fcntl.h> defines the *_OK access constants." >&4
7785         elif $test `./findhdr unistd.h` && \
7786                 $cc -o access $cppflags -DI_UNISTD access.c >/dev/null 2>&1 ; then
7787                 echo "<unistd.h> defines the *_OK access constants." >&4
7788         else
7789                 echo "I can't find the four *_OK access constants--I'll use mine." >&4
7790         fi
7791         ;;
7792 esac
7793 $rm -f access*
7794
7795 : see if accessx exists
7796 set accessx d_accessx
7797 eval $inlibc
7798
7799 : see if alarm exists
7800 set alarm d_alarm
7801 eval $inlibc
7802
7803 : see if atolf exists
7804 set atolf d_atolf
7805 eval $inlibc
7806
7807 : see if atoll exists
7808 set atoll d_atoll
7809 eval $inlibc
7810
7811 : Look for GNU-cc style attribute checking
7812 echo " "
7813 echo "Checking whether your compiler can handle __attribute__ ..." >&4
7814 $cat >attrib.c <<'EOCP'
7815 #include <stdio.h>
7816 void croak (char* pat,...) __attribute__((format(printf,1,2),noreturn));
7817 EOCP
7818 if $cc $ccflags -c attrib.c >attrib.out 2>&1 ; then
7819         if $contains 'warning' attrib.out >/dev/null 2>&1; then
7820                 echo "Your C compiler doesn't fully support __attribute__."
7821                 val="$undef"
7822         else
7823                 echo "Your C compiler supports __attribute__."
7824                 val="$define"
7825         fi
7826 else
7827         echo "Your C compiler doesn't seem to understand __attribute__ at all."
7828         val="$undef"
7829 fi
7830 set d_attribut
7831 eval $setvar
7832 $rm -f attrib*
7833
7834 : see if bcmp exists
7835 set bcmp d_bcmp
7836 eval $inlibc
7837
7838 : see if bcopy exists
7839 set bcopy d_bcopy
7840 eval $inlibc
7841
7842 : see if this is a unistd.h system
7843 set unistd.h i_unistd
7844 eval $inhdr
7845
7846 : see if getpgrp exists
7847 set getpgrp d_getpgrp
7848 eval $inlibc
7849
7850 case "$d_getpgrp" in
7851 "$define")
7852         echo " "
7853         echo "Checking to see which flavor of getpgrp is in use..."
7854         $cat >set.c <<EOP
7855 #$i_unistd I_UNISTD
7856 #include <sys/types.h>
7857 #ifdef I_UNISTD
7858 #  include <unistd.h>
7859 #endif
7860 int main()
7861 {
7862         if (getuid() == 0) {
7863                 printf("(I see you are running Configure as super-user...)\n");
7864                 setuid(1);
7865         }
7866 #ifdef TRY_BSD_PGRP
7867         if (getpgrp(1) == 0)
7868                 exit(0);
7869 #else
7870         if (getpgrp() > 0)
7871                 exit(0);
7872 #endif
7873         exit(1);
7874 }
7875 EOP
7876         if $cc -o set -DTRY_BSD_PGRP $ccflags $ldflags set.c $libs >/dev/null 2>&1 && ./set; then
7877                 echo "You have to use getpgrp(pid) instead of getpgrp()." >&4
7878                 val="$define"
7879         elif $cc -o set $ccflags $ldflags set.c $libs >/dev/null 2>&1 && ./set; then
7880                 echo "You have to use getpgrp() instead of getpgrp(pid)." >&4
7881                 val="$undef"
7882         else
7883                 echo "I can't seem to compile and run the test program."
7884                 if ./usg; then
7885                         xxx="a USG one, i.e. you use getpgrp()."
7886                 else
7887                         # SVR4 systems can appear rather BSD-ish.
7888                         case "$i_unistd" in
7889                         $undef)
7890                                 xxx="a BSD one, i.e. you use getpgrp(pid)."
7891                                 val="$define"
7892                                 ;;
7893                         $define)
7894                                 xxx="probably a USG one, i.e. you use getpgrp()."
7895                                 val="$undef"
7896                                 ;;
7897                         esac
7898                 fi
7899                 echo "Assuming your getpgrp is $xxx" >&4
7900         fi
7901         ;;
7902 *) val="$undef";;
7903 esac
7904 set d_bsdgetpgrp
7905 eval $setvar
7906 $rm -f set set.c
7907
7908 : see if setpgrp exists
7909 set setpgrp d_setpgrp
7910 eval $inlibc
7911
7912 case "$d_setpgrp" in
7913 "$define")
7914         echo " "
7915         echo "Checking to see which flavor of setpgrp is in use..."
7916         $cat >set.c <<EOP
7917 #$i_unistd I_UNISTD
7918 #include <sys/types.h>
7919 #ifdef I_UNISTD
7920 #  include <unistd.h>
7921 #endif
7922 int main()
7923 {
7924         if (getuid() == 0) {
7925                 printf("(I see you are running Configure as super-user...)\n");
7926                 setuid(1);
7927         }
7928 #ifdef TRY_BSD_PGRP
7929         if (-1 == setpgrp(1, 1))
7930                 exit(0);
7931 #else
7932         if (setpgrp() != -1)
7933                 exit(0);
7934 #endif
7935         exit(1);
7936 }
7937 EOP
7938         if $cc -o set -DTRY_BSD_PGRP $ccflags $ldflags set.c $libs >/dev/null 2>&1 && ./set; then
7939                 echo 'You have to use setpgrp(pid,pgrp) instead of setpgrp().' >&4
7940                 val="$define"
7941         elif $cc -o set $ccflags $ldflags set.c $libs >/dev/null 2>&1 && ./set; then
7942                 echo 'You have to use setpgrp() instead of setpgrp(pid,pgrp).' >&4
7943                 val="$undef"
7944         else
7945                 echo "(I can't seem to compile and run the test program.)"
7946                 if ./usg; then
7947                         xxx="a USG one, i.e. you use setpgrp()."
7948                 else
7949                         # SVR4 systems can appear rather BSD-ish.
7950                         case "$i_unistd" in
7951                         $undef)
7952                                 xxx="a BSD one, i.e. you use setpgrp(pid,pgrp)."
7953                                 val="$define"
7954                                 ;;
7955                         $define)
7956                                 xxx="probably a USG one, i.e. you use setpgrp()."
7957                                 val="$undef"
7958                                 ;;
7959                         esac
7960                 fi
7961                 echo "Assuming your setpgrp is $xxx" >&4
7962         fi
7963         ;;
7964 *) val="$undef";;
7965 esac
7966 set d_bsdsetpgrp
7967 eval $setvar
7968 $rm -f set set.c
7969 : see if bzero exists
7970 set bzero d_bzero
7971 eval $inlibc
7972
7973 : see if signal is declared as pointer to function returning int or void
7974 echo " "
7975 xxx=`./findhdr signal.h`
7976 $test "$xxx" && $cppstdin $cppminus $cppflags < $xxx >$$.tmp 2>/dev/null
7977 if $contains 'int.*\*[  ]*signal' $$.tmp >/dev/null 2>&1 ; then
7978         echo "You have int (*signal())() instead of void." >&4
7979         val="$undef"
7980 elif $contains 'void.*\*[       ]*signal' $$.tmp >/dev/null 2>&1 ; then
7981         echo "You have void (*signal())()." >&4
7982         val="$define"
7983 elif $contains 'extern[         ]*[(\*]*signal' $$.tmp >/dev/null 2>&1 ; then
7984         echo "You have int (*signal())() instead of void." >&4
7985         val="$undef"
7986 elif $contains 'void.*\*.*sig' $$.tmp >/dev/null 2>&1 ; then
7987         echo "You have void (*signal())()." >&4
7988         val="$define"
7989 else
7990         case "$d_voidsig" in
7991         '')
7992         echo "I can't determine whether signal handler returns void or int..." >&4
7993                 dflt=void
7994                 rp="What type does your signal handler return?"
7995                 . ./myread
7996                 case "$ans" in
7997                 v*) val="$define";;
7998                 *) val="$undef";;
7999                 esac;;
8000         "$define")
8001                 echo "As you already told me, signal handler returns void." >&4
8002                 val="$define"
8003                 ;;
8004         *)      echo "As you already told me, signal handler returns int." >&4
8005                 val="$undef"
8006                 ;;
8007         esac
8008 fi
8009 set d_voidsig
8010 eval $setvar
8011 case "$d_voidsig" in
8012 "$define") signal_t="void";;
8013 *) signal_t="int";;
8014 esac
8015 $rm -f $$.tmp
8016
8017 : check for ability to cast large floats to 32-bit ints.
8018 echo " "
8019 echo 'Checking whether your C compiler can cast large floats to int32.' >&4
8020 if $test "$intsize" -ge 4; then
8021         xxx=int
8022 else
8023         xxx=long
8024 fi
8025 $cat >try.c <<EOCP
8026 #include <stdio.h>
8027 #include <sys/types.h>
8028 #include <signal.h>
8029 $signal_t blech(s) int s; { exit(3); }
8030 int main()
8031 {
8032         $xxx i32;
8033         double f, g;
8034         int result = 0;
8035         char str[16];
8036         signal(SIGFPE, blech);
8037
8038         /* Don't let compiler optimize the test away.  Store the number 
8039            in a writable string for gcc to pass to sscanf under HP/UX.
8040         */
8041         sprintf(str, "2147483647");
8042         sscanf(str, "%lf", &f); /* f = (double) 0x7fffffff; */
8043         g = 10 * f;
8044         i32  = ($xxx) g;
8045
8046         /* x86 processors will probably give 0x8000 0000, which is a
8047        sign change.  We don't want that.  We want to mimic SPARC
8048            behavior here, which is to preserve the sign and give
8049            back 0x7fff ffff.
8050         */
8051         if (i32 != ($xxx) f)
8052                 result |= 1;
8053         exit(result);
8054 }
8055 EOCP
8056 set try
8057 if eval $compile_ok; then
8058         ./try
8059         yyy=$?
8060 else
8061         echo "(I can't seem to compile the test program--assuming it can't)"
8062         yyy=1
8063 fi
8064 case "$yyy" in
8065 0)      val="$define"
8066         echo "Yup, it can."
8067         ;;
8068 *)      val="$undef"
8069         echo "Nope, it can't."
8070         ;;
8071 esac
8072 set d_casti32
8073 eval $setvar
8074 $rm -f try try.*
8075
8076 : check for ability to cast negative floats to unsigned
8077 echo " "
8078 echo 'Checking whether your C compiler can cast negative float to unsigned.' >&4
8079 $cat >try.c <<EOCP
8080 #include <stdio.h>
8081 #include <sys/types.h>
8082 #include <signal.h>
8083 $signal_t blech(s) int s; { exit(7); }
8084 $signal_t blech_in_list(s) int s; { exit(4); }
8085 unsigned long dummy_long(p) unsigned long p; { return p; }
8086 unsigned int dummy_int(p) unsigned int p; { return p; }
8087 unsigned short dummy_short(p) unsigned short p; { return p; }
8088 int main()
8089 {
8090         double f;
8091         unsigned long along;
8092         unsigned int aint;
8093         unsigned short ashort;
8094         int result = 0;
8095         char str[16];
8096         
8097         /* Frustrate gcc-2.7.2's optimizer which failed this test with
8098            a direct f = -123. assignment.  gcc-2.8.0 reportedly
8099            optimized the whole file away
8100         */
8101         /* Store the number in a writable string for gcc to pass to 
8102            sscanf under HP/UX.
8103         */
8104         sprintf(str, "-123");
8105         sscanf(str, "%lf", &f);  /* f = -123.; */
8106
8107         signal(SIGFPE, blech);
8108         along = (unsigned long)f;
8109         aint = (unsigned int)f;
8110         ashort = (unsigned short)f;
8111         if (along != (unsigned long)-123)
8112                 result |= 1;
8113         if (aint != (unsigned int)-123)
8114                 result |= 1;
8115         if (ashort != (unsigned short)-123)
8116                 result |= 1;
8117         sprintf(str, "1073741824.");
8118         sscanf(str, "%lf", &f); /* f = (double)0x40000000; */
8119         f = f + f;
8120         along = 0;
8121         along = (unsigned long)f;
8122         if (along != 0x80000000)
8123                 result |= 2;
8124         f -= 1.;
8125         along = 0;
8126         along = (unsigned long)f;
8127         if (along != 0x7fffffff)
8128                 result |= 1;
8129         f += 2.;
8130         along = 0;
8131         along = (unsigned long)f;
8132         if (along != 0x80000001)
8133                 result |= 2;
8134         if (result)
8135                 exit(result);
8136         signal(SIGFPE, blech_in_list);
8137         sprintf(str, "123.");
8138         sscanf(str, "%lf", &f);  /* f = 123.; */
8139         along = dummy_long((unsigned long)f);
8140         aint = dummy_int((unsigned int)f);
8141         ashort = dummy_short((unsigned short)f);
8142         if (along != (unsigned long)123)
8143                 result |= 4;
8144         if (aint != (unsigned int)123)
8145                 result |= 4;
8146         if (ashort != (unsigned short)123)
8147                 result |= 4;
8148         exit(result);
8149
8150 }
8151 EOCP
8152 set try
8153 if eval $compile_ok; then
8154         ./try
8155         castflags=$?
8156 else
8157         echo "(I can't seem to compile the test program--assuming it can't)"
8158         castflags=7
8159 fi
8160 case "$castflags" in
8161 0)      val="$define"
8162         echo "Yup, it can."
8163         ;;
8164 *)      val="$undef"
8165         echo "Nope, it can't."
8166         ;;
8167 esac
8168 set d_castneg
8169 eval $setvar
8170 $rm -f try.*
8171
8172 : see if vprintf exists
8173 echo " "
8174 if set vprintf val -f d_vprintf; eval $csym; $val; then
8175         echo 'vprintf() found.' >&4
8176         val="$define"
8177         $cat >vprintf.c <<'EOF'
8178 #include <varargs.h>
8179
8180 int main() { xxx("foo"); }
8181
8182 xxx(va_alist)
8183 va_dcl
8184 {
8185         va_list args;
8186         char buf[10];
8187
8188         va_start(args);
8189         exit((unsigned long)vsprintf(buf,"%s",args) > 10L);
8190 }
8191 EOF
8192         set vprintf
8193         if eval $compile && ./vprintf; then
8194                 echo "Your vsprintf() returns (int)." >&4
8195                 val2="$undef"
8196         else
8197                 echo "Your vsprintf() returns (char*)." >&4
8198                 val2="$define"
8199         fi
8200 else
8201         echo 'vprintf() NOT found.' >&4
8202                 val="$undef"
8203                 val2="$undef"
8204 fi
8205 set d_vprintf
8206 eval $setvar
8207 val=$val2
8208 set d_charvspr
8209 eval $setvar
8210
8211 : see if chown exists
8212 set chown d_chown
8213 eval $inlibc
8214
8215 : see if chroot exists
8216 set chroot d_chroot
8217 eval $inlibc
8218
8219 : see if chsize exists
8220 set chsize d_chsize
8221 eval $inlibc
8222
8223 : check for const keyword
8224 echo " "
8225 echo 'Checking to see if your C compiler knows about "const"...' >&4
8226 $cat >const.c <<'EOCP'
8227 typedef struct spug { int drokk; } spug;
8228 int main()
8229 {
8230         const char *foo;
8231         const spug y;
8232 }
8233 EOCP
8234 if $cc -c $ccflags const.c >/dev/null 2>&1 ; then
8235         val="$define"
8236         echo "Yup, it does."
8237 else
8238         val="$undef"
8239         echo "Nope, it doesn't."
8240 fi
8241 set d_const
8242 eval $setvar
8243
8244 : see if crypt exists
8245 echo " "
8246 if set crypt val -f d_crypt; eval $csym; $val; then
8247         echo 'crypt() found.' >&4
8248         val="$define"
8249         cryptlib=''
8250 else
8251         cryptlib=`./loc Slibcrypt$_a "" $xlibpth`
8252         if $test -z "$cryptlib"; then
8253                 cryptlib=`./loc Mlibcrypt$_a "" $xlibpth`
8254         else
8255                 cryptlib=-lcrypt
8256         fi
8257         if $test -z "$cryptlib"; then
8258                 cryptlib=`./loc Llibcrypt$_a "" $xlibpth`
8259         else
8260                 cryptlib=-lcrypt
8261         fi
8262         if $test -z "$cryptlib"; then
8263                 cryptlib=`./loc libcrypt$_a "" $libpth`
8264         else
8265                 cryptlib=-lcrypt
8266         fi
8267         if $test -z "$cryptlib"; then
8268                 echo 'crypt() NOT found.' >&4
8269                 val="$undef"
8270         else
8271                 val="$define"
8272         fi
8273 fi
8274 set d_crypt
8275 eval $setvar
8276
8277 : get csh whereabouts
8278 case "$csh" in
8279 'csh') val="$undef" ;;
8280 *) val="$define" ;;
8281 esac
8282 set d_csh
8283 eval $setvar
8284 : Respect a hint or command line value for full_csh.
8285 case "$full_csh" in
8286 '') full_csh=$csh ;;
8287 esac
8288
8289 : see if cuserid exists
8290 set cuserid d_cuserid
8291 eval $inlibc
8292
8293 : see if this is a limits.h system
8294 set limits.h i_limits
8295 eval $inhdr
8296
8297 : see if this is a float.h system
8298 set float.h i_float
8299 eval $inhdr
8300
8301 : See if number of significant digits in a double precision number is known
8302 echo " "
8303 $cat >dbl_dig.c <<EOM
8304 #$i_limits I_LIMITS
8305 #$i_float I_FLOAT
8306 #ifdef I_LIMITS
8307 #include <limits.h>
8308 #endif
8309 #ifdef I_FLOAT
8310 #include <float.h>
8311 #endif
8312 #ifdef DBL_DIG
8313 printf("Contains DBL_DIG");
8314 #endif
8315 EOM
8316 $cppstdin $cppflags $cppminus < dbl_dig.c >dbl_dig.E 2>/dev/null
8317 if $contains 'DBL_DIG' dbl_dig.E >/dev/null 2>&1; then
8318         echo "DBL_DIG found." >&4
8319         val="$define"
8320 else
8321         echo "DBL_DIG NOT found." >&4
8322         val="$undef"
8323 fi
8324 $rm -f dbl_dig.?
8325 set d_dbl_dig
8326 eval $setvar
8327
8328 : see if difftime exists
8329 set difftime d_difftime
8330 eval $inlibc
8331
8332 : see if this is a dirent system
8333 echo " "
8334 if xinc=`./findhdr dirent.h`; $test "$xinc"; then
8335         val="$define"
8336         echo "<dirent.h> found." >&4
8337 else
8338         val="$undef"
8339         if xinc=`./findhdr sys/dir.h`; $test "$xinc"; then
8340                 echo "<sys/dir.h> found." >&4
8341                 echo " "
8342         else
8343                 xinc=`./findhdr sys/ndir.h`
8344         fi
8345         echo "<dirent.h> NOT found." >&4
8346 fi
8347 set i_dirent
8348 eval $setvar
8349
8350 : Look for type of directory structure.
8351 echo " "
8352 $cppstdin $cppflags $cppminus < "$xinc" > try.c
8353
8354 case "$direntrytype" in
8355 ''|' ')
8356         case "$i_dirent" in
8357         $define) guess1='struct dirent' ;;
8358         *) guess1='struct direct'  ;;
8359         esac
8360         ;;
8361 *)      guess1="$direntrytype"
8362         ;;
8363 esac
8364
8365 case "$guess1" in
8366 'struct dirent') guess2='struct direct' ;;
8367 *) guess2='struct dirent' ;;
8368 esac
8369                 
8370 if $contains "$guess1" try.c >/dev/null 2>&1; then
8371         direntrytype="$guess1"
8372         echo "Your directory entries are $direntrytype." >&4
8373 elif $contains "$guess2" try.c >/dev/null 2>&1; then
8374         direntrytype="$guess2"
8375         echo "Your directory entries seem to be $direntrytype." >&4
8376 else
8377         echo "I don't recognize your system's directory entries." >&4
8378         rp="What type is used for directory entries on this system?"
8379         dflt="$guess1"
8380         . ./myread
8381         direntrytype="$ans"
8382 fi
8383 $rm -f try.c
8384
8385
8386 : see if the directory entry stores field length
8387 echo " "
8388 $cppstdin $cppflags $cppminus < "$xinc" > try.c
8389 if $contains 'd_namlen' try.c >/dev/null 2>&1; then
8390         echo "Good, your directory entry keeps length information in d_namlen." >&4
8391         val="$define"
8392 else
8393         echo "Your directory entry does not know about the d_namlen field." >&4
8394         val="$undef"
8395 fi
8396 set d_dirnamlen
8397 eval $setvar
8398 $rm -f try.c
8399
8400 : see if dlerror exists
8401 xxx_runnm="$runnm"
8402 runnm=false
8403 set dlerror d_dlerror
8404 eval $inlibc
8405 runnm="$xxx_runnm"
8406
8407 : see if dlfcn is available
8408 set dlfcn.h i_dlfcn
8409 eval $inhdr
8410
8411 case "$usedl" in
8412 $define|y|true)
8413         $cat << EOM
8414
8415 On a few systems, the dynamically loaded modules that perl generates and uses
8416 will need a different extension than shared libs. The default will probably
8417 be appropriate.
8418
8419 EOM
8420         case "$dlext" in
8421         '')     dflt="$so" ;;
8422         *)      dflt="$dlext" ;;
8423         esac
8424         rp='What is the extension of dynamically loaded modules'
8425         . ./myread
8426         dlext="$ans"
8427         ;;
8428 *)
8429         dlext="none"
8430         ;;
8431 esac
8432
8433 : Check if dlsym need a leading underscore
8434 echo " "
8435 val="$undef"
8436
8437 case "$dlsrc" in
8438 dl_dlopen.xs)
8439         echo "Checking whether your dlsym() needs a leading underscore ..." >&4
8440         $cat >dyna.c <<'EOM'
8441 fred () { }
8442 EOM
8443
8444 $cat >fred.c<<EOM
8445
8446 #include <stdio.h>
8447 #$i_dlfcn I_DLFCN
8448 #ifdef I_DLFCN
8449 #include <dlfcn.h>      /* the dynamic linker include file for Sunos/Solaris */
8450 #else
8451 #include <sys/types.h>
8452 #include <nlist.h>
8453 #include <link.h>
8454 #endif
8455
8456 extern int fred() ;
8457
8458 int main()
8459 {
8460     void * handle ;
8461     void * symbol ;
8462 #ifndef RTLD_LAZY
8463     int mode = 1 ;
8464 #else
8465     int mode = RTLD_LAZY ;
8466 #endif
8467     handle = dlopen("./dyna.$dlext", mode) ;
8468     if (handle == NULL) {
8469         printf ("1\n") ;
8470         fflush (stdout) ;
8471         exit(0);
8472     }
8473     symbol = dlsym(handle, "fred") ;
8474     if (symbol == NULL) {
8475         /* try putting a leading underscore */
8476         symbol = dlsym(handle, "_fred") ;
8477         if (symbol == NULL) {
8478             printf ("2\n") ;
8479             fflush (stdout) ;
8480             exit(0);
8481         }
8482         printf ("3\n") ;
8483     }
8484     else
8485         printf ("4\n") ;
8486     fflush (stdout) ;
8487     exit(0);
8488 }
8489 EOM
8490         : Call the object file tmp-dyna.o in case dlext=o.
8491         if $cc $ccflags $cccdlflags -c dyna.c > /dev/null 2>&1 && 
8492                 mv dyna${_o} tmp-dyna${_o} > /dev/null 2>&1 && 
8493                 $ld -o dyna.$dlext $lddlflags tmp-dyna${_o} > /dev/null 2>&1 && 
8494                 $cc -o fred $ccflags $ldflags $cccdlflags $ccdlflags fred.c $libs > /dev/null 2>&1; then
8495                 xxx=`./fred`
8496                 case $xxx in
8497                 1)      echo "Test program failed using dlopen." >&4
8498                         echo "Perhaps you should not use dynamic loading." >&4;;
8499                 2)      echo "Test program failed using dlsym." >&4
8500                         echo "Perhaps you should not use dynamic loading." >&4;;
8501                 3)      echo "dlsym needs a leading underscore" >&4
8502                         val="$define" ;;
8503                 4)      echo "dlsym doesn't need a leading underscore." >&4;;
8504                 esac
8505         else
8506                 echo "I can't compile and run the test program." >&4
8507                 echo "I'm guessing that dlsym doesn't need a leading underscore." >&4
8508         fi
8509         ;;
8510 esac
8511                 
8512 $rm -f fred fred.? dyna.$dlext dyna.? tmp-dyna.?
8513
8514 set d_dlsymun
8515 eval $setvar
8516
8517 hasproto='varname=$1; func=$2; shift; shift;
8518 while $test $# -ge 2; do
8519         case "$1" in
8520         $define) echo "#include <$2>";;
8521         esac ;
8522     shift 2;
8523 done > try.c;
8524 $cppstdin $cppflags $cppminus < try.c > tryout.c 2>/dev/null;
8525 if $contains "$func.*(" tryout.c >/dev/null 2>&1; then
8526         echo "$func() prototype found.";
8527         val="$define";
8528 else
8529         echo "$func() prototype NOT found.";
8530         val="$undef";
8531 fi;
8532 set $varname;
8533 eval $setvar;
8534 $rm -f try.c tryout.c'
8535
8536 : see if prototype for drand48 is available
8537 echo " "
8538 set d_drand48proto drand48 $i_stdlib stdlib.h $i_unistd unistd.h
8539 eval $hasproto
8540
8541 : see if dup2 exists
8542 set dup2 d_dup2
8543 eval $inlibc
8544
8545 : see if eaccess exists
8546 set eaccess d_eaccess
8547 eval $inlibc
8548
8549 : see if endgrent exists
8550 set endgrent d_endgrent
8551 eval $inlibc
8552
8553 : see if endhostent exists
8554 set endhostent d_endhent
8555 eval $inlibc
8556
8557 : see if endnetent exists
8558 set endnetent d_endnent
8559 eval $inlibc
8560
8561 : see if endprotoent exists
8562 set endprotoent d_endpent
8563 eval $inlibc
8564
8565 : see if endpwent exists
8566 set endpwent d_endpwent
8567 eval $inlibc
8568
8569 : see if endservent exists
8570 set endservent d_endsent
8571 eval $inlibc
8572
8573 : Locate the flags for 'open()'
8574 echo " "
8575 $cat >open3.c <<'EOCP'
8576 #include <sys/types.h>
8577 #ifdef I_FCNTL
8578 #include <fcntl.h>
8579 #endif
8580 #ifdef I_SYS_FILE
8581 #include <sys/file.h>
8582 #endif
8583 int main() {
8584         if(O_RDONLY);
8585 #ifdef O_TRUNC
8586         exit(0);
8587 #else
8588         exit(1);
8589 #endif
8590 }
8591 EOCP
8592 : check sys/file.h first to get FREAD on Sun
8593 if $test `./findhdr sys/file.h` && \
8594                 set open3 -DI_SYS_FILE && eval $compile; then
8595         h_sysfile=true;
8596         echo "<sys/file.h> defines the O_* constants..." >&4
8597         if ./open3; then
8598                 echo "and you have the 3 argument form of open()." >&4
8599                 val="$define"
8600         else
8601                 echo "but not the 3 argument form of open().  Oh, well." >&4
8602                 val="$undef"
8603         fi
8604 elif $test `./findhdr fcntl.h` && \
8605                 set open3 -DI_FCNTL && eval $compile; then
8606         h_fcntl=true;
8607         echo "<fcntl.h> defines the O_* constants..." >&4
8608         if ./open3; then
8609                 echo "and you have the 3 argument form of open()." >&4
8610                 val="$define"
8611         else
8612                 echo "but not the 3 argument form of open().  Oh, well." >&4
8613                 val="$undef"
8614         fi
8615 else
8616         val="$undef"
8617         echo "I can't find the O_* constant definitions!  You got problems." >&4
8618 fi
8619 set d_open3
8620 eval $setvar
8621 $rm -f open3*
8622
8623 : see which of string.h or strings.h is needed
8624 echo " "
8625 strings=`./findhdr string.h`
8626 if $test "$strings" && $test -r "$strings"; then
8627         echo "Using <string.h> instead of <strings.h>." >&4
8628         val="$define"
8629 else
8630         val="$undef"
8631         strings=`./findhdr strings.h`
8632         if $test "$strings" && $test -r "$strings"; then
8633                 echo "Using <strings.h> instead of <string.h>." >&4
8634         else
8635                 echo "No string header found -- You'll surely have problems." >&4
8636         fi
8637 fi
8638 set i_string
8639 eval $setvar
8640 case "$i_string" in
8641 "$undef") strings=`./findhdr strings.h`;;
8642 *)        strings=`./findhdr string.h`;;
8643 esac
8644
8645 : check for non-blocking I/O stuff
8646 case "$h_sysfile" in
8647 true) echo "#include <sys/file.h>" > head.c;;
8648 *)
8649         case "$h_fcntl" in
8650         true) echo "#include <fcntl.h>" > head.c;;
8651         *) echo "#include <sys/fcntl.h>" > head.c;;
8652         esac
8653         ;;
8654 esac
8655 echo " "
8656 echo "Figuring out the flag used by open() for non-blocking I/O..." >&4
8657 case "$o_nonblock" in
8658 '')
8659         $cat head.c > try.c
8660         $cat >>try.c <<'EOCP'
8661 #include <stdio.h>
8662 int main() {
8663 #ifdef O_NONBLOCK
8664         printf("O_NONBLOCK\n");
8665         exit(0);
8666 #endif
8667 #ifdef O_NDELAY
8668         printf("O_NDELAY\n");
8669         exit(0);
8670 #endif
8671 #ifdef FNDELAY
8672         printf("FNDELAY\n");
8673         exit(0);
8674 #endif
8675         exit(0);
8676 }
8677 EOCP
8678         set try
8679         if eval $compile_ok; then
8680                 o_nonblock=`./try`
8681                 case "$o_nonblock" in
8682                 '') echo "I can't figure it out, assuming O_NONBLOCK will do.";;
8683                 *) echo "Seems like we can use $o_nonblock.";;
8684                 esac
8685         else
8686                 echo "(I can't compile the test program; pray O_NONBLOCK is right!)"
8687         fi
8688         ;;
8689 *) echo "Using $hint value $o_nonblock.";;
8690 esac
8691 $rm -f try try.* .out core
8692
8693 echo " "
8694 echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4
8695 case "$eagain" in
8696 '')
8697         $cat head.c > try.c
8698         $cat >>try.c <<EOCP
8699 #include <errno.h>
8700 #include <sys/types.h>
8701 #include <signal.h>
8702 #include <stdio.h> 
8703 #define MY_O_NONBLOCK $o_nonblock
8704 #ifndef errno  /* XXX need better Configure test */
8705 extern int errno;
8706 #endif
8707 #$i_unistd I_UNISTD
8708 #ifdef I_UNISTD
8709 #include <unistd.h>
8710 #endif
8711 #$i_string I_STRING
8712 #ifdef I_STRING
8713 #include <string.h>
8714 #else
8715 #include <strings.h>
8716 #endif
8717 $signal_t blech(x) int x; { exit(3); }
8718 EOCP
8719         $cat >> try.c <<'EOCP'
8720 int main()
8721 {
8722         int pd[2];
8723         int pu[2];
8724         char buf[1];
8725         char string[100];
8726
8727         pipe(pd);       /* Down: child -> parent */
8728         pipe(pu);       /* Up: parent -> child */
8729         if (0 != fork()) {
8730                 int ret;
8731                 close(pd[1]);   /* Parent reads from pd[0] */
8732                 close(pu[0]);   /* Parent writes (blocking) to pu[1] */
8733                 if (-1 == fcntl(pd[0], F_SETFL, MY_O_NONBLOCK))
8734                         exit(1);
8735                 signal(SIGALRM, blech);
8736                 alarm(5);
8737                 if ((ret = read(pd[0], buf, 1)) > 0)    /* Nothing to read! */
8738                         exit(2);
8739                 sprintf(string, "%d\n", ret);
8740                 write(2, string, strlen(string));
8741                 alarm(0);
8742 #ifdef EAGAIN
8743                 if (errno == EAGAIN) {
8744                         printf("EAGAIN\n");
8745                         goto ok;
8746                 }
8747 #endif
8748 #ifdef EWOULDBLOCK
8749                 if (errno == EWOULDBLOCK)
8750                         printf("EWOULDBLOCK\n");
8751 #endif
8752         ok:
8753                 write(pu[1], buf, 1);   /* Unblocks child, tell it to close our pipe */
8754                 sleep(2);                               /* Give it time to close our pipe */
8755                 alarm(5);
8756                 ret = read(pd[0], buf, 1);      /* Should read EOF */
8757                 alarm(0);
8758                 sprintf(string, "%d\n", ret);
8759                 write(3, string, strlen(string));
8760                 exit(0);
8761         }
8762
8763         close(pd[0]);                   /* We write to pd[1] */
8764         close(pu[1]);                   /* We read from pu[0] */
8765         read(pu[0], buf, 1);    /* Wait for parent to signal us we may continue */
8766         close(pd[1]);                   /* Pipe pd is now fully closed! */
8767         exit(0);                                /* Bye bye, thank you for playing! */
8768 }
8769 EOCP
8770         set try
8771         if eval $compile_ok; then
8772                 echo "$startsh" >mtry
8773                 echo "./try >try.out 2>try.ret 3>try.err || exit 4" >>mtry
8774                 chmod +x mtry
8775                 ./mtry >/dev/null 2>&1
8776                 case $? in
8777                 0) eagain=`$cat try.out`;;
8778                 1) echo "Could not perform non-blocking setting!";;
8779                 2) echo "I did a successful read() for something that was not there!";;
8780                 3) echo "Hmm... non-blocking I/O does not seem to be working!";;
8781                 *) echo "Something terribly wrong happened during testing.";;
8782                 esac
8783                 rd_nodata=`$cat try.ret`
8784                 echo "A read() system call with no data present returns $rd_nodata."
8785                 case "$rd_nodata" in
8786                 0|-1) ;;
8787                 *)
8788                         echo "(That's peculiar, fixing that to be -1.)"
8789                         rd_nodata=-1
8790                         ;;
8791                 esac
8792                 case "$eagain" in
8793                 '')
8794                         echo "Forcing errno EAGAIN on read() with no data available."
8795                         eagain=EAGAIN
8796                         ;;
8797                 *)
8798                         echo "Your read() sets errno to $eagain when no data is available."
8799                         ;;
8800                 esac
8801                 status=`$cat try.err`
8802                 case "$status" in
8803                 0) echo "And it correctly returns 0 to signal EOF.";;
8804                 -1) echo "But it also returns -1 to signal EOF, so be careful!";;
8805                 *) echo "However, your read() returns '$status' on EOF??";;
8806                 esac
8807                 val="$define"
8808                 if test "$status" = "$rd_nodata"; then
8809                         echo "WARNING: you can't distinguish between EOF and no data!"
8810                         val="$undef"
8811                 fi
8812         else
8813                 echo "I can't compile the test program--assuming errno EAGAIN will do."
8814                 eagain=EAGAIN
8815         fi
8816         set d_eofnblk
8817         eval $setvar
8818         ;;
8819 *)
8820         echo "Using $hint value $eagain."
8821         echo "Your read() returns $rd_nodata when no data is present."
8822         case "$d_eofnblk" in
8823         "$define") echo "And you can see EOF because read() returns 0.";;
8824         "$undef") echo "But you can't see EOF status from read() returned value.";;
8825         *)
8826                 echo "(Assuming you can't see EOF status from read anyway.)"
8827                 d_eofnblk=$undef
8828                 ;;
8829         esac
8830         ;;
8831 esac
8832 $rm -f try try.* .out core head.c mtry
8833
8834 : see if fchmod exists
8835 set fchmod d_fchmod
8836 eval $inlibc
8837
8838 : see if fchown exists
8839 set fchown d_fchown
8840 eval $inlibc
8841
8842 : see if this is an fcntl system
8843 set fcntl d_fcntl
8844 eval $inlibc
8845
8846 hasfield='varname=$1; struct=$2; field=$3; shift; shift; shift;
8847 while $test $# -ge 2; do
8848         case "$1" in
8849         $define) echo "#include <$2>";;
8850         esac ;
8851     shift 2;
8852 done > try.c;
8853 echo "int main () { struct $struct foo; char* bar; bar = (char*)foo.$field; }" >> try.c;
8854 set try;
8855 if eval $compile; then
8856         val="$define";
8857 else
8858         val="$undef";
8859 fi;
8860 set $varname;
8861 eval $setvar;
8862 $rm -f try.c try.o'
8863
8864 socketlib=''
8865 sockethdr=''
8866 : see whether socket exists
8867 echo " "
8868 $echo $n "Hmm... $c" >&4
8869 if set socket val -f d_socket; eval $csym; $val; then
8870         echo "Looks like you have Berkeley networking support." >&4
8871         d_socket="$define"
8872         if set setsockopt val -f; eval $csym; $val; then
8873                 d_oldsock="$undef"
8874         else
8875                 echo "...but it uses the old BSD 4.1c interface, rather than 4.2." >&4
8876                 d_oldsock="$define"
8877         fi
8878 else
8879         if $contains socklib libc.list >/dev/null 2>&1; then
8880                 echo "Looks like you have Berkeley networking support." >&4
8881                 d_socket="$define"
8882                 : we will have to assume that it supports the 4.2 BSD interface
8883                 d_oldsock="$undef"
8884         else
8885                 echo "You don't have Berkeley networking in libc$_a..." >&4
8886                 if test "X$d_socket" = "X$define"; then
8887                    echo "...but you seem to believe that you have sockets." >&4
8888                 else
8889                         for net in net socket
8890                         do
8891                                 if test -f /usr/lib/lib$net$_a; then
8892                                         ( ($nm $nm_opt /usr/lib/lib$net$_a | eval $nm_extract) ||  \
8893                                         $ar t /usr/lib/lib$net$_a) 2>/dev/null >> libc.list
8894                                         if $contains socket libc.list >/dev/null 2>&1; then
8895                                                 d_socket="$define"
8896                                                 socketlib="-l$net"
8897                                                 case "$net" in
8898                                                 net)
8899                                                         echo "...but the Wollongong group seems to have hacked it in." >&4
8900                                                         sockethdr="-I/usr/netinclude"
8901                                                         ;;
8902                                                 esac
8903                                                 echo "Found Berkeley sockets interface in lib$net." >& 4 
8904                                                 if $contains setsockopt libc.list >/dev/null 2>&1; then
8905                                                         d_oldsock="$undef"
8906                                                 else
8907                                                         echo "...using the old BSD 4.1c interface, rather than 4.2." >&4
8908                                                         d_oldsock="$define"
8909                                                 fi
8910                                                 break
8911                                         fi
8912                                 fi
8913                         done
8914                         if test "X$d_socket" != "X$define"; then
8915                            echo "or anywhere else I see." >&4
8916                            d_socket="$undef"
8917                            d_oldsock="$undef"
8918                         fi
8919                 fi
8920         fi
8921 fi
8922
8923 : see if socketpair exists
8924 set socketpair d_sockpair
8925 eval $inlibc
8926
8927
8928 echo " "
8929 echo "Checking the availability of certain socket constants..." >& 4
8930 for ENUM in MSG_CTRUNC MSG_DONTROUTE MSG_OOB MSG_PEEK MSG_PROXY SCM_RIGHTS; do
8931         enum=`$echo $ENUM|./tr '[A-Z]' '[a-z]'`
8932         $cat >try.c <<EOF
8933 #include <sys/types.h>
8934 #include <sys/socket.h>
8935 int main() {
8936     int i = $ENUM;
8937 }
8938 EOF
8939         val="$undef"
8940         set try; if eval $compile; then
8941                 val="$define"
8942         fi
8943         set d_${enum}; eval $setvar
8944         $rm -f try.c try
8945 done
8946
8947 : see if sys/select.h has to be included
8948 set sys/select.h i_sysselct
8949 eval $inhdr
8950
8951 : see if we should include time.h, sys/time.h, or both
8952 echo " "
8953 if test "X$timeincl" = X; then
8954         echo "Testing to see if we should include <time.h>, <sys/time.h> or both." >&4
8955         $echo $n "I'm now running the test program...$c"
8956         $cat >try.c <<'EOCP'
8957 #include <sys/types.h>
8958 #ifdef I_TIME
8959 #include <time.h>
8960 #endif
8961 #ifdef I_SYSTIME
8962 #ifdef SYSTIMEKERNEL
8963 #define KERNEL
8964 #endif
8965 #include <sys/time.h>
8966 #endif
8967 #ifdef I_SYSSELECT
8968 #include <sys/select.h>
8969 #endif
8970 int main()
8971 {
8972         struct tm foo;
8973 #ifdef S_TIMEVAL
8974         struct timeval bar;
8975 #endif
8976 #ifdef S_TIMEZONE
8977         struct timezone tzp;
8978 #endif
8979         if (foo.tm_sec == foo.tm_sec)
8980                 exit(0);
8981 #ifdef S_TIMEVAL
8982         if (bar.tv_sec == bar.tv_sec)
8983                 exit(0);
8984 #endif
8985         exit(1);
8986 }
8987 EOCP
8988         flags=''
8989         for s_timezone in '-DS_TIMEZONE' ''; do
8990         sysselect=''
8991         for s_timeval in '-DS_TIMEVAL' ''; do
8992         for i_systimek in '' '-DSYSTIMEKERNEL'; do
8993         for i_time in '' '-DI_TIME'; do
8994         for i_systime in '-DI_SYSTIME' ''; do
8995                 case "$flags" in
8996                 '') $echo $n ".$c"
8997                         set try $i_time $i_systime $i_systimek $sysselect $s_timeval $s_timezone
8998                         if eval $compile; then
8999                                 set X $i_time $i_systime $i_systimek $sysselect $s_timeval
9000                                 shift
9001                                 flags="$*"
9002                                 echo " "
9003                                 $echo $n "Succeeded with $flags$c"
9004                         fi
9005                         ;;
9006                 esac
9007         done
9008         done
9009         done
9010         done
9011         done
9012         timeincl=''
9013         echo " "
9014         case "$flags" in
9015         *SYSTIMEKERNEL*) i_systimek="$define"
9016                 timeincl=`./findhdr sys/time.h`
9017                 echo "We'll include <sys/time.h> with KERNEL defined." >&4;;
9018         *) i_systimek="$undef";;
9019         esac
9020         case "$flags" in
9021         *I_TIME*) i_time="$define"
9022                 timeincl=`./findhdr time.h`" $timeincl"
9023                 echo "We'll include <time.h>." >&4;;
9024         *) i_time="$undef";;
9025         esac
9026         case "$flags" in
9027         *I_SYSTIME*) i_systime="$define"
9028                 timeincl=`./findhdr sys/time.h`" $timeincl"
9029                 echo "We'll include <sys/time.h>." >&4;;
9030         *) i_systime="$undef";;
9031         esac
9032         $rm -f try.c try
9033 fi
9034
9035 : check for fd_set items
9036 $cat <<EOM
9037
9038 Checking to see how well your C compiler handles fd_set and friends ...
9039 EOM
9040 $cat >fd_set.c <<EOCP
9041 #$i_systime I_SYS_TIME
9042 #$i_sysselct I_SYS_SELECT
9043 #$d_socket HAS_SOCKET
9044 #include <sys/types.h>
9045 #ifdef HAS_SOCKET
9046 #include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
9047 #endif
9048 #ifdef I_SYS_TIME
9049 #include <sys/time.h>
9050 #endif
9051 #ifdef I_SYS_SELECT
9052 #include <sys/select.h>
9053 #endif
9054 int main() {
9055         fd_set fds;
9056
9057 #ifdef TRYBITS
9058         if(fds.fds_bits);
9059 #endif
9060
9061 #if defined(FD_SET) && defined(FD_CLR) && defined(FD_ISSET) && defined(FD_ZERO)
9062         exit(0);
9063 #else
9064         exit(1);
9065 #endif
9066 }
9067 EOCP
9068 set fd_set -DTRYBITS
9069 if eval $compile; then
9070         d_fds_bits="$define"
9071         d_fd_set="$define"
9072         echo "Well, your system knows about the normal fd_set typedef..." >&4
9073         if ./fd_set; then
9074                 echo "and you have the normal fd_set macros (just as I'd expect)." >&4
9075                 d_fd_macros="$define"
9076         else
9077                 $cat >&4 <<'EOM'
9078 but not the normal fd_set macros!  Gaaack!  I'll have to cover for you.
9079 EOM
9080                 d_fd_macros="$undef"
9081         fi
9082 else
9083         $cat <<'EOM'
9084 Hmm, your compiler has some difficulty with fd_set.  Checking further...
9085 EOM
9086         set fd_set
9087         if eval $compile; then
9088                 d_fds_bits="$undef"
9089                 d_fd_set="$define"
9090                 echo "Well, your system has some sort of fd_set available..." >&4
9091                 if ./fd_set; then
9092                         echo "and you have the normal fd_set macros." >&4
9093                         d_fd_macros="$define"
9094                 else
9095                         $cat <<'EOM'
9096 but not the normal fd_set macros!  Gross!  More work for me...
9097 EOM
9098                         d_fd_macros="$undef"
9099                 fi
9100         else
9101         echo "Well, you got zip.  That's OK, I can roll my own fd_set stuff." >&4
9102                 d_fd_set="$undef"
9103                 d_fds_bits="$undef"
9104                 d_fd_macros="$undef"
9105         fi
9106 fi
9107 $rm -f fd_set*
9108
9109 : see if fgetpos exists
9110 set fgetpos d_fgetpos
9111 eval $inlibc
9112
9113 : see if flock exists
9114 set flock d_flock
9115 eval $inlibc
9116
9117 : see if fork exists
9118 set fork d_fork
9119 eval $inlibc
9120
9121 : see if pathconf exists
9122 set pathconf d_pathconf
9123 eval $inlibc
9124
9125 : see if fpathconf exists
9126 set fpathconf d_fpathconf
9127 eval $inlibc
9128
9129
9130 : check for fpos64_t
9131 echo " "
9132 echo "Checking to see if you have fpos64_t..." >&4
9133 $cat >try.c <<EOCP
9134 #include <stdio.h>
9135 int main() { fpos64_t x = 7; }
9136 EOCP
9137 set try
9138 if eval $compile; then
9139         val="$define"
9140         echo "You have fpos64_t."
9141 else
9142         val="$undef"
9143         echo "You do not have fpos64_t."
9144         case "$fpossize" in
9145         8) echo "(Your fpos_t is 64 bits, so you could use that.)" ;;
9146         esac
9147 fi
9148 $rm -f try.* try
9149 set d_fpos64_t
9150 eval $setvar
9151
9152 : see if frexpl exists
9153 set frexpl d_frexpl
9154 eval $inlibc
9155
9156 hasstruct='varname=$1; struct=$2; shift; shift;
9157 while $test $# -ge 2; do
9158         case "$1" in
9159         $define) echo "#include <$2>";;
9160         esac ;
9161     shift 2;
9162 done > try.c;
9163 echo "int main () { struct $struct foo; }" >> try.c;
9164 set try;
9165 if eval $compile; then
9166         val="$define";
9167 else
9168         val="$undef";
9169 fi;
9170 set $varname;
9171 eval $setvar;
9172 $rm -f try.c try.o'
9173
9174 : see if this is a sys/param system
9175 set sys/param.h i_sysparam
9176 eval $inhdr
9177
9178 : see if this is a sys/mount.h system
9179 set sys/mount.h i_sysmount
9180 eval $inhdr
9181
9182 : see if sys/types.h has to be included
9183 set sys/types.h i_systypes
9184 eval $inhdr
9185
9186
9187 echo " "
9188 echo "Checking to see if your system supports struct fs_data..." >&4
9189 set d_fs_data_s fs_data $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h
9190 eval $hasstruct
9191 case "$d_fs_data_s" in
9192 "$define")      echo "Yes, it does."   ;;
9193 *)              echo "No, it doesn't." ;;
9194 esac
9195
9196 : see if fseeko exists
9197 set fseeko d_fseeko
9198 eval $inlibc
9199 case "$longsize" in
9200 8) echo "(Your long is 64 bits, so you could use fseek.)" ;;
9201 esac
9202
9203 : see if fsetpos exists
9204 set fsetpos d_fsetpos
9205 eval $inlibc
9206
9207
9208 : see if fstatfs exists
9209 set fstatfs d_fstatfs
9210 eval $inlibc
9211
9212
9213 : see if statvfs exists
9214 set statvfs d_statvfs
9215 eval $inlibc
9216
9217 : see if fstatvfs exists
9218 set fstatvfs d_fstatvfs
9219 eval $inlibc
9220
9221
9222 : see if ftello exists
9223 set ftello d_ftello
9224 eval $inlibc
9225 case "$longsize" in
9226 8) echo "(Your long is 64 bits, so you could use ftell.)" ;;
9227 esac
9228
9229 : see if getcwd exists
9230 set getcwd d_getcwd
9231 eval $inlibc
9232
9233 : see if getespwnam exists
9234 set getespwnam d_getespwnam
9235 eval $inlibc
9236
9237
9238 : see if getfsstat exists
9239 set getfsstat d_getfsstat
9240 eval $inlibc
9241
9242 : see if getgrent exists
9243 set getgrent d_getgrent
9244 eval $inlibc
9245
9246 : see if gethostbyaddr exists
9247 set gethostbyaddr d_gethbyaddr
9248 eval $inlibc
9249
9250 : see if gethostbyname exists
9251 set gethostbyname d_gethbyname
9252 eval $inlibc
9253
9254 : see if gethostent exists
9255 set gethostent d_gethent
9256 eval $inlibc
9257
9258 : see how we will look up host name
9259 echo " "
9260 call=''
9261 if set gethostname val -f d_gethname; eval $csym; $val; then
9262         echo 'gethostname() found.' >&4
9263         d_gethname="$define"
9264         call=gethostname
9265 fi
9266 if set uname val -f d_uname; eval $csym; $val; then
9267         if ./xenix; then
9268                 $cat <<'EOM'
9269 uname() was found, but you're running xenix, and older versions of xenix
9270 have a broken uname(). If you don't really know whether your xenix is old
9271 enough to have a broken system call, use the default answer.
9272
9273 EOM
9274                 dflt=y
9275                 case "$d_uname" in
9276                 "$define") dflt=n;;
9277                 esac
9278                 rp='Is your uname() broken?'
9279                 . ./myread
9280                 case "$ans" in
9281                 n*) d_uname="$define"; call=uname;;
9282                 esac
9283         else
9284                 echo 'uname() found.' >&4
9285                 d_uname="$define"
9286                 case "$call" in
9287                 '') call=uname ;;
9288                 esac
9289         fi
9290 fi
9291 case "$d_gethname" in
9292 '') d_gethname="$undef";;
9293 esac
9294 case "$d_uname" in
9295 '') d_uname="$undef";;
9296 esac
9297 case "$d_uname$d_gethname" in
9298 *define*)
9299         dflt=n
9300         cat <<EOM
9301  
9302 Every now and then someone has a $call() that lies about the hostname
9303 but can't be fixed for political or economic reasons.  If you wish, I can
9304 pretend $call() isn't there and maybe compute hostname at run-time
9305 thanks to the '$phostname' command.
9306
9307 EOM
9308         rp="Shall I ignore $call() from now on?"
9309         . ./myread
9310         case "$ans" in
9311         y*) d_uname="$undef" d_gethname="$undef"; $echo $n "Okay...$c";;
9312         esac;;
9313 esac
9314 case "$phostname" in
9315 '') aphostname='';;
9316 *) case "$aphostname" in
9317         /*) ;;
9318         *) set X $phostname
9319                 shift
9320                 file=$1
9321                 shift
9322                 file=`./loc $file $file $pth`
9323                 aphostname=`echo $file $*`
9324                 ;;
9325         esac
9326         ;;
9327 esac
9328 case "$d_uname$d_gethname" in
9329 *define*) ;;
9330 *)
9331         case "$phostname" in
9332         '')
9333                 echo "There will be no way for $package to get your hostname." >&4;;
9334         *)
9335         echo "I'll use 'popen("'"'$aphostname'", "r")'"' to get your hostname." >&4
9336                 ;;
9337         esac;;
9338 esac
9339 case "$d_phostname" in
9340 '') d_phostname="$undef";;
9341 esac
9342
9343 : see if this is a netdb.h system
9344 set netdb.h i_netdb
9345 eval $inhdr
9346
9347 : see if prototypes for various gethostxxx netdb.h functions are available
9348 echo " "
9349 set d_gethostprotos gethostent $i_netdb netdb.h
9350 eval $hasproto
9351
9352 : see if getlogin exists
9353 set getlogin d_getlogin
9354 eval $inlibc
9355
9356 : see if getmnt exists
9357 set getmnt d_getmnt
9358 eval $inlibc
9359
9360 : see if getmntent exists
9361 set getmntent d_getmntent
9362 eval $inlibc
9363
9364 : see if getnetbyaddr exists
9365 set getnetbyaddr d_getnbyaddr
9366 eval $inlibc
9367
9368 : see if getnetbyname exists
9369 set getnetbyname d_getnbyname
9370 eval $inlibc
9371
9372 : see if getnetent exists
9373 set getnetent d_getnent
9374 eval $inlibc
9375
9376 : see if prototypes for various getnetxxx netdb.h functions are available
9377 echo " "
9378 set d_getnetprotos getnetent $i_netdb netdb.h
9379 eval $hasproto
9380
9381
9382 : see if getprotobyname exists
9383 set getprotobyname d_getpbyname
9384 eval $inlibc
9385
9386 : see if getprotobynumber exists
9387 set getprotobynumber d_getpbynumber
9388 eval $inlibc
9389
9390 : see if getprotoent exists
9391 set getprotoent d_getpent
9392 eval $inlibc
9393
9394 : see if getpgid exists
9395 set getpgid d_getpgid
9396 eval $inlibc
9397
9398 : see if getpgrp2 exists
9399 set getpgrp2 d_getpgrp2
9400 eval $inlibc
9401
9402 : see if getppid exists
9403 set getppid d_getppid
9404 eval $inlibc
9405
9406 : see if getpriority exists
9407 set getpriority d_getprior
9408 eval $inlibc
9409
9410 : see if prototypes for various getprotoxxx netdb.h functions are available
9411 echo " "
9412 set d_getprotoprotos getprotoent $i_netdb netdb.h
9413 eval $hasproto
9414
9415 : see if getprpwnam exists
9416 set getprpwnam d_getprpwnam
9417 eval $inlibc
9418
9419 : see if getpwent exists
9420 set getpwent d_getpwent
9421 eval $inlibc
9422
9423
9424 : see if getservbyname exists
9425 set getservbyname d_getsbyname
9426 eval $inlibc
9427
9428 : see if getservbyport exists
9429 set getservbyport d_getsbyport
9430 eval $inlibc
9431
9432 : see if getservent exists
9433 set getservent d_getsent
9434 eval $inlibc
9435
9436 : see if prototypes for various getservxxx netdb.h functions are available
9437 echo " "
9438 set d_getservprotos getservent $i_netdb netdb.h
9439 eval $hasproto
9440
9441 : see if getspnam exists
9442 set getspnam d_getspnam
9443 eval $inlibc
9444
9445 : see if gettimeofday or ftime exists
9446 set gettimeofday d_gettimeod
9447 eval $inlibc
9448 case "$d_gettimeod" in
9449 "$undef")
9450         set ftime d_ftime 
9451         eval $inlibc
9452         ;;
9453 *)
9454         val="$undef"; set d_ftime; eval $setvar
9455         ;;
9456 esac
9457 case "$d_gettimeod$d_ftime" in
9458 "$undef$undef")
9459         echo " "
9460         echo 'No ftime() nor gettimeofday() -- timing may be less accurate.' >&4
9461         ;;
9462 esac
9463
9464 : see if this is an grp system
9465 set grp.h i_grp
9466 eval $inhdr
9467
9468 case "$i_grp" in
9469 $define)
9470         xxx=`./findhdr grp.h`
9471         $cppstdin $cppflags $cppminus < $xxx >$$.h
9472
9473         if $contains 'gr_passwd' $$.h >/dev/null 2>&1; then
9474                 val="$define"
9475         else
9476                 val="$undef"
9477         fi
9478         set d_grpasswd
9479         eval $setvar
9480
9481         $rm -f $$.h
9482         ;;
9483 *)
9484         val="$undef";
9485         set d_grpasswd; eval $setvar
9486         ;;
9487 esac
9488
9489 : see if hasmntopt exists
9490 set hasmntopt d_hasmntopt
9491 eval $inlibc
9492
9493 : see if this is a netinet/in.h or sys/in.h system
9494 set netinet/in.h i_niin sys/in.h i_sysin
9495 eval $inhdr
9496
9497 : see if arpa/inet.h has to be included
9498 set arpa/inet.h i_arpainet
9499 eval $inhdr
9500
9501 : see if htonl --and friends-- exists
9502 val=''
9503 set htonl val
9504 eval $inlibc
9505
9506 : Maybe they are macros.
9507 case "$val" in
9508 $undef)
9509         $cat >htonl.c <<EOM
9510 #include <stdio.h>
9511 #include <sys/types.h>
9512 #$i_niin I_NETINET_IN
9513 #$i_sysin I_SYS_IN
9514 #$i_arpainet I_ARPA_INET
9515 #ifdef I_NETINET_IN
9516 #include <netinet/in.h>
9517 #endif
9518 #ifdef I_SYS_IN
9519 #include <sys/in.h>
9520 #endif
9521 #ifdef I_ARPA_INET
9522 #include <arpa/inet.h>
9523 #endif
9524 #ifdef htonl
9525 printf("Defined as a macro.");
9526 #endif
9527 EOM
9528         $cppstdin $cppflags $cppminus < htonl.c >htonl.E 2>/dev/null
9529         if $contains 'Defined as a macro' htonl.E >/dev/null 2>&1; then
9530                 val="$define"
9531                 echo "But it seems to be defined as a macro." >&4
9532         fi
9533         $rm -f htonl.?
9534         ;;
9535 esac
9536 set d_htonl
9537 eval $setvar
9538
9539 : see if iconv exists
9540 set iconv d_iconv
9541 eval $inlibc
9542
9543 : index or strchr
9544 echo " "
9545 if set index val -f; eval $csym; $val; then
9546         if set strchr val -f d_strchr; eval $csym; $val; then
9547                 if $contains strchr "$strings" >/dev/null 2>&1 ; then
9548                         val="$define"
9549                         vali="$undef"
9550                         echo "strchr() found." >&4
9551                 else
9552                         val="$undef"
9553                         vali="$define"
9554                         echo "index() found." >&4
9555                 fi
9556         else
9557                 val="$undef"
9558                 vali="$define"
9559                 echo "index() found." >&4
9560         fi
9561 else
9562         if set strchr val -f d_strchr; eval $csym; $val; then
9563                 val="$define"
9564                 vali="$undef"
9565                 echo "strchr() found." >&4
9566         else
9567                 echo "No index() or strchr() found!" >&4
9568                 val="$undef"
9569                 vali="$undef"
9570         fi
9571 fi
9572 set d_strchr; eval $setvar
9573 val="$vali"
9574 set d_index; eval $setvar
9575
9576 : check whether inet_aton exists
9577 set inet_aton d_inetaton
9578 eval $inlibc
9579
9580 : see if inttypes.h is available
9581 : we want a real compile instead of Inhdr because some systems
9582 : have an inttypes.h which includes non-existent headers
9583 echo " "
9584 $cat >try.c <<EOCP
9585 #include <inttypes.h>
9586 int main() {
9587         static int32_t foo32 = 0x12345678;
9588 }
9589 EOCP
9590 set try
9591 if eval $compile; then
9592         echo "<inttypes.h> found." >&4
9593         val="$define"
9594 else
9595         echo "<inttypes.h> NOT found." >&4
9596         val="$undef"
9597 fi
9598 $rm -f try.c try
9599 set i_inttypes
9600 eval $setvar
9601
9602 : check for int64_t
9603 echo " "
9604 echo "Checking to see if you have int64_t..." >&4
9605 $cat >try.c <<EOCP
9606 #include <sys/types.h>
9607 #$i_inttypes I_INTTYPES
9608 #ifdef I_INTTYPES
9609 #include <inttypes.h>
9610 #endif
9611 int main() { int64_t x = 7; }
9612 EOCP
9613 set try
9614 if eval $compile; then
9615         val="$define"
9616         echo "You have int64_t."
9617 else
9618         val="$undef"
9619         echo "You do not have int64_t."
9620 fi
9621 $rm -f try try.*
9622 set d_int64_t
9623 eval $setvar
9624
9625 : Look for isascii
9626 echo " "
9627 $cat >isascii.c <<'EOCP'
9628 #include <stdio.h>
9629 #include <ctype.h>
9630 int main() {
9631         int c = 'A';
9632         if (isascii(c))
9633                 exit(0);
9634         else
9635                 exit(1);
9636 }
9637 EOCP
9638 set isascii
9639 if eval $compile; then
9640         echo "isascii() found." >&4
9641         val="$define"
9642 else
9643         echo "isascii() NOT found." >&4
9644         val="$undef"
9645 fi
9646 set d_isascii
9647 eval $setvar
9648 $rm -f isascii*
9649
9650 : see if isnan exists
9651 set isnan d_isnan
9652 eval $inlibc
9653
9654 : see if isnanl exists
9655 set isnanl d_isnanl
9656 eval $inlibc
9657
9658 : see if killpg exists
9659 set killpg d_killpg
9660 eval $inlibc
9661
9662 : see if lchown exists
9663 echo " "
9664 $cat > try.c <<'EOCP'
9665 /* System header to define __stub macros and hopefully few prototypes,
9666     which can conflict with char lchown(); below.  */
9667 #include <assert.h>
9668 /* Override any gcc2 internal prototype to avoid an error.  */
9669 /* We use char because int might match the return type of a gcc2
9670    builtin and then its argument prototype would still apply.  */
9671 char lchown();
9672 int main() {
9673     /*  The GNU C library defines this for functions which it implements
9674         to always fail with ENOSYS.  Some functions are actually named
9675         something starting with __ and the normal name is an alias.  */
9676 #if defined (__stub_lchown) || defined (__stub___lchown)
9677 choke me
9678 #else
9679 lchown();
9680 #endif
9681 ; return 0; }
9682 EOCP
9683 set try
9684 if eval $compile; then
9685     $echo "lchown() found." >&4
9686     val="$define"
9687 else
9688     $echo "lchown() NOT found." >&4
9689     val="$undef"
9690 fi
9691 set d_lchown
9692 eval $setvar
9693
9694 : See if number of significant digits in a double precision number is known
9695 echo " "
9696 $cat >ldbl_dig.c <<EOM
9697 #$i_limits I_LIMITS
9698 #$i_float I_FLOAT
9699 #ifdef I_LIMITS
9700 #include <limits.h>
9701 #endif
9702 #ifdef I_FLOAT
9703 #include <float.h>
9704 #endif
9705 #ifdef LDBL_DIG
9706 printf("Contains LDBL_DIG");
9707 #endif
9708 EOM
9709 $cppstdin $cppflags $cppminus < ldbl_dig.c >ldbl_dig.E 2>/dev/null
9710 if $contains 'LDBL_DIG' ldbl_dig.E >/dev/null 2>&1; then
9711         echo "LDBL_DIG found." >&4
9712         val="$define"
9713 else
9714         echo "LDBL_DIG NOT found." >&4
9715         val="$undef"
9716 fi
9717 $rm -f ldbl_dig.?
9718 set d_ldbl_dig
9719 eval $setvar
9720
9721 : see if link exists
9722 set link d_link
9723 eval $inlibc
9724
9725 : see if localeconv exists
9726 set localeconv d_locconv
9727 eval $inlibc
9728
9729 : see if lockf exists
9730 set lockf d_lockf
9731 eval $inlibc
9732
9733 : check for long long
9734 echo " "
9735 echo "Checking to see if you have long long..." >&4
9736 echo 'int main() { long long x = 7; return 0; }' > try.c
9737 set try
9738 if eval $compile; then
9739         val="$define"
9740         echo "You have long long."
9741 else
9742         val="$undef"
9743         echo "You do not have long long."
9744 fi
9745 $rm try.*
9746 set d_longlong
9747 eval $setvar
9748
9749 : check for length of long long
9750 case "${d_longlong}${longlongsize}" in
9751 $define)
9752         echo " "
9753         echo "Checking to see how big your long longs are..." >&4
9754         $cat >try.c <<'EOCP'
9755 #include <stdio.h>
9756 int main()
9757 {
9758     printf("%d\n", (int)sizeof(long long));
9759     return(0);
9760 }
9761 EOCP
9762         set try
9763         if eval $compile_ok; then
9764                 longlongsize=`./try$exe_ext`
9765                 echo "Your long longs are $longlongsize bytes long."
9766         else
9767                 dflt='8'
9768                 echo " "
9769                 echo "(I can't seem to compile the test program.  Guessing...)"
9770                 rp="What is the size of a long long (in bytes)?"
9771                 . ./myread
9772                 longlongsize="$ans"
9773         fi
9774         if $test "X$longsize" = "X$longlongsize"; then
9775                 echo "(That isn't any different from an ordinary long.)"
9776         fi      
9777         ;;
9778 esac
9779 $rm -f try.* try
9780
9781 : see if prototype for lseek is available
9782 echo " "
9783 set d_lseekproto lseek $i_systypes sys/types.h $i_unistd unistd.h
9784 eval $hasproto
9785
9786 : see if lstat exists
9787 set lstat d_lstat
9788 eval $inlibc
9789
9790 : see if madvise exists
9791 set madvise d_madvise
9792 eval $inlibc
9793
9794 : see if mblen exists
9795 set mblen d_mblen
9796 eval $inlibc
9797
9798 : see if mbstowcs exists
9799 set mbstowcs d_mbstowcs
9800 eval $inlibc
9801
9802 : see if mbtowc exists
9803 set mbtowc d_mbtowc
9804 eval $inlibc
9805
9806 : see if memchr exists
9807 set memchr d_memchr
9808 eval $inlibc
9809
9810 : see if memcmp exists
9811 set memcmp d_memcmp
9812 eval $inlibc
9813
9814 : see if memcpy exists
9815 set memcpy d_memcpy
9816 eval $inlibc
9817
9818 : see if memmove exists
9819 set memmove d_memmove
9820 eval $inlibc
9821
9822 : see if memset exists
9823 set memset d_memset
9824 eval $inlibc
9825
9826 : see if mkdir exists
9827 set mkdir d_mkdir
9828 eval $inlibc
9829
9830 : see if mkdtemp exists
9831 set mkdtemp d_mkdtemp
9832 eval $inlibc
9833
9834 : see if mkfifo exists
9835 set mkfifo d_mkfifo
9836 eval $inlibc
9837
9838 : see if mkstemp exists
9839 set mkstemp d_mkstemp
9840 eval $inlibc
9841
9842 : see if mkstemps exists
9843 set mkstemps d_mkstemps
9844 eval $inlibc
9845
9846 : see if mktime exists
9847 set mktime d_mktime
9848 eval $inlibc
9849
9850 : see if this is a sys/mman.h system
9851 set sys/mman.h i_sysmman
9852 eval $inhdr
9853
9854 : see if mmap exists
9855 set mmap d_mmap
9856 eval $inlibc
9857 : see what shmat returns
9858 : default to something harmless
9859 mmaptype='void *'
9860 case "$i_sysmman$d_mmap" in
9861 "$define$define")
9862         $cat >mmap.c <<'END'
9863 #include <sys/mman.h>
9864 void *mmap();
9865 END
9866         if $cc $ccflags -c mmap.c >/dev/null 2>&1; then
9867                 mmaptype='void *'
9868         else
9869                 mmaptype='caddr_t'
9870         fi
9871         echo "and it returns ($mmaptype)." >&4
9872         ;;
9873 esac
9874
9875
9876
9877 : see if modfl exists
9878 set modfl d_modfl
9879 eval $inlibc
9880
9881 : see if mprotect exists
9882 set mprotect d_mprotect
9883 eval $inlibc
9884
9885 : see if msgctl exists
9886 set msgctl d_msgctl
9887 eval $inlibc
9888
9889 : see if msgget exists
9890 set msgget d_msgget
9891 eval $inlibc
9892
9893 : see if msgsnd exists
9894 set msgsnd d_msgsnd
9895 eval $inlibc
9896
9897 : see if msgrcv exists
9898 set msgrcv d_msgrcv
9899 eval $inlibc
9900
9901 : see how much of the 'msg*(2)' library is present.
9902 h_msg=true
9903 echo " "
9904 case "$d_msgctl$d_msgget$d_msgsnd$d_msgrcv" in
9905 *"$undef"*) h_msg=false;;
9906 esac
9907 case "$osname" in
9908 freebsd)
9909     case "`ipcs 2>&1`" in
9910     "SVID messages"*"not configured"*)
9911         echo "Your $osname does not have the msg*(2) configured." >&4
9912         h_msg=false
9913         val="$undef"
9914         set msgctl d_msgctl
9915         eval $setvar
9916         set msgget d_msgget
9917         eval $setvar
9918         set msgsnd d_msgsnd
9919         eval $setvar
9920         set msgrcv d_msgrcv
9921         eval $setvar
9922         ;;
9923     esac
9924     ;;
9925 esac
9926 : we could also check for sys/ipc.h ...
9927 if $h_msg && $test `./findhdr sys/msg.h`; then
9928         echo "You have the full msg*(2) library." >&4
9929         val="$define"
9930 else
9931         echo "You don't have the full msg*(2) library." >&4
9932         val="$undef"
9933 fi
9934 set d_msg
9935 eval $setvar
9936
9937 : see if msync exists
9938 set msync d_msync
9939 eval $inlibc
9940
9941 : see if munmap exists
9942 set munmap d_munmap
9943 eval $inlibc
9944
9945 : see if nice exists
9946 set nice d_nice
9947 eval $inlibc
9948
9949
9950 echo " "
9951 echo "Checking which 64-bit integer type we could use..." >&4
9952
9953 case "$intsize" in
9954 8) val=int
9955    set quadtype
9956    eval $setvar
9957    val='"unsigned int"'
9958    set uquadtype
9959    eval $setvar
9960    quadkind=1
9961    ;;
9962 *) case "$longsize" in
9963    8) val=long
9964       set quadtype
9965       eval $setvar
9966       val='"unsigned long"'
9967       set uquadtype
9968       eval $setvar
9969       quadkind=2
9970       ;;
9971    *) case "$d_longlong:$longlongsize" in
9972       define:8)
9973         val='"long long"'
9974         set quadtype
9975         eval $setvar
9976         val='"unsigned long long"'
9977         set uquadtype
9978         eval $setvar
9979         quadkind=3
9980         ;;
9981       *) case "$d_int64_t" in
9982          define)
9983            val=int64_t
9984            set quadtype
9985            eval $setvar
9986            val=uint64_t
9987            set uquadtype
9988            eval $setvar
9989            quadkind=4
9990            ;;
9991          esac
9992          ;;
9993       esac
9994       ;;
9995    esac
9996    ;;
9997 esac
9998
9999 case "$quadtype" in
10000 '')     echo "Alas, no 64-bit integer types in sight." >&4
10001         d_quad="$undef"
10002         ;;
10003 *)      if test X"$use64bitint" = Xdefine -o X"$longsize" = X8; then
10004             verb="will"
10005         else
10006             verb="could"
10007         fi
10008         echo "We $verb use '$quadtype' for 64-bit integers." >&4
10009         d_quad="$define"
10010         ;;
10011 esac
10012
10013 : check for length of character
10014 echo " "
10015 case "$charsize" in
10016 '')
10017         echo "Checking to see how big your characters are (hey, you never know)..." >&4
10018         $cat >try.c <<'EOCP'
10019 #include <stdio.h>
10020 int main()
10021 {
10022     printf("%d\n", (int)sizeof(char));
10023     exit(0);
10024 }
10025 EOCP
10026         set try
10027         if eval $compile_ok; then
10028                 dflt=`./try`
10029         else
10030                 dflt='1'
10031                 echo "(I can't seem to compile the test program.  Guessing...)"
10032         fi
10033         ;;
10034 *)
10035         dflt="$charsize"
10036         ;;
10037 esac
10038 rp="What is the size of a character (in bytes)?"
10039 . ./myread
10040 charsize="$ans"
10041 $rm -f try.c try
10042
10043
10044 echo " "
10045 $echo "Choosing the C types to be used for Perl's internal types..." >&4
10046
10047 case "$use64bitint:$d_quad:$quadtype" in
10048 define:define:?*)
10049         ivtype="$quadtype"
10050         uvtype="$uquadtype"
10051         ivsize=8
10052         uvsize=8
10053         ;;
10054 *)      ivtype="long"
10055         uvtype="unsigned long"
10056         ivsize=$longsize
10057         uvsize=$longsize
10058         ;;
10059 esac
10060
10061 case "$uselongdouble:$d_longdbl" in
10062 define:define)
10063         nvtype="long double"
10064         nvsize=$longdblsize
10065         ;;
10066 *)      nvtype=double
10067         nvsize=$doublesize
10068         ;;
10069 esac
10070
10071 $echo "(IV will be "$ivtype", $ivsize bytes)"
10072 $echo "(UV will be "$uvtype", $uvsize bytes)"
10073 $echo "(NV will be "$nvtype", $nvsize bytes)"
10074
10075 $cat >try.c <<EOCP
10076 #$i_inttypes I_INTTYPES
10077 #ifdef I_INTTYPES
10078 #include <inttypes.h>
10079 #endif
10080 #include <stdio.h>
10081 int main() {
10082 #ifdef INT8
10083    int8_t i =  INT8_MAX;
10084   uint8_t u = UINT8_MAX;
10085   printf("int8_t\n");
10086 #endif
10087 #ifdef INT16
10088    int16_t i =  INT16_MAX;
10089   uint16_t i = UINT16_MAX;
10090   printf("int16_t\n");
10091 #endif
10092 #ifdef INT32
10093    int32_t i =  INT32_MAX;
10094   uint32_t u = UINT32_MAX;
10095   printf("int32_t\n");
10096 #endif
10097 }
10098 EOCP
10099
10100 case "$i8type" in
10101 '')     case "$charsize" in
10102         1)      i8type=char
10103                 u8type="unsigned char"
10104                 i8size=$charsize
10105                 u8size=$charsize
10106                 ;;
10107         esac
10108         ;;
10109 esac
10110 case "$i8type" in
10111 '')     set try -DINT8
10112         if eval $compile; then
10113                 case "`./try$exe_ext`" in
10114                 int8_t) i8type=int8_t
10115                         u8type=uint8_t
10116                         i8size=1
10117                         u8size=1
10118                         ;;
10119                 esac
10120         fi
10121         ;;
10122 esac
10123 case "$i8type" in
10124 '')     if $test $charsize -ge 1; then
10125                 i8type=char
10126                 u8type="unsigned char"
10127                 i8size=$charsize
10128                 u8size=$charsize
10129         fi
10130         ;;
10131 esac
10132
10133 case "$i16type" in
10134 '')     case "$shortsize" in
10135         2)      i16type=short
10136                 u16type="unsigned short"
10137                 i16size=$shortsize
10138                 u16size=$shortsize
10139                 ;;
10140         esac
10141         ;;
10142 esac
10143 case "$i16type" in
10144 '')     set try -DINT16
10145         if eval $compile; then
10146                 case "`./try$exe_ext`" in
10147                 int16_t)
10148                         i16type=int16_t
10149                         u16type=uint16_t
10150                         i16size=2
10151                         u16size=2
10152                         ;;
10153                 esac
10154         fi
10155         ;;
10156 esac
10157 case "$i16type" in
10158 '')     if $test $shortsize -ge 2; then
10159                 i16type=short
10160                 u16type="unsigned short"
10161                 i16size=$shortsize
10162                 u16size=$shortsize
10163         fi
10164         ;;
10165 esac
10166
10167 case "$i32type" in
10168 '')     case "$longsize" in
10169         4)      i32type=long
10170                 u32type="unsigned long"
10171                 i32size=$longsize
10172                 u32size=$longsize
10173                 ;;
10174         *)      case "$intsize" in
10175                 4)      i32type=int
10176                         u32type="unsigned int"
10177                         i32size=$intsize
10178                         u32size=$intsize
10179                         ;;
10180                 esac
10181                 ;;
10182         esac
10183         ;;
10184 esac
10185 case "$i32type" in
10186 '')     set try -DINT32
10187         if eval $compile; then
10188                 case "`./try$exe_ext`" in
10189                 int32_t)
10190                         i32type=int32_t
10191                         u32type=uint32_t
10192                         i32size=4
10193                         u32size=4
10194                         ;;
10195                 esac
10196         fi
10197         ;;
10198 esac
10199 case "$i32type" in
10200 '')     if $test $intsize -ge 4; then
10201                 i32type=int
10202                 u32type="unsigned int"
10203                 i32size=$intsize
10204                 u32size=$intsize
10205         fi
10206         ;;
10207 esac
10208
10209 case "$i64type" in
10210 '')     case "$d_quad:$quadtype" in
10211         define:?*)
10212                 i64type="$quadtype"
10213                 u64type="$uquadtype"
10214                 i64size=8
10215                 u64size=8
10216                 ;;
10217         esac
10218         ;;
10219 esac
10220
10221 $echo "Checking whether your NVs can preserve your UVs..." >&4
10222 $cat <<EOP >try.c
10223 #include <stdio.h>
10224 int main() {
10225     $uvtype k = ($uvtype)~0, l;
10226     $nvtype d;
10227     l = k;
10228     d = ($nvtype)l;
10229     l = ($uvtype)d;
10230     if (l == k)
10231        printf("preserve\n");
10232     exit(0);
10233 }
10234 EOP
10235 set try
10236 if eval $compile; then
10237         case "`./try$exe_ext`" in
10238         preserve) d_nv_preserves_uv="$define" ;;
10239         esac
10240 fi      
10241 case "$d_nv_preserves_uv" in
10242 $define) $echo "Yes, they can."  2>&1 ;;
10243 *)       $echo "No, they can't." 2>&1
10244          d_nv_preserves_uv="$undef"
10245          ;;
10246 esac
10247
10248 $rm -f try.* try
10249
10250 case "$d_nv_preserves_uv" in
10251 "$define") d_nv_preserves_uv_bits=`expr $uvsize \* 8` ;;
10252 *)      $echo "Checking how many bits of your UVs your NVs can preserve..." >&4
10253         $cat <<EOP >try.c
10254 #include <stdio.h>
10255 int main() {
10256     $uvtype u = 0;
10257     int     n = 8 * $uvsize;
10258     int     i;
10259     for (i = 0; i < n; i++) {
10260       u = u << 1 | ($uvtype)1;
10261       if (($uvtype)($nvtype)u != u)
10262         break;
10263     }
10264     printf("%d\n", i);
10265     exit(0);
10266 }
10267 EOP
10268         set try
10269         if eval $compile; then
10270                 d_nv_preserves_uv_bits="`./try$exe_ext`"
10271         fi
10272         case "$d_nv_preserves_uv_bits" in
10273         [1-9]*) $echo "Your NVs can preserve $d_nv_preserves_uv_bits bits of your UVs."  2>&1 ;;
10274         *)      $echo "Can't figure out how many bits your NVs preserve." 2>&1
10275                 d_nv_preserves_uv_bits="$undef"
10276                 ;;
10277         esac
10278         $rm -f try.* try
10279         ;;
10280 esac
10281
10282
10283 : check for off64_t
10284 echo " "
10285 echo "Checking to see if you have off64_t..." >&4
10286 $cat >try.c <<EOCP
10287 #include <sys/types.h>
10288 #include <unistd.h>
10289 int main() { off64_t x = 7; }
10290 EOCP
10291 set try
10292 if eval $compile; then
10293         val="$define"
10294         echo "You have off64_t."
10295 else
10296         val="$undef"
10297         echo "You do not have off64_t."
10298         case "$lseeksize" in
10299         8) echo "(Your off_t is 64 bits, so you could use that.)" ;;
10300         esac
10301 fi
10302 $rm -f try.* try
10303 set d_off64_t
10304 eval $setvar
10305
10306 : see if POSIX threads are available
10307 set pthread.h i_pthread
10308 eval $inhdr
10309
10310
10311
10312
10313 : how to create joinable pthreads
10314 if test "X$usethreads" = "X$define" -a "X$i_pthread" = "X$define"; then
10315         echo " "
10316         echo "Checking what constant to use for creating joinable pthreads..." >&4 
10317         $cat >try.c <<'EOCP'
10318 #include <pthread.h>
10319 int main() {
10320     int detachstate = JOINABLE;
10321 }
10322 EOCP
10323         set try -DJOINABLE=PTHREAD_CREATE_JOINABLE
10324         if eval $compile; then
10325                 echo "You seem to use PTHREAD_CREATE_JOINABLE." >&4
10326                 val="$undef" # Yes, undef.
10327                 set d_old_pthread_create_joinable
10328                 eval $setvar
10329                 val=""
10330                 set old_pthread_create_joinable
10331                 eval $setvar
10332         else
10333                 set try -DJOINABLE=PTHREAD_CREATE_UNDETACHED
10334                 if eval $compile; then
10335                         echo "You seem to use PTHREAD_CREATE_UNDETACHED." >&4
10336                         val="$define"
10337                         set d_old_pthread_create_joinable
10338                         eval $setvar
10339                         val=PTHREAD_CREATE_UNDETACHED
10340                         set old_pthread_create_joinable
10341                         eval $setvar
10342                 else            
10343                         set try -DJOINABLE=__UNDETACHED
10344                         if eval $compile; then
10345                                 echo "You seem to use __UNDETACHED." >&4
10346                                 val="$define"
10347                                 set d_old_pthread_create_joinable
10348                                 eval $setvar
10349                                 val=__UNDETACHED
10350                                 set old_pthread_create_joinable
10351                                 eval $setvar
10352                         else
10353                                 echo "Egads, nothing obvious found.  Guessing that you use 0." >&4
10354                                 val="$define"
10355                                 set d_old_pthread_create_joinable
10356                                 eval $setvar
10357                                 val=0
10358                                 set old_pthread_create_joinable
10359                                 eval $setvar
10360                         fi
10361                 fi
10362         fi
10363         $rm -f try try.*
10364 else
10365     d_old_pthread_create_joinable="$undef"
10366     old_pthread_create_joinable=""
10367 fi
10368
10369 : see if pause exists
10370 set pause d_pause
10371 eval $inlibc
10372
10373 : see if pipe exists
10374 set pipe d_pipe
10375 eval $inlibc
10376
10377 : see if poll exists
10378 set poll d_poll
10379 eval $inlibc
10380
10381
10382 : see whether the various POSIXish _yields exist
10383 $cat >try.c <<EOP
10384 #include <pthread.h>
10385 #include <stdio.h>
10386 int main() {
10387 #ifdef SCHED_YIELD
10388         sched_yield();
10389 #else
10390 #ifdef PTHREAD_YIELD
10391         pthread_yield();
10392 #else
10393 #ifdef PTHREAD_YIELD_NULL
10394         pthread_yield(NULL);
10395 #endif
10396 #endif
10397 #endif
10398 }
10399 EOP
10400 : see if sched_yield exists
10401 set try -DSCHED_YIELD
10402 if eval $compile; then
10403     val="$define"
10404     sched_yield='sched_yield()'
10405 else
10406     val="$undef"
10407 fi
10408 case "$usethreads" in
10409 $define)
10410         case "$val" in
10411         $define) echo 'sched_yield() found.' >&4        ;;
10412         *)       echo 'sched_yield() NOT found.' >&4    ;;
10413         esac
10414 esac
10415 set d_sched_yield
10416 eval $setvar
10417
10418 : see if pthread_yield exists
10419 set try -DPTHREAD_YIELD
10420 if eval $compile; then
10421     val="$define"
10422     case "$sched_yield" in
10423     '') sched_yield='pthread_yield()' ;;
10424     esac
10425 else
10426     set try -DPTHREAD_YIELD_NULL
10427     if eval $compile; then
10428         val="$define"
10429         case "$sched_yield" in
10430         '') sched_yield='pthread_yield(NULL)' ;;
10431         esac
10432     else
10433         val="$undef"
10434     fi
10435 fi
10436 case "$usethreads" in
10437 $define)
10438         case "$val" in
10439         $define) echo 'pthread_yield() found.' >&4      ;;
10440         *)       echo 'pthread_yield() NOT found.' >&4  ;;
10441         esac
10442         ;;
10443 esac
10444 set d_pthread_yield
10445 eval $setvar
10446
10447 case "$sched_yield" in
10448 '') sched_yield=undef ;;
10449 esac
10450
10451 $rm -f try try.*
10452
10453 : see if this is a pwd.h system
10454 set pwd.h i_pwd
10455 eval $inhdr
10456
10457 case "$i_pwd" in
10458 $define)
10459         xxx=`./findhdr pwd.h`
10460         $cppstdin $cppflags $cppminus < $xxx >$$.h
10461
10462         if $contains 'pw_quota' $$.h >/dev/null 2>&1; then
10463                 val="$define"
10464         else
10465                 val="$undef"
10466         fi
10467         set d_pwquota
10468         eval $setvar
10469
10470         if $contains 'pw_age' $$.h >/dev/null 2>&1; then
10471                 val="$define"
10472         else
10473                 val="$undef"
10474         fi
10475         set d_pwage
10476         eval $setvar
10477
10478         if $contains 'pw_change' $$.h >/dev/null 2>&1; then
10479                 val="$define"
10480         else
10481                 val="$undef"
10482         fi
10483         set d_pwchange
10484         eval $setvar
10485
10486         if $contains 'pw_class' $$.h >/dev/null 2>&1; then
10487                 val="$define"
10488         else
10489                 val="$undef"
10490         fi
10491         set d_pwclass
10492         eval $setvar
10493
10494         if $contains 'pw_expire' $$.h >/dev/null 2>&1; then
10495                 val="$define"
10496         else
10497                 val="$undef"
10498         fi
10499         set d_pwexpire
10500         eval $setvar
10501
10502         if $contains 'pw_comment' $$.h >/dev/null 2>&1; then
10503                 val="$define"
10504         else
10505                 val="$undef"
10506         fi
10507         set d_pwcomment
10508         eval $setvar
10509
10510         if $contains 'pw_gecos' $$.h >/dev/null 2>&1; then
10511                 val="$define"
10512         else
10513                 val="$undef"
10514         fi
10515         set d_pwgecos
10516         eval $setvar
10517
10518         if $contains 'pw_passwd' $$.h >/dev/null 2>&1; then
10519                 val="$define"
10520         else
10521                 val="$undef"
10522         fi
10523         set d_pwpasswd
10524         eval $setvar
10525
10526         $rm -f $$.h
10527         ;;
10528 *)
10529         val="$undef"; 
10530         set d_pwquota; eval $setvar
10531         set d_pwage; eval $setvar
10532         set d_pwchange; eval $setvar
10533         set d_pwclass; eval $setvar
10534         set d_pwexpire; eval $setvar
10535         set d_pwcomment; eval $setvar
10536         set d_pwgecos; eval $setvar
10537         set d_pwpasswd; eval $setvar
10538         ;;
10539 esac
10540
10541 : see if readdir and friends exist
10542 set readdir d_readdir
10543 eval $inlibc
10544 set seekdir d_seekdir
10545 eval $inlibc
10546 set telldir d_telldir
10547 eval $inlibc
10548 set rewinddir d_rewinddir
10549 eval $inlibc
10550
10551 : see if readlink exists
10552 set readlink d_readlink
10553 eval $inlibc
10554
10555 : see if rename exists
10556 set rename d_rename
10557 eval $inlibc
10558
10559 : see if rmdir exists
10560 set rmdir d_rmdir
10561 eval $inlibc
10562
10563 : see if memory.h is available.
10564 val=''
10565 set memory.h val
10566 eval $inhdr
10567
10568 : See if it conflicts with string.h
10569 case "$val" in
10570 $define)
10571         case "$strings" in
10572         '') ;;
10573         *)
10574                 $cppstdin $cppflags $cppminus < $strings > mem.h
10575                 if $contains 'memcpy' mem.h >/dev/null 2>&1; then
10576                         echo " "
10577                         echo "We won't be including <memory.h>."
10578                         val="$undef"
10579                 fi
10580                 $rm -f mem.h
10581                 ;;
10582         esac
10583 esac
10584 set i_memory
10585 eval $setvar
10586
10587 : can bcopy handle overlapping blocks?
10588 val="$undef"
10589 case "$d_bcopy" in
10590 "$define")
10591         echo " "
10592         echo "Checking to see if your bcopy() can do overlapping copies..." >&4
10593         $cat >try.c <<EOCP
10594 #$i_memory I_MEMORY
10595 #$i_stdlib I_STDLIB
10596 #$i_string I_STRING
10597 #$i_unistd I_UNISTD
10598 EOCP
10599         $cat >>try.c <<'EOCP'
10600 #include <stdio.h>
10601 #ifdef I_MEMORY
10602 #  include <memory.h>
10603 #endif
10604 #ifdef I_STDLIB
10605 #  include <stdlib.h>
10606 #endif
10607 #ifdef I_STRING
10608 #  include <string.h>
10609 #else
10610 #  include <strings.h>
10611 #endif
10612 #ifdef I_UNISTD
10613 #  include <unistd.h>  /* Needed for NetBSD */
10614 #endif
10615 int main()
10616 {
10617 char buf[128], abc[128];
10618 char *b;
10619 int len;
10620 int off;
10621 int align;
10622
10623 bcopy("abcdefghijklmnopqrstuvwxyz0123456789", abc, 36);
10624
10625 for (align = 7; align >= 0; align--) {
10626         for (len = 36; len; len--) {
10627                 b = buf+align;
10628                 bcopy(abc, b, len);
10629                 for (off = 1; off <= len; off++) {
10630                         bcopy(b, b+off, len);
10631                         bcopy(b+off, b, len);
10632                         if (bcmp(b, abc, len))
10633                                 exit(1);
10634                 }
10635         }
10636 }
10637 exit(0);
10638 }
10639 EOCP
10640         set try
10641         if eval $compile_ok; then
10642                 if ./try 2>/dev/null; then
10643                         echo "Yes, it can."
10644                         val="$define"
10645                 else
10646                         echo "It can't, sorry."
10647                         case "$d_memmove" in
10648                         "$define") echo "But that's Ok since you have memmove()." ;;
10649                         esac
10650                 fi
10651         else
10652                 echo "(I can't compile the test program, so we'll assume not...)"
10653                 case "$d_memmove" in
10654                 "$define") echo "But that's Ok since you have memmove()." ;;
10655                 esac
10656         fi
10657         ;;
10658 esac
10659 $rm -f try.* try core
10660 set d_safebcpy
10661 eval $setvar
10662
10663 : can memcpy handle overlapping blocks?
10664 val="$undef"
10665 case "$d_memcpy" in
10666 "$define")
10667         echo " "
10668         echo "Checking to see if your memcpy() can do overlapping copies..." >&4
10669         $cat >try.c <<EOCP
10670 #$i_memory I_MEMORY
10671 #$i_stdlib I_STDLIB
10672 #$i_string I_STRING
10673 #$i_unistd I_UNISTD
10674 EOCP
10675         $cat >>try.c <<'EOCP'
10676 #include <stdio.h>
10677 #ifdef I_MEMORY
10678 #  include <memory.h>
10679 #endif
10680 #ifdef I_STDLIB
10681 #  include <stdlib.h>
10682 #endif
10683 #ifdef I_STRING
10684 #  include <string.h>
10685 #else
10686 #  include <strings.h>
10687 #endif
10688 #ifdef I_UNISTD
10689 #  include <unistd.h>  /* Needed for NetBSD */
10690 #endif
10691 int main()
10692 {
10693 char buf[128], abc[128];
10694 char *b;
10695 int len;
10696 int off;
10697 int align;
10698
10699 /* Copy "abcde..." string to char abc[] so that gcc doesn't
10700    try to store the string in read-only memory. */
10701 memcpy(abc, "abcdefghijklmnopqrstuvwxyz0123456789", 36);
10702
10703 for (align = 7; align >= 0; align--) {
10704         for (len = 36; len; len--) {
10705                 b = buf+align;
10706                 memcpy(b, abc, len);
10707                 for (off = 1; off <= len; off++) {
10708                         memcpy(b+off, b, len);
10709                         memcpy(b, b+off, len);
10710                         if (memcmp(b, abc, len))
10711                                 exit(1);
10712                 }
10713         }
10714 }
10715 exit(0);
10716 }
10717 EOCP
10718         set try
10719         if eval $compile_ok; then
10720                 if ./try 2>/dev/null; then
10721                         echo "Yes, it can."
10722                         val="$define"
10723                 else
10724                         echo "It can't, sorry."
10725                         case "$d_memmove" in
10726                         "$define") echo "But that's Ok since you have memmove()." ;;
10727                         esac
10728                 fi
10729         else
10730                 echo "(I can't compile the test program, so we'll assume not...)"
10731                 case "$d_memmove" in
10732                 "$define") echo "But that's Ok since you have memmove()." ;;
10733                 esac
10734         fi
10735         ;;
10736 esac
10737 $rm -f try.* try core
10738 set d_safemcpy
10739 eval $setvar
10740
10741 : can memcmp be trusted to compare relative magnitude?
10742 val="$undef"
10743 case "$d_memcmp" in
10744 "$define")
10745         echo " "
10746         echo "Checking if your memcmp() can compare relative magnitude..." >&4
10747         $cat >try.c <<EOCP
10748 #$i_memory I_MEMORY
10749 #$i_stdlib I_STDLIB
10750 #$i_string I_STRING
10751 #$i_unistd I_UNISTD
10752 EOCP
10753         $cat >>try.c <<'EOCP'
10754 #include <stdio.h>
10755 #ifdef I_MEMORY
10756 #  include <memory.h>
10757 #endif
10758 #ifdef I_STDLIB
10759 #  include <stdlib.h>
10760 #endif
10761 #ifdef I_STRING
10762 #  include <string.h>
10763 #else
10764 #  include <strings.h>
10765 #endif
10766 #ifdef I_UNISTD
10767 #  include <unistd.h>  /* Needed for NetBSD */
10768 #endif
10769 int main()
10770 {
10771 char a = -1;
10772 char b = 0;
10773 if ((a < b) && memcmp(&a, &b, 1) < 0)
10774         exit(1);
10775 exit(0);
10776 }
10777 EOCP
10778         set try
10779         if eval $compile_ok; then
10780                 if ./try 2>/dev/null; then
10781                         echo "Yes, it can."
10782                         val="$define"
10783                 else
10784                         echo "No, it can't (it uses signed chars)."
10785                 fi
10786         else
10787                 echo "(I can't compile the test program, so we'll assume not...)"
10788         fi
10789         ;;
10790 esac
10791 $rm -f try.* try core
10792 set d_sanemcmp
10793 eval $setvar
10794
10795 : see if select exists
10796 set select d_select
10797 eval $inlibc
10798
10799 : see if semctl exists
10800 set semctl d_semctl
10801 eval $inlibc
10802
10803 : see if semget exists
10804 set semget d_semget
10805 eval $inlibc
10806
10807 : see if semop exists
10808 set semop d_semop
10809 eval $inlibc
10810
10811 : see how much of the 'sem*(2)' library is present.
10812 h_sem=true
10813 echo " "
10814 case "$d_semctl$d_semget$d_semop" in
10815 *"$undef"*) h_sem=false;;
10816 esac
10817 case "$osname" in
10818 freebsd)
10819     case "`ipcs 2>&1`" in
10820     "SVID messages"*"not configured"*)
10821         echo "Your $osname does not have the sem*(2) configured." >&4
10822         h_sem=false
10823         val="$undef"
10824         set semctl d_semctl
10825         eval $setvar
10826         set semget d_semget
10827         eval $setvar
10828         set semop d_semop
10829         eval $setvar
10830         ;;
10831     esac
10832     ;;
10833 esac
10834 : we could also check for sys/ipc.h ...
10835 if $h_sem && $test `./findhdr sys/sem.h`; then
10836         echo "You have the full sem*(2) library." >&4
10837         val="$define"
10838 else
10839         echo "You don't have the full sem*(2) library." >&4
10840         val="$undef"
10841 fi
10842 set d_sem
10843 eval $setvar
10844
10845 : see whether sys/sem.h defines union semun
10846 echo " "
10847 $cat > try.c <<'END'
10848 #include <sys/types.h>
10849 #include <sys/ipc.h>
10850 #include <sys/sem.h>
10851 int main () { union semun semun; semun.buf = 0; }
10852 END
10853 set try
10854 if eval $compile; then
10855     echo "You have union semun in <sys/sem.h>." >&4
10856     val="$define"
10857 else
10858     echo "You do not have union semun in <sys/sem.h>." >&4
10859     val="$undef"
10860 fi
10861 $rm -f try try.c try.h
10862 set d_union_semun
10863 eval $setvar
10864
10865 : see how to do semctl IPC_STAT
10866 case "$d_sem" in
10867 $define)
10868     : see whether semctl IPC_STAT can use union semun
10869     echo " "
10870     $cat > try.h <<END
10871 #ifndef S_IRUSR
10872 #   ifdef S_IREAD
10873 #       define S_IRUSR S_IREAD
10874 #       define S_IWUSR S_IWRITE
10875 #       define S_IXUSR S_IEXEC
10876 #   else
10877 #       define S_IRUSR 0400
10878 #       define S_IWUSR 0200
10879 #       define S_IXUSR 0100
10880 #   endif
10881 #   define S_IRGRP (S_IRUSR>>3)
10882 #   define S_IWGRP (S_IWUSR>>3)
10883 #   define S_IXGRP (S_IXUSR>>3)
10884 #   define S_IROTH (S_IRUSR>>6)
10885 #   define S_IWOTH (S_IWUSR>>6)
10886 #   define S_IXOTH (S_IXUSR>>6)
10887 #endif
10888 #ifndef S_IRWXU
10889 #   define S_IRWXU (S_IRUSR|S_IWUSR|S_IXUSR)
10890 #   define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)
10891 #   define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
10892 #endif
10893 END
10894
10895     $cat > try.c <<END
10896 #include <sys/types.h>
10897 #include <sys/ipc.h>
10898 #include <sys/sem.h>
10899 #include <sys/stat.h>
10900 #include <stdio.h>
10901 #include <errno.h>
10902 #include "try.h"
10903 #ifndef errno
10904 extern int errno;
10905 #endif
10906 #$d_union_semun HAS_UNION_SEMUN
10907 int main() {
10908     union semun
10909 #ifndef HAS_UNION_SEMUN
10910     {
10911         int val;
10912         struct semid_ds *buf;
10913         unsigned short *array;
10914     }
10915 #endif
10916     arg;
10917     int sem, st;
10918
10919 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) && defined(S_IRWXO) && defined(IPC_CREAT)
10920     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
10921     if (sem > -1) {
10922         struct semid_ds argbuf;
10923         arg.buf = &argbuf;
10924 #       ifdef IPC_STAT
10925         st = semctl(sem, 0, IPC_STAT, arg);
10926         if (st == 0)
10927             printf("semun\n");
10928         else
10929 #       endif /* IPC_STAT */
10930             printf("semctl IPC_STAT failed: errno = %d\n", errno);
10931 #       ifdef IPC_RMID
10932         if (semctl(sem, 0, IPC_RMID, arg) != 0)
10933 #       endif /* IPC_RMID */
10934             printf("semctl IPC_RMID failed: errno = %d\n", errno);
10935     } else
10936 #endif /* IPC_PRIVATE && ... */
10937         printf("semget failed: errno = %d\n", errno);
10938   return 0;
10939 }
10940 END
10941     val="$undef"
10942     set try
10943     if eval $compile; then
10944         xxx=`./try`
10945         case "$xxx" in
10946         semun) val="$define" ;;
10947         esac
10948     fi
10949     $rm -f try try.c
10950     set d_semctl_semun
10951     eval $setvar
10952     case "$d_semctl_semun" in
10953     $define)
10954         echo "You can use union semun for semctl IPC_STAT." >&4
10955         also='also'
10956         ;;
10957     *)  echo "You cannot use union semun for semctl IPC_STAT." >&4
10958         also=''
10959         ;;
10960     esac
10961
10962     : see whether semctl IPC_STAT can use struct semid_ds pointer
10963     $cat > try.c <<'END'
10964 #include <sys/types.h>
10965 #include <sys/ipc.h>
10966 #include <sys/sem.h>
10967 #include <sys/stat.h>
10968 #include "try.h"
10969 #include <stdio.h>
10970 #include <errno.h>
10971 #ifndef errno
10972 extern int errno;
10973 #endif
10974 int main() {
10975     struct semid_ds arg;
10976     int sem, st;
10977
10978 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) &&  defined(S_IRWXO) && defined(IPC_CREAT)
10979     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
10980     if (sem > -1) {
10981 #       ifdef IPC_STAT
10982         st = semctl(sem, 0, IPC_STAT, &arg);
10983         if (st == 0)
10984             printf("semid_ds\n");
10985         else
10986 #       endif /* IPC_STAT */
10987             printf("semctl IPC_STAT failed: errno = %d\n", errno);
10988 #       ifdef IPC_RMID
10989         if (semctl(sem, 0, IPC_RMID, &arg) != 0)
10990 #       endif /* IPC_RMID */
10991             printf("semctl IPC_RMID failed: errno = %d\n", errno);
10992     } else
10993 #endif /* IPC_PRIVATE && ... */
10994         printf("semget failed: errno = %d\n", errno);
10995
10996     return 0;
10997 }
10998 END
10999     val="$undef"
11000     set try
11001     if eval $compile; then
11002         xxx=`./try`
11003         case "$xxx" in
11004         semid_ds) val="$define" ;;
11005         esac
11006     fi
11007     $rm -f try try.c
11008     set d_semctl_semid_ds
11009     eval $setvar
11010     case "$d_semctl_semid_ds" in
11011     $define)
11012         echo "You can $also use struct semid_ds* for semctl IPC_STAT." >&4
11013         ;;
11014     *)  echo "You cannot use struct semid_ds* for semctl IPC_STAT." >&4
11015         ;;
11016     esac
11017     $rm -f try.h
11018     ;;
11019 *)  val="$undef"
11020
11021     # We do not have the full sem*(2) library, so assume we can not
11022     # use either.
11023
11024     set d_semctl_semun
11025     eval $setvar
11026
11027     set d_semctl_semid_ds
11028     eval $setvar
11029     ;;
11030 esac
11031
11032 : see if setegid exists
11033 set setegid d_setegid
11034 eval $inlibc
11035
11036 : see if seteuid exists
11037 set seteuid d_seteuid
11038 eval $inlibc
11039
11040 : see if setgrent exists
11041 set setgrent d_setgrent
11042 eval $inlibc
11043
11044 : see if sethostent exists
11045 set sethostent d_sethent
11046 eval $inlibc
11047
11048 : see if setlinebuf exists
11049 set setlinebuf d_setlinebuf
11050 eval $inlibc
11051
11052 : see if setlocale exists
11053 set setlocale d_setlocale
11054 eval $inlibc
11055
11056 : see if setnetent exists
11057 set setnetent d_setnent
11058 eval $inlibc
11059
11060 : see if setprotoent exists
11061 set setprotoent d_setpent
11062 eval $inlibc
11063
11064 : see if setpgid exists
11065 set setpgid d_setpgid
11066 eval $inlibc
11067
11068 : see if setpgrp2 exists
11069 set setpgrp2 d_setpgrp2
11070 eval $inlibc
11071
11072 : see if setpriority exists
11073 set setpriority d_setprior
11074 eval $inlibc
11075
11076 : see if setproctitle exists
11077 set setproctitle d_setproctitle
11078 eval $inlibc
11079
11080 : see if setpwent exists
11081 set setpwent d_setpwent
11082 eval $inlibc
11083
11084 : see if setregid exists
11085 set setregid d_setregid
11086 eval $inlibc
11087 set setresgid d_setresgid
11088 eval $inlibc
11089
11090 : see if setreuid exists
11091 set setreuid d_setreuid
11092 eval $inlibc
11093 set setresuid d_setresuid
11094 eval $inlibc
11095
11096 : see if setrgid exists
11097 set setrgid d_setrgid
11098 eval $inlibc
11099
11100 : see if setruid exists
11101 set setruid d_setruid
11102 eval $inlibc
11103
11104 : see if setservent exists
11105 set setservent d_setsent
11106 eval $inlibc
11107
11108 : see if setsid exists
11109 set setsid d_setsid
11110 eval $inlibc
11111
11112 : see if setvbuf exists
11113 set setvbuf d_setvbuf
11114 eval $inlibc
11115
11116 : see if sfio.h is available
11117 set sfio.h i_sfio
11118 eval $inhdr
11119
11120
11121 : see if sfio library is available
11122 case "$i_sfio" in
11123 $define)
11124         val=''
11125         set sfreserve val
11126         eval $inlibc
11127         ;;
11128 *)
11129         val="$undef"
11130         ;;
11131 esac
11132 : Ok, but do we want to use it.
11133 case "$val" in
11134 $define)
11135         case "$usesfio" in
11136         true|$define|[yY]*) dflt='y';;
11137         *) dflt='n';;
11138         esac
11139         echo "$package can use the sfio library, but it is experimental."
11140         case "$useperlio" in
11141         "$undef")
11142             echo "For sfio also the PerlIO abstraction layer is needed."
11143             echo "Earlier you said you wouldn't want that."
11144             ;;
11145         esac
11146         rp="You seem to have sfio available, do you want to try using it?"
11147         . ./myread
11148         case "$ans" in
11149         y|Y)    echo "Ok, turning on both sfio and PerlIO, then."
11150                 useperlio="$define"
11151                 val="$define"
11152                 ;;
11153         *)      echo "Ok, avoiding sfio this time.  I'll use stdio instead."
11154                 val="$undef"
11155                 : Remove sfio from list of libraries to use
11156                 set `echo X $libs | $sed -e 's/-lsfio / /' -e 's/-lsfio$//'`
11157                 shift
11158                 libs="$*"
11159                 echo "libs = $libs" >&4
11160                 ;;
11161         esac
11162         ;;
11163 *)      case "$usesfio" in
11164         true|$define|[yY]*)
11165                 echo "Sorry, cannot find sfio on this machine." >&4
11166                 echo "Ignoring your setting of usesfio=$usesfio." >&4
11167                 val="$undef"
11168                 ;;
11169         esac
11170         ;;
11171 esac
11172 set d_sfio
11173 eval $setvar
11174 case "$d_sfio" in
11175 $define) usesfio='true';;
11176 *) usesfio='false';;
11177 esac
11178
11179 : see if shmctl exists
11180 set shmctl d_shmctl
11181 eval $inlibc
11182
11183 : see if shmget exists
11184 set shmget d_shmget
11185 eval $inlibc
11186
11187 : see if shmat exists
11188 set shmat d_shmat
11189 eval $inlibc
11190 : see what shmat returns
11191 case "$d_shmat" in
11192 "$define")
11193         $cat >shmat.c <<'END'
11194 #include <sys/shm.h>
11195 void *shmat();
11196 END
11197         if $cc $ccflags -c shmat.c >/dev/null 2>&1; then
11198                 shmattype='void *'
11199         else
11200                 shmattype='char *'
11201         fi
11202         echo "and it returns ($shmattype)." >&4
11203         : see if a prototype for shmat is available
11204         xxx=`./findhdr sys/shm.h`
11205         $cppstdin $cppflags $cppminus < $xxx > shmat.c 2>/dev/null
11206         if $contains 'shmat.*(' shmat.c >/dev/null 2>&1; then
11207                 val="$define"
11208         else
11209                 val="$undef"
11210         fi
11211         $rm -f shmat.[co]
11212         ;;
11213 *)
11214         val="$undef"
11215         ;;
11216 esac
11217 set d_shmatprototype
11218 eval $setvar
11219
11220 : see if shmdt exists
11221 set shmdt d_shmdt
11222 eval $inlibc
11223
11224 : see how much of the 'shm*(2)' library is present.
11225 h_shm=true
11226 echo " "
11227 case "$d_shmctl$d_shmget$d_shmat$d_shmdt" in
11228 *"$undef"*) h_shm=false;;
11229 esac
11230 case "$osname" in
11231 freebsd)
11232     case "`ipcs 2>&1`" in
11233     "SVID shared memory"*"not configured"*)
11234         echo "Your $osname does not have the shm*(2) configured." >&4
11235         h_shm=false
11236         val="$undef"
11237         set shmctl d_shmctl
11238         evat $setvar
11239         set shmget d_shmget
11240         evat $setvar
11241         set shmat d_shmat
11242         evat $setvar
11243         set shmdt d_shmdt
11244         evat $setvar
11245         ;;
11246     esac
11247     ;;
11248 esac
11249 : we could also check for sys/ipc.h ...
11250 if $h_shm && $test `./findhdr sys/shm.h`; then
11251         echo "You have the full shm*(2) library." >&4
11252         val="$define"
11253 else
11254         echo "You don't have the full shm*(2) library." >&4
11255         val="$undef"
11256 fi
11257 set d_shm
11258 eval $setvar
11259
11260 echo " "
11261 : see if we have sigaction
11262 if set sigaction val -f d_sigaction; eval $csym; $val; then
11263         echo 'sigaction() found.' >&4
11264         $cat > try.c <<'EOP'
11265 #include <stdio.h>
11266 #include <sys/types.h>
11267 #include <signal.h>
11268 int main()
11269 {
11270     struct sigaction act, oact;
11271     act.sa_flags = 0;
11272     oact.sa_handler = 0;
11273     /* so that act and oact are used */
11274     exit(act.sa_flags == 0 &&  oact.sa_handler == 0);
11275 }
11276 EOP
11277         set try
11278         if eval $compile_ok; then
11279                 val="$define"
11280         else
11281                 echo "But you don't seem to have a useable struct sigaction." >&4
11282                 val="$undef"
11283         fi
11284 else
11285         echo 'sigaction NOT found.' >&4
11286         val="$undef"
11287 fi
11288 set d_sigaction; eval $setvar
11289 $rm -f try try$_o try.c
11290
11291 : see if sigsetjmp exists
11292 echo " "
11293 case "$d_sigsetjmp" in
11294 '')
11295         $cat >try.c <<'EOP'
11296 #include <setjmp.h>
11297 sigjmp_buf env;
11298 int set = 1;
11299 int main()
11300 {
11301         if (sigsetjmp(env,1))
11302                 exit(set);
11303         set = 0;
11304         siglongjmp(env, 1);
11305         exit(1);
11306 }
11307 EOP
11308         set try
11309         if eval $compile; then
11310                 if ./try >/dev/null 2>&1; then
11311                         echo "POSIX sigsetjmp found." >&4
11312                         val="$define"
11313                 else
11314                         $cat >&4 <<EOM
11315 Uh-Oh! You have POSIX sigsetjmp and siglongjmp, but they do not work properly!!
11316 I'll ignore them.
11317 EOM
11318                         val="$undef"
11319                 fi
11320         else
11321                 echo "sigsetjmp not found." >&4
11322                 val="$undef"
11323         fi
11324         ;;
11325 *) val="$d_sigsetjmp"
11326         case "$d_sigsetjmp" in
11327         $define) echo "POSIX sigsetjmp found." >&4;;
11328         $undef) echo "sigsetjmp not found." >&4;;
11329         esac
11330         ;;
11331 esac
11332 set d_sigsetjmp
11333 eval $setvar
11334 $rm -f try.c try
11335
11336 : see if socks5_init exists
11337 set socks5_init d_socks5_init
11338 eval $inlibc
11339
11340 : see if sys/stat.h is available
11341 set sys/stat.h i_sysstat
11342 eval $inhdr
11343
11344
11345 : see if stat knows about block sizes
11346 echo " "
11347 echo "Checking to see if your struct stat has st_blocks field..." >&4
11348 set d_statblks stat st_blocks $i_sysstat sys/stat.h
11349 eval $hasfield
11350
11351
11352 : see if this is a sys/vfs.h system
11353 set sys/vfs.h i_sysvfs
11354 eval $inhdr
11355
11356
11357 : see if this is a sys/statfs.h system
11358 set sys/statfs.h i_sysstatfs
11359 eval $inhdr
11360
11361
11362 echo " "
11363 echo "Checking to see if your system supports struct statfs..." >&4
11364 set d_statfs_s statfs $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h $i_sysvfs sys/vfs.h $i_sysstatfs sys/statfs.h
11365 eval $hasstruct
11366 case "$d_statfs_s" in
11367 "$define")      echo "Yes, it does."   ;;
11368 *)              echo "No, it doesn't." ;;
11369 esac
11370
11371
11372
11373 : see if struct statfs knows about f_flags
11374 case "$d_statfs_s" in
11375 define) 
11376         echo " "
11377         echo "Checking to see if your struct statfs has f_flags field..." >&4
11378         set d_statfs_f_flags statfs f_flags $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h $i_sysvfs sys/vfs.h $i_sysstatfs sys/statfs.h
11379         eval $hasfield
11380         ;;
11381 *)      val="$undef"
11382         set d_statfs_f_flags
11383         eval $setvar
11384         ;;
11385 esac
11386 case "$d_statfs_f_flags" in
11387 "$define")      echo "Yes, it does."   ;;
11388 *)              echo "No, it doesn't." ;;
11389 esac
11390
11391 : see if _ptr and _cnt from stdio act std
11392 echo " "
11393 if $contains '_IO_fpos_t' `./findhdr stdio.h` `./findhdr libio.h` >/dev/null 2>&1 ; then
11394         echo "(Looks like you have stdio.h from Linux.)"
11395         case "$stdio_ptr" in
11396         '') stdio_ptr='((fp)->_IO_read_ptr)'
11397                 ptr_lval=$define
11398                 ;;
11399         *)      ptr_lval=$d_stdio_ptr_lval;;
11400         esac
11401         case "$stdio_cnt" in
11402         '') stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
11403                 cnt_lval=$undef
11404                 ;;
11405         *)      cnt_lval=$d_stdio_cnt_lval;;
11406         esac
11407         case "$stdio_base" in
11408         '') stdio_base='((fp)->_IO_read_base)';;
11409         esac
11410         case "$stdio_bufsiz" in
11411         '') stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)';;
11412         esac
11413 else
11414         case "$stdio_ptr" in
11415         '') stdio_ptr='((fp)->_ptr)'
11416                 ptr_lval=$define
11417                 ;;
11418         *)      ptr_lval=$d_stdio_ptr_lval;;
11419         esac
11420         case "$stdio_cnt" in
11421         '') stdio_cnt='((fp)->_cnt)'
11422                 cnt_lval=$define
11423                 ;;
11424         *)      cnt_lval=$d_stdio_cnt_lval;;
11425         esac
11426         case "$stdio_base" in
11427         '') stdio_base='((fp)->_base)';;
11428         esac
11429         case "$stdio_bufsiz" in
11430         '') stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)';;
11431         esac
11432 fi
11433 : test whether _ptr and _cnt really work
11434 echo "Checking how std your stdio is..." >&4
11435 $cat >try.c <<EOP
11436 #include <stdio.h>
11437 #define FILE_ptr(fp)    $stdio_ptr
11438 #define FILE_cnt(fp)    $stdio_cnt
11439 int main() {
11440         FILE *fp = fopen("try.c", "r");
11441         char c = getc(fp);
11442         if (
11443                 18 <= FILE_cnt(fp) &&
11444                 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
11445         )
11446                 exit(0);
11447         exit(1);
11448 }
11449 EOP
11450 val="$undef"
11451 set try
11452 if eval $compile; then
11453         if ./try; then
11454                 echo "Your stdio acts pretty std."
11455                 val="$define"
11456         else
11457                 echo "Your stdio isn't very std."
11458         fi
11459 else
11460         echo "Your stdio doesn't appear very std."
11461 fi
11462 $rm -f try.c try
11463 set d_stdstdio
11464 eval $setvar
11465
11466 : Can _ptr be used as an lvalue?
11467 case "$d_stdstdio$ptr_lval" in
11468 $define$define) val=$define ;;
11469 *) val=$undef ;;
11470 esac
11471 set d_stdio_ptr_lval
11472 eval $setvar
11473
11474 : Can _cnt be used as an lvalue?
11475 case "$d_stdstdio$cnt_lval" in
11476 $define$define) val=$define ;;
11477 *) val=$undef ;;
11478 esac
11479 set d_stdio_cnt_lval
11480 eval $setvar
11481
11482 : see if _base is also standard
11483 val="$undef"
11484 case "$d_stdstdio" in
11485 $define)
11486         $cat >try.c <<EOP
11487 #include <stdio.h>
11488 #define FILE_base(fp)   $stdio_base
11489 #define FILE_bufsiz(fp) $stdio_bufsiz
11490 int main() {
11491         FILE *fp = fopen("try.c", "r");
11492         char c = getc(fp);
11493         if (
11494                 19 <= FILE_bufsiz(fp) &&
11495                 strncmp(FILE_base(fp), "#include <stdio.h>\n", 19) == 0
11496         )
11497                 exit(0);
11498         exit(1);
11499 }
11500 EOP
11501         set try
11502         if eval $compile; then
11503                 if ./try; then
11504                         echo "And its _base field acts std."
11505                         val="$define"
11506                 else
11507                         echo "But its _base field isn't std."
11508                 fi
11509         else
11510                 echo "However, it seems to be lacking the _base field."
11511         fi
11512         $rm -f try.c try
11513         ;;
11514 esac
11515 set d_stdiobase
11516 eval $setvar
11517
11518 $cat >&4 <<EOM
11519 Checking how to access stdio streams by file descriptor number...
11520 EOM
11521 case "$stdio_stream_array" in
11522 '')     $cat >try.c <<EOCP
11523 #include <stdio.h>
11524 int main() {
11525   if (&STDIO_STREAM_ARRAY[fileno(stdin)] == stdin)
11526     printf("yes\n");
11527 }
11528 EOCP
11529         for s in _iob __iob __sF
11530         do
11531                 set try -DSTDIO_STREAM_ARRAY=$s
11532                 if eval $compile; then
11533                         case "`./try$exe_ext`" in
11534                         yes)    stdio_stream_array=$s; break ;;
11535                         esac
11536                 fi
11537         done
11538         $rm -f try.* try$exe_ext
11539 esac
11540 case "$stdio_stream_array" in
11541 '')     $cat >&4 <<EOM
11542 I can't figure out how to access stdio streams by file descriptor number.
11543 EOM
11544         d_stdio_stream_array="$undef"
11545         ;;
11546 *)      $cat >&4 <<EOM
11547 You can access stdio streams by file descriptor number by the $stdio_stream_array array.
11548 EOM
11549         d_stdio_stream_array="$define"
11550         ;;
11551 esac
11552
11553 : see if strcoll exists
11554 set strcoll d_strcoll
11555 eval $inlibc
11556
11557 : check for structure copying
11558 echo " "
11559 echo "Checking to see if your C compiler can copy structs..." >&4
11560 $cat >try.c <<'EOCP'
11561 int main()
11562 {
11563         struct blurfl {
11564                 int dyick;
11565         } foo, bar;
11566
11567         foo = bar;
11568 }
11569 EOCP
11570 if $cc -c try.c >/dev/null 2>&1 ; then
11571         val="$define"
11572         echo "Yup, it can."
11573 else
11574         val="$undef"
11575         echo "Nope, it can't."
11576 fi
11577 set d_strctcpy
11578 eval $setvar
11579 $rm -f try.*
11580
11581 : see if strerror and/or sys_errlist[] exist
11582 echo " "
11583 if test "X$d_strerror" = X -o "X$d_syserrlst" = X; then
11584     if set strerror val -f d_strerror; eval $csym; $val; then
11585                 echo 'strerror() found.' >&4
11586                 d_strerror="$define"
11587                 d_strerrm='strerror(e)'
11588                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
11589                         echo "(You also have sys_errlist[], so we could roll our own strerror.)" 
11590                         d_syserrlst="$define"
11591                 else
11592                         echo "(Since you don't have sys_errlist[], sterror() is welcome.)"
11593                         d_syserrlst="$undef"
11594                 fi
11595     elif xxx=`./findhdr string.h`; test "$xxx" || xxx=`./findhdr strings.h`; \
11596                         $contains '#[   ]*define.*strerror' "$xxx" >/dev/null 2>&1; then
11597                 echo 'strerror() found in string header.' >&4
11598                 d_strerror="$define"
11599                 d_strerrm='strerror(e)'
11600                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
11601                         echo "(Most probably, strerror() uses sys_errlist[] for descriptions.)"
11602                                 d_syserrlst="$define"
11603                 else
11604                         echo "(You don't appear to have any sys_errlist[], how can this be?)"
11605                         d_syserrlst="$undef"
11606                 fi
11607     elif set sys_errlist val -a d_syserrlst; eval $csym; $val; then
11608                 echo "strerror() not found, but you have sys_errlist[] so we'll use that." >&4
11609                 d_strerror="$undef"
11610                 d_syserrlst="$define"
11611                 d_strerrm='((e)<0||(e)>=sys_nerr?"unknown":sys_errlist[e])'
11612     else
11613                 echo 'strerror() and sys_errlist[] NOT found.' >&4
11614                 d_strerror="$undef"
11615                 d_syserrlst="$undef"
11616                 d_strerrm='"unknown"'
11617     fi
11618 fi
11619
11620 : see if strtod exists
11621 set strtod d_strtod
11622 eval $inlibc
11623
11624 : see if strtol exists
11625 set strtol d_strtol
11626 eval $inlibc
11627
11628 : see if strtold exists
11629 set strtold d_strtold
11630 eval $inlibc
11631
11632 : see if strtoll exists
11633 set strtoll d_strtoll
11634 eval $inlibc
11635
11636 case "$d_longlong-$d_strtoll" in
11637 "$define-$define")
11638         $cat <<EOM
11639 Checking whether your strtoll() works okay...
11640 EOM
11641         $cat >try.c <<'EOCP'
11642 #include <errno.h>
11643 #ifdef __hpux
11644 #define strtoll __strtoll
11645 #endif
11646 #ifdef __EMX__
11647 #define strtoll _strtoll
11648 #endif
11649 #include <stdio.h>
11650 extern long long int strtoll(char *s, char **, int); 
11651 static int bad = 0;
11652 int check(char *s, long long ell, int een) {
11653         long long gll;
11654         errno = 0;
11655         gll = strtoll(s, 0, 10);
11656         if (!((gll == ell) && (errno == een)))
11657                 bad++;
11658 }
11659 int main() {
11660         check(" 1",                                      1LL, 0);
11661         check(" 0",                                      0LL, 0);
11662         check("-1",                                     -1LL, 0);
11663         check("-9223372036854775808", -9223372036854775808LL, 0);
11664         check("-9223372036854775808", -9223372036854775808LL, 0);
11665         check(" 9223372036854775807",  9223372036854775807LL, 0);
11666         check("-9223372036854775808", -9223372036854775808LL, 0);
11667         check(" 9223372036854775808",  9223372036854775807LL, ERANGE);
11668         check("-9223372036854775809", -9223372036854775808LL, ERANGE);
11669         if (!bad)
11670                 printf("ok\n");
11671 }
11672 EOCP
11673         set try
11674         if eval $compile; then
11675                 yyy=`./try`
11676                 case "$yyy" in
11677                 ok) echo "Your strtoll() seems to be working okay." ;;
11678                 *) cat <<EOM >&4
11679 Your strtoll() doesn't seem to be working okay.
11680 EOM
11681                    d_strtoll="$undef"
11682                    ;;
11683                 esac
11684         else
11685                 echo "(I can't seem to compile the test program--assuming it doesn't)"
11686                 d_strtoll="$undef"
11687         fi
11688         ;;
11689 esac
11690
11691 : see if strtoul exists
11692 set strtoul d_strtoul
11693 eval $inlibc
11694
11695 : see if strtoull exists
11696 set strtoull d_strtoull
11697 eval $inlibc
11698
11699 case "$d_longlong-$d_strtoull" in
11700 "$define-$define")
11701         $cat <<EOM
11702 Checking whether your strtoull() works okay...
11703 EOM
11704         $cat >try.c <<'EOCP'
11705 #include <errno.h>
11706 #ifdef __hpux
11707 #define strtoull __strtoull
11708 #endif
11709 #include <stdio.h>
11710 extern unsigned long long int strtoull(char *s, char **, int); 
11711 static int bad = 0;
11712 int check(char *s, long long eull, int een) {
11713         long long gull;
11714         errno = 0;
11715         gull = strtoull(s, 0, 10);
11716         if (!((gull == eull) && (errno == een)))
11717                 bad++;
11718 }
11719 int main() {
11720         check(" 1",                                       1LL, 0);
11721         check(" 0",                                       0LL, 0);
11722         check("18446744073709551615", 18446744073709551615ULL, 0);
11723         check("18446744073709551616", 18446744073709551615ULL, ERANGE);
11724         if (!bad)
11725                 printf("ok\n");
11726 }
11727 EOCP
11728         set try
11729         if eval $compile; then
11730                 case "`./try`" in
11731                 ok) echo "Your strtoull() seems to be working okay." ;;
11732                 *) cat <<EOM >&4
11733 Your strtoull() doesn't seem to be working okay.
11734 EOM
11735                    d_strtoull="$undef"
11736                    ;;
11737                 esac
11738         fi
11739         ;;
11740 esac
11741
11742 : see if strtouq exists
11743 set strtouq d_strtouq
11744 eval $inlibc
11745
11746 : see if strxfrm exists
11747 set strxfrm d_strxfrm
11748 eval $inlibc
11749
11750 : see if symlink exists
11751 set symlink d_symlink
11752 eval $inlibc
11753
11754 : see if syscall exists
11755 set syscall d_syscall
11756 eval $inlibc
11757
11758 : see if sysconf exists
11759 set sysconf d_sysconf
11760 eval $inlibc
11761
11762 : see if system exists
11763 set system d_system
11764 eval $inlibc
11765
11766 : see if tcgetpgrp exists
11767 set tcgetpgrp d_tcgetpgrp
11768 eval $inlibc
11769
11770 : see if tcsetpgrp exists
11771 set tcsetpgrp d_tcsetpgrp
11772 eval $inlibc
11773
11774 : see if prototype for telldir is available
11775 echo " "
11776 set d_telldirproto telldir $i_systypes sys/types.h $i_dirent dirent.h
11777 eval $hasproto
11778
11779 : see if this is a sys/times.h system
11780 set sys/times.h i_systimes
11781 eval $inhdr
11782
11783 : see if times exists
11784 echo " "
11785 if set times val -f d_times; eval $csym; $val; then
11786         echo 'times() found.' >&4
11787         d_times="$define"
11788         inc=''
11789         case "$i_systimes" in
11790         "$define") inc='sys/times.h';;
11791         esac
11792         rp="What is the type returned by times() on this system?"
11793         set clock_t clocktype long stdio.h sys/types.h $inc
11794         eval $typedef_ask
11795 else
11796         echo 'times() NOT found, hope that will do.' >&4
11797         d_times="$undef"
11798         clocktype='int'
11799 fi
11800
11801 : see if truncate exists
11802 set truncate d_truncate
11803 eval $inlibc
11804
11805 : see if tzname[] exists
11806 echo " "
11807 if set tzname val -a d_tzname; eval $csym; $val; then
11808         val="$define"
11809         echo 'tzname[] found.' >&4
11810 else
11811         val="$undef"
11812         echo 'tzname[] NOT found.' >&4
11813 fi
11814 set d_tzname
11815 eval $setvar
11816
11817 : see if umask exists
11818 set umask d_umask
11819 eval $inlibc
11820
11821 : see if ustat exists
11822 set ustat d_ustat
11823 eval $inlibc
11824
11825 : backward compatibility for d_hvfork
11826 if test X$d_hvfork != X; then
11827         d_vfork="$d_hvfork"
11828         d_hvfork=''
11829 fi
11830 : see if there is a vfork
11831 val=''
11832 set vfork val
11833 eval $inlibc
11834
11835 : Ok, but do we want to use it. vfork is reportedly unreliable in 
11836 : perl on Solaris 2.x, and probably elsewhere.
11837 case "$val" in
11838 $define)
11839         echo " "
11840         case "$usevfork" in
11841         false) dflt='n';;
11842         *) dflt='y';;
11843         esac
11844         cat <<'EOM'
11845  
11846 Perl can only use a vfork() that doesn't suffer from strict
11847 restrictions on calling functions or modifying global data in
11848 the child.  For example, glibc-2.1 contains such a vfork()
11849 that is unsuitable.  If your system provides a proper fork()
11850 call, chances are that you do NOT want perl to use vfork().
11851
11852 EOM
11853         rp="Do you still want to use vfork()?"
11854         . ./myread
11855         case "$ans" in
11856         y|Y) ;;
11857         *)
11858                 echo "Ok, we won't use vfork()."
11859                 val="$undef"
11860                 ;;
11861         esac
11862         ;;
11863 esac
11864 set d_vfork
11865 eval $setvar
11866 case "$d_vfork" in
11867 $define) usevfork='true';;
11868 *) usevfork='false';;
11869 esac
11870
11871 : see if this is an sysdir system
11872 set sys/dir.h i_sysdir
11873 eval $inhdr
11874
11875 : see if this is an sysndir system
11876 set sys/ndir.h i_sysndir
11877 eval $inhdr
11878
11879 : see if closedir exists
11880 set closedir d_closedir
11881 eval $inlibc
11882
11883 case "$d_closedir" in
11884 "$define")
11885         echo " "
11886         echo "Checking whether closedir() returns a status..." >&4
11887         cat > closedir.c <<EOM
11888 #$i_dirent I_DIRENT             /**/
11889 #$i_sysdir I_SYS_DIR            /**/
11890 #$i_sysndir I_SYS_NDIR          /**/
11891 #$i_systypes I_SYS_TYPES        /**/
11892
11893 #if defined(I_SYS_TYPES)
11894 #include <sys/types.h>
11895 #endif
11896 #if defined(I_DIRENT)
11897 #include <dirent.h>
11898 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
11899 #include <sys/dir.h>
11900 #endif
11901 #else
11902 #ifdef I_SYS_NDIR
11903 #include <sys/ndir.h>
11904 #else
11905 #ifdef I_SYS_DIR
11906 #ifdef hp9000s500
11907 #include <ndir.h>       /* may be wrong in the future */
11908 #else
11909 #include <sys/dir.h>
11910 #endif
11911 #endif
11912 #endif
11913 #endif 
11914 int main() { return closedir(opendir(".")); }
11915 EOM
11916         set closedir
11917         if eval $compile_ok; then
11918                 if ./closedir > /dev/null 2>&1 ; then
11919                         echo "Yes, it does."
11920                         val="$undef"
11921                 else
11922                         echo "No, it doesn't."
11923                         val="$define"
11924                 fi
11925         else
11926                 echo "(I can't seem to compile the test program--assuming it doesn't)"
11927                 val="$define"
11928         fi
11929         ;;
11930 *)
11931         val="$undef";
11932         ;;
11933 esac
11934 set d_void_closedir
11935 eval $setvar
11936 $rm -f closedir*
11937 : check for volatile keyword
11938 echo " "
11939 echo 'Checking to see if your C compiler knows about "volatile"...' >&4
11940 $cat >try.c <<'EOCP'
11941 int main()
11942 {
11943         typedef struct _goo_struct goo_struct;
11944         goo_struct * volatile goo = ((goo_struct *)0);
11945         struct _goo_struct {
11946                 long long_int;
11947                 int reg_int;
11948                 char char_var;
11949         };
11950         typedef unsigned short foo_t;
11951         char *volatile foo;
11952         volatile int bar;
11953         volatile foo_t blech;
11954         foo = foo;
11955 }
11956 EOCP
11957 if $cc -c $ccflags try.c >/dev/null 2>&1 ; then
11958         val="$define"
11959         echo "Yup, it does."
11960 else
11961         val="$undef"
11962         echo "Nope, it doesn't."
11963 fi
11964 set d_volatile
11965 eval $setvar
11966 $rm -f try.*
11967
11968 : see if there is a wait4
11969 set wait4 d_wait4
11970 eval $inlibc
11971
11972 : see if waitpid exists
11973 set waitpid d_waitpid
11974 eval $inlibc
11975
11976 : see if wcstombs exists
11977 set wcstombs d_wcstombs
11978 eval $inlibc
11979
11980 : see if wctomb exists
11981 set wctomb d_wctomb
11982 eval $inlibc
11983
11984 : preserve RCS keywords in files with variable substitution, grrr
11985 Date='$Date'
11986 Id='$Id'
11987 Log='$Log'
11988 RCSfile='$RCSfile'
11989 Revision='$Revision'
11990
11991 case "$crosscompile" in
11992 ''|[nN]*) crosscompile="$undef" ;;
11993 esac
11994
11995 case "$osname" in
11996 next|rhapsody|darwin) multiarch="$define" ;;
11997 esac
11998 case "$multiarch" in
11999 ''|[nN]*) multiarch="$undef" ;;
12000 esac
12001
12002 : check for alignment requirements
12003 echo " "
12004 case "$crosscompile$multiarch" in
12005 *$define*)
12006         $cat <<EOM
12007 You seem to be either cross-compiling or doing a multiarchitecture build,
12008 skipping the memory alignment check.
12009
12010 EOM
12011         case "$alignbytes" in
12012         '') alignbytes=8 ;;
12013         esac
12014         ;;
12015 *)
12016         case "$alignbytes" in
12017         '') echo "Checking alignment constraints..." >&4
12018                 if $test "X$uselongdouble" = Xdefine -a "X$d_longdbl" = Xdefine; then
12019                         $cat >try.c <<'EOCP'
12020 typedef long double NV;
12021 EOCP
12022                 else
12023                         $cat >try.c <<'EOCP'
12024 typedef double NV;
12025 EOCP
12026                 fi
12027                 $cat >>try.c <<'EOCP'
12028 #include <stdio.h>
12029 struct foobar {
12030         char foo;
12031         NV bar;
12032 } try_algn;
12033 int main()
12034 {
12035     printf("%d\n", (int)((char *)&try_algn.bar - (char *)&try_algn.foo));
12036     return(0);
12037 }
12038 EOCP
12039                 set try
12040                 if eval $compile_ok; then
12041                         dflt=`./try`
12042                 else
12043                         dflt='8'
12044                         echo "(I can't seem to compile the test program...)"
12045                 fi
12046                 ;;
12047         *) dflt="$alignbytes"
12048                 ;;
12049         esac
12050         rp="Doubles must be aligned on a how-many-byte boundary?"
12051         . ./myread
12052         alignbytes="$ans"
12053         $rm -f try.c try
12054         ;;
12055 esac
12056
12057
12058 : set the base revision
12059 baserev=5.0
12060
12061 : check for ordering of bytes in a long
12062 echo " "
12063 case "$crosscompile$multiarch" in
12064 *$define*)
12065         $cat <<EOM
12066 You seem to be either cross-compiling or doing a multiarchitecture build,
12067 skipping the byteorder check.
12068
12069 EOM
12070         byteorder='0xffff'
12071         ;;
12072 *)
12073         case "$byteorder" in
12074         '')
12075                 $cat <<'EOM'
12076 In the following, larger digits indicate more significance.  A big-endian
12077 machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
12078 little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
12079 machines may have weird orders like 3412.  A Cray will report 87654321,
12080 an Alpha will report 12345678. If the test program works the default is
12081 probably right.
12082 I'm now running the test program...
12083 EOM
12084                 $cat >try.c <<'EOCP'
12085 #include <stdio.h>
12086 int main()
12087 {
12088         int i;
12089         union {
12090                 unsigned long l;
12091                 char c[sizeof(long)];
12092         } u;
12093
12094         if (sizeof(long) > 4)
12095                 u.l = (0x08070605L << 32) | 0x04030201L;
12096         else
12097                 u.l = 0x04030201L;
12098         for (i = 0; i < sizeof(long); i++)
12099                 printf("%c", u.c[i]+'0');
12100         printf("\n");
12101         exit(0);
12102 }
12103 EOCP
12104                 xxx_prompt=y
12105                 set try
12106                 if eval $compile && ./try > /dev/null; then
12107                         dflt=`./try`
12108                         case "$dflt" in
12109                         [1-4][1-4][1-4][1-4]|12345678|87654321)
12110                                 echo "(The test program ran ok.)"
12111                                 echo "byteorder=$dflt"
12112                                 xxx_prompt=n
12113                         ;;
12114                         ????|????????) echo "(The test program ran ok.)" ;;
12115                         *) echo "(The test program didn't run right for some reason.)" ;;
12116                         esac
12117                 else
12118                         dflt='4321'
12119                         cat <<'EOM'
12120 (I can't seem to compile the test program.  Guessing big-endian...)
12121 EOM
12122                 fi
12123                 case "$xxx_prompt" in
12124                 y)
12125                         rp="What is the order of bytes in a long?"
12126                         . ./myread
12127                         byteorder="$ans"
12128                         ;;
12129                 *)      byteorder=$dflt
12130                         ;;
12131                 esac
12132                 ;;
12133         esac
12134         $rm -f try.c try
12135         ;;
12136 esac
12137
12138
12139 : how do we catenate cpp tokens here?
12140 echo " "
12141 echo "Checking to see how your cpp does stuff like catenate tokens..." >&4
12142 $cat >cpp_stuff.c <<'EOCP'
12143 #define RCAT(a,b)a/**/b
12144 #define ACAT(a,b)a ## b
12145 RCAT(Rei,ser)
12146 ACAT(Cir,cus)
12147 EOCP
12148 $cppstdin $cppflags $cppminus <cpp_stuff.c >cpp_stuff.out 2>&1
12149 if $contains 'Circus' cpp_stuff.out >/dev/null 2>&1; then
12150         echo "Oh!  Smells like ANSI's been here." >&4
12151         echo "We can catify or stringify, separately or together!"
12152         cpp_stuff=42
12153 elif $contains 'Reiser' cpp_stuff.out >/dev/null 2>&1; then
12154         echo "Ah, yes!  The good old days!" >&4
12155         echo "However, in the good old days we don't know how to stringify and"
12156         echo "catify at the same time."
12157         cpp_stuff=1
12158 else
12159         $cat >&4 <<EOM
12160 Hmm, I don't seem to be able to catenate tokens with your cpp.  You're going
12161 to have to edit the values of CAT[2-5] in config.h...
12162 EOM
12163         cpp_stuff="/* Help! How do we handle cpp_stuff? */*/"
12164 fi
12165 $rm -f cpp_stuff.*
12166
12167 : see if this is a db.h system
12168 set db.h i_db
12169 eval $inhdr
12170
12171 case "$i_db" in
12172 $define)
12173         : Check db version.
12174         echo " "
12175         echo "Checking Berkeley DB version ..." >&4
12176         $cat >try.c <<EOCP
12177 #$d_const HASCONST
12178 #ifndef HASCONST
12179 #define const
12180 #endif
12181 #include <sys/types.h>
12182 #include <stdio.h>
12183 #include <db.h>
12184 int main()
12185 {
12186 #ifdef DB_VERSION_MAJOR /* DB version >= 2 */
12187     int Major, Minor, Patch ;
12188     unsigned long Version ;
12189     (void)db_version(&Major, &Minor, &Patch) ;
12190     printf("You have Berkeley DB Version 2 or greater\n");
12191
12192     printf("db.h is from Berkeley DB Version %d.%d.%d\n",
12193                 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH);
12194     printf("libdb is from Berkeley DB Version %d.%d.%d\n",
12195                 Major, Minor, Patch) ;
12196
12197     /* check that db.h & libdb are compatible */
12198     if (DB_VERSION_MAJOR != Major || DB_VERSION_MINOR != Minor || DB_VERSION_PATCH != Patch) {
12199         printf("db.h and libdb are incompatible\n") ;
12200         exit(3);        
12201     }
12202
12203     printf("db.h and libdb are compatible\n") ;
12204
12205     Version = DB_VERSION_MAJOR * 1000000 + DB_VERSION_MINOR * 1000
12206                 + DB_VERSION_PATCH ;
12207
12208     /* needs to be >= 2.3.4 */
12209     if (Version < 2003004) {
12210     /* if (DB_VERSION_MAJOR == 2 && DB_VERSION_MINOR == 0 && DB_VERSION_PATCH < 5) { */
12211         printf("but Perl needs Berkeley DB 2.3.4 or greater\n") ;
12212         exit(2);        
12213     }
12214
12215     exit(0);
12216 #else
12217 #if defined(_DB_H_) && defined(BTREEMAGIC) && defined(HASHMAGIC)
12218     printf("You have Berkeley DB Version 1\n");
12219     exit(0);    /* DB version < 2: the coast is clear. */
12220 #else
12221     exit(1);    /* <db.h> not Berkeley DB? */
12222 #endif
12223 #endif
12224 }
12225 EOCP
12226         set try
12227         if eval $compile_ok && ./try; then
12228                 echo 'Looks OK.' >&4
12229         else
12230                 echo "I can't use Berkeley DB with your <db.h>.  I'll disable Berkeley DB." >&4
12231                 i_db=$undef
12232                 case " $libs " in
12233                 *"-ldb "*)
12234                         : Remove db from list of libraries to use
12235                         echo "Removing unusable -ldb from library list" >&4
12236                         set `echo X $libs | $sed -e 's/-ldb / /' -e 's/-ldb$//'`
12237                         shift
12238                         libs="$*"
12239                         echo "libs = $libs" >&4
12240                         ;;
12241                 esac
12242         fi
12243         $rm -f try.*
12244         ;;
12245 esac
12246
12247 case "$i_db" in
12248 define)
12249         : Check the return type needed for hash 
12250         echo " "
12251         echo "Checking return type needed for hash for Berkeley DB ..." >&4
12252         $cat >try.c <<EOCP
12253 #$d_const HASCONST
12254 #ifndef HASCONST
12255 #define const
12256 #endif
12257 #include <sys/types.h>
12258 #include <db.h>
12259
12260 #ifndef DB_VERSION_MAJOR
12261 u_int32_t hash_cb (ptr, size)
12262 const void *ptr;
12263 size_t size;
12264 {
12265 }
12266 HASHINFO info;
12267 int main()
12268 {
12269         info.hash = hash_cb;
12270 }
12271 #endif
12272 EOCP
12273         if $cc $ccflags -c try.c >try.out 2>&1 ; then
12274                 if $contains warning try.out >>/dev/null 2>&1 ; then
12275                         db_hashtype='int'
12276                 else
12277                         db_hashtype='u_int32_t'
12278                 fi
12279         else
12280                 : XXX Maybe we should just give up here.
12281                 db_hashtype=u_int32_t
12282                 $cat try.out >&4
12283                 echo "Help:  I can't seem to compile the db test program." >&4
12284                 echo "Something's wrong, but I'll assume you use $db_hashtype." >&4
12285         fi
12286         $rm -f try.*
12287         echo "Your version of Berkeley DB uses $db_hashtype for hash."
12288         ;;
12289 *)      db_hashtype=u_int32_t
12290         ;;
12291 esac
12292 case "$i_db" in
12293 define)
12294         : Check the return type needed for prefix 
12295         echo " "
12296         echo "Checking return type needed for prefix for Berkeley DB ..." >&4
12297         cat >try.c <<EOCP
12298 #$d_const HASCONST
12299 #ifndef HASCONST
12300 #define const
12301 #endif
12302 #include <sys/types.h>
12303 #include <db.h>
12304
12305 #ifndef DB_VERSION_MAJOR
12306 size_t prefix_cb (key1, key2)
12307 const DBT *key1;
12308 const DBT *key2;
12309 {
12310 }
12311 BTREEINFO info;
12312 int main()
12313 {
12314         info.prefix = prefix_cb;
12315 }
12316 #endif
12317 EOCP
12318         if $cc $ccflags -c try.c  >try.out 2>&1 ; then
12319                 if $contains warning try.out >>/dev/null 2>&1 ; then
12320                         db_prefixtype='int'
12321                 else
12322                         db_prefixtype='size_t'
12323                 fi
12324         else
12325                 db_prefixtype='size_t'
12326                 : XXX Maybe we should just give up here.
12327                 $cat try.out >&4
12328                 echo "Help:  I can't seem to compile the db test program." >&4
12329                 echo "Something's wrong, but I'll assume you use $db_prefixtype." >&4
12330         fi
12331         $rm -f try.*
12332         echo "Your version of Berkeley DB uses $db_prefixtype for prefix."
12333         ;;
12334 *)      db_prefixtype='size_t'
12335         ;;
12336 esac
12337
12338 : check for void type
12339 echo " "
12340 echo "Checking to see how well your C compiler groks the void type..." >&4
12341 case "$voidflags" in
12342 '')
12343         $cat >try.c <<'EOCP'
12344 #if TRY & 1
12345 void sub() {
12346 #else
12347 sub() {
12348 #endif
12349         extern void moo();      /* function returning void */
12350         void (*goo)();          /* ptr to func returning void */
12351 #if TRY & 8
12352         void *hue;              /* generic ptr */
12353 #endif
12354 #if TRY & 2
12355         void (*foo[10])();
12356 #endif
12357
12358 #if TRY & 4
12359         if(goo == moo) {
12360                 exit(0);
12361         }
12362 #endif
12363         exit(0);
12364 }
12365 int main() { sub(); }
12366 EOCP
12367         if $cc $ccflags -c -DTRY=$defvoidused try.c >.out 2>&1 ; then
12368                 voidflags=$defvoidused
12369         echo "Good.  It appears to support void to the level $package wants.">&4
12370                 if $contains warning .out >/dev/null 2>&1; then
12371                         echo "However, you might get some warnings that look like this:"
12372                         $cat .out
12373                 fi
12374         else
12375 echo "Hmm, your compiler has some difficulty with void. Checking further..." >&4
12376                 if $cc $ccflags -c -DTRY=1 try.c >/dev/null 2>&1; then
12377                         echo "It supports 1..."
12378                         if $cc $ccflags -c -DTRY=3 try.c >/dev/null 2>&1; then
12379                                 echo "It also supports 2..."
12380                                 if $cc $ccflags -c -DTRY=7 try.c >/dev/null 2>&1; then
12381                                         voidflags=7
12382                                         echo "And it supports 4 but not 8 definitely."
12383                                 else
12384                                         echo "It doesn't support 4..."
12385                                         if $cc $ccflags -c -DTRY=11 try.c >/dev/null 2>&1; then
12386                                                 voidflags=11
12387                                                 echo "But it supports 8."
12388                                         else
12389                                                 voidflags=3
12390                                                 echo "Neither does it support 8."
12391                                         fi
12392                                 fi
12393                         else
12394                                 echo "It does not support 2..."
12395                                 if $cc $ccflags -c -DTRY=13 try.c >/dev/null 2>&1; then
12396                                         voidflags=13
12397                                         echo "But it supports 4 and 8."
12398                                 else
12399                                         if $cc $ccflags -c -DTRY=5 try.c >/dev/null 2>&1; then
12400                                                 voidflags=5
12401                                                 echo "And it supports 4 but has not heard about 8."
12402                                         else
12403                                                 echo "However it supports 8 but not 4."
12404                                         fi
12405                                 fi
12406                         fi
12407                 else
12408                         echo "There is no support at all for void."
12409                         voidflags=0
12410                 fi
12411         fi
12412 esac
12413 case "$voidflags" in
12414 "$defvoidused") ;;
12415 *)      $cat >&4 <<'EOM'
12416   Support flag bits are:
12417     1: basic void declarations.
12418     2: arrays of pointers to functions returning void.
12419     4: operations between pointers to and addresses of void functions.
12420     8: generic void pointers.
12421 EOM
12422         dflt="$voidflags";
12423         rp="Your void support flags add up to what?"
12424         . ./myread
12425         voidflags="$ans"
12426         ;;
12427 esac
12428 $rm -f try.* .out
12429
12430
12431 : How can we generate normalized random numbers ?
12432 echo " "
12433 echo "Looking for a random number function..." >&4
12434 case "$randfunc" in
12435 '')
12436         if set drand48 val -f; eval $csym; $val; then
12437                 dflt="drand48"
12438                 echo "Good, found drand48()." >&4
12439         elif set random val -f; eval $csym; $val; then
12440                 dflt="random"
12441                 echo "OK, found random()." >&4
12442         else
12443                 dflt="rand"
12444                 echo "Yick, looks like I have to use rand()." >&4
12445         fi
12446         echo " "
12447         ;;
12448 *)
12449         dflt="$randfunc"
12450         ;;
12451 esac
12452 cont=true
12453
12454 case "$ccflags" in
12455 *-Dmy_rand=*|*-Dmy_srand=*)
12456         echo "Removing obsolete -Dmy_rand, -Dmy_srand, and -Drandbits from ccflags." >&4
12457         ccflags="`echo $ccflags | sed -e 's/-Dmy_rand=random/ /'`"
12458         ccflags="`echo $ccflags | sed -e 's/-Dmy_srand=srandom/ /'`"
12459         ccflags="`echo $ccflags | sed -e 's/-Drandbits=[0-9][0-9]*/ /'`"
12460         ;;
12461 esac
12462
12463 while $test "$cont"; do
12464         rp="Use which function to generate random numbers?"
12465         . ./myread
12466         if $test "$ans" = "$dflt"; then
12467                 : null
12468         else
12469                 randbits=''
12470         fi
12471         randfunc="$ans"
12472         if set $ans val -f; eval $csym; $val; then
12473                 cont=''
12474         else
12475                 dflt=y
12476                 rp="I cannot find function $ans. Use that name anyway?"
12477                 . ./myread
12478                 dflt=rand
12479                 case "$ans" in
12480                         [yY]*) cont='';;
12481                 esac
12482         fi
12483         case "$cont" in
12484         '')
12485                 case "$randfunc" in
12486                 drand48)
12487                         drand01="drand48()"
12488                         seedfunc="srand48"
12489                         randbits=48
12490                         randseedtype=long
12491                         ;;
12492                 rand|random)
12493                         case "$randbits" in
12494                         '')
12495 echo "Checking to see how many bits your $randfunc() function produces..." >&4
12496                                 $cat >try.c <<EOCP
12497 #$i_unistd I_UNISTD
12498 #$i_stdlib I_STDLIB
12499 #include <stdio.h>
12500 #ifdef I_UNISTD
12501 #  include <unistd.h>
12502 #endif
12503 #ifdef I_STDLIB
12504 #  include <stdlib.h>
12505 #endif
12506 int main()
12507 {
12508         register int i;
12509         register unsigned long tmp;
12510         register unsigned long max = 0L;
12511
12512         for (i = 1000; i; i--) {
12513                 tmp = (unsigned long) $randfunc();
12514                 if (tmp > max) max = tmp;
12515         }
12516         for (i = 0; max; i++)
12517                 max /= 2;
12518         printf("%d\n",i);
12519 }
12520 EOCP
12521                                 set try
12522                                 if eval $compile_ok; then
12523                                         dflt=`try`
12524                                 else
12525                                         dflt='?'
12526                                         echo "(I can't seem to compile the test program...)"
12527                                 fi
12528                                 ;;
12529                         *)
12530                                 dflt="$randbits"
12531                                 ;;
12532                         esac
12533                         rp="How many bits does your $randfunc() function produce?"
12534                         . ./myread
12535                         randbits="$ans"
12536                         $rm -f try.c try
12537                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
12538                         seedfunc="s$randfunc"
12539                         randseedtype=unsigned
12540                         ;;
12541                 *)
12542                         dflt="31"
12543                         rp="How many bits does your $randfunc() function produce?"
12544                         . ./myread
12545                         randbits="$ans"
12546                         seedfunc="s$randfunc"
12547                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
12548                         if set $seedfunc val -f; eval $csym; $val; then
12549                                 echo "(Using $seedfunc() to seed random generator)"
12550                         else
12551                                 echo "(Warning: no $seedfunc() to seed random generator)"
12552                                 seedfunc=rand
12553                         fi
12554                         randseedtype=unsigned
12555                         ;;
12556                 esac
12557                 ;;
12558         esac
12559 done
12560
12561 echo " "
12562 echo "Determining whether or not we are on an EBCDIC system..." >&4
12563 $cat >tebcdic.c <<'EOM'
12564 int main()
12565 {
12566   if ('M'==0xd4) return 0;
12567   return 1;
12568 }
12569 EOM
12570
12571 val=$undef
12572 set tebcdic
12573 if eval $compile_ok; then
12574         if ./tebcdic; then
12575                 echo "You seem to speak EBCDIC." >&4
12576                 val="$define"
12577         else
12578                 echo "Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF8." >&4
12579         fi
12580 else
12581         echo "I'm unable to compile the test program." >&4
12582         echo "I'll assume ASCII or some ISO Latin. Or UTF8." >&4
12583 fi
12584 $rm -f tebcdic.c tebcdic
12585 set ebcdic
12586 eval $setvar
12587
12588 echo " "
12589 $cat >&4 <<EOM
12590 Checking how to flush all pending stdio output...
12591 EOM
12592 # I only know how to find the first 32 possibly open files on SunOS.
12593 # See also hints/sunos_4_1.sh and util.c  --AD
12594 case "$osname" in
12595 sunos) $echo '#define PERL_FFLUSH_ALL_FOPEN_MAX 32' > try.c ;;
12596 esac
12597 $cat >>try.c <<EOCP
12598 #include <stdio.h>
12599 #$i_unistd I_UNISTD
12600 #ifdef I_UNISTD
12601 # include <unistd.h>
12602 #endif
12603 #$d_sysconf HAS_SYSCONF
12604 #$d_stdio_stream_array HAS_STDIO_STREAM_ARRAY
12605 #ifdef HAS_STDIO_STREAM_ARRAY
12606 # define STDIO_STREAM_ARRAY $stdio_stream_array
12607 #endif
12608 int main() {
12609   FILE* p = fopen("try.out", "w");
12610 #ifdef TRY_FPUTC
12611   fputc('x', p);
12612 #else
12613 # ifdef TRY_FPRINTF
12614   fprintf(p, "x");
12615 # endif
12616 #endif
12617 #ifdef TRY_FFLUSH_NULL
12618   fflush(NULL);
12619 #endif
12620 #ifdef TRY_FFLUSH_ALL
12621   {
12622     long open_max = -1;
12623 # ifdef PERL_FFLUSH_ALL_FOPEN_MAX
12624     open_max = PERL_FFLUSH_ALL_FOPEN_MAX;
12625 # else
12626 #  if defined(HAS_SYSCONF) && defined(_SC_OPEN_MAX)
12627     open_max = sysconf(_SC_OPEN_MAX);
12628 #  else
12629 #   ifdef FOPEN_MAX
12630     open_max = FOPEN_MAX;
12631 #   else
12632 #    ifdef OPEN_MAX
12633     open_max = OPEN_MAX;
12634 #    else
12635 #     ifdef _NFILE
12636     open_max = _NFILE;
12637 #     endif
12638 #    endif
12639 #   endif
12640 #  endif
12641 # endif 
12642 # ifdef HAS_STDIO_STREAM_ARRAY
12643     if (open_max > 0) {
12644       long i;
12645       for (i = 0; i < open_max; i++)
12646             if (STDIO_STREAM_ARRAY[i]._file >= 0 &&
12647                 STDIO_STREAM_ARRAY[i]._file < open_max &&
12648                 STDIO_STREAM_ARRAY[i]._flag)
12649                 fflush(&STDIO_STREAM_ARRAY[i]);
12650     }   
12651   }
12652 # endif
12653 #endif
12654   _exit(42);
12655 }
12656 EOCP
12657 : first we have to find out how _not_ to flush
12658 if $test "X$fflushNULL" = X -o "X$fflushall" = X; then
12659     output=''
12660     set try -DTRY_FPUTC
12661     if eval $compile; then
12662             $rm -f try.out
12663             ./try$exe_ext 2>/dev/null
12664             if $test ! -s try.out -a "X$?" = X42; then
12665                 output=-DTRY_FPUTC
12666             fi
12667     fi
12668     case "$output" in
12669     '')
12670             set try -DTRY_FPRINTF
12671             $rm -f try.out
12672             if eval $compile; then
12673                     $rm -f try.out
12674                     ./try$exe_ext 2>/dev/null
12675                     if $test ! -s try.out -a "X$?" = X42; then
12676                         output=-DTRY_FPRINTF
12677                     fi
12678             fi
12679         ;;
12680     esac
12681 fi
12682 : check for fflush NULL behaviour
12683 case "$fflushNULL" in
12684 '')     set try -DTRY_FFLUSH_NULL $output
12685         if eval $compile; then
12686                 $rm -f try.out
12687                 ./try$exe_ext 2>/dev/null
12688                 code="$?"
12689                 if $test -s try.out -a "X$code" = X42; then
12690                         fflushNULL="`$cat try.out`"
12691                 else
12692                         if $test "X$code" != X42; then
12693                                 $cat >&4 <<EOM
12694 (If this test failed, don't worry, we'll try another method shortly.)
12695 EOM
12696                         fi
12697                 fi
12698         fi
12699         $rm -f core try.core core.try.*
12700         case "$fflushNULL" in
12701         x)      $cat >&4 <<EOM
12702 Your fflush(NULL) works okay for output streams.
12703 Let's see if it clobbers input pipes...
12704 EOM
12705 # As of mid-March 2000 all versions of Solaris appear to have a stdio
12706 # bug that improperly flushes the input end of pipes.  So we avoid the
12707 # autoflush on fork/system/exec support for now. :-(
12708 $cat >tryp.c <<EOCP
12709 #include <stdio.h>
12710 int
12711 main(int argc, char **argv)
12712 {
12713     char buf[1024];
12714     int i;
12715     char *bp = buf;
12716     while (1) {
12717         while ((i = getc(stdin)) != -1
12718                && (*bp++ = i) != '\n'
12719                && bp < &buf[1024])
12720         /* DO NOTHING */ ;
12721         *bp = '\0';
12722         fprintf(stdout, "%s", buf);
12723         fflush(NULL);
12724         if (i == -1)
12725             return 0;
12726         bp = buf;
12727     }
12728 }
12729 EOCP
12730                 fflushNULL="$define"
12731                 set tryp
12732                 if eval $compile; then
12733                     $rm -f tryp.out
12734                     $cat tryp.c | ./tryp$exe_ext 2>/dev/null > tryp.out
12735                     if cmp tryp.c tryp.out >/dev/null 2>&1; then
12736                        $cat >&4 <<EOM
12737 fflush(NULL) seems to behave okay with input streams.
12738 EOM
12739                         fflushNULL="$define"
12740                     else
12741                         $cat >&4 <<EOM
12742 Ouch, fflush(NULL) clobbers input pipes!  We will not use it.
12743 EOM
12744                         fflushNULL="$undef"
12745                     fi
12746                 fi
12747                 $rm -f core tryp.c tryp.core core.tryp.*
12748                 ;;
12749         '')     $cat >&4 <<EOM
12750 Your fflush(NULL) isn't working (contrary to ANSI C).
12751 EOM
12752                 fflushNULL="$undef"
12753                 ;;
12754         *)      $cat >&4 <<EOM
12755 Cannot figure out whether your fflush(NULL) works or not.
12756 I'm assuming it doesn't (contrary to ANSI C).
12757 EOM
12758                 fflushNULL="$undef"
12759                 ;;
12760         esac
12761         ;;
12762 $define|true|[yY]*)
12763         fflushNULL="$define"
12764         ;;
12765 *)
12766         fflushNULL="$undef"
12767         ;;
12768 esac
12769 : check explicit looping only if NULL did not work, and if the pipe
12770 : bug does not show up on an explicit flush too
12771 case "$fflushNULL" in
12772 "$undef")
12773         $cat >tryp.c <<EOCP
12774 #include <stdio.h>
12775 int
12776 main(int argc, char **argv)
12777 {
12778     char buf[1024];
12779     int i;
12780     char *bp = buf;
12781     while (1) {
12782         while ((i = getc(stdin)) != -1
12783                && (*bp++ = i) != '\n'
12784                && bp < &buf[1024])
12785         /* DO NOTHING */ ;
12786         *bp = '\0';
12787         fprintf(stdout, "%s", buf);
12788         fflush(stdin);
12789         if (i == -1)
12790             return 0;
12791         bp = buf;
12792     }
12793 }
12794 EOCP
12795         set tryp
12796         if eval $compile; then
12797             $rm -f tryp.out
12798             $cat tryp.c | ./tryp$exe_ext 2>/dev/null > tryp.out
12799             if cmp tryp.c tryp.out >/dev/null 2>&1; then
12800                $cat >&4 <<EOM
12801 Good, at least fflush(stdin) seems to behave okay when stdin is a pipe.
12802 EOM
12803                 : now check for fflushall behaviour
12804                 case "$fflushall" in
12805                 '')     set try -DTRY_FFLUSH_ALL $output
12806                         if eval $compile; then
12807                                 $cat >&4 <<EOM
12808 (Now testing the other method--but note that this also may fail.)
12809 EOM
12810                                 $rm -f try.out
12811                                 ./try$exe_ext 2>/dev/null
12812                                 if $test -s try.out -a "X$?" = X42; then
12813                                         fflushall="`$cat try.out`"
12814                                 fi
12815                         fi
12816                         $rm -f core try.core core.try.*
12817                         case "$fflushall" in
12818                         x)      $cat >&4 <<EOM
12819 Whew. Flushing explicitly all the stdio streams works.
12820 EOM
12821                                 fflushall="$define"
12822                                 ;;
12823                         '')     $cat >&4 <<EOM
12824 Sigh. Flushing explicitly all the stdio streams doesn't work.
12825 EOM
12826                                 fflushall="$undef"
12827                                 ;;
12828                         *)      $cat >&4 <<EOM
12829 Cannot figure out whether flushing stdio streams explicitly works or not.
12830 I'm assuming it doesn't.
12831 EOM
12832                                 fflushall="$undef"
12833                                 ;;
12834                         esac
12835                         ;;
12836                 "$define"|true|[yY]*)
12837                         fflushall="$define"
12838                         ;;
12839                 *)
12840                         fflushall="$undef"
12841                         ;;
12842                 esac
12843             else
12844                 $cat >&4 <<EOM
12845 All is futile.  Even fflush(stdin) clobbers input pipes!
12846 EOM
12847                 fflushall="$undef"
12848             fi
12849         else
12850             fflushall="$undef"
12851         fi
12852         $rm -f core tryp.c tryp.core core.tryp.*
12853         ;;
12854 *)      fflushall="$undef"
12855         ;;
12856 esac
12857
12858 case "$fflushNULL$fflushall" in
12859 undefundef)
12860         $cat <<EOM
12861 OK, I give up.  I cannot figure out how to flush pending stdio output.
12862 We won't be flushing handles at all before fork/exec/popen.
12863 EOM
12864         ;;
12865 esac
12866 $rm -f try.* try$exe_ext
12867
12868 : Store the full pathname to the ar program for use in the C program
12869 : Respect a hint or command line value for full_ar.
12870 case "$full_ar" in
12871 '') full_ar=$ar ;;
12872 esac
12873
12874 : Store the full pathname to the sed program for use in the C program
12875 full_sed=$sed
12876
12877 : see what type gids are declared as in the kernel
12878 echo " "
12879 echo "Looking for the type for group ids returned by getgid()."
12880 set gid_t gidtype xxx stdio.h sys/types.h
12881 eval $typedef
12882 case "$gidtype" in
12883 xxx)
12884         xxx=`./findhdr sys/user.h`
12885         set `grep 'groups\[NGROUPS\];' "$xxx" 2>/dev/null` unsigned short
12886         case $1 in
12887         unsigned) dflt="$1 $2" ;;
12888         *) dflt="$1" ;;
12889         esac
12890         ;;
12891 *) dflt="$gidtype";;
12892 esac
12893 case "$gidtype" in
12894 gid_t) echo "gid_t found." ;;
12895 *)      rp="What is the type for group ids returned by getgid()?"
12896         . ./myread
12897         gidtype="$ans"
12898         ;;
12899 esac
12900
12901 echo " "
12902 case "$gidtype" in
12903 *_t) zzz="$gidtype"     ;;
12904 *)   zzz="gid"          ;;
12905 esac
12906 echo "Checking the size of $zzz..." >&4 
12907 cat > try.c <<EOCP
12908 #include <sys/types.h>
12909 #include <stdio.h>
12910 int main() {
12911     printf("%d\n", (int)sizeof($gidtype));
12912     exit(0);
12913 }
12914 EOCP
12915 set try
12916 if eval $compile_ok; then
12917         yyy=`./try`
12918         case "$yyy" in
12919         '')     gidsize=4
12920                 echo "(I can't execute the test program--guessing $gidsize.)" >&4
12921                 ;;
12922         *)      gidsize=$yyy
12923                 echo "Your $zzz is $gidsize bytes long."
12924                 ;;
12925         esac
12926 else
12927         gidsize=4
12928         echo "(I can't compile the test program--guessing $gidsize.)" >&4
12929 fi
12930
12931
12932 echo " "
12933 case "$gidtype" in
12934 *_t) zzz="$gidtype"     ;;
12935 *)   zzz="gid"          ;;
12936 esac
12937 echo "Checking the sign of $zzz..." >&4 
12938 cat > try.c <<EOCP
12939 #include <sys/types.h>
12940 #include <stdio.h>
12941 int main() {
12942         $gidtype foo = -1;
12943         if (foo < 0)
12944                 printf("-1\n");
12945         else
12946                 printf("1\n");
12947 }
12948 EOCP
12949 set try
12950 if eval $compile; then
12951         yyy=`./try`
12952         case "$yyy" in
12953         '')     gidsign=1
12954                 echo "(I can't execute the test program--guessing unsigned.)" >&4
12955                 ;;
12956         *)      gidsign=$yyy
12957                 case "$gidsign" in
12958                  1) echo "Your $zzz is unsigned." ;;
12959                 -1) echo "Your $zzz is signed."   ;;
12960                 esac
12961                 ;;
12962         esac
12963 else
12964         gidsign=1
12965         echo "(I can't compile the test program--guessing unsigned.)" >&4
12966 fi
12967
12968
12969 echo " "
12970
12971 if $test X"$quadtype" != X; then
12972
12973 echo "Checking how to print 64-bit integers..." >&4
12974
12975 if $test X"$sPRId64" = X -a X"$quadtype" = Xint; then
12976         $cat >try.c <<'EOCP'
12977 #include <sys/types.h>
12978 #include <stdio.h>
12979 int main() {
12980   int q = 12345678901;
12981   printf("%ld\n", q);
12982 }
12983 EOCP
12984         set try
12985         if eval $compile; then
12986                 yyy=`./try$exe_ext`
12987                 case "$yyy" in
12988                 12345678901)
12989                         sPRId64='"d"'; sPRIi64='"i"'; sPRIu64='"u"';
12990                         sPRIo64='"o"'; sPRIx64='"x"'; sPRIXU64='"X"';
12991                         echo "We will use %d."
12992                         ;;
12993                 esac
12994         fi
12995 fi
12996
12997 if $test X"$sPRId64" = X -a X"$quadtype" = Xlong; then
12998         $cat >try.c <<'EOCP'
12999 #include <sys/types.h>
13000 #include <stdio.h>
13001 int main() {
13002   long q = 12345678901;
13003   printf("%ld\n", q);
13004 }
13005 EOCP
13006         set try
13007         if eval $compile; then
13008                 yyy=`./try$exe_ext`
13009                 case "$yyy" in
13010                 12345678901)
13011                         sPRId64='"ld"'; sPRIi64='"li"'; sPRIu64='"lu"';
13012                         sPRIo64='"lo"'; sPRIx64='"lx"'; sPRIXU64='"lX"';
13013                         echo "We will use %ld."
13014                         ;;
13015                 esac
13016         fi
13017 fi
13018
13019 if $test X"$sPRId64" = X -a X"$i_inttypes" = X"$define" -a X"$quadtype" = Xint64_t; then
13020         $cat >try.c <<'EOCP'
13021 #include <sys/types.h>
13022 #include <inttypes.h>
13023 #include <stdio.h>
13024 int main() {
13025   int64_t q = 12345678901;
13026   printf("%" PRId64 "\n", q);
13027 }
13028 EOCP
13029         set try
13030         if eval $compile; then
13031                 yyy=`./try$exe_ext`
13032                 case "$yyy" in
13033                 12345678901)
13034                         sPRId64=PRId64; sPRIi64=PRIi64; sPRIu64=PRIu64;
13035                         sPRIo64=PRIo64; sPRIx64=PRIx64; sPRIXU64=PRIXU64;
13036                         echo "We will use the C9X style."
13037                         ;;
13038                 esac
13039         fi
13040 fi
13041
13042 if $test X"$sPRId64" = X -a X"$quadtype" = X"long long"; then
13043         $cat >try.c <<'EOCP'
13044 #include <sys/types.h>
13045 #include <stdio.h>
13046 int main() {
13047   long long q = 12345678901LL; /* AIX cc requires the LL suffix. */
13048   printf("%lld\n", q);
13049 }
13050 EOCP
13051         set try
13052         if eval $compile; then
13053                 yyy=`./try$exe_ext`
13054                 case "$yyy" in
13055                 12345678901)
13056                         sPRId64='"lld"'; sPRIi64='"lli"'; sPRIu64='"llu"';
13057                         sPRIo64='"llo"'; sPRIx64='"llx"'; sPRIXU64='"llX"';
13058                         echo "We will use the %lld style."
13059                         ;;
13060                 esac
13061         fi
13062 fi
13063
13064 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
13065         $cat >try.c <<EOCP
13066 #include <sys/types.h>
13067 #include <stdio.h>
13068 int main() {
13069   $quadtype q = 12345678901;
13070   printf("%Ld\n", q);
13071 }
13072 EOCP
13073         set try
13074         if eval $compile; then
13075                 yyy=`./try$exe_ext`
13076                 case "$yyy" in
13077                 12345678901)
13078                         sPRId64='"Ld"'; sPRIi64='"Li"'; sPRIu64='"Lu"';
13079                         sPRIo64='"Lo"'; sPRIx64='"Lx"'; sPRIXU64='"LX"';
13080                         echo "We will use %Ld."
13081                         ;;
13082                 esac
13083         fi
13084 fi
13085
13086 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
13087         $cat >try.c <<EOCP
13088 #include <sys/types.h>
13089 #include <stdio.h>
13090 int main() {
13091   $quadtype q = 12345678901;
13092   printf("%qd\n", q);
13093 }
13094 EOCP
13095         set try
13096         if eval $compile; then
13097                 yyy=`./try$exe_ext`
13098                 case "$yyy" in
13099                 12345678901)
13100                         sPRId64='"qd"'; sPRIi64='"qi"'; sPRIu64='"qu"';
13101                         sPRIo64='"qo"'; sPRIx64='"qx"'; sPRIXU64='"qX"';
13102                         echo "We will use %qd."
13103                         ;;
13104                 esac
13105         fi
13106 fi
13107
13108 if $test X"$sPRId64" = X; then
13109         echo "Cannot figure out how to print 64-bit integers." >&4
13110 fi
13111
13112 $rm -f try try.*
13113
13114 fi
13115
13116 case "$sPRId64" in
13117 '')     d_PRId64="$undef"; d_PRIi64="$undef"; d_PRIu64="$undef"; 
13118         d_PRIo64="$undef"; d_PRIx64="$undef"; d_PRIXU64="$undef"; 
13119         ;;
13120 *)      d_PRId64="$define"; d_PRIi64="$define"; d_PRIu64="$define"; 
13121         d_PRIo64="$define"; d_PRIx64="$define"; d_PRIXU64="$define"; 
13122         ;;
13123 esac
13124
13125
13126 echo " "
13127 $echo "Checking the format strings to be used for Perl's internal types..." >&4
13128
13129 if $test X"$ivsize" = X8; then
13130         ivdformat="$sPRId64"
13131         uvuformat="$sPRIu64"
13132         uvoformat="$sPRIo64"
13133         uvxformat="$sPRIx64"
13134         uvXUformat="$sPRIXU64"
13135 else
13136         if $test X"$ivsize" = X"$longsize"; then
13137                 ivdformat='"ld"'
13138                 uvuformat='"lu"'
13139                 uvoformat='"lo"'
13140                 uvxformat='"lx"'
13141                 uvXUformat='"lX"'
13142         else
13143                 if $test X"$ivsize" = X"$intsize"; then
13144                         ivdformat='"d"'
13145                         uvuformat='"u"'
13146                         uvoformat='"o"'
13147                         uvxformat='"x"'
13148                         uvXUformat='"X"'
13149                 else
13150                         : far out
13151                         if $test X"$ivsize" = X"$shortsize"; then
13152                                 ivdformat='"hd"'
13153                                 uvuformat='"hu"'
13154                                 uvoformat='"ho"'
13155                                 uvxformat='"hx"'
13156                                 uvXUformat='"hX"'
13157                         fi
13158                 fi
13159         fi
13160 fi
13161
13162 if $test X"$uselongdouble" = X"$define" -a X"$d_longdbl" = X"$define" -a X"$d_PRIgldbl" = X"$define"; then
13163         nveformat="$sPRIeldbl"
13164         nvfformat="$sPRIfldbl"
13165         nvgformat="$sPRIgldbl"
13166         nvEUformat="$sPRIEUldbl"
13167         nvFUformat="$sPRIFUldbl"
13168         nvGUformat="$sPRIGUldbl"
13169 else
13170         nveformat='"e"'
13171         nvfformat='"f"'
13172         nvgformat='"g"'
13173         nvEUformat='"E"'
13174         nvFUformat='"F"'
13175         nvGUformat='"G"'
13176 fi
13177
13178 case "$ivdformat" in
13179 '') echo "$0: Fatal: failed to find format strings, cannot continue." >& 4
13180     exit 1
13181     ;;
13182 esac
13183
13184
13185 echo " "
13186 $echo "Checking the format string to be used for gids..." >&4
13187
13188 case "$gidsign" in
13189 -1)     if $test X"$gidsize" = X"$ivsize"; then
13190                 gidformat="$ivdformat"
13191         else
13192                 if $test X"$gidsize" = X"$longsize"; then
13193                         gidformat='"ld"'
13194                 else
13195                         if $test X"$gidsize" = X"$intsize"; then
13196                                 gidformat='"d"'
13197                         else
13198                                 if $test X"$gidsize" = X"$shortsize"; then
13199                                         gidformat='"hd"'
13200                                 fi
13201                         fi
13202                 fi
13203         fi
13204         ;;
13205 *)      if $test X"$gidsize" = X"$uvsize"; then
13206                 gidformat="$uvuformat"
13207         else
13208                 if $test X"$gidsize" = X"$longsize"; then
13209                         gidformat='"lu"'
13210                 else
13211                         if $test X"$gidsize" = X"$intsize"; then
13212                                 gidformat='"u"'
13213                         else
13214                                 if $test X"$gidsize" = X"$shortsize"; then
13215                                         gidformat='"hu"'
13216                                 fi
13217                         fi
13218                 fi
13219         fi
13220         ;;
13221 esac
13222
13223 : see if getgroups exists
13224 set getgroups d_getgrps
13225 eval $inlibc
13226
13227 : see if setgroups exists
13228 set setgroups d_setgrps
13229 eval $inlibc
13230
13231
13232 : Find type of 2nd arg to 'getgroups()' and 'setgroups()'
13233 echo " "
13234 case "$d_getgrps$d_setgrps" in
13235 *define*)
13236         case "$groupstype" in
13237         '') dflt="$gidtype" ;;
13238         *)  dflt="$groupstype" ;;
13239         esac
13240         $cat <<EOM
13241 What type of pointer is the second argument to getgroups() and setgroups()?
13242 Usually this is the same as group ids, $gidtype, but not always.
13243
13244 EOM
13245         rp='What type pointer is the second argument to getgroups() and setgroups()?'
13246         . ./myread
13247         groupstype="$ans"
13248         ;;
13249 *)  groupstype="$gidtype";;
13250 esac
13251
13252 echo " "
13253 echo "Checking if your $make program sets \$(MAKE)..." >&4
13254 case "$make_set_make" in
13255 '')
13256         $sed 's/^X //' > testmake.mak << 'EOF'
13257 Xall:
13258 X       @echo 'maketemp="$(MAKE)"'
13259 EOF
13260         case "`$make -f testmake.mak 2>/dev/null`" in
13261         *maketemp=*) make_set_make='#' ;;
13262         *)      make_set_make="MAKE=$make" ;;
13263         esac
13264         $rm -f testmake.mak
13265         ;;
13266 esac
13267 case "$make_set_make" in
13268 '#') echo "Yup, it does.";;
13269 *) echo "Nope, it doesn't.";;
13270 esac
13271
13272 : see what type is used for mode_t
13273 rp="What is the type used for file modes for system calls (e.g. fchmod())?"
13274 set mode_t modetype int stdio.h sys/types.h
13275 eval $typedef_ask
13276
13277 : define a fucntion to check prototypes
13278 $cat > protochk <<EOSH
13279 $startsh
13280 cc="$cc"
13281 optimize="$optimize"
13282 ccflags="$ccflags"
13283 prototype="$prototype"
13284 define="$define"
13285 rm=$rm
13286 EOSH
13287
13288 $cat >> protochk <<'EOSH'
13289
13290 $rm -f try.c
13291 foo="$1"
13292 shift
13293 while test $# -ge 2; do
13294         case "$1" in
13295                 $define) echo "#include <$2>" >> try.c ;;
13296                 literal) echo "$2" >> try.c ;;
13297         esac
13298     shift 2
13299 done
13300 test "$prototype" = "$define"  && echo '#define CAN_PROTOTYPE' >> try.c
13301 cat >> try.c <<'EOCP'
13302 #ifdef CAN_PROTOTYPE
13303 #define _(args) args
13304 #else
13305 #define _(args) ()
13306 #endif
13307 EOCP
13308 echo "$foo" >> try.c
13309 echo 'int no_real_function_has_this_name _((void)) { return 0; }' >> try.c
13310 $cc $optimize $ccflags -c try.c > /dev/null 2>&1
13311 status=$?
13312 $rm -f try.[co]
13313 exit $status
13314 EOSH
13315 chmod +x protochk
13316 $eunicefix protochk
13317
13318 : see what type is used for size_t
13319 rp="What is the type used for the length parameter for string functions?"
13320 set size_t sizetype 'unsigned int' stdio.h sys/types.h
13321 eval $typedef_ask
13322
13323 : check for type of arguments to gethostbyaddr. 
13324 if test "X$netdb_host_type" = X -o "X$netdb_hlen_type" = X; then
13325         case "$d_gethbyaddr" in
13326         $define)
13327                 $cat <<EOM
13328
13329 Checking to see what type of arguments are accepted by gethostbyaddr().
13330 EOM
13331                 hdrs="$define sys/types.h
13332                         $d_socket sys/socket.h 
13333                         $i_niin netinet/in.h 
13334                         $i_netdb netdb.h
13335                         $i_unistd unistd.h"
13336                 : The first arg can 'char *' or 'void *'
13337                 : The second arg is some of integral type
13338                 for xxx in in_addr_t 'const void *' 'const char *' 'void *' 'char *'; do
13339                         for yyy in size_t long int; do
13340                                 case "$netdb_host_type" in
13341                                 '')     try="extern struct hostent *gethostbyaddr($xxx, $yyy, int);"
13342                                         if ./protochk "$try" $hdrs; then
13343                                                 echo "Your system accepts $xxx for the first arg."
13344                                                 echo "...and $yyy for the second arg."
13345                                                 netdb_host_type="$xxx"
13346                                                 netdb_hlen_type="$yyy"
13347                                         fi
13348                                         ;;
13349                                 esac
13350                         done
13351                 done
13352                 : In case none of those worked, prompt the user.
13353                 case "$netdb_host_type" in
13354                 '')     rp='What is the type for the 1st argument to gethostbyaddr?'
13355                         dflt='char *'
13356                         . ./myread
13357                         netdb_host_type=$ans
13358                         rp='What is the type for the 2nd argument to gethostbyaddr?'
13359                         dflt="$sizetype"
13360                         . ./myread
13361                         netdb_hlen_type=$ans
13362                         ;;
13363                 esac
13364                 ;;
13365         *)      : no gethostbyaddr, so pick harmless defaults
13366                 netdb_host_type='char *'
13367                 netdb_hlen_type="$sizetype"
13368                 ;;
13369         esac
13370         # Remove the "const" if needed. -- but then we'll have a 
13371         # prototype clash!
13372         # netdb_host_type=`echo "$netdb_host_type" | sed 's/^const //'`
13373 fi
13374
13375 : check for type of argument to gethostbyname. 
13376 if test "X$netdb_name_type" = X ; then
13377         case "$d_gethbyname" in
13378         $define)
13379                 $cat <<EOM
13380
13381 Checking to see what type of argument is accepted by gethostbyname().
13382 EOM
13383                 hdrs="$define sys/types.h
13384                         $d_socket sys/socket.h 
13385                         $i_niin netinet/in.h 
13386                         $i_netdb netdb.h
13387                         $i_unistd unistd.h"
13388                 for xxx in "const char *" "char *"; do
13389                         case "$netdb_name_type" in
13390                         '')     try="extern struct hostent *gethostbyname($xxx);"
13391                                 if ./protochk "$try" $hdrs; then
13392                                         echo "Your system accepts $xxx."
13393                                         netdb_name_type="$xxx"
13394                                 fi
13395                                 ;;
13396                         esac
13397                 done
13398                 : In case none of those worked, prompt the user.
13399                 case "$netdb_name_type" in
13400                 '')     rp='What is the type for the 1st argument to gethostbyname?'
13401                         dflt='char *'
13402                         . ./myread
13403                         netdb_name_type=$ans
13404                         ;;
13405                 esac
13406                 ;;
13407         *)      : no gethostbyname, so pick harmless default
13408                 netdb_name_type='char *'
13409                 ;;
13410         esac
13411 fi
13412
13413 : check for type of 1st argument to getnetbyaddr. 
13414 if test "X$netdb_net_type" = X ; then
13415         case "$d_getnbyaddr" in
13416         $define)
13417                 $cat <<EOM
13418
13419 Checking to see what type of 1st argument is accepted by getnetbyaddr().
13420 EOM
13421                 hdrs="$define sys/types.h
13422                         $d_socket sys/socket.h 
13423                         $i_niin netinet/in.h 
13424                         $i_netdb netdb.h
13425                         $i_unistd unistd.h"
13426                 for xxx in in_addr_t "unsigned long" long "unsigned int" int; do
13427                         case "$netdb_net_type" in
13428                         '')     try="extern struct netent *getnetbyaddr($xxx, int);"
13429                                 if ./protochk "$try" $hdrs; then
13430                                         echo "Your system accepts $xxx."
13431                                         netdb_net_type="$xxx"
13432                                 fi
13433                                 ;;
13434                         esac
13435                 done
13436                 : In case none of those worked, prompt the user.
13437                 case "$netdb_net_type" in
13438                 '')     rp='What is the type for the 1st argument to getnetbyaddr?'
13439                         dflt='long'
13440                         . ./myread
13441                         netdb_net_type=$ans
13442                         ;;
13443                 esac
13444                 ;;
13445         *)      : no getnetbyaddr, so pick harmless default
13446                 netdb_net_type='long'
13447                 ;;
13448         esac
13449 fi
13450 : locate the preferred pager for this system
13451 case "$pager" in
13452 '')
13453         dflt=''
13454         case "$pg" in
13455         /*) dflt=$pg;;
13456         [a-zA-Z]:/*) dflt=$pg;;
13457         esac
13458         case "$more" in
13459         /*) dflt=$more;;
13460         [a-zA-Z]:/*) dflt=$more;;
13461         esac
13462         case "$less" in
13463         /*) dflt=$less;;
13464         [a-zA-Z]:/*) dflt=$less;;
13465         esac
13466         case "$dflt" in
13467         '') dflt=/usr/ucb/more;;
13468         esac
13469         ;;
13470 *) dflt="$pager";;
13471 esac
13472 echo " "
13473 fn=f/
13474 rp='What pager is used on your system?'
13475 . ./getfile
13476 pager="$ans"
13477
13478 : see what type pids are declared as in the kernel
13479 rp="What is the type of process ids on this system?"
13480 set pid_t pidtype int stdio.h sys/types.h
13481 eval $typedef_ask
13482
13483 : Find earliest binary compatible site_perl subdirectory perl can use.
13484 case "$bincompat5005" in
13485 "$define") xs_apiversion='5.005' ;;
13486 *) xs_apiversion=$version ;;   # The current site_perl version.
13487 esac
13488 : Find earliest pure perl site_perl subdirectory perl can use.
13489 : The versioned directories started at 5.005.
13490 pm_apiversion='5.005'
13491
13492 : check for length of pointer
13493 echo " "
13494 case "$ptrsize" in
13495 '')
13496         echo "Checking to see how big your pointers are..." >&4
13497         if test "$voidflags" -gt 7; then
13498                 echo '#define VOID_PTR char *' > try.c
13499         else
13500                 echo '#define VOID_PTR void *' > try.c
13501         fi
13502         $cat >>try.c <<'EOCP'
13503 #include <stdio.h>
13504 int main()
13505 {
13506     printf("%d\n", (int)sizeof(VOID_PTR));
13507     exit(0);
13508 }
13509 EOCP
13510         set try
13511         if eval $compile_ok; then
13512                 ptrsize=`./try`
13513                 echo "Your pointers are $ptrsize bytes long."
13514         else
13515                 dflt='4'
13516                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
13517                 rp="What is the size of a pointer (in bytes)?"
13518                 . ./myread
13519                 ptrsize="$ans"
13520         fi
13521         ;;
13522 esac
13523 $rm -f try.c try
13524
13525 : see if ar generates random libraries by itself
13526 echo " "
13527 echo "Checking how to generate random libraries on your machine..." >&4
13528 echo 'int bar1() { return bar2(); }' > bar1.c
13529 echo 'int bar2() { return 2; }' > bar2.c
13530 $cat > foo.c <<'EOP'
13531 int main() { printf("%d\n", bar1()); exit(0); }
13532 EOP
13533 $cc $ccflags -c bar1.c >/dev/null 2>&1
13534 $cc $ccflags -c bar2.c >/dev/null 2>&1
13535 $cc $ccflags -c foo.c >/dev/null 2>&1
13536 $ar rc bar$_a bar2$_o bar1$_o >/dev/null 2>&1
13537 if $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 &&
13538         ./foobar >/dev/null 2>&1; then
13539         echo "$ar appears to generate random libraries itself."
13540         orderlib=false
13541         ranlib=":"
13542 elif $ar ts bar$_a >/dev/null 2>&1 &&
13543         $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 &&
13544         ./foobar >/dev/null 2>&1; then
13545                 echo "a table of contents needs to be added with '$ar ts'."
13546                 orderlib=false
13547                 ranlib="$ar ts"
13548 else
13549         case "$ranlib" in
13550         :) ranlib='';;
13551         '')
13552                 ranlib=`./loc ranlib X /usr/bin /bin /usr/local/bin`
13553                 $test -f $ranlib || ranlib=''
13554                 ;;
13555         esac
13556         if $test -n "$ranlib"; then
13557                 echo "your system has '$ranlib'; we'll use that."
13558                 orderlib=false
13559         else
13560                 echo "your system doesn't seem to support random libraries"
13561                 echo "so we'll use lorder and tsort to order the libraries."
13562                 orderlib=true
13563                 ranlib=":"
13564         fi
13565 fi
13566 $rm -f foo* bar* 
13567
13568 : check for type of arguments to select. 
13569 case "$selecttype" in
13570 '') case "$d_select" in
13571         $define)
13572                 echo " "
13573                 $cat <<EOM
13574 Checking to see what type of arguments are accepted by select().
13575 EOM
13576                 hdrs="$define sys/types.h
13577                         $i_systime sys/time.h 
13578                         $i_sysselct sys/select.h
13579                         $d_socket sys/socket.h"
13580                 : The first arg can be int, unsigned, or size_t
13581                 : The last arg may or may not be 'const'
13582                 val=''
13583                 : void pointer has been seen but using that
13584                 : breaks the selectminbits test
13585                 for xxx in 'fd_set *' 'int *'; do
13586                         for nfd in 'int' 'size_t' 'unsigned long' 'unsigned' ; do
13587                                 for tmo in 'struct timeval *' 'const struct timeval *'; do
13588                                         case "$val" in
13589                                         '')     try="extern select _(($nfd, $xxx, $xxx, $xxx, $tmo));"
13590                                                 if ./protochk "$try" $hdrs; then
13591                                                         echo "Your system accepts $xxx."
13592                                                         val="$xxx"
13593                                                 fi
13594                                                 ;;
13595                                         esac
13596                                 done
13597                         done
13598                 done
13599                 case "$val" in
13600                 '')     rp='What is the type for the 2nd, 3rd, and 4th arguments to select?'
13601                         case "$d_fd_set" in
13602                                 $define) dflt="fd_set *" ;;
13603                                 *)              dflt="int *" ;;
13604                         esac
13605                         . ./myread
13606                         val=$ans
13607                         ;;
13608                 esac
13609                 selecttype="$val"
13610                 ;;
13611         *)      : no select, so pick a harmless default
13612                 selecttype='int *'
13613                 ;;
13614         esac
13615         ;;
13616 esac
13617
13618 : check for the select 'width'
13619 case "$selectminbits" in
13620 '') case "$d_select" in
13621         $define)
13622                 $cat <<EOM
13623
13624 Checking to see on how many bits at a time your select() operates...
13625 EOM
13626                 $cat >try.c <<EOCP
13627 #include <sys/types.h>
13628 #$i_time I_TIME
13629 #$i_systime I_SYS_TIME
13630 #$i_systimek I_SYS_TIME_KERNEL
13631 #ifdef I_TIME
13632 #   include <time.h>
13633 #endif
13634 #ifdef I_SYS_TIME
13635 #   ifdef I_SYS_TIME_KERNEL
13636 #       define KERNEL
13637 #   endif
13638 #   include <sys/time.h>
13639 #   ifdef I_SYS_TIME_KERNEL
13640 #       undef KERNEL
13641 #   endif
13642 #endif
13643 #$i_sysselct I_SYS_SELECT
13644 #ifdef I_SYS_SELECT
13645 #include <sys/select.h>
13646 #endif
13647 #$d_socket HAS_SOCKET
13648 #ifdef HAS_SOCKET
13649 #   include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
13650 #endif
13651 #include <stdio.h>
13652 $selecttype b;
13653 #define S sizeof(*(b))
13654 #define MINBITS 64
13655 #define NBYTES (S * 8 > MINBITS ? S : MINBITS/8)
13656 #define NBITS  (NBYTES * 8)
13657 int main() {
13658     char s[NBYTES];
13659     struct timeval t;
13660     int i;
13661     FILE* fp;
13662     int fd;
13663
13664     fclose(stdin);
13665     fp = fopen("try.c", "r");
13666     if (fp == 0)
13667       exit(1);
13668     fd = fileno(fp);
13669     if (fd < 0)
13670       exit(2);
13671     b = ($selecttype)s;
13672     for (i = 0; i < NBITS; i++)
13673         FD_SET(i, b);
13674     t.tv_sec  = 0;
13675     t.tv_usec = 0;
13676     select(fd + 1, b, 0, 0, &t);
13677     for (i = NBITS - 1; i > fd && FD_ISSET(i, b); i--);
13678     printf("%d\n", i + 1);
13679     return 0;
13680 }
13681 EOCP
13682                 set try
13683                 if eval $compile_ok; then
13684                         selectminbits=`./try`
13685                         case "$selectminbits" in
13686                         '')     cat >&4 <<EOM
13687 Cannot figure out on how many bits at a time your select() operates.
13688 I'll play safe and guess it is 32 bits.
13689 EOM
13690                                 selectminbits=32
13691                                 bits="32 bits"
13692                                 ;;
13693                         1)      bits="1 bit" ;;
13694                         *)      bits="$selectminbits bits" ;;
13695                         esac
13696                         echo "Your select() operates on $bits at a time." >&4
13697                 else
13698                         rp='What is the minimum number of bits your select() operates on?'
13699                         case "$byteorder" in
13700                         1234|12345678)  dflt=32 ;;
13701                         *)              dflt=1  ;;
13702                         esac
13703                         . ./myread
13704                         val=$ans
13705                         selectminbits="$val"
13706                 fi
13707                 $rm -f try.* try
13708                 ;;
13709         *)      : no select, so pick a harmless default
13710                 selectminbits='32'
13711                 ;;
13712         esac
13713         ;;
13714 esac
13715
13716 : Trace out the files included by signal.h, then look for SIGxxx names.
13717 : Remove SIGARRAYSIZE used by HPUX.
13718 : Remove SIGSTKSIZE used by Linux.
13719 : Remove SIGSTKSZ used by Posix.
13720 : Remove SIGTYP void lines used by OS2.
13721 : Some cpps, like os390, dont give the file name anywhere
13722 if [ "X$fieldn" = X ]; then
13723         : Just make some guesses.  We check them later.
13724         xxx='/usr/include/signal.h /usr/include/sys/signal.h'
13725 else
13726         xxx=`echo '#include <signal.h>' |
13727         $cppstdin $cppminus $cppflags 2>/dev/null |
13728         $grep '^[       ]*#.*include' | 
13729         $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sort | $uniq`
13730 fi
13731 : Check this list of files to be sure we have parsed the cpp output ok.
13732 : This will also avoid potentially non-existent files, such 
13733 : as ../foo/bar.h
13734 xxxfiles=''
13735 for xx in $xxx /dev/null ; do
13736         $test -f "$xx" && xxxfiles="$xxxfiles $xx"
13737 done
13738 : If we have found no files, at least try signal.h
13739 case "$xxxfiles" in
13740 '')     xxxfiles=`./findhdr signal.h` ;;
13741 esac
13742 xxx=`awk '
13743 $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $2 !~ /SIGARRAYSIZE/ && $2 !~ /SIGSTKSIZE/ && $2 !~ /SIGSTKSZ/ && $3 !~ /void/ {
13744         print substr($2, 4, 20)
13745 }
13746 $1 == "#" && $2 ~ /^define$/ && $3 ~ /^SIG[A-Z0-9]*$/ && $3 !~ /SIGARRAYSIZE/ && $4 !~ /void/ {
13747         print substr($3, 4, 20)
13748 }' $xxxfiles`
13749 : Append some common names just in case the awk scan failed.
13750 xxx="$xxx ABRT ALRM BUS CANCEL CHLD CLD CONT DIL EMT FPE"
13751 xxx="$xxx FREEZE HUP ILL INT IO IOT KILL LOST LWP PHONE"
13752 xxx="$xxx PIPE POLL PROF PWR QUIT RTMAX RTMIN SEGV STKFLT STOP"
13753 xxx="$xxx SYS TERM THAW TRAP TSTP TTIN TTOU URG USR1 USR2"
13754 xxx="$xxx USR3 USR4 VTALRM WAITING WINCH WIND WINDOW XCPU XFSZ"
13755
13756 : generate a few handy files for later
13757 $cat > signal.c <<'EOCP'
13758 #include <sys/types.h>
13759 #include <signal.h>
13760 #include <stdio.h>
13761 int main() {
13762
13763 /* Strange style to avoid deeply-nested #if/#else/#endif */
13764 #ifndef NSIG
13765 #  ifdef _NSIG
13766 #    define NSIG (_NSIG)
13767 #  endif
13768 #endif
13769
13770 #ifndef NSIG
13771 #  ifdef SIGMAX
13772 #    define NSIG (SIGMAX+1)
13773 #  endif
13774 #endif
13775
13776 #ifndef NSIG
13777 #  ifdef SIG_MAX
13778 #    define NSIG (SIG_MAX+1)
13779 #  endif
13780 #endif
13781
13782 #ifndef NSIG
13783 #  ifdef MAXSIG
13784 #    define NSIG (MAXSIG+1)
13785 #  endif
13786 #endif
13787
13788 #ifndef NSIG
13789 #  ifdef MAX_SIG
13790 #    define NSIG (MAX_SIG+1)
13791 #  endif
13792 #endif
13793
13794 #ifndef NSIG
13795 #  ifdef SIGARRAYSIZE
13796 #    define NSIG (SIGARRAYSIZE+1) /* Not sure of the +1 */
13797 #  endif
13798 #endif
13799
13800 #ifndef NSIG
13801 #  ifdef _sys_nsig
13802 #    define NSIG (_sys_nsig) /* Solaris 2.5 */
13803 #  endif
13804 #endif
13805
13806 /* Default to some arbitrary number that's big enough to get most
13807    of the common signals.
13808 */
13809 #ifndef NSIG
13810 #    define NSIG 50
13811 #endif
13812
13813 printf("NSIG %d\n", NSIG);
13814
13815 #ifndef JUST_NSIG
13816
13817 EOCP
13818
13819 echo $xxx | $tr ' ' $trnl | $sort | $uniq | $awk '
13820 {
13821         printf "#ifdef SIG"; printf $1; printf "\n"
13822         printf "printf(\""; printf $1; printf " %%d\\n\",SIG";
13823         printf $1; printf ");\n"
13824         printf "#endif\n"
13825 }
13826 END {
13827         printf "#endif /* JUST_NSIG */\n";
13828         printf "exit(0);\n}\n";
13829 }
13830 ' >>signal.c
13831 $cat >signal.awk <<'EOP'
13832 BEGIN { ndups = 0 }
13833 $1 ~ /^NSIG$/ { nsig = $2 }
13834 ($1 !~ /^NSIG$/) && (NF == 2) {
13835     if ($2 > maxsig) { maxsig = $2 }
13836     if (sig_name[$2]) {
13837         dup_name[ndups] = $1
13838         dup_num[ndups] = $2
13839         ndups++ 
13840     }
13841     else {
13842         sig_name[$2] = $1
13843         sig_num[$2] = $2
13844     }
13845 }
13846 END { 
13847     if (nsig == 0) {
13848         nsig = maxsig + 1
13849     }
13850     printf("NSIG %d\n", nsig);
13851     for (n = 1; n < nsig; n++) {
13852         if (sig_name[n]) {
13853             printf("%s %d\n", sig_name[n], sig_num[n])
13854         }
13855         else {
13856             printf("NUM%d %d\n", n, n) 
13857         }
13858     }
13859     for (n = 0; n < ndups; n++) {
13860         printf("%s %d\n", dup_name[n], dup_num[n])
13861     }
13862 }
13863 EOP
13864 $cat >signal_cmd <<EOS
13865 $startsh
13866 if $test -s signal.lst; then
13867     echo "Using your existing signal.lst file"
13868         exit 0
13869 fi
13870 xxx="$xxx"
13871 EOS
13872 $cat >>signal_cmd <<'EOS'
13873
13874 set signal
13875 if eval $compile_ok; then
13876         ./signal$_exe | $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
13877 else
13878         echo "(I can't seem be able to compile the whole test program)" >&4
13879         echo "(I'll try it in little pieces.)" >&4
13880         set signal -DJUST_NSIG
13881         if eval $compile_ok; then
13882                 ./signal$_exe > signal.nsg
13883                 $cat signal.nsg
13884         else
13885                 echo "I can't seem to figure out how many signals you have." >&4
13886                 echo "Guessing 50." >&4
13887                 echo 'NSIG 50' > signal.nsg
13888         fi
13889         : Now look at all the signal names, one at a time.
13890         for xx in `echo $xxx | $tr ' ' $trnl | $sort | $uniq`; do
13891                 $cat > signal.c <<EOCP
13892 #include <sys/types.h>
13893 #include <signal.h>
13894 #include <stdio.h>
13895 int main() {
13896 printf("$xx %d\n", SIG${xx});
13897 return 0;
13898 }
13899 EOCP
13900                 set signal
13901                 if eval $compile; then
13902                         echo "SIG${xx} found."
13903                         ./signal$_exe  >> signal.ls1
13904                 else
13905                         echo "SIG${xx} NOT found."
13906                 fi
13907         done
13908         if $test -s signal.ls1; then
13909                 $cat signal.nsg signal.ls1 |
13910                         $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
13911         fi
13912
13913 fi
13914 if $test -s signal.lst; then
13915         :
13916 else
13917         echo "(AAK! I can't compile the test programs -- Guessing)" >&4
13918         echo 'kill -l' >signal
13919         set X `csh -f <signal`
13920         $rm -f signal
13921         shift
13922         case $# in
13923         0) set HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM;;
13924         esac
13925         echo $@ | $tr ' ' $trnl | \
13926             $awk '{ printf "%s %d\n", $1, ++s; }
13927                   END { printf "NSIG %d\n", ++s }' >signal.lst
13928 fi
13929 $rm -f signal.c signal$_exe signal$_o signal.nsg signal.ls1
13930 EOS
13931 chmod a+x signal_cmd
13932 $eunicefix signal_cmd
13933
13934 : generate list of signal names
13935 echo " "
13936 case "$sig_name_init" in
13937 '') doinit=yes ;;
13938 *)  case "$sig_num_init" in
13939     ''|*,*) doinit=yes ;;
13940     esac ;;
13941 esac
13942 case "$doinit" in
13943 yes)
13944         echo "Generating a list of signal names and numbers..." >&4
13945         . ./signal_cmd
13946         sig_count=`$awk '/^NSIG/ { printf "%d", $2 }' signal.lst`
13947         sig_name=`$awk 'BEGIN { printf "ZERO " }
13948                         !/^NSIG/ { printf "%s ", $1 }' signal.lst`
13949         sig_num=`$awk  'BEGIN { printf "0 " }
13950                         !/^NSIG/ { printf "%d ", $2 }' signal.lst`
13951         sig_name_init=`$awk 'BEGIN      { printf "\"ZERO\", " }
13952                              !/^NSIG/   { printf "\"%s\", ", $1 }
13953                              END        { printf "0\n" }' signal.lst`
13954         sig_num_init=`$awk  'BEGIN      { printf "0, " }
13955                              !/^NSIG/   { printf "%d, ", $2}
13956                              END        { printf "0\n"}' signal.lst`
13957         ;;
13958 esac
13959 echo "The following $sig_count signals are available:"
13960 echo " "
13961 echo $sig_name | $awk \
13962 'BEGIN { linelen = 0 }
13963 {
13964         for (i = 1; i <= NF; i++) {
13965                 name = "SIG" $i " "
13966                 linelen = linelen + length(name)
13967                 if (linelen > 70) {
13968                         printf "\n"
13969                         linelen = length(name)
13970                 }
13971                 printf "%s", name
13972         }
13973         printf "\n"
13974 }'
13975 $rm -f signal signal.c signal.awk signal.lst signal_cmd 
13976
13977 echo " "
13978 case "$sizetype" in
13979 *_t) zzz="$sizetype"    ;;
13980 *)   zzz="filesize"     ;;
13981 esac
13982 echo "Checking the size of $zzz..." >&4 
13983 cat > try.c <<EOCP
13984 #include <sys/types.h>
13985 #include <stdio.h>
13986 int main() {
13987     printf("%d\n", (int)sizeof($sizetype));
13988     exit(0);
13989 }
13990 EOCP
13991 set try
13992 if eval $compile_ok; then
13993         yyy=`./try`
13994         case "$yyy" in
13995         '')     sizesize=4
13996                 echo "(I can't execute the test program--guessing $sizesize.)" >&4
13997                 ;;
13998         *)      sizesize=$yyy
13999                 echo "Your $zzz size is $sizesize bytes."
14000                 ;;
14001         esac
14002 else
14003         sizesize=4
14004         echo "(I can't compile the test program--guessing $sizesize.)" >&4
14005 fi
14006
14007
14008 : check for socklen_t
14009 echo " "
14010 echo "Checking to see if you have socklen_t..." >&4
14011 $cat >try.c <<EOCP
14012 #include <sys/types.h>
14013 #$d_socket HAS_SOCKET
14014 #ifdef HAS_SOCKET
14015 #include <sys/socket.h>
14016 #endif
14017 int main() { socklen_t x = 16; }
14018 EOCP
14019 set try
14020 if eval $compile; then
14021         val="$define"
14022         echo "You have socklen_t."
14023 else
14024         val="$undef"
14025         echo "You do not have socklen_t."
14026         case "$sizetype" in
14027         size_t) echo "(You do have size_t, that might work. Some people are happy with just an int.)" ;;
14028         esac
14029 fi
14030 $rm -f try try.*
14031 set d_socklen_t
14032 eval $setvar
14033
14034 : check for type of the size argument to socket calls
14035 case "$d_socket" in
14036 "$define")
14037         $cat <<EOM
14038
14039 Checking to see what type is the last argument of accept().
14040 EOM
14041         hdrs="$define sys/types.h $d_socket sys/socket.h" 
14042         yyy=''
14043         case "$d_socklen_t" in
14044         "$define") yyy="$yyy socklen_t"
14045         esac
14046         yyy="$yyy $sizetype int long unsigned"
14047         for xxx in $yyy; do
14048                 case "$socksizetype" in
14049                 '')     try="extern int accept(int, struct sockaddr *, $xxx *);"
14050                         if ./protochk "$try" $hdrs; then
14051                                 echo "Your system accepts '$xxx *' for the last argument of accept()."
14052                                 socksizetype="$xxx"
14053                         fi
14054                         ;;
14055                 esac
14056         done
14057 : In case none of those worked, prompt the user.
14058         case "$socksizetype" in
14059         '')     rp='What is the type for socket address structure sizes?'
14060                 dflt='int'
14061                 . ./myread
14062                 socksizetype=$ans
14063                 ;;
14064         esac
14065         ;;
14066 *)      : no sockets, so pick relatively harmless default
14067         socksizetype='int'
14068         ;;
14069 esac
14070
14071 : see what type is used for signed size_t
14072 set ssize_t ssizetype int stdio.h sys/types.h
14073 eval $typedef
14074 dflt="$ssizetype"
14075 $cat > ssize.c <<EOM
14076 #include <stdio.h>
14077 #include <sys/types.h>
14078 #define Size_t $sizetype
14079 #define SSize_t $dflt
14080 int main()
14081 {
14082         if (sizeof(Size_t) == sizeof(SSize_t))
14083                 printf("$dflt\n");
14084         else if (sizeof(Size_t) == sizeof(int))
14085                 printf("int\n");
14086         else 
14087                 printf("long\n");
14088         exit(0);
14089 }
14090 EOM
14091 echo " "
14092 set ssize
14093 if eval $compile_ok && ./ssize > /dev/null; then
14094         ssizetype=`./ssize`
14095         echo "I'll be using $ssizetype for functions returning a byte count." >&4
14096 else
14097         $cat >&4 <<EOM
14098 Help! I can't compile and run the ssize_t test program: please enlighten me!
14099 (This is probably a misconfiguration in your system or libraries, and
14100 you really ought to fix it.  Still, I'll try anyway.)
14101
14102 I need a type that is the same size as $sizetype, but is guaranteed to
14103 be signed.  Common values are ssize_t, int and long.
14104
14105 EOM
14106         rp="What signed type is the same size as $sizetype?"
14107         . ./myread
14108         ssizetype="$ans"
14109 fi
14110 $rm -f ssize ssize.*
14111
14112 : see what type of char stdio uses.
14113 echo " "
14114 if $contains 'unsigned.*char.*_ptr;' `./findhdr stdio.h` >/dev/null 2>&1 ; then
14115         echo "Your stdio uses unsigned chars." >&4
14116         stdchar="unsigned char"
14117 else
14118         echo "Your stdio uses signed chars." >&4
14119         stdchar="char"
14120 fi
14121
14122 : see if time exists
14123 echo " "
14124 if test "X$d_time" = X -o X"$timetype" = X; then
14125     if set time val -f d_time; eval $csym; $val; then
14126                 echo 'time() found.' >&4
14127                 val="$define"
14128                 rp="What is the type returned by time() on this system?"
14129                 set time_t timetype long stdio.h sys/types.h
14130                 eval $typedef_ask
14131     else
14132                 echo 'time() not found, hope that will do.' >&4
14133                 val="$undef"
14134                 timetype='int';
14135     fi
14136     set d_time
14137     eval $setvar
14138 fi
14139
14140 : see what type uids are declared as in the kernel
14141 echo " "
14142 echo "Looking for the type for user ids returned by getuid()."
14143 set uid_t uidtype xxx stdio.h sys/types.h
14144 eval $typedef
14145 case "$uidtype" in
14146 xxx)
14147         xxx=`./findhdr sys/user.h`
14148         set `grep '_ruid;' "$xxx" 2>/dev/null` unsigned short
14149         case $1 in
14150         unsigned) dflt="$1 $2" ;;
14151         *) dflt="$1" ;;
14152         esac
14153         ;;
14154 *) dflt="$uidtype";;
14155 esac
14156 case "$uidtype" in
14157 uid_t)  echo "uid_t found." ;;
14158 *)      rp="What is the type for user ids returned by getuid()?"
14159         . ./myread
14160         uidtype="$ans"
14161         ;;
14162 esac
14163
14164 echo " "
14165 case "$uidtype" in
14166 *_t) zzz="$uidtype"     ;;
14167 *)   zzz="uid"          ;;
14168 esac
14169 echo "Checking the size of $zzz..." >&4 
14170 cat > try.c <<EOCP
14171 #include <sys/types.h>
14172 #include <stdio.h>
14173 int main() {
14174     printf("%d\n", (int)sizeof($uidtype));
14175     exit(0);
14176 }
14177 EOCP
14178 set try
14179 if eval $compile_ok; then
14180         yyy=`./try`
14181         case "$yyy" in
14182         '')     uidsize=4
14183                 echo "(I can't execute the test program--guessing $uidsize.)" >&4
14184                 ;;
14185         *)      uidsize=$yyy
14186                 echo "Your $zzz is $uidsize bytes long."
14187                 ;;
14188         esac
14189 else
14190         uidsize=4
14191         echo "(I can't compile the test program--guessing $uidsize.)" >&4
14192 fi
14193
14194 echo " "
14195 case "$uidtype" in
14196 *_t) zzz="$uidtype"     ;;
14197 *)   zzz="uid"          ;;
14198 esac
14199 echo "Checking the sign of $zzz..." >&4
14200 cat > try.c <<EOCP
14201 #include <sys/types.h>
14202 #include <stdio.h>
14203 int main() {
14204         $uidtype foo = -1;
14205         if (foo < 0)
14206                 printf("-1\n");
14207         else
14208                 printf("1\n");
14209 }
14210 EOCP
14211 set try
14212 if eval $compile; then
14213         yyy=`./try`
14214         case "$yyy" in
14215         '')     uidsign=1
14216                 echo "(I can't execute the test program--guessing unsigned.)" >&4
14217                 ;;
14218         *)      uidsign=$yyy
14219                 case "$uidsign" in
14220                  1) echo "Your $zzz is unsigned." ;;
14221                 -1) echo "Your $zzz is signed."   ;;
14222                 esac
14223                 ;;
14224         esac
14225 else
14226         uidsign=1
14227         echo "(I can't compile the test program--guessing unsigned.)" >&4
14228 fi
14229
14230
14231
14232 echo " "
14233 $echo "Checking the format string to be used for uids..." >&4
14234
14235 case "$uidsign" in
14236 -1)     if $test X"$uidsize" = X"$ivsize"; then
14237                 uidformat="$ivdformat"
14238         else
14239                 if $test X"$uidsize" = X"$longsize"; then
14240                         uidformat='"ld"'
14241                 else
14242                         if $test X"$uidsize" = X"$intsize"; then
14243                                 uidformat='"d"'
14244                         else
14245                                 if $test X"$uidsize" = X"$shortsize"; then
14246                                         uidformat='"hd"'
14247                                 fi
14248                         fi
14249                 fi
14250         fi
14251         ;;
14252 *)      if $test X"$uidsize" = X"$uvsize"; then
14253                 uidformat="$uvuformat"
14254         else
14255                 if $test X"$uidsize" = X"$longsize"; then
14256                         uidformat='"lu"'
14257                 else
14258                         if $test X"$uidsize" = X"$intsize"; then
14259                                 uidformat='"u"'
14260                         else
14261                                 if $test X"$uidsize" = X"$shortsize"; then
14262                                         uidformat='"hu"'
14263                                 fi
14264                         fi
14265                 fi
14266         fi
14267         ;;
14268 esac
14269
14270 : see if dbm.h is available
14271 : see if dbmclose exists
14272 set dbmclose d_dbmclose
14273 eval $inlibc
14274
14275 case "$d_dbmclose" in
14276 $define)
14277         set dbm.h i_dbm
14278         eval $inhdr
14279         case "$i_dbm" in
14280         $define)
14281                 val="$undef"
14282                 set i_rpcsvcdbm
14283                 eval $setvar
14284                 ;;
14285         *)      set rpcsvc/dbm.h i_rpcsvcdbm
14286                 eval $inhdr
14287                 ;;
14288         esac
14289         ;;
14290 *)      echo "We won't be including <dbm.h>"
14291         val="$undef"
14292         set i_dbm
14293         eval $setvar
14294         val="$undef"
14295         set i_rpcsvcdbm
14296         eval $setvar
14297         ;;
14298 esac
14299
14300 : see if this is a sys/file.h system
14301 val=''
14302 set sys/file.h val
14303 eval $inhdr
14304
14305 : do we need to include sys/file.h ?
14306 case "$val" in
14307 "$define")
14308         echo " "
14309         if $h_sysfile; then
14310                 val="$define"
14311                 echo "We'll be including <sys/file.h>." >&4
14312         else
14313                 val="$undef"
14314                 echo "We won't be including <sys/file.h>." >&4
14315         fi
14316         ;;
14317 *)
14318         h_sysfile=false
14319         ;;
14320 esac
14321 set i_sysfile
14322 eval $setvar
14323
14324 : see if fcntl.h is there
14325 val=''
14326 set fcntl.h val
14327 eval $inhdr
14328
14329 : see if we can include fcntl.h
14330 case "$val" in
14331 "$define")
14332         echo " "
14333         if $h_fcntl; then
14334                 val="$define"
14335                 echo "We'll be including <fcntl.h>." >&4
14336         else
14337                 val="$undef"
14338                 if $h_sysfile; then
14339         echo "We don't need to include <fcntl.h> if we include <sys/file.h>." >&4
14340                 else
14341                         echo "We won't be including <fcntl.h>." >&4
14342                 fi
14343         fi
14344         ;;
14345 *)
14346         h_fcntl=false
14347         val="$undef"
14348         ;;
14349 esac
14350 set i_fcntl
14351 eval $setvar
14352
14353 : see if this is a iconv.h system
14354 set iconv.h i_iconv
14355 eval $inhdr
14356
14357 : see if this is a ieeefp.h system
14358 set ieeefp.h i_ieeefp
14359 eval $inhdr
14360
14361 : see if this is a libutil.h system
14362 set libutil.h i_libutil
14363 eval $inhdr
14364
14365 : see if locale.h is available
14366 set locale.h i_locale
14367 eval $inhdr
14368
14369 : see if mach cthreads are available
14370 if test "X$usethreads" = "X$define"; then
14371         set mach/cthreads.h i_machcthr
14372         eval $inhdr
14373 else
14374         i_machcthr="$undef"
14375 fi
14376
14377
14378
14379 : see if this is a math.h system
14380 set math.h i_math
14381 eval $inhdr
14382
14383 : see if this is a mntent.h system
14384 set mntent.h i_mntent
14385 eval $inhdr
14386
14387 : see if ndbm.h is available
14388 set ndbm.h t_ndbm
14389 eval $inhdr
14390 case "$t_ndbm" in
14391 $define)
14392         : see if dbm_open exists
14393         set dbm_open d_dbm_open
14394         eval $inlibc
14395         case "$d_dbm_open" in
14396         $undef)
14397                 t_ndbm="$undef"
14398                 echo "We won't be including <ndbm.h>"
14399                 ;;
14400         esac
14401         ;;
14402 esac
14403 val="$t_ndbm"
14404 set i_ndbm
14405 eval $setvar
14406
14407 : see if net/errno.h is available
14408 val=''
14409 set net/errno.h val
14410 eval $inhdr
14411
14412 : Unfortunately, it causes problems on some systems.  Arrgh.
14413 case "$val" in
14414 $define)
14415         cat > try.c <<'EOM'
14416 #include <stdio.h>
14417 #include <errno.h>
14418 #include <net/errno.h>
14419 int func()
14420 {
14421         return ENOTSOCK;
14422 }
14423 EOM
14424         if $cc $ccflags -c try.c >/dev/null 2>&1; then
14425                 echo "We'll be including <net/errno.h>." >&4
14426         else
14427                 echo "We won't be including <net/errno.h>." >&4
14428                 val="$undef"
14429         fi
14430         $rm -f try.* try
14431         ;;
14432 esac
14433 set i_neterrno
14434 eval $setvar
14435
14436 : see if netinet/tcp.h is available
14437 set netinet/tcp.h i_netinettcp
14438 eval $inhdr
14439
14440 : see if this is a poll.h system
14441 set poll.h i_poll
14442 eval $inhdr
14443
14444 : see if this is a prot.h system
14445 set prot.h i_prot
14446 eval $inhdr
14447
14448 echo " "
14449 $echo "Guessing which symbols your C compiler and preprocessor define..." >&4 
14450 $cat <<'EOSH' > Cppsym.know
14451 a29k ABI64 aegis AES_SOURCE AIX AIX32 AIX370
14452 AIX41 AIX42 AIX43 AIX_SOURCE aixpc ALL_SOURCE
14453 alliant alpha am29000 AM29000 amiga AMIGAOS AMIX
14454 ansi ANSI_C_SOURCE apollo ardent atarist att386 att3b BeOS
14455 BIG_ENDIAN BIT_MSF bsd BSD bsd43 bsd4_2 bsd4_3 BSD4_3 bsd4_4
14456 BSD_4_3 BSD_4_4 BSD_NET2 BSD_TIME BSD_TYPES BSDCOMPAT bsdi
14457 bull c cadmus clipper CMU COFF COMPILER_VERSION
14458 concurrent convex cpu cray CRAY CRAYMPP ctix CX_UX
14459 CYGWIN DGUX DGUX_SOURCE DJGPP dmert DOLPHIN DPX2 DSO
14460 Dynix DynixPTX ELF encore EPI EXTENSIONS FILE_OFFSET_BITS
14461 FreeBSD GCC_NEW_VARARGS gcos gcx gimpel
14462 GNU_SOURCE GNUC GNUC_MINOR GO32 gould GOULD_PN
14463 H3050R H3050RX hbullx20 hcx host_mips
14464 hp200 hp300 hp700 HP700 hp800 hp9000
14465 hp9000s200 hp9000s300 hp9000s400 hp9000s500
14466 hp9000s700 hp9000s800 hp9k8 hp_osf hppa hpux HPUX_SOURCE
14467 i186 i286 i386 i486 i586 i686 i8086 i80960 i860 I960
14468 iAPX286 ibm ibm032 ibmesa IBMR2 ibmrt ILP32 ILP64
14469 INLINE_INTRINSICS INTRINSICS INT64 interdata is68k ksr1
14470 LANGUAGE_C LARGE_FILE_API LARGEFILE64_SOURCE
14471 LARGEFILE_SOURCE LFS64_LARGEFILE LFS_LARGEFILE
14472 Linux LITTLE_ENDIAN LONG64 LONG_DOUBLE LONG_LONG
14473 LONGDOUBLE LONGLONG LP64 luna luna88k Lynx
14474 M68000 m68k m88100 m88k M88KBCS_TARGET M_COFF
14475 M_I186 M_I286 M_I386 M_I8086 M_I86 M_I86SM M_SYS3
14476 M_SYS5 M_SYSIII M_SYSV M_UNIX M_XENIX MACH machine MachTen
14477 MATH_HAS_NO_SIDE_EFFECTS
14478 mc300 mc500 mc68000 mc68010 mc68020 mc68030 mc68040
14479 mc68060 mc68k mc68k32 mc700 mc88000 mc88100 merlin
14480 mert MiNT mips MIPS_FPSET MIPS_ISA MIPS_SIM MIPS_SZINT
14481 MIPS_SZLONG MIPS_SZPTR MIPSEB MIPSEL MODERN_C motorola
14482 mpeix MSDOS MTXINU MULTIMAX mvs MVS n16 ncl_el ncl_mr
14483 NetBSD news1500 news1700 news1800 news1900 news3700
14484 news700 news800 news900 NeXT NLS nonstopux ns16000 ns32000
14485 ns32016 ns32332 ns32k nsc32000
14486 OCS88 OEMVS OpenBSD os OS2 OS390 osf OSF1 OSF_SOURCE
14487 pa_risc PA_RISC1_1 PA_RISC2_0 PARAGON parisc
14488 pc532 pdp11 PGC PIC plexus PORTAR posix
14489 POSIX1B_SOURCE POSIX2_SOURCE POSIX4_SOURCE
14490 POSIX_C_SOURCE POSIX_SOURCE POWER
14491 PROTOTYPES PWB pyr QNX R3000 REENTRANT RES Rhapsody RISC6000
14492 riscix riscos RT scs SCO sequent sgi SGI_SOURCE sinix
14493 SIZE_INT SIZE_LONG SIZE_PTR SOCKET_SOURCE SOCKETS_SOURCE
14494 sony sony_news sonyrisc sparc sparclite spectrum
14495 stardent stdc STDC_EXT stratos sun sun3 sun386
14496 Sun386i svr3 svr4 SVR4_2 SVR4_SOURCE svr5
14497 SX system SYSTYPE_BSD SYSTYPE_BSD43 SYSTYPE_BSD44
14498 SYSTYPE_SVR4 SYSTYPE_SVR5 SYSTYPE_SYSV SYSV SYSV3 SYSV4 SYSV5
14499 sysV68 sysV88 Tek4132 Tek4300 titan
14500 tower tower32 tower32_200 tower32_600 tower32_700
14501 tower32_800 tower32_850 tss
14502 u370 u3b u3b2 u3b20 u3b200 u3b20d u3b5
14503 ultrix UMAXV UnicomPBB UnicomPBD UNICOS UNICOSMK
14504 unix UNIX95 UNIX99 unixpc unos USGr4 USGr4_2
14505 Utek UTek UTS UWIN uxpm uxps vax venix VMESA vms xenix Xenix286
14506 XOPEN_SOURCE XOPEN_SOURCE_EXTENDED XPG2 XPG2_EXTENDED
14507 XPG3 XPG3_EXTENDED XPG4 XPG4_EXTENDED
14508 z8000
14509 EOSH
14510 # Maybe put other stuff here too.
14511 cat <<EOSH >>Cppsym.know
14512 $osname
14513 EOSH
14514 ./tr '[a-z]' '[A-Z]' < Cppsym.know > Cppsym.a
14515 ./tr '[A-Z]' '[a-z]' < Cppsym.know > Cppsym.b
14516 $cat Cppsym.know > Cppsym.c
14517 $cat Cppsym.a Cppsym.b Cppsym.c | $tr ' ' $trnl | sort | uniq > Cppsym.know
14518 $rm -f Cppsym.a Cppsym.b Cppsym.c
14519 cat <<EOSH > Cppsym
14520 $startsh
14521 if $test \$# -gt 0; then
14522     echo \$* | $tr " " "$trnl" | ./Cppsym.try > Cppsym.got
14523     if $test -s Cppsym.got; then
14524         $rm -f Cppsym.got
14525         exit 0
14526     fi
14527     $rm -f Cppsym.got
14528     exit 1
14529 else
14530     $tr " " "$trnl" | ./Cppsym.try
14531     exit 0
14532 fi
14533 EOSH
14534 chmod +x Cppsym
14535 $eunicefix Cppsym
14536 cat <<EOSH > Cppsym.try
14537 $startsh
14538 cat <<'EOCP' > try.c
14539 #include <stdio.h>
14540 int main() {
14541 EOCP
14542 $awk \\
14543 EOSH
14544 cat <<'EOSH' >> Cppsym.try
14545 'length($1) > 0 {
14546     printf "#ifdef %s\n#if %s+0\nprintf(\"%s=%%ld\\n\", %s);\n#else\nprintf(\"%s\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
14547     printf "#ifdef _%s\n#if _%s+0\nprintf(\"_%s=%%ld\\n\", _%s);\n#else\nprintf(\"_%s\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
14548     printf "#ifdef __%s\n#if __%s+0\nprintf(\"__%s=%%ld\\n\", __%s);\n#else\nprintf(\"__%s\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
14549     printf "#ifdef __%s__\n#if __%s__+0\nprintf(\"__%s__=%%ld\\n\", __%s__);\n#else\nprintf(\"__%s__\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
14550 }'       >> try.c
14551 echo '}' >> try.c
14552 EOSH
14553 cat <<EOSH >> Cppsym.try
14554 ccflags="$ccflags"
14555 case "$osname-$gccversion" in
14556 irix-) ccflags="\$ccflags -woff 1178" ;;
14557 os2-*) ccflags="\$ccflags -Zlinker /PM:VIO" ;;
14558 esac
14559 $cc -o try $optimize \$ccflags $ldflags try.c $libs && ./try$exe_ext
14560 EOSH
14561 chmod +x Cppsym.try
14562 $eunicefix Cppsym.try
14563 ./Cppsym < Cppsym.know > Cppsym.true
14564 : now check the C compiler for additional symbols
14565 postprocess_cc_v=''
14566 case "$osname" in
14567 aix) postprocess_cc_v="|$tr , ' '" ;;
14568 esac
14569 $cat >ccsym <<EOS
14570 $startsh
14571 $cat >tmp.c <<EOF
14572 extern int foo;
14573 EOF
14574 for i in \`$cc -v -c tmp.c 2>&1 $postprocess_cc_v\`
14575 do
14576         case "\$i" in
14577         -D*) echo "\$i" | $sed 's/^-D//';;
14578         -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A\(.*\)(\(.*\))/\1=\2/';;
14579         esac
14580 done
14581 $rm -f try.c
14582 EOS
14583 postprocess_cc_v=''
14584 chmod +x ccsym
14585 $eunicefix ccsym
14586 ./ccsym > ccsym1.raw
14587 if $test -s ccsym1.raw; then
14588        $sort ccsym1.raw | $uniq >ccsym.raw
14589 else
14590        mv ccsym1.raw ccsym.raw
14591 fi
14592
14593 $awk '/\=/ { print $0; next }
14594         { print $0"=1" }' ccsym.raw >ccsym.list
14595 $awk '/\=/ { print $0; next }
14596         { print $0"=1" }' Cppsym.true >ccsym.true
14597 $comm -13 ccsym.true ccsym.list >ccsym.own
14598 $comm -12 ccsym.true ccsym.list >ccsym.com
14599 $comm -23 ccsym.true ccsym.list >ccsym.cpp
14600 also=''
14601 if $test -z ccsym.raw; then
14602         echo "Your C compiler doesn't seem to define any symbols!" >&4
14603         echo " "
14604         echo "However, your C preprocessor defines the following symbols:"
14605         $cat Cppsym.true
14606         ccsymbols=''
14607         cppsymbols=`$cat Cppsym.true`
14608         cppsymbols=`echo $cppsymbols`
14609         cppccsymbols="$cppsymbols"
14610 else
14611         if $test -s ccsym.com; then
14612                 echo "Your C compiler and pre-processor define these symbols:"
14613                 $sed -e 's/\(..*\)=.*/\1/' ccsym.com
14614                 also='also '
14615                 symbols='ones'
14616                 cppccsymbols=`$cat ccsym.com`
14617                 cppccsymbols=`echo $cppccsymbols`
14618                 $test "$silent" || sleep 1
14619         fi
14620         if $test -s ccsym.cpp; then
14621                 $test "$also" && echo " "
14622                 echo "Your C pre-processor ${also}defines the following symbols:"
14623                 $sed -e 's/\(..*\)=.*/\1/' ccsym.cpp
14624                 also='further '
14625                 cppsymbols=`$cat ccsym.cpp`
14626                 cppsymbols=`echo $cppsymbols`
14627                 $test "$silent" || sleep 1
14628         fi
14629         if $test -s ccsym.own; then
14630                 $test "$also" && echo " "
14631                 echo "Your C compiler ${also}defines the following cpp symbols:"
14632                 $sed -e 's/\(..*\)=1/\1/' ccsym.own
14633                 $sed -e 's/\(..*\)=.*/\1/' ccsym.own | $uniq >>Cppsym.true
14634                 ccsymbols=`$cat ccsym.own`
14635                 ccsymbols=`echo $ccsymbols`
14636                 $test "$silent" || sleep 1
14637         fi
14638 fi
14639 $rm -f ccsym* Cppsym.*
14640
14641 : see if this is a termio system
14642 val="$undef"
14643 val2="$undef"
14644 val3="$undef"
14645 if $test `./findhdr termios.h`; then
14646         set tcsetattr i_termios
14647         eval $inlibc
14648         val3="$i_termios"
14649 fi
14650 echo " "
14651 case "$val3" in
14652 "$define") echo "You have POSIX termios.h... good!" >&4;;
14653 *) if ./Cppsym pyr; then
14654                 case "`/bin/universe`" in
14655                 ucb) if $test `./findhdr sgtty.h`; then
14656                                 val2="$define"
14657                                 echo "<sgtty.h> found." >&4
14658                         else
14659                                 echo "System is pyramid with BSD universe."
14660                                 echo "<sgtty.h> not found--you could have problems." >&4
14661                         fi;;
14662                 *) if $test `./findhdr termio.h`; then
14663                                 val="$define"
14664                                 echo "<termio.h> found." >&4
14665                         else
14666                                 echo "System is pyramid with USG universe."
14667                                 echo "<termio.h> not found--you could have problems." >&4
14668                         fi;;
14669                 esac
14670         elif ./usg; then
14671                 if $test `./findhdr termio.h`; then
14672                         echo "<termio.h> found." >&4
14673                         val="$define"
14674                 elif $test `./findhdr sgtty.h`; then
14675                         echo "<sgtty.h> found." >&4
14676                         val2="$define"
14677                 else
14678 echo "Neither <termio.h> nor <sgtty.h> found--you could have problems." >&4
14679                 fi
14680         else
14681                 if $test `./findhdr sgtty.h`; then
14682                         echo "<sgtty.h> found." >&4
14683                         val2="$define"
14684                 elif $test `./findhdr termio.h`; then
14685                         echo "<termio.h> found." >&4
14686                         val="$define"
14687                 else
14688 echo "Neither <sgtty.h> nor <termio.h> found--you could have problems." >&4
14689                 fi
14690         fi;;
14691 esac
14692 set i_termio; eval $setvar
14693 val=$val2; set i_sgtty; eval $setvar
14694 val=$val3; set i_termios; eval $setvar
14695
14696 : see if this is a shadow.h system
14697 set shadow.h i_shadow
14698 eval $inhdr
14699
14700 : see if this is a socks.h system
14701 set socks.h i_socks
14702 eval $inhdr
14703
14704 : see if stdarg is available
14705 echo " "
14706 if $test `./findhdr stdarg.h`; then
14707         echo "<stdarg.h> found." >&4
14708         valstd="$define"
14709 else
14710         echo "<stdarg.h> NOT found." >&4
14711         valstd="$undef"
14712 fi
14713
14714 : see if varags is available
14715 echo " "
14716 if $test `./findhdr varargs.h`; then
14717         echo "<varargs.h> found." >&4
14718 else
14719         echo "<varargs.h> NOT found, but that's ok (I hope)." >&4
14720 fi
14721
14722 : set up the varargs testing programs
14723 $cat > varargs.c <<EOP
14724 #ifdef I_STDARG
14725 #include <stdarg.h>
14726 #endif
14727 #ifdef I_VARARGS
14728 #include <varargs.h>
14729 #endif
14730
14731 #ifdef I_STDARG
14732 int f(char *p, ...)
14733 #else
14734 int f(va_alist)
14735 va_dcl
14736 #endif
14737 {
14738         va_list ap;
14739 #ifndef I_STDARG
14740         char *p;
14741 #endif
14742 #ifdef I_STDARG
14743         va_start(ap,p);
14744 #else
14745         va_start(ap);
14746         p = va_arg(ap, char *);
14747 #endif
14748         va_end(ap);
14749 }
14750 EOP
14751 $cat > varargs <<EOP
14752 $startsh
14753 if $cc -c $ccflags -D\$1 varargs.c >/dev/null 2>&1; then
14754         echo "true"
14755 else
14756         echo "false"
14757 fi
14758 $rm -f varargs$_o
14759 EOP
14760 chmod +x varargs
14761
14762 : now check which varargs header should be included
14763 echo " "
14764 i_varhdr=''
14765 case "$valstd" in
14766 "$define")
14767         if `./varargs I_STDARG`; then
14768                 val='stdarg.h'
14769         elif `./varargs I_VARARGS`; then
14770                 val='varargs.h'
14771         fi
14772         ;;
14773 *)
14774         if `./varargs I_VARARGS`; then
14775                 val='varargs.h'
14776         fi
14777         ;;
14778 esac
14779 case "$val" in
14780 '')
14781 echo "I could not find the definition for va_dcl... You have problems..." >&4
14782         val="$undef"; set i_stdarg; eval $setvar
14783         val="$undef"; set i_varargs; eval $setvar
14784         ;;
14785 *) 
14786         set i_varhdr
14787         eval $setvar
14788         case "$i_varhdr" in
14789         stdarg.h)
14790                 val="$define"; set i_stdarg; eval $setvar
14791                 val="$undef"; set i_varargs; eval $setvar
14792                 ;;
14793         varargs.h)
14794                 val="$undef"; set i_stdarg; eval $setvar
14795                 val="$define"; set i_varargs; eval $setvar
14796                 ;;
14797         esac
14798         echo "We'll include <$i_varhdr> to get va_dcl definition." >&4;;
14799 esac
14800 $rm -f varargs*
14801
14802 : see if stddef is available
14803 set stddef.h i_stddef
14804 eval $inhdr
14805
14806 : see if this is a sunmath.h system
14807 set sunmath.h i_sunmath
14808 eval $inhdr
14809
14810 : see if sys/access.h is available
14811 set sys/access.h i_sysaccess
14812 eval $inhdr
14813
14814 : see if ioctl defs are in sgtty, termio, sys/filio or sys/ioctl
14815 set sys/filio.h i_sysfilio
14816 eval $inhdr
14817 echo " "
14818 if $test `./findhdr sys/ioctl.h`; then
14819         val="$define"
14820         echo '<sys/ioctl.h> found.' >&4
14821 else
14822         val="$undef"
14823         if $test $i_sysfilio = "$define"; then
14824             echo '<sys/ioctl.h> NOT found.' >&4
14825         else
14826                 $test $i_sgtty = "$define" && xxx="sgtty.h"
14827                 $test $i_termio = "$define" && xxx="termio.h"
14828                 $test $i_termios = "$define" && xxx="termios.h"
14829 echo "No <sys/ioctl.h> found, assuming ioctl args are defined in <$xxx>." >&4
14830         fi
14831 fi
14832 set i_sysioctl
14833 eval $setvar
14834
14835
14836 : see if this is a syslog.h system
14837 set syslog.h i_syslog
14838 eval $inhdr
14839
14840
14841 : see if this is a sys/mode.h system
14842 set sys/mode.h i_sysmode
14843 eval $inhdr
14844
14845 : see if sys/resource.h has to be included
14846 set sys/resource.h i_sysresrc
14847 eval $inhdr
14848
14849 : see if sys/security.h is available
14850 set sys/security.h i_syssecrt
14851 eval $inhdr
14852
14853 : see if this is a sys/statvfs.h system
14854 set sys/statvfs.h i_sysstatvfs
14855 eval $inhdr
14856
14857 : see if this is a sys/uio.h system
14858 set sys/uio.h i_sysuio
14859 eval $inhdr
14860
14861 : see if this is a sys/un.h system
14862 set sys/un.h i_sysun
14863 eval $inhdr
14864
14865
14866 : see if this is a sys/utsname.h system
14867 set sys/utsname.h i_sysutsname
14868 eval $inhdr
14869
14870 : see if this is a syswait system
14871 set sys/wait.h i_syswait
14872 eval $inhdr
14873
14874 : see if this is a ustat.h system
14875 set ustat.h i_ustat
14876 eval $inhdr
14877
14878 : see if this is an utime system
14879 set utime.h i_utime
14880 eval $inhdr
14881
14882 : see if this is a values.h system
14883 set values.h i_values
14884 eval $inhdr
14885
14886 : see if this is a vfork system
14887 case "$d_vfork" in
14888 "$define")
14889         set vfork.h i_vfork
14890         eval $inhdr
14891         ;;
14892 *)
14893         i_vfork="$undef"
14894         ;;
14895 esac
14896
14897 : see if gdbm.h is available
14898 set gdbm.h t_gdbm
14899 eval $inhdr
14900 case "$t_gdbm" in
14901 $define)
14902         : see if gdbm_open exists
14903         set gdbm_open d_gdbm_open
14904         eval $inlibc
14905         case "$d_gdbm_open" in
14906         $undef)
14907                 t_gdbm="$undef"
14908                 echo "We won't be including <gdbm.h>"
14909                 ;;
14910         esac
14911         ;;
14912 esac
14913 val="$t_gdbm"
14914 set i_gdbm
14915 eval $setvar
14916
14917 echo " "
14918 echo "Looking for extensions..." >&4
14919 : If we are using the old config.sh, known_extensions may contain
14920 : old or inaccurate or duplicate values.
14921 known_extensions=''
14922 nonxs_extensions=''
14923 : We do not use find because it might not be available.
14924 : We do not just use MANIFEST because the user may have dropped
14925 : some additional extensions into the source tree and expect them
14926 : to be built.
14927
14928 : Function to recursively find available extensions, ignoring DynaLoader
14929 : NOTE: recursion limit of 10 to prevent runaway in case of symlink madness
14930 find_extensions='
14931     for xxx in *; do
14932        case "$xxx" in
14933            DynaLoader|dynaload) ;;
14934            *)
14935            if $test -f $xxx/$xxx.xs; then
14936                known_extensions="$known_extensions $1$xxx";
14937            elif $test -f $xxx/Makefile.PL; then
14938                nonxs_extensions="$nonxs_extensions $1$xxx";
14939            else
14940                if $test -d $xxx -a $# -lt 10; then
14941                    set $1$xxx/ $*;
14942                    cd $xxx;
14943                    eval $find_extensions;
14944                    cd ..;
14945                    shift;
14946                fi;
14947            fi
14948            ;;
14949        esac;
14950     done'
14951 tdir=`pwd`
14952 cd $rsrc/ext
14953 set X
14954 shift
14955 eval $find_extensions
14956 set X $nonxs_extensions
14957 shift
14958 nonxs_extensions="$*"
14959 set X $known_extensions
14960 shift
14961 known_extensions="$*"
14962 cd $tdir
14963
14964 : Now see which are supported on this system.
14965 avail_ext=''
14966 for xxx in $known_extensions ; do
14967         case "$xxx" in
14968         DB_File|db_file)
14969                 case "$i_db" in
14970                 $define) avail_ext="$avail_ext $xxx" ;;
14971                 esac
14972                 ;;
14973         GDBM_File|gdbm_fil)
14974                 case "$i_gdbm" in 
14975                 $define) avail_ext="$avail_ext $xxx" ;;
14976                 esac
14977                 ;;
14978         NDBM_File|ndbm_fil)
14979                 case "$i_ndbm" in
14980                 $define)
14981                     case "$osname-$use64bitint" in
14982                     hpux-define)
14983                         case "$libs" in
14984                         *-lndbm*) avail_ext="$avail_ext $xxx" ;;
14985                         esac
14986                         ;;
14987                     *) avail_ext="$avail_ext $xxx" ;;
14988                     esac
14989                     ;;
14990                 esac
14991                 ;;
14992         ODBM_File|odbm_fil) 
14993                 case "${i_dbm}${i_rpcsvcdbm}" in
14994                 *"${define}"*)
14995                     case "$osname-$use64bitint" in
14996                     hpux-define)
14997                         case "$libs" in
14998                         *-ldbm*) avail_ext="$avail_ext $xxx" ;;
14999                         esac
15000                         ;;
15001                     *) avail_ext="$avail_ext $xxx" ;;
15002                     esac
15003                     ;;
15004                 esac
15005                 ;;
15006         POSIX|posix)
15007                 case "$useposix" in
15008                 true|define|y) avail_ext="$avail_ext $xxx" ;;
15009                 esac
15010                 ;;
15011         Opcode|opcode)
15012                 case "$useopcode" in
15013                 true|define|y) avail_ext="$avail_ext $xxx" ;;
15014                 esac
15015                 ;;
15016         Socket|socket)
15017                 case "$d_socket" in 
15018                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
15019                 esac
15020                 ;;
15021         Sys/Syslog|sys/syslog)
15022                 : XXX syslog requires socket
15023                 case "$d_socket" in 
15024                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
15025                 esac
15026                 ;;
15027         Thread|thread)
15028                 case "$usethreads" in 
15029                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
15030                 esac
15031                 ;;
15032         IPC/SysV|ipc/sysv)
15033                 : XXX Do we need a useipcsysv variable here
15034                 case "${d_msg}${d_sem}${d_shm}" in 
15035                 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
15036                 esac
15037                 ;;
15038         *)      avail_ext="$avail_ext $xxx"
15039                 ;;
15040         esac
15041 done
15042
15043 set X $avail_ext
15044 shift
15045 avail_ext="$*"
15046
15047 : Now see which nonxs extensions are supported on this system.
15048 : For now assume all are.
15049 nonxs_ext=''
15050 for xxx in $nonxs_extensions ; do
15051         case "$xxx" in
15052         *)      nonxs_ext="$nonxs_ext $xxx"
15053                 ;;
15054         esac
15055 done
15056
15057 set X $nonxs_ext
15058 shift
15059 nonxs_ext="$*"
15060
15061 case $usedl in
15062 $define)
15063         $cat <<EOM
15064 A number of extensions are supplied with $package.  You may choose to
15065 compile these extensions for dynamic loading (the default), compile
15066 them into the $package executable (static loading), or not include
15067 them at all.  Answer "none" to include no extensions.
15068 Note that DynaLoader is always built and need not be mentioned here.
15069
15070 EOM
15071         case "$dynamic_ext" in
15072         '') dflt="$avail_ext" ;;
15073         *)      dflt="$dynamic_ext"
15074                 # Perhaps we are reusing an old out-of-date config.sh.
15075                 case "$hint" in
15076                 previous)
15077                         if test X"$dynamic_ext" != X"$avail_ext"; then
15078                                 $cat <<EOM
15079 NOTICE:  Your previous config.sh list may be incorrect. 
15080 The extensions now available to you are 
15081         ${avail_ext}
15082 but the default list from your previous config.sh is
15083         ${dynamic_ext} 
15084
15085 EOM
15086                         fi
15087                         ;;
15088                 esac
15089                 ;;
15090         esac
15091         case "$dflt" in
15092         '')     dflt=none;;
15093         esac
15094         rp="What extensions do you wish to load dynamically?"
15095         . ./myread
15096         case "$ans" in
15097         none) dynamic_ext=' ' ;;
15098         *) dynamic_ext="$ans" ;;
15099         esac
15100
15101         case "$static_ext" in
15102         '')
15103                 : Exclude those already listed in dynamic linking
15104                 dflt=''
15105                 for xxx in $avail_ext; do
15106                         case " $dynamic_ext " in
15107                         *" $xxx "*) ;;
15108                         *) dflt="$dflt $xxx" ;;
15109                         esac
15110                 done
15111                 set X $dflt
15112                 shift
15113                 dflt="$*"
15114                 ;;
15115         *)  dflt="$static_ext" 
15116                 ;;
15117         esac
15118
15119         case "$dflt" in
15120         '')     dflt=none;;
15121         esac
15122         rp="What extensions do you wish to load statically?"
15123         . ./myread
15124         case "$ans" in
15125         none) static_ext=' ' ;;
15126         *) static_ext="$ans" ;;
15127         esac
15128         ;;
15129 *)
15130         $cat <<EOM
15131 A number of extensions are supplied with $package.  Answer "none" 
15132 to include no extensions. 
15133 Note that DynaLoader is always built and need not be mentioned here.
15134
15135 EOM
15136         case "$static_ext" in
15137         '') dflt="$avail_ext" ;;
15138         *)      dflt="$static_ext"
15139                 # Perhaps we are reusing an old out-of-date config.sh.
15140                 case "$hint" in
15141                 previous)
15142                         if test X"$static_ext" != X"$avail_ext"; then
15143                                 $cat <<EOM
15144 NOTICE:  Your previous config.sh list may be incorrect. 
15145 The extensions now available to you are 
15146         ${avail_ext}
15147 but the default list from your previous config.sh is
15148         ${static_ext} 
15149
15150 EOM
15151                         fi
15152                         ;;
15153                 esac
15154                 ;;
15155         esac
15156         : Exclude those that are not xs extensions
15157         case "$dflt" in
15158         '')     dflt=none;;
15159         esac
15160         rp="What extensions do you wish to include?"
15161         . ./myread
15162         case "$ans" in
15163         none) static_ext=' ' ;;
15164         *) static_ext="$ans" ;;
15165         esac
15166         ;;
15167 esac
15168
15169 set X $dynamic_ext $static_ext $nonxs_ext
15170 shift
15171 extensions="$*"
15172
15173 : Remove libraries needed only for extensions
15174 : The appropriate ext/Foo/Makefile.PL will add them back in, if necessary.
15175 : The exception is SunOS 4.x, which needs them.
15176 case "${osname}X${osvers}" in
15177 sunos*X4*)
15178     perllibs="$libs"
15179     ;;
15180 *) case "$usedl" in
15181     $define|true|[yY]*)
15182             set X `echo " $libs " | sed -e 's@ -lndbm @ @' -e 's@ -lgdbm @ @' -e 's@ -ldbm @ @' -e 's@ -ldb @ @'` 
15183             shift
15184             perllibs="$*"
15185             ;;
15186     *)  perllibs="$libs"
15187             ;;
15188     esac
15189     ;;
15190 esac
15191
15192 : Remove build directory name from cppstdin so it can be used from
15193 : either the present location or the final installed location.
15194 echo " "
15195 : Get out of the UU directory to get correct path name.
15196 cd ..
15197 case "$cppstdin" in
15198 `pwd`/cppstdin)
15199         echo "Stripping down cppstdin path name"
15200         cppstdin=cppstdin
15201         ;;
15202 esac
15203 cd UU
15204
15205 : end of configuration questions
15206 echo " "
15207 echo "End of configuration questions."
15208 echo " "
15209
15210 : back to where it started
15211 if test -d ../UU; then
15212         cd ..
15213 fi
15214
15215 : configuration may be patched via a 'config.over' file
15216 if $test -f config.over; then
15217         echo " "
15218         dflt=y
15219         rp='I see a config.over file.  Do you wish to load it?'
15220         . UU/myread
15221         case "$ans" in
15222         n*) echo "OK, I'll ignore it.";;
15223         *)      . ./config.over
15224                 echo "Configuration override changes have been loaded."
15225                 ;;
15226         esac
15227 fi
15228
15229 : in case they want portability, strip down executable paths
15230 case "$d_portable" in
15231 "$define")
15232         echo " "
15233         echo "Stripping down executable paths..." >&4
15234         for file in $loclist $trylist; do
15235                 eval temp=\$$file
15236                 eval $file=`basename $temp`
15237         done
15238         ;;
15239 esac
15240
15241 : create config.sh file
15242 echo " "
15243 echo "Creating config.sh..." >&4
15244 $spitshell <<EOT >config.sh
15245 $startsh
15246 #
15247 # This file was produced by running the Configure script. It holds all the
15248 # definitions figured out by Configure. Should you modify one of these values,
15249 # do not forget to propagate your changes by running "Configure -der". You may
15250 # instead choose to run each of the .SH files by yourself, or "Configure -S".
15251 #
15252
15253 # Package name      : $package
15254 # Source directory  : $src
15255 # Configuration time: $cf_time
15256 # Configured by     : $cf_by
15257 # Target system     : $myuname
15258
15259 Author='$Author'
15260 Date='$Date'
15261 Header='$Header'
15262 Id='$Id'
15263 Locker='$Locker'
15264 Log='$Log'
15265 Mcc='$Mcc'
15266 RCSfile='$RCSfile'
15267 Revision='$Revision'
15268 Source='$Source'
15269 State='$State'
15270 _a='$_a'
15271 _exe='$_exe'
15272 _o='$_o'
15273 afs='$afs'
15274 alignbytes='$alignbytes'
15275 ansi2knr='$ansi2knr'
15276 aphostname='$aphostname'
15277 api_revision='$api_revision'
15278 api_subversion='$api_subversion'
15279 api_version='$api_version'
15280 api_versionstring='$api_versionstring'
15281 ar='$ar'
15282 archlib='$archlib'
15283 archlibexp='$archlibexp'
15284 archname64='$archname64'
15285 archname='$archname'
15286 archobjs='$archobjs'
15287 awk='$awk'
15288 baserev='$baserev'
15289 bash='$bash'
15290 bin='$bin'
15291 bincompat5005='$bincompat5005'
15292 binexp='$binexp'
15293 bison='$bison'
15294 byacc='$byacc'
15295 byteorder='$byteorder'
15296 c='$c'
15297 castflags='$castflags'
15298 cat='$cat'
15299 cc='$cc'
15300 cccdlflags='$cccdlflags'
15301 ccdlflags='$ccdlflags'
15302 ccflags='$ccflags'
15303 ccflags_uselargefiles='$ccflags_uselargefiles'
15304 ccname='$ccname'
15305 ccsymbols='$ccsymbols'
15306 ccversion='$ccversion'
15307 cf_by='$cf_by'
15308 cf_email='$cf_email'
15309 cf_time='$cf_time'
15310 charsize='$charsize'
15311 chgrp='$chgrp'
15312 chmod='$chmod'
15313 chown='$chown'
15314 clocktype='$clocktype'
15315 comm='$comm'
15316 compress='$compress'
15317 contains='$contains'
15318 cp='$cp'
15319 cpio='$cpio'
15320 cpp='$cpp'
15321 cpp_stuff='$cpp_stuff'
15322 cppccsymbols='$cppccsymbols'
15323 cppflags='$cppflags'
15324 cpplast='$cpplast'
15325 cppminus='$cppminus'
15326 cpprun='$cpprun'
15327 cppstdin='$cppstdin'
15328 cppsymbols='$cppsymbols'
15329 crosscompile='$crosscompile'
15330 cryptlib='$cryptlib'
15331 csh='$csh'
15332 d_Gconvert='$d_Gconvert'
15333 d_PRIEUldbl='$d_PRIEUldbl'
15334 d_PRIFUldbl='$d_PRIFUldbl'
15335 d_PRIGUldbl='$d_PRIGUldbl'
15336 d_PRIXU64='$d_PRIXU64'
15337 d_PRId64='$d_PRId64'
15338 d_PRIeldbl='$d_PRIeldbl'
15339 d_PRIfldbl='$d_PRIfldbl'
15340 d_PRIgldbl='$d_PRIgldbl'
15341 d_PRIi64='$d_PRIi64'
15342 d_PRIo64='$d_PRIo64'
15343 d_PRIu64='$d_PRIu64'
15344 d_PRIx64='$d_PRIx64'
15345 d_SCNfldbl='$d_SCNfldbl'
15346 d_access='$d_access'
15347 d_accessx='$d_accessx'
15348 d_alarm='$d_alarm'
15349 d_archlib='$d_archlib'
15350 d_atolf='$d_atolf'
15351 d_atoll='$d_atoll'
15352 d_attribut='$d_attribut'
15353 d_bcmp='$d_bcmp'
15354 d_bcopy='$d_bcopy'
15355 d_bincompat5005='$d_bincompat5005'
15356 d_bsd='$d_bsd'
15357 d_bsdgetpgrp='$d_bsdgetpgrp'
15358 d_bsdsetpgrp='$d_bsdsetpgrp'
15359 d_bzero='$d_bzero'
15360 d_casti32='$d_casti32'
15361 d_castneg='$d_castneg'
15362 d_charvspr='$d_charvspr'
15363 d_chown='$d_chown'
15364 d_chroot='$d_chroot'
15365 d_chsize='$d_chsize'
15366 d_closedir='$d_closedir'
15367 d_const='$d_const'
15368 d_crypt='$d_crypt'
15369 d_csh='$d_csh'
15370 d_cuserid='$d_cuserid'
15371 d_dbl_dig='$d_dbl_dig'
15372 d_difftime='$d_difftime'
15373 d_dirnamlen='$d_dirnamlen'
15374 d_dlerror='$d_dlerror'
15375 d_dlopen='$d_dlopen'
15376 d_dlsymun='$d_dlsymun'
15377 d_dosuid='$d_dosuid'
15378 d_drand48proto='$d_drand48proto'
15379 d_dup2='$d_dup2'
15380 d_eaccess='$d_eaccess'
15381 d_endgrent='$d_endgrent'
15382 d_endhent='$d_endhent'
15383 d_endnent='$d_endnent'
15384 d_endpent='$d_endpent'
15385 d_endpwent='$d_endpwent'
15386 d_endsent='$d_endsent'
15387 d_eofnblk='$d_eofnblk'
15388 d_eunice='$d_eunice'
15389 d_fchmod='$d_fchmod'
15390 d_fchown='$d_fchown'
15391 d_fcntl='$d_fcntl'
15392 d_fd_macros='$d_fd_macros'
15393 d_fd_set='$d_fd_set'
15394 d_fds_bits='$d_fds_bits'
15395 d_fgetpos='$d_fgetpos'
15396 d_flexfnam='$d_flexfnam'
15397 d_flock='$d_flock'
15398 d_fork='$d_fork'
15399 d_fpathconf='$d_fpathconf'
15400 d_fpos64_t='$d_fpos64_t'
15401 d_frexpl='$d_frexpl'
15402 d_fs_data_s='$d_fs_data_s'
15403 d_fseeko='$d_fseeko'
15404 d_fsetpos='$d_fsetpos'
15405 d_fstatfs='$d_fstatfs'
15406 d_fstatvfs='$d_fstatvfs'
15407 d_ftello='$d_ftello'
15408 d_ftime='$d_ftime'
15409 d_getcwd='$d_getcwd'
15410 d_getespwnam='$d_getespwnam'
15411 d_getfsstat='$d_getfsstat'
15412 d_getgrent='$d_getgrent'
15413 d_getgrps='$d_getgrps'
15414 d_gethbyaddr='$d_gethbyaddr'
15415 d_gethbyname='$d_gethbyname'
15416 d_gethent='$d_gethent'
15417 d_gethname='$d_gethname'
15418 d_gethostprotos='$d_gethostprotos'
15419 d_getlogin='$d_getlogin'
15420 d_getmnt='$d_getmnt'
15421 d_getmntent='$d_getmntent'
15422 d_getnbyaddr='$d_getnbyaddr'
15423 d_getnbyname='$d_getnbyname'
15424 d_getnent='$d_getnent'
15425 d_getnetprotos='$d_getnetprotos'
15426 d_getpbyname='$d_getpbyname'
15427 d_getpbynumber='$d_getpbynumber'
15428 d_getpent='$d_getpent'
15429 d_getpgid='$d_getpgid'
15430 d_getpgrp2='$d_getpgrp2'
15431 d_getpgrp='$d_getpgrp'
15432 d_getppid='$d_getppid'
15433 d_getprior='$d_getprior'
15434 d_getprotoprotos='$d_getprotoprotos'
15435 d_getprpwnam='$d_getprpwnam'
15436 d_getpwent='$d_getpwent'
15437 d_getsbyname='$d_getsbyname'
15438 d_getsbyport='$d_getsbyport'
15439 d_getsent='$d_getsent'
15440 d_getservprotos='$d_getservprotos'
15441 d_getspnam='$d_getspnam'
15442 d_gettimeod='$d_gettimeod'
15443 d_gnulibc='$d_gnulibc'
15444 d_grpasswd='$d_grpasswd'
15445 d_hasmntopt='$d_hasmntopt'
15446 d_htonl='$d_htonl'
15447 d_iconv='$d_iconv'
15448 d_index='$d_index'
15449 d_inetaton='$d_inetaton'
15450 d_int64_t='$d_int64_t'
15451 d_isascii='$d_isascii'
15452 d_isnan='$d_isnan'
15453 d_isnanl='$d_isnanl'
15454 d_killpg='$d_killpg'
15455 d_lchown='$d_lchown'
15456 d_ldbl_dig='$d_ldbl_dig'
15457 d_link='$d_link'
15458 d_locconv='$d_locconv'
15459 d_lockf='$d_lockf'
15460 d_longdbl='$d_longdbl'
15461 d_longlong='$d_longlong'
15462 d_lseekproto='$d_lseekproto'
15463 d_lstat='$d_lstat'
15464 d_madvise='$d_madvise'
15465 d_mblen='$d_mblen'
15466 d_mbstowcs='$d_mbstowcs'
15467 d_mbtowc='$d_mbtowc'
15468 d_memchr='$d_memchr'
15469 d_memcmp='$d_memcmp'
15470 d_memcpy='$d_memcpy'
15471 d_memmove='$d_memmove'
15472 d_memset='$d_memset'
15473 d_mkdir='$d_mkdir'
15474 d_mkdtemp='$d_mkdtemp'
15475 d_mkfifo='$d_mkfifo'
15476 d_mkstemp='$d_mkstemp'
15477 d_mkstemps='$d_mkstemps'
15478 d_mktime='$d_mktime'
15479 d_mmap='$d_mmap'
15480 d_modfl='$d_modfl'
15481 d_mprotect='$d_mprotect'
15482 d_msg='$d_msg'
15483 d_msg_ctrunc='$d_msg_ctrunc'
15484 d_msg_dontroute='$d_msg_dontroute'
15485 d_msg_oob='$d_msg_oob'
15486 d_msg_peek='$d_msg_peek'
15487 d_msg_proxy='$d_msg_proxy'
15488 d_msgctl='$d_msgctl'
15489 d_msgget='$d_msgget'
15490 d_msgrcv='$d_msgrcv'
15491 d_msgsnd='$d_msgsnd'
15492 d_msync='$d_msync'
15493 d_munmap='$d_munmap'
15494 d_mymalloc='$d_mymalloc'
15495 d_nice='$d_nice'
15496 d_nv_preserves_uv='$d_nv_preserves_uv'
15497 d_nv_preserves_uv_bits='$d_nv_preserves_uv_bits'
15498 d_off64_t='$d_off64_t'
15499 d_old_pthread_create_joinable='$d_old_pthread_create_joinable'
15500 d_oldpthreads='$d_oldpthreads'
15501 d_oldsock='$d_oldsock'
15502 d_open3='$d_open3'
15503 d_pathconf='$d_pathconf'
15504 d_pause='$d_pause'
15505 d_perl_otherlibdirs='$d_perl_otherlibdirs'
15506 d_phostname='$d_phostname'
15507 d_pipe='$d_pipe'
15508 d_poll='$d_poll'
15509 d_portable='$d_portable'
15510 d_pthread_yield='$d_pthread_yield'
15511 d_pwage='$d_pwage'
15512 d_pwchange='$d_pwchange'
15513 d_pwclass='$d_pwclass'
15514 d_pwcomment='$d_pwcomment'
15515 d_pwexpire='$d_pwexpire'
15516 d_pwgecos='$d_pwgecos'
15517 d_pwpasswd='$d_pwpasswd'
15518 d_pwquota='$d_pwquota'
15519 d_qgcvt='$d_qgcvt'
15520 d_quad='$d_quad'
15521 d_readdir='$d_readdir'
15522 d_readlink='$d_readlink'
15523 d_rename='$d_rename'
15524 d_rewinddir='$d_rewinddir'
15525 d_rmdir='$d_rmdir'
15526 d_safebcpy='$d_safebcpy'
15527 d_safemcpy='$d_safemcpy'
15528 d_sanemcmp='$d_sanemcmp'
15529 d_sched_yield='$d_sched_yield'
15530 d_scm_rights='$d_scm_rights'
15531 d_seekdir='$d_seekdir'
15532 d_select='$d_select'
15533 d_sem='$d_sem'
15534 d_semctl='$d_semctl'
15535 d_semctl_semid_ds='$d_semctl_semid_ds'
15536 d_semctl_semun='$d_semctl_semun'
15537 d_semget='$d_semget'
15538 d_semop='$d_semop'
15539 d_setegid='$d_setegid'
15540 d_seteuid='$d_seteuid'
15541 d_setgrent='$d_setgrent'
15542 d_setgrps='$d_setgrps'
15543 d_sethent='$d_sethent'
15544 d_setlinebuf='$d_setlinebuf'
15545 d_setlocale='$d_setlocale'
15546 d_setnent='$d_setnent'
15547 d_setpent='$d_setpent'
15548 d_setpgid='$d_setpgid'
15549 d_setpgrp2='$d_setpgrp2'
15550 d_setpgrp='$d_setpgrp'
15551 d_setprior='$d_setprior'
15552 d_setproctitle='$d_setproctitle'
15553 d_setpwent='$d_setpwent'
15554 d_setregid='$d_setregid'
15555 d_setresgid='$d_setresgid'
15556 d_setresuid='$d_setresuid'
15557 d_setreuid='$d_setreuid'
15558 d_setrgid='$d_setrgid'
15559 d_setruid='$d_setruid'
15560 d_setsent='$d_setsent'
15561 d_setsid='$d_setsid'
15562 d_setvbuf='$d_setvbuf'
15563 d_sfio='$d_sfio'
15564 d_shm='$d_shm'
15565 d_shmat='$d_shmat'
15566 d_shmatprototype='$d_shmatprototype'
15567 d_shmctl='$d_shmctl'
15568 d_shmdt='$d_shmdt'
15569 d_shmget='$d_shmget'
15570 d_sigaction='$d_sigaction'
15571 d_sigsetjmp='$d_sigsetjmp'
15572 d_socket='$d_socket'
15573 d_socklen_t='$d_socklen_t'
15574 d_sockpair='$d_sockpair'
15575 d_socks5_init='$d_socks5_init'
15576 d_sqrtl='$d_sqrtl'
15577 d_statblks='$d_statblks'
15578 d_statfs_f_flags='$d_statfs_f_flags'
15579 d_statfs_s='$d_statfs_s'
15580 d_statvfs='$d_statvfs'
15581 d_stdio_cnt_lval='$d_stdio_cnt_lval'
15582 d_stdio_ptr_lval='$d_stdio_ptr_lval'
15583 d_stdio_stream_array='$d_stdio_stream_array'
15584 d_stdiobase='$d_stdiobase'
15585 d_stdstdio='$d_stdstdio'
15586 d_strchr='$d_strchr'
15587 d_strcoll='$d_strcoll'
15588 d_strctcpy='$d_strctcpy'
15589 d_strerrm='$d_strerrm'
15590 d_strerror='$d_strerror'
15591 d_strtod='$d_strtod'
15592 d_strtol='$d_strtol'
15593 d_strtold='$d_strtold'
15594 d_strtoll='$d_strtoll'
15595 d_strtoul='$d_strtoul'
15596 d_strtoull='$d_strtoull'
15597 d_strtouq='$d_strtouq'
15598 d_strxfrm='$d_strxfrm'
15599 d_suidsafe='$d_suidsafe'
15600 d_symlink='$d_symlink'
15601 d_syscall='$d_syscall'
15602 d_sysconf='$d_sysconf'
15603 d_sysernlst='$d_sysernlst'
15604 d_syserrlst='$d_syserrlst'
15605 d_system='$d_system'
15606 d_tcgetpgrp='$d_tcgetpgrp'
15607 d_tcsetpgrp='$d_tcsetpgrp'
15608 d_telldir='$d_telldir'
15609 d_telldirproto='$d_telldirproto'
15610 d_time='$d_time'
15611 d_times='$d_times'
15612 d_truncate='$d_truncate'
15613 d_tzname='$d_tzname'
15614 d_umask='$d_umask'
15615 d_uname='$d_uname'
15616 d_union_semun='$d_union_semun'
15617 d_ustat='$d_ustat'
15618 d_vendorarch='$d_vendorarch'
15619 d_vendorbin='$d_vendorbin'
15620 d_vendorlib='$d_vendorlib'
15621 d_vfork='$d_vfork'
15622 d_void_closedir='$d_void_closedir'
15623 d_voidsig='$d_voidsig'
15624 d_voidtty='$d_voidtty'
15625 d_volatile='$d_volatile'
15626 d_vprintf='$d_vprintf'
15627 d_wait4='$d_wait4'
15628 d_waitpid='$d_waitpid'
15629 d_wcstombs='$d_wcstombs'
15630 d_wctomb='$d_wctomb'
15631 d_xenix='$d_xenix'
15632 date='$date'
15633 db_hashtype='$db_hashtype'
15634 db_prefixtype='$db_prefixtype'
15635 defvoidused='$defvoidused'
15636 direntrytype='$direntrytype'
15637 dlext='$dlext'
15638 dlsrc='$dlsrc'
15639 doublesize='$doublesize'
15640 drand01='$drand01'
15641 dynamic_ext='$dynamic_ext'
15642 eagain='$eagain'
15643 ebcdic='$ebcdic'
15644 echo='$echo'
15645 egrep='$egrep'
15646 emacs='$emacs'
15647 eunicefix='$eunicefix'
15648 exe_ext='$exe_ext'
15649 expr='$expr'
15650 extensions='$extensions'
15651 fflushNULL='$fflushNULL'
15652 fflushall='$fflushall'
15653 find='$find'
15654 firstmakefile='$firstmakefile'
15655 flex='$flex'
15656 fpossize='$fpossize'
15657 fpostype='$fpostype'
15658 freetype='$freetype'
15659 full_ar='$full_ar'
15660 full_csh='$full_csh'
15661 full_sed='$full_sed'
15662 gccosandvers='$gccosandvers'
15663 gccversion='$gccversion'
15664 gidformat='$gidformat'
15665 gidsign='$gidsign'
15666 gidsize='$gidsize'
15667 gidtype='$gidtype'
15668 glibpth='$glibpth'
15669 grep='$grep'
15670 groupcat='$groupcat'
15671 groupstype='$groupstype'
15672 gzip='$gzip'
15673 h_fcntl='$h_fcntl'
15674 h_sysfile='$h_sysfile'
15675 hint='$hint'
15676 hostcat='$hostcat'
15677 i16size='$i16size'
15678 i16type='$i16type'
15679 i32size='$i32size'
15680 i32type='$i32type'
15681 i64size='$i64size'
15682 i64type='$i64type'
15683 i8size='$i8size'
15684 i8type='$i8type'
15685 i_arpainet='$i_arpainet'
15686 i_bsdioctl='$i_bsdioctl'
15687 i_db='$i_db'
15688 i_dbm='$i_dbm'
15689 i_dirent='$i_dirent'
15690 i_dld='$i_dld'
15691 i_dlfcn='$i_dlfcn'
15692 i_fcntl='$i_fcntl'
15693 i_float='$i_float'
15694 i_gdbm='$i_gdbm'
15695 i_grp='$i_grp'
15696 i_iconv='$i_iconv'
15697 i_ieeefp='$i_ieeefp'
15698 i_inttypes='$i_inttypes'
15699 i_libutil='$i_libutil'
15700 i_limits='$i_limits'
15701 i_locale='$i_locale'
15702 i_machcthr='$i_machcthr'
15703 i_malloc='$i_malloc'
15704 i_math='$i_math'
15705 i_memory='$i_memory'
15706 i_mntent='$i_mntent'
15707 i_ndbm='$i_ndbm'
15708 i_netdb='$i_netdb'
15709 i_neterrno='$i_neterrno'
15710 i_netinettcp='$i_netinettcp'
15711 i_niin='$i_niin'
15712 i_poll='$i_poll'
15713 i_prot='$i_prot'
15714 i_pthread='$i_pthread'
15715 i_pwd='$i_pwd'
15716 i_rpcsvcdbm='$i_rpcsvcdbm'
15717 i_sfio='$i_sfio'
15718 i_sgtty='$i_sgtty'
15719 i_shadow='$i_shadow'
15720 i_socks='$i_socks'
15721 i_stdarg='$i_stdarg'
15722 i_stddef='$i_stddef'
15723 i_stdlib='$i_stdlib'
15724 i_string='$i_string'
15725 i_sunmath='$i_sunmath'
15726 i_sysaccess='$i_sysaccess'
15727 i_sysdir='$i_sysdir'
15728 i_sysfile='$i_sysfile'
15729 i_sysfilio='$i_sysfilio'
15730 i_sysin='$i_sysin'
15731 i_sysioctl='$i_sysioctl'
15732 i_syslog='$i_syslog'
15733 i_sysmman='$i_sysmman'
15734 i_sysmode='$i_sysmode'
15735 i_sysmount='$i_sysmount'
15736 i_sysndir='$i_sysndir'
15737 i_sysparam='$i_sysparam'
15738 i_sysresrc='$i_sysresrc'
15739 i_syssecrt='$i_syssecrt'
15740 i_sysselct='$i_sysselct'
15741 i_syssockio='$i_syssockio'
15742 i_sysstat='$i_sysstat'
15743 i_sysstatfs='$i_sysstatfs'
15744 i_sysstatvfs='$i_sysstatvfs'
15745 i_systime='$i_systime'
15746 i_systimek='$i_systimek'
15747 i_systimes='$i_systimes'
15748 i_systypes='$i_systypes'
15749 i_sysuio='$i_sysuio'
15750 i_sysun='$i_sysun'
15751 i_sysutsname='$i_sysutsname'
15752 i_sysvfs='$i_sysvfs'
15753 i_syswait='$i_syswait'
15754 i_termio='$i_termio'
15755 i_termios='$i_termios'
15756 i_time='$i_time'
15757 i_unistd='$i_unistd'
15758 i_ustat='$i_ustat'
15759 i_utime='$i_utime'
15760 i_values='$i_values'
15761 i_varargs='$i_varargs'
15762 i_varhdr='$i_varhdr'
15763 i_vfork='$i_vfork'
15764 ignore_versioned_solibs='$ignore_versioned_solibs'
15765 inc_version_list='$inc_version_list'
15766 inc_version_list_init='$inc_version_list_init'
15767 incpath='$incpath'
15768 inews='$inews'
15769 installarchlib='$installarchlib'
15770 installbin='$installbin'
15771 installman1dir='$installman1dir'
15772 installman3dir='$installman3dir'
15773 installprefix='$installprefix'
15774 installprefixexp='$installprefixexp'
15775 installprivlib='$installprivlib'
15776 installscript='$installscript'
15777 installsitearch='$installsitearch'
15778 installsitebin='$installsitebin'
15779 installsitelib='$installsitelib'
15780 installstyle='$installstyle'
15781 installusrbinperl='$installusrbinperl'
15782 installvendorarch='$installvendorarch'
15783 installvendorbin='$installvendorbin'
15784 installvendorlib='$installvendorlib'
15785 intsize='$intsize'
15786 ivdformat='$ivdformat'
15787 ivsize='$ivsize'
15788 ivtype='$ivtype'
15789 known_extensions='$known_extensions'
15790 ksh='$ksh'
15791 ld='$ld'
15792 lddlflags='$lddlflags'
15793 ldflags='$ldflags'
15794 ldflags_uselargefiles='$ldflags_uselargefiles'
15795 ldlibpthname='$ldlibpthname'
15796 less='$less'
15797 lib_ext='$lib_ext'
15798 libc='$libc'
15799 libperl='$libperl'
15800 libpth='$libpth'
15801 libs='$libs'
15802 libsdirs='$libsdirs'
15803 libsfiles='$libsfiles'
15804 libsfound='$libsfound'
15805 libspath='$libspath'
15806 libswanted='$libswanted'
15807 libswanted_uselargefiles='$libswanted_uselargefiles'
15808 line='$line'
15809 lint='$lint'
15810 lkflags='$lkflags'
15811 ln='$ln'
15812 lns='$lns'
15813 locincpth='$locincpth'
15814 loclibpth='$loclibpth'
15815 longdblsize='$longdblsize'
15816 longlongsize='$longlongsize'
15817 longsize='$longsize'
15818 lp='$lp'
15819 lpr='$lpr'
15820 ls='$ls'
15821 lseeksize='$lseeksize'
15822 lseektype='$lseektype'
15823 mail='$mail'
15824 mailx='$mailx'
15825 make='$make'
15826 make_set_make='$make_set_make'
15827 mallocobj='$mallocobj'
15828 mallocsrc='$mallocsrc'
15829 malloctype='$malloctype'
15830 man1dir='$man1dir'
15831 man1direxp='$man1direxp'
15832 man1ext='$man1ext'
15833 man3dir='$man3dir'
15834 man3direxp='$man3direxp'
15835 man3ext='$man3ext'
15836 mips_type='$mips_type'
15837 mkdir='$mkdir'
15838 mmaptype='$mmaptype'
15839 modetype='$modetype'
15840 more='$more'
15841 multiarch='$multiarch'
15842 mv='$mv'
15843 myarchname='$myarchname'
15844 mydomain='$mydomain'
15845 myhostname='$myhostname'
15846 myuname='$myuname'
15847 n='$n'
15848 netdb_hlen_type='$netdb_hlen_type'
15849 netdb_host_type='$netdb_host_type'
15850 netdb_name_type='$netdb_name_type'
15851 netdb_net_type='$netdb_net_type'
15852 nm='$nm'
15853 nm_opt='$nm_opt'
15854 nm_so_opt='$nm_so_opt'
15855 nonxs_ext='$nonxs_ext'
15856 nroff='$nroff'
15857 nvEUformat='$nvEUformat'
15858 nvFUformat='$nvFUformat'
15859 nvGUformat='$nvGUformat'
15860 nveformat='$nveformat'
15861 nvfformat='$nvfformat'
15862 nvgformat='$nvgformat'
15863 nvsize='$nvsize'
15864 nvtype='$nvtype'
15865 o_nonblock='$o_nonblock'
15866 obj_ext='$obj_ext'
15867 old_pthread_create_joinable='$old_pthread_create_joinable'
15868 optimize='$optimize'
15869 orderlib='$orderlib'
15870 osname='$osname'
15871 osvers='$osvers'
15872 otherlibdirs='$otherlibdirs'
15873 package='$package'
15874 pager='$pager'
15875 passcat='$passcat'
15876 patchlevel='$patchlevel'
15877 path_sep='$path_sep'
15878 perl5='$perl5'
15879 perl='$perl'
15880 perladmin='$perladmin'
15881 perllibs='$perllibs'
15882 perlpath='$perlpath'
15883 pg='$pg'
15884 phostname='$phostname'
15885 pidtype='$pidtype'
15886 plibpth='$plibpth'
15887 pm_apiversion='$pm_apiversion'
15888 pmake='$pmake'
15889 pr='$pr'
15890 prefix='$prefix'
15891 prefixexp='$prefixexp'
15892 privlib='$privlib'
15893 privlibexp='$privlibexp'
15894 prototype='$prototype'
15895 ptrsize='$ptrsize'
15896 quadkind='$quadkind'
15897 quadtype='$quadtype'
15898 randbits='$randbits'
15899 randfunc='$randfunc'
15900 randseedtype='$randseedtype'
15901 ranlib='$ranlib'
15902 rd_nodata='$rd_nodata'
15903 revision='$revision'
15904 rm='$rm'
15905 rmail='$rmail'
15906 runnm='$runnm'
15907 sPRIEUldbl='$sPRIEUldbl'
15908 sPRIFUldbl='$sPRIFUldbl'
15909 sPRIGUldbl='$sPRIGUldbl'
15910 sPRIXU64='$sPRIXU64'
15911 sPRId64='$sPRId64'
15912 sPRIeldbl='$sPRIeldbl'
15913 sPRIfldbl='$sPRIfldbl'
15914 sPRIgldbl='$sPRIgldbl'
15915 sPRIi64='$sPRIi64'
15916 sPRIo64='$sPRIo64'
15917 sPRIu64='$sPRIu64'
15918 sPRIx64='$sPRIx64'
15919 sSCNfldbl='$sSCNfldbl'
15920 sched_yield='$sched_yield'
15921 scriptdir='$scriptdir'
15922 scriptdirexp='$scriptdirexp'
15923 sed='$sed'
15924 seedfunc='$seedfunc'
15925 selectminbits='$selectminbits'
15926 selecttype='$selecttype'
15927 sendmail='$sendmail'
15928 sh='$sh'
15929 shar='$shar'
15930 sharpbang='$sharpbang'
15931 shmattype='$shmattype'
15932 shortsize='$shortsize'
15933 shrpenv='$shrpenv'
15934 shsharp='$shsharp'
15935 sig_count='$sig_count'
15936 sig_name='$sig_name'
15937 sig_name_init='$sig_name_init'
15938 sig_num='$sig_num'
15939 sig_num_init='$sig_num_init'
15940 signal_t='$signal_t'
15941 sitearch='$sitearch'
15942 sitearchexp='$sitearchexp'
15943 sitebin='$sitebin'
15944 sitebinexp='$sitebinexp'
15945 sitelib='$sitelib'
15946 sitelib_stem='$sitelib_stem'
15947 sitelibexp='$sitelibexp'
15948 siteprefix='$siteprefix'
15949 siteprefixexp='$siteprefixexp'
15950 sizesize='$sizesize'
15951 sizetype='$sizetype'
15952 sleep='$sleep'
15953 smail='$smail'
15954 so='$so'
15955 sockethdr='$sockethdr'
15956 socketlib='$socketlib'
15957 socksizetype='$socksizetype'
15958 sort='$sort'
15959 spackage='$spackage'
15960 spitshell='$spitshell'
15961 src='$src'
15962 ssizetype='$ssizetype'
15963 startperl='$startperl'
15964 startsh='$startsh'
15965 static_ext='$static_ext'
15966 stdchar='$stdchar'
15967 stdio_base='$stdio_base'
15968 stdio_bufsiz='$stdio_bufsiz'
15969 stdio_cnt='$stdio_cnt'
15970 stdio_filbuf='$stdio_filbuf'
15971 stdio_ptr='$stdio_ptr'
15972 stdio_stream_array='$stdio_stream_array'
15973 strings='$strings'
15974 submit='$submit'
15975 subversion='$subversion'
15976 sysman='$sysman'
15977 tail='$tail'
15978 tar='$tar'
15979 tbl='$tbl'
15980 tee='$tee'
15981 test='$test'
15982 timeincl='$timeincl'
15983 timetype='$timetype'
15984 touch='$touch'
15985 tr='$tr'
15986 trnl='$trnl'
15987 troff='$troff'
15988 u16size='$u16size'
15989 u16type='$u16type'
15990 u32size='$u32size'
15991 u32type='$u32type'
15992 u64size='$u64size'
15993 u64type='$u64type'
15994 u8size='$u8size'
15995 u8type='$u8type'
15996 uidformat='$uidformat'
15997 uidsign='$uidsign'
15998 uidsize='$uidsize'
15999 uidtype='$uidtype'
16000 uname='$uname'
16001 uniq='$uniq'
16002 uquadtype='$uquadtype'
16003 use5005threads='$use5005threads'
16004 use64bitall='$use64bitall'
16005 use64bitint='$use64bitint'
16006 usedl='$usedl'
16007 useithreads='$useithreads'
16008 uselargefiles='$uselargefiles'
16009 uselongdouble='$uselongdouble'
16010 usemorebits='$usemorebits'
16011 usemultiplicity='$usemultiplicity'
16012 usemymalloc='$usemymalloc'
16013 usenm='$usenm'
16014 useopcode='$useopcode'
16015 useperlio='$useperlio'
16016 useposix='$useposix'
16017 usesfio='$usesfio'
16018 useshrplib='$useshrplib'
16019 usesocks='$usesocks'
16020 usethreads='$usethreads'
16021 usevendorprefix='$usevendorprefix'
16022 usevfork='$usevfork'
16023 usrinc='$usrinc'
16024 uuname='$uuname'
16025 uvXUformat='$uvXUformat'
16026 uvoformat='$uvoformat'
16027 uvsize='$uvsize'
16028 uvtype='$uvtype'
16029 uvuformat='$uvuformat'
16030 uvxformat='$uvxformat'
16031 vendorarch='$vendorarch'
16032 vendorarchexp='$vendorarchexp'
16033 vendorbin='$vendorbin'
16034 vendorbinexp='$vendorbinexp'
16035 vendorlib='$vendorlib'
16036 vendorlib_stem='$vendorlib_stem'
16037 vendorlibexp='$vendorlibexp'
16038 vendorprefix='$vendorprefix'
16039 vendorprefixexp='$vendorprefixexp'
16040 version='$version'
16041 versiononly='$versiononly'
16042 vi='$vi'
16043 voidflags='$voidflags'
16044 xlibpth='$xlibpth'
16045 xs_apiversion='$xs_apiversion'
16046 zcat='$zcat'
16047 zip='$zip'
16048 EOT
16049
16050 : Add in command line options if available
16051 $test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
16052
16053 : add special variables
16054 $test -f $src/patchlevel.h && \
16055 awk '/^#define[         ]+PERL_/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
16056 echo "CONFIGDOTSH=true" >>config.sh
16057
16058 : propagate old symbols
16059 if $test -f UU/config.sh; then
16060         <UU/config.sh sort | uniq >UU/oldconfig.sh
16061         sed -n 's/^\([a-zA-Z_0-9]*\)=.*/\1/p' config.sh config.sh UU/oldconfig.sh |\
16062         sort | uniq -u >UU/oldsyms
16063         set X `cat UU/oldsyms`
16064         shift
16065         case $# in
16066         0) ;;
16067         *)
16068                 cat <<EOM
16069 Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
16070 EOM
16071                 echo "# Variables propagated from previous config.sh file." >>config.sh
16072                 for sym in `cat UU/oldsyms`; do
16073                         echo "    Propagating $hint variable "'$'"$sym..."
16074                         eval 'tmp="$'"${sym}"'"'
16075                         echo "$tmp" | \
16076                                 sed -e "s/'/'\"'\"'/g" -e "s/^/$sym='/" -e "s/$/'/" >>config.sh
16077                 done
16078                 ;;
16079         esac
16080 fi
16081
16082 : Finish up by extracting the .SH files
16083 case "$alldone" in
16084 exit)
16085         $rm -rf UU
16086         echo "Done."
16087         exit 0
16088         ;;
16089 cont)
16090         ;;
16091 '')
16092         dflt=''
16093         nostick=true
16094         $cat <<EOM
16095
16096 If you'd like to make any changes to the config.sh file before I begin
16097 to configure things, do it as a shell escape now (e.g. !vi config.sh).
16098
16099 EOM
16100         rp="Press return or use a shell escape to edit config.sh:"
16101         . UU/myread
16102         nostick=''
16103         case "$ans" in
16104         '') ;;
16105         *) : in case they cannot read
16106                 sh 1>&4 -c "$ans";;
16107         esac
16108         ;;
16109 esac
16110
16111 : if this fails, just run all the .SH files by hand
16112 . ./config.sh
16113
16114 echo " "
16115 exec 1>&4
16116 . ./UU/extract
16117
16118 if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
16119         dflt=y
16120         case "$silent" in
16121         true) ;;
16122         *)
16123                 $cat <<EOM
16124
16125 Now you need to generate make dependencies by running "$make depend".
16126 You might prefer to run it in background: "$make depend > makedepend.out &"
16127 It can take a while, so you might not want to run it right now.
16128
16129 EOM
16130                 ;;
16131         esac
16132         rp="Run $make depend now?"
16133         . UU/myread
16134         case "$ans" in
16135         y*)
16136                 $make depend && echo "Now you must run '$make'."
16137                 ;;
16138         *)
16139                 echo "You must run '$make depend' then '$make'."
16140                 ;;
16141         esac
16142 elif test -f [Mm]akefile; then
16143         echo " "
16144         echo "Now you must run a $make."
16145 else
16146         echo "Done."
16147 fi
16148
16149 if $test -f Policy.sh; then
16150     $cat <<EOM
16151
16152 If you compile $package on a different machine or from a different object
16153 directory, copy the Policy.sh file from this object directory to the
16154 new one before you run Configure -- this will help you with most of
16155 the policy defaults.
16156
16157 EOM
16158 fi
16159 if $test -f config.msg; then
16160     echo "Hmm.  I also noted the following information while running:"
16161     echo " "
16162     $cat config.msg >&4
16163     $rm -f config.msg
16164 fi
16165 $rm -f kit*isdone ark*isdone
16166 $rm -rf UU
16167
16168 : End of Configure
16169