202fa98ee37e92c292d0dd26253354d8e45eab48
[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 Sun Nov  7 14:31:41 EET 1999 [metaconfig 3.0 PL70]
24 # (with additional metaconfig patches by perlbug@perl.com)
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 ccsymbols=''
164 cppccsymbols=''
165 cppsymbols=''
166 dynamic_ext=''
167 extensions=''
168 known_extensions=''
169 nonxs_ext=''
170 static_ext=''
171 useopcode=''
172 useposix=''
173 d_bsd=''
174 d_eunice=''
175 d_xenix=''
176 eunicefix=''
177 Mcc=''
178 ar=''
179 awk=''
180 bash=''
181 bison=''
182 byacc=''
183 cat=''
184 chgrp=''
185 chmod=''
186 chown=''
187 comm=''
188 compress=''
189 cp=''
190 cpio=''
191 cpp=''
192 csh=''
193 date=''
194 echo=''
195 egrep=''
196 emacs=''
197 expr=''
198 find=''
199 flex=''
200 grep=''
201 gzip=''
202 inews=''
203 ksh=''
204 less=''
205 line=''
206 lint=''
207 ln=''
208 lp=''
209 lpr=''
210 ls=''
211 mail=''
212 mailx=''
213 make=''
214 mkdir=''
215 more=''
216 mv=''
217 nm=''
218 nroff=''
219 perl=''
220 pg=''
221 pmake=''
222 pr=''
223 rm=''
224 rmail=''
225 sed=''
226 sendmail=''
227 shar=''
228 sleep=''
229 smail=''
230 sort=''
231 submit=''
232 tail=''
233 tar=''
234 tbl=''
235 tee=''
236 test=''
237 touch=''
238 tr=''
239 troff=''
240 uname=''
241 uniq=''
242 uuname=''
243 vi=''
244 zcat=''
245 zip=''
246 full_ar=''
247 full_sed=''
248 libswanted=''
249 hint=''
250 myuname=''
251 osname=''
252 osvers=''
253 Author=''
254 Date=''
255 Header=''
256 Id=''
257 Locker=''
258 Log=''
259 RCSfile=''
260 Revision=''
261 Source=''
262 State=''
263 _a=''
264 _exe=''
265 _o=''
266 archobjs=''
267 exe_ext=''
268 firstmakefile=''
269 lib_ext=''
270 obj_ext=''
271 path_sep=''
272 afs=''
273 alignbytes=''
274 ansi2knr=''
275 archlib=''
276 archlibexp=''
277 d_archlib=''
278 installarchlib=''
279 archname=''
280 myarchname=''
281 d_atolf=''
282 d_atoll=''
283 baserev=''
284 bin=''
285 binexp=''
286 installbin=''
287 bincompat5005=''
288 d_bincompat5005=''
289 byteorder=''
290 cc=''
291 gccversion=''
292 ccflags=''
293 cppflags=''
294 ldflags=''
295 lkflags=''
296 locincpth=''
297 optimize=''
298 cf_email=''
299 cf_by=''
300 cf_time=''
301 charsize=''
302 contains=''
303 cpp_stuff=''
304 cpplast=''
305 cppminus=''
306 cpprun=''
307 cppstdin=''
308 crosscompile=''
309 d_access=''
310 d_accessx=''
311 d_alarm=''
312 d_attribut=''
313 d_bcmp=''
314 d_bcopy=''
315 d_bzero=''
316 d_casti32=''
317 castflags=''
318 d_castneg=''
319 d_chown=''
320 d_chroot=''
321 d_chsize=''
322 d_closedir=''
323 d_void_closedir=''
324 d_const=''
325 cryptlib=''
326 d_crypt=''
327 d_csh=''
328 full_csh=''
329 d_cuserid=''
330 d_dbl_dig=''
331 d_difftime=''
332 d_dlerror=''
333 d_dlopen=''
334 d_dlsymun=''
335 d_dosuid=''
336 d_suidsafe=''
337 d_drand48proto=''
338 d_dup2=''
339 d_eaccess=''
340 d_endgrent=''
341 d_endhent=''
342 d_endnent=''
343 d_endpent=''
344 d_endpwent=''
345 d_endsent=''
346 d_endspent=''
347 d_fchmod=''
348 d_fchown=''
349 d_fcntl=''
350 d_fd_macros=''
351 d_fd_set=''
352 d_fds_bits=''
353 d_fgetpos=''
354 d_flexfnam=''
355 d_flock=''
356 d_fork=''
357 d_fs_data_s=''
358 d_fseeko=''
359 d_fsetpos=''
360 d_fstatfs=''
361 d_ftello=''
362 d_ftime=''
363 d_gettimeod=''
364 d_Gconvert=''
365 d_getgrent=''
366 d_getgrps=''
367 d_gethbyaddr=''
368 d_gethbyname=''
369 d_gethent=''
370 aphostname=''
371 d_gethname=''
372 d_phostname=''
373 d_uname=''
374 d_gethostprotos=''
375 d_getlogin=''
376 d_getmnt=''
377 d_getmntent=''
378 d_getnbyaddr=''
379 d_getnbyname=''
380 d_getnent=''
381 d_getnetprotos=''
382 d_getpent=''
383 d_getpgid=''
384 d_getpgrp2=''
385 d_bsdgetpgrp=''
386 d_getpgrp=''
387 d_getppid=''
388 d_getprior=''
389 d_getpbyname=''
390 d_getpbynumber=''
391 d_getprotoprotos=''
392 d_getpwent=''
393 d_getsent=''
394 d_getservprotos=''
395 d_getspent=''
396 d_getspnam=''
397 d_getsbyname=''
398 d_getsbyport=''
399 d_gnulibc=''
400 d_hasmntopt=''
401 d_htonl=''
402 d_inetaton=''
403 d_isascii=''
404 d_killpg=''
405 d_lchown=''
406 d_ldbl_dig=''
407 d_link=''
408 d_locconv=''
409 d_lockf=''
410 d_longdbl=''
411 longdblsize=''
412 d_longlong=''
413 longlongsize=''
414 d_lstat=''
415 d_mblen=''
416 d_mbstowcs=''
417 d_mbtowc=''
418 d_memchr=''
419 d_memcmp=''
420 d_memcpy=''
421 d_memmove=''
422 d_memset=''
423 d_mkdir=''
424 d_mkfifo=''
425 d_mktime=''
426 d_msg=''
427 d_msgctl=''
428 d_msgget=''
429 d_msgrcv=''
430 d_msgsnd=''
431 d_nice=''
432 d_open3=''
433 d_fpathconf=''
434 d_pathconf=''
435 d_pause=''
436 d_pipe=''
437 d_poll=''
438 d_portable=''
439 d_old_pthread_create_joinable=''
440 old_pthread_create_joinable=''
441 d_pthread_yield=''
442 d_sched_yield=''
443 sched_yield=''
444 d_readdir=''
445 d_rewinddir=''
446 d_seekdir=''
447 d_telldir=''
448 d_readlink=''
449 d_rename=''
450 d_rmdir=''
451 d_safebcpy=''
452 d_safemcpy=''
453 d_sanemcmp=''
454 d_select=''
455 d_sem=''
456 d_semctl=''
457 d_semget=''
458 d_semop=''
459 d_setegid=''
460 d_seteuid=''
461 d_setgrent=''
462 d_setgrps=''
463 d_sethent=''
464 d_setlinebuf=''
465 d_setlocale=''
466 d_setnent=''
467 d_setpent=''
468 d_setpgid=''
469 d_setpgrp2=''
470 d_bsdsetpgrp=''
471 d_setpgrp=''
472 d_setprior=''
473 d_setpwent=''
474 d_setregid=''
475 d_setresgid=''
476 d_setresuid=''
477 d_setreuid=''
478 d_setrgid=''
479 d_setruid=''
480 d_setsent=''
481 d_setsid=''
482 d_setspent=''
483 d_setvbuf=''
484 d_sfio=''
485 usesfio=''
486 d_shm=''
487 d_shmat=''
488 d_shmatprototype=''
489 shmattype=''
490 d_shmctl=''
491 d_shmdt=''
492 d_shmget=''
493 d_sigaction=''
494 d_sigsetjmp=''
495 d_msg_ctrunc=''
496 d_msg_dontroute=''
497 d_msg_oob=''
498 d_msg_peek=''
499 d_msg_proxy=''
500 d_oldsock=''
501 d_scm_rights=''
502 d_socket=''
503 d_sockpair=''
504 sockethdr=''
505 socketlib=''
506 d_sqrtl=''
507 d_statblks=''
508 d_statfs_f_flags=''
509 d_statfs_s=''
510 d_fstatvfs=''
511 d_statvfs=''
512 d_stdio_cnt_lval=''
513 d_stdio_ptr_lval=''
514 d_stdiobase=''
515 d_stdstdio=''
516 stdio_base=''
517 stdio_bufsiz=''
518 stdio_cnt=''
519 stdio_filbuf=''
520 stdio_ptr=''
521 d_index=''
522 d_strchr=''
523 d_strcoll=''
524 d_strctcpy=''
525 d_strerrm=''
526 d_strerror=''
527 d_sysernlst=''
528 d_syserrlst=''
529 d_strtod=''
530 d_strtol=''
531 d_strtoul=''
532 d_strxfrm=''
533 d_symlink=''
534 d_syscall=''
535 d_sysconf=''
536 d_system=''
537 d_tcgetpgrp=''
538 d_tcsetpgrp=''
539 d_telldirproto=''
540 d_time=''
541 timetype=''
542 clocktype=''
543 d_times=''
544 d_truncate=''
545 d_tzname=''
546 d_umask=''
547 d_semctl_semid_ds=''
548 d_semctl_semun=''
549 d_union_semun=''
550 d_ustat=''
551 d_vfork=''
552 usevfork=''
553 d_voidsig=''
554 signal_t=''
555 d_volatile=''
556 d_charvspr=''
557 d_vprintf=''
558 d_wait4=''
559 d_waitpid=''
560 d_wcstombs=''
561 d_wctomb=''
562 dlext=''
563 cccdlflags=''
564 ccdlflags=''
565 dlsrc=''
566 ld=''
567 lddlflags=''
568 usedl=''
569 doublesize=''
570 ebcdic=''
571 fflushNULL=''
572 fflushall=''
573 fpossize=''
574 fpostype=''
575 gidformat=''
576 gidsign=''
577 gidsize=''
578 gidtype=''
579 groupstype=''
580 h_fcntl=''
581 h_sysfile=''
582 i_arpainet=''
583 db_hashtype=''
584 db_prefixtype=''
585 i_db=''
586 i_dbm=''
587 i_rpcsvcdbm=''
588 d_dirnamlen=''
589 direntrytype=''
590 i_dirent=''
591 i_dld=''
592 i_dlfcn=''
593 i_fcntl=''
594 i_float=''
595 i_gdbm=''
596 d_grpasswd=''
597 i_grp=''
598 d_int64t=''
599 i_inttypes=''
600 i_limits=''
601 i_locale=''
602 i_machcthr=''
603 i_malloc=''
604 i_math=''
605 i_memory=''
606 i_mntent=''
607 i_ndbm=''
608 i_netdb=''
609 i_neterrno=''
610 i_netinettcp=''
611 i_niin=''
612 i_sysin=''
613 i_poll=''
614 i_pthread=''
615 d_pwage=''
616 d_pwchange=''
617 d_pwclass=''
618 d_pwcomment=''
619 d_pwexpire=''
620 d_pwgecos=''
621 d_pwpasswd=''
622 d_pwquota=''
623 i_pwd=''
624 i_sfio=''
625 i_shadow=''
626 i_socks=''
627 i_stddef=''
628 i_stdlib=''
629 i_string=''
630 strings=''
631 i_sysaccess=''
632 i_sysdir=''
633 i_sysfile=''
634 d_voidtty=''
635 i_bsdioctl=''
636 i_sysfilio=''
637 i_sysioctl=''
638 i_syssockio=''
639 i_sysmount=''
640 i_sysndir=''
641 i_sysparam=''
642 i_sysresrc=''
643 i_syssecrt=''
644 i_sysselct=''
645 i_sysstat=''
646 i_sysstatfs=''
647 i_sysstatvfs=''
648 i_systimes=''
649 i_systypes=''
650 i_sysuio=''
651 i_sysun=''
652 i_sysvfs=''
653 i_syswait=''
654 i_sgtty=''
655 i_termio=''
656 i_termios=''
657 i_systime=''
658 i_systimek=''
659 i_time=''
660 timeincl=''
661 i_unistd=''
662 i_ustat=''
663 i_utime=''
664 i_values=''
665 i_stdarg=''
666 i_varargs=''
667 i_varhdr=''
668 i_vfork=''
669 installprefix=''
670 installprefixexp=''
671 installstyle=''
672 installusrbinperl=''
673 intsize=''
674 longsize=''
675 shortsize=''
676 d_fpos64_t=''
677 d_off64_t=''
678 libc=''
679 ldlibpthname=''
680 libperl=''
681 shrpenv=''
682 useshrplib=''
683 glibpth=''
684 libpth=''
685 loclibpth=''
686 plibpth=''
687 xlibpth=''
688 ignore_versioned_solibs=''
689 libs=''
690 lns=''
691 d_PRIEldbl=''
692 d_PRIFldbl=''
693 d_PRIGldbl=''
694 d_PRIeldbl=''
695 d_PRIfldbl=''
696 d_PRIgldbl=''
697 sPRIEldbl=''
698 sPRIFldbl=''
699 sPRIGldbl=''
700 sPRIeldbl=''
701 sPRIfldbl=''
702 sPRIgldbl=''
703 lseeksize=''
704 lseektype=''
705 make_set_make=''
706 d_mymalloc=''
707 freetype=''
708 mallocobj=''
709 mallocsrc=''
710 malloctype=''
711 usemymalloc=''
712 installman1dir=''
713 man1dir=''
714 man1direxp=''
715 man1ext=''
716 installman3dir=''
717 man3dir=''
718 man3direxp=''
719 man3ext=''
720 huge=''
721 large=''
722 medium=''
723 models=''
724 small=''
725 split=''
726 modetype=''
727 multiarch=''
728 mydomain=''
729 myhostname=''
730 phostname=''
731 c=''
732 n=''
733 d_eofnblk=''
734 eagain=''
735 o_nonblock=''
736 rd_nodata=''
737 netdb_hlen_type=''
738 netdb_host_type=''
739 netdb_name_type=''
740 netdb_net_type=''
741 groupcat=''
742 hostcat=''
743 passcat=''
744 orderlib=''
745 ranlib=''
746 package=''
747 spackage=''
748 pager=''
749 apiversion=''
750 patchlevel=''
751 subversion=''
752 version=''
753 perladmin=''
754 perlpath=''
755 i16size=''
756 i16type=''
757 i32size=''
758 i32type=''
759 i64size=''
760 i64type=''
761 i8size=''
762 i8type=''
763 ivsize=''
764 ivtype=''
765 nvsize=''
766 nvtype=''
767 u16size=''
768 u16type=''
769 u32size=''
770 u32type=''
771 u64size=''
772 u64type=''
773 u8size=''
774 u8type=''
775 uvsize=''
776 uvtype=''
777 ivdformat=''
778 uvoformat=''
779 uvuformat=''
780 uvxformat=''
781 pidtype=''
782 prefix=''
783 prefixexp=''
784 installprivlib=''
785 privlib=''
786 privlibexp=''
787 prototype=''
788 ptrsize=''
789 d_PRIX64=''
790 d_PRId64=''
791 d_PRIi64=''
792 d_PRIo64=''
793 d_PRIu64=''
794 d_PRIx64=''
795 sPRIX64=''
796 sPRId64=''
797 sPRIi64=''
798 sPRIo64=''
799 sPRIu64=''
800 sPRIx64=''
801 d_quad=''
802 quadcase=''
803 quadtype=''
804 uquadtype=''
805 drand01=''
806 randbits=''
807 randfunc=''
808 randseedtype=''
809 seedfunc=''
810 installscript=''
811 scriptdir=''
812 scriptdirexp=''
813 selectminbits=''
814 selecttype=''
815 sh=''
816 sig_count=''
817 sig_name=''
818 sig_name_init=''
819 sig_num=''
820 sig_num_init=''
821 installsitearch=''
822 sitearch=''
823 sitearchexp=''
824 installsitebin=''
825 sitebin=''
826 sitebinexp=''
827 installsitelib=''
828 sitelib=''
829 sitelibexp=''
830 siteprefix=''
831 siteprefixexp=''
832 sizetype=''
833 so=''
834 sharpbang=''
835 shsharp=''
836 spitshell=''
837 src=''
838 ssizetype=''
839 startperl=''
840 startsh=''
841 stdchar=''
842 d_stdio_stream_array=''
843 stdio_stream_array=''
844 d_strtoull=''
845 sysman=''
846 trnl=''
847 uidformat=''
848 uidsign=''
849 uidsize=''
850 uidtype=''
851 archname64=''
852 use64bits=''
853 uselargefiles=''
854 uselongdouble=''
855 uselonglong=''
856 usemorebits=''
857 usemultiplicity=''
858 nm_opt=''
859 nm_so_opt=''
860 runnm=''
861 usenm=''
862 useperlio=''
863 usesocks=''
864 d_oldpthreads=''
865 usethreads=''
866 incpath=''
867 mips_type=''
868 usrinc=''
869 d_vendorbin=''
870 installvendorbin=''
871 vendorbin=''
872 vendorbinexp=''
873 d_vendorlib=''
874 installvendorlib=''
875 vendorlib=''
876 vendorlibexp=''
877 usevendorprefix=''
878 vendorprefix=''
879 vendorprefixexp=''
880 defvoidused=''
881 voidflags=''
882 pm_apiversion=''
883 xs_apiversion=''
884 CONFIG=''
885
886 define='define'
887 undef='undef'
888 smallmach='pdp11 i8086 z8000 i80286 iAPX286'
889 rmlist=''
890
891 : We must find out about Eunice early
892 eunicefix=':'
893 if test -f /etc/unixtovms; then
894         eunicefix=/etc/unixtovms
895 fi
896 if test -f /etc/unixtovms.exe; then
897         eunicefix=/etc/unixtovms.exe
898 fi
899
900 i_whoami=''
901 : Possible local include directories to search.
902 : Set locincpth to "" in a hint file to defeat local include searches.
903 locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
904 locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
905 :
906 : no include file wanted by default
907 inclwanted=''
908
909 : list of known cpp symbols, sorted alphabetically
910 al="AMIX BIT_MSF BSD BSD4_3 BSD_NET2 CMU CRAY DGUX DOLPHIN DPX2"
911 al="$al GO32 GOULD_PN HP700 I386 I80960 I960 Lynx M68000 M68K MACH"
912 al="$al MIPSEB MIPSEL MSDOS MTXINU MULTIMAX MVS"
913 al="$al M_COFF M_I186 M_I286 M_I386 M_I8086 M_I86 M_I86SM"
914 al="$al M_SYS3 M_SYS5 M_SYSIII M_SYSV M_UNIX M_XENIX"
915 al="$al NeXT OCS88 OSF1 PARISC PC532 PORTAR POSIX"
916 al="$al PWB R3000 RES RISC6000 RT Sun386i SVR3 SVR4 SVR5"
917 al="$al SYSTYPE_BSD SYSTYPE_SVR4 SYSTYPE_SYSV Tek4132 Tek4300"
918 al="$al UMAXV USGr4 USGr4_2 UTEK UTS UTek UnicomPBB UnicomPBD Utek"
919 al="$al VMS Xenix286"
920 al="$al _AIX _AIX32 _AIX370 _AIX41 _AM29000 _COFF _CRAY _CX_UX _EPI"
921 al="$al _IBMESA _IBMR2 _M88K _M88KBCS_TARGET _POWER"
922 al="$al _MIPSEB _MIPSEL _M_COFF _M_I86 _M_I86SM _M_SYS3"
923 al="$al _M_SYS5 _M_SYSIII _M_SYSV _M_UNIX _M_XENIX _NLS _PGC_ _R3000"
924 al="$al _SYSTYPE_BSD _SYSTYPE_BSD43 _SYSTYPE_SVR4"
925 al="$al _SYSTYPE_SYSV _SYSV3 _U370 _UNICOS"
926 al="$al __386BSD__ __BIG_ENDIAN __BIG_ENDIAN__ __BSD_4_4__"
927 al="$al __DGUX__ __DPX2__ __H3050R __H3050RX"
928 al="$al __LITTLE_ENDIAN __LITTLE_ENDIAN__ __MACH__"
929 al="$al __MIPSEB __MIPSEB__ __MIPSEL __MIPSEL__"
930 al="$al __Next__ __OSF1__ __PARAGON__ __PGC__ __PWB __STDC__"
931 al="$al __SVR4_2__ __UMAXV__"
932 al="$al ____386BSD____ __alpha __alpha__ __amiga"
933 al="$al __bsd4_2 __bsd4_2__ __bsdi__ __convex__"
934 al="$al __host_mips__"
935 al="$al __hp9000s200 __hp9000s300 __hp9000s400 __hp9000s500"
936 al="$al __hp9000s500 __hp9000s700 __hp9000s800"
937 al="$al __hppa __hpux __hp_osf __i286 __i286__ __i386 __i386__"
938 al="$al __i486 __i486__ __i860 __i860__ __ibmesa __ksr1__ __linux__"
939 al="$al __m68k __m68k__ __m88100__ __m88k __m88k__"
940 al="$al __mc68000 __mc68000__ __mc68020 __mc68020__"
941 al="$al __mc68030 __mc68030__ __mc68040 __mc68040__"
942 al="$al __mc88100 __mc88100__ __mips __mips__"
943 al="$al __motorola__ __osf__ __pa_risc __sparc__ __stdc__"
944 al="$al __sun __sun__ __svr3__ __svr4__ __ultrix __ultrix__"
945 al="$al __unix __unix__ __uxpm__ __uxps__ __vax __vax__"
946 al="$al _host_mips _mips _unix"
947 al="$al a29k aegis aix aixpc alliant alpha am29000 amiga ansi ardent"
948 al="$al apollo ardent att386 att3b"
949 al="$al bsd bsd43 bsd4_2 bsd4_3 bsd4_4 bsdi bull"
950 al="$al cadmus clipper concurrent convex cray ctix"
951 al="$al dmert encore gcos gcx gimpel gould"
952 al="$al hbullx20 hcx host_mips hp200 hp300 hp700 hp800"
953 al="$al hp9000 hp9000s300 hp9000s400 hp9000s500"
954 al="$al hp9000s700 hp9000s800 hp9k8 hppa hpux"
955 al="$al i186 i286 i386 i486 i8086"
956 al="$al i80960 i860 iAPX286 ibm ibm032 ibmrt interdata is68k"
957 al="$al ksr1 linux luna luna88k m68k m88100 m88k"
958 al="$al mc300 mc500 mc68000 mc68010 mc68020 mc68030"
959 al="$al mc68040 mc68060 mc68k mc68k32 mc700"
960 al="$al mc88000 mc88100 merlin mert mips mvs n16"
961 al="$al ncl_el ncl_mr"
962 al="$al news1500 news1700 news1800 news1900 news3700"
963 al="$al news700 news800 news900 ns16000 ns32000"
964 al="$al ns32016 ns32332 ns32k nsc32000 os osf"
965 al="$al parisc pc532 pdp11 plexus posix pyr"
966 al="$al riscix riscos scs sequent sgi sinix sony sony_news"
967 al="$al sonyrisc sparc sparclite spectrum stardent stratos"
968 al="$al sun sun3 sun386 svr4 sysV68 sysV88"
969 al="$al titan tower tower32 tower32_200 tower32_600 tower32_700"
970 al="$al tower32_800 tower32_850 tss u370 u3b u3b2 u3b20 u3b200"
971 al="$al u3b20d u3b5 ultrix unix unixpc unos vax venix vms"
972 al="$al xenix z8000"
973
974 : Trailing extension.  Override this in a hint file, if needed.
975 _exe=''
976 : Extra object files, if any, needed on this platform.
977 archobjs=''
978 groupstype=''
979 : change the next line if compiling for Xenix/286 on Xenix/386
980 xlibpth='/usr/lib/386 /lib/386'
981
982 : Possible local library directories to search.
983 loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
984 loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
985
986 : general looking path for locating libraries
987 glibpth="/shlib /usr/shlib /lib/pa1.1 /usr/lib/large"
988 glibpth="$glibpth /lib /usr/lib $xlibpth"
989 glibpth="$glibpth /lib/large /usr/lib/small /lib/small"
990 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
991
992 : Private path used by Configure to find libraries.  Its value
993 : is prepended to libpth. This variable takes care of special
994 : machines, like the mips.  Usually, it should be empty.
995 plibpth=''
996
997 : default library list
998 libswanted=''
999 : some systems want to use only the non-versioned libso:s
1000 ignore_versioned_solibs=''
1001 : full support for void wanted by default
1002 defvoidused=15
1003
1004 : set useposix=false in your hint file to disable the POSIX extension.
1005 useposix=true
1006 : set useopcode=false in your hint file to disable the Opcode extension.
1007 useopcode=true
1008 : set usemultiplicity on the Configure command line to enable multiplicity.
1009 : set usesocks on the Configure command line to enable socks.
1010 : set usethreads on the Configure command line to enable threads.
1011 : List of libraries we want.
1012 : If anyone needs -lnet, put it in a hint file.
1013 libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl'
1014 libswanted="$libswanted dld ld sun m c cposix posix"
1015 libswanted="$libswanted ndir dir crypt sec"
1016 libswanted="$libswanted ucb bsd BSD PW x"
1017 : We probably want to search /usr/shlib before most other libraries.
1018 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
1019 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
1020 glibpth="/usr/shlib $glibpth"
1021 : Do not use vfork unless overridden by a hint file.
1022 usevfork=false
1023
1024 : Find the basic shell for Bourne shell scripts
1025 case "$sh" in
1026 '')
1027         case "$SYSTYPE" in
1028         *bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;
1029         *) xxx='/bin/sh';;
1030         esac
1031         if test -f "$xxx"; then
1032                 sh="$xxx"
1033         else
1034                 : Build up a list and do a single loop so we can 'break' out.
1035                 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1036                 for xxx in sh bash ksh pdksh ash; do
1037                         for p in $pth; do
1038                                 try="$try ${p}/${xxx}"
1039                         done
1040                 done
1041                 for xxx in $try; do
1042                         if test -f "$xxx"; then
1043                                 sh="$xxx";
1044                                 break
1045                         elif test -f "$xxx.exe"; then
1046                                 sh="$xxx";
1047                                 break
1048                         fi
1049                 done
1050         fi
1051         ;;
1052 esac
1053
1054 case "$sh" in
1055 '')     cat <<EOM >&2
1056 $me:  Fatal Error:  I can't find a Bourne Shell anywhere.  
1057
1058 Usually it's in /bin/sh.  How did you even get this far?
1059 Please contact me (Perl Maintainers) at perlbug@perl.com and 
1060 we'll try to straighten this all out.
1061 EOM
1062         exit 1
1063         ;;
1064 esac
1065
1066 : see if sh knows # comments
1067 if `$sh -c '#' >/dev/null 2>&1`; then
1068         shsharp=true
1069         spitshell=cat
1070         xcat=/bin/cat
1071         test -f $xcat || xcat=/usr/bin/cat
1072         echo "#!$xcat" >try
1073         $eunicefix try
1074         chmod +x try
1075         ./try > today
1076         if test -s today; then
1077                 sharpbang='#!'
1078         else
1079                 echo "#! $xcat" > try
1080                 $eunicefix try
1081                 chmod +x try
1082                 ./try > today
1083                 if test -s today; then
1084                         sharpbang='#! '
1085                 else
1086                         sharpbang=': use '
1087                 fi
1088         fi
1089 else
1090         echo " "
1091         echo "Your $sh doesn't grok # comments--I will strip them later on."
1092         shsharp=false
1093         cd ..
1094         echo "exec grep -v '^[  ]*#'" >spitshell
1095         chmod +x spitshell
1096         $eunicefix spitshell
1097         spitshell=`pwd`/spitshell
1098         cd UU
1099         echo "I presume that if # doesn't work, #! won't work either!"
1100         sharpbang=': use '
1101 fi
1102 rm -f try today
1103
1104 : figure out how to guarantee sh startup
1105 case "$startsh" in
1106 '') startsh=${sharpbang}${sh} ;;
1107 *)
1108 esac
1109 cat >try <<EOSS
1110 $startsh
1111 set abc
1112 test "$?abc" != 1
1113 EOSS
1114
1115 chmod +x try
1116 $eunicefix try
1117 if ./try; then
1118         : echo "Yup, it does."
1119 else
1120         echo "Hmm... '$startsh' does not guarantee sh startup..."
1121         echo "You may have to fix up the shell scripts to make sure $sh runs them."
1122 fi
1123 rm -f try
1124
1125
1126 : Save command line options in file UU/cmdline.opt for later use in
1127 : generating config.sh.
1128 cat > cmdline.opt <<EOSH
1129 # Configure command line arguments.
1130 config_arg0='$0'
1131 config_args='$*'
1132 config_argc=$#
1133 EOSH
1134 argn=1
1135 for arg in "$@"; do
1136         cat >>cmdline.opt <<EOSH
1137 config_arg$argn='$arg'
1138 EOSH
1139         argn=`expr $argn + 1`
1140 done
1141
1142 : produce awk script to parse command line options
1143 cat >options.awk <<'EOF'
1144 BEGIN {
1145         optstr = "A:dD:eEf:hKOrsSU:V";  # getopt-style specification
1146
1147         len = length(optstr);
1148         for (i = 1; i <= len; i++) {
1149                 c = substr(optstr, i, 1);
1150                 if (i < len) a = substr(optstr, i + 1, 1); else a = "";
1151                 if (a == ":") {
1152                         arg[c] = 1;
1153                         i++;
1154                 }
1155                 opt[c] = 1;
1156         }
1157 }
1158 {
1159         expect = 0;
1160         str = $0;
1161         if (substr(str, 1, 1) != "-") {
1162                 printf("'%s'\n", str);
1163                 next;
1164         }
1165         len = length($0);
1166         for (i = 2; i <= len; i++) {
1167                 c = substr(str, i, 1);
1168                 if (!opt[c]) {
1169                         printf("-%s\n", substr(str, i));
1170                         next;
1171                 }
1172                 printf("-%s\n", c);
1173                 if (arg[c]) {
1174                         if (i < len)
1175                                 printf("'%s'\n", substr(str, i + 1));
1176                         else
1177                                 expect = 1;
1178                         next;
1179                 }
1180         }
1181 }
1182 END {
1183         if (expect)
1184                 print "?";
1185 }
1186 EOF
1187
1188 : process the command line options
1189 set X `for arg in "$@"; do echo "X$arg"; done |
1190         sed -e s/X// | awk -f options.awk`
1191 eval "set $*"
1192 shift
1193 rm -f options.awk
1194
1195 : set up default values
1196 fastread=''
1197 reuseval=false
1198 config_sh=''
1199 alldone=''
1200 error=''
1201 silent=''
1202 extractsh=''
1203 override=''
1204 knowitall=''
1205 rm -f optdef.sh posthint.sh
1206 cat >optdef.sh <<EOS
1207 $startsh
1208 EOS
1209
1210
1211 : option parsing
1212 while test $# -gt 0; do
1213         case "$1" in
1214         -d) shift; fastread=yes;;
1215         -e) shift; alldone=cont;;
1216         -f)
1217                 shift
1218                 cd ..
1219                 if test -r "$1"; then
1220                         config_sh="$1"
1221                 else
1222                         echo "$me: cannot read config file $1." >&2
1223                         error=true
1224                 fi
1225                 cd UU
1226                 shift;;
1227         -h) shift; error=true;;
1228         -r) shift; reuseval=true;;
1229         -s) shift; silent=true; realsilent=true;;
1230         -E) shift; alldone=exit;;
1231         -K) shift; knowitall=true;;
1232         -O) shift; override=true;;
1233         -S) shift; silent=true; extractsh=true;;
1234         -D)
1235                 shift
1236                 case "$1" in
1237                 *=)
1238                         echo "$me: use '-U symbol=', not '-D symbol='." >&2
1239                         echo "$me: ignoring -D $1" >&2
1240                         ;;
1241                 *=*) echo "$1" | \
1242                                 sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;;
1243                 *) echo "$1='define'" >> optdef.sh;;
1244                 esac
1245                 shift
1246                 ;;
1247         -U)
1248                 shift
1249                 case "$1" in
1250                 *=) echo "$1" >> optdef.sh;;
1251                 *=*)
1252                         echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2
1253                         echo "$me: ignoring -U $1" >&2
1254                         ;;
1255                 *) echo "$1='undef'" >> optdef.sh;;
1256                 esac
1257                 shift
1258                 ;;
1259         -A)
1260             shift
1261             xxx=''
1262             yyy="$1"
1263             zzz=''
1264             uuu=undef
1265             case "$yyy" in
1266             *=*) zzz=`echo $yyy|sed 's!=.*!!'`
1267                  case "$zzz" in
1268                  *:*) zzz='' ;;
1269                  *)   xxx=append
1270                       zzz=" "`echo $yyy|sed 's!^[^=]*=!!'` 
1271                       yyy=`echo $yyy|sed 's!=.*!!'` ;;
1272                  esac
1273                  ;;
1274             esac
1275             case "$xxx" in
1276             '')  case "$yyy" in
1277                  *:*) xxx=`echo $yyy|sed 's!:.*!!'`
1278                       yyy=`echo $yyy|sed 's!^[^:]*:!!'`
1279                       zzz=`echo $yyy|sed 's!^[^=]*=!!'`
1280                       yyy=`echo $yyy|sed 's!=.*!!'` ;;
1281                  *)   xxx=`echo $yyy|sed 's!:.*!!'`
1282                       yyy=`echo $yyy|sed 's!^[^:]*:!!'` ;;
1283                  esac
1284                  ;;       
1285             esac
1286             case "$xxx" in
1287             append)
1288                 echo "$yyy=\"\${$yyy}$zzz\""    >> posthint.sh ;;
1289             clear)
1290                 echo "$yyy=''"                  >> posthint.sh ;;
1291             define)
1292                 case "$zzz" in
1293                 '') zzz=define ;;
1294                 esac
1295                 echo "$yyy='$zzz'"              >> posthint.sh ;;
1296             eval)
1297                 echo "eval \"$yyy=$zzz\""       >> posthint.sh ;;
1298             prepend)
1299                 echo "$yyy=\"$zzz\${$yyy}\""    >> posthint.sh ;;
1300             undef)
1301                 case "$zzz" in
1302                 '') zzz="$uuu" ;;
1303                 esac
1304                 echo "$yyy=$zzz"                >> posthint.sh ;;
1305             *)  echo "$me: unknown -A command '$xxx', ignoring -A $1" >&2 ;;
1306             esac
1307             ;;
1308         -V) echo "$me generated by metaconfig 3.0 PL70." >&2
1309             exit 0;;
1310         --) break;;
1311         -*) echo "$me: unknown option $1" >&2; shift; error=true;;
1312         *) break;;
1313         esac
1314 done
1315
1316 case "$error" in
1317 true)
1318         cat >&2 <<EOM
1319 Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1320                  [-U symbol] [-U symbol=] [-A command:symbol...]
1321   -d : use defaults for all answers.
1322   -e : go on without questioning past the production of config.sh.
1323   -f : specify an alternate default configuration file.
1324   -h : print this help message and exit (with an error status).
1325   -r : reuse C symbols value if possible (skips costly nm extraction).
1326   -s : silent mode, only echoes questions and essential information.
1327   -D : define symbol to have some value:
1328          -D symbol         symbol gets the value 'define'
1329          -D symbol=value   symbol gets the value 'value'
1330   -E : stop at the end of questions, after having produced config.sh.
1331   -K : do not use unless you know what you are doing.
1332   -O : let -D and -U override definitions from loaded configuration file.
1333   -S : perform variable substitutions on all .SH files (can mix with -f)
1334   -U : undefine symbol:
1335          -U symbol    symbol gets the value 'undef'
1336          -U symbol=   symbol gets completely empty
1337   -A : manipulate symbol after the platform specific hints have been applied:
1338          -A symbol=value                append " "value to symbol
1339          -A append:symbol=value         append value to symbol
1340          -A define:symbol=value         define symbol to have value
1341          -A clear:symbol                define symbol to be ''
1342          -A define:symbol               define symbol to be 'define'
1343          -A eval:symbol=value           define symbol to be eval of value
1344          -A prepend:symbol=value        prepend value to symbol
1345          -A undef:symbol                define symbol to be 'undef'
1346          -A undef:symbol=               define symbol to be ''
1347   -V : print version number and exit (with a zero status).
1348 EOM
1349         exit 1
1350         ;;
1351 esac
1352
1353 : Sanity checks
1354 case "$fastread$alldone" in
1355 yescont|yesexit) ;;
1356 *)
1357         if test ! -t 0; then
1358                 echo "Say 'sh Configure', not 'sh <Configure'"
1359                 exit 1
1360         fi
1361         ;;
1362 esac
1363
1364 exec 4>&1
1365 case "$silent" in
1366 true) exec 1>/dev/null;;
1367 esac
1368
1369 : run the defines and the undefines, if any, but leave the file out there...
1370 touch optdef.sh
1371 . ./optdef.sh
1372 : create the posthint manipulation script and leave the file out there...
1373 touch posthint.sh
1374
1375 : set package name
1376 package=perl5
1377 first=`echo $package | sed -e 's/^\(.\).*/\1/'`
1378 last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
1379 case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1380 ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
1381 *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
1382 esac
1383
1384 : Some greps do not return status, grrr.
1385 echo "grimblepritz" >grimble
1386 if grep blurfldyick grimble >/dev/null 2>&1 ; then
1387         contains=contains
1388 elif grep grimblepritz grimble >/dev/null 2>&1 ; then
1389         contains=grep
1390 else
1391         contains=contains
1392 fi
1393 rm -f grimble
1394 : the following should work in any shell
1395 case "$contains" in
1396 contains*)
1397         echo " "
1398         echo "AGH!  Grep doesn't return a status.  Attempting remedial action."
1399         cat >contains <<'EOSS'
1400 grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
1401 EOSS
1402 chmod +x contains
1403 esac
1404
1405 : Find the path to the source tree
1406 case "$src" in
1407 '') case "$0" in
1408     */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`
1409          case "$src" in
1410          /*)    ;;
1411          *)     src=`cd ../$src && pwd` ;;
1412          esac
1413          ;;
1414     *)   src='.';;
1415     esac;;
1416 esac
1417 case "$src" in
1418 '')     src=/
1419         rsrc=/
1420         ;;
1421 /*) rsrc="$src";;
1422 *) rsrc="../$src";;
1423 esac
1424 if test -f $rsrc/Configure && \
1425         $contains "^package=$package$" $rsrc/Configure >/dev/null 2>&1
1426 then
1427    : found it, so we are ok.
1428 else
1429         rsrc=''
1430         for src in . .. ../.. ../../.. ../../../..; do
1431                 if test -f ../$src/Configure && \
1432                         $contains "^package=$package$" ../$src/Configure >/dev/null 2>&1
1433                 then
1434                         rsrc=../$src
1435                         break
1436                 fi
1437         done
1438 fi
1439 case "$rsrc" in
1440 '')
1441         cat <<EOM >&4
1442
1443 Sorry, I can't seem to locate the source dir for $package.  Please start
1444 Configure with an explicit path -- i.e. /some/path/Configure.
1445
1446 EOM
1447         exit 1
1448         ;;
1449 ../.)   rsrc='..';;
1450 *)
1451         echo " "
1452         echo "Sources for $package found in \"$src\"." >&4
1453         ;;
1454 esac
1455
1456 : script used to extract .SH files with variable substitutions
1457 cat >extract <<'EOS'
1458 CONFIGDOTSH=true
1459 echo "Doing variable substitutions on .SH files..."
1460 if test -f $src/MANIFEST; then
1461         set x `awk '{print $1}' <$src/MANIFEST | grep '\.SH$'`
1462 else
1463         echo "(Looking for .SH files under the source directory.)"
1464         set x `(cd $src; find . -name "*.SH" -print)`
1465 fi
1466 shift
1467 case $# in
1468 0) set x `(cd $src; echo *.SH)`; shift;;
1469 esac
1470 if test ! -f $src/$1; then
1471         shift
1472 fi
1473 mkdir_p='
1474 name=$1;
1475 create="";
1476 while test $name; do
1477         if test ! -d "$name"; then
1478                 create="$name $create";
1479                 name=`echo $name | sed -e "s|^[^/]*$||"`;
1480                 name=`echo $name | sed -e "s|\(.*\)/.*|\1|"`;
1481         else
1482                 name="";
1483         fi;
1484 done;
1485 for file in $create; do
1486         mkdir $file;
1487 done
1488 '
1489 for file in $*; do
1490         case "$src" in
1491         ".")
1492                 case "$file" in
1493                 */*)
1494                         dir=`expr X$file : 'X\(.*\)/'`
1495                         file=`expr X$file : 'X.*/\(.*\)'`
1496                         (cd $dir && . ./$file)
1497                         ;;
1498                 *)
1499                         . ./$file
1500                         ;;
1501                 esac
1502                 ;;
1503         *)
1504                 case "$file" in
1505                 */*)
1506                         dir=`expr X$file : 'X\(.*\)/'`
1507                         file=`expr X$file : 'X.*/\(.*\)'`
1508                         (set x $dir; shift; eval $mkdir_p)
1509                         sh <$src/$dir/$file
1510                         ;;
1511                 *)
1512                         sh <$src/$file
1513                         ;;
1514                 esac
1515                 ;;
1516         esac
1517 done
1518 if test -f $src/config_h.SH; then
1519         if test ! -f config.h; then
1520         : oops, they left it out of MANIFEST, probably, so do it anyway.
1521         . $src/config_h.SH
1522         fi
1523 fi
1524 EOS
1525
1526 : extract files and exit if asked to do so
1527 case "$extractsh" in
1528 true)
1529         case "$realsilent" in
1530         true) ;;
1531         *) exec 1>&4;;
1532         esac
1533         case "$config_sh" in
1534         '') config_sh='config.sh';;
1535         esac
1536         echo " "
1537         echo "Fetching answers from $config_sh..."
1538         cd ..
1539         . $config_sh
1540         test "$override" && . ./optdef.sh
1541         echo " "
1542         . UU/extract
1543         rm -rf UU
1544         echo "Done."
1545         exit 0
1546         ;;
1547 esac
1548
1549 : Eunice requires " " instead of "", can you believe it
1550 echo " "
1551 : Here we go...
1552 echo "Beginning of configuration questions for $package."
1553
1554 trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
1555
1556 : first determine how to suppress newline on echo command
1557 echo " "
1558 echo "Checking echo to see how to suppress newlines..."
1559 (echo "hi there\c" ; echo " ") >.echotmp
1560 if $contains c .echotmp >/dev/null 2>&1 ; then
1561         echo "...using -n."
1562         n='-n'
1563         c=''
1564 else
1565         cat <<'EOM'
1566 ...using \c
1567 EOM
1568         n=''
1569         c='\c'
1570 fi
1571 echo $n "The star should be here-->$c"
1572 echo '*'
1573 rm -f .echotmp
1574
1575 : Now test for existence of everything in MANIFEST
1576 echo " "
1577 if test -f $rsrc/MANIFEST; then
1578         echo "First let's make sure your kit is complete.  Checking..." >&4
1579         awk '$1 !~ /PACK[A-Z]+/ {print $1}' $rsrc/MANIFEST | split -50
1580         rm -f missing
1581         tmppwd=`pwd`
1582         for filelist in x??; do
1583                 (cd $rsrc; ls `cat $tmppwd/$filelist` >/dev/null 2>>$tmppwd/missing)
1584         done
1585         if test -s missing; then
1586                 cat missing >&4
1587                 cat >&4 <<'EOM'
1588
1589 THIS PACKAGE SEEMS TO BE INCOMPLETE.
1590
1591 You have the option of continuing the configuration process, despite the
1592 distinct possibility that your kit is damaged, by typing 'y'es.  If you
1593 do, don't blame me if something goes wrong.  I advise you to type 'n'o
1594 and contact the author (perlbug@perl.com).
1595
1596 EOM
1597                 echo $n "Continue? [n] $c" >&4
1598                 read ans
1599                 case "$ans" in
1600                 y*)
1601                         echo "Continuing..." >&4
1602                         rm -f missing
1603                         ;;
1604                 *)
1605                         echo "ABORTING..." >&4
1606                         kill $$
1607                         ;;
1608                 esac
1609         else
1610                 echo "Looks good..."
1611         fi
1612 else
1613         echo "There is no MANIFEST file.  I hope your kit is complete !"
1614 fi
1615 rm -f missing x??
1616
1617 echo " "
1618 : Find the appropriate value for a newline for tr
1619 if test -n "$DJGPP"; then
1620        trnl='\012'
1621 fi
1622 if test X"$trnl" = X; then
1623         case "`echo foo|tr '\n' x 2>/dev/null`" in
1624         foox) trnl='\n' ;;
1625         esac
1626 fi
1627 if test X"$trnl" = X; then
1628         case "`echo foo|tr '\012' x 2>/dev/null`" in
1629         foox) trnl='\012' ;;
1630         esac
1631 fi
1632 if test X"$trnl" = X; then
1633         cat <<EOM >&2
1634
1635 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
1636
1637 EOM
1638         exit 1
1639 fi
1640
1641 : compute the number of columns on the terminal for proper question formatting
1642 case "$COLUMNS" in
1643 '') COLUMNS='80';;
1644 esac
1645
1646 : set up the echo used in my read
1647 myecho="case \"\$xxxm\" in
1648 '') echo $n \"\$rp $c\" >&4;;
1649 *) case \"\$rp\" in
1650         '') echo $n \"[\$xxxm] $c\";;
1651         *)
1652                 if test \`echo \"\$rp [\$xxxm]  \" | wc -c\` -ge $COLUMNS; then
1653                         echo \"\$rp\" >&4
1654                         echo $n \"[\$xxxm] $c\" >&4
1655                 else
1656                         echo $n \"\$rp [\$xxxm] $c\" >&4
1657                 fi
1658                 ;;
1659         esac;;
1660 esac"
1661
1662 : now set up to do reads with possible shell escape and default assignment
1663 cat <<EOSC >myread
1664 $startsh
1665 xxxm=\$dflt
1666 $myecho
1667 ans='!'
1668 case "\$fastread" in
1669 yes) case "\$dflt" in
1670         '') ;;
1671         *) ans='';
1672                 case "\$silent-\$rp" in
1673                 true-) ;;
1674                 *) echo " " >&4;;
1675                 esac;;
1676         esac;;
1677 *) case "\$silent" in
1678         true) case "\$rp" in
1679                 '') ans='';;
1680                 esac;;
1681         esac;;
1682 esac
1683 while expr "X\$ans" : "X!" >/dev/null; do
1684         read answ
1685         set x \$xxxm
1686         shift
1687         aok=''; eval "ans=\\"\$answ\\"" && aok=y
1688         case  "\$answ" in
1689         "!")
1690                 sh 1>&4
1691                 echo " "
1692                 $myecho
1693                 ;;
1694         !*)
1695                 set x \`expr "X\$ans" : "X!\(.*\)\$"\`
1696                 shift
1697                 sh 1>&4 -c "\$*"
1698                 echo " "
1699                 $myecho
1700                 ;;
1701         "\$ans")
1702                 case "\$ans" in
1703                 \\&*)
1704                         set x \`expr "X\$ans" : "X&\(.*\)\$"\`
1705                         shift
1706                         case "\$1" in
1707                         -d)
1708                                 fastread=yes
1709                                 echo "(OK, I'll run with -d after this question.)" >&4
1710                                 ;;
1711                         -*)
1712                                 echo "*** Sorry, \$1 not supported yet." >&4
1713                                 ;;
1714                         esac
1715                         $myecho
1716                         ans=!
1717                         ;;
1718                 esac;;
1719         *)
1720                 case "\$aok" in
1721                 y)
1722                         echo "*** Substitution done -- please confirm."
1723                         xxxm="\$ans"
1724                         ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
1725                         xxxm="\$ans"
1726                         ans=!
1727                         ;;
1728                 *)
1729                         echo "*** Error -- try again."
1730                         ans=!
1731                         ;;
1732                 esac
1733                 $myecho
1734                 ;;
1735         esac
1736         case "\$ans\$xxxm\$nostick" in
1737         '')
1738                 ans=!
1739                 $myecho
1740                 ;;
1741         esac
1742 done
1743 case "\$ans" in
1744 '') ans="\$xxxm";;
1745 esac
1746 EOSC
1747
1748 : create .config dir to save info across Configure sessions
1749 test -d ../.config || mkdir ../.config
1750 cat >../.config/README <<EOF
1751 This directory created by Configure to save information that should
1752 persist across sessions for $package.
1753
1754 You may safely delete it if you wish.
1755 EOF
1756
1757 : general instructions
1758 needman=true
1759 firsttime=true
1760 user=`(logname) 2>/dev/null`
1761 case "$user" in
1762 '') user=`whoami 2>&1`;;
1763 esac
1764 if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then
1765         firsttime=false
1766         echo " "
1767         rp='Would you like to see the instructions?'
1768         dflt=n
1769         . ./myread
1770         case "$ans" in
1771         [yY]*) ;;
1772         *) needman=false;;
1773         esac
1774 fi
1775 if $needman; then
1776         cat <<EOH
1777
1778 This installation shell script will examine your system and ask you questions
1779 to determine how the perl5 package should be installed. If you get
1780 stuck on a question, you may use a ! shell escape to start a subshell or
1781 execute a command.  Many of the questions will have default answers in square
1782 brackets; typing carriage return will give you the default.
1783
1784 On some of the questions which ask for file or directory names you are allowed
1785 to use the ~name construct to specify the login directory belonging to "name",
1786 even if you don't have a shell which knows about that.  Questions where this is
1787 allowed will be marked "(~name ok)".
1788
1789 EOH
1790         rp=''
1791         dflt='Type carriage return to continue'
1792         . ./myread
1793         cat <<'EOH'
1794
1795 The prompter used in this script allows you to use shell variables and
1796 backticks in your answers.  You may use $1, $2, etc...  to refer to the words
1797 in the default answer, as if the default line was a set of arguments given to a
1798 script shell.  This means you may also use $* to repeat the whole default line,
1799 so you do not have to re-type everything to add something to the default.
1800
1801 Everytime there is a substitution, you will have to confirm.  If there is an
1802 error (e.g. an unmatched backtick), the default answer will remain unchanged
1803 and you will be prompted again.
1804
1805 If you are in a hurry, you may run 'Configure -d'.  This will bypass nearly all
1806 the questions and use the computed defaults (or the previous answers if there
1807 was already a config.sh file). Type 'Configure -h' for a list of options.
1808 You may also start interactively and then answer '& -d' at any prompt to turn
1809 on the non-interactive behaviour for the remainder of the execution.
1810
1811 EOH
1812         . ./myread
1813         cat <<EOH
1814
1815 Much effort has been expended to ensure that this shell script will run on any
1816 Unix system.  If despite that it blows up on yours, your best bet is to edit
1817 Configure and run it again.  If you can't run Configure for some reason,
1818 you'll have to generate a config.sh file by hand.  Whatever problems you
1819 have, let me (perlbug@perl.com) know how I blew it.
1820
1821 This installation script affects things in two ways:
1822
1823 1) it may do direct variable substitutions on some of the files included
1824    in this kit.
1825 2) it builds a config.h file for inclusion in C programs.  You may edit
1826    any of these files as the need arises after running this script.
1827
1828 If you make a mistake on a question, there is no easy way to back up to it
1829 currently.  The easiest thing to do is to edit config.sh and rerun all the SH
1830 files.  Configure will offer to let you do this before it runs the SH files.
1831
1832 EOH
1833         dflt='Type carriage return to continue'
1834         . ./myread
1835         case "$firsttime" in
1836         true) echo $user >>../.config/instruct;;
1837         esac
1838 fi
1839
1840 : find out where common programs are
1841 echo " "
1842 echo "Locating common programs..." >&4
1843 cat <<EOSC >loc
1844 $startsh
1845 case \$# in
1846 0) exit 1;;
1847 esac
1848 thing=\$1
1849 shift
1850 dflt=\$1
1851 shift
1852 for dir in \$*; do
1853         case "\$thing" in
1854         .)
1855         if test -d \$dir/\$thing; then
1856                 echo \$dir
1857                 exit 0
1858         fi
1859         ;;
1860         *)
1861         for thisthing in \$dir/\$thing; do
1862                 : just loop through to pick last item
1863         done
1864         if test -f \$thisthing; then
1865                 echo \$thisthing
1866                 exit 0
1867         elif test -f \$dir/\$thing.exe; then
1868                 if test -n "$DJGPP"; then
1869                         echo \$dir/\$thing.exe
1870                 else
1871                         : on Eunice apparently
1872                         echo \$dir/\$thing
1873                 fi
1874                 exit 0
1875         fi
1876         ;;
1877         esac
1878 done
1879 echo \$dflt
1880 exit 1
1881 EOSC
1882 chmod +x loc
1883 $eunicefix loc
1884 loclist="
1885 awk
1886 cat
1887 comm
1888 cp
1889 echo
1890 expr
1891 grep
1892 ls
1893 make
1894 mkdir
1895 rm
1896 sed
1897 sort
1898 touch
1899 tr
1900 uniq
1901 "
1902 trylist="
1903 Mcc
1904 ar
1905 byacc
1906 cpp
1907 csh
1908 date
1909 egrep
1910 gzip
1911 less
1912 ln
1913 more
1914 nm
1915 nroff
1916 pg
1917 test
1918 uname
1919 zip
1920 "
1921 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1922 pth="$pth /lib /usr/lib"
1923 for file in $loclist; do
1924         eval xxx=\$$file
1925         case "$xxx" in
1926         /*|?:[\\/]*)
1927                 if test -f "$xxx"; then
1928                         : ok
1929                 else
1930                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
1931                         xxx=`./loc $file $file $pth`
1932                 fi
1933                 ;;
1934         '') xxx=`./loc $file $file $pth`;;
1935         *) xxx=`./loc $xxx $xxx $pth`;;
1936         esac
1937         eval $file=$xxx
1938         eval _$file=$xxx
1939         case "$xxx" in
1940         /*)
1941                 echo $file is in $xxx.
1942                 ;;
1943         ?:[\\/]*)
1944                 echo $file is in $xxx.
1945                 ;;
1946         *)
1947                 echo "I don't know where '$file' is, and my life depends on it." >&4
1948                 echo "Go find a public domain implementation or fix your PATH setting!" >&4
1949                 exit 1
1950                 ;;
1951         esac
1952 done
1953 echo " "
1954 echo "Don't worry if any of the following aren't found..."
1955 say=offhand
1956 for file in $trylist; do
1957         eval xxx=\$$file
1958         case "$xxx" in
1959         /*|?:[\\/]*)
1960                 if test -f "$xxx"; then
1961                         : ok
1962                 else
1963                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
1964                         xxx=`./loc $file $file $pth`
1965                 fi
1966                 ;;
1967         '') xxx=`./loc $file $file $pth`;;
1968         *) xxx=`./loc $xxx $xxx $pth`;;
1969         esac
1970         eval $file=$xxx
1971         eval _$file=$xxx
1972         case "$xxx" in
1973         /*)
1974                 echo $file is in $xxx.
1975                 ;;
1976         ?:[\\/]*)
1977                 echo $file is in $xxx.
1978                 ;;
1979         *)
1980                 echo "I don't see $file out there, $say."
1981                 say=either
1982                 ;;
1983         esac
1984 done
1985 case "$egrep" in
1986 egrep)
1987         echo "Substituting grep for egrep."
1988         egrep=$grep
1989         ;;
1990 esac
1991 case "$ln" in
1992 ln)
1993         echo "Substituting cp for ln."
1994         ln=$cp
1995         ;;
1996 esac
1997 case "$test" in
1998 test)
1999         echo "Hopefully test is built into your sh."
2000         ;;
2001 *)
2002         if `sh -c "PATH= test true" >/dev/null 2>&1`; then
2003                 echo "Using the test built into your sh."
2004                 test=test
2005                 _test=test
2006         fi
2007         ;;
2008 esac
2009 case "$echo" in
2010 echo)
2011         echo "Hopefully echo is built into your sh."
2012         ;;
2013 '') ;;
2014 *)
2015         echo " "
2016 echo "Checking compatibility between $echo and builtin echo (if any)..." >&4
2017         $echo $n "hi there$c" >foo1
2018         echo $n "hi there$c" >foo2
2019         if cmp foo1 foo2 >/dev/null 2>&1; then
2020                 echo "They are compatible.  In fact, they may be identical."
2021         else
2022                 case "$n" in
2023                 '-n') n='' c='\c';;
2024                 *) n='-n' c='';;
2025                 esac
2026                 cat <<FOO
2027 They are not compatible!  You are probably running ksh on a non-USG system.
2028 I'll have to use $echo instead of the builtin, since Bourne shell doesn't
2029 have echo built in and we may have to run some Bourne shell scripts.  That
2030 means I'll have to use '$n$c' to suppress newlines now.  Life is ridiculous.
2031
2032 FOO
2033                 $echo $n "The star should be here-->$c"
2034                 $echo "*"
2035         fi
2036         $rm -f foo1 foo2
2037         ;;
2038 esac
2039
2040 : determine whether symbolic links are supported
2041 echo " "
2042 $touch blurfl
2043 if $ln -s blurfl sym > /dev/null 2>&1 ; then
2044         echo "Symbolic links are supported." >&4
2045         lns="$ln -s"
2046 else
2047         echo "Symbolic links are NOT supported." >&4
2048         lns="$ln"
2049 fi
2050 $rm -f blurfl sym
2051
2052 : see whether [:lower:] and [:upper:] are supported character classes
2053 echo " "
2054 case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
2055 ABYZ)
2056         echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4
2057         up='[:upper:]'
2058         low='[:lower:]'
2059         ;;
2060 *)      # There is a discontinuity in EBCDIC between 'I' and 'J'
2061         # (0xc9 and 0xd1), therefore that is a nice testing point.
2062         if test "X$up" = X -o "X$low" = X; then
2063             case "`echo IJ | $tr '[I-J]' '[i-j]' 2>/dev/null`" in
2064             ij) up='[A-Z]'
2065                 low='[a-z]'
2066                 ;;
2067             esac
2068         fi
2069         if test "X$up" = X -o "X$low" = X; then
2070             case "`echo IJ | $tr I-J i-j 2>/dev/null`" in
2071             ij) up='A-Z'
2072                 low='a-z'
2073                 ;;
2074             esac
2075         fi
2076         if test "X$up" = X -o "X$low" = X; then
2077             case "`echo IJ | od -x 2>/dev/null`" in
2078             *C9D1*|*c9d1*)
2079                 echo "Hey, this might be EBCDIC." >&4
2080                 if test "X$up" = X -o "X$low" = X; then
2081                     case "`echo IJ | $tr '[A-IJ-RS-Z]' '[a-ij-rs-z]' 2>/dev/null`" in
2082                     ij) up='[A-IJ-RS-Z]'
2083                         low='[a-ij-rs-z]'
2084                         ;;
2085                     esac
2086                 fi
2087                 if test "X$up" = X -o "X$low" = X; then
2088                     case "`echo IJ | $tr A-IJ-RS-Z a-ij-rs-z 2>/dev/null`" in
2089                     ij) up='A-IJ-RS-Z'
2090                         low='a-ij-rs-z'
2091                         ;;
2092                     esac
2093                 fi
2094                 ;;
2095             esac
2096         fi
2097 esac
2098 case "`echo IJ | $tr \"$up\" \"$low\" 2>/dev/null`" in
2099 ij)
2100     echo "Using $up and $low to convert case." >&4
2101     ;;
2102 *)
2103     echo "I don't know how to translate letters from upper to lower case." >&4
2104     echo "Your tr is not acting any way I know of." >&4
2105     exit 1
2106     ;;
2107 esac
2108 : set up the translation script tr, must be called with ./tr of course
2109 cat >tr <<EOSC
2110 $startsh
2111 case "\$1\$2" in
2112 '[A-Z][a-z]') exec $tr '$up' '$low';;
2113 '[a-z][A-Z]') exec $tr '$low' '$up';;
2114 esac
2115 exec $tr "\$@"
2116 EOSC
2117 chmod +x tr
2118 $eunicefix tr
2119
2120 : Try to determine whether config.sh was made on this system
2121 case "$config_sh" in
2122 '')
2123 myuname=`( ($uname -a) 2>/dev/null || hostname) 2>&1`
2124 # tr '[A-Z]' '[a-z]' would not work in EBCDIC
2125 # because the A-Z/a-z are not consecutive.
2126 myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \
2127         ./tr '[A-Z]' '[a-z]' | $tr $trnl ' '`
2128 newmyuname="$myuname"
2129 dflt=n
2130 case "$knowitall" in
2131 '')
2132         if test -f ../config.sh; then
2133                 if $contains myuname= ../config.sh >/dev/null 2>&1; then
2134                         eval "`grep myuname= ../config.sh`"
2135                 fi
2136                 if test "X$myuname" = "X$newmyuname"; then
2137                         dflt=y
2138                 fi
2139         fi
2140         ;;
2141 *) dflt=y;;
2142 esac
2143
2144 : Get old answers from old config file if Configure was run on the
2145 : same system, otherwise use the hints.
2146 hint=default
2147 cd ..
2148 if test -f config.sh; then
2149         echo " "
2150         rp="I see a config.sh file.  Shall I use it to set the defaults?"
2151         . UU/myread
2152         case "$ans" in
2153         n*|N*) echo "OK, I'll ignore it."; mv config.sh config.sh.old;;
2154         *)  echo "Fetching default answers from your old config.sh file..." >&4
2155                 tmp_n="$n"
2156                 tmp_c="$c"
2157                 tmp_sh="$sh"
2158                 . ./config.sh
2159                 cp config.sh UU
2160                 n="$tmp_n"
2161                 c="$tmp_c"
2162                 : Older versions did not always set $sh.  Catch re-use of such
2163                 : an old config.sh.
2164                 case "$sh" in
2165                 '') sh="$tmp_sh" ;;
2166                 esac
2167                 hint=previous
2168                 ;;
2169         esac
2170 fi
2171 if test ! -f config.sh; then
2172         $cat <<EOM
2173
2174 First time through, eh?  I have some defaults handy for some systems
2175 that need some extra help getting the Configure answers right:
2176
2177 EOM
2178         (cd $src/hints; ls -C *.sh) | $sed 's/\.sh/   /g' >&4
2179         dflt=''
2180         : Half the following guesses are probably wrong... If you have better
2181         : tests or hints, please send them to perlbug@perl.com
2182         : The metaconfig authors would also appreciate a copy...
2183         $test -f /irix && osname=irix
2184         $test -f /xenix && osname=sco_xenix
2185         $test -f /dynix && osname=dynix
2186         $test -f /dnix && osname=dnix
2187         $test -f /lynx.os && osname=lynxos
2188         $test -f /unicos && osname=unicos && osvers=`$uname -r`
2189         $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
2190         $test -f /bin/mips && /bin/mips && osname=mips
2191         $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
2192                 $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
2193         $test -d /usr/apollo/bin && osname=apollo
2194         $test -f /etc/saf/_sactab && osname=svr4
2195         $test -d /usr/include/minix && osname=minix
2196         if $test -d /MachTen -o -d /MachTen_Folder; then
2197                 osname=machten
2198                 if $test -x /sbin/version; then
2199                         osvers=`/sbin/version | $awk '{print $2}' |
2200                         $sed -e 's/[A-Za-z]$//'`
2201                 elif $test -x /usr/etc/version; then
2202                         osvers=`/usr/etc/version | $awk '{print $2}' |
2203                         $sed -e 's/[A-Za-z]$//'`
2204                 else
2205                         osvers="$2.$3"
2206                 fi
2207         fi
2208        $test -f /sys/posix.dll &&
2209                $test -f /usr/bin/what &&
2210                set X `/usr/bin/what /sys/posix.dll` &&
2211                $test "$3" = UWIN &&
2212                osname=uwin &&
2213                osvers="$5"
2214         if $test -f $uname; then
2215                 set X $myuname
2216                 shift
2217
2218                 case "$5" in
2219                 fps*) osname=fps ;;
2220                 mips*)
2221                         case "$4" in
2222                         umips) osname=umips ;;
2223                         *) osname=mips ;;
2224                         esac;;
2225                 [23]100) osname=mips ;;
2226                 next*) osname=next ;;
2227                 i386*)
2228                         tmp=`/bin/uname -X 2>/dev/null|awk '/3\.2v[45]/{ print $(NF) }'`
2229                         if $test "$tmp" != "" -a "$3" = "3.2" -a -f '/etc/systemid'; then
2230                                 osname='sco'
2231                                 osvers=$tmp
2232                         elif $test -f /etc/kconfig; then
2233                                 osname=isc
2234                                 if test "$lns" = "$ln -s"; then
2235                                         osvers=4
2236                                 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then
2237                                         osvers=3
2238                                 elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then
2239                                         osvers=2
2240                                 fi
2241                         fi
2242                         tmp=''
2243                         ;;
2244                 pc*)
2245                         if test -n "$DJGPP"; then
2246                                 osname=dos
2247                                 osvers=djgpp
2248                         fi
2249                         ;;
2250                 esac
2251
2252                 case "$1" in
2253                 aix) osname=aix
2254                         tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1`
2255                         case "$tmp" in
2256                         'not found') osvers="$4"."$3" ;;
2257                         '<3240'|'<>3240') osvers=3.2.0 ;;
2258                         '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;;
2259                         '=3250'|'>3250') osvers=3.2.5 ;;
2260                         *) osvers=$tmp;;
2261                         esac
2262                         ;;
2263                 *dc.osx) osname=dcosx
2264                         osvers="$3"
2265                         ;;
2266                 dnix) osname=dnix
2267                         osvers="$3"
2268                         ;;
2269                 domainos) osname=apollo
2270                         osvers="$3"
2271                         ;;
2272                 dgux) osname=dgux 
2273                         osvers="$3"
2274                         ;;
2275                 dynixptx*) osname=dynixptx
2276                         osvers=`echo "$4"|sed 's/^v//'`
2277                         ;;
2278                 freebsd) osname=freebsd 
2279                         osvers="$3" ;;
2280                 genix) osname=genix ;;
2281                 hp*) osname=hpux 
2282                         osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
2283                         ;;
2284                 irix*) osname=irix
2285                         case "$3" in
2286                         4*) osvers=4 ;;
2287                         5*) osvers=5 ;;
2288                         *)      osvers="$3" ;;
2289                         esac
2290                         ;;
2291                 linux) osname=linux
2292                         case "$3" in
2293                         *)      osvers="$3" ;;
2294                         esac
2295                         ;;
2296                 MiNT) osname=mint
2297                         ;;
2298                 netbsd*) osname=netbsd
2299                         osvers="$3"
2300                         ;;
2301                 news-os) osvers="$3"
2302                         case "$3" in
2303                         4*) osname=newsos4 ;;
2304                         *) osname=newsos ;;
2305                         esac
2306                         ;;
2307                 bsd386) osname=bsd386
2308                         osvers=`$uname -r`
2309                         ;;
2310                 POSIX-BC | posix-bc ) osname=posix-bc
2311                         osvers="$3"
2312                         ;;
2313                 powerux | power_ux | powermax_os | powermaxos | \
2314                 powerunix | power_unix) osname=powerux
2315                         osvers="$3"
2316                         ;;
2317                 next*) osname=next ;;
2318                 solaris) osname=solaris
2319                         case "$3" in
2320                         5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2321                         *)      osvers="$3" ;;
2322                         esac
2323                         ;;
2324                 sunos) osname=sunos
2325                         case "$3" in
2326                         5*) osname=solaris
2327                                 osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2328                         *)      osvers="$3" ;;
2329                         esac
2330                         ;;
2331                 titanos) osname=titanos
2332                         case "$3" in
2333                         1*) osvers=1 ;;
2334                         2*) osvers=2 ;;
2335                         3*) osvers=3 ;;
2336                         4*) osvers=4 ;;
2337                         *)      osvers="$3" ;;
2338                         esac
2339                         ;;
2340                 ultrix) osname=ultrix
2341                         osvers="$3"
2342                         ;;
2343                 osf1|mls+)      case "$5" in
2344                                 alpha)
2345                                         osname=dec_osf
2346                                         osvers=`echo "$3" | sed 's/^[xvt]//'`
2347                                         ;;
2348                         hp*)    osname=hp_osf1  ;;
2349                         mips)   osname=mips_osf1 ;;
2350                         esac
2351                         ;;
2352                 unixware) osname=svr5
2353                         osvers="$4"
2354                         ;;
2355                 uts) osname=uts
2356                         osvers="$3"
2357                         ;;
2358                 qnx) osname=qnx
2359                         osvers="$4"
2360                         ;;
2361                 $2) case "$osname" in
2362                         *isc*) ;;
2363                         *freebsd*) ;;
2364                         svr*)
2365                                 : svr4.x or possibly later
2366                                 case "svr$3" in 
2367                                 ${osname}*)
2368                                         osname=svr$3
2369                                         osvers=$4
2370                                         ;;
2371                                 esac
2372                                 case "$osname" in
2373                                 svr4.0)
2374                                         : Check for ESIX
2375                                         if test -f /stand/boot ; then
2376                                                 eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
2377                                                 if test -n "$INITPROG" -a -f "$INITPROG"; then
2378                         isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
2379                                                         if test -n "$isesix"; then
2380                                                                 osname=esix4
2381                                                         fi
2382                                                 fi
2383                                         fi
2384                                         ;;
2385                                 esac
2386                                 ;;
2387                         *)      if test -f /etc/systemid; then
2388                                         osname=sco
2389                                         set `echo $3 | $sed 's/\./ /g'` $4
2390                                         if $test -f $src/hints/sco_$1_$2_$3.sh; then
2391                                                 osvers=$1.$2.$3
2392                                         elif $test -f $src/hints/sco_$1_$2.sh; then
2393                                                 osvers=$1.$2
2394                                         elif $test -f $src/hints/sco_$1.sh; then
2395                                                 osvers=$1
2396                                         fi
2397                                 else
2398                                         case "$osname" in
2399                                         '') : Still unknown.  Probably a generic Sys V.
2400                                                 osname="sysv"
2401                                                 osvers="$3"
2402                                                 ;;
2403                                         esac
2404                                 fi
2405                                 ;;
2406                         esac
2407                         ;;
2408                 *)      case "$osname" in
2409                         '') : Still unknown.  Probably a generic BSD.
2410                                 osname="$1"
2411                                 osvers="$3"
2412                                 ;;
2413                         esac
2414                         ;;
2415                 esac
2416         else
2417                 if test -f /vmunix -a -f $src/hints/news_os.sh; then
2418                         (what /vmunix | UU/tr '[A-Z]' '[a-z]') > UU/kernel.what 2>&1
2419                         if $contains news-os UU/kernel.what >/dev/null 2>&1; then
2420                                 osname=news_os
2421                         fi
2422                         $rm -f UU/kernel.what
2423                 elif test -d c:/.; then
2424                         set X $myuname
2425                         osname=os2
2426                         osvers="$5"
2427                 fi
2428         fi
2429         
2430         : Now look for a hint file osname_osvers, unless one has been
2431         : specified already.
2432         case "$hintfile" in
2433         ''|' ')
2434                 file=`echo "${osname}_${osvers}" | $sed -e 's@\.@_@g' -e 's@_$@@'`
2435                 : Also try without trailing minor version numbers.
2436                 xfile=`echo $file | $sed -e 's@_[^_]*$@@'`
2437                 xxfile=`echo $xfile | $sed -e 's@_[^_]*$@@'`
2438                 xxxfile=`echo $xxfile | $sed -e 's@_[^_]*$@@'`
2439                 xxxxfile=`echo $xxxfile | $sed -e 's@_[^_]*$@@'`
2440                 case "$file" in
2441                 '') dflt=none ;;
2442                 *)  case "$osvers" in
2443                         '') dflt=$file
2444                                 ;;
2445                         *)  if $test -f $src/hints/$file.sh ; then
2446                                         dflt=$file
2447                                 elif $test -f $src/hints/$xfile.sh ; then
2448                                         dflt=$xfile
2449                                 elif $test -f $src/hints/$xxfile.sh ; then
2450                                         dflt=$xxfile
2451                                 elif $test -f $src/hints/$xxxfile.sh ; then
2452                                         dflt=$xxxfile
2453                                 elif $test -f $src/hints/$xxxxfile.sh ; then
2454                                         dflt=$xxxxfile
2455                                 elif $test -f "$src/hints/${osname}.sh" ; then
2456                                         dflt="${osname}"
2457                                 else
2458                                         dflt=none
2459                                 fi
2460                                 ;;
2461                         esac
2462                         ;;
2463                 esac
2464                 if $test -f Policy.sh ; then
2465                         case "$dflt" in
2466                         *Policy*) ;;
2467                         none) dflt="Policy" ;;
2468                         *) dflt="Policy $dflt" ;;
2469                         esac
2470                 fi
2471                 ;;
2472         *)
2473                 dflt=`echo $hintfile | $sed 's/\.sh$//'`
2474                 ;;
2475         esac
2476
2477         if $test -f Policy.sh ; then
2478                 $cat <<EOM
2479
2480 There's also a Policy hint file available, which should make the
2481 site-specific (policy) questions easier to answer.
2482 EOM
2483
2484         fi
2485
2486         $cat <<EOM
2487
2488 You may give one or more space-separated answers, or "none" if appropriate.
2489 A well-behaved OS will have no hints, so answering "none" or just "Policy"
2490 is a good thing.  DO NOT give a wrong version or a wrong OS.
2491
2492 EOM
2493
2494         rp="Which of these apply, if any?"
2495         . UU/myread
2496         tans=$ans
2497         for file in $tans; do
2498                 if $test X$file = XPolicy -a -f Policy.sh; then
2499                         . Policy.sh
2500                         $cat Policy.sh >> UU/config.sh
2501                 elif $test -f $src/hints/$file.sh; then
2502                         . $src/hints/$file.sh
2503                         $cat $src/hints/$file.sh >> UU/config.sh
2504                 elif $test X$tans = X -o X$tans = Xnone ; then
2505                         : nothing
2506                 else
2507                         : Give one chance to correct a possible typo.
2508                         echo "$file.sh does not exist"
2509                         dflt=$file
2510                         rp="hint to use instead?"
2511                         . UU/myread
2512                         for file in $ans; do
2513                                 if $test -f "$src/hints/$file.sh"; then
2514                                         . $src/hints/$file.sh
2515                                         $cat $src/hints/$file.sh >> UU/config.sh
2516                                 elif $test X$ans = X -o X$ans = Xnone ; then
2517                                         : nothing
2518                                 else
2519                                         echo "$file.sh does not exist -- ignored."
2520                                 fi
2521                         done
2522                 fi
2523         done
2524
2525         hint=recommended
2526         : Remember our hint file for later.
2527         if $test -f "$src/hints/$file.sh" ; then
2528                 hintfile="$file"
2529         else
2530                 hintfile=''
2531         fi
2532 fi
2533 cd UU
2534 ;;
2535 *)
2536         echo " "
2537         echo "Fetching default answers from $config_sh..." >&4
2538         tmp_n="$n"
2539         tmp_c="$c"
2540         cd ..
2541         cp $config_sh config.sh 2>/dev/null
2542         chmod +w config.sh
2543         . ./config.sh
2544         cd UU
2545         cp ../config.sh .
2546         n="$tmp_n"
2547         c="$tmp_c"
2548         hint=previous
2549         ;;
2550 esac
2551 test "$override" && . ./optdef.sh
2552 myuname="$newmyuname"
2553
2554 : Restore computed paths
2555 for file in $loclist $trylist; do
2556         eval $file="\$_$file"
2557 done
2558
2559 cat << EOM
2560
2561 Configure uses the operating system name and version to set some defaults.
2562 The default value is probably right if the name rings a bell. Otherwise,
2563 since spelling matters for me, either accept the default or answer "none"
2564 to leave it blank.
2565
2566 EOM
2567 case "$osname" in
2568         ''|' ')
2569                 case "$hintfile" in
2570                 ''|' '|none) dflt=none ;;
2571                 *)  dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
2572                 esac
2573                 ;;
2574         *) dflt="$osname" ;;
2575 esac
2576 rp="Operating system name?"
2577 . ./myread
2578 case "$ans" in
2579 none)  osname='' ;;
2580 *) osname=`echo "$ans" | $sed -e 's/[   ][      ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
2581 esac
2582 echo " "
2583 case "$osvers" in
2584         ''|' ')
2585                 case "$hintfile" in
2586                 ''|' '|none) dflt=none ;;
2587                 *)      dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
2588                         dflt=`echo $dflt | $sed -e 's/^_//' -e 's/_/./g'`
2589                         case "$dflt" in
2590                         ''|' ') dflt=none ;;
2591                         esac
2592                         ;;
2593                 esac
2594                 ;;
2595         *) dflt="$osvers" ;;
2596 esac
2597 rp="Operating system version?"
2598 . ./myread
2599 case "$ans" in
2600 none)  osvers='' ;;
2601 *) osvers="$ans" ;;
2602 esac
2603
2604
2605 . ./posthint.sh
2606
2607 : who configured the system
2608 cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
2609 cf_by=`(logname) 2>/dev/null`
2610 case "$cf_by" in
2611 "")
2612         cf_by=`(whoami) 2>/dev/null`
2613         case "$cf_by" in
2614         "") cf_by=unknown ;;
2615         esac ;;
2616 esac
2617
2618 : set up the script used to warn in case of inconsistency
2619 cat <<EOS >whoa
2620 $startsh
2621 EOS
2622 cat <<'EOSC' >>whoa
2623 dflt=y
2624 echo " "
2625 echo "*** WHOA THERE!!! ***" >&4
2626 echo "    The $hint value for \$$var on this machine was \"$was\"!" >&4
2627 rp="    Keep the $hint value?"
2628 . ./myread
2629 case "$ans" in
2630 y) td=$was; tu=$was;;
2631 esac
2632 EOSC
2633
2634 : function used to set $1 to $val
2635 setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef;
2636 case "$val$was" in
2637 $define$undef) . ./whoa; eval "$var=\$td";;
2638 $undef$define) . ./whoa; eval "$var=\$tu";;
2639 *) eval "$var=$val";;
2640 esac'
2641
2642 cat <<EOM
2643
2644 Perl can be built to take advantage of threads, on some systems.
2645 To do so, Configure must be run with -Dusethreads.
2646
2647 Note that threading is a highly experimental feature, and
2648 some known race conditions still remain.  If you choose to try
2649 it, be very sure to not actually deploy it for production
2650 purposes.  README.threads has more details, and is required
2651 reading if you enable threads.
2652 EOM
2653 case "$usethreads" in
2654 $define|true|[yY]*)     dflt='y';;
2655 *) dflt='n';;
2656 esac
2657 rp='Build a threading Perl?'
2658 . ./myread
2659 case "$ans" in
2660 y|Y)    val="$define" ;;     
2661 *)      val="$undef" ;;
2662 esac
2663 set usethreads
2664 eval $setvar 
2665
2666 case "$d_oldpthreads" in
2667 '')     : Configure tests would be welcome here.  For now, assume undef.
2668         val="$undef" ;;
2669 *)      val="$d_oldpthreads" ;;
2670 esac
2671 set d_oldpthreads
2672 eval $setvar
2673
2674
2675 case "$usethreads" in
2676 "$define"|true|[yY]*)
2677 : Look for a hint-file generated 'call-back-unit'.  If the
2678 : user has specified that a threading perl is to be built,
2679 : we may need to set or change some other defaults.
2680         if $test -f usethreads.cbu; then
2681                 echo "Your platform has some specific hints for threaded builds, using them..."
2682                 . ./usethreads.cbu
2683         else
2684                 $cat <<EOM
2685 (Your platform doesn't have any specific hints for threaded builds.
2686  Assuming POSIX threads, then.)
2687 EOM
2688         fi
2689     ;;
2690 esac
2691
2692 cat <<EOM
2693
2694 Perl can be built so that multiple Perl interpreters can coexist
2695 within the same Perl executable.  To do so, Configure must be run with
2696 -Dusemultiplicity.
2697
2698 Normally you do not need this and you should answer no.
2699
2700 EOM
2701 case "$usemultiplicity" in
2702 $define|true|[yY]*)     dflt='y';;
2703 *) dflt='n';;
2704 esac
2705 rp='Build Perl for multiplicity?'
2706 . ./myread
2707 case "$ans" in
2708 y|Y)    val="$define" ;;     
2709 *)      val="$undef" ;;
2710 esac
2711 set usemultiplicity
2712 eval $setvar 
2713
2714 : determine where manual pages are on this system
2715 echo " "
2716 case "$sysman" in
2717 '') 
2718         syspath='/usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1'
2719         syspath="$syspath /usr/man/u_man/man1 /usr/share/man/man1"
2720         syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1"
2721         syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1"
2722         syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
2723         sysman=`./loc . /usr/man/man1 $syspath`
2724         ;;
2725 esac
2726 if $test -d "$sysman"; then
2727         echo "System manual is in $sysman." >&4
2728 else
2729         echo "Could not find manual pages in source form." >&4
2730 fi
2731
2732 : see what memory models we can support
2733 case "$models" in
2734 '')
2735         $cat >pdp11.c <<'EOP'
2736 int main() {
2737 #ifdef pdp11
2738         exit(0);
2739 #else
2740         exit(1);
2741 #endif
2742 }
2743 EOP
2744         ( cc -o pdp11 pdp11.c ) >/dev/null 2>&1
2745         if $test -f pdp11 && ./pdp11 2>/dev/null; then
2746                 dflt='unsplit split'
2747         else
2748                 tans=`./loc . X /lib/small /lib/large /usr/lib/small /usr/lib/large /lib/medium /usr/lib/medium /lib/huge`
2749                 case "$tans" in
2750                 X) dflt='none';;
2751                 *) if $test -d /lib/small || $test -d /usr/lib/small; then
2752                                 dflt='small'
2753                         else
2754                                 dflt=''
2755                         fi
2756                         if $test -d /lib/medium || $test -d /usr/lib/medium; then
2757                                 dflt="$dflt medium"
2758                         fi
2759                         if $test -d /lib/large || $test -d /usr/lib/large; then
2760                                 dflt="$dflt large"
2761                         fi
2762                         if $test -d /lib/huge || $test -d /usr/lib/huge; then
2763                                 dflt="$dflt huge"
2764                         fi
2765                 esac
2766         fi;;
2767 *) dflt="$models";;
2768 esac
2769 $cat <<EOM
2770  
2771 Some systems have different model sizes.  On most systems they are called
2772 small, medium, large, and huge.  On the PDP11 they are called unsplit and
2773 split.  If your system doesn't support different memory models, say "none".
2774 If you wish to force everything to one memory model, say "none" here and
2775 put the appropriate flags later when it asks you for other cc and ld flags.
2776 Venix systems may wish to put "none" and let the compiler figure things out.
2777 (In the following question multiple model names should be space separated.)
2778
2779 The default for most systems is "none".
2780
2781 EOM
2782 rp="Which memory models are supported?"
2783 . ./myread
2784 models="$ans"
2785
2786 case "$models" in
2787 none)
2788         small=''
2789         medium=''
2790         large=''
2791         huge=''
2792         unsplit=''
2793         split=''
2794         ;;
2795 *split)
2796         case "$split" in
2797         '') if $contains '\-i' $sysman/ld.1 >/dev/null 2>&1 || \
2798                          $contains '\-i' $sysman/cc.1 >/dev/null 2>&1; then
2799                         dflt='-i'
2800                 else
2801                         dflt='none'
2802                 fi;;
2803         *) dflt="$split";;
2804         esac
2805         rp="What flag indicates separate I and D space?"
2806         . ./myread
2807         tans="$ans"
2808         case "$tans" in
2809         none) tans='';;
2810         esac
2811         split="$tans"
2812         unsplit='';;
2813 *large*|*small*|*medium*|*huge*)
2814         case "$models" in
2815         *large*)
2816                 case "$large" in
2817                 '') dflt='-Ml';;
2818                 *) dflt="$large";;
2819                 esac
2820         rp="What flag indicates large model?"
2821         . ./myread
2822         tans="$ans"
2823         case "$tans" in
2824         none) tans='';
2825         esac
2826         large="$tans";;
2827         *) large='';;
2828         esac
2829         case "$models" in
2830         *huge*) case "$huge" in
2831                 '') dflt='-Mh';;
2832                 *) dflt="$huge";;
2833                 esac
2834                 rp="What flag indicates huge model?"
2835                 . ./myread
2836                 tans="$ans"
2837                 case "$tans" in
2838                 none) tans='';
2839                 esac
2840                 huge="$tans";;
2841         *) huge="$large";;
2842         esac
2843         case "$models" in
2844         *medium*) case "$medium" in
2845                 '') dflt='-Mm';;
2846                 *) dflt="$medium";;
2847                 esac
2848                 rp="What flag indicates medium model?"
2849                 . ./myread
2850                 tans="$ans"
2851                 case "$tans" in
2852                 none) tans='';
2853                 esac
2854                 medium="$tans";;
2855         *) medium="$large";;
2856         esac
2857         case "$models" in
2858         *small*) case "$small" in
2859                 '') dflt='none';;
2860                 *) dflt="$small";;
2861                 esac
2862                 rp="What flag indicates small model?"
2863                 . ./myread
2864                 tans="$ans"
2865                 case "$tans" in
2866                 none) tans='';
2867                 esac
2868                 small="$tans";;
2869         *) small='';;
2870         esac
2871         ;;
2872 *)
2873         echo "Unrecognized memory models--you may have to edit Makefile.SH" >&4
2874         ;;
2875 esac
2876 $rm -f pdp11.* pdp11
2877
2878 : make some quick guesses about what we are up against
2879 echo " "
2880 $echo $n "Hmm...  $c"
2881 echo exit 1 >bsd
2882 echo exit 1 >usg
2883 echo exit 1 >v7
2884 echo exit 1 >osf1
2885 echo exit 1 >eunice
2886 echo exit 1 >xenix
2887 echo exit 1 >venix
2888 echo exit 1 >os2
2889 d_bsd="$undef"
2890 $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null
2891 if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1
2892 then
2893         echo "Looks kind of like an OSF/1 system, but we'll see..."
2894         echo exit 0 >osf1
2895 elif test `echo abc | tr a-z A-Z` = Abc ; then
2896         xxx=`./loc addbib blurfl $pth`
2897         if $test -f $xxx; then
2898         echo "Looks kind of like a USG system with BSD features, but we'll see..."
2899                 echo exit 0 >bsd
2900                 echo exit 0 >usg
2901         else
2902                 if $contains SIGTSTP foo >/dev/null 2>&1 ; then
2903                         echo "Looks kind of like an extended USG system, but we'll see..."
2904                 else
2905                         echo "Looks kind of like a USG system, but we'll see..."
2906                 fi
2907                 echo exit 0 >usg
2908         fi
2909 elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
2910         echo "Looks kind of like a BSD system, but we'll see..."
2911         d_bsd="$define"
2912         echo exit 0 >bsd
2913 else
2914         echo "Looks kind of like a Version 7 system, but we'll see..."
2915         echo exit 0 >v7
2916 fi
2917 case "$eunicefix" in
2918 *unixtovms*)
2919         $cat <<'EOI'
2920 There is, however, a strange, musty smell in the air that reminds me of
2921 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
2922 EOI
2923         echo exit 0 >eunice
2924         d_eunice="$define"
2925 : it so happens the Eunice I know will not run shell scripts in Unix format
2926         ;;
2927 *)
2928         echo " "
2929         echo "Congratulations.  You aren't running Eunice."
2930         d_eunice="$undef"
2931         ;;
2932 esac
2933 : Detect OS2.  The p_ variable is set above in the Head.U unit.
2934 case "$p_" in
2935 :) ;;
2936 *)
2937         $cat <<'EOI'
2938 I have the feeling something is not exactly right, however...don't tell me...
2939 lemme think...does HAL ring a bell?...no, of course, you're only running OS/2!
2940 EOI
2941         echo exit 0 >os2
2942         ;;
2943 esac
2944 if test -f /xenix; then
2945         echo "Actually, this looks more like a XENIX system..."
2946         echo exit 0 >xenix
2947         d_xenix="$define"
2948 else
2949         echo " "
2950         echo "It's not Xenix..."
2951         d_xenix="$undef"
2952 fi
2953 chmod +x xenix
2954 $eunicefix xenix
2955 if test -f /venix; then
2956         echo "Actually, this looks more like a VENIX system..."
2957         echo exit 0 >venix
2958 else
2959         echo " "
2960         if ./xenix; then
2961                 : null
2962         else
2963                 echo "Nor is it Venix..."
2964         fi
2965 fi
2966 chmod +x bsd usg v7 osf1 eunice xenix venix os2
2967 $eunicefix bsd usg v7 osf1 eunice xenix venix os2
2968 $rm -f foo
2969
2970 : see if we need a special compiler
2971 echo " "
2972 if ./usg; then
2973         case "$cc" in
2974         '') case "$Mcc" in
2975                 /*) dflt='Mcc';;
2976                 *) case "$large" in
2977                         -M*) dflt='cc';;
2978                         *)      if $contains '\-M' $sysman/cc.1 >/dev/null 2>&1 ; then
2979                                         if $contains '\-M' $sysman/cpp.1 >/dev/null 2>&1; then
2980                                                 dflt='cc'
2981                                         else
2982                                                 dflt='cc -M'
2983                                         fi
2984                                 else
2985                                         dflt='cc'
2986                                 fi;;
2987                         esac;;
2988                 esac;;
2989         *)  dflt="$cc";;
2990         esac
2991         case "$dflt" in
2992         *M*)    $cat <<'EOM'
2993 On some older systems the default C compiler will not resolve multiple global
2994 references that happen to have the same name.  On some such systems the "Mcc"
2995 command may be used to force these to be resolved.  On other systems a "cc -M"
2996 command is required.  (Note that the -M flag on other systems indicates a
2997 memory model to use!) If you have the Gnu C compiler, you might wish to use
2998 that instead.
2999
3000 EOM
3001         ;;
3002         esac
3003         rp="Use which C compiler?"
3004         . ./myread
3005         cc="$ans"
3006 else
3007         case "$cc" in
3008         '') dflt=cc;;
3009         *) dflt="$cc";;
3010         esac
3011         rp="Use which C compiler?"
3012         . ./myread
3013         cc="$ans"
3014 fi
3015 : Look for a hint-file generated 'call-back-unit'.  Now that the
3016 : user has specified the compiler, we may need to set or change some
3017 : other defaults.
3018 if $test -f cc.cbu; then
3019     . ./cc.cbu
3020 fi
3021 echo " "
3022 echo "Checking for GNU cc in disguise and/or its version number..." >&4
3023 $cat >gccvers.c <<EOM
3024 #include <stdio.h>
3025 int main() {
3026 #ifdef __GNUC__
3027 #ifdef __VERSION__
3028         printf("%s\n", __VERSION__);
3029 #else
3030         printf("%s\n", "1");
3031 #endif
3032 #endif
3033         exit(0);
3034 }
3035 EOM
3036 if $cc -o gccvers gccvers.c; then
3037         gccversion=`./gccvers`
3038         case "$gccversion" in
3039         '') echo "You are not using GNU cc." ;;
3040         *)  echo "You are using GNU cc $gccversion." ;;
3041         esac
3042 else
3043         echo " "
3044         echo "*** WHOA THERE!!! ***" >&4
3045         echo "    Your C compiler \"$cc\" doesn't seem to be working!" >&4
3046         case "$knowitall" in
3047         '')
3048         echo "    You'd better start hunting for one and let me know about it." >&4
3049                 exit 1
3050                 ;;
3051         esac
3052 fi
3053 $rm -f gccvers*
3054 case "$gccversion" in
3055 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
3056 esac
3057
3058
3059 case "$usemorebits" in
3060 "$define"|true|[yY]*)
3061         use64bits="$define"
3062         uselongdouble="$define"
3063         usemorebits="$define"
3064         ;;
3065 *)      usemorebits="$undef"
3066         ;;
3067 esac
3068
3069
3070 cat <<EOM
3071
3072 Perl can be built to understand large files (files larger than 2 gigabytes)
3073 on some systems.  To do so, Configure must be run with -Duselargefiles.
3074
3075 If this doesn't make any sense to you, just accept the default.
3076 EOM
3077 case "$uselargefiles" in
3078 "$define"|true|[yY]*) dflt='y' ;;
3079 *)      dflt='n' ;;
3080 esac
3081 rp='Try to understand large files?'
3082 . ./myread
3083 case "$ans" in
3084 y|Y)    val="$define" ;;
3085 *)      val="$undef"  ;;
3086 esac
3087 set uselargefiles
3088 eval $setvar
3089 case "$uselargefiles" in
3090 "$define") use64bits="$define" ;;
3091 esac
3092
3093 cat <<EOM
3094
3095 Perl can be built to take advantage of explicit 64-bit interfaces,
3096 on some systems.  To do so, Configure must be run with -Duse64bits.
3097
3098 If this doesn't make any sense to you, just accept the default.
3099 EOM
3100 case "$use64bits" in
3101 $define|true|[yY]*)     dflt='y';;
3102 *) dflt='n';;
3103 esac
3104 rp='Try to use explicit 64-bit interfaces, if available?'
3105 . ./myread
3106 case "$ans" in
3107 y|Y) 
3108         val="$define"
3109         ;;     
3110 *)      
3111         val="$undef"
3112         ;;
3113 esac
3114 set use64bits
3115 eval $setvar
3116
3117 case "$archname64" in
3118 '') archname64='' ;;    # not a typo
3119 esac
3120
3121 case "$use64bits" in
3122 "$define"|true|[yY]*)
3123 : Look for a hint-file generated 'call-back-unit'.  If the
3124 : user has specified that a 64 bit perl is to be built,
3125 : we may need to set or change some other defaults.
3126         if $test -f use64bits.cbu; then
3127                 echo "Your platform has some specific hints for 64-bit builds, using them..."
3128                 . ./use64bits.cbu
3129         else
3130                 $cat <<EOM
3131 (Your platform doesn't have any specific hints for 64-bit builds.
3132  This is probably okay, especially if your system is a true 64-bit system.)
3133 EOM
3134                 case "$gccversion" in
3135                 '')     ;;
3136                 *)      $cat <<EOM
3137 But since you seem to be using gcc,
3138 I will now add -DUSE_LONG_LONG to the compilation flags.
3139 EOM
3140                         ccflags="$ccflags -DUSE_LONG_LONG"
3141                         ;;
3142                 esac
3143         fi
3144         ;;
3145 esac
3146
3147 : determine the architecture name
3148 echo " "
3149 if xxx=`./loc arch blurfl $pth`; $test -f "$xxx"; then
3150         tarch=`arch`"-$osname"
3151 elif xxx=`./loc uname blurfl $pth`; $test -f "$xxx" ; then
3152         if uname -m > tmparch 2>&1 ; then
3153                 tarch=`$sed -e 's/ *$//' -e 's/ /_/g' \
3154                         -e 's/$/'"-$osname/" tmparch`
3155         else
3156                 tarch="$osname"
3157         fi
3158         $rm -f tmparch
3159 else
3160         tarch="$osname"
3161 fi
3162 case "$myarchname" in
3163 ''|"$tarch") ;;
3164 *)
3165         echo "(Your architecture name used to be $myarchname.)"
3166         archname=''
3167         ;;
3168 esac
3169 myarchname="$tarch"
3170 case "$archname" in
3171 '') dflt="$tarch";;
3172 *) dflt="$archname";;
3173 esac
3174 rp='What is your architecture name'
3175 . ./myread
3176 archname="$ans"
3177 case "$usethreads" in
3178 $define)
3179         echo "Threads selected." >&4
3180         case "$archname" in
3181         *-thread*) echo "...and architecture name already has -thread." >&4
3182                 ;;
3183         *)      archname="$archname-thread"
3184                 echo "...setting architecture name to $archname." >&4
3185                 ;;
3186         esac
3187         ;;
3188 esac
3189 case "$usemultiplicity" in
3190 $define)
3191         echo "Multiplicity selected." >&4
3192         case "$archname" in
3193         *-multi*) echo "...and architecture name already has -multi." >&4
3194                 ;;
3195         *)      archname="$archname-multi"
3196                 echo "...setting architecture name to $archname." >&4
3197                 ;;
3198         esac
3199         ;;
3200 esac
3201 case "$use64bits" in
3202 $define)
3203         echo "Explicit 64-bitness selected." >&4
3204         case "$archname64" in
3205         '')
3206                 ;;
3207         *)
3208                 case "$archname" in
3209                 *-$archname64*) echo "...and architecture name already has $archname64." >&4
3210                         ;;
3211                 *)      archname="$archname-$archname64"
3212                         echo "...setting architecture name to $archname." >&4
3213                         ;;
3214                 esac
3215                 ;;
3216         esac
3217 esac
3218
3219 : decide how portable to be.  Allow command line overrides.
3220 case "$d_portable" in
3221 "$undef") ;;
3222 *)      d_portable="$define" ;;
3223 esac
3224
3225 : set up shell script to do ~ expansion
3226 cat >filexp <<EOSS
3227 $startsh
3228 : expand filename
3229 case "\$1" in
3230  ~/*|~)
3231         echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
3232         ;;
3233  ~*)
3234         if $test -f /bin/csh; then
3235                 /bin/csh -f -c "glob \$1"
3236                 failed=\$?
3237                 echo ""
3238                 exit \$failed
3239         else
3240                 name=\`$expr x\$1 : '..\([^/]*\)'\`
3241                 dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
3242                 if $test ! -d "\$dir"; then
3243                         me=\`basename \$0\`
3244                         echo "\$me: can't locate home directory for: \$name" >&2
3245                         exit 1
3246                 fi
3247                 case "\$1" in
3248                 */*)
3249                         echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
3250                         ;;
3251                 *)
3252                         echo \$dir
3253                         ;;
3254                 esac
3255         fi
3256         ;;
3257 *)
3258         echo \$1
3259         ;;
3260 esac
3261 EOSS
3262 chmod +x filexp
3263 $eunicefix filexp
3264
3265 : now set up to get a file name
3266 cat <<EOS >getfile
3267 $startsh
3268 EOS
3269 cat <<'EOSC' >>getfile
3270 tilde=''
3271 fullpath=''
3272 already=''
3273 skip=''
3274 none_ok=''
3275 exp_file=''
3276 nopath_ok=''
3277 orig_rp="$rp"
3278 orig_dflt="$dflt"
3279 case "$gfpth" in
3280 '') gfpth='.' ;;
3281 esac
3282
3283 case "$fn" in
3284 *\(*)
3285         expr $fn : '.*(\(.*\)).*' | tr ',' $trnl >getfile.ok
3286         fn=`echo $fn | sed 's/(.*)//'`
3287         ;;
3288 esac
3289
3290 case "$fn" in
3291 *:*)
3292         loc_file=`expr $fn : '.*:\(.*\)'`
3293         fn=`expr $fn : '\(.*\):.*'`
3294         ;;
3295 esac
3296
3297 case "$fn" in
3298 *~*) tilde=true;;
3299 esac
3300 case "$fn" in
3301 */*) fullpath=true;;
3302 esac
3303 case "$fn" in
3304 *+*) skip=true;;
3305 esac
3306 case "$fn" in
3307 *n*) none_ok=true;;
3308 esac
3309 case "$fn" in
3310 *e*) exp_file=true;;
3311 esac
3312 case "$fn" in
3313 *p*) nopath_ok=true;;
3314 esac
3315
3316 case "$fn" in
3317 *f*) type='File';;
3318 *d*) type='Directory';;
3319 *l*) type='Locate';;
3320 esac
3321
3322 what="$type"
3323 case "$what" in
3324 Locate) what='File';;
3325 esac
3326
3327 case "$exp_file" in
3328 '')
3329         case "$d_portable" in
3330         "$define") ;;
3331         *) exp_file=true;;
3332         esac
3333         ;;
3334 esac
3335
3336 cd ..
3337 while test "$type"; do
3338         redo=''
3339         rp="$orig_rp"
3340         dflt="$orig_dflt"
3341         case "$tilde" in
3342         true) rp="$rp (~name ok)";;
3343         esac
3344         . UU/myread
3345         if test -f UU/getfile.ok && \
3346                 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
3347         then
3348                 value="$ans"
3349                 ansexp="$ans"
3350                 break
3351         fi
3352         case "$ans" in
3353         none)
3354                 value=''
3355                 ansexp=''
3356                 case "$none_ok" in
3357                 true) type='';;
3358                 esac
3359                 ;;
3360         *)
3361                 case "$tilde" in
3362                 '') value="$ans"
3363                         ansexp="$ans";;
3364                 *)
3365                         value=`UU/filexp $ans`
3366                         case $? in
3367                         0)
3368                                 if test "$ans" != "$value"; then
3369                                         echo "(That expands to $value on this system.)"
3370                                 fi
3371                                 ;;
3372                         *) value="$ans";;
3373                         esac
3374                         ansexp="$value"
3375                         case "$exp_file" in
3376                         '') value="$ans";;
3377                         esac
3378                         ;;
3379                 esac
3380                 case "$fullpath" in
3381                 true)
3382                         case "$ansexp" in
3383                         /*) value="$ansexp" ;;
3384                         *)
3385                                 redo=true
3386                                 case "$already" in
3387                                 true)
3388                                 echo "I shall only accept a full path name, as in /bin/ls." >&4
3389                                 echo "Use a ! shell escape if you wish to check pathnames." >&4
3390                                         ;;
3391                                 *)
3392                                 echo "Please give a full path name, starting with slash." >&4
3393                                         case "$tilde" in
3394                                         true)
3395                                 echo "Note that using ~name is ok provided it expands well." >&4
3396                                                 already=true
3397                                                 ;;
3398                                         esac
3399                                 esac
3400                                 ;;
3401                         esac
3402                         ;;
3403                 esac
3404                 case "$redo" in
3405                 '')
3406                         case "$type" in
3407                         File)
3408                                 for fp in $gfpth; do
3409                                         if test "X$fp" = X.; then
3410                                             pf="$ansexp"
3411                                         else    
3412                                             pf="$fp/$ansexp"
3413                                         fi
3414                                         if test -f "$pf"; then
3415                                                 type=''
3416                                         elif test -r "$pf" || (test -h "$pf") >/dev/null 2>&1
3417                                         then
3418                                                 echo "($value is not a plain file, but that's ok.)"
3419                                                 type=''
3420                                         fi
3421                                         if test X"$type" = X; then
3422                                             value="$pf"
3423                                             break
3424                                         fi
3425                                 done
3426                                 ;;
3427                         Directory)
3428                                 for fp in $gfpth; do
3429                                         if test "X$fp" = X.; then
3430                                             pf="$ansexp"
3431                                         else    
3432                                             pf="$fp/$ansexp"
3433                                         fi
3434                                         if test -d "$pf"; then
3435                                                 type=''
3436                                                 value="$pf"
3437                                                 break
3438                                         fi
3439                                 done
3440                                 ;;
3441                         Locate)
3442                                 if test -d "$ansexp"; then
3443                                         echo "(Looking for $loc_file in directory $value.)"
3444                                         value="$value/$loc_file"
3445                                         ansexp="$ansexp/$loc_file"
3446                                 fi
3447                                 if test -f "$ansexp"; then
3448                                         type=''
3449                                 fi
3450                                 case "$nopath_ok" in
3451                                 true)   case "$value" in
3452                                         */*) ;;
3453                                         *)      echo "Assuming $value will be in people's path."
3454                                                 type=''
3455                                                 ;;
3456                                         esac
3457                                         ;;
3458                                 esac
3459                                 ;;
3460                         esac
3461
3462                         case "$skip" in
3463                         true) type='';
3464                         esac
3465
3466                         case "$type" in
3467                         '') ;;
3468                         *)
3469                                 if test "$fastread" = yes; then
3470                                         dflt=y
3471                                 else
3472                                         dflt=n
3473                                 fi
3474                                 rp="$what $value doesn't exist.  Use that name anyway?"
3475                                 . UU/myread
3476                                 dflt=''
3477                                 case "$ans" in
3478                                 y*) type='';;
3479                                 *) echo " ";;
3480                                 esac
3481                                 ;;
3482                         esac
3483                         ;;
3484                 esac
3485                 ;;
3486         esac
3487 done
3488 cd UU
3489 ans="$value"
3490 rp="$orig_rp"
3491 dflt="$orig_dflt"
3492 rm -f getfile.ok
3493 test "X$gfpthkeep" != Xy && gfpth=""
3494 EOSC
3495
3496 : determine root of directory hierarchy where package will be installed.
3497 case "$prefix" in
3498 '')
3499         dflt=`./loc . /usr/local /usr/local /local /opt /usr`
3500         ;;
3501 *)
3502         dflt="$prefix"
3503         ;;
3504 esac
3505 $cat <<EOM
3506
3507 By default, $package will be installed in $dflt/bin, manual pages
3508 under $dflt/man, etc..., i.e. with $dflt as prefix for all
3509 installation directories. Typically this is something like /usr/local.
3510 If you wish to have binaries under /usr/bin but other parts of the
3511 installation under /usr/local, that's ok: you will be prompted
3512 separately for each of the installation directories, the prefix being
3513 only used to set the defaults.
3514
3515 EOM
3516 fn=d~
3517 rp='Installation prefix to use?'
3518 . ./getfile
3519 oldprefix=''
3520 case "$prefix" in
3521 '') ;;
3522 *)
3523         case "$ans" in
3524         "$prefix") ;;
3525         *) oldprefix="$prefix";;
3526         esac
3527         ;;
3528 esac
3529 prefix="$ans"
3530 prefixexp="$ansexp"
3531
3532 : is AFS running?
3533 echo " "
3534 case "$afs" in
3535 $define|true)   afs=true ;;
3536 $undef|false)   afs=false ;;
3537 *)      if test -d /afs; then
3538                 afs=true
3539         else
3540                 afs=false
3541         fi
3542         ;;
3543 esac
3544 if $afs; then
3545         echo "AFS may be running... I'll be extra cautious then..." >&4
3546 else
3547         echo "AFS does not seem to be running..." >&4
3548 fi
3549
3550 : determine installation prefix for where package is to be installed.
3551 if $afs; then 
3552 $cat <<EOM
3553
3554 Since you are running AFS, I need to distinguish the directory in which
3555 files will reside from the directory in which they are installed (and from
3556 which they are presumably copied to the former directory by occult means).
3557
3558 EOM
3559         case "$installprefix" in
3560         '') dflt=`echo $prefix | sed 's#^/afs/#/afs/.#'`;;
3561         *) dflt="$installprefix";;
3562         esac
3563 else
3564 $cat <<EOM
3565
3566 In some special cases, particularly when building $package for distribution,
3567 it is convenient to distinguish between the directory in which files should 
3568 be installed from the directory ($prefix) in which they 
3569 will eventually reside.  For most users, these two directories are the same.
3570
3571 EOM
3572         case "$installprefix" in
3573         '') dflt=$prefix ;;
3574         *) dflt=$installprefix;;
3575         esac
3576 fi
3577 fn=d~
3578 rp='What installation prefix should I use for installing files?'
3579 . ./getfile
3580 installprefix="$ans"
3581 installprefixexp="$ansexp"
3582
3583 : set the prefixit variable, to compute a suitable default value
3584 prefixit='case "$3" in
3585 ""|none)
3586         case "$oldprefix" in
3587         "") eval "$1=\"\$$2\"";;
3588         *)
3589                 case "$3" in
3590                 "") eval "$1=";;
3591                 none)
3592                         eval "tp=\"\$$2\"";
3593                         case "$tp" in
3594                         ""|" ") eval "$1=\"\$$2\"";;
3595                         *) eval "$1=";;
3596                         esac;;
3597                 esac;;
3598         esac;;
3599 *)
3600         eval "tp=\"$oldprefix-\$$2-\""; eval "tp=\"$tp\"";
3601         case "$tp" in
3602         --|/*--|\~*--) eval "$1=\"$prefix/$3\"";;
3603         /*-$oldprefix/*|\~*-$oldprefix/*)
3604                 eval "$1=\`echo \$$2 | sed \"s,^$oldprefix,$prefix,\"\`";;
3605         *) eval "$1=\"\$$2\"";;
3606         esac;;
3607 esac'
3608
3609 : set the base revision
3610 baserev=5.0
3611
3612 : get the patchlevel
3613 echo " "
3614 echo "Getting the current patchlevel..." >&4
3615 if $test -r $rsrc/patchlevel.h;then
3616         patchlevel=`awk '/define[       ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
3617         subversion=`awk '/define[       ]+PERL_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
3618         apiversion=`awk '/define[       ]+PERL_APIVERSION/ {print $3}' $rsrc/patchlevel.h`
3619 else
3620         patchlevel=0
3621         subversion=0
3622         apiversion=0
3623 fi
3624 $echo $n "(You have $package" $c
3625 case "$package" in
3626 "*$baserev")    ;;
3627 *)              $echo $n " $baserev" $c ;;
3628 esac
3629 $echo $n " patchlevel $patchlevel" $c
3630 test 0 -eq "$subversion" || $echo $n " subversion $subversion" $c
3631 echo ".)"
3632
3633 if test 0 -eq "$subversion"; then
3634         version=`LC_ALL=C; export LC_ALL; \
3635                  echo $baserev $patchlevel | \
3636                  $awk '{ printf "%.3f\n", $1 + $2/1000.0 }'`
3637 else
3638         version=`LC_ALL=C; export LC_ALL; \
3639                  echo $baserev $patchlevel $subversion | \
3640                  $awk '{ printf "%.5f\n", $1 + $2/1000.0 + $3/100000.0 }'`
3641 fi
3642
3643 : determine installation style
3644 : For now, try to deduce it from prefix unless it is already set.
3645 : Reproduce behavior of 5.005 and earlier, maybe drop that in 5.7.
3646 case "$installstyle" in
3647 '')     case "$prefix" in
3648                 *perl*) dflt='lib';;
3649                 *) dflt='lib/perl5' ;;
3650         esac
3651         ;;
3652 *)      dflt='lib/perl5' ;;
3653 esac
3654 : Probably not worth prompting for this since we prompt for all
3655 : the directories individually, and the prompt would be too long and
3656 : confusing anyway.
3657 installstyle=$dflt
3658
3659 : determine where private library files go
3660 : Usual default is /usr/local/lib/perl5/$version.
3661 : Also allow things like /opt/perl/lib/$version, since 
3662 : /opt/perl/lib/perl5... would be redundant.
3663 : The default "style" setting is made in installstyle.U
3664 case "$installstyle" in
3665 *lib/perl5*) set dflt privlib lib/$package/$version ;;
3666 *)       set dflt privlib lib/$version ;;
3667 esac
3668 eval $prefixit
3669 $cat <<EOM
3670
3671 There are some auxiliary files for $package that need to be put into a
3672 private library directory that is accessible by everyone.
3673
3674 EOM
3675 fn=d~+
3676 rp='Pathname where the private library files will reside?'
3677 . ./getfile
3678 privlib="$ans"
3679 privlibexp="$ansexp"
3680 : Change installation prefix, if necessary.
3681 if $test X"$prefix" != X"$installprefix"; then
3682         installprivlib=`echo $privlibexp | sed "s#^$prefix#$installprefix#"`
3683 else
3684         installprivlib="$privlibexp"
3685 fi
3686
3687 : set the prefixup variable, to restore leading tilda escape
3688 prefixup='case "$prefixexp" in
3689 "$prefix") ;;
3690 *) eval "$1=\`echo \$$1 | sed \"s,^$prefixexp,$prefix,\"\`";;
3691 esac'
3692
3693 : determine where public architecture dependent libraries go
3694 set archlib archlib
3695 eval $prefixit
3696 : privlib default is /usr/local/lib/$package/$version
3697 : archlib default is /usr/local/lib/$package/$version/$archname
3698 : privlib may have an optional trailing /share.
3699 tdflt=`echo $privlib | $sed 's,/share$,,'`
3700 tdflt=$tdflt/$archname
3701 case "$archlib" in
3702 '')     dflt=$tdflt
3703         ;;
3704 *)      dflt="$archlib"
3705     ;;
3706 esac
3707 $cat <<EOM
3708
3709 $spackage contains architecture-dependent library files.  If you are
3710 sharing libraries in a heterogeneous environment, you might store
3711 these files in a separate location.  Otherwise, you can just include
3712 them with the rest of the public library files.
3713
3714 EOM
3715 fn=d+~
3716 rp='Where do you want to put the public architecture-dependent libraries?'
3717 . ./getfile
3718 archlib="$ans"
3719 archlibexp="$ansexp"
3720 if $test X"$archlib" = X"$privlib"; then
3721         d_archlib="$undef"
3722 else
3723         d_archlib="$define"
3724 fi
3725 : Change installation prefix, if necessary.
3726 if $test X"$prefix" != X"$installprefix"; then
3727         installarchlib=`echo $archlibexp | sed "s#^$prefix#$installprefix#"`
3728 else
3729         installarchlib="$archlibexp"
3730 fi
3731
3732
3733 : Binary compatibility with 5.005 is not possible for builds
3734 : with advanced features
3735 case "$usethreads$usemultiplicity" in
3736 *define*)
3737         bincompat5005="$undef"
3738         d_bincompat5005="$undef"
3739         ;;
3740 *)      $cat <<EOM
3741
3742 Perl 5.006 can be compiled for binary compatibility with 5.005.
3743 If you decide to do so, you will be able to continue using most
3744 of the extensions that were compiled for Perl 5.005.
3745
3746 EOM
3747         case "$bincompat5005$d_bincompat5005" in
3748         *"$undef"*) dflt=n ;;
3749         *) dflt=y ;;
3750         esac
3751         rp='Binary compatibility with Perl 5.005?'
3752         . ./myread
3753         case "$ans" in
3754         y*) val="$define" ;;
3755         *)  val="$undef" ;;
3756         esac
3757         set d_bincompat5005
3758         eval $setvar
3759         case "$d_bincompat5005" in
3760         "$define")
3761                 bincompat5005="$define"
3762                 ;;
3763         *)      bincompat5005="$undef"
3764                 d_bincompat5005="$undef"
3765                 ;;
3766         esac
3767         ;;
3768 esac
3769
3770
3771 : see if setuid scripts can be secure
3772 $cat <<EOM
3773
3774 Some kernels have a bug that prevents setuid #! scripts from being
3775 secure.  Some sites have disabled setuid #! scripts because of this.
3776
3777 First let's decide if your kernel supports secure setuid #! scripts.
3778 (If setuid #! scripts would be secure but have been disabled anyway,
3779 don't say that they are secure if asked.)
3780
3781 EOM
3782
3783 val="$undef"
3784 if $test -d /dev/fd; then
3785         echo "#!$ls" >reflect
3786         chmod +x,u+s reflect
3787         ./reflect >flect 2>&1
3788         if $contains "/dev/fd" flect >/dev/null; then
3789                 echo "Congratulations, your kernel has secure setuid scripts!" >&4
3790                 val="$define"
3791         else
3792                 $cat <<EOM
3793 If you are not sure if they are secure, I can check but I'll need a
3794 username and password different from the one you are using right now.
3795 If you don't have such a username or don't want me to test, simply
3796 enter 'none'.
3797
3798 EOM
3799                 rp='Other username to test security of setuid scripts with?'
3800                 dflt='none'
3801                 . ./myread
3802                 case "$ans" in
3803                 n|none)
3804                         case "$d_suidsafe" in
3805                         '')     echo "I'll assume setuid scripts are *not* secure." >&4
3806                                 dflt=n;;
3807                         "$undef")
3808                                 echo "Well, the $hint value is *not* secure." >&4
3809                                 dflt=n;;
3810                         *)      echo "Well, the $hint value *is* secure." >&4
3811                                 dflt=y;;
3812                         esac
3813                         ;;
3814                 *)
3815                         $rm -f reflect flect
3816                         echo "#!$ls" >reflect
3817                         chmod +x,u+s reflect
3818                         echo >flect
3819                         chmod a+w flect
3820                         echo '"su" will (probably) prompt you for '"$ans's password."
3821                         su $ans -c './reflect >flect'
3822                         if $contains "/dev/fd" flect >/dev/null; then
3823                                 echo "Okay, it looks like setuid scripts are secure." >&4
3824                                 dflt=y
3825                         else
3826                                 echo "I don't think setuid scripts are secure." >&4
3827                                 dflt=n
3828                         fi
3829                         ;;
3830                 esac
3831                 rp='Does your kernel have *secure* setuid scripts?'
3832                 . ./myread
3833                 case "$ans" in
3834                 [yY]*)  val="$define";;
3835                 *)      val="$undef";;
3836                 esac
3837         fi
3838 else
3839         echo "I don't think setuid scripts are secure (no /dev/fd directory)." >&4
3840         echo "(That's for file descriptors, not floppy disks.)"
3841         val="$undef"
3842 fi
3843 set d_suidsafe
3844 eval $setvar
3845
3846 $rm -f reflect flect
3847
3848 : now see if they want to do setuid emulation
3849 echo " "
3850 val="$undef"
3851 case "$d_suidsafe" in
3852 "$define")
3853         val="$undef"
3854         echo "No need to emulate SUID scripts since they are secure here." >& 4
3855         ;;
3856 *)
3857         $cat <<EOM
3858 Some systems have disabled setuid scripts, especially systems where
3859 setuid scripts cannot be secure.  On systems where setuid scripts have
3860 been disabled, the setuid/setgid bits on scripts are currently
3861 useless.  It is possible for $package to detect those bits and emulate
3862 setuid/setgid in a secure fashion.  This emulation will only work if
3863 setuid scripts have been disabled in your kernel.
3864
3865 EOM
3866         case "$d_dosuid" in
3867         "$define") dflt=y ;;
3868         *) dflt=n ;;
3869         esac
3870         rp="Do you want to do setuid/setgid emulation?"
3871         . ./myread
3872         case "$ans" in
3873         [yY]*)  val="$define";;
3874         *)      val="$undef";;
3875         esac
3876         ;;
3877 esac
3878 set d_dosuid
3879 eval $setvar
3880
3881 : What should the include directory be ?
3882 echo " "
3883 $echo $n "Hmm...  $c"
3884 dflt='/usr/include'
3885 incpath=''
3886 mips_type=''
3887 if $test -f /bin/mips && /bin/mips; then
3888         echo "Looks like a MIPS system..."
3889         $cat >usr.c <<'EOCP'
3890 #ifdef SYSTYPE_BSD43
3891 /bsd43
3892 #endif
3893 EOCP
3894         if $cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then
3895                 dflt='/bsd43/usr/include'
3896                 incpath='/bsd43'
3897                 mips_type='BSD 4.3'
3898         else
3899                 mips_type='System V'
3900         fi
3901         $rm -f usr.c usr.out
3902         echo "and you're compiling with the $mips_type compiler and libraries."
3903         xxx_prompt=y
3904         echo "exit 0" >mips
3905 else
3906         echo "Doesn't look like a MIPS system."
3907         xxx_prompt=n
3908         echo "exit 1" >mips
3909 fi
3910 chmod +x mips
3911 $eunicefix mips
3912 case "$usrinc" in
3913 '') ;;
3914 *) dflt="$usrinc";;
3915 esac
3916 case "$xxx_prompt" in
3917 y)      fn=d/
3918         echo " "
3919         rp='Where are the include files you want to use?'
3920         . ./getfile
3921         usrinc="$ans"
3922         ;;
3923 *)      usrinc="$dflt"
3924         ;;
3925 esac
3926
3927 : see how we invoke the C preprocessor
3928 echo " "
3929 echo "Now, how can we feed standard input to your C preprocessor..." >&4
3930 cat <<'EOT' >testcpp.c
3931 #define ABC abc
3932 #define XYZ xyz
3933 ABC.XYZ
3934 EOT
3935 cd ..
3936 if test ! -f cppstdin; then
3937         if test "X$osname" = "Xaix" -a "X$gccversion" = X; then
3938                 # AIX cc -E doesn't show the absolute headerfile
3939                 # locations but we'll cheat by using the -M flag.
3940                 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
3941         else
3942                 echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin
3943         fi
3944 else
3945         echo "Keeping your $hint cppstdin wrapper."
3946 fi
3947 chmod 755 cppstdin
3948 wrapper=`pwd`/cppstdin
3949 ok='false'
3950 cd UU
3951
3952 if $test "X$cppstdin" != "X" && \
3953         $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \
3954         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3955 then
3956         echo "You used to use $cppstdin $cppminus so we'll use that again."
3957         case "$cpprun" in
3958         '') echo "But let's see if we can live without a wrapper..." ;;
3959         *)
3960                 if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
3961                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3962                 then
3963                         echo "(And we'll use $cpprun $cpplast to preprocess directly.)"
3964                         ok='true'
3965                 else
3966                         echo "(However, $cpprun $cpplast does not work, let's see...)"
3967                 fi
3968                 ;;
3969         esac
3970 else
3971         case "$cppstdin" in
3972         '') ;;
3973         *)
3974                 echo "Good old $cppstdin $cppminus does not seem to be of any help..."
3975                 ;;
3976         esac
3977 fi
3978
3979 if $ok; then
3980         : nothing
3981 elif echo 'Maybe "'"$cc"' -E" will work...'; \
3982         $cc -E <testcpp.c >testcpp.out 2>&1; \
3983         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3984         echo "Yup, it does."
3985         x_cpp="$cc -E"
3986         x_minus='';
3987 elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \
3988         $cc -E - <testcpp.c >testcpp.out 2>&1; \
3989         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3990         echo "Yup, it does."
3991         x_cpp="$cc -E"
3992         x_minus='-';
3993 elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \
3994         $cc -P <testcpp.c >testcpp.out 2>&1; \
3995         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3996         echo "Yipee, that works!"
3997         x_cpp="$cc -P"
3998         x_minus='';
3999 elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \
4000         $cc -P - <testcpp.c >testcpp.out 2>&1; \
4001         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4002         echo "At long last!"
4003         x_cpp="$cc -P"
4004         x_minus='-';
4005 elif echo 'No such luck, maybe "'$cpp'" will work...'; \
4006         $cpp <testcpp.c >testcpp.out 2>&1; \
4007         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4008         echo "It works!"
4009         x_cpp="$cpp"
4010         x_minus='';
4011 elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \
4012         $cpp - <testcpp.c >testcpp.out 2>&1; \
4013         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4014         echo "Hooray, it works!  I was beginning to wonder."
4015         x_cpp="$cpp"
4016         x_minus='-';
4017 elif echo 'Uh-uh.  Time to get fancy.  Trying a wrapper...'; \
4018         $wrapper <testcpp.c >testcpp.out 2>&1; \
4019         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4020         x_cpp="$wrapper"
4021         x_minus=''
4022         echo "Eureka!"
4023 else
4024         dflt=''
4025         rp="No dice.  I can't find a C preprocessor.  Name one:"
4026         . ./myread
4027         x_cpp="$ans"
4028         x_minus=''
4029         $x_cpp <testcpp.c >testcpp.out 2>&1
4030         if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4031                 echo "OK, that will do." >&4
4032         else
4033 echo "Sorry, I can't get that to work.  Go find one and rerun Configure." >&4
4034                 exit 1
4035         fi
4036 fi
4037
4038 case "$ok" in
4039 false)
4040         cppstdin="$x_cpp"
4041         cppminus="$x_minus"
4042         cpprun="$x_cpp"
4043         cpplast="$x_minus"
4044         set X $x_cpp
4045         shift
4046         case "$1" in
4047         "$cpp")
4048                 echo "Perhaps can we force $cc -E using a wrapper..."
4049                 if $wrapper <testcpp.c >testcpp.out 2>&1; \
4050                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4051                 then
4052                         echo "Yup, we can."
4053                         cppstdin="$wrapper"
4054                         cppminus='';
4055                 else
4056                         echo "Nope, we'll have to live without it..."
4057                 fi
4058                 ;;
4059         esac
4060         case "$cpprun" in
4061         "$wrapper")
4062                 cpprun=''
4063                 cpplast=''
4064                 ;;
4065         esac
4066         ;;
4067 esac
4068
4069 case "$cppstdin" in
4070 "$wrapper"|'cppstdin') ;;
4071 *) $rm -f $wrapper;;
4072 esac
4073 $rm -f testcpp.c testcpp.out
4074
4075 : Set private lib path
4076 case "$plibpth" in
4077 '') if ./mips; then
4078                 plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
4079         fi;;
4080 esac
4081 case "$libpth" in
4082 ' ') dlist='';;
4083 '') dlist="$loclibpth $plibpth $glibpth";;
4084 *) dlist="$libpth";;
4085 esac
4086
4087 : Now check and see which directories actually exist, avoiding duplicates
4088 libpth=''
4089 for xxx in $dlist
4090 do
4091     if $test -d $xxx; then
4092                 case " $libpth " in
4093                 *" $xxx "*) ;;
4094                 *) libpth="$libpth $xxx";;
4095                 esac
4096     fi
4097 done
4098 $cat <<'EOM'
4099
4100 Some systems have incompatible or broken versions of libraries.  Among
4101 the directories listed in the question below, please remove any you
4102 know not to be holding relevant libraries, and add any that are needed.
4103 Say "none" for none.
4104
4105 EOM
4106 case "$libpth" in
4107 '') dflt='none';;
4108 *)
4109         set X $libpth
4110         shift
4111         dflt=${1+"$@"}
4112         ;;
4113 esac
4114 rp="Directories to use for library searches?"
4115 . ./myread
4116 case "$ans" in
4117 none) libpth=' ';;
4118 *) libpth="$ans";;
4119 esac
4120
4121 : compute shared library extension
4122 case "$so" in
4123 '')
4124         if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
4125                 dflt='sl'
4126         else
4127                 dflt='so'
4128         fi
4129         ;;
4130 *) dflt="$so";;
4131 esac
4132 $cat <<EOM
4133
4134 On some systems, shared libraries may be available.  Answer 'none' if
4135 you want to suppress searching of shared libraries for the remaining
4136 of this configuration.
4137
4138 EOM
4139 rp='What is the file extension used for shared libraries?'
4140 . ./myread
4141 so="$ans"
4142
4143 : Define several unixisms.
4144 : Hints files or command line option can be used to override them.
4145 : The convoluted testing is in case hints files set either the old
4146 : or the new name.
4147 case "$_exe" in
4148 '')     case "$exe_ext" in
4149     '') ;;
4150         *)      _exe="$exe_ext" ;;
4151         esac
4152         ;;
4153 esac
4154 case "$_a" in
4155 '')     case "$lib_ext" in
4156     '') _a='.a';;
4157         *)      _a="$lib_ext" ;;
4158         esac
4159         ;;
4160 esac
4161 case "$_o" in
4162 '') case "$obj_ext" in
4163         '')     _o='.o';;
4164         *)      _o="$obj_ext";;
4165         esac
4166         ;;
4167 esac
4168 case "$p_" in
4169 '') case "$path_sep" in
4170         '')     p_=':';;
4171         *)      p_="$path_sep";;
4172         esac
4173         ;;
4174 esac
4175 exe_ext=$_exe
4176 lib_ext=$_a
4177 obj_ext=$_o
4178 path_sep=$p_
4179
4180 : Which makefile gets called first.  This is used by make depend.
4181 case "$firstmakefile" in
4182 '') firstmakefile='makefile';;
4183 esac
4184
4185 cat <<EOM
4186
4187 Perl can be built to use the SOCKS proxy protocol library.  To do so,
4188 Configure must be run with -Dusesocks.
4189
4190 Normally you do not need this and you should answer no.
4191
4192 EOM
4193 case "$usesocks" in
4194 $define|true|[yY]*)     dflt='y';;
4195 *) dflt='n';;
4196 esac
4197 rp='Build Perl for SOCKS?'
4198 . ./myread
4199 case "$ans" in
4200 y|Y)    val="$define" ;;     
4201 *)      val="$undef" ;;
4202 esac
4203 set usesocks
4204 eval $setvar
4205
4206 : Looking for optional libraries
4207 echo " "
4208 echo "Checking for optional libraries..." >&4
4209 case "$libs" in
4210 ' '|'') dflt='';;
4211 *) dflt="$libs";;
4212 esac
4213 case "$libswanted" in
4214 '') libswanted='c_s';;
4215 esac
4216 case "$usesocks" in
4217 $define)
4218         libswanted="$libswanted socks5 socks5_sh"
4219         ;;
4220 esac
4221 for thislib in $libswanted; do
4222         
4223         if xxx=`./loc lib$thislib.$so.[0-9]'*' X $libpth`;
4224                 $test -f "$xxx" -a "X$ignore_versioned_solibs" = "X"; then
4225                 echo "Found -l$thislib (shared)."
4226                 case " $dflt " in
4227                 *"-l$thislib "*);;
4228                 *) dflt="$dflt -l$thislib";;
4229                 esac
4230         elif xxx=`./loc lib$thislib.$so X $libpth` ; $test -f "$xxx"; then
4231                 echo "Found -l$thislib (shared)."
4232                 case " $dflt " in
4233                 *"-l$thislib "*);;
4234                 *) dflt="$dflt -l$thislib";;
4235                 esac
4236         elif xxx=`./loc lib$thislib$_a X $libpth`; $test -f "$xxx"; then
4237                 echo "Found -l$thislib."
4238                 case " $dflt " in
4239                 *"-l$thislib "*);;
4240                 *) dflt="$dflt -l$thislib";;
4241                 esac
4242         elif xxx=`./loc $thislib$_a X $libpth`; $test -f "$xxx"; then
4243                 echo "Found -l$thislib."
4244                 case " $dflt " in
4245                 *"-l$thislib "*);;
4246                 *) dflt="$dflt -l$thislib";;
4247                 esac
4248         elif xxx=`./loc lib${thislib}_s$_a X $libpth`; $test -f "$xxx"; then
4249                 echo "Found -l${thislib}_s."
4250                 case " $dflt " in
4251                 *"-l$thislib "*);;
4252                 *) dflt="$dflt -l${thislib}_s";;
4253                 esac
4254         elif xxx=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$xxx"; then
4255                 echo "Found -l$thislib."
4256                 case " $dflt " in
4257                 *"-l$thislib "*);;
4258                 *) dflt="$dflt -l$thislib";;
4259                 esac
4260         else
4261                 echo "No -l$thislib."
4262         fi
4263 done
4264 set X $dflt
4265 shift
4266 dflt="$*"
4267 case "$libs" in
4268 '') dflt="$dflt";;
4269 *) dflt="$libs";;
4270 esac
4271 case "$dflt" in
4272 ' '|'') dflt='none';;
4273 esac
4274
4275 $cat <<EOM
4276
4277 In order to compile $package on your machine, a number of libraries
4278 are usually needed.  Include any other special libraries here as well.
4279 Say "none" for none.  The default list is almost always right.
4280 EOM
4281
4282 echo " "
4283 rp="What libraries to use?"
4284 . ./myread
4285 case "$ans" in
4286 none) libs=' ';;
4287 *) libs="$ans";;
4288 esac
4289
4290 : determine optimization, if desired, or use for debug flag also
4291 case "$optimize" in
4292 ' '|$undef) dflt='none';;
4293 '') dflt='-O';;
4294 *) dflt="$optimize";;
4295 esac
4296 $cat <<EOH
4297
4298 By default, $package compiles with the -O flag to use the optimizer.
4299 Alternately, you might want to use the symbolic debugger, which uses
4300 the -g flag (on traditional Unix systems).  Either flag can be
4301 specified here.  To use neither flag, specify the word "none".
4302
4303 EOH
4304 rp="What optimizer/debugger flag should be used?"
4305 . ./myread
4306 optimize="$ans"
4307 case "$optimize" in
4308 'none') optimize=" ";;
4309 esac
4310
4311 dflt=''
4312 : We will not override a previous value, but we might want to
4313 : augment a hint file
4314 case "$hint" in
4315 default|recommended)
4316         case "$gccversion" in
4317         1*) dflt='-fpcc-struct-return' ;;
4318         esac
4319         case "$optimize" in
4320         *-g*) dflt="$dflt -DDEBUGGING";;
4321         esac
4322         case "$gccversion" in
4323         2*) if test -d /etc/conf/kconfig.d &&
4324                         $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
4325                 then
4326                         dflt="$dflt -posix"
4327                 fi
4328                 ;;
4329         esac
4330         case "$gccversion" in
4331         1*) ;;
4332         2.[0-8]*) ;;
4333         ?*)     echo " "
4334                 echo "Checking if your compiler accepts -fno-strict-aliasing" 2>&1
4335                 echo 'int main(void) { return 0; }' > gcctest.c
4336                 if $cc -O2 -fno-strict-aliasing -o gcctest gcctest.c; then
4337                         echo "Yes, it does." 2>&1
4338                         case "$ccflags" in
4339                         *strict-aliasing*) 
4340                                 echo "Leaving current flags $ccflags alone." 2>&1
4341                                 ;;
4342                         *) dflt="$dflt -fno-strict-aliasing" ;;
4343                         esac
4344                 else
4345                         echo "Nope, it doesn't, but that's ok." 2>&1
4346                 fi
4347                 ;;
4348         esac
4349         ;;
4350 esac
4351
4352 case "$mips_type" in
4353 *BSD*|'') inclwanted="$locincpth $usrinc";;
4354 *) inclwanted="$locincpth $inclwanted $usrinc/bsd";;
4355 esac
4356 for thisincl in $inclwanted; do
4357         if $test -d $thisincl; then
4358                 if $test x$thisincl != x$usrinc; then
4359                         case "$dflt" in
4360                         *$thisincl*);;
4361                         *) dflt="$dflt -I$thisincl";;
4362                         esac
4363                 fi
4364         fi
4365 done
4366
4367 inctest='if $contains $2 $usrinc/$1 >/dev/null 2>&1; then
4368         xxx=true;
4369 elif $contains $2 $usrinc/sys/$1 >/dev/null 2>&1; then
4370         xxx=true;
4371 else
4372         xxx=false;
4373 fi;
4374 if $xxx; then
4375         case "$dflt" in
4376         *$2*);;
4377         *) dflt="$dflt -D$2";;
4378         esac;
4379 fi'
4380
4381 set signal.h LANGUAGE_C; eval $inctest
4382
4383 case "$usesocks" in
4384 $define)
4385         ccflags="$ccflags -DSOCKS"
4386         ;;
4387 esac
4388
4389 case "$hint" in
4390 default|recommended) dflt="$ccflags $dflt" ;;
4391 *) dflt="$ccflags";;
4392 esac
4393
4394 case "$dflt" in
4395 ''|' ') dflt=none;;
4396 esac
4397 $cat <<EOH
4398
4399 Your C compiler may want other flags.  For this question you should include
4400 -I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
4401 but you should NOT include libraries or ld flags like -lwhatever.  If you
4402 want $package to honor its debug switch, you should include -DDEBUGGING here.
4403 Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
4404
4405 To use no flags, specify the word "none".
4406
4407 EOH
4408 set X $dflt
4409 shift
4410 dflt=${1+"$@"}
4411 rp="Any additional cc flags?"
4412 . ./myread
4413 case "$ans" in
4414 none) ccflags='';;
4415 *) ccflags="$ans";;
4416 esac
4417
4418 : the following weeds options from ccflags that are of no interest to cpp
4419 cppflags="$ccflags"
4420 case "$gccversion" in
4421 1*) cppflags="$cppflags -D__GNUC__"
4422 esac
4423 case "$mips_type" in
4424 '');;
4425 *BSD*) cppflags="$cppflags -DSYSTYPE_BSD43";;
4426 esac
4427 case "$cppflags" in
4428 '');;
4429 *)
4430         echo " "
4431         echo "Let me guess what the preprocessor flags are..." >&4
4432         set X $cppflags
4433         shift
4434         cppflags=''
4435         $cat >cpp.c <<'EOM'
4436 #define BLURFL foo
4437
4438 BLURFL xx LFRULB
4439 EOM
4440         previous=''
4441         for flag in $*
4442         do
4443                 case "$flag" in
4444                 -*) ftry="$flag";;
4445                 *) ftry="$previous $flag";;
4446                 esac
4447                 if $cppstdin -DLFRULB=bar $cppflags $ftry $cppminus <cpp.c \
4448                         >cpp1.out 2>/dev/null && \
4449                         $cpprun -DLFRULB=bar $cppflags $ftry $cpplast <cpp.c \
4450                         >cpp2.out 2>/dev/null && \
4451                         $contains 'foo.*xx.*bar' cpp1.out >/dev/null 2>&1 && \
4452                         $contains 'foo.*xx.*bar' cpp2.out >/dev/null 2>&1
4453                 then
4454                         cppflags="$cppflags $ftry"
4455                         previous=''
4456                 else
4457                         previous="$flag"
4458                 fi
4459         done
4460         set X $cppflags
4461         shift
4462         cppflags=${1+"$@"}
4463         case "$cppflags" in
4464         *-*)  echo "They appear to be: $cppflags";;
4465         esac
4466         $rm -f cpp.c cpp?.out
4467         ;;
4468 esac
4469
4470 : flags used in final linking phase
4471 case "$ldflags" in
4472 '') if ./venix; then
4473                 dflt='-i -z'
4474         else
4475                 dflt=''
4476         fi
4477         case "$ccflags" in
4478         *-posix*) dflt="$dflt -posix" ;;
4479         esac
4480         ;;
4481 *) dflt="$ldflags";;
4482 esac
4483
4484 : Try to guess additional flags to pick up local libraries.
4485 for thislibdir in $libpth; do
4486         case " $loclibpth " in
4487         *" $thislibdir "*)
4488                 case "$dflt " in 
4489                 *"-L$thislibdir "*) ;;
4490                 *)  dflt="$dflt -L$thislibdir" ;;
4491                 esac
4492                 ;;
4493         esac
4494 done
4495
4496 case "$dflt" in
4497 '') dflt='none' ;;
4498 esac
4499
4500 $cat <<EOH
4501
4502 Your C linker may need flags.  For this question you should
4503 include -L/whatever and any other flags used by the C linker, but you
4504 should NOT include libraries like -lwhatever.
4505
4506 Make sure you include the appropriate -L/path flags if your C linker
4507 does not normally search all of the directories you specified above,
4508 namely
4509         $libpth
4510 To use no flags, specify the word "none".
4511
4512 EOH
4513
4514 rp="Any additional ld flags (NOT including libraries)?"
4515 . ./myread
4516 case "$ans" in
4517 none) ldflags='';;
4518 *) ldflags="$ans";;
4519 esac
4520 rmlist="$rmlist pdp11"
4521
4522 : coherency check
4523 echo " "
4524 echo "Checking your choice of C compiler and flags for coherency..." >&4
4525 $cat > try.c <<'EOF'
4526 #include <stdio.h>
4527 int main() { printf("Ok\n"); exit(0); }
4528 EOF
4529 set X $cc $optimize $ccflags -o try $ldflags try.c $libs
4530 shift
4531 $cat >try.msg <<'EOM'
4532 I've tried to compile and run the following simple program:
4533
4534 EOM
4535 $cat try.c >> try.msg
4536
4537 $cat >> try.msg <<EOM
4538
4539 I used the command:
4540
4541         $*
4542         ./try
4543
4544 and I got the following output:
4545
4546 EOM
4547 dflt=y
4548 if sh -c "$cc $optimize $ccflags -o try $ldflags try.c $libs" >>try.msg 2>&1; then
4549         if sh -c './try' >>try.msg 2>&1; then
4550                 xxx=`./try`
4551                 case "$xxx" in
4552                 "Ok") dflt=n ;;
4553                 *)      echo 'The program compiled OK, but produced no output.' >> try.msg
4554                         case " $libs " in
4555                         *" -lsfio "*)
4556                                 cat >> try.msg <<'EOQS'
4557 If $libs contains -lsfio, and sfio is mis-configured, then it
4558 sometimes (apparently) runs and exits with a 0 status, but with no
4559 output!  It may have to do with sfio's use of _exit vs. exit.
4560
4561 EOQS
4562                                 rp="You have a big problem.  Shall I abort Configure"
4563                                 dflt=y
4564                                 ;;
4565                         esac
4566                         ;;
4567                 esac
4568         else
4569                 echo "The program compiled OK, but exited with status $?." >>try.msg
4570                 rp="You have a problem.  Shall I abort Configure"
4571                 dflt=y
4572         fi
4573 else
4574         echo "I can't compile the test program." >>try.msg
4575         rp="You have a BIG problem.  Shall I abort Configure"
4576         dflt=y
4577 fi
4578 case "$dflt" in
4579 y)
4580         $cat try.msg >&4
4581         case "$knowitall" in
4582         '')
4583                 echo "(The supplied flags or libraries might be incorrect.)"
4584                 ;;
4585         *) dflt=n;;
4586         esac
4587         echo " "
4588         . ./myread
4589         case "$ans" in
4590         n*|N*) ;;
4591         *)      echo "Ok.  Stopping Configure." >&4
4592                 exit 1
4593                 ;;
4594         esac
4595         ;;
4596 n) echo "OK, that should do.";;
4597 esac
4598 $rm -f try try.* core
4599
4600 : determine filename position in cpp output
4601 echo " "
4602 echo "Computing filename position in cpp output for #include directives..." >&4
4603 echo '#include <stdio.h>' > foo.c
4604 $cat >fieldn <<EOF
4605 $startsh
4606 $cppstdin $cppflags $cppminus <foo.c 2>/dev/null | \
4607 $grep '^[       ]*#.*stdio\.h' | \
4608 while read cline; do
4609         pos=1
4610         set \$cline
4611         while $test \$# -gt 0; do
4612                 if $test -r \`echo \$1 | $tr -d '"'\`; then
4613                         echo "\$pos"
4614                         exit 0
4615                 fi
4616                 shift
4617                 pos=\`expr \$pos + 1\`
4618         done
4619 done
4620 EOF
4621 chmod +x fieldn
4622 fieldn=`./fieldn`
4623 $rm -f foo.c fieldn
4624 case $fieldn in
4625 '') pos='???';;
4626 1) pos=first;;
4627 2) pos=second;;
4628 3) pos=third;;
4629 *) pos="${fieldn}th";;
4630 esac
4631 echo "Your cpp writes the filename in the $pos field of the line."
4632
4633 : locate header file
4634 $cat >findhdr <<EOF
4635 $startsh
4636 wanted=\$1
4637 name=''
4638 for usrincdir in $usrinc
4639 do
4640         if test -f \$usrincdir/\$wanted; then
4641                 echo "\$usrincdir/\$wanted"
4642                 exit 0
4643         fi
4644 done
4645 awkprg='{ print \$$fieldn }'
4646 echo "#include <\$wanted>" > foo\$\$.c
4647 $cppstdin $cppminus $cppflags < foo\$\$.c 2>/dev/null | \
4648 $grep "^[       ]*#.*\$wanted" | \
4649 while read cline; do
4650         name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\`
4651         case "\$name" in
4652         *[/\\\\]\$wanted) echo "\$name"; exit 1;;
4653         *[\\\\/]\$wanted) echo "\$name"; exit 1;;
4654         *) exit 2;;
4655         esac;
4656 done;
4657 #
4658 # status = 0: grep returned 0 lines, case statement not executed
4659 # status = 1: headerfile found
4660 # status = 2: while loop executed, no headerfile found
4661 #
4662 status=\$?
4663 $rm -f foo\$\$.c;
4664 if test \$status -eq 1; then
4665         exit 0;
4666 fi
4667 exit 1
4668 EOF
4669 chmod +x findhdr
4670
4671 : define an alternate in-header-list? function
4672 inhdr='echo " "; td=$define; tu=$undef; yyy=$@;
4673 cont=true; xxf="echo \"<\$1> found.\" >&4";
4674 case $# in 2) xxnf="echo \"<\$1> NOT found.\" >&4";;
4675 *) xxnf="echo \"<\$1> NOT found, ...\" >&4";;
4676 esac;
4677 case $# in 4) instead=instead;; *) instead="at last";; esac;
4678 while $test "$cont"; do
4679         xxx=`./findhdr $1`
4680         var=$2; eval "was=\$$2";
4681         if $test "$xxx" && $test -r "$xxx";
4682         then eval $xxf;
4683         eval "case \"\$$var\" in $undef) . ./whoa; esac"; eval "$var=\$td";
4684                 cont="";
4685         else eval $xxnf;
4686         eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu"; fi;
4687         set $yyy; shift; shift; yyy=$@;
4688         case $# in 0) cont="";;
4689         2) xxf="echo \"but I found <\$1> $instead.\" >&4";
4690                 xxnf="echo \"and I did not find <\$1> either.\" >&4";;
4691         *) xxf="echo \"but I found <\$1\> instead.\" >&4";
4692                 xxnf="echo \"there is no <\$1>, ...\" >&4";;
4693         esac;
4694 done;
4695 while $test "$yyy";
4696 do set $yyy; var=$2; eval "was=\$$2";
4697         eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu";
4698         set $yyy; shift; shift; yyy=$@;
4699 done'
4700
4701 : see if this is a malloc.h system
4702 set malloc.h i_malloc
4703 eval $inhdr
4704
4705 : see if stdlib is available
4706 set stdlib.h i_stdlib
4707 eval $inhdr
4708
4709 : determine which malloc to compile in
4710 echo " "
4711 case "$usemymalloc" in
4712 ''|[yY]*|true|$define)  dflt='y' ;;
4713 *)      dflt='n' ;;
4714 esac
4715 rp="Do you wish to attempt to use the malloc that comes with $package?"
4716 . ./myread
4717 usemymalloc="$ans"
4718 case "$ans" in
4719 y*|true)
4720         usemymalloc='y'
4721         mallocsrc='malloc.c'
4722         mallocobj="malloc$_o"
4723         d_mymalloc="$define"
4724         case "$libs" in
4725         *-lmalloc*)
4726                 : Remove malloc from list of libraries to use
4727                 echo "Removing unneeded -lmalloc from library list" >&4
4728                 set `echo X $libs | $sed -e 's/-lmalloc / /' -e 's/-lmalloc$//'`
4729                 shift
4730                 libs="$*"
4731                 echo "libs = $libs" >&4
4732                 ;;
4733         esac
4734         ;;
4735 *)
4736         usemymalloc='n'
4737         mallocsrc=''
4738         mallocobj=''
4739         d_mymalloc="$undef"
4740         ;;
4741 esac
4742
4743 : compute the return types of malloc and free
4744 echo " "
4745 $cat >malloc.c <<END
4746 #$i_malloc I_MALLOC
4747 #$i_stdlib I_STDLIB
4748 #include <stdio.h>
4749 #include <sys/types.h>
4750 #ifdef I_MALLOC
4751 #include <malloc.h>
4752 #endif
4753 #ifdef I_STDLIB
4754 #include <stdlib.h>
4755 #endif
4756 #ifdef TRY_MALLOC
4757 void *malloc();
4758 #endif
4759 #ifdef TRY_FREE
4760 void free();
4761 #endif
4762 END
4763 case "$malloctype" in
4764 '')
4765         if $cc $ccflags -c -DTRY_MALLOC malloc.c >/dev/null 2>&1; then
4766                 malloctype='void *'
4767         else
4768                 malloctype='char *'
4769         fi
4770         ;;
4771 esac
4772 echo "Your system wants malloc to return '$malloctype', it would seem." >&4
4773
4774 case "$freetype" in
4775 '')
4776         if $cc $ccflags -c -DTRY_FREE malloc.c >/dev/null 2>&1; then
4777                 freetype='void'
4778         else
4779                 freetype='int'
4780         fi
4781         ;;
4782 esac
4783 echo "Your system uses $freetype free(), it would seem." >&4
4784 $rm -f malloc.[co]
4785 $cat <<EOM
4786
4787 The installation process will also create a directory for
4788 vendor-supplied add-ons.  Vendors who supply perl with their system
4789 may find it convenient to place all vendor-supplied files in this
4790 directory rather than in the main distribution directory.  This will
4791 ease upgrades between binary-compatible maintenance versions of perl.
4792
4793 Of course you may also use these directories in whatever way you see
4794 fit.  For example, you might use them to access modules shared over a
4795 company-wide network.
4796
4797 The default answer should be fine for most people.
4798 This causes further questions about vendor add-ons to be skipped
4799 and no vendor-specific directories will be configured for perl.
4800
4801 EOM
4802 rp='Do you want to configure vendor-specific add-on directories?'
4803 case "$usevendorprefix" in
4804 define|true|[yY]*) dflt=y ;;
4805 *) dflt=n ;;
4806 esac
4807 . ./myread
4808 case "$ans" in
4809 [yY]*)  fn=d~+
4810         rp='Installation prefix to use for vendor-supplied add-ons?'
4811         case "$vendorprefix" in
4812         '') dflt='' ;;
4813         *)  dflt=$vendorprefix ;;
4814         esac
4815         . ./getfile
4816         oldvendorprefix=''
4817         case "$vendorprefix" in
4818         '') ;;
4819         *)      case "$ans" in
4820                 "$prefix") ;;
4821                 *) oldvendorprefix="$prefix";;
4822                 esac
4823                 ;;
4824         esac
4825         usevendorprefix="$define"
4826         vendorprefix="$ans"
4827         vendorprefixexp="$ansexp"
4828         ;;
4829 *)      usevendorprefix="$undef"
4830         vendorprefix=''
4831         vendorprefixexp=''
4832         ;;
4833 esac
4834
4835 case "$vendorprefix" in
4836 '')     d_vendorlib="$undef"
4837         vendorlib=''
4838         vendorlibexp=''
4839         ;;
4840 *)      d_vendorlib="$define"
4841         : determine where vendor-supplied modules go.
4842         : Usual default is /usr/local/lib/perl5/vendor_perl
4843         prog=`echo $package | $sed 's/-*[0-9.]*$//'`
4844         case "$installstyle" in
4845         *lib/perl5*) dflt=$vendorprefix/lib/$package/vendor_$prog ;;
4846         *)           dflt=$vendorprefix/lib/vendor_$prog ;;
4847         esac
4848         fn=d~+
4849         rp='Pathname for the vendor-supplied library files?'
4850         . ./getfile
4851         vendorlib="$ans"
4852         vendorlibexp="$ansexp"
4853         : Change installation prefix, if necessary.
4854         if $test X"$prefix" != X"$installprefix"; then
4855                 installvendorlib=`echo $vendorlibexp | $sed "s#^$prefix#$installprefix#"`
4856         else
4857                 installvendorlib="$vendorlibexp"
4858         fi
4859         ;;
4860 esac
4861
4862 : Cruising for prototypes
4863 echo " "
4864 echo "Checking out function prototypes..." >&4
4865 $cat >prototype.c <<'EOCP'
4866 int main(int argc, char *argv[]) {
4867         exit(0);}
4868 EOCP
4869 if $cc $ccflags -c prototype.c >prototype.out 2>&1 ; then
4870         echo "Your C compiler appears to support function prototypes."
4871         val="$define"
4872 else
4873         echo "Your C compiler doesn't seem to understand function prototypes."
4874         val="$undef"
4875 fi
4876 set prototype
4877 eval $setvar
4878 $rm -f prototype*
4879
4880 case "$prototype" in
4881 "$define") ;;
4882 *)      ansi2knr='ansi2knr'
4883         echo " "
4884         cat <<EOM >&4
4885
4886 $me:  FATAL ERROR:
4887 This version of $package can only be compiled by a compiler that 
4888 understands function prototypes.  Unfortunately, your C compiler 
4889         $cc $ccflags
4890 doesn't seem to understand them.  Sorry about that.
4891
4892 If GNU cc is available for your system, perhaps you could try that instead.  
4893
4894 Eventually, we hope to support building Perl with pre-ANSI compilers.
4895 If you would like to help in that effort, please contact <perlbug@perl.org>.
4896
4897 Aborting Configure now.
4898 EOM
4899         exit 2
4900         ;;
4901 esac
4902
4903 : determine where public executables go
4904 echo " "
4905 set dflt bin bin
4906 eval $prefixit
4907 fn=d~
4908 rp='Pathname where the public executables will reside?'
4909 . ./getfile
4910 if $test "X$ansexp" != "X$binexp"; then
4911         installbin=''
4912 fi
4913 bin="$ans"
4914 binexp="$ansexp"
4915 : Change installation prefix, if necessary.
4916 : XXX Bug? -- ignores Configure -Dinstallprefix setting.
4917 if $test X"$prefix" != X"$installprefix"; then
4918         installbin=`echo $binexp | sed "s#^$prefix#$installprefix#"`
4919 else
4920         installbin="$binexp"
4921 fi
4922
4923 : determine whether to install perl also as /usr/bin/perl
4924
4925 echo " "
4926 if $test -d /usr/bin -a "X$installbin" != X/usr/bin; then
4927         $cat <<EOM
4928 Many scripts expect to perl to be installed as /usr/bin/perl.
4929 I can install the perl you are about to compile also as /usr/bin/perl
4930 (in addition to $installbin/perl).
4931 EOM
4932         case "$installusrbinperl" in
4933         "$undef"|[nN]*) dflt='n';;
4934         *)              dflt='y';;
4935         esac
4936         rp="Do you want to install perl as /usr/bin/perl?"
4937         . ./myread
4938         case "$ans" in
4939         [yY]*)  val="$define";;
4940         *)      val="$undef" ;;
4941         esac
4942 else
4943         val="$undef"
4944 fi
4945 set installusrbinperl
4946 eval $setvar
4947
4948 : define a shorthand compile call
4949 compile='
4950 mc_file=$1;
4951 shift;
4952 $cc $optimize $ccflags $ldflags -o ${mc_file} $* ${mc_file}.c $libs > /dev/null 2>&1;'
4953 : define a shorthand compile call for compilations that should be ok.
4954 compile_ok='
4955 mc_file=$1;
4956 shift;
4957 $cc $optimize $ccflags $ldflags -o ${mc_file} $* ${mc_file}.c $libs;'
4958
4959 echo " "
4960 echo "Checking for GNU C Library..." >&4
4961 cat >gnulibc.c <<EOM
4962 #include <stdio.h>
4963 int main()
4964 {
4965 #ifdef __GLIBC__
4966     exit(0);
4967 #else
4968     exit(1);
4969 #endif
4970 }
4971 EOM
4972 set gnulibc
4973 if eval $compile_ok && ./gnulibc; then
4974         val="$define"
4975         echo "You are using the GNU C Library"
4976 else
4977         val="$undef"
4978         echo "You are not using the GNU C Library"
4979 fi
4980 $rm -f gnulibc*
4981 set d_gnulibc
4982 eval $setvar
4983
4984 : see if nm is to be used to determine whether a symbol is defined or not
4985 case "$usenm" in
4986 '')
4987         dflt=''
4988         case "$d_gnulibc" in
4989         "$define")
4990                 echo " "
4991                 echo "nm probably won't work on the GNU C Library." >&4
4992                 dflt=n
4993                 ;;
4994         esac
4995         case "$dflt" in
4996         '') 
4997                 if $test "$osname" = aix -a ! -f /lib/syscalls.exp; then
4998                         echo " "
4999                         echo "Whoops!  This is an AIX system without /lib/syscalls.exp!" >&4
5000                         echo "'nm' won't be sufficient on this sytem." >&4
5001                         dflt=n
5002                 fi
5003                 ;;
5004         esac
5005         case "$dflt" in
5006         '') dflt=`$egrep 'inlibc|csym' $rsrc/Configure | wc -l 2>/dev/null`
5007                 if $test $dflt -gt 20; then
5008                         dflt=y
5009                 else
5010                         dflt=n
5011                 fi
5012                 ;;
5013         esac
5014         ;;
5015 *)
5016         case "$usenm" in
5017         true|$define) dflt=y;;
5018         *) dflt=n;;
5019         esac
5020         ;;
5021 esac
5022 $cat <<EOM
5023
5024 I can use $nm to extract the symbols from your C libraries. This
5025 is a time consuming task which may generate huge output on the disk (up
5026 to 3 megabytes) but that should make the symbols extraction faster. The
5027 alternative is to skip the 'nm' extraction part and to compile a small
5028 test program instead to determine whether each symbol is present. If
5029 you have a fast C compiler and/or if your 'nm' output cannot be parsed,
5030 this may be the best solution.
5031
5032 You probably shouldn't let me use 'nm' if you are using the GNU C Library.
5033
5034 EOM
5035 rp="Shall I use $nm to extract C symbols from the libraries?"
5036 . ./myread
5037 case "$ans" in
5038 [Nn]*) usenm=false;;
5039 *) usenm=true;;
5040 esac
5041
5042 runnm=$usenm
5043 case "$reuseval" in
5044 true) runnm=false;;
5045 esac
5046
5047 : nm options which may be necessary
5048 case "$nm_opt" in
5049 '') if $test -f /mach_boot; then
5050                 nm_opt=''       # Mach
5051         elif $test -d /usr/ccs/lib; then
5052                 nm_opt='-p'     # Solaris (and SunOS?)
5053         elif $test -f /dgux; then
5054                 nm_opt='-p'     # DG-UX
5055         elif $test -f /lib64/rld; then
5056                 nm_opt='-p'     # 64-bit Irix
5057         else
5058                 nm_opt=''
5059         fi;;
5060 esac
5061
5062 : nm options which may be necessary for shared libraries but illegal
5063 : for archive libraries.  Thank you, Linux.
5064 case "$nm_so_opt" in
5065 '')     case "$myuname" in
5066         *linux*)
5067                 if $nm --help | $grep 'dynamic' > /dev/null 2>&1; then
5068                         nm_so_opt='--dynamic'
5069                 fi
5070                 ;;
5071         esac
5072         ;;
5073 esac
5074
5075 case "$runnm" in
5076 true)
5077 : get list of predefined functions in a handy place
5078 echo " "
5079 case "$libc" in
5080 '') libc=unknown
5081         case "$libs" in
5082         *-lc_s*) libc=`./loc libc_s$_a $libc $libpth`
5083         esac
5084         ;;
5085 esac
5086 libnames='';
5087 case "$libs" in
5088 '') ;;
5089 *)  for thislib in $libs; do
5090         case "$thislib" in
5091         -lc|-lc_s)
5092                 : Handle C library specially below.
5093                 ;;
5094         -l*)
5095                 thislib=`echo $thislib | $sed -e 's/^-l//'`
5096                 if try=`./loc lib$thislib.$so.'*' X $libpth`; $test -f "$try"; then
5097                         :
5098                 elif try=`./loc lib$thislib.$so X $libpth`; $test -f "$try"; then
5099                         :
5100                 elif try=`./loc lib$thislib$_a X $libpth`; $test -f "$try"; then
5101                         :
5102                 elif try=`./loc $thislib$_a X $libpth`; $test -f "$try"; then
5103                         :
5104                 elif try=`./loc lib$thislib X $libpth`; $test -f "$try"; then
5105                         :
5106                 elif try=`./loc $thislib X $libpth`; $test -f "$try"; then
5107                         :
5108                 elif try=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$try"; then
5109                         :
5110                 else
5111                         try=''
5112                 fi
5113                 libnames="$libnames $try"
5114                 ;;
5115         *) libnames="$libnames $thislib" ;;
5116         esac
5117         done
5118         ;;
5119 esac
5120 xxx=normal
5121 case "$libc" in
5122 unknown)
5123         set /lib/libc.$so
5124         for xxx in $libpth; do
5125                 $test -r $1 || set $xxx/libc.$so
5126                 : The messy sed command sorts on library version numbers.
5127                 $test -r $1 || \
5128                         set `echo blurfl; echo $xxx/libc.$so.[0-9]* | \
5129                         tr ' ' $trnl | egrep -v '\.[A-Za-z]*$' | $sed -e '
5130                                 h
5131                                 s/[0-9][0-9]*/0000&/g
5132                                 s/0*\([0-9][0-9][0-9][0-9][0-9]\)/\1/g
5133                                 G
5134                                 s/\n/ /' | \
5135                          sort | $sed -e 's/^.* //'`
5136                 eval set \$$#
5137         done
5138         $test -r $1 || set /usr/ccs/lib/libc.$so
5139         $test -r $1 || set /lib/libsys_s$_a
5140         ;;
5141 *)
5142         set blurfl
5143         ;;
5144 esac
5145 if $test -r "$1"; then
5146         echo "Your (shared) C library seems to be in $1."
5147         libc="$1"
5148 elif $test -r /lib/libc && $test -r /lib/clib; then
5149         echo "Your C library seems to be in both /lib/clib and /lib/libc."
5150         xxx=apollo
5151         libc='/lib/clib /lib/libc'
5152         if $test -r /lib/syslib; then
5153                 echo "(Your math library is in /lib/syslib.)"
5154                 libc="$libc /lib/syslib"
5155         fi
5156 elif $test -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
5157         echo "Your C library seems to be in $libc, as you said before."
5158 elif $test -r $incpath/usr/lib/libc$_a; then
5159         libc=$incpath/usr/lib/libc$_a;
5160         echo "Your C library seems to be in $libc.  That's fine."
5161 elif $test -r /lib/libc$_a; then
5162         libc=/lib/libc$_a;
5163         echo "Your C library seems to be in $libc.  You're normal."
5164 else
5165         if tans=`./loc libc$_a blurfl/dyick $libpth`; $test -r "$tans"; then
5166                 :
5167         elif tans=`./loc libc blurfl/dyick $libpth`; $test -r "$tans"; then
5168                 libnames="$libnames "`./loc clib blurfl/dyick $libpth`
5169         elif tans=`./loc clib blurfl/dyick $libpth`; $test -r "$tans"; then
5170                 :
5171         elif tans=`./loc Slibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
5172                 :
5173         elif tans=`./loc Mlibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
5174                 :
5175         else
5176                 tans=`./loc Llibc$_a blurfl/dyick $xlibpth`
5177         fi
5178         if $test -r "$tans"; then
5179                 echo "Your C library seems to be in $tans, of all places."
5180                 libc=$tans
5181         else
5182                 libc='blurfl'
5183         fi
5184 fi
5185 if $test $xxx = apollo -o -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
5186         dflt="$libc"
5187         cat <<EOM
5188
5189 If the guess above is wrong (which it might be if you're using a strange
5190 compiler, or your machine supports multiple models), you can override it here.
5191
5192 EOM
5193 else
5194         dflt=''
5195         echo $libpth | tr ' ' $trnl | sort | uniq > libpath
5196         cat >&4 <<EOM
5197 I can't seem to find your C library.  I've looked in the following places:
5198
5199 EOM
5200         $sed 's/^/      /' libpath
5201         cat <<EOM
5202
5203 None of these seems to contain your C library. I need to get its name...
5204
5205 EOM
5206 fi
5207 fn=f
5208 rp='Where is your C library?'
5209 . ./getfile
5210 libc="$ans"
5211
5212 echo " "
5213 echo $libc $libnames | tr ' ' $trnl | sort | uniq > libnames
5214 set X `cat libnames`
5215 shift
5216 xxx=files
5217 case $# in 1) xxx=file; esac
5218 echo "Extracting names from the following $xxx for later perusal:" >&4
5219 echo " "
5220 $sed 's/^/      /' libnames >&4
5221 echo " "
5222 $echo $n "This may take a while...$c" >&4
5223
5224 for file in $*; do
5225         case $file in
5226         *$so*) $nm $nm_so_opt $nm_opt $file 2>/dev/null;;
5227         *) $nm $nm_opt $file 2>/dev/null;;
5228         esac
5229 done >libc.tmp
5230
5231 $echo $n ".$c"
5232 $grep fprintf libc.tmp > libc.ptf
5233 xscan='eval "<libc.ptf $com >libc.list"; $echo $n ".$c" >&4'
5234 xrun='eval "<libc.tmp $com >libc.list"; echo "done" >&4'
5235 xxx='[ADTSIW]'
5236 if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx  *_[_.]*//p' -e 's/^.* $xxx  *//p'";\
5237         eval $xscan;\
5238         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5239                 eval $xrun
5240 elif com="$sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p'";\
5241         eval $xscan;\
5242         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5243                 eval $xrun
5244 elif com="$sed -n -e '/|UNDEF/d' -e '/FUNC..GL/s/^.*|__*//p'";\
5245         eval $xscan;\
5246         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5247                 eval $xrun
5248 elif com="$sed -n -e 's/^.* D __*//p' -e 's/^.* D //p'";\
5249         eval $xscan;\
5250         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5251                 eval $xrun
5252 elif com="$sed -n -e 's/^_//' -e 's/^\([a-zA-Z_0-9]*\).*xtern.*text.*/\1/p'";\
5253         eval $xscan;\
5254         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5255                 eval $xrun
5256 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p'";\
5257         eval $xscan;\
5258         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5259                 eval $xrun
5260 elif com="$grep '|' | $sed -n -e '/|COMMON/d' -e '/|DATA/d' \
5261                                 -e '/ file/d' -e 's/^\([^       ]*\).*/\1/p'";\
5262         eval $xscan;\
5263         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5264                 eval $xrun
5265 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p' -e 's/^.*|FUNC |WEAK .*|//p'";\
5266         eval $xscan;\
5267         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5268                 eval $xrun
5269 elif com="$sed -n -e 's/^__//' -e '/|Undef/d' -e '/|Proc/s/ .*//p'";\
5270         eval $xscan;\
5271         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5272                 eval $xrun
5273 elif com="$sed -n -e 's/^.*|Proc .*|Text *| *//p'";\
5274         eval $xscan;\
5275         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5276                 eval $xrun
5277 elif com="$sed -n -e '/Def. Text/s/.* \([^ ]*\)\$/\1/p'";\
5278         eval $xscan;\
5279         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5280                 eval $xrun
5281 elif com="$sed -n -e 's/^[-0-9a-f ]*_\(.*\)=.*/\1/p'";\
5282         eval $xscan;\
5283         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5284                 eval $xrun
5285 elif com="$sed -n -e 's/.*\.text n\ \ \ \.//p'";\
5286         eval $xscan;\
5287         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5288                 eval $xrun
5289 elif com="sed -n -e 's/^__.*//' -e 's/[       ]*D[    ]*[0-9]*.*//p'";\
5290         eval $xscan;\
5291         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5292                 eval $xrun
5293 else
5294         $nm -p $* 2>/dev/null >libc.tmp
5295         $grep fprintf libc.tmp > libc.ptf
5296         if com="$sed -n -e 's/^.* [ADTSIW]  *_[_.]*//p' -e 's/^.* [ADTSIW] //p'";\
5297                 eval $xscan; $contains '^fprintf$' libc.list >/dev/null 2>&1
5298         then
5299                 nm_opt='-p'
5300                 eval $xrun
5301         else
5302                 echo " "
5303                 echo "$nm didn't seem to work right. Trying $ar instead..." >&4
5304                 com=''
5305                 if $ar t $libc > libc.tmp && $contains '^fprintf$' libc.tmp >/dev/null 2>&1; then
5306                         for thisname in $libnames $libc; do
5307                                 $ar t $thisname >>libc.tmp
5308                         done
5309                         $sed -e "s/\\$_o\$//" < libc.tmp > libc.list
5310                         echo "Ok." >&4
5311                 elif test "X$osname" = "Xos2" && $ar tv $libc > libc.tmp; then
5312                         # Repeat libc to extract forwarders to DLL entries too
5313                         for thisname in $libnames $libc; do
5314                                 $ar tv $thisname >>libc.tmp
5315                                 # Revision 50 of EMX has bug in $ar.
5316                                 # it will not extract forwarders to DLL entries
5317                                 # Use emximp which will extract exactly them.
5318                                 emximp -o tmp.imp $thisname \
5319                                     2>/dev/null && \
5320                                     $sed -e 's/^\([_a-zA-Z0-9]*\) .*$/\1/p' \
5321                                     < tmp.imp >>libc.tmp
5322                                 $rm tmp.imp
5323                         done
5324                         $sed -e "s/\\$_o\$//" -e 's/^ \+//' < libc.tmp > libc.list
5325                         echo "Ok." >&4
5326                 else
5327                         echo "$ar didn't seem to work right." >&4
5328                         echo "Maybe this is a Cray...trying bld instead..." >&4
5329                         if bld t $libc | $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" > libc.list
5330                         then
5331                                 for thisname in $libnames; do
5332                                         bld t $libnames | \
5333                                         $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" >>libc.list
5334                                         $ar t $thisname >>libc.tmp
5335                                 done
5336                                 echo "Ok." >&4
5337                         else
5338                                 echo "That didn't work either.  Giving up." >&4
5339                                 exit 1
5340                         fi
5341                 fi
5342         fi
5343 fi
5344 nm_extract="$com"
5345 if $test -f /lib/syscalls.exp; then
5346         echo " "
5347         echo "Also extracting names from /lib/syscalls.exp for good ole AIX..." >&4
5348         $sed -n 's/^\([^        ]*\)[   ]*syscall[0-9]*$/\1/p' /lib/syscalls.exp >>libc.list
5349 fi
5350 ;;
5351 esac
5352 $rm -f libnames libpath
5353
5354 : see if dld is available
5355 set dld.h i_dld
5356 eval $inhdr
5357
5358 : is a C symbol defined?
5359 csym='tlook=$1;
5360 case "$3" in
5361 -v) tf=libc.tmp; tc=""; tdc="";;
5362 -a) tf=libc.tmp; tc="[0]"; tdc="[]";;
5363 *) tlook="^$1\$"; tf=libc.list; tc="()"; tdc="()";;
5364 esac;
5365 tx=yes;
5366 case "$reuseval-$4" in
5367 true-) ;;
5368 true-*) tx=no; eval "tval=\$$4"; case "$tval" in "") tx=yes;; esac;;
5369 esac;
5370 case "$tx" in
5371 yes)
5372         case "$runnm" in
5373         true)
5374                 if $contains $tlook $tf >/dev/null 2>&1;
5375                 then tval=true;
5376                 else tval=false;
5377                 fi;;
5378         *)
5379                 echo "int main() { extern short $1$tdc; printf(\"%hd\", $1$tc); }" > t.c;
5380                 if $cc $optimize $ccflags $ldflags -o t t.c $libs >/dev/null 2>&1;
5381                 then tval=true;
5382                 else tval=false;
5383                 fi;
5384                 $rm -f t t.c;;
5385         esac;;
5386 *)
5387         case "$tval" in
5388         $define) tval=true;;
5389         *) tval=false;;
5390         esac;;
5391 esac;
5392 eval "$2=$tval"'
5393
5394 : define an is-in-libc? function
5395 inlibc='echo " "; td=$define; tu=$undef;
5396 sym=$1; var=$2; eval "was=\$$2";
5397 tx=yes;
5398 case "$reuseval$was" in
5399 true) ;;
5400 true*) tx=no;;
5401 esac;
5402 case "$tx" in
5403 yes)
5404         set $sym tres -f;
5405         eval $csym;
5406         case "$tres" in
5407         true)
5408                 echo "$sym() found." >&4;
5409                 case "$was" in $undef) . ./whoa; esac; eval "$var=\$td";;
5410         *)
5411                 echo "$sym() NOT found." >&4;
5412                 case "$was" in $define) . ./whoa; esac; eval "$var=\$tu";;
5413         esac;;
5414 *)
5415         case "$was" in
5416         $define) echo "$sym() found." >&4;;
5417         *) echo "$sym() NOT found." >&4;;
5418         esac;;
5419 esac'
5420
5421 : see if dlopen exists
5422 xxx_runnm="$runnm"
5423 runnm=false
5424 set dlopen d_dlopen
5425 eval $inlibc
5426 runnm="$xxx_runnm"
5427
5428 : determine which dynamic loading, if any, to compile in
5429 echo " "
5430 dldir="ext/DynaLoader"
5431 case "$usedl" in
5432 $define|y|true)
5433         dflt='y'
5434         usedl="$define"
5435         ;;
5436 $undef|n|false)
5437         dflt='n'
5438         usedl="$undef"
5439         ;;
5440 *) 
5441         dflt='n'
5442         case "$d_dlopen" in
5443             $define) dflt='y' ;;
5444         esac
5445         case "$i_dld" in
5446             $define) dflt='y' ;;
5447         esac
5448         : Does a dl_xxx.xs file exist for this operating system
5449         $test -f $rsrc/$dldir/dl_${osname}.xs && dflt='y'
5450         ;;
5451 esac
5452 rp="Do you wish to use dynamic loading?"
5453 . ./myread
5454 usedl="$ans"
5455 case "$ans" in
5456 y*) usedl="$define"
5457         case "$dlsrc" in
5458         '')
5459                 if $test -f $rsrc/$dldir/dl_${osname}.xs ; then
5460                         dflt="$dldir/dl_${osname}.xs"
5461                 elif $test "$d_dlopen" = "$define" ; then
5462                         dflt="$dldir/dl_dlopen.xs"
5463                 elif $test "$i_dld" = "$define" ; then
5464                         dflt="$dldir/dl_dld.xs"
5465                 else
5466                         dflt=''
5467                 fi
5468                 ;;
5469         *)      dflt="$dldir/$dlsrc"
5470                 ;;
5471         esac
5472     echo "The following dynamic loading files are available:"
5473         : Can not go over to $dldir because getfile has path hard-coded in.
5474         tdir=`pwd`; cd $rsrc; $ls -C $dldir/dl*.xs; cd $tdir
5475         rp="Source file to use for dynamic loading"
5476         fn="fne"
5477         gfpth="$src"
5478         . ./getfile
5479         usedl="$define"
5480         : emulate basename
5481         dlsrc=`echo $ans | $sed -e 's@.*/\([^/]*\)$@\1@'`
5482
5483         $cat << EOM
5484
5485 Some systems may require passing special flags to $cc -c to
5486 compile modules that will be used to create a shared library.
5487 To use no flags, say "none".
5488
5489 EOM
5490     case "$cccdlflags" in
5491     '') case "$gccversion" in
5492                 '') case "$osname" in
5493                         hpux)   dflt='+z' ;;
5494                         next)   dflt='none' ;;
5495                         irix*)  dflt='-KPIC' ;;
5496                         svr4*|esix*|solaris) dflt='-KPIC' ;;
5497                         sunos)  dflt='-pic' ;;
5498                         *)      dflt='none' ;;
5499                     esac
5500                         ;;
5501                 *)  case "$osname" in
5502                         svr4*|esix*|solaris) dflt='-fPIC' ;;
5503                         *)      dflt='-fpic' ;;
5504                     esac ;;
5505             esac ;;
5506         ' ') dflt='none' ;;
5507     *)  dflt="$cccdlflags" ;;
5508     esac
5509     rp="Any special flags to pass to $cc -c to compile shared library modules?"
5510     . ./myread
5511     case "$ans" in
5512     none) cccdlflags=' ' ;;
5513     *) cccdlflags="$ans" ;;
5514     esac
5515
5516     cat << EOM
5517
5518 Some systems use ld to create libraries that can be dynamically loaded,
5519 while other systems (such as those using ELF) use $cc.
5520
5521 EOM
5522         case "$ld" in
5523         '')     $cat >try.c <<'EOM'
5524 /* Test for whether ELF binaries are produced */
5525 #include <fcntl.h>
5526 #include <stdlib.h>
5527 int main() {
5528         char b[4];
5529         int i = open("a.out",O_RDONLY);
5530         if(i == -1) 
5531                 exit(1); /* fail */
5532         if(read(i,b,4)==4 && b[0]==127 && b[1]=='E' && b[2]=='L' && b[3]=='F')
5533                 exit(0); /* succeed (yes, it's ELF) */
5534         else
5535                 exit(1); /* fail */
5536 }
5537 EOM
5538                 if $cc $ccflags try.c >/dev/null 2>&1 && ./a.out; then
5539                         cat <<EOM
5540 You appear to have ELF support.  I'll use $cc to build dynamic libraries.
5541 EOM
5542                         dflt="$cc"
5543                 else
5544                         echo "I'll use ld to build dynamic libraries."
5545                         dflt='ld'
5546                 fi
5547                 rm -f try.c a.out
5548                 ;;
5549         *)      dflt="$ld"
5550                 ;;
5551         esac
5552
5553     rp="What command should be used to create dynamic libraries?"
5554     . ./myread
5555         ld="$ans"
5556
5557     cat << EOM
5558
5559 Some systems may require passing special flags to $ld to create a
5560 library that can be dynamically loaded.  If your ld flags include
5561 -L/other/path options to locate libraries outside your loader's normal
5562 search path, you may need to specify those -L options here as well.  To
5563 use no flags, say "none".
5564
5565 EOM
5566     case "$lddlflags" in
5567     '') case "$osname" in
5568                         beos) dflt='-nostart' ;;
5569                         hpux)  dflt='-b' ;;
5570                         linux|irix*)    dflt='-shared' ;;
5571                         next)  dflt='none' ;;
5572                         solaris) dflt='-G' ;;
5573                         sunos) dflt='-assert nodefinitions' ;;
5574                         svr4*|esix*) dflt="-G $ldflags" ;;
5575                 *)     dflt='none' ;;
5576                         esac
5577                         ;;
5578     *) dflt="$lddlflags" ;;
5579     esac
5580
5581         : Try to guess additional flags to pick up local libraries.
5582         : Be careful not to append to a plain 'none'
5583         case "$dflt" in
5584         none) dflt='' ;;
5585         esac
5586         for thisflag in $ldflags; do
5587                 case "$thisflag" in
5588                 -L*)
5589                         case " $dflt " in
5590                         *" $thisflag "*) ;;
5591                         *) dflt="$dflt $thisflag" ;;
5592                         esac
5593                         ;;
5594                 esac
5595         done
5596
5597         case "$dflt" in
5598         ''|' ') dflt='none' ;;
5599         esac
5600
5601     rp="Any special flags to pass to $ld to create a dynamically loaded library?"
5602     . ./myread
5603     case "$ans" in
5604     none) lddlflags=' ' ;;
5605     *) lddlflags="$ans" ;;
5606     esac
5607
5608         cat <<EOM
5609
5610 Some systems may require passing special flags to $cc to indicate that
5611 the resulting executable will use dynamic linking.  To use no flags,
5612 say "none".
5613
5614 EOM
5615     case "$ccdlflags" in
5616     '') case "$osname" in
5617                 hpux)   dflt='-Wl,-E' ;;
5618                 linux)  dflt='-rdynamic' ;;
5619                 next)   dflt='none' ;;
5620                 sunos)  dflt='none' ;;
5621                 *)      dflt='none' ;;
5622             esac ;;
5623     ' ')  dflt='none' ;;
5624     *)  dflt="$ccdlflags" ;;
5625     esac
5626     rp="Any special flags to pass to $cc to use dynamic loading?"
5627     . ./myread
5628     case "$ans" in
5629     none) ccdlflags=' ' ;;
5630     *) ccdlflags="$ans" ;;
5631     esac
5632     ;;
5633 *)  usedl="$undef"
5634         ld='ld'
5635     dlsrc='dl_none.xs'
5636     lddlflags=''
5637     ccdlflags=''
5638     ;;
5639 esac
5640
5641 also=''
5642 case "$usedl" in
5643 $undef)
5644         # No dynamic loading being used, so don't bother even to prompt.
5645         useshrplib='false'
5646         ;;
5647 *)      case "$useshrplib" in
5648         '')     case "$osname" in
5649                 svr4*|dgux|dynixptx|esix|powerux|beos)
5650                         dflt=y
5651                         also='Building a shared libperl is required for dynamic loading to work on your system.'
5652                         ;;
5653                 next*)
5654                         case "$osvers" in
5655                         4*)     dflt=y
5656                                 also='Building a shared libperl is needed for MAB support.'
5657                                 ;;
5658                         *)      dflt=n
5659                                 ;;
5660                         esac
5661                         ;;
5662                 *)      dflt=n
5663                         ;;
5664                 esac
5665                 ;;
5666         $define|true|[Yy]*)
5667                 dflt=y
5668                 ;;
5669         *)      dflt=n
5670                 ;;
5671         esac
5672         $cat << EOM
5673
5674 The perl executable is normally obtained by linking perlmain.c with
5675 libperl${_a}, any static extensions (usually just DynaLoader), and
5676 any other libraries needed on this system (such as -lm, etc.).  Since
5677 your system supports dynamic loading, it is probably possible to build
5678 a shared libperl.$so.  If you will have more than one executable linked
5679 to libperl.$so, this will significantly reduce the size of each
5680 executable, but it may have a noticeable affect on performance.  The
5681 default is probably sensible for your system.
5682 $also
5683
5684 EOM
5685         rp="Build a shared libperl.$so (y/n)"
5686         . ./myread
5687         case "$ans" in
5688         true|$define|[Yy]*)
5689                 useshrplib='true'  ;;
5690         *)      useshrplib='false' ;;
5691         esac
5692         ;;
5693 esac
5694
5695 case "$useshrplib" in
5696 true)
5697         case "$libperl" in
5698         '')
5699                 # Figure out a good name for libperl.so.  Since it gets stored in
5700                 # a version-specific architecture-dependent library, the version
5701                 # number isn't really that important, except for making cc/ld happy.
5702                 #
5703                 # A name such as libperl.so.3.1
5704                 majmin="libperl.$so.$patchlevel.$subversion"
5705                 # A name such as libperl.so.301
5706                 majonly=`echo $patchlevel $subversion |
5707                         $awk '{printf "%d%02d", $1, $2}'`
5708                 majonly=libperl.$so.$majonly
5709                 # I'd prefer to keep the os-specific stuff here to a minimum, and
5710                 # rely on figuring it out from the naming of libc.
5711                 case "${osname}${osvers}" in
5712                 next4*)
5713                         dflt=libperl.5.$so
5714                         # XXX How handle the --version stuff for MAB?
5715                         ;;
5716                 linux*)  # ld won't link with a bare -lperl otherwise.
5717                         dflt=libperl.$so
5718                         ;;
5719                 *)      # Try to guess based on whether libc has major.minor.
5720                         case "$libc" in
5721                         *libc.$so.[0-9]*.[0-9]*) dflt=$majmin ;;
5722                         *libc.$so.[0-9]*) dflt=$majonly ;;
5723                         *)      dflt=libperl.$so ;;
5724                         esac
5725                         ;;
5726                 esac
5727                 ;;
5728         *)      dflt=$libperl
5729                 ;;
5730         esac
5731         cat << EOM
5732
5733 I need to select a good name for the shared libperl.  If your system uses
5734 library names with major and minor numbers, then you might want something
5735 like $majmin.  Alternatively, if your system uses a single version
5736 number for shared libraries, then you might want to use $majonly.
5737 Or, your system might be quite happy with a simple libperl.$so.
5738
5739 Since the shared libperl will get installed into a version-specific
5740 architecture-dependent directory, the version number of the shared perl
5741 library probably isn't important, so the default should be o.k.
5742
5743 EOM
5744         rp='What name do you want to give to the shared libperl?'
5745         . ./myread
5746         libperl=$ans
5747         echo "Ok, I'll use $libperl"
5748         ;;
5749 *)
5750         libperl="libperl${_a}"
5751         ;;
5752 esac
5753
5754 # Detect old use of shrpdir via undocumented Configure -Dshrpdir
5755 case "$shrpdir" in
5756 '') ;;
5757 *)      $cat >&4 <<EOM
5758 WARNING:  Use of the shrpdir variable for the installation location of
5759 the shared $libperl is not supported.  It was never documented and
5760 will not work in this version.  Let me (perlbug@perl.com)
5761 know of any problems this may cause.
5762
5763 EOM
5764         case "$shrpdir" in
5765         "$archlibexp/CORE")
5766                 $cat >&4 <<EOM
5767 But your current setting of $shrpdir is
5768 the default anyway, so it's harmless.
5769 EOM
5770                 ;;
5771         *)
5772                 $cat >&4 <<EOM
5773 Further, your current attempted setting of $shrpdir
5774 conflicts with the value of $archlibexp/CORE
5775 that installperl will use.
5776 EOM
5777                 ;;
5778         esac
5779         ;;
5780 esac
5781
5782 # How will the perl executable find the installed shared $libperl?
5783 # Add $xxx to ccdlflags.
5784 # If we can't figure out a command-line option, use $shrpenv to
5785 # set env LD_RUN_PATH.  The main perl makefile uses this.
5786 shrpdir=$archlibexp/CORE
5787 xxx=''
5788 tmp_shrpenv=''
5789 if "$useshrplib"; then
5790     case "$osname" in 
5791         aix)
5792                 # We'll set it in Makefile.SH...
5793                 ;;
5794         solaris|netbsd)
5795                 xxx="-R $shrpdir"
5796                 ;;
5797         freebsd)
5798                 xxx="-Wl,-R$shrpdir"
5799                 ;;
5800         linux|irix*|dec_osf)
5801                 xxx="-Wl,-rpath,$shrpdir"
5802                 ;;
5803         next)
5804                 # next doesn't like the default...
5805                 ;;
5806         beos)
5807                 # beos doesn't like the default, either.
5808                 ;;
5809         hpux*)
5810                 # hpux doesn't like the default, either.
5811                 tmp_shrpenv="env LDOPTS=\"+s +b${shrpdir}\""
5812                 ;;
5813         *)
5814                 tmp_shrpenv="env LD_RUN_PATH=$shrpdir"
5815                 ;;
5816         esac
5817         case "$xxx" in
5818         '') ;;
5819         *)      
5820                 # Only add $xxx if it isn't already in ccdlflags.
5821                 case " $ccdlflags " in
5822                 *" $xxx "*)     ;;
5823                 *)      ccdlflags="$ccdlflags $xxx"
5824                         cat <<EOM >&4
5825
5826 Adding $xxx to the flags
5827 passed to $ld so that the perl executable will find the 
5828 installed shared $libperl.
5829
5830 EOM
5831                         ;;
5832                 esac
5833                 ;;
5834         esac
5835 fi
5836 # Fix ccdlflags in AIX for building external extensions.
5837 # (For building Perl itself bare -bE:perl.exp is needed,
5838 #  Makefile.SH takes care of this.)
5839 case "$osname" in
5840 aix) ccdlflags="$ccdlflags -bE:$installarchlib/CORE/perl.exp" ;;
5841 esac
5842 # Respect a hint or command-line value.
5843 case "$shrpenv" in
5844 '') shrpenv="$tmp_shrpenv" ;;
5845 esac
5846 case "$ldlibpthname" in
5847 '')     ldlibpthname=LD_LIBRARY_PATH ;;
5848 none)   ldlibpthname='' ;;
5849 esac
5850
5851 : determine where manual pages go
5852 set man1dir man1dir none
5853 eval $prefixit
5854 $cat <<EOM
5855
5856 $spackage has manual pages available in source form.
5857 EOM
5858 case "$nroff" in
5859 nroff)
5860         echo "However, you don't have nroff, so they're probably useless to you."
5861         case "$man1dir" in
5862         '') man1dir="none";;
5863         esac;;
5864 esac
5865 echo "If you don't want the manual sources installed, answer 'none'."
5866 case "$man1dir" in
5867 ' ') dflt=none
5868         ;;
5869 '')
5870         lookpath="$prefixexp/man/man1 $prefixexp/man/l_man/man1"
5871         lookpath="$lookpath $prefixexp/man/p_man/man1"
5872         lookpath="$lookpath $prefixexp/man/u_man/man1"
5873         lookpath="$lookpath $prefixexp/man/man.1"
5874         case "$sysman" in
5875         */?_man*)       dflt=`./loc . $prefixexp/l_man/man1 $lookpath` ;;
5876         *)      dflt=`./loc . $prefixexp/man/man1 $lookpath` ;;
5877         esac
5878         set dflt
5879         eval $prefixup
5880         ;;
5881 *)  dflt="$man1dir"
5882         ;;
5883 esac
5884 echo " "
5885 fn=dn+~
5886 rp="Where do the main $spackage manual pages (source) go?"
5887 . ./getfile
5888 if $test "X$man1direxp" != "X$ansexp"; then
5889         installman1dir=''
5890 fi
5891 man1dir="$ans"
5892 man1direxp="$ansexp"
5893 case "$man1dir" in
5894 '')     man1dir=' '
5895         installman1dir='';;
5896 esac
5897
5898 : Change installation prefix, if necessary.
5899 if $test X"$prefix" != X"$installprefix"; then
5900         installman1dir=`echo $man1direxp | $sed "s#^$prefix#$installprefix#"`
5901 else
5902         installman1dir="$man1direxp"
5903 fi
5904
5905 : What suffix to use on installed man pages
5906
5907 case "$man1dir" in
5908 ' ')
5909         man1ext='0'
5910         ;;
5911 *)
5912         rp="What suffix should be used for the main $spackage man pages?"
5913         case "$man1ext" in
5914         '')     case "$man1dir" in
5915                 *1)  dflt=1 ;;
5916                 *1p) dflt=1p ;;
5917                 *1pm) dflt=1pm ;;
5918                 *l) dflt=l;;
5919                 *n) dflt=n;;
5920                 *o) dflt=o;;
5921                 *p) dflt=p;;
5922                 *C) dflt=C;;
5923                 *L) dflt=L;;
5924                 *L1) dflt=L1;;
5925                 *) dflt=1;;
5926                 esac
5927                 ;;
5928         *)      dflt="$man1ext";;
5929         esac
5930         . ./myread
5931         man1ext="$ans"
5932         ;;
5933 esac
5934
5935 : see if we can have long filenames
5936 echo " "
5937 rmlist="$rmlist /tmp/cf$$"
5938 $test -d /tmp/cf$$ || mkdir /tmp/cf$$
5939 first=123456789abcdef
5940 second=/tmp/cf$$/$first
5941 $rm -f $first $second
5942 if (echo hi >$first) 2>/dev/null; then
5943         if $test -f 123456789abcde; then
5944                 echo 'You cannot have filenames longer than 14 characters.  Sigh.' >&4
5945                 val="$undef"
5946         else
5947                 if (echo hi >$second) 2>/dev/null; then
5948                         if $test -f /tmp/cf$$/123456789abcde; then
5949                                 $cat <<'EOM'
5950 That's peculiar... You can have filenames longer than 14 characters, but only
5951 on some of the filesystems.  Maybe you are using NFS.  Anyway, to avoid problems
5952 I shall consider your system cannot support long filenames at all.
5953 EOM
5954                                 val="$undef"
5955                         else
5956                                 echo 'You can have filenames longer than 14 characters.' >&4
5957                                 val="$define"
5958                         fi
5959                 else
5960                         $cat <<'EOM'
5961 How confusing! Some of your filesystems are sane enough to allow filenames
5962 longer than 14 characters but some others like /tmp can't even think about them.
5963 So, for now on, I shall assume your kernel does not allow them at all.
5964 EOM
5965                         val="$undef"
5966                 fi
5967         fi
5968 else
5969         $cat <<'EOM'
5970 You can't have filenames longer than 14 chars.  You can't even think about them!
5971 EOM
5972         val="$undef"
5973 fi 
5974 set d_flexfnam
5975 eval $setvar
5976 $rm -rf /tmp/cf$$ 123456789abcde*
5977
5978 : determine where library module manual pages go
5979 set man3dir man3dir none
5980 eval $prefixit
5981 $cat <<EOM
5982
5983 $spackage has manual pages for many of the library modules.
5984 EOM
5985
5986 case "$nroff" in
5987 nroff)
5988         $cat <<'EOM'
5989 However, you don't have nroff, so they're probably useless to you.
5990 EOM
5991         case "$man3dir" in
5992         '') man3dir="none";;
5993         esac;;
5994 esac
5995
5996 case "$d_flexfnam" in
5997 undef)
5998         $cat <<'EOM'
5999 However, your system can't handle the long file names like File::Basename.3. 
6000 EOM
6001         case "$man3dir" in
6002         '') man3dir="none";;
6003         esac;;
6004 esac
6005
6006 echo "If you don't want the manual sources installed, answer 'none'."
6007 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6008 case "$man3dir" in
6009 '')     dflt=`echo $man1dir | $sed -e 's/man1/man3/g' -e 's/man\.1/man\.3/g'`
6010         if $test -d "$privlib/man/man3"; then
6011                 cat <<EOM >&4
6012
6013 WARNING:  Previous versions of perl installed man3 pages into
6014 $privlib/man/man3.  This version will suggest a 
6015 new default of $dflt.  
6016 EOM
6017                 tdflt=$dflt
6018                 dflt='n'
6019                 rp='Do you wish to preserve the old behavior?(y/n)'
6020                 . ./myread
6021                 case "$ans" in
6022                 y*) dflt="$privlib/man/man3" ;;
6023                 *)  dflt=$tdflt ;;
6024                 esac
6025     fi
6026         ;;
6027 ' ') dflt=none;;
6028 *)      dflt="$man3dir" ;;
6029 esac
6030 echo " "
6031 fn=dn+~
6032 rp="Where do the $package library man pages (source) go?"
6033 . ./getfile
6034 man3dir="$ans"
6035 man3direxp="$ansexp"
6036 case "$man1dir" in
6037 '')     man3dir=' '
6038         installman3dir='';;
6039 esac
6040
6041 : Change installation prefix, if necessary.
6042 if $test X"$prefix" != X"$installprefix"; then
6043         installman3dir=`echo $man3direxp | $sed "s#^$prefix#$installprefix#"`
6044 else
6045         installman3dir="$man3direxp"
6046 fi
6047
6048 : What suffix to use on installed man pages
6049 case "$man3dir" in
6050 ' ')
6051         man3ext='0'
6052         ;;
6053 *)
6054         rp="What suffix should be used for the $package library man pages?"
6055         case "$man3ext" in
6056         '')     case "$man3dir" in
6057                 *3)  dflt=3 ;;
6058                 *3p) dflt=3p ;;
6059                 *3pm) dflt=3pm ;;
6060                 *l) dflt=l;;
6061                 *n) dflt=n;;
6062                 *o) dflt=o;;
6063                 *p) dflt=p;;
6064                 *C) dflt=C;;
6065                 *L) dflt=L;;
6066                 *L3) dflt=L3;;
6067                 *) dflt=3;;
6068                 esac
6069                 ;;
6070         *)      dflt="$man3ext";;
6071         esac
6072         . ./myread
6073         man3ext="$ans"
6074         ;;
6075 esac
6076
6077 : see if we have to deal with yellow pages, now NIS.
6078 if $test -d /usr/etc/yp || $test -d /etc/yp; then
6079         if $test -f /usr/etc/nibindd; then
6080                 echo " "
6081                 echo "I'm fairly confident you're on a NeXT."
6082                 echo " "
6083                 rp='Do you get the hosts file via NetInfo?'
6084                 dflt=y
6085                 case "$hostcat" in
6086                 nidump*) ;;
6087                 '') ;;
6088                 *) dflt=n;;
6089                 esac
6090                 . ./myread
6091                 case "$ans" in
6092                 y*) hostcat='nidump hosts .';;
6093                 *)      case "$hostcat" in
6094                         nidump*) hostcat='';;
6095                         esac
6096                         ;;
6097                 esac
6098         fi
6099         case "$hostcat" in
6100         nidump*) ;;
6101         *)
6102                 case "$hostcat" in
6103                 *ypcat*) dflt=y;;
6104                 '') if $contains '^\+' /etc/passwd >/dev/null 2>&1; then
6105                                 dflt=y
6106                         else
6107                                 dflt=n
6108                         fi;;
6109                 *) dflt=n;;
6110                 esac
6111                 echo " "
6112                 rp='Are you getting the hosts file via yellow pages?'
6113                 . ./myread
6114                 case "$ans" in
6115                 y*) hostcat='ypcat hosts';;
6116                 *) hostcat='cat /etc/hosts';;
6117                 esac
6118                 ;;
6119         esac
6120 fi
6121 case "$hostcat" in
6122 '') hostcat='cat /etc/hosts';;
6123 esac
6124 case "$groupcat" in
6125 '') groupcat='cat /etc/group';;
6126 esac
6127 case "$passcat" in
6128 '') passcat='cat /etc/passwd';;
6129 esac
6130
6131 : now get the host name
6132 echo " "
6133 echo "Figuring out host name..." >&4
6134 case "$myhostname" in
6135 '') cont=true
6136         echo 'Maybe "hostname" will work...'
6137         if tans=`sh -c hostname 2>&1` ; then
6138                 myhostname=$tans
6139                 phostname=hostname
6140                 cont=''
6141         fi
6142         ;;
6143 *) cont='';;
6144 esac
6145 if $test "$cont"; then
6146         if ./xenix; then
6147                 echo 'Oh, dear.  Maybe "/etc/systemid" is the key...'
6148                 if tans=`cat /etc/systemid 2>&1` ; then
6149                         myhostname=$tans
6150                         phostname='cat /etc/systemid'
6151                         echo "Whadyaknow.  Xenix always was a bit strange..."
6152                         cont=''
6153                 fi
6154         elif $test -r /etc/systemid; then
6155                 echo "(What is a non-Xenix system doing with /etc/systemid?)"
6156         fi
6157 fi
6158 if $test "$cont"; then
6159         echo 'No, maybe "uuname -l" will work...'
6160         if tans=`sh -c 'uuname -l' 2>&1` ; then
6161                 myhostname=$tans
6162                 phostname='uuname -l'
6163         else
6164                 echo 'Strange.  Maybe "uname -n" will work...'
6165                 if tans=`sh -c 'uname -n' 2>&1` ; then
6166                         myhostname=$tans
6167                         phostname='uname -n'
6168                 else
6169                         echo 'Oh well, maybe I can mine it out of whoami.h...'
6170                         if tans=`sh -c $contains' sysname $usrinc/whoami.h' 2>&1` ; then
6171                                 myhostname=`echo "$tans" | $sed 's/^.*"\(.*\)"/\1/'`
6172                                 phostname="sed -n -e '"'/sysname/s/^.*\"\\(.*\\)\"/\1/{'"' -e p -e q -e '}' <$usrinc/whoami.h"
6173                         else
6174                                 case "$myhostname" in
6175                                 '') echo "Does this machine have an identity crisis or something?"
6176                                         phostname='';;
6177                                 *)
6178                                         echo "Well, you said $myhostname before..."
6179                                         phostname='echo $myhostname';;
6180                                 esac
6181                         fi
6182                 fi
6183         fi
6184 fi
6185 : you do not want to know about this
6186 set $myhostname
6187 myhostname=$1
6188
6189 : verify guess
6190 if $test "$myhostname" ; then
6191         dflt=y
6192         rp='Your host name appears to be "'$myhostname'".'" Right?"
6193         . ./myread
6194         case "$ans" in
6195         y*) ;;
6196         *) myhostname='';;
6197         esac
6198 fi
6199
6200 : bad guess or no guess
6201 while $test "X$myhostname" = X ; do
6202         dflt=''
6203         rp="Please type the (one word) name of your host:"
6204         . ./myread
6205         myhostname="$ans"
6206 done
6207
6208 : translate upper to lower if necessary
6209 case "$myhostname" in
6210 *[A-Z]*)
6211         echo "(Normalizing case in your host name)"
6212         myhostname=`echo $myhostname | ./tr '[A-Z]' '[a-z]'`
6213         ;;
6214 esac
6215
6216 case "$myhostname" in
6217 *.*)
6218         dflt=`expr "X$myhostname" : "X[^.]*\(\..*\)"`
6219         myhostname=`expr "X$myhostname" : "X\([^.]*\)\."`
6220         echo "(Trimming domain name from host name--host name is now $myhostname)"
6221         ;;
6222 *) case "$mydomain" in
6223         '')
6224                 {
6225                         test "X$hostcat" = "Xypcat hosts" &&
6226                         ypmatch "$myhostname" hosts 2>/dev/null |\
6227                                 $sed -e 's/[     ]*#.*//; s/$/ /' > hosts && \
6228                         $test -s hosts
6229                 } || {
6230                         $hostcat | $sed -n -e "s/[       ]*#.*//; s/\$/ /
6231                                         /[       ]$myhostname[  . ]/p" > hosts
6232                 }
6233                 tmp_re="[       . ]"
6234                 $test x`$awk "/[0-9].*[  ]$myhostname$tmp_re/ { sum++ }
6235                              END { print sum }" hosts` = x1 || tmp_re="[         ]"
6236                 dflt=.`$awk "/[0-9].*[   ]$myhostname$tmp_re/ {for(i=2; i<=NF;i++) print \\\$i}" \
6237                         hosts | $sort | $uniq | \
6238                         $sed -n -e "s/$myhostname\.\([-a-zA-Z0-9_.]\)/\1/p"`
6239                 case `$echo X$dflt` in
6240                 X*\ *)  echo "(Several hosts in /etc/hosts matched hostname)"
6241                         dflt=.
6242                         ;;
6243                 X.) echo "(You do not have fully-qualified names in /etc/hosts)"
6244                         ;;
6245                 esac
6246                 case "$dflt" in
6247                 .)
6248                         tans=`./loc resolv.conf X /etc /usr/etc`
6249                         if $test -f "$tans"; then
6250                                 echo "(Attempting domain name extraction from $tans)"
6251                                 dflt=.`$sed -n -e 's/   / /g' \
6252                                   -e 's/^search  *\([^ ]*\).*/\1/p' $tans \
6253                                   | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
6254                                 case "$dflt" in
6255                                 .) dflt=.`$sed -n -e 's/        / /g' \
6256                                      -e 's/^domain  *\([^ ]*\).*/\1/p' $tans \
6257                                      | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
6258                                         ;;
6259                                 esac
6260                         fi
6261                         ;;
6262                 esac
6263                 case "$dflt" in
6264                 .) echo "(No help from resolv.conf either -- attempting clever guess)"
6265                         dflt=.`sh -c domainname 2>/dev/null`
6266                         case "$dflt" in
6267                         '') dflt='.';;
6268                         .nis.*|.yp.*|.main.*) dflt=`echo $dflt | $sed -e 's/^\.[^.]*//'`;;
6269                         esac
6270                         ;;
6271                 esac
6272                 case "$dflt" in
6273                 .) echo "(Lost all hope -- silly guess then)"
6274                         dflt='.uucp'
6275                         ;;
6276                 esac
6277                 $rm -f hosts
6278                 ;;
6279         *) dflt="$mydomain";;
6280         esac;;
6281 esac
6282 echo " "
6283 rp="What is your domain name?"
6284 . ./myread
6285 tans="$ans"
6286 case "$ans" in
6287 '') ;;
6288 .*) ;;
6289 *) tans=".$tans";;
6290 esac
6291 mydomain="$tans"
6292
6293 : translate upper to lower if necessary
6294 case "$mydomain" in
6295 *[A-Z]*)
6296         echo "(Normalizing case in your domain name)"
6297         mydomain=`echo $mydomain | ./tr '[A-Z]' '[a-z]'`
6298         ;;
6299 esac
6300
6301 : a little sanity check here
6302 case "$phostname" in
6303 '') ;;
6304 *)
6305         case `$phostname | ./tr '[A-Z]' '[a-z]'` in
6306         $myhostname$mydomain|$myhostname) ;;
6307         *)
6308                 case "$phostname" in
6309                 sed*)
6310                         echo "(That doesn't agree with your whoami.h file, by the way.)"
6311                         ;;
6312                 *)
6313                         echo "(That doesn't agree with your $phostname command, by the way.)"
6314                         ;;
6315                 esac
6316         ;;
6317         esac
6318         ;;
6319 esac
6320
6321 $cat <<EOM
6322
6323 I need to get your e-mail address in Internet format if possible, i.e.
6324 something like user@host.domain. Please answer accurately since I have
6325 no easy means to double check it. The default value provided below
6326 is most probably close to the reality but may not be valid from outside
6327 your organization...
6328
6329 EOM
6330 cont=x
6331 while test "$cont"; do
6332         case "$cf_email" in
6333         '') dflt="$cf_by@$myhostname$mydomain";;
6334         *) dflt="$cf_email";;
6335         esac
6336         rp='What is your e-mail address?'
6337         . ./myread
6338         cf_email="$ans"
6339         case "$cf_email" in
6340         *@*.*) cont='' ;;
6341         *)
6342                 rp='Address does not look like an Internet one.  Use it anyway?'
6343                 case "$fastread" in
6344                 yes) dflt=y ;;
6345                 *) dflt=n ;;
6346                 esac
6347                 . ./myread
6348                 case "$ans" in
6349                 y*) cont='' ;;
6350                 *) echo " " ;;
6351                 esac
6352                 ;;
6353         esac
6354 done
6355
6356 $cat <<EOM
6357
6358 If you or somebody else will be maintaining perl at your site, please
6359 fill in the correct e-mail address here so that they may be contacted
6360 if necessary. Currently, the "perlbug" program included with perl
6361 will send mail to this address in addition to perlbug@perl.com. You may
6362 enter "none" for no administrator.
6363
6364 EOM
6365 case "$perladmin" in
6366 '') dflt="$cf_email";;
6367 *) dflt="$perladmin";;
6368 esac
6369 rp='Perl administrator e-mail address'
6370 . ./myread
6371 perladmin="$ans"
6372
6373 : figure out how to guarantee perl startup
6374 case "$startperl" in
6375 '')
6376         case "$sharpbang" in
6377         *!)
6378                 $cat <<EOH
6379
6380 I can use the #! construct to start perl on your system. This will
6381 make startup of perl scripts faster, but may cause problems if you
6382 want to share those scripts and perl is not in a standard place
6383 ($binexp/perl) on all your platforms. The alternative is to force
6384 a shell by starting the script with a single ':' character.
6385
6386 EOH
6387                 dflt="$binexp/perl"
6388                 rp='What shall I put after the #! to start up perl ("none" to not use #!)?'
6389                 . ./myread
6390                 case "$ans" in
6391                 none)   startperl=": # use perl";;
6392                 *)      startperl="#!$ans"
6393                         if $test 30 -lt `echo "$ans" | wc -c`; then
6394                                 $cat >&4 <<EOM
6395
6396 WARNING:  Some systems limit the #! command to 32 characters.
6397 If you experience difficulty running Perl scripts with #!, try
6398 installing Perl in a directory with a shorter pathname.
6399
6400 EOM
6401                         fi ;;
6402                 esac
6403                 ;;
6404         *) startperl=": # use perl"
6405                 ;;
6406         esac
6407         ;;
6408 esac
6409 echo "I'll use $startperl to start perl scripts."
6410
6411 : figure best path for perl in scripts
6412 case "$perlpath" in
6413 '')
6414         perlpath="$binexp/perl"
6415         case "$startperl" in
6416         *!*) ;;
6417         *)
6418                 $cat <<EOH
6419
6420 I will use the "eval 'exec'" idiom to start Perl on your system.
6421 I can use the full path of your Perl binary for this purpose, but
6422 doing so may cause problems if you want to share those scripts and
6423 Perl is not always in a standard place ($binexp/perl).
6424
6425 EOH
6426                 dflt="$binexp/perl"
6427                 rp="What path shall I use in \"eval 'exec'\"?"
6428                 . ./myread
6429                 perlpath="$ans"
6430                 ;;
6431         esac
6432         ;;
6433 esac
6434 case "$startperl" in
6435 *!*)    ;;
6436 *)      echo "I'll use $perlpath in \"eval 'exec'\"" ;;
6437 esac
6438
6439 : determine where public executable scripts go
6440 set scriptdir scriptdir
6441 eval $prefixit
6442 case "$scriptdir" in
6443 '')
6444         dflt="$bin"
6445         : guess some guesses
6446         $test -d /usr/share/scripts && dflt=/usr/share/scripts
6447         $test -d /usr/share/bin     && dflt=/usr/share/bin
6448         $test -d /usr/local/script  && dflt=/usr/local/script
6449         $test -d /usr/local/scripts && dflt=/usr/local/scripts
6450         $test -d $prefixexp/script  && dflt=$prefixexp/script
6451         set dflt
6452         eval $prefixup
6453         ;;
6454 *)  dflt="$scriptdir"
6455         ;;
6456 esac
6457 $cat <<EOM
6458  
6459 Some installations have a separate directory just for executable scripts so
6460 that they can mount it across multiple architectures but keep the scripts in
6461 one spot.  You might, for example, have a subdirectory of /usr/share for this.
6462 Or you might just lump your scripts in with all your other executables.
6463  
6464 EOM
6465 fn=d~
6466 rp='Where do you keep publicly executable scripts?'
6467 . ./getfile
6468 if $test "X$ansexp" != "X$scriptdirexp"; then
6469         installscript=''
6470 fi
6471 scriptdir="$ans"
6472 scriptdirexp="$ansexp"
6473 : Change installation prefix, if necessary.
6474 if $test X"$prefix" != X"$installprefix"; then
6475         installscript=`echo $scriptdirexp | sed "s#^$prefix#$installprefix#"`
6476 else
6477         installscript="$scriptdirexp"
6478 fi
6479
6480 $cat <<EOM
6481
6482 After $package is installed, you may wish to install various
6483 add-on modules and utilities.  Typically, these add-ons will
6484 be installed under $prefix with the rest
6485 of this package.  However, you may wish to install such add-ons
6486 elsewhere under a different prefix.
6487
6488 If you do not wish to put everything under a single prefix, that's
6489 ok.  You will be prompted for the individual locations; this siteprefix
6490 is only used to suggest the defaults.
6491
6492 The default should be fine for most people.
6493
6494 EOM
6495 fn=d~+
6496 rp='Installation prefix to use for add-on modules and utilities?'
6497 : XXX Here might be another good place for an installstyle setting.
6498 case "$siteprefix" in
6499 '') dflt=$prefix ;;
6500 *)  dflt=$siteprefix ;;
6501 esac
6502 . ./getfile
6503 oldsiteprefix=''
6504 case "$siteprefix" in
6505 '') ;;
6506 *)
6507         case "$ans" in
6508         "$prefix") ;;
6509         *) oldsiteprefix="$prefix";;
6510         esac
6511         ;;
6512 esac
6513 siteprefix="$ans"
6514 siteprefixexp="$ansexp"
6515
6516 : determine where site specific libraries go.
6517 : Usual default is /usr/local/lib/perl5/site_perl
6518 : The default "style" setting is made in installstyle.U
6519 : XXX No longer works with Prefixit stuff.
6520 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6521 case "$installstyle" in
6522 *lib/perl5*) dflt=$siteprefix/lib/site_$prog ;;
6523 *)       dflt=$siteprefix/lib/site_$prog ;;
6524 esac
6525 $cat <<EOM
6526
6527 The installation process will create a directory for
6528 site-specific extensions and modules.  Most users find it convenient
6529 to place all site-specific files in this directory rather than in the
6530 main distribution directory.
6531
6532 EOM
6533 fn=d~+
6534 rp='Pathname for the site-specific library files?'
6535 . ./getfile
6536 sitelib="$ans"
6537 sitelibexp="$ansexp"
6538 : Change installation prefix, if necessary.
6539 if $test X"$prefix" != X"$installprefix"; then
6540         installsitelib=`echo $sitelibexp | sed "s#^$prefix#$installprefix#"`
6541 else
6542         installsitelib="$sitelibexp"
6543 fi
6544
6545 : determine where site specific architecture-dependent libraries go.
6546 : sitelib  default is /usr/local/lib/perl5/site_perl/
6547 : sitearch default is /usr/local/lib/perl5/site_perl/$apiversion/$archname
6548 : sitelib may have an optional trailing /share.
6549 tdflt=`echo $sitelib | $sed 's,/share$,,'`
6550 tdflt="$tdflt/$apiversion/$archname"
6551 set sitearch sitearch none
6552 eval $prefixit
6553 case "$sitearch" in
6554 '')     dflt="$tdflt" ;;
6555 *)      dflt="$sitearch" ;;
6556 esac
6557 $cat <<EOM
6558
6559 The installation process will also create a directory for
6560 architecture-dependent site-specific extensions and modules.
6561
6562 EOM
6563 fn=nd~+
6564 rp='Pathname for the site-specific architecture-dependent library files?'
6565 . ./getfile
6566 sitearch="$ans"
6567 sitearchexp="$ansexp"
6568 : Change installation prefix, if necessary.
6569 if $test X"$prefix" != X"$installprefix"; then
6570         installsitearch=`echo $sitearchexp | sed "s#^$prefix#$installprefix#"`
6571 else
6572         installsitearch="$sitearchexp"
6573 fi
6574
6575 : determine where add-on public executables go
6576 case "$sitebin" in
6577 '')     dflt=$siteprefix/bin ;;
6578 *)      dflt=$sitebin ;;
6579 esac
6580 fn=d~
6581 rp='Pathname where the add-on public executables should be installed?'
6582 . ./getfile
6583 sitebin="$ans"
6584 sitebinexp="$ansexp"
6585 : Change installation prefix, if necessary.
6586 if $test X"$prefix" != X"$installprefix"; then
6587         installsitebin=`echo $sitebinexp | sed "s#^$prefix#$installprefix#"`
6588 else
6589         installsitebin="$sitebinexp"
6590 fi
6591
6592 cat <<EOM
6593
6594 Perl can be built to take advantage of long doubles which
6595 (if available) may give more accuracy and range for floating point numbers.
6596
6597 If this doesn't make any sense to you, just accept the default 'n'.
6598 EOM
6599
6600 case "$ccflags" in
6601 *-DUSE_LONG_DOUBLE*|*-DUSE_MORE_BITS*) uselongdouble="$define" ;;
6602 esac
6603
6604 case "$uselongdouble" in
6605 $define|true|[yY]*)     dflt='y';;
6606 *) dflt='n';;
6607 esac
6608 rp='Try to use long doubles if available?'
6609 . ./myread
6610 case "$ans" in
6611 y|Y)    val="$define"   ;;
6612 *)      val="$undef"    ;;
6613 esac
6614 set uselongdouble
6615 eval $setvar
6616
6617 case "$uselongdouble" in
6618 true|[yY]*) uselongdouble="$define" ;;
6619 esac
6620
6621 case "$uselongdouble" in
6622 $define)
6623 : Look for a hint-file generated 'call-back-unit'.  If the
6624 : user has specified that long doubles should be used,
6625 : we may need to set or change some other defaults.
6626         if $test -f uselongdouble.cbu; then
6627                 echo "Your platform has some specific hints for long doubles, using them..."
6628                 . ./uselongdouble.cbu
6629         else
6630                 $cat <<EOM
6631 (Your platform doesn't have any specific hints for long doubles.)
6632 EOM
6633         fi
6634         ;;
6635 esac
6636
6637 cat <<EOM
6638
6639 Perl can be built to take advantage of long longs which
6640 (if available) may give more range for integer numbers.
6641
6642 If this doesn't make any sense to you, just accept the default 'n'.
6643 EOM
6644
6645 case "$ccflags" in
6646 *-DUSE_LONG_LONG*) uselonglong="$define" ;;
6647 esac
6648
6649 case "$uselonglong" in
6650 $define|true|[yY]*)     dflt='y';;
6651 *) dflt='n';;
6652 esac
6653 rp='Try to use long longs if available?'
6654 . ./myread
6655 case "$ans" in
6656 y|Y)    val="$define"   ;;
6657 *)      val="$undef"    ;;
6658 esac
6659 set uselonglong
6660 eval $setvar
6661
6662 case "$uselonglong" in
6663 true|[yY]*) uselonglong="$define" ;;
6664 esac
6665
6666 case "$uselonglong" in
6667 $define)
6668 : Look for a hint-file generated 'call-back-unit'.  If the
6669 : user has specified that long longs should be used,
6670 : we may need to set or change some other defaults.
6671         if $test -f uselonglong.cbu; then
6672                 echo "Your platform has some specific hints for long longs, using them..."
6673                 . ./uselonglong.cbu
6674         else
6675                 $cat <<EOM
6676 (Your platform doesn't have any specific hints for long longs.)
6677 EOM
6678         fi
6679         ;;
6680 esac
6681
6682 cat <<EOM
6683
6684 Previous version of $package used the standard IO mechanisms as defined
6685 in <stdio.h>.  Versions 5.003_02 and later of perl allow alternate IO
6686 mechanisms via a "PerlIO" abstraction, but the stdio mechanism is still
6687 the default.  This abstraction layer can use AT&T's sfio (if you already
6688 have sfio installed) or regular stdio.  Using PerlIO with sfio may cause
6689 problems with some extension modules.  Using PerlIO with stdio is safe,
6690 but it is slower than plain stdio and therefore is not the default.
6691
6692 If this doesn't make any sense to you, just accept the default 'n'.
6693 EOM
6694 case "$useperlio" in
6695 $define|true|[yY]*)     dflt='y';;
6696 *) dflt='n';;
6697 esac
6698 rp='Use the experimental PerlIO abstraction layer?'
6699 . ./myread
6700 case "$ans" in
6701 y|Y) 
6702         val="$define"
6703         ;;     
6704 *)      
6705         echo "Ok, doing things the stdio way"
6706         val="$undef"
6707         ;;
6708 esac
6709 set useperlio
6710 eval $setvar 
6711
6712 case "$vendorprefix" in
6713 '')     d_vendorbin="$undef"
6714         vendorbin=''
6715         vendorbinexp=''
6716         ;;
6717 *)      d_vendorbin="$define"
6718         : determine where vendor-supplied executables go.
6719         dflt=$vendorprefix/bin
6720         fn=d~+
6721         rp='Pathname for the vendor-supplied executables directory?'
6722         . ./getfile
6723         vendorbin="$ans"
6724         vendorbinexp="$ansexp"
6725         : Change installation prefix, if necessary.
6726         if $test X"$prefix" != X"$installprefix"; then
6727                 installvendorbin=`echo $vendorbinexp | $sed "s#^$prefix#$installprefix#"`
6728         else
6729                 installvendorbin="$vendorbinexp"
6730         fi
6731         ;;
6732 esac
6733
6734 : Check how to convert floats to strings.
6735 if test "X$d_Gconvert" = X; then
6736         echo " "
6737         echo "Checking for an efficient way to convert floats to strings."
6738         $cat >try.c <<'EOP'
6739 #ifdef TRY_gconvert
6740 #define Gconvert(x,n,t,b) gconvert((x),(n),(t),(b))
6741 char *myname = "gconvert";
6742 #endif
6743 #ifdef TRY_gcvt
6744 #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
6745 char *myname = "gcvt";
6746 #endif
6747 #ifdef TRY_sprintf
6748 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
6749 char *myname = "sprintf";
6750 #endif
6751
6752 #include <stdio.h>
6753
6754 int
6755 checkit(expect, got)
6756 char *expect;
6757 char *got;
6758 {
6759     if (strcmp(expect, got)) {
6760                 printf("%s oddity:  Expected %s, got %s\n",
6761                         myname, expect, got);
6762                 exit(1);
6763         }
6764 }
6765
6766 int main()
6767
6768         char buf[64]; 
6769         buf[63] = '\0';
6770
6771         /* This must be 1st test on (which?) platform */
6772         /* Alan Burlison <AlanBurlsin@unn.unisys.com> */
6773         Gconvert(0.1, 8, 0, buf);
6774         checkit("0.1", buf);
6775
6776         Gconvert(1.0, 8, 0, buf); 
6777         checkit("1", buf);
6778
6779         Gconvert(0.0, 8, 0, buf); 
6780         checkit("0", buf);
6781
6782         Gconvert(-1.0, 8, 0, buf); 
6783         checkit("-1", buf);
6784
6785         /* Some Linux gcvt's give 1.e+5 here. */
6786         Gconvert(100000.0, 8, 0, buf); 
6787         checkit("100000", buf);
6788         
6789         /* Some Linux gcvt's give -1.e+5 here. */
6790         Gconvert(-100000.0, 8, 0, buf); 
6791         checkit("-100000", buf);
6792
6793         exit(0);
6794 }
6795 EOP
6796         case "$d_Gconvert" in
6797         gconvert*) xxx_list='gconvert gcvt sprintf' ;;
6798         gcvt*) xxx_list='gcvt gconvert sprintf' ;;
6799         sprintf*) xxx_list='sprintf gconvert gcvt' ;;
6800         *) xxx_list='gconvert gcvt sprintf' ;;
6801         esac
6802
6803         for xxx_convert in $xxx_list; do
6804                 echo "Trying $xxx_convert"
6805                 $rm -f try try$_o
6806                 set try -DTRY_$xxx_convert
6807                 if eval $compile; then
6808                         echo "$xxx_convert" found. >&4
6809                         if ./try; then
6810                                 echo "I'll use $xxx_convert to convert floats into a string." >&4
6811                                 break;
6812                         else
6813                                 echo "...But $xxx_convert didn't work as I expected."
6814                         fi
6815                 else
6816                         echo "$xxx_convert NOT found." >&4
6817                 fi
6818         done
6819                 
6820         case "$xxx_convert" in
6821         gconvert) d_Gconvert='gconvert((x),(n),(t),(b))' ;;
6822         gcvt) d_Gconvert='gcvt((x),(n),(b))' ;;
6823         *) d_Gconvert='sprintf((b),"%.*g",(n),(x))' ;;
6824         esac
6825 fi
6826
6827 : check for length of double
6828 echo " "
6829 case "$doublesize" in
6830 '')
6831         $echo $n "Checking to see how big your double precision numbers are...$c" >&4
6832         $cat >try.c <<'EOCP'
6833 #include <stdio.h>
6834 int main()
6835 {
6836     printf("%d\n", (int)sizeof(double));
6837     exit(0);
6838 }
6839 EOCP
6840         set try
6841         if eval $compile_ok; then
6842                 doublesize=`./try`
6843                 $echo " $doublesize bytes." >&4
6844         else
6845                 dflt='8'
6846                 echo "(I can't seem to compile the test program.  Guessing...)"
6847                 rp="What is the size of a double precision number (in bytes)?"
6848                 . ./myread
6849                 doublesize="$ans"
6850         fi
6851         ;;
6852 esac
6853 $rm -f try.c try
6854
6855 : check for long doubles
6856 echo " "
6857 $echo $n "Checking to see if your system supports long double..." $c >&4
6858 echo 'int main() { long double x = 7.0; }' > try.c
6859 set try
6860 if eval $compile; then
6861         val="$define"
6862         echo " Yes, it does." >&4
6863 else
6864         val="$undef"
6865         echo " No, it doesn't." >&4
6866 fi
6867 $rm try.*
6868 set d_longdbl
6869 eval $setvar
6870
6871 : check for length of long double
6872 case "${d_longdbl}${longdblsize}" in
6873 $define)
6874         echo " "
6875         $echo $n "Checking to see how big your long doubles are..." $c >&4
6876         $cat >try.c <<'EOCP'
6877 #include <stdio.h>
6878 int main()
6879 {
6880         printf("%d\n", sizeof(long double));
6881 }
6882 EOCP
6883         set try
6884         set try
6885         if eval $compile; then
6886                 longdblsize=`./try$exe_ext`
6887                 $echo " $longdblsize bytes." >&4
6888         else
6889                 dflt='8'
6890                 echo " "
6891                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
6892                 rp="What is the size of a long double (in bytes)?"
6893                 . ./myread
6894                 longdblsize="$ans"
6895         fi
6896         if $test "X$doublesize" = "X$longdblsize"; then
6897                 echo "(That isn't any different from an ordinary double.)"
6898         fi      
6899         ;;
6900 esac
6901 $rm -f try.* try
6902
6903 echo " "
6904
6905 if $test X"$d_longdbl" = X"$define"; then
6906
6907 echo "Checking how to print long doubles..." >&4
6908
6909 if $test X"$sPRIfldbl" = X -a X"$doublesize" = X"$longdblsize"; then
6910         $cat >try.c <<'EOCP'
6911 #include <sys/types.h>
6912 #include <stdio.h>
6913 int main() {
6914   double d = 123.456;
6915   printf("%.3f\n", d);
6916 }
6917 EOCP
6918         set try
6919         if eval $compile; then
6920                 yyy=`./try$exe_ext`
6921                 case "$yyy" in
6922                 123.456)
6923                         sPRIfldbl='"f"'; sPRIgldbl='"g"'; sPRIeldbl='"e"';
6924                         sPRIFldbl='"F"'; sPRIGldbl='"G"'; sPRIEldbl='"E"';
6925                         echo "We will use %f."
6926                         ;;
6927                 esac
6928         fi
6929 fi
6930
6931 if $test X"$sPRIfldbl" = X; then
6932         $cat >try.c <<'EOCP'
6933 #include <sys/types.h>
6934 #include <stdio.h>
6935 int main() {
6936   long double d = 123.456;
6937   printf("%.3llf\n", d);
6938 }
6939 EOCP
6940         set try
6941         if eval $compile; then
6942                 yyy=`./try$exe_ext`
6943                 case "$yyy" in
6944                 123.456)
6945                         sPRIfldbl='"llf"'; sPRIgldbl='"llg"'; sPRIeldbl='"lle"';
6946                         sPRIFldbl='"llF"'; sPRIGldbl='"llG"'; sPRIEldbl='"llE"';
6947                         echo "We will use %llf."
6948                         ;;
6949                 esac
6950         fi
6951 fi
6952
6953 if $test X"$sPRIfldbl" = X; then
6954         $cat >try.c <<'EOCP'
6955 #include <sys/types.h>
6956 #include <stdio.h>
6957 int main() {
6958   long double d = 123.456;
6959   printf("%.3Lf\n", d);
6960 }
6961 EOCP
6962         set try
6963         if eval $compile; then
6964                 yyy=`./try$exe_ext`
6965                 case "$yyy" in
6966                 123.456)
6967                         sPRIfldbl='"Lf"'; sPRIgldbl='"Lg"'; sPRIeldbl='"Le"';
6968                         sPRIFldbl='"LF"'; sPRIGldbl='"LG"'; sPRIEldbl='"LE"';
6969                         echo "We will use %Lf."
6970                         ;;
6971                 esac
6972         fi
6973 fi
6974
6975 if $test X"$sPRIfldbl" = X; then
6976         $cat >try.c <<'EOCP'
6977 #include <sys/types.h>
6978 #include <stdio.h>
6979 int main() {
6980   long double d = 123.456;
6981   printf("%.3lf\n", d);
6982 }
6983 EOCP
6984         set try
6985         if eval $compile; then
6986                 yyy=`./try$exe_ext`
6987                 case "$yyy" in
6988                 123.456)
6989                         sPRIfldbl='"lf"'; sPRIgldbl='"lg"'; sPRIeldbl='"le"';
6990                         sPRIFldbl='"lF"'; sPRIGldbl='"lG"'; sPRIEldbl='"lE"';
6991                         echo "We will use %lf."
6992                         ;;
6993                 esac
6994         fi
6995 fi
6996
6997 if $test X"$sPRIfldbl" = X; then
6998         echo "Cannot figure out how to print long doubles." >&4
6999 fi
7000
7001 $rm -f try try.*
7002
7003 fi # d_longdbl
7004
7005 case "$sPRIfldbl" in
7006 '')     d_PRIfldbl="$undef"; d_PRIgldbl="$undef"; d_PRIeldbl="$undef"; 
7007         d_PRIFldbl="$undef"; d_PRIGldbl="$undef"; d_PRIEldbl="$undef"; 
7008         ;;
7009 *)      d_PRIfldbl="$define"; d_PRIgldbl="$define"; d_PRIeldbl="$define"; 
7010         d_PRIFldbl="$define"; d_PRIGldbl="$define"; d_PRIEldbl="$define"; 
7011         ;;
7012 esac
7013
7014 : Initialize h_fcntl
7015 h_fcntl=false
7016
7017 : Initialize h_sysfile
7018 h_sysfile=false
7019
7020 : access call always available on UNIX
7021 set access d_access
7022 eval $inlibc
7023
7024 : locate the flags for 'access()'
7025 case "$d_access" in
7026 "$define")
7027         echo " "
7028         $cat >access.c <<'EOCP'
7029 #include <sys/types.h>
7030 #ifdef I_FCNTL
7031 #include <fcntl.h>
7032 #endif
7033 #ifdef I_SYS_FILE
7034 #include <sys/file.h>
7035 #endif
7036 #ifdef I_UNISTD
7037 #include <unistd.h>
7038 #endif
7039 int main() {
7040         exit(R_OK);
7041 }
7042 EOCP
7043         : check sys/file.h first, no particular reason here
7044         if $test `./findhdr sys/file.h` && \
7045                 $cc $cppflags -DI_SYS_FILE -o access access.c >/dev/null 2>&1 ; then
7046                 h_sysfile=true;
7047                 echo "<sys/file.h> defines the *_OK access constants." >&4
7048         elif $test `./findhdr fcntl.h` && \
7049                 $cc $cppflags -DI_FCNTL -o access access.c >/dev/null 2>&1 ; then
7050                 h_fcntl=true;
7051                 echo "<fcntl.h> defines the *_OK access constants." >&4
7052         elif $test `./findhdr unistd.h` && \
7053                 $cc $cppflags -DI_UNISTD -o access access.c >/dev/null 2>&1 ; then
7054                 echo "<unistd.h> defines the *_OK access constants." >&4
7055         else
7056                 echo "I can't find the four *_OK access constants--I'll use mine." >&4
7057         fi
7058         ;;
7059 esac
7060 $rm -f access*
7061
7062 : see if accessx exists
7063 set accessx d_accessx
7064 eval $inlibc
7065
7066 : see if alarm exists
7067 set alarm d_alarm
7068 eval $inlibc
7069
7070 : see if atolf exists
7071 set atolf d_atolf
7072 eval $inlibc
7073
7074 : see if atoll exists
7075 set atoll d_atoll
7076 eval $inlibc
7077
7078 : Look for GNU-cc style attribute checking
7079 echo " "
7080 echo "Checking whether your compiler can handle __attribute__ ..." >&4
7081 $cat >attrib.c <<'EOCP'
7082 #include <stdio.h>
7083 void croak (char* pat,...) __attribute__((format(printf,1,2),noreturn));
7084 EOCP
7085 if $cc $ccflags -c attrib.c >attrib.out 2>&1 ; then
7086         if $contains 'warning' attrib.out >/dev/null 2>&1; then
7087                 echo "Your C compiler doesn't fully support __attribute__."
7088                 val="$undef"
7089         else
7090                 echo "Your C compiler supports __attribute__."
7091                 val="$define"
7092         fi
7093 else
7094         echo "Your C compiler doesn't seem to understand __attribute__ at all."
7095         val="$undef"
7096 fi
7097 set d_attribut
7098 eval $setvar
7099 $rm -f attrib*
7100
7101 : see if bcmp exists
7102 set bcmp d_bcmp
7103 eval $inlibc
7104
7105 : see if bcopy exists
7106 set bcopy d_bcopy
7107 eval $inlibc
7108
7109 : see if this is a unistd.h system
7110 set unistd.h i_unistd
7111 eval $inhdr
7112
7113 : see if getpgrp exists
7114 set getpgrp d_getpgrp
7115 eval $inlibc
7116
7117 case "$d_getpgrp" in
7118 "$define")
7119         echo " "
7120         echo "Checking to see which flavor of getpgrp is in use..."
7121         $cat >set.c <<EOP
7122 #$i_unistd I_UNISTD
7123 #include <sys/types.h>
7124 #ifdef I_UNISTD
7125 #  include <unistd.h>
7126 #endif
7127 int main()
7128 {
7129         if (getuid() == 0) {
7130                 printf("(I see you are running Configure as super-user...)\n");
7131                 setuid(1);
7132         }
7133 #ifdef TRY_BSD_PGRP
7134         if (getpgrp(1) == 0)
7135                 exit(0);
7136 #else
7137         if (getpgrp() > 0)
7138                 exit(0);
7139 #endif
7140         exit(1);
7141 }
7142 EOP
7143         if $cc -DTRY_BSD_PGRP $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
7144                 echo "You have to use getpgrp(pid) instead of getpgrp()." >&4
7145                 val="$define"
7146         elif $cc $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
7147                 echo "You have to use getpgrp() instead of getpgrp(pid)." >&4
7148                 val="$undef"
7149         else
7150                 echo "I can't seem to compile and run the test program."
7151                 if ./usg; then
7152                         xxx="a USG one, i.e. you use getpgrp()."
7153                 else
7154                         # SVR4 systems can appear rather BSD-ish.
7155                         case "$i_unistd" in
7156                         $undef)
7157                                 xxx="a BSD one, i.e. you use getpgrp(pid)."
7158                                 val="$define"
7159                                 ;;
7160                         $define)
7161                                 xxx="probably a USG one, i.e. you use getpgrp()."
7162                                 val="$undef"
7163                                 ;;
7164                         esac
7165                 fi
7166                 echo "Assuming your getpgrp is $xxx" >&4
7167         fi
7168         ;;
7169 *) val="$undef";;
7170 esac
7171 set d_bsdgetpgrp
7172 eval $setvar
7173 $rm -f set set.c
7174
7175 : see if setpgrp exists
7176 set setpgrp d_setpgrp
7177 eval $inlibc
7178
7179 case "$d_setpgrp" in
7180 "$define")
7181         echo " "
7182         echo "Checking to see which flavor of setpgrp is in use..."
7183         $cat >set.c <<EOP
7184 #$i_unistd I_UNISTD
7185 #include <sys/types.h>
7186 #ifdef I_UNISTD
7187 #  include <unistd.h>
7188 #endif
7189 int main()
7190 {
7191         if (getuid() == 0) {
7192                 printf("(I see you are running Configure as super-user...)\n");
7193                 setuid(1);
7194         }
7195 #ifdef TRY_BSD_PGRP
7196         if (-1 == setpgrp(1, 1))
7197                 exit(0);
7198 #else
7199         if (setpgrp() != -1)
7200                 exit(0);
7201 #endif
7202         exit(1);
7203 }
7204 EOP
7205         if $cc -DTRY_BSD_PGRP $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
7206                 echo 'You have to use setpgrp(pid,pgrp) instead of setpgrp().' >&4
7207                 val="$define"
7208         elif $cc $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
7209                 echo 'You have to use setpgrp() instead of setpgrp(pid,pgrp).' >&4
7210                 val="$undef"
7211         else
7212                 echo "(I can't seem to compile and run the test program.)"
7213                 if ./usg; then
7214                         xxx="a USG one, i.e. you use setpgrp()."
7215                 else
7216                         # SVR4 systems can appear rather BSD-ish.
7217                         case "$i_unistd" in
7218                         $undef)
7219                                 xxx="a BSD one, i.e. you use setpgrp(pid,pgrp)."
7220                                 val="$define"
7221                                 ;;
7222                         $define)
7223                                 xxx="probably a USG one, i.e. you use setpgrp()."
7224                                 val="$undef"
7225                                 ;;
7226                         esac
7227                 fi
7228                 echo "Assuming your setpgrp is $xxx" >&4
7229         fi
7230         ;;
7231 *) val="$undef";;
7232 esac
7233 set d_bsdsetpgrp
7234 eval $setvar
7235 $rm -f set set.c
7236 : see if bzero exists
7237 set bzero d_bzero
7238 eval $inlibc
7239
7240 : check for lengths of integral types
7241 echo " "
7242 case "$intsize" in
7243 '')
7244         echo "Checking to see how big your integers are..." >&4
7245         $cat >intsize.c <<'EOCP'
7246 #include <stdio.h>
7247 int main()
7248 {
7249         printf("intsize=%d;\n", (int)sizeof(int));
7250         printf("longsize=%d;\n", (int)sizeof(long));
7251         printf("shortsize=%d;\n", (int)sizeof(short));
7252         exit(0);
7253 }
7254 EOCP
7255         set intsize
7256         if eval $compile_ok && ./intsize > /dev/null; then
7257                 eval `./intsize`
7258                 echo "Your integers are $intsize bytes long."
7259                 echo "Your long integers are $longsize bytes long."
7260                 echo "Your short integers are $shortsize bytes long."
7261         else
7262                 $cat >&4 <<EOM
7263 !
7264 Help! I can't compile and run the intsize test program: please enlighten me!
7265 (This is probably a misconfiguration in your system or libraries, and
7266 you really ought to fix it.  Still, I'll try anyway.)
7267 !
7268 EOM
7269                 dflt=4
7270                 rp="What is the size of an integer (in bytes)?"
7271                 . ./myread
7272                 intsize="$ans"
7273                 dflt=$intsize
7274                 rp="What is the size of a long integer (in bytes)?"
7275                 . ./myread
7276                 longsize="$ans"
7277                 dflt=2
7278                 rp="What is the size of a short integer (in bytes)?"
7279                 . ./myread
7280                 shortsize="$ans"
7281         fi
7282         ;;
7283 esac
7284 $rm -f intsize intsize.*
7285
7286 : see if signal is declared as pointer to function returning int or void
7287 echo " "
7288 xxx=`./findhdr signal.h`
7289 $test "$xxx" && $cppstdin $cppminus $cppflags < $xxx >$$.tmp 2>/dev/null
7290 if $contains 'int.*\*[  ]*signal' $$.tmp >/dev/null 2>&1 ; then
7291         echo "You have int (*signal())() instead of void." >&4
7292         val="$undef"
7293 elif $contains 'void.*\*[       ]*signal' $$.tmp >/dev/null 2>&1 ; then
7294         echo "You have void (*signal())()." >&4
7295         val="$define"
7296 elif $contains 'extern[         ]*[(\*]*signal' $$.tmp >/dev/null 2>&1 ; then
7297         echo "You have int (*signal())() instead of void." >&4
7298         val="$undef"
7299 elif $contains 'void.*\*.*sig' $$.tmp >/dev/null 2>&1 ; then
7300         echo "You have void (*signal())()." >&4
7301         val="$define"
7302 else
7303         case "$d_voidsig" in
7304         '')
7305         echo "I can't determine whether signal handler returns void or int..." >&4
7306                 dflt=void
7307                 rp="What type does your signal handler return?"
7308                 . ./myread
7309                 case "$ans" in
7310                 v*) val="$define";;
7311                 *) val="$undef";;
7312                 esac;;
7313         "$define")
7314                 echo "As you already told me, signal handler returns void." >&4
7315                 val="$define"
7316                 ;;
7317         *)      echo "As you already told me, signal handler returns int." >&4
7318                 val="$undef"
7319                 ;;
7320         esac
7321 fi
7322 set d_voidsig
7323 eval $setvar
7324 case "$d_voidsig" in
7325 "$define") signal_t="void";;
7326 *) signal_t="int";;
7327 esac
7328 $rm -f $$.tmp
7329
7330 : check for ability to cast large floats to 32-bit ints.
7331 echo " "
7332 echo 'Checking whether your C compiler can cast large floats to int32.' >&4
7333 if $test "$intsize" -ge 4; then
7334         xxx=int
7335 else
7336         xxx=long
7337 fi
7338 $cat >try.c <<EOCP
7339 #include <stdio.h>
7340 #include <sys/types.h>
7341 #include <signal.h>
7342 $signal_t blech(s) int s; { exit(3); }
7343 int main()
7344 {
7345         $xxx i32;
7346         double f, g;
7347         int result = 0;
7348         char str[16];
7349         signal(SIGFPE, blech);
7350
7351         /* Don't let compiler optimize the test away.  Store the number 
7352            in a writable string for gcc to pass to sscanf under HP/UX.
7353         */
7354         sprintf(str, "2147483647");
7355         sscanf(str, "%lf", &f); /* f = (double) 0x7fffffff; */
7356         g = 10 * f;
7357         i32  = ($xxx) g;
7358
7359         /* x86 processors will probably give 0x8000 0000, which is a
7360        sign change.  We don't want that.  We want to mimic SPARC
7361            behavior here, which is to preserve the sign and give
7362            back 0x7fff ffff.
7363         */
7364         if (i32 != ($xxx) f)
7365                 result |= 1;
7366         exit(result);
7367 }
7368 EOCP
7369 set try
7370 if eval $compile_ok; then
7371         ./try
7372         yyy=$?
7373 else
7374         echo "(I can't seem to compile the test program--assuming it can't)"
7375         yyy=1
7376 fi
7377 case "$yyy" in
7378 0)      val="$define"
7379         echo "Yup, it can."
7380         ;;
7381 *)      val="$undef"
7382         echo "Nope, it can't."
7383         ;;
7384 esac
7385 set d_casti32
7386 eval $setvar
7387 $rm -f try try.*
7388
7389 : check for ability to cast negative floats to unsigned
7390 echo " "
7391 echo 'Checking whether your C compiler can cast negative float to unsigned.' >&4
7392 $cat >try.c <<EOCP
7393 #include <stdio.h>
7394 #include <sys/types.h>
7395 #include <signal.h>
7396 $signal_t blech(s) int s; { exit(7); }
7397 $signal_t blech_in_list(s) int s; { exit(4); }
7398 unsigned long dummy_long(p) unsigned long p; { return p; }
7399 unsigned int dummy_int(p) unsigned int p; { return p; }
7400 unsigned short dummy_short(p) unsigned short p; { return p; }
7401 int main()
7402 {
7403         double f;
7404         unsigned long along;
7405         unsigned int aint;
7406         unsigned short ashort;
7407         int result = 0;
7408         char str[16];
7409         
7410         /* Frustrate gcc-2.7.2's optimizer which failed this test with
7411            a direct f = -123. assignment.  gcc-2.8.0 reportedly
7412            optimized the whole file away
7413         */
7414         /* Store the number in a writable string for gcc to pass to 
7415            sscanf under HP/UX.
7416         */
7417         sprintf(str, "-123");
7418         sscanf(str, "%lf", &f);  /* f = -123.; */
7419
7420         signal(SIGFPE, blech);
7421         along = (unsigned long)f;
7422         aint = (unsigned int)f;
7423         ashort = (unsigned short)f;
7424         if (along != (unsigned long)-123)
7425                 result |= 1;
7426         if (aint != (unsigned int)-123)
7427                 result |= 1;
7428         if (ashort != (unsigned short)-123)
7429                 result |= 1;
7430         sprintf(str, "1073741824.");
7431         sscanf(str, "%lf", &f); /* f = (double)0x40000000; */
7432         f = f + f;
7433         along = 0;
7434         along = (unsigned long)f;
7435         if (along != 0x80000000)
7436                 result |= 2;
7437         f -= 1.;
7438         along = 0;
7439         along = (unsigned long)f;
7440         if (along != 0x7fffffff)
7441                 result |= 1;
7442         f += 2.;
7443         along = 0;
7444         along = (unsigned long)f;
7445         if (along != 0x80000001)
7446                 result |= 2;
7447         if (result)
7448                 exit(result);
7449         signal(SIGFPE, blech_in_list);
7450         sprintf(str, "123.");
7451         sscanf(str, "%lf", &f);  /* f = 123.; */
7452         along = dummy_long((unsigned long)f);
7453         aint = dummy_int((unsigned int)f);
7454         ashort = dummy_short((unsigned short)f);
7455         if (along != (unsigned long)123)
7456                 result |= 4;
7457         if (aint != (unsigned int)123)
7458                 result |= 4;
7459         if (ashort != (unsigned short)123)
7460                 result |= 4;
7461         exit(result);
7462
7463 }
7464 EOCP
7465 set try
7466 if eval $compile_ok; then
7467         ./try
7468         castflags=$?
7469 else
7470         echo "(I can't seem to compile the test program--assuming it can't)"
7471         castflags=7
7472 fi
7473 case "$castflags" in
7474 0)      val="$define"
7475         echo "Yup, it can."
7476         ;;
7477 *)      val="$undef"
7478         echo "Nope, it can't."
7479         ;;
7480 esac
7481 set d_castneg
7482 eval $setvar
7483 $rm -f try.*
7484
7485 : see if vprintf exists
7486 echo " "
7487 if set vprintf val -f d_vprintf; eval $csym; $val; then
7488         echo 'vprintf() found.' >&4
7489         val="$define"
7490         $cat >vprintf.c <<'EOF'
7491 #include <varargs.h>
7492
7493 int main() { xxx("foo"); }
7494
7495 xxx(va_alist)
7496 va_dcl
7497 {
7498         va_list args;
7499         char buf[10];
7500
7501         va_start(args);
7502         exit((unsigned long)vsprintf(buf,"%s",args) > 10L);
7503 }
7504 EOF
7505         set vprintf
7506         if eval $compile && ./vprintf; then
7507                 echo "Your vsprintf() returns (int)." >&4
7508                 val2="$undef"
7509         else
7510                 echo "Your vsprintf() returns (char*)." >&4
7511                 val2="$define"
7512         fi
7513 else
7514         echo 'vprintf() NOT found.' >&4
7515                 val="$undef"
7516                 val2="$undef"
7517 fi
7518 set d_vprintf
7519 eval $setvar
7520 val=$val2
7521 set d_charvspr
7522 eval $setvar
7523
7524 : see if chown exists
7525 set chown d_chown
7526 eval $inlibc
7527
7528 : see if chroot exists
7529 set chroot d_chroot
7530 eval $inlibc
7531
7532 : see if chsize exists
7533 set chsize d_chsize
7534 eval $inlibc
7535
7536 : check for const keyword
7537 echo " "
7538 echo 'Checking to see if your C compiler knows about "const"...' >&4
7539 $cat >const.c <<'EOCP'
7540 typedef struct spug { int drokk; } spug;
7541 int main()
7542 {
7543         const char *foo;
7544         const spug y;
7545 }
7546 EOCP
7547 if $cc -c $ccflags const.c >/dev/null 2>&1 ; then
7548         val="$define"
7549         echo "Yup, it does."
7550 else
7551         val="$undef"
7552         echo "Nope, it doesn't."
7553 fi
7554 set d_const
7555 eval $setvar
7556
7557 : see if crypt exists
7558 echo " "
7559 if set crypt val -f d_crypt; eval $csym; $val; then
7560         echo 'crypt() found.' >&4
7561         val="$define"
7562         cryptlib=''
7563 else
7564         cryptlib=`./loc Slibcrypt$_a "" $xlibpth`
7565         if $test -z "$cryptlib"; then
7566                 cryptlib=`./loc Mlibcrypt$_a "" $xlibpth`
7567         else
7568                 cryptlib=-lcrypt
7569         fi
7570         if $test -z "$cryptlib"; then
7571                 cryptlib=`./loc Llibcrypt$_a "" $xlibpth`
7572         else
7573                 cryptlib=-lcrypt
7574         fi
7575         if $test -z "$cryptlib"; then
7576                 cryptlib=`./loc libcrypt$_a "" $libpth`
7577         else
7578                 cryptlib=-lcrypt
7579         fi
7580         if $test -z "$cryptlib"; then
7581                 echo 'crypt() NOT found.' >&4
7582                 val="$undef"
7583         else
7584                 val="$define"
7585         fi
7586 fi
7587 set d_crypt
7588 eval $setvar
7589
7590 : get csh whereabouts
7591 case "$csh" in
7592 'csh') val="$undef" ;;
7593 *) val="$define" ;;
7594 esac
7595 set d_csh
7596 eval $setvar
7597 : Respect a hint or command line value for full_csh.
7598 case "$full_csh" in
7599 '') full_csh=$csh ;;
7600 esac
7601
7602 : see if cuserid exists
7603 set cuserid d_cuserid
7604 eval $inlibc
7605
7606 : see if this is a limits.h system
7607 set limits.h i_limits
7608 eval $inhdr
7609
7610 : see if this is a float.h system
7611 set float.h i_float
7612 eval $inhdr
7613
7614 : See if number of significant digits in a double precision number is known
7615 echo " "
7616 $cat >dbl_dig.c <<EOM
7617 #$i_limits I_LIMITS
7618 #$i_float I_FLOAT
7619 #ifdef I_LIMITS
7620 #include <limits.h>
7621 #endif
7622 #ifdef I_FLOAT
7623 #include <float.h>
7624 #endif
7625 #ifdef DBL_DIG
7626 printf("Contains DBL_DIG");
7627 #endif
7628 EOM
7629 $cppstdin $cppflags $cppminus < dbl_dig.c >dbl_dig.E 2>/dev/null
7630 if $contains 'DBL_DIG' dbl_dig.E >/dev/null 2>&1; then
7631         echo "DBL_DIG found." >&4
7632         val="$define"
7633 else
7634         echo "DBL_DIG NOT found." >&4
7635         val="$undef"
7636 fi
7637 $rm -f dbl_dig.?
7638 set d_dbl_dig
7639 eval $setvar
7640
7641 : see if difftime exists
7642 set difftime d_difftime
7643 eval $inlibc
7644
7645 : see if this is a dirent system
7646 echo " "
7647 if xinc=`./findhdr dirent.h`; $test "$xinc"; then
7648         val="$define"
7649         echo "<dirent.h> found." >&4
7650 else
7651         val="$undef"
7652         if xinc=`./findhdr sys/dir.h`; $test "$xinc"; then
7653                 echo "<sys/dir.h> found." >&4
7654                 echo " "
7655         else
7656                 xinc=`./findhdr sys/ndir.h`
7657         fi
7658         echo "<dirent.h> NOT found." >&4
7659 fi
7660 set i_dirent
7661 eval $setvar
7662
7663 : Look for type of directory structure.
7664 echo " "
7665 $cppstdin $cppflags $cppminus < "$xinc" > try.c
7666
7667 case "$direntrytype" in
7668 ''|' ')
7669         case "$i_dirent" in
7670         $define) guess1='struct dirent' ;;
7671         *) guess1='struct direct'  ;;
7672         esac
7673         ;;
7674 *)      guess1="$direntrytype"
7675         ;;
7676 esac
7677
7678 case "$guess1" in
7679 'struct dirent') guess2='struct direct' ;;
7680 *) guess2='struct dirent' ;;
7681 esac
7682                 
7683 if $contains "$guess1" try.c >/dev/null 2>&1; then
7684         direntrytype="$guess1"
7685         echo "Your directory entries are $direntrytype." >&4
7686 elif $contains "$guess2" try.c >/dev/null 2>&1; then
7687         direntrytype="$guess2"
7688         echo "Your directory entries seem to be $direntrytype." >&4
7689 else
7690         echo "I don't recognize your system's directory entries." >&4
7691         rp="What type is used for directory entries on this system?"
7692         dflt="$guess1"
7693         . ./myread
7694         direntrytype="$ans"
7695 fi
7696 $rm -f try.c
7697
7698
7699 : see if the directory entry stores field length
7700 echo " "
7701 $cppstdin $cppflags $cppminus < "$xinc" > try.c
7702 if $contains 'd_namlen' try.c >/dev/null 2>&1; then
7703         echo "Good, your directory entry keeps length information in d_namlen." >&4
7704         val="$define"
7705 else
7706         echo "Your directory entry does not know about the d_namlen field." >&4
7707         val="$undef"
7708 fi
7709 set d_dirnamlen
7710 eval $setvar
7711 $rm -f try.c
7712
7713 : see if dlerror exists
7714 xxx_runnm="$runnm"
7715 runnm=false
7716 set dlerror d_dlerror
7717 eval $inlibc
7718 runnm="$xxx_runnm"
7719
7720 : see if dlfcn is available
7721 set dlfcn.h i_dlfcn
7722 eval $inhdr
7723
7724 case "$usedl" in
7725 $define|y|true)
7726         $cat << EOM
7727
7728 On a few systems, the dynamically loaded modules that perl generates and uses
7729 will need a different extension than shared libs. The default will probably
7730 be appropriate.
7731
7732 EOM
7733         case "$dlext" in
7734         '')     dflt="$so" ;;
7735         *)      dflt="$dlext" ;;
7736         esac
7737         rp='What is the extension of dynamically loaded modules'
7738         . ./myread
7739         dlext="$ans"
7740         ;;
7741 *)
7742         dlext="none"
7743         ;;
7744 esac
7745
7746 : Check if dlsym need a leading underscore
7747 echo " "
7748 val="$undef"
7749
7750 case "$dlsrc" in
7751 dl_dlopen.xs)
7752         echo "Checking whether your dlsym() needs a leading underscore ..." >&4
7753         $cat >dyna.c <<'EOM'
7754 fred () { }
7755 EOM
7756
7757 $cat >fred.c<<EOM
7758
7759 #include <stdio.h>
7760 #$i_dlfcn I_DLFCN
7761 #ifdef I_DLFCN
7762 #include <dlfcn.h>      /* the dynamic linker include file for Sunos/Solaris */
7763 #else
7764 #include <sys/types.h>
7765 #include <nlist.h>
7766 #include <link.h>
7767 #endif
7768
7769 extern int fred() ;
7770
7771 int main()
7772 {
7773     void * handle ;
7774     void * symbol ;
7775 #ifndef RTLD_LAZY
7776     int mode = 1 ;
7777 #else
7778     int mode = RTLD_LAZY ;
7779 #endif
7780     handle = dlopen("./dyna.$dlext", mode) ;
7781     if (handle == NULL) {
7782         printf ("1\n") ;
7783         fflush (stdout) ;
7784         exit(0);
7785     }
7786     symbol = dlsym(handle, "fred") ;
7787     if (symbol == NULL) {
7788         /* try putting a leading underscore */
7789         symbol = dlsym(handle, "_fred") ;
7790         if (symbol == NULL) {
7791             printf ("2\n") ;
7792             fflush (stdout) ;
7793             exit(0);
7794         }
7795         printf ("3\n") ;
7796     }
7797     else
7798         printf ("4\n") ;
7799     fflush (stdout) ;
7800     exit(0);
7801 }
7802 EOM
7803         : Call the object file tmp-dyna.o in case dlext=o.
7804         if $cc $ccflags $cccdlflags -c dyna.c > /dev/null 2>&1 && 
7805                 mv dyna${_o} tmp-dyna${_o} > /dev/null 2>&1 && 
7806                 $ld $lddlflags -o dyna.$dlext tmp-dyna${_o} > /dev/null 2>&1 && 
7807                 $cc $ccflags -o fred $ldflags $cccdlflags $ccdlflags fred.c $libs > /dev/null 2>&1; then
7808                 xxx=`./fred`
7809                 case $xxx in
7810                 1)      echo "Test program failed using dlopen." >&4
7811                         echo "Perhaps you should not use dynamic loading." >&4;;
7812                 2)      echo "Test program failed using dlsym." >&4
7813                         echo "Perhaps you should not use dynamic loading." >&4;;
7814                 3)      echo "dlsym needs a leading underscore" >&4
7815                         val="$define" ;;
7816                 4)      echo "dlsym doesn't need a leading underscore." >&4;;
7817                 esac
7818         else
7819                 echo "I can't compile and run the test program." >&4
7820                 echo "I'm guessing that dlsym doesn't need a leading underscore." >&4
7821         fi
7822         ;;
7823 esac
7824                 
7825 $rm -f fred fred.? dyna.$dlext dyna.? tmp-dyna.?
7826
7827 set d_dlsymun
7828 eval $setvar
7829
7830 hasproto='varname=$1; func=$2; shift; shift;
7831 while $test $# -ge 2; do
7832         case "$1" in
7833         $define) echo "#include <$2>";;
7834         esac ;
7835     shift 2;
7836 done > try.c;
7837 $cppstdin $cppflags $cppminus < try.c > tryout.c 2>/dev/null;
7838 if $contains "$func.*(" tryout.c >/dev/null 2>&1; then
7839         echo "$func() prototype found.";
7840         val="$define";
7841 else
7842         echo "$func() prototype NOT found.";
7843         val="$undef";
7844 fi;
7845 set $varname;
7846 eval $setvar;
7847 $rm -f try.c tryout.c'
7848
7849 : see if prototype for drand48 is available
7850 echo " "
7851 set d_drand48proto drand48 $i_stdlib stdlib.h $i_unistd unistd.h
7852 eval $hasproto
7853
7854 : see if dup2 exists
7855 set dup2 d_dup2
7856 eval $inlibc
7857
7858 : see if eaccess exists
7859 set eaccess d_eaccess
7860 eval $inlibc
7861
7862 : see if endgrent exists
7863 set endgrent d_endgrent
7864 eval $inlibc
7865
7866 : see if endhostent exists
7867 set endhostent d_endhent
7868 eval $inlibc
7869
7870 : see if endnetent exists
7871 set endnetent d_endnent
7872 eval $inlibc
7873
7874 : see if endprotoent exists
7875 set endprotoent d_endpent
7876 eval $inlibc
7877
7878 : see if endpwent exists
7879 set endpwent d_endpwent
7880 eval $inlibc
7881
7882 : see if endservent exists
7883 set endservent d_endsent
7884 eval $inlibc
7885
7886 : see if endspent exists
7887 set endspent d_endspent
7888 eval $inlibc
7889
7890 : Locate the flags for 'open()'
7891 echo " "
7892 $cat >open3.c <<'EOCP'
7893 #include <sys/types.h>
7894 #ifdef I_FCNTL
7895 #include <fcntl.h>
7896 #endif
7897 #ifdef I_SYS_FILE
7898 #include <sys/file.h>
7899 #endif
7900 int main() {
7901         if(O_RDONLY);
7902 #ifdef O_TRUNC
7903         exit(0);
7904 #else
7905         exit(1);
7906 #endif
7907 }
7908 EOCP
7909 : check sys/file.h first to get FREAD on Sun
7910 if $test `./findhdr sys/file.h` && \
7911                 set open3 -DI_SYS_FILE && eval $compile; then
7912         h_sysfile=true;
7913         echo "<sys/file.h> defines the O_* constants..." >&4
7914         if ./open3; then
7915                 echo "and you have the 3 argument form of open()." >&4
7916                 val="$define"
7917         else
7918                 echo "but not the 3 argument form of open().  Oh, well." >&4
7919                 val="$undef"
7920         fi
7921 elif $test `./findhdr fcntl.h` && \
7922                 set open3 -DI_FCNTL && eval $compile; then
7923         h_fcntl=true;
7924         echo "<fcntl.h> defines the O_* constants..." >&4
7925         if ./open3; then
7926                 echo "and you have the 3 argument form of open()." >&4
7927                 val="$define"
7928         else
7929                 echo "but not the 3 argument form of open().  Oh, well." >&4
7930                 val="$undef"
7931         fi
7932 else
7933         val="$undef"
7934         echo "I can't find the O_* constant definitions!  You got problems." >&4
7935 fi
7936 set d_open3
7937 eval $setvar
7938 $rm -f open3*
7939
7940 : see which of string.h or strings.h is needed
7941 echo " "
7942 strings=`./findhdr string.h`
7943 if $test "$strings" && $test -r "$strings"; then
7944         echo "Using <string.h> instead of <strings.h>." >&4
7945         val="$define"
7946 else
7947         val="$undef"
7948         strings=`./findhdr strings.h`
7949         if $test "$strings" && $test -r "$strings"; then
7950                 echo "Using <strings.h> instead of <string.h>." >&4
7951         else
7952                 echo "No string header found -- You'll surely have problems." >&4
7953         fi
7954 fi
7955 set i_string
7956 eval $setvar
7957 case "$i_string" in
7958 "$undef") strings=`./findhdr strings.h`;;
7959 *)        strings=`./findhdr string.h`;;
7960 esac
7961
7962 : check for non-blocking I/O stuff
7963 case "$h_sysfile" in
7964 true) echo "#include <sys/file.h>" > head.c;;
7965 *)
7966         case "$h_fcntl" in
7967         true) echo "#include <fcntl.h>" > head.c;;
7968         *) echo "#include <sys/fcntl.h>" > head.c;;
7969         esac
7970         ;;
7971 esac
7972 echo " "
7973 echo "Figuring out the flag used by open() for non-blocking I/O..." >&4
7974 case "$o_nonblock" in
7975 '')
7976         $cat head.c > try.c
7977         $cat >>try.c <<'EOCP'
7978 #include <stdio.h>
7979 int main() {
7980 #ifdef O_NONBLOCK
7981         printf("O_NONBLOCK\n");
7982         exit(0);
7983 #endif
7984 #ifdef O_NDELAY
7985         printf("O_NDELAY\n");
7986         exit(0);
7987 #endif
7988 #ifdef FNDELAY
7989         printf("FNDELAY\n");
7990         exit(0);
7991 #endif
7992         exit(0);
7993 }
7994 EOCP
7995         set try
7996         if eval $compile_ok; then
7997                 o_nonblock=`./try`
7998                 case "$o_nonblock" in
7999                 '') echo "I can't figure it out, assuming O_NONBLOCK will do.";;
8000                 *) echo "Seems like we can use $o_nonblock.";;
8001                 esac
8002         else
8003                 echo "(I can't compile the test program; pray O_NONBLOCK is right!)"
8004         fi
8005         ;;
8006 *) echo "Using $hint value $o_nonblock.";;
8007 esac
8008 $rm -f try try.* .out core
8009
8010 echo " "
8011 echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4
8012 case "$eagain" in
8013 '')
8014         $cat head.c > try.c
8015         $cat >>try.c <<EOCP
8016 #include <errno.h>
8017 #include <sys/types.h>
8018 #include <signal.h>
8019 #include <stdio.h> 
8020 #define MY_O_NONBLOCK $o_nonblock
8021 #ifndef errno  /* XXX need better Configure test */
8022 extern int errno;
8023 #endif
8024 #$i_unistd I_UNISTD
8025 #ifdef I_UNISTD
8026 #include <unistd.h>
8027 #endif
8028 #ifdef $i_string
8029 #include <string.h>
8030 #else
8031 #include <strings.h>
8032 #endif
8033 $signal_t blech(x) int x; { exit(3); }
8034 EOCP
8035         $cat >> try.c <<'EOCP'
8036 int main()
8037 {
8038         int pd[2];
8039         int pu[2];
8040         char buf[1];
8041         char string[100];
8042
8043         pipe(pd);       /* Down: child -> parent */
8044         pipe(pu);       /* Up: parent -> child */
8045         if (0 != fork()) {
8046                 int ret;
8047                 close(pd[1]);   /* Parent reads from pd[0] */
8048                 close(pu[0]);   /* Parent writes (blocking) to pu[1] */
8049                 if (-1 == fcntl(pd[0], F_SETFL, MY_O_NONBLOCK))
8050                         exit(1);
8051                 signal(SIGALRM, blech);
8052                 alarm(5);
8053                 if ((ret = read(pd[0], buf, 1)) > 0)    /* Nothing to read! */
8054                         exit(2);
8055                 sprintf(string, "%d\n", ret);
8056                 write(2, string, strlen(string));
8057                 alarm(0);
8058 #ifdef EAGAIN
8059                 if (errno == EAGAIN) {
8060                         printf("EAGAIN\n");
8061                         goto ok;
8062                 }
8063 #endif
8064 #ifdef EWOULDBLOCK
8065                 if (errno == EWOULDBLOCK)
8066                         printf("EWOULDBLOCK\n");
8067 #endif
8068         ok:
8069                 write(pu[1], buf, 1);   /* Unblocks child, tell it to close our pipe */
8070                 sleep(2);                               /* Give it time to close our pipe */
8071                 alarm(5);
8072                 ret = read(pd[0], buf, 1);      /* Should read EOF */
8073                 alarm(0);
8074                 sprintf(string, "%d\n", ret);
8075                 write(3, string, strlen(string));
8076                 exit(0);
8077         }
8078
8079         close(pd[0]);                   /* We write to pd[1] */
8080         close(pu[1]);                   /* We read from pu[0] */
8081         read(pu[0], buf, 1);    /* Wait for parent to signal us we may continue */
8082         close(pd[1]);                   /* Pipe pd is now fully closed! */
8083         exit(0);                                /* Bye bye, thank you for playing! */
8084 }
8085 EOCP
8086         set try
8087         if eval $compile_ok; then
8088                 echo "$startsh" >mtry
8089                 echo "./try >try.out 2>try.ret 3>try.err || exit 4" >>mtry
8090                 chmod +x mtry
8091                 ./mtry >/dev/null 2>&1
8092                 case $? in
8093                 0) eagain=`$cat try.out`;;
8094                 1) echo "Could not perform non-blocking setting!";;
8095                 2) echo "I did a successful read() for something that was not there!";;
8096                 3) echo "Hmm... non-blocking I/O does not seem to be working!";;
8097                 *) echo "Something terribly wrong happened during testing.";;
8098                 esac
8099                 rd_nodata=`$cat try.ret`
8100                 echo "A read() system call with no data present returns $rd_nodata."
8101                 case "$rd_nodata" in
8102                 0|-1) ;;
8103                 *)
8104                         echo "(That's peculiar, fixing that to be -1.)"
8105                         rd_nodata=-1
8106                         ;;
8107                 esac
8108                 case "$eagain" in
8109                 '')
8110                         echo "Forcing errno EAGAIN on read() with no data available."
8111                         eagain=EAGAIN
8112                         ;;
8113                 *)
8114                         echo "Your read() sets errno to $eagain when no data is available."
8115                         ;;
8116                 esac
8117                 status=`$cat try.err`
8118                 case "$status" in
8119                 0) echo "And it correctly returns 0 to signal EOF.";;
8120                 -1) echo "But it also returns -1 to signal EOF, so be careful!";;
8121                 *) echo "However, your read() returns '$status' on EOF??";;
8122                 esac
8123                 val="$define"
8124                 if test "$status" = "$rd_nodata"; then
8125                         echo "WARNING: you can't distinguish between EOF and no data!"
8126                         val="$undef"
8127                 fi
8128         else
8129                 echo "I can't compile the test program--assuming errno EAGAIN will do."
8130                 eagain=EAGAIN
8131         fi
8132         set d_eofnblk
8133         eval $setvar
8134         ;;
8135 *)
8136         echo "Using $hint value $eagain."
8137         echo "Your read() returns $rd_nodata when no data is present."
8138         case "$d_eofnblk" in
8139         "$define") echo "And you can see EOF because read() returns 0.";;
8140         "$undef") echo "But you can't see EOF status from read() returned value.";;
8141         *)
8142                 echo "(Assuming you can't see EOF status from read anyway.)"
8143                 d_eofnblk=$undef
8144                 ;;
8145         esac
8146         ;;
8147 esac
8148 $rm -f try try.* .out core head.c mtry
8149
8150 : see if fchmod exists
8151 set fchmod d_fchmod
8152 eval $inlibc
8153
8154 : see if fchown exists
8155 set fchown d_fchown
8156 eval $inlibc
8157
8158 : see if this is an fcntl system
8159 set fcntl d_fcntl
8160 eval $inlibc
8161
8162 hasfield='varname=$1; struct=$2; field=$3; shift; shift; shift;
8163 while $test $# -ge 2; do
8164         case "$1" in
8165         $define) echo "#include <$2>";;
8166         esac ;
8167     shift 2;
8168 done > try.c;
8169 echo "int main () { struct $struct foo; char* bar; bar = (char*)foo.$field; }" >> try.c;
8170 set try;
8171 if eval $compile; then
8172         val="$define";
8173 else
8174         val="$undef";
8175 fi;
8176 set $varname;
8177 eval $setvar;
8178 $rm -f try.c try.o'
8179
8180 socketlib=''
8181 sockethdr=''
8182 : see whether socket exists
8183 echo " "
8184 $echo $n "Hmm... $c" >&4
8185 if set socket val -f d_socket; eval $csym; $val; then
8186         echo "Looks like you have Berkeley networking support." >&4
8187         d_socket="$define"
8188         if set setsockopt val -f; eval $csym; $val; then
8189                 d_oldsock="$undef"
8190         else
8191                 echo "...but it uses the old BSD 4.1c interface, rather than 4.2." >&4
8192                 d_oldsock="$define"
8193         fi
8194 else
8195         if $contains socklib libc.list >/dev/null 2>&1; then
8196                 echo "Looks like you have Berkeley networking support." >&4
8197                 d_socket="$define"
8198                 : we will have to assume that it supports the 4.2 BSD interface
8199                 d_oldsock="$undef"
8200         else
8201                 echo "You don't have Berkeley networking in libc$_a..." >&4
8202                 if test "X$d_socket" = "X$define"; then
8203                    echo "...but you seem to believe that you have sockets." >&4
8204                 else
8205                         for net in net socket
8206                         do
8207                                 if test -f /usr/lib/lib$net$_a; then
8208                                         ( ($nm $nm_opt /usr/lib/lib$net$_a | eval $nm_extract) ||  \
8209                                         $ar t /usr/lib/lib$net$_a) 2>/dev/null >> libc.list
8210                                         if $contains socket libc.list >/dev/null 2>&1; then
8211                                                 d_socket="$define"
8212                                                 socketlib="-l$net"
8213                                                 case "$net" in
8214                                                 net)
8215                                                         echo "...but the Wollongong group seems to have hacked it in." >&4
8216                                                         sockethdr="-I/usr/netinclude"
8217                                                         ;;
8218                                                 esac
8219                                                 echo "Found Berkeley sockets interface in lib$net." >& 4 
8220                                                 if $contains setsockopt libc.list >/dev/null 2>&1; then
8221                                                         d_oldsock="$undef"
8222                                                 else
8223                                                         echo "...using the old BSD 4.1c interface, rather than 4.2." >&4
8224                                                         d_oldsock="$define"
8225                                                 fi
8226                                                 break
8227                                         fi
8228                                 fi
8229                         done
8230                         if test "X$d_socket" != "X$define"; then
8231                            echo "or anywhere else I see." >&4
8232                            d_socket="$undef"
8233                            d_oldsock="$undef"
8234                         fi
8235                 fi
8236         fi
8237 fi
8238
8239 : see if socketpair exists
8240 set socketpair d_sockpair
8241 eval $inlibc
8242
8243
8244 echo " "
8245 echo "Checking the availability of certain socket constants..." >& 4
8246 for ENUM in MSG_CTRUNC MSG_DONTROUTE MSG_OOB MSG_PEEK MSG_PROXY SCM_RIGHTS; do
8247         enum=`$echo $ENUM|./tr '[A-Z]' '[a-z]'`
8248         $cat >try.c <<EOF
8249 #include <sys/types.h>
8250 #include <sys/socket.h>
8251 int main() {
8252     int i = $ENUM;
8253 }
8254 EOF
8255         val="$undef"
8256         set try; if eval $compile; then
8257                 val="$define"
8258         fi
8259         set d_${enum}; eval $setvar
8260         $rm -f try.c try
8261 done
8262
8263 : see if sys/select.h has to be included
8264 set sys/select.h i_sysselct
8265 eval $inhdr
8266
8267 : see if we should include time.h, sys/time.h, or both
8268 echo " "
8269 if test "X$timeincl" = X; then
8270         echo "Testing to see if we should include <time.h>, <sys/time.h> or both." >&4
8271         $echo $n "I'm now running the test program...$c"
8272         $cat >try.c <<'EOCP'
8273 #include <sys/types.h>
8274 #ifdef I_TIME
8275 #include <time.h>
8276 #endif
8277 #ifdef I_SYSTIME
8278 #ifdef SYSTIMEKERNEL
8279 #define KERNEL
8280 #endif
8281 #include <sys/time.h>
8282 #endif
8283 #ifdef I_SYSSELECT
8284 #include <sys/select.h>
8285 #endif
8286 int main()
8287 {
8288         struct tm foo;
8289 #ifdef S_TIMEVAL
8290         struct timeval bar;
8291 #endif
8292 #ifdef S_TIMEZONE
8293         struct timezone tzp;
8294 #endif
8295         if (foo.tm_sec == foo.tm_sec)
8296                 exit(0);
8297 #ifdef S_TIMEVAL
8298         if (bar.tv_sec == bar.tv_sec)
8299                 exit(0);
8300 #endif
8301         exit(1);
8302 }
8303 EOCP
8304         flags=''
8305         for s_timezone in '-DS_TIMEZONE' ''; do
8306         sysselect=''
8307         for s_timeval in '-DS_TIMEVAL' ''; do
8308         for i_systimek in '' '-DSYSTIMEKERNEL'; do
8309         for i_time in '' '-DI_TIME'; do
8310         for i_systime in '-DI_SYSTIME' ''; do
8311                 case "$flags" in
8312                 '') $echo $n ".$c"
8313                         set try $i_time $i_systime $i_systimek $sysselect $s_timeval $s_timezone
8314                         if eval $compile; then
8315                                 set X $i_time $i_systime $i_systimek $sysselect $s_timeval
8316                                 shift
8317                                 flags="$*"
8318                                 echo " "
8319                                 $echo $n "Succeeded with $flags$c"
8320                         fi
8321                         ;;
8322                 esac
8323         done
8324         done
8325         done
8326         done
8327         done
8328         timeincl=''
8329         echo " "
8330         case "$flags" in
8331         *SYSTIMEKERNEL*) i_systimek="$define"
8332                 timeincl=`./findhdr sys/time.h`
8333                 echo "We'll include <sys/time.h> with KERNEL defined." >&4;;
8334         *) i_systimek="$undef";;
8335         esac
8336         case "$flags" in
8337         *I_TIME*) i_time="$define"
8338                 timeincl=`./findhdr time.h`" $timeincl"
8339                 echo "We'll include <time.h>." >&4;;
8340         *) i_time="$undef";;
8341         esac
8342         case "$flags" in
8343         *I_SYSTIME*) i_systime="$define"
8344                 timeincl=`./findhdr sys/time.h`" $timeincl"
8345                 echo "We'll include <sys/time.h>." >&4;;
8346         *) i_systime="$undef";;
8347         esac
8348         $rm -f try.c try
8349 fi
8350
8351 : check for fd_set items
8352 $cat <<EOM
8353
8354 Checking to see how well your C compiler handles fd_set and friends ...
8355 EOM
8356 $cat >fd_set.c <<EOCP
8357 #$i_systime I_SYS_TIME
8358 #$i_sysselct I_SYS_SELECT
8359 #$d_socket HAS_SOCKET
8360 #include <sys/types.h>
8361 #ifdef HAS_SOCKET
8362 #include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
8363 #endif
8364 #ifdef I_SYS_TIME
8365 #include <sys/time.h>
8366 #endif
8367 #ifdef I_SYS_SELECT
8368 #include <sys/select.h>
8369 #endif
8370 int main() {
8371         fd_set fds;
8372
8373 #ifdef TRYBITS
8374         if(fds.fds_bits);
8375 #endif
8376
8377 #if defined(FD_SET) && defined(FD_CLR) && defined(FD_ISSET) && defined(FD_ZERO)
8378         exit(0);
8379 #else
8380         exit(1);
8381 #endif
8382 }
8383 EOCP
8384 set fd_set -DTRYBITS
8385 if eval $compile; then
8386         d_fds_bits="$define"
8387         d_fd_set="$define"
8388         echo "Well, your system knows about the normal fd_set typedef..." >&4
8389         if ./fd_set; then
8390                 echo "and you have the normal fd_set macros (just as I'd expect)." >&4
8391                 d_fd_macros="$define"
8392         else
8393                 $cat >&4 <<'EOM'
8394 but not the normal fd_set macros!  Gaaack!  I'll have to cover for you.
8395 EOM
8396                 d_fd_macros="$undef"
8397         fi
8398 else
8399         $cat <<'EOM'
8400 Hmm, your compiler has some difficulty with fd_set.  Checking further...
8401 EOM
8402         set fd_set
8403         if eval $compile; then
8404                 d_fds_bits="$undef"
8405                 d_fd_set="$define"
8406                 echo "Well, your system has some sort of fd_set available..." >&4
8407                 if ./fd_set; then
8408                         echo "and you have the normal fd_set macros." >&4
8409                         d_fd_macros="$define"
8410                 else
8411                         $cat <<'EOM'
8412 but not the normal fd_set macros!  Gross!  More work for me...
8413 EOM
8414                         d_fd_macros="$undef"
8415                 fi
8416         else
8417         echo "Well, you got zip.  That's OK, I can roll my own fd_set stuff." >&4
8418                 d_fd_set="$undef"
8419                 d_fds_bits="$undef"
8420                 d_fd_macros="$undef"
8421         fi
8422 fi
8423 $rm -f fd_set*
8424
8425 : see if fgetpos exists
8426 set fgetpos d_fgetpos
8427 eval $inlibc
8428
8429 : see if flock exists
8430 set flock d_flock
8431 eval $inlibc
8432
8433 : see if fork exists
8434 set fork d_fork
8435 eval $inlibc
8436
8437 : see if pathconf exists
8438 set pathconf d_pathconf
8439 eval $inlibc
8440
8441 : see if fpathconf exists
8442 set fpathconf d_fpathconf
8443 eval $inlibc
8444
8445 : define an is-a-typedef? function
8446 typedef='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
8447 case "$inclist" in
8448 "") inclist="sys/types.h";;
8449 esac;
8450 eval "varval=\$$var";
8451 case "$varval" in
8452 "")
8453         $rm -f temp.c;
8454         for inc in $inclist; do
8455                 echo "#include <$inc>" >>temp.c;
8456         done;
8457         echo "#ifdef $type" >> temp.c;
8458         echo "printf(\"We have $type\");" >> temp.c;
8459         echo "#endif" >> temp.c;
8460         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
8461         if $contains $type temp.E >/dev/null 2>&1; then
8462                 eval "$var=\$type";
8463         else
8464                 eval "$var=\$def";
8465         fi;
8466         $rm -f temp.?;;
8467 *) eval "$var=\$varval";;
8468 esac'
8469
8470 : define an is-a-typedef? function that prompts if the type is not available.
8471 typedef_ask='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
8472 case "$inclist" in
8473 "") inclist="sys/types.h";;
8474 esac;
8475 eval "varval=\$$var";
8476 case "$varval" in
8477 "")
8478         $rm -f temp.c;
8479         for inc in $inclist; do
8480                 echo "#include <$inc>" >>temp.c;
8481         done;
8482         echo "#ifdef $type" >> temp.c;
8483         echo "printf(\"We have $type\");" >> temp.c;
8484         echo "#endif" >> temp.c;
8485         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
8486         echo " " ;
8487         echo "$rp" | $sed -e "s/What is/Looking for/" -e "s/?/./";
8488         if $contains $type temp.E >/dev/null 2>&1; then
8489                 echo "$type found." >&4;
8490                 eval "$var=\$type";
8491         else
8492                 echo "$type NOT found." >&4;
8493                 dflt="$def";
8494                 . ./myread ;
8495                 eval "$var=\$ans";
8496         fi;
8497         $rm -f temp.?;;
8498 *) eval "$var=\$varval";;
8499 esac'
8500
8501 : see what type lseek is declared as in the kernel
8502 rp="What is the type used for lseek's offset on this system?"
8503 set off_t lseektype long stdio.h sys/types.h
8504 eval $typedef_ask
8505
8506 echo " "
8507 $echo $n "Checking to see how big your file offsets are...$c" >&4
8508 $cat >try.c <<EOCP
8509 #include <sys/types.h>
8510 #include <stdio.h>
8511 int main()
8512 {
8513     printf("%d\n", (int)sizeof($lseektype));
8514     return(0); 
8515 }
8516 EOCP
8517 set try
8518 if eval $compile_ok; then
8519         lseeksize=`./try`
8520         $echo " $lseeksize bytes." >&4
8521 else
8522         dflt='4'
8523         echo " "
8524         echo "(I can't seem to compile the test program.  Guessing...)"
8525         rp="What is the size of your file offsets (in bytes)?"
8526         . ./myread
8527         lseeksize="$ans"
8528 fi
8529 $rm -f try.c try
8530
8531 : see what type file positions are declared as in the library
8532 rp="What is the type for file position used by fsetpos()?"
8533 set fpos_t fpostype long stdio.h sys/types.h
8534 eval $typedef_ask
8535
8536 echo " "
8537 case "$fpostype" in
8538 *_t) zzz="$fpostype"    ;;
8539 *)   zzz="fpos_t"       ;;
8540 esac
8541 echo "Checking the size of $zzz..." >&4 
8542 cat > try.c <<EOCP
8543 #include <sys/types.h>
8544 #include <stdio.h>
8545 int main() {
8546     printf("%d\n", (int)sizeof($fpostype));
8547     exit(0);
8548 }
8549 EOCP
8550 set try
8551 if eval $compile_ok; then
8552         yyy=`./try`
8553         case "$yyy" in
8554         '')     fpossize=4
8555                 echo "(I can't execute the test program--guessing $fpossize.)" >&4
8556                 ;;
8557         *)      fpossize=$yyy
8558                 echo "Your $zzz size is $fpossize bytes."
8559                 ;;
8560         esac
8561 else
8562         fpossize=4
8563         echo "(I can't compile the test program--guessing $fpossize.)" >&4
8564 fi
8565
8566
8567
8568 : check for off64_t
8569 echo " "
8570 echo "Checking to see if your system supports off64_t..." >&4
8571 $cat >try.c <<EOCP
8572 #include <sys/types.h>
8573 #include <unistd.h>
8574 int main() { off64_t x = 7; }'
8575 EOCP
8576 set try
8577 if eval $compile; then
8578         val="$define"
8579         echo "Yes, it does."
8580 else
8581         val="$undef"
8582         echo "No, it doesn't."
8583         case "$lseeksize" in
8584         8) echo "(This is okay because your off_t is 64 bits wide.)" ;;
8585         esac
8586 fi
8587 $rm -f try.* try
8588 set d_off64_t
8589 eval $setvar
8590
8591 : check for fpos64_t
8592 echo " "
8593 echo "Checking to see if your system supports fpos64_t..." >&4
8594 $cat >try.c <<EOCP
8595 #include <sys/stdio.h>
8596 int main() { fpos64_t x x = 7; }'
8597 EOCP
8598 set try
8599 if eval $compile; then
8600         val="$define"
8601         echo "Yes, it does."
8602 else
8603         val="$undef"
8604         echo "No, it doesn't."
8605         case "$fpossize" in
8606         8) echo "(This is okay because your fpos_t is 64 bits wide.)" ;;
8607         esac
8608 fi
8609 $rm -f try.* try
8610 set d_fpos64_t
8611 eval $setvar
8612
8613 hasstruct='varname=$1; struct=$2; shift; shift;
8614 while $test $# -ge 2; do
8615         case "$1" in
8616         $define) echo "#include <$2>";;
8617         esac ;
8618     shift 2;
8619 done > try.c;
8620 echo "int main () { struct $struct foo; }" >> try.c;
8621 set try;
8622 if eval $compile; then
8623         val="$define";
8624 else
8625         val="$undef";
8626 fi;
8627 set $varname;
8628 eval $setvar;
8629 $rm -f try.c try.o'
8630
8631 : see if this is a sys/param system
8632 set sys/param.h i_sysparam
8633 eval $inhdr
8634
8635 : see if this is a sys/mount.h system
8636 set sys/mount.h i_sysmount
8637 eval $inhdr
8638
8639 : see if sys/types.h has to be included
8640 set sys/types.h i_systypes
8641 eval $inhdr
8642
8643
8644 echo " "
8645 echo "Checking to see if your system supports struct fs_data..." >&4
8646 set d_fs_data_s fs_data $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h
8647 eval $hasstruct
8648 case "$d_fs_data_s" in
8649 "$define")      echo "Yes, it does."   ;;
8650 *)              echo "No, it doesn't." ;;
8651 esac
8652
8653 : see if fseeko exists
8654 set fseeko d_fseeko
8655 eval $inlibc
8656
8657 : see if fsetpos exists
8658 set fsetpos d_fsetpos
8659 eval $inlibc
8660
8661
8662 : see if fstatfs exists
8663 set fstatfs d_fstatfs
8664 eval $inlibc
8665
8666
8667 : see if statvfs exists
8668 set statvfs d_statvfs
8669 eval $inlibc
8670
8671 : see if fstatvfs exists
8672 set fstatvfs d_fstatvfs
8673 eval $inlibc
8674
8675
8676 : see if ftello exists
8677 set ftello d_ftello
8678 eval $inlibc
8679
8680 : see if getgrent exists
8681 set getgrent d_getgrent
8682 eval $inlibc
8683
8684 : see if gethostbyaddr exists
8685 set gethostbyaddr d_gethbyaddr
8686 eval $inlibc
8687
8688 : see if gethostbyname exists
8689 set gethostbyname d_gethbyname
8690 eval $inlibc
8691
8692 : see if gethostent exists
8693 set gethostent d_gethent
8694 eval $inlibc
8695
8696 : see how we will look up host name
8697 echo " "
8698 call=''
8699 if set gethostname val -f d_gethname; eval $csym; $val; then
8700         echo 'gethostname() found.' >&4
8701         d_gethname="$define"
8702         call=gethostname
8703 fi
8704 if set uname val -f d_uname; eval $csym; $val; then
8705         if ./xenix; then
8706                 $cat <<'EOM'
8707 uname() was found, but you're running xenix, and older versions of xenix
8708 have a broken uname(). If you don't really know whether your xenix is old
8709 enough to have a broken system call, use the default answer.
8710
8711 EOM
8712                 dflt=y
8713                 case "$d_uname" in
8714                 "$define") dflt=n;;
8715                 esac
8716                 rp='Is your uname() broken?'
8717                 . ./myread
8718                 case "$ans" in
8719                 n*) d_uname="$define"; call=uname;;
8720                 esac
8721         else
8722                 echo 'uname() found.' >&4
8723                 d_uname="$define"
8724                 case "$call" in
8725                 '') call=uname ;;
8726                 esac
8727         fi
8728 fi
8729 case "$d_gethname" in
8730 '') d_gethname="$undef";;
8731 esac
8732 case "$d_uname" in
8733 '') d_uname="$undef";;
8734 esac
8735 case "$d_uname$d_gethname" in
8736 *define*)
8737         dflt=n
8738         cat <<EOM
8739  
8740 Every now and then someone has a $call() that lies about the hostname
8741 but can't be fixed for political or economic reasons.  If you wish, I can
8742 pretend $call() isn't there and maybe compute hostname at run-time
8743 thanks to the '$phostname' command.
8744
8745 EOM
8746         rp="Shall I ignore $call() from now on?"
8747         . ./myread
8748         case "$ans" in
8749         y*) d_uname="$undef" d_gethname="$undef"; $echo $n "Okay...$c";;
8750         esac;;
8751 esac
8752 case "$phostname" in
8753 '') aphostname='';;
8754 *) case "$aphostname" in
8755         /*) ;;
8756         *) set X $phostname
8757                 shift
8758                 file=$1
8759                 shift
8760                 file=`./loc $file $file $pth`
8761                 aphostname=`echo $file $*`
8762                 ;;
8763         esac
8764         ;;
8765 esac
8766 case "$d_uname$d_gethname" in
8767 *define*) ;;
8768 *)
8769         case "$phostname" in
8770         '')
8771                 echo "There will be no way for $package to get your hostname." >&4;;
8772         *)
8773         echo "I'll use 'popen("'"'$aphostname'", "r")'"' to get your hostname." >&4
8774                 ;;
8775         esac;;
8776 esac
8777 case "$d_phostname" in
8778 '') d_phostname="$undef";;
8779 esac
8780
8781 : see if this is a netdb.h system
8782 set netdb.h i_netdb
8783 eval $inhdr
8784
8785 : see if prototypes for various gethostxxx netdb.h functions are available
8786 echo " "
8787 set d_gethostprotos gethostent $i_netdb netdb.h
8788 eval $hasproto
8789
8790 : see if getlogin exists
8791 set getlogin d_getlogin
8792 eval $inlibc
8793
8794 : see if getmnt exists
8795 set getmnt d_getmnt
8796 eval $inlibc
8797
8798 : see if getmntent exists
8799 set getmntent d_getmntent
8800 eval $inlibc
8801
8802 : see if getnetbyaddr exists
8803 set getnetbyaddr d_getnbyaddr
8804 eval $inlibc
8805
8806 : see if getnetbyname exists
8807 set getnetbyname d_getnbyname
8808 eval $inlibc
8809
8810 : see if getnetent exists
8811 set getnetent d_getnent
8812 eval $inlibc
8813
8814 : see if prototypes for various getnetxxx netdb.h functions are available
8815 echo " "
8816 set d_getnetprotos getnetent $i_netdb netdb.h
8817 eval $hasproto
8818
8819
8820 : see if getprotobyname exists
8821 set getprotobyname d_getpbyname
8822 eval $inlibc
8823
8824 : see if getprotobynumber exists
8825 set getprotobynumber d_getpbynumber
8826 eval $inlibc
8827
8828 : see if getprotoent exists
8829 set getprotoent d_getpent
8830 eval $inlibc
8831
8832 : see if getpgid exists
8833 set getpgid d_getpgid
8834 eval $inlibc
8835
8836 : see if getpgrp2 exists
8837 set getpgrp2 d_getpgrp2
8838 eval $inlibc
8839
8840 : see if getppid exists
8841 set getppid d_getppid
8842 eval $inlibc
8843
8844 : see if getpriority exists
8845 set getpriority d_getprior
8846 eval $inlibc
8847
8848 : see if prototypes for various getprotoxxx netdb.h functions are available
8849 echo " "
8850 set d_getprotoprotos getprotoent $i_netdb netdb.h
8851 eval $hasproto
8852
8853 : see if getpwent exists
8854 set getpwent d_getpwent
8855 eval $inlibc
8856
8857
8858 : see if getservbyname exists
8859 set getservbyname d_getsbyname
8860 eval $inlibc
8861
8862 : see if getservbyport exists
8863 set getservbyport d_getsbyport
8864 eval $inlibc
8865
8866 : see if getservent exists
8867 set getservent d_getsent
8868 eval $inlibc
8869
8870 : see if prototypes for various getservxxx netdb.h functions are available
8871 echo " "
8872 set d_getservprotos getservent $i_netdb netdb.h
8873 eval $hasproto
8874
8875 : see if getspent exists
8876 set getspent d_getspent
8877 eval $inlibc
8878
8879 : see if getspnam exists
8880 set getspnam d_getspnam
8881 eval $inlibc
8882
8883 : see if gettimeofday or ftime exists
8884 set gettimeofday d_gettimeod
8885 eval $inlibc
8886 case "$d_gettimeod" in
8887 "$undef")
8888         set ftime d_ftime 
8889         eval $inlibc
8890         ;;
8891 *)
8892         val="$undef"; set d_ftime; eval $setvar
8893         ;;
8894 esac
8895 case "$d_gettimeod$d_ftime" in
8896 "$undef$undef")
8897         echo " "
8898         echo 'No ftime() nor gettimeofday() -- timing may be less accurate.' >&4
8899         ;;
8900 esac
8901
8902 : see if this is an grp system
8903 set grp.h i_grp
8904 eval $inhdr
8905
8906 case "$i_grp" in
8907 $define)
8908         xxx=`./findhdr grp.h`
8909         $cppstdin $cppflags $cppminus < $xxx >$$.h
8910
8911         if $contains 'gr_passwd' $$.h >/dev/null 2>&1; then
8912                 val="$define"
8913         else
8914                 val="$undef"
8915         fi
8916         set d_grpasswd
8917         eval $setvar
8918
8919         $rm -f $$.h
8920         ;;
8921 *)
8922         val="$undef";
8923         set d_grpasswd; eval $setvar
8924         ;;
8925 esac
8926
8927 : see if hasmntopt exists
8928 set hasmntopt d_hasmntopt
8929 eval $inlibc
8930
8931 : see if this is a netinet/in.h or sys/in.h system
8932 set netinet/in.h i_niin sys/in.h i_sysin
8933 eval $inhdr
8934
8935 : see if arpa/inet.h has to be included
8936 set arpa/inet.h i_arpainet
8937 eval $inhdr
8938
8939 : see if htonl --and friends-- exists
8940 val=''
8941 set htonl val
8942 eval $inlibc
8943
8944 : Maybe they are macros.
8945 case "$val" in
8946 $undef)
8947         $cat >htonl.c <<EOM
8948 #include <stdio.h>
8949 #include <sys/types.h>
8950 #$i_niin I_NETINET_IN
8951 #$i_sysin I_SYS_IN
8952 #$i_arpainet I_ARPA_INET
8953 #ifdef I_NETINET_IN
8954 #include <netinet/in.h>
8955 #endif
8956 #ifdef I_SYS_IN
8957 #include <sys/in.h>
8958 #endif
8959 #ifdef I_ARPA_INET
8960 #include <arpa/inet.h>
8961 #endif
8962 #ifdef htonl
8963 printf("Defined as a macro.");
8964 #endif
8965 EOM
8966         $cppstdin $cppflags $cppminus < htonl.c >htonl.E 2>/dev/null
8967         if $contains 'Defined as a macro' htonl.E >/dev/null 2>&1; then
8968                 val="$define"
8969                 echo "But it seems to be defined as a macro." >&4
8970         fi
8971         $rm -f htonl.?
8972         ;;
8973 esac
8974 set d_htonl
8975 eval $setvar
8976
8977 : index or strchr
8978 echo " "
8979 if set index val -f; eval $csym; $val; then
8980         if set strchr val -f d_strchr; eval $csym; $val; then
8981                 if $contains strchr "$strings" >/dev/null 2>&1 ; then
8982                         val="$define"
8983                         vali="$undef"
8984                         echo "strchr() found." >&4
8985                 else
8986                         val="$undef"
8987                         vali="$define"
8988                         echo "index() found." >&4
8989                 fi
8990         else
8991                 val="$undef"
8992                 vali="$define"
8993                 echo "index() found." >&4
8994         fi
8995 else
8996         if set strchr val -f d_strchr; eval $csym; $val; then
8997                 val="$define"
8998                 vali="$undef"
8999                 echo "strchr() found." >&4
9000         else
9001                 echo "No index() or strchr() found!" >&4
9002                 val="$undef"
9003                 vali="$undef"
9004         fi
9005 fi
9006 set d_strchr; eval $setvar
9007 val="$vali"
9008 set d_index; eval $setvar
9009
9010 : check whether inet_aton exists
9011 set inet_aton d_inetaton
9012 eval $inlibc
9013
9014 : see if inttypes.h is available
9015 : we want a real compile instead of Inhdr because some systems
9016 : have an inttypes.h which includes non-existent headers
9017 echo " "
9018 $cat >try.c <<EOCP
9019 #include <inttypes.h>
9020 int main() {
9021         static int32_t foo32 = 0x12345678;
9022 }
9023 EOCP
9024 set try
9025 if eval $compile; then
9026         echo "<inttypes.h> found." >&4
9027         val="$define"
9028 else
9029         echo "<inttypes.h> NOT found." >&4
9030         val="$undef"
9031 fi
9032 $rm -f try.c try
9033 set i_inttypes
9034 eval $setvar
9035
9036 : check for int64_t
9037 case "$use64bits" in
9038 "$define" )
9039         echo " "
9040         $echo $n "Checking to see if your system supports int64_t...$c" >&4
9041         $cat >try.c <<EOCP
9042 #include <sys/types.h>
9043 #$i_inttypes I_INTTYPES
9044 #ifdef I_INTTYPES
9045 #include <inttypes.h>
9046 #endif
9047 int main() { int64_t x = 7; }
9048 EOCP
9049         set try
9050         if eval $compile; then
9051                 val="$define"
9052                 echo " Yes, it does." >&4
9053         else
9054                 val="$undef"
9055                 echo " No, it doesn't." >&4
9056         fi
9057         $rm -f try try.*
9058         ;;
9059 *)      val="$undef"
9060         ;;
9061 esac
9062 set d_int64t
9063 eval $setvar
9064
9065
9066 : Look for isascii
9067 echo " "
9068 $cat >isascii.c <<'EOCP'
9069 #include <stdio.h>
9070 #include <ctype.h>
9071 int main() {
9072         int c = 'A';
9073         if (isascii(c))
9074                 exit(0);
9075         else
9076                 exit(1);
9077 }
9078 EOCP
9079 set isascii
9080 if eval $compile; then
9081         echo "isascii() found." >&4
9082         val="$define"
9083 else
9084         echo "isascii() NOT found." >&4
9085         val="$undef"
9086 fi
9087 set d_isascii
9088 eval $setvar
9089 $rm -f isascii*
9090
9091 : see if killpg exists
9092 set killpg d_killpg
9093 eval $inlibc
9094
9095 : see if lchown exists
9096 echo " "
9097 $cat > try.c <<'EOCP'
9098 /* System header to define __stub macros and hopefully few prototypes,
9099     which can conflict with char lchown(); below.  */
9100 #include <assert.h>
9101 /* Override any gcc2 internal prototype to avoid an error.  */
9102 /* We use char because int might match the return type of a gcc2
9103    builtin and then its argument prototype would still apply.  */
9104 char lchown();
9105 int main() {
9106     /*  The GNU C library defines this for functions which it implements
9107         to always fail with ENOSYS.  Some functions are actually named
9108         something starting with __ and the normal name is an alias.  */
9109 #if defined (__stub_lchown) || defined (__stub___lchown)
9110 choke me
9111 #else
9112 lchown();
9113 #endif
9114 ; return 0; }
9115 EOCP
9116 set try
9117 if eval $compile; then
9118     $echo "lchown() found." >&4
9119     val="$define"
9120 else
9121     $echo "lchown() NOT found." >&4
9122     val="$undef"
9123 fi
9124 set d_lchown
9125 eval $setvar
9126
9127 : See if number of significant digits in a double precision number is known
9128 echo " "
9129 $cat >ldbl_dig.c <<EOM
9130 #$i_limits I_LIMITS
9131 #$i_float I_FLOAT
9132 #ifdef I_LIMITS
9133 #include <limits.h>
9134 #endif
9135 #ifdef I_FLOAT
9136 #include <float.h>
9137 #endif
9138 #ifdef LDBL_DIG
9139 printf("Contains LDBL_DIG");
9140 #endif
9141 EOM
9142 $cppstdin $cppflags $cppminus < ldbl_dig.c >ldbl_dig.E 2>/dev/null
9143 if $contains 'LDBL_DIG' ldbl_dig.E >/dev/null 2>&1; then
9144         echo "LDBL_DIG found." >&4
9145         val="$define"
9146 else
9147         echo "LDBL_DIG NOT found." >&4
9148         val="$undef"
9149 fi
9150 $rm -f ldbl_dig.?
9151 set d_ldbl_dig
9152 eval $setvar
9153
9154 : see if link exists
9155 set link d_link
9156 eval $inlibc
9157
9158 : see if localeconv exists
9159 set localeconv d_locconv
9160 eval $inlibc
9161
9162 : see if lockf exists
9163 set lockf d_lockf
9164 eval $inlibc
9165
9166 : check for long long
9167 echo " "
9168 $echo $n "Checking to see if your system supports long long..." $c >&4
9169 echo 'int main() { long long x = 7; return 0; }' > try.c
9170 set try
9171 if eval $compile; then
9172         val="$define"
9173         echo " Yes, it does." >&4
9174 else
9175         val="$undef"
9176         echo " No, it doesn't." >&4
9177 fi
9178 $rm try.*
9179 set d_longlong
9180 eval $setvar
9181
9182 : check for length of long long
9183 case "${d_longlong}${longlongsize}" in
9184 $define)
9185         echo " "
9186         $echo $n "Checking to see how big your long longs are..." $c >&4
9187         $cat >try.c <<'EOCP'
9188 #include <stdio.h>
9189 int main()
9190 {
9191     printf("%d\n", (int)sizeof(long long));
9192     return(0);
9193 }
9194 EOCP
9195         set try
9196         if eval $compile_ok; then
9197                 longlongsize=`./try$exe_ext`
9198                 $echo " $longlongsize bytes." >&4
9199         else
9200                 dflt='8'
9201                 echo " "
9202                 echo "(I can't seem to compile the test program.  Guessing...)"
9203                 rp="What is the size of a long long (in bytes)?"
9204                 . ./myread
9205                 longlongsize="$ans"
9206         fi
9207         if $test "X$longsize" = "X$longlongsize"; then
9208                 echo "(That isn't any different from an ordinary long.)"
9209         fi      
9210         ;;
9211 esac
9212 $rm -f try.* try
9213
9214 : see if lstat exists
9215 set lstat d_lstat
9216 eval $inlibc
9217
9218 : see if mblen exists
9219 set mblen d_mblen
9220 eval $inlibc
9221
9222 : see if mbstowcs exists
9223 set mbstowcs d_mbstowcs
9224 eval $inlibc
9225
9226 : see if mbtowc exists
9227 set mbtowc d_mbtowc
9228 eval $inlibc
9229
9230 : see if memchr exists
9231 set memchr d_memchr
9232 eval $inlibc
9233
9234 : see if memcmp exists
9235 set memcmp d_memcmp
9236 eval $inlibc
9237
9238 : see if memcpy exists
9239 set memcpy d_memcpy
9240 eval $inlibc
9241
9242 : see if memmove exists
9243 set memmove d_memmove
9244 eval $inlibc
9245
9246 : see if memset exists
9247 set memset d_memset
9248 eval $inlibc
9249
9250 : see if mkdir exists
9251 set mkdir d_mkdir
9252 eval $inlibc
9253
9254 : see if mkfifo exists
9255 set mkfifo d_mkfifo
9256 eval $inlibc
9257
9258 : see if mktime exists
9259 set mktime d_mktime
9260 eval $inlibc
9261
9262 : see if msgctl exists
9263 set msgctl d_msgctl
9264 eval $inlibc
9265
9266 : see if msgget exists
9267 set msgget d_msgget
9268 eval $inlibc
9269
9270 : see if msgsnd exists
9271 set msgsnd d_msgsnd
9272 eval $inlibc
9273
9274 : see if msgrcv exists
9275 set msgrcv d_msgrcv
9276 eval $inlibc
9277
9278 : see how much of the 'msg*(2)' library is present.
9279 h_msg=true
9280 echo " "
9281 case "$d_msgctl$d_msgget$d_msgsnd$d_msgrcv" in
9282 *"$undef"*) h_msg=false;;
9283 esac
9284 case "$osname" in
9285 freebsd)
9286     case "`ipcs 2>&1`" in
9287     "SVID messages"*"not configured"*)
9288         echo "Your $osname does not have the msg*(2) configured." >&4
9289         h_msg=false
9290         val="$undef"
9291         set msgctl d_msgctl
9292         eval $setvar
9293         set msgget d_msgget
9294         eval $setvar
9295         set msgsnd d_msgsnd
9296         eval $setvar
9297         set msgrcv d_msgrcv
9298         eval $setvar
9299         ;;
9300     esac
9301     ;;
9302 esac
9303 : we could also check for sys/ipc.h ...
9304 if $h_msg && $test `./findhdr sys/msg.h`; then
9305         echo "You have the full msg*(2) library." >&4
9306         val="$define"
9307 else
9308         echo "You don't have the full msg*(2) library." >&4
9309         val="$undef"
9310 fi
9311 set d_msg
9312 eval $setvar
9313
9314 : see if nice exists
9315 set nice d_nice
9316 eval $inlibc
9317
9318 : see if POSIX threads are available
9319 set pthread.h i_pthread
9320 eval $inhdr
9321
9322
9323
9324
9325 : how to create joinable pthreads
9326 if test "X$usethreads" = "X$define" -a "X$i_pthread" = "X$define"; then
9327         echo " "
9328         echo "Checking what constant to use for creating joinable pthreads..." >&4 
9329         $cat >try.c <<'EOCP'
9330 #include <pthread.h>
9331 int main() {
9332     int detachstate = JOINABLE;
9333 }
9334 EOCP
9335         set try -DJOINABLE=PTHREAD_CREATE_JOINABLE
9336         if eval $compile; then
9337                 echo "You seem to use PTHREAD_CREATE_JOINABLE." >&4
9338                 val="$undef" # Yes, undef.
9339                 set d_old_pthread_create_joinable
9340                 eval $setvar
9341                 val=""
9342                 set old_pthread_create_joinable
9343                 eval $setvar
9344         else
9345                 set try -DJOINABLE=PTHREAD_CREATE_UNDETACHED
9346                 if eval $compile; then
9347                         echo "You seem to use PTHREAD_CREATE_UNDETACHED." >&4
9348                         val="$define"
9349                         set d_old_pthread_create_joinable
9350                         eval $setvar
9351                         val=PTHREAD_CREATE_UNDETACHED
9352                         set old_pthread_create_joinable
9353                         eval $setvar
9354                 else            
9355                         set try -DJOINABLE=__UNDETACHED
9356                         if eval $compile; then
9357                                 echo "You seem to use __UNDETACHED." >&4
9358                                 val="$define"
9359                                 set d_old_pthread_create_joinable
9360                                 eval $setvar
9361                                 val=__UNDETACHED
9362                                 set old_pthread_create_joinable
9363                                 eval $setvar
9364                         else
9365                                 echo "Egads, nothing obvious found.  Guessing that you use 0." >&4
9366                                 val="$define"
9367                                 set d_old_pthread_create_joinable
9368                                 eval $setvar
9369                                 val=0
9370                                 set old_pthread_create_joinable
9371                                 eval $setvar
9372                         fi
9373                 fi
9374         fi
9375         $rm -f try try.*
9376 else
9377     d_old_pthread_create_joinable="$undef"
9378     old_pthread_create_joinable=""
9379 fi
9380
9381 : see if pause exists
9382 set pause d_pause
9383 eval $inlibc
9384
9385 : see if pipe exists
9386 set pipe d_pipe
9387 eval $inlibc
9388
9389 : see if poll exists
9390 set poll d_poll
9391 eval $inlibc
9392
9393
9394 : see whether the various POSIXish _yields exist
9395 $cat >try.c <<EOP
9396 #include <pthread.h>
9397 #include <stdio.h>
9398 int main() {
9399 #ifdef SCHED_YIELD
9400         sched_yield();
9401 #else
9402 #ifdef PTHREAD_YIELD
9403         pthread_yield();
9404 #else
9405 #ifdef PTHREAD_YIELD_NULL
9406         pthread_yield(NULL);
9407 #endif
9408 #endif
9409 #endif
9410 }
9411 EOP
9412 : see if sched_yield exists
9413 set try -DSCHED_YIELD
9414 if eval $compile; then
9415     val="$define"
9416     sched_yield='sched_yield()'
9417 else
9418     val="$undef"
9419 fi
9420 case "$usethreads" in
9421 $define)
9422         case "$val" in
9423         $define) echo 'sched_yield() found.' >&4        ;;
9424         *)       echo 'sched_yield() NOT found.' >&4    ;;
9425         esac
9426 esac
9427 set d_sched_yield
9428 eval $setvar
9429
9430 : see if pthread_yield exists
9431 set try -DPTHREAD_YIELD
9432 if eval $compile; then
9433     val="$define"
9434     case "$sched_yield" in
9435     '') sched_yield='pthread_yield()' ;;
9436     esac
9437 else
9438     set try -DPTHREAD_YIELD_NULL
9439     if eval $compile; then
9440         val="$define"
9441         case "$sched_yield" in
9442         '') sched_yield='pthread_yield(NULL)' ;;
9443         esac
9444     else
9445         val="$undef"
9446     fi
9447 fi
9448 case "$usethreads" in
9449 $define)
9450         case "$val" in
9451         $define) echo 'pthread_yield() found.' >&4      ;;
9452         *)       echo 'pthread_yield() NOT found.' >&4  ;;
9453         esac
9454         ;;
9455 esac
9456 set d_pthread_yield
9457 eval $setvar
9458
9459 case "$sched_yield" in
9460 '') sched_yield=undef ;;
9461 esac
9462
9463 $rm -f try try.*
9464
9465 : see if this is a pwd.h system
9466 set pwd.h i_pwd
9467 eval $inhdr
9468
9469 case "$i_pwd" in
9470 $define)
9471         xxx=`./findhdr pwd.h`
9472         $cppstdin $cppflags $cppminus < $xxx >$$.h
9473
9474         if $contains 'pw_quota' $$.h >/dev/null 2>&1; then
9475                 val="$define"
9476         else
9477                 val="$undef"
9478         fi
9479         set d_pwquota
9480         eval $setvar
9481
9482         if $contains 'pw_age' $$.h >/dev/null 2>&1; then
9483                 val="$define"
9484         else
9485                 val="$undef"
9486         fi
9487         set d_pwage
9488         eval $setvar
9489
9490         if $contains 'pw_change' $$.h >/dev/null 2>&1; then
9491                 val="$define"
9492         else
9493                 val="$undef"
9494         fi
9495         set d_pwchange
9496         eval $setvar
9497
9498         if $contains 'pw_class' $$.h >/dev/null 2>&1; then
9499                 val="$define"
9500         else
9501                 val="$undef"
9502         fi
9503         set d_pwclass
9504         eval $setvar
9505
9506         if $contains 'pw_expire' $$.h >/dev/null 2>&1; then
9507                 val="$define"
9508         else
9509                 val="$undef"
9510         fi
9511         set d_pwexpire
9512         eval $setvar
9513
9514         if $contains 'pw_comment' $$.h >/dev/null 2>&1; then
9515                 val="$define"
9516         else
9517                 val="$undef"
9518         fi
9519         set d_pwcomment
9520         eval $setvar
9521
9522         if $contains 'pw_gecos' $$.h >/dev/null 2>&1; then
9523                 val="$define"
9524         else
9525                 val="$undef"
9526         fi
9527         set d_pwgecos
9528         eval $setvar
9529
9530         if $contains 'pw_passwd' $$.h >/dev/null 2>&1; then
9531                 val="$define"
9532         else
9533                 val="$undef"
9534         fi
9535         set d_pwpasswd
9536         eval $setvar
9537
9538         $rm -f $$.h
9539         ;;
9540 *)
9541         val="$undef"; 
9542         set d_pwquota; eval $setvar
9543         set d_pwage; eval $setvar
9544         set d_pwchange; eval $setvar
9545         set d_pwclass; eval $setvar
9546         set d_pwexpire; eval $setvar
9547         set d_pwcomment; eval $setvar
9548         set d_pwgecos; eval $setvar
9549         set d_pwpasswd; eval $setvar
9550         ;;
9551 esac
9552
9553
9554 echo " "
9555 echo "Checking which 64-bit integer type to use..." >&4
9556
9557 case "$intsize" in
9558 8) val=int
9559    set quadtype
9560    eval $setvar
9561    val='"unsigned int"'
9562    set uquadtype
9563    eval $setvar
9564    quadcase=1
9565    ;;
9566 *) case "$longsize" in
9567    8) val=long
9568       set quadtype
9569       eval $setvar
9570       val='"unsigned long"'
9571       set uquadtype
9572       eval $setvar
9573       quadcase=2
9574       ;;
9575    *) case "$uselonglong:$d_longlong:$longlongsize" in
9576       define:define:8)
9577         val='"long long"'
9578         set quadtype
9579         eval $setvar
9580         val='"unsigned long long"'
9581         set uquadtype
9582         eval $setvar
9583         quadcase=3
9584         ;;
9585       *) case "$d_int64t" in
9586          define)
9587            val=int64_t
9588            set quadtype
9589            eval $setvar
9590            val=uint64_t
9591            set uquadtype
9592            eval $setvar
9593            quadcase=4
9594            ;;
9595          esac
9596          ;;
9597       esac
9598       ;;
9599    esac
9600    ;;
9601 esac
9602
9603 case "$quadtype" in
9604 '')     echo "Alas, no 64-bit integer types in sight." >&4
9605         d_quad="$undef"
9606         ;;
9607 *)      echo "Using '$quadtype' for 64-bit integers." >&4
9608         d_quad="$define"
9609         ;;
9610 esac
9611
9612 : see if readdir and friends exist
9613 set readdir d_readdir
9614 eval $inlibc
9615 set seekdir d_seekdir
9616 eval $inlibc
9617 set telldir d_telldir
9618 eval $inlibc
9619 set rewinddir d_rewinddir
9620 eval $inlibc
9621
9622 : see if readlink exists
9623 set readlink d_readlink
9624 eval $inlibc
9625
9626 : see if rename exists
9627 set rename d_rename
9628 eval $inlibc
9629
9630 : see if rmdir exists
9631 set rmdir d_rmdir
9632 eval $inlibc
9633
9634 : see if memory.h is available.
9635 val=''
9636 set memory.h val
9637 eval $inhdr
9638
9639 : See if it conflicts with string.h
9640 case "$val" in
9641 $define)
9642         case "$strings" in
9643         '') ;;
9644         *)
9645                 $cppstdin $cppflags $cppminus < $strings > mem.h
9646                 if $contains 'memcpy' mem.h >/dev/null 2>&1; then
9647                         echo " "
9648                         echo "We won't be including <memory.h>."
9649                         val="$undef"
9650                 fi
9651                 $rm -f mem.h
9652                 ;;
9653         esac
9654 esac
9655 set i_memory
9656 eval $setvar
9657
9658 : can bcopy handle overlapping blocks?
9659 val="$undef"
9660 case "$d_bcopy" in
9661 "$define")
9662         echo " "
9663         echo "Checking to see if your bcopy() can do overlapping copies..." >&4
9664         $cat >try.c <<EOCP
9665 #$i_memory I_MEMORY
9666 #$i_stdlib I_STDLIB
9667 #$i_string I_STRING
9668 #$i_unistd I_UNISTD
9669 EOCP
9670         $cat >>try.c <<'EOCP'
9671 #include <stdio.h>
9672 #ifdef I_MEMORY
9673 #  include <memory.h>
9674 #endif
9675 #ifdef I_STDLIB
9676 #  include <stdlib.h>
9677 #endif
9678 #ifdef I_STRING
9679 #  include <string.h>
9680 #else
9681 #  include <strings.h>
9682 #endif
9683 #ifdef I_UNISTD
9684 #  include <unistd.h>  /* Needed for NetBSD */
9685 #endif
9686 int main()
9687 {
9688 char buf[128], abc[128];
9689 char *b;
9690 int len;
9691 int off;
9692 int align;
9693
9694 bcopy("abcdefghijklmnopqrstuvwxyz0123456789", abc, 36);
9695
9696 for (align = 7; align >= 0; align--) {
9697         for (len = 36; len; len--) {
9698                 b = buf+align;
9699                 bcopy(abc, b, len);
9700                 for (off = 1; off <= len; off++) {
9701                         bcopy(b, b+off, len);
9702                         bcopy(b+off, b, len);
9703                         if (bcmp(b, abc, len))
9704                                 exit(1);
9705                 }
9706         }
9707 }
9708 exit(0);
9709 }
9710 EOCP
9711         set try
9712         if eval $compile_ok; then
9713                 if ./try 2>/dev/null; then
9714                         echo "Yes, it can."
9715                         val="$define"
9716                 else
9717                         echo "It can't, sorry."
9718                         case "$d_memmove" in
9719                         "$define") echo "But that's Ok since you have memmove()." ;;
9720                         esac
9721                 fi
9722         else
9723                 echo "(I can't compile the test program, so we'll assume not...)"
9724                 case "$d_memmove" in
9725                 "$define") echo "But that's Ok since you have memmove()." ;;
9726                 esac
9727         fi
9728         ;;
9729 esac
9730 $rm -f try.* try core
9731 set d_safebcpy
9732 eval $setvar
9733
9734 : can memcpy handle overlapping blocks?
9735 val="$undef"
9736 case "$d_memcpy" in
9737 "$define")
9738         echo " "
9739         echo "Checking to see if your memcpy() can do overlapping copies..." >&4
9740         $cat >try.c <<EOCP
9741 #$i_memory I_MEMORY
9742 #$i_stdlib I_STDLIB
9743 #$i_string I_STRING
9744 #$i_unistd I_UNISTD
9745 EOCP
9746         $cat >>try.c <<'EOCP'
9747 #include <stdio.h>
9748 #ifdef I_MEMORY
9749 #  include <memory.h>
9750 #endif
9751 #ifdef I_STDLIB
9752 #  include <stdlib.h>
9753 #endif
9754 #ifdef I_STRING
9755 #  include <string.h>
9756 #else
9757 #  include <strings.h>
9758 #endif
9759 #ifdef I_UNISTD
9760 #  include <unistd.h>  /* Needed for NetBSD */
9761 #endif
9762 int main()
9763 {
9764 char buf[128], abc[128];
9765 char *b;
9766 int len;
9767 int off;
9768 int align;
9769
9770 /* Copy "abcde..." string to char abc[] so that gcc doesn't
9771    try to store the string in read-only memory. */
9772 memcpy(abc, "abcdefghijklmnopqrstuvwxyz0123456789", 36);
9773
9774 for (align = 7; align >= 0; align--) {
9775         for (len = 36; len; len--) {
9776                 b = buf+align;
9777                 memcpy(b, abc, len);
9778                 for (off = 1; off <= len; off++) {
9779                         memcpy(b+off, b, len);
9780                         memcpy(b, b+off, len);
9781                         if (memcmp(b, abc, len))
9782                                 exit(1);
9783                 }
9784         }
9785 }
9786 exit(0);
9787 }
9788 EOCP
9789         set try
9790         if eval $compile_ok; then
9791                 if ./try 2>/dev/null; then
9792                         echo "Yes, it can."
9793                         val="$define"
9794                 else
9795                         echo "It can't, sorry."
9796                         case "$d_memmove" in
9797                         "$define") echo "But that's Ok since you have memmove()." ;;
9798                         esac
9799                 fi
9800         else
9801                 echo "(I can't compile the test program, so we'll assume not...)"
9802                 case "$d_memmove" in
9803                 "$define") echo "But that's Ok since you have memmove()." ;;
9804                 esac
9805         fi
9806         ;;
9807 esac
9808 $rm -f try.* try core
9809 set d_safemcpy
9810 eval $setvar
9811
9812 : can memcmp be trusted to compare relative magnitude?
9813 val="$undef"
9814 case "$d_memcmp" in
9815 "$define")
9816         echo " "
9817         echo "Checking if your memcmp() can compare relative magnitude..." >&4
9818         $cat >try.c <<EOCP
9819 #$i_memory I_MEMORY
9820 #$i_stdlib I_STDLIB
9821 #$i_string I_STRING
9822 #$i_unistd I_UNISTD
9823 EOCP
9824         $cat >>try.c <<'EOCP'
9825 #include <stdio.h>
9826 #ifdef I_MEMORY
9827 #  include <memory.h>
9828 #endif
9829 #ifdef I_STDLIB
9830 #  include <stdlib.h>
9831 #endif
9832 #ifdef I_STRING
9833 #  include <string.h>
9834 #else
9835 #  include <strings.h>
9836 #endif
9837 #ifdef I_UNISTD
9838 #  include <unistd.h>  /* Needed for NetBSD */
9839 #endif
9840 int main()
9841 {
9842 char a = -1;
9843 char b = 0;
9844 if ((a < b) && memcmp(&a, &b, 1) < 0)
9845         exit(1);
9846 exit(0);
9847 }
9848 EOCP
9849         set try
9850         if eval $compile_ok; then
9851                 if ./try 2>/dev/null; then
9852                         echo "Yes, it can."
9853                         val="$define"
9854                 else
9855                         echo "No, it can't (it uses signed chars)."
9856                 fi
9857         else
9858                 echo "(I can't compile the test program, so we'll assume not...)"
9859         fi
9860         ;;
9861 esac
9862 $rm -f try.* try core
9863 set d_sanemcmp
9864 eval $setvar
9865
9866 : see if select exists
9867 set select d_select
9868 eval $inlibc
9869
9870 : see if semctl exists
9871 set semctl d_semctl
9872 eval $inlibc
9873
9874 : see if semget exists
9875 set semget d_semget
9876 eval $inlibc
9877
9878 : see if semop exists
9879 set semop d_semop
9880 eval $inlibc
9881
9882 : see how much of the 'sem*(2)' library is present.
9883 h_sem=true
9884 echo " "
9885 case "$d_semctl$d_semget$d_semop" in
9886 *"$undef"*) h_sem=false;;
9887 esac
9888 case "$osname" in
9889 freebsd)
9890     case "`ipcs 2>&1`" in
9891     "SVID messages"*"not configured"*)
9892         echo "Your $osname does not have the sem*(2) configured." >&4
9893         h_sem=false
9894         val="$undef"
9895         set semctl d_semctl
9896         eval $setvar
9897         set semget d_semget
9898         eval $setvar
9899         set semop d_semop
9900         eval $setvar
9901         ;;
9902     esac
9903     ;;
9904 esac
9905 : we could also check for sys/ipc.h ...
9906 if $h_sem && $test `./findhdr sys/sem.h`; then
9907         echo "You have the full sem*(2) library." >&4
9908         val="$define"
9909 else
9910         echo "You don't have the full sem*(2) library." >&4
9911         val="$undef"
9912 fi
9913 set d_sem
9914 eval $setvar
9915
9916 : see whether sys/sem.h defines union semun
9917 echo " "
9918 $cat > try.c <<'END'
9919 #include <sys/types.h>
9920 #include <sys/ipc.h>
9921 #include <sys/sem.h>
9922 int main () { union semun semun; semun.buf = 0; }
9923 END
9924 set try
9925 if eval $compile; then
9926     echo "You have union semun in <sys/sem.h>." >&4
9927     val="$define"
9928 else
9929     echo "You do not have union semun in <sys/sem.h>." >&4
9930     val="$undef"
9931 fi
9932 $rm -f try try.c try.h
9933 set d_union_semun
9934 eval $setvar
9935
9936 : see how to do semctl IPC_STAT
9937 case "$d_sem" in
9938 $define)
9939     : see whether semctl IPC_STAT can use union semun
9940     echo " "
9941     $cat > try.h <<END
9942 #ifndef S_IRUSR
9943 #   ifdef S_IREAD
9944 #       define S_IRUSR S_IREAD
9945 #       define S_IWUSR S_IWRITE
9946 #       define S_IXUSR S_IEXEC
9947 #   else
9948 #       define S_IRUSR 0400
9949 #       define S_IWUSR 0200
9950 #       define S_IXUSR 0100
9951 #   endif
9952 #   define S_IRGRP (S_IRUSR>>3)
9953 #   define S_IWGRP (S_IWUSR>>3)
9954 #   define S_IXGRP (S_IXUSR>>3)
9955 #   define S_IROTH (S_IRUSR>>6)
9956 #   define S_IWOTH (S_IWUSR>>6)
9957 #   define S_IXOTH (S_IXUSR>>6)
9958 #endif
9959 #ifndef S_IRWXU
9960 #   define S_IRWXU (S_IRUSR|S_IWUSR|S_IXUSR)
9961 #   define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)
9962 #   define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
9963 #endif
9964 END
9965
9966     $cat > try.c <<END
9967 #include <sys/types.h>
9968 #include <sys/ipc.h>
9969 #include <sys/sem.h>
9970 #include <sys/stat.h>
9971 #include <stdio.h>
9972 #include <errno.h>
9973 #include "try.h"
9974 #ifndef errno
9975 extern int errno;
9976 #endif
9977 #$d_union_semun HAS_UNION_SEMUN
9978 int main() {
9979     union semun
9980 #ifndef HAS_UNION_SEMUN
9981     {
9982         int val;
9983         struct semid_ds *buf;
9984         unsigned short *array;
9985     }
9986 #endif
9987     arg;
9988     int sem, st;
9989
9990 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) && defined(S_IRWXO) && defined(IPC_CREAT)
9991     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
9992     if (sem > -1) {
9993         struct semid_ds argbuf;
9994         arg.buf = &argbuf;
9995 #       ifdef IPC_STAT
9996         st = semctl(sem, 0, IPC_STAT, arg);
9997         if (st == 0)
9998             printf("semun\n");
9999         else
10000 #       endif /* IPC_STAT */
10001             printf("semctl IPC_STAT failed: errno = %d\n", errno);
10002 #       ifdef IPC_RMID
10003         if (semctl(sem, 0, IPC_RMID, arg) != 0)
10004 #       endif /* IPC_RMID */
10005             printf("semctl IPC_RMID failed: errno = %d\n", errno);
10006     } else
10007 #endif /* IPC_PRIVATE && ... */
10008         printf("semget failed: errno = %d\n", errno);
10009   return 0;
10010 }
10011 END
10012     val="$undef"
10013     set try
10014     if eval $compile; then
10015         xxx=`./try`
10016         case "$xxx" in
10017         semun) val="$define" ;;
10018         esac
10019     fi
10020     $rm -f try try.c
10021     set d_semctl_semun
10022     eval $setvar
10023     case "$d_semctl_semun" in
10024     $define)
10025         echo "You can use union semun for semctl IPC_STAT." >&4
10026         also='also'
10027         ;;
10028     *)  echo "You cannot use union semun for semctl IPC_STAT." >&4
10029         also=''
10030         ;;
10031     esac
10032
10033     : see whether semctl IPC_STAT can use struct semid_ds pointer
10034     $cat > try.c <<'END'
10035 #include <sys/types.h>
10036 #include <sys/ipc.h>
10037 #include <sys/sem.h>
10038 #include <sys/stat.h>
10039 #include "try.h"
10040 #include <stdio.h>
10041 #include <errno.h>
10042 #ifndef errno
10043 extern int errno;
10044 #endif
10045 int main() {
10046     struct semid_ds arg;
10047     int sem, st;
10048
10049 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) &&  defined(S_IRWXO) && defined(IPC_CREAT)
10050     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
10051     if (sem > -1) {
10052 #       ifdef IPC_STAT
10053         st = semctl(sem, 0, IPC_STAT, &arg);
10054         if (st == 0)
10055             printf("semid_ds\n");
10056         else
10057 #       endif /* IPC_STAT */
10058             printf("semctl IPC_STAT failed: errno = %d\n", errno);
10059 #       ifdef IPC_RMID
10060         if (semctl(sem, 0, IPC_RMID, &arg) != 0)
10061 #       endif /* IPC_RMID */
10062             printf("semctl IPC_RMID failed: errno = %d\n", errno);
10063     } else
10064 #endif /* IPC_PRIVATE && ... */
10065         printf("semget failed: errno = %d\n", errno);
10066
10067     return 0;
10068 }
10069 END
10070     val="$undef"
10071     set try
10072     if eval $compile; then
10073         xxx=`./try`
10074         case "$xxx" in
10075         semid_ds) val="$define" ;;
10076         esac
10077     fi
10078     $rm -f try try.c
10079     set d_semctl_semid_ds
10080     eval $setvar
10081     case "$d_semctl_semid_ds" in
10082     $define)
10083         echo "You can $also use struct semid_ds* for semctl IPC_STAT." >&4
10084         ;;
10085     *)  echo "You cannot use struct semid_ds* for semctl IPC_STAT." >&4
10086         ;;
10087     esac
10088     $rm -f try.h
10089     ;;
10090 *)  val="$undef"
10091
10092     # We do not have the full sem*(2) library, so assume we can not
10093     # use either.
10094
10095     set d_semctl_semun
10096     eval $setvar
10097
10098     set d_semctl_semid_ds
10099     eval $setvar
10100     ;;
10101 esac
10102
10103 : see if setegid exists
10104 set setegid d_setegid
10105 eval $inlibc
10106
10107 : see if seteuid exists
10108 set seteuid d_seteuid
10109 eval $inlibc
10110
10111 : see if setgrent exists
10112 set setgrent d_setgrent
10113 eval $inlibc
10114
10115 : see if sethostent exists
10116 set sethostent d_sethent
10117 eval $inlibc
10118
10119 : see if setlinebuf exists
10120 set setlinebuf d_setlinebuf
10121 eval $inlibc
10122
10123 : see if setlocale exists
10124 set setlocale d_setlocale
10125 eval $inlibc
10126
10127 : see if setnetent exists
10128 set setnetent d_setnent
10129 eval $inlibc
10130
10131 : see if setprotoent exists
10132 set setprotoent d_setpent
10133 eval $inlibc
10134
10135 : see if setpgid exists
10136 set setpgid d_setpgid
10137 eval $inlibc
10138
10139 : see if setpgrp2 exists
10140 set setpgrp2 d_setpgrp2
10141 eval $inlibc
10142
10143 : see if setpriority exists
10144 set setpriority d_setprior
10145 eval $inlibc
10146
10147 : see if setpwent exists
10148 set setpwent d_setpwent
10149 eval $inlibc
10150
10151 : see if setregid exists
10152 set setregid d_setregid
10153 eval $inlibc
10154 set setresgid d_setresgid
10155 eval $inlibc
10156
10157 : see if setreuid exists
10158 set setreuid d_setreuid
10159 eval $inlibc
10160 set setresuid d_setresuid
10161 eval $inlibc
10162
10163 : see if setrgid exists
10164 set setrgid d_setrgid
10165 eval $inlibc
10166
10167 : see if setruid exists
10168 set setruid d_setruid
10169 eval $inlibc
10170
10171 : see if setservent exists
10172 set setservent d_setsent
10173 eval $inlibc
10174
10175 : see if setsid exists
10176 set setsid d_setsid
10177 eval $inlibc
10178
10179 : see if setspent exists
10180 set setspent d_setspent
10181 eval $inlibc
10182
10183 : see if setvbuf exists
10184 set setvbuf d_setvbuf
10185 eval $inlibc
10186
10187 : see if sfio.h is available
10188 set sfio.h i_sfio
10189 eval $inhdr
10190
10191
10192 : see if sfio library is available
10193 case "$i_sfio" in
10194 $define)
10195         val=''
10196         set sfreserve val
10197         eval $inlibc
10198         ;;
10199 *)
10200         val="$undef"
10201         ;;
10202 esac
10203 : Ok, but do we want to use it.
10204 case "$val" in
10205 $define)
10206         case "$usesfio" in
10207         true|$define|[yY]*) dflt='y';;
10208         *) dflt='n';;
10209         esac
10210         echo "$package can use the sfio library, but it is experimental."
10211         rp="You seem to have sfio available, do you want to try using it?"
10212         . ./myread
10213         case "$ans" in
10214         y|Y) ;;
10215         *)      echo "Ok, avoiding sfio this time.  I'll use stdio instead."
10216                 val="$undef"
10217                 : Remove sfio from list of libraries to use
10218                 set `echo X $libs | $sed -e 's/-lsfio / /' -e 's/-lsfio$//'`
10219                 shift
10220                 libs="$*"
10221                 echo "libs = $libs" >&4
10222                 ;;
10223         esac
10224         ;;
10225 *)      case "$usesfio" in
10226         true|$define|[yY]*)
10227                 echo "Sorry, cannot find sfio on this machine" >&4
10228                 echo "Ignoring your setting of usesfio=$usesfio" >&4
10229                 ;;
10230         esac
10231         ;;
10232 esac
10233 set d_sfio
10234 eval $setvar
10235 case "$d_sfio" in
10236 $define) usesfio='true';;
10237 *) usesfio='false';;
10238 esac
10239
10240 : see if shmctl exists
10241 set shmctl d_shmctl
10242 eval $inlibc
10243
10244 : see if shmget exists
10245 set shmget d_shmget
10246 eval $inlibc
10247
10248 : see if shmat exists
10249 set shmat d_shmat
10250 eval $inlibc
10251 : see what shmat returns
10252 case "$d_shmat" in
10253 "$define")
10254         $cat >shmat.c <<'END'
10255 #include <sys/shm.h>
10256 void *shmat();
10257 END
10258         if $cc $ccflags -c shmat.c >/dev/null 2>&1; then
10259                 shmattype='void *'
10260         else
10261                 shmattype='char *'
10262         fi
10263         echo "and it returns ($shmattype)." >&4
10264         : see if a prototype for shmat is available
10265         xxx=`./findhdr sys/shm.h`
10266         $cppstdin $cppflags $cppminus < $xxx > shmat.c 2>/dev/null
10267         if $contains 'shmat.*(' shmat.c >/dev/null 2>&1; then
10268                 val="$define"
10269         else
10270                 val="$undef"
10271         fi
10272         $rm -f shmat.[co]
10273         ;;
10274 *)
10275         val="$undef"
10276         ;;
10277 esac
10278 set d_shmatprototype
10279 eval $setvar
10280
10281 : see if shmdt exists
10282 set shmdt d_shmdt
10283 eval $inlibc
10284
10285 : see how much of the 'shm*(2)' library is present.
10286 h_shm=true
10287 echo " "
10288 case "$d_shmctl$d_shmget$d_shmat$d_shmdt" in
10289 *"$undef"*) h_shm=false;;
10290 esac
10291 case "$osname" in
10292 freebsd)
10293     case "`ipcs 2>&1`" in
10294     "SVID shared memory"*"not configured"*)
10295         echo "Your $osname does not have the shm*(2) configured." >&4
10296         h_shm=false
10297         val="$undef"
10298         set shmctl d_shmctl
10299         evat $setvar
10300         set shmget d_shmget
10301         evat $setvar
10302         set shmat d_shmat
10303         evat $setvar
10304         set shmdt d_shmdt
10305         evat $setvar
10306         ;;
10307     esac
10308     ;;
10309 esac
10310 : we could also check for sys/ipc.h ...
10311 if $h_shm && $test `./findhdr sys/shm.h`; then
10312         echo "You have the full shm*(2) library." >&4
10313         val="$define"
10314 else
10315         echo "You don't have the full shm*(2) library." >&4
10316         val="$undef"
10317 fi
10318 set d_shm
10319 eval $setvar
10320
10321 echo " "
10322 : see if we have sigaction
10323 if set sigaction val -f d_sigaction; eval $csym; $val; then
10324         echo 'sigaction() found.' >&4
10325         $cat > try.c <<'EOP'
10326 #include <stdio.h>
10327 #include <sys/types.h>
10328 #include <signal.h>
10329 int main()
10330 {
10331     struct sigaction act, oact;
10332     act.sa_flags = 0;
10333     oact.sa_handler = 0;
10334     /* so that act and oact are used */
10335     exit(act.sa_flags == 0 &&  oact.sa_handler == 0);
10336 }
10337 EOP
10338         set try
10339         if eval $compile_ok; then
10340                 val="$define"
10341         else
10342                 echo "But you don't seem to have a useable struct sigaction." >&4
10343                 val="$undef"
10344         fi
10345 else
10346         echo 'sigaction NOT found.' >&4
10347         val="$undef"
10348 fi
10349 set d_sigaction; eval $setvar
10350 $rm -f try try$_o try.c
10351
10352 : see if sigsetjmp exists
10353 echo " "
10354 case "$d_sigsetjmp" in
10355 '')
10356         $cat >try.c <<'EOP'
10357 #include <setjmp.h>
10358 sigjmp_buf env;
10359 int set = 1;
10360 int main()
10361 {
10362         if (sigsetjmp(env,1))
10363                 exit(set);
10364         set = 0;
10365         siglongjmp(env, 1);
10366         exit(1);
10367 }
10368 EOP
10369         set try
10370         if eval $compile; then
10371                 if ./try >/dev/null 2>&1; then
10372                         echo "POSIX sigsetjmp found." >&4
10373                         val="$define"
10374                 else
10375                         $cat >&4 <<EOM
10376 Uh-Oh! You have POSIX sigsetjmp and siglongjmp, but they do not work properly!!
10377 I'll ignore them.
10378 EOM
10379                         val="$undef"
10380                 fi
10381         else
10382                 echo "sigsetjmp not found." >&4
10383                 val="$undef"
10384         fi
10385         ;;
10386 *) val="$d_sigsetjmp"
10387         case "$d_sigsetjmp" in
10388         $define) echo "POSIX sigsetjmp found." >&4;;
10389         $undef) echo "sigsetjmp not found." >&4;;
10390         esac
10391         ;;
10392 esac
10393 set d_sigsetjmp
10394 eval $setvar
10395 $rm -f try.c try
10396
10397 : see if sqrtl exists
10398 set sqrtl d_sqrtl
10399 eval $inlibc
10400
10401 : see if sys/stat.h is available
10402 set sys/stat.h i_sysstat
10403 eval $inhdr
10404
10405
10406 : see if stat knows about block sizes
10407 echo " "
10408 echo "Checking to see if your struct stat has st_blocks field..." >&4
10409 set d_statblks stat st_blocks $i_sysstat sys/stat.h
10410 eval $hasfield
10411
10412
10413 : see if this is a sys/vfs.h system
10414 set sys/vfs.h i_sysvfs
10415 eval $inhdr
10416
10417
10418 : see if this is a sys/statfs.h system
10419 set sys/statfs.h i_sysstatfs
10420 eval $inhdr
10421
10422
10423 echo " "
10424 echo "Checking to see if your system supports struct statfs..." >&4
10425 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
10426 eval $hasstruct
10427 case "$d_statfs_s" in
10428 "$define")      echo "Yes, it does."   ;;
10429 *)              echo "No, it doesn't." ;;
10430 esac
10431
10432
10433
10434 : see if struct statfs knows about f_flags
10435 case "$d_statfs_s" in
10436 define) 
10437         echo " "
10438         echo "Checking to see if your struct statfs has f_flags field..." >&4
10439         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
10440         eval $hasfield
10441         ;;
10442 *)      val="$undef"
10443         set d_statfs_f_flags
10444         eval $setvar
10445         ;;
10446 esac
10447 case "$d_statfs_f_flags" in
10448 "$define")      echo "Yes, it does."   ;;
10449 *)              echo "No, it doesn't." ;;
10450 esac
10451
10452 : see if _ptr and _cnt from stdio act std
10453 echo " "
10454 if $contains '_IO_fpos_t' `./findhdr stdio.h` `./findhdr libio.h` >/dev/null 2>&1 ; then
10455         echo "(Looks like you have stdio.h from Linux.)"
10456         case "$stdio_ptr" in
10457         '') stdio_ptr='((fp)->_IO_read_ptr)'
10458                 ptr_lval=$define
10459                 ;;
10460         *)      ptr_lval=$d_stdio_ptr_lval;;
10461         esac
10462         case "$stdio_cnt" in
10463         '') stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
10464                 cnt_lval=$undef
10465                 ;;
10466         *)      cnt_lval=$d_stdio_cnt_lval;;
10467         esac
10468         case "$stdio_base" in
10469         '') stdio_base='((fp)->_IO_read_base)';;
10470         esac
10471         case "$stdio_bufsiz" in
10472         '') stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)';;
10473         esac
10474 else
10475         case "$stdio_ptr" in
10476         '') stdio_ptr='((fp)->_ptr)'
10477                 ptr_lval=$define
10478                 ;;
10479         *)      ptr_lval=$d_stdio_ptr_lval;;
10480         esac
10481         case "$stdio_cnt" in
10482         '') stdio_cnt='((fp)->_cnt)'
10483                 cnt_lval=$define
10484                 ;;
10485         *)      cnt_lval=$d_stdio_cnt_lval;;
10486         esac
10487         case "$stdio_base" in
10488         '') stdio_base='((fp)->_base)';;
10489         esac
10490         case "$stdio_bufsiz" in
10491         '') stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)';;
10492         esac
10493 fi
10494 : test whether _ptr and _cnt really work
10495 echo "Checking how std your stdio is..." >&4
10496 $cat >try.c <<EOP
10497 #include <stdio.h>
10498 #define FILE_ptr(fp)    $stdio_ptr
10499 #define FILE_cnt(fp)    $stdio_cnt
10500 int main() {
10501         FILE *fp = fopen("try.c", "r");
10502         char c = getc(fp);
10503         if (
10504                 18 <= FILE_cnt(fp) &&
10505                 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
10506         )
10507                 exit(0);
10508         exit(1);
10509 }
10510 EOP
10511 val="$undef"
10512 set try
10513 if eval $compile; then
10514         if ./try; then
10515                 echo "Your stdio acts pretty std."
10516                 val="$define"
10517         else
10518                 echo "Your stdio isn't very std."
10519         fi
10520 else
10521         echo "Your stdio doesn't appear very std."
10522 fi
10523 $rm -f try.c try
10524 set d_stdstdio
10525 eval $setvar
10526
10527 : Can _ptr be used as an lvalue?
10528 case "$d_stdstdio$ptr_lval" in
10529 $define$define) val=$define ;;
10530 *) val=$undef ;;
10531 esac
10532 set d_stdio_ptr_lval
10533 eval $setvar
10534
10535 : Can _cnt be used as an lvalue?
10536 case "$d_stdstdio$cnt_lval" in
10537 $define$define) val=$define ;;
10538 *) val=$undef ;;
10539 esac
10540 set d_stdio_cnt_lval
10541 eval $setvar
10542
10543 : see if _base is also standard
10544 val="$undef"
10545 case "$d_stdstdio" in
10546 $define)
10547         $cat >try.c <<EOP
10548 #include <stdio.h>
10549 #define FILE_base(fp)   $stdio_base
10550 #define FILE_bufsiz(fp) $stdio_bufsiz
10551 int main() {
10552         FILE *fp = fopen("try.c", "r");
10553         char c = getc(fp);
10554         if (
10555                 19 <= FILE_bufsiz(fp) &&
10556                 strncmp(FILE_base(fp), "#include <stdio.h>\n", 19) == 0
10557         )
10558                 exit(0);
10559         exit(1);
10560 }
10561 EOP
10562         set try
10563         if eval $compile; then
10564                 if ./try; then
10565                         echo "And its _base field acts std."
10566                         val="$define"
10567                 else
10568                         echo "But its _base field isn't std."
10569                 fi
10570         else
10571                 echo "However, it seems to be lacking the _base field."
10572         fi
10573         $rm -f try.c try
10574         ;;
10575 esac
10576 set d_stdiobase
10577 eval $setvar
10578
10579 $cat >&4 <<EOM
10580 Checking how to access stdio streams by file descriptor number...
10581 EOM
10582 case "$stdio_stream_array" in
10583 '')     $cat >try.c <<EOCP
10584 #include <stdio.h>
10585 int main() {
10586   if (&STDIO_STREAM_ARRAY[fileno(stdin)] == stdin)
10587     printf("yes\n");
10588 }
10589 EOCP
10590         for s in _iob __iob __sF
10591         do
10592                 set try -DSTDIO_STREAM_ARRAY=$s
10593                 if eval $compile; then
10594                         case "`./try$exe_ext`" in
10595                         yes)    stdio_stream_array=$s; break ;;
10596                         esac
10597                 fi
10598         done
10599         $rm -f try.* try$exe_ext
10600 esac
10601 case "$stdio_stream_array" in
10602 '')     $cat >&4 <<EOM
10603 I can't figure out how to access stdio streams by file descriptor number.
10604 EOM
10605         d_stdio_stream_array="$undef"
10606         ;;
10607 *)      $cat >&4 <<EOM
10608 You can access stdio streams by file descriptor number by the $stdio_stream_array array.
10609 EOM
10610         d_stdio_stream_array="$define"
10611         ;;
10612 esac
10613
10614 : see if strcoll exists
10615 set strcoll d_strcoll
10616 eval $inlibc
10617
10618 : check for structure copying
10619 echo " "
10620 echo "Checking to see if your C compiler can copy structs..." >&4
10621 $cat >try.c <<'EOCP'
10622 int main()
10623 {
10624         struct blurfl {
10625                 int dyick;
10626         } foo, bar;
10627
10628         foo = bar;
10629 }
10630 EOCP
10631 if $cc -c try.c >/dev/null 2>&1 ; then
10632         val="$define"
10633         echo "Yup, it can."
10634 else
10635         val="$undef"
10636         echo "Nope, it can't."
10637 fi
10638 set d_strctcpy
10639 eval $setvar
10640 $rm -f try.*
10641
10642 : see if strerror and/or sys_errlist[] exist
10643 echo " "
10644 if test "X$d_strerror" = X -o "X$d_syserrlst" = X; then
10645     if set strerror val -f d_strerror; eval $csym; $val; then
10646                 echo 'strerror() found.' >&4
10647                 d_strerror="$define"
10648                 d_strerrm='strerror(e)'
10649                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
10650                         echo "(You also have sys_errlist[], so we could roll our own strerror.)" 
10651                         d_syserrlst="$define"
10652                 else
10653                         echo "(Since you don't have sys_errlist[], sterror() is welcome.)"
10654                         d_syserrlst="$undef"
10655                 fi
10656     elif xxx=`./findhdr string.h`; test "$xxx" || xxx=`./findhdr strings.h`; \
10657                         $contains '#[   ]*define.*strerror' "$xxx" >/dev/null 2>&1; then
10658                 echo 'strerror() found in string header.' >&4
10659                 d_strerror="$define"
10660                 d_strerrm='strerror(e)'
10661                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
10662                         echo "(Most probably, strerror() uses sys_errlist[] for descriptions.)"
10663                                 d_syserrlst="$define"
10664                 else
10665                         echo "(You don't appear to have any sys_errlist[], how can this be?)"
10666                         d_syserrlst="$undef"
10667                 fi
10668     elif set sys_errlist val -a d_syserrlst; eval $csym; $val; then
10669                 echo "strerror() not found, but you have sys_errlist[] so we'll use that." >&4
10670                 d_strerror="$undef"
10671                 d_syserrlst="$define"
10672                 d_strerrm='((e)<0||(e)>=sys_nerr?"unknown":sys_errlist[e])'
10673     else
10674                 echo 'strerror() and sys_errlist[] NOT found.' >&4
10675                 d_strerror="$undef"
10676                 d_syserrlst="$undef"
10677                 d_strerrm='"unknown"'
10678     fi
10679 fi
10680
10681 : see if strtod exists
10682 set strtod d_strtod
10683 eval $inlibc
10684
10685 : see if strtol exists
10686 set strtol d_strtol
10687 eval $inlibc
10688
10689 : see if strtoul exists
10690 set strtoul d_strtoul
10691 eval $inlibc
10692
10693 : see if strtoull exists
10694 set strtoull d_strtoull
10695 eval $inlibc
10696
10697 : see if strxfrm exists
10698 set strxfrm d_strxfrm
10699 eval $inlibc
10700
10701 : see if symlink exists
10702 set symlink d_symlink
10703 eval $inlibc
10704
10705 : see if syscall exists
10706 set syscall d_syscall
10707 eval $inlibc
10708
10709 : see if sysconf exists
10710 set sysconf d_sysconf
10711 eval $inlibc
10712
10713 : see if system exists
10714 set system d_system
10715 eval $inlibc
10716
10717 : see if tcgetpgrp exists
10718 set tcgetpgrp d_tcgetpgrp
10719 eval $inlibc
10720
10721 : see if tcsetpgrp exists
10722 set tcsetpgrp d_tcsetpgrp
10723 eval $inlibc
10724
10725 : see if prototype for telldir is available
10726 echo " "
10727 set d_telldirproto telldir $i_systypes sys/types.h $i_dirent dirent.h
10728 eval $hasproto
10729
10730 : see if this is a sys/times.h system
10731 set sys/times.h i_systimes
10732 eval $inhdr
10733
10734 : see if times exists
10735 echo " "
10736 if set times val -f d_times; eval $csym; $val; then
10737         echo 'times() found.' >&4
10738         d_times="$define"
10739         inc=''
10740         case "$i_systimes" in
10741         "$define") inc='sys/times.h';;
10742         esac
10743         rp="What is the type returned by times() on this system?"
10744         set clock_t clocktype long stdio.h sys/types.h $inc
10745         eval $typedef_ask
10746 else
10747         echo 'times() NOT found, hope that will do.' >&4
10748         d_times="$undef"
10749         clocktype='int'
10750 fi
10751
10752 : see if truncate exists
10753 set truncate d_truncate
10754 eval $inlibc
10755
10756 : see if tzname[] exists
10757 echo " "
10758 if set tzname val -a d_tzname; eval $csym; $val; then
10759         val="$define"
10760         echo 'tzname[] found.' >&4
10761 else
10762         val="$undef"
10763         echo 'tzname[] NOT found.' >&4
10764 fi
10765 set d_tzname
10766 eval $setvar
10767
10768 : see if umask exists
10769 set umask d_umask
10770 eval $inlibc
10771
10772 : see if ustat exists
10773 set ustat d_ustat
10774 eval $inlibc
10775
10776 : backward compatibility for d_hvfork
10777 if test X$d_hvfork != X; then
10778         d_vfork="$d_hvfork"
10779         d_hvfork=''
10780 fi
10781 : see if there is a vfork
10782 val=''
10783 set vfork val
10784 eval $inlibc
10785
10786 : Ok, but do we want to use it. vfork is reportedly unreliable in 
10787 : perl on Solaris 2.x, and probably elsewhere.
10788 case "$val" in
10789 $define)
10790         echo " "
10791         case "$usevfork" in
10792         false) dflt='n';;
10793         *) dflt='y';;
10794         esac
10795         cat <<'EOM'
10796  
10797 Perl can only use a vfork() that doesn't suffer from strict
10798 restrictions on calling functions or modifying global data in
10799 the child.  For example, glibc-2.1 contains such a vfork()
10800 that is unsuitable.  If your system provides a proper fork()
10801 call, chances are that you do NOT want perl to use vfork().
10802
10803 EOM
10804         rp="Do you still want to use vfork()?"
10805         . ./myread
10806         case "$ans" in
10807         y|Y) ;;
10808         *)
10809                 echo "Ok, we won't use vfork()."
10810                 val="$undef"
10811                 ;;
10812         esac
10813         ;;
10814 esac
10815 set d_vfork
10816 eval $setvar
10817 case "$d_vfork" in
10818 $define) usevfork='true';;
10819 *) usevfork='false';;
10820 esac
10821
10822 : see if this is an sysdir system
10823 set sys/dir.h i_sysdir
10824 eval $inhdr
10825
10826 : see if this is an sysndir system
10827 set sys/ndir.h i_sysndir
10828 eval $inhdr
10829
10830 : see if closedir exists
10831 set closedir d_closedir
10832 eval $inlibc
10833
10834 case "$d_closedir" in
10835 "$define")
10836         echo " "
10837         echo "Checking whether closedir() returns a status..." >&4
10838         cat > closedir.c <<EOM
10839 #$i_dirent I_DIRENT             /**/
10840 #$i_sysdir I_SYS_DIR            /**/
10841 #$i_sysndir I_SYS_NDIR          /**/
10842 #$i_systypes I_SYS_TYPES        /**/
10843
10844 #if defined(I_SYS_TYPES)
10845 #include <sys/types.h>
10846 #endif
10847 #if defined(I_DIRENT)
10848 #include <dirent.h>
10849 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
10850 #include <sys/dir.h>
10851 #endif
10852 #else
10853 #ifdef I_SYS_NDIR
10854 #include <sys/ndir.h>
10855 #else
10856 #ifdef I_SYS_DIR
10857 #ifdef hp9000s500
10858 #include <ndir.h>       /* may be wrong in the future */
10859 #else
10860 #include <sys/dir.h>
10861 #endif
10862 #endif
10863 #endif
10864 #endif 
10865 int main() { return closedir(opendir(".")); }
10866 EOM
10867         set closedir
10868         if eval $compile_ok; then
10869                 if ./closedir > /dev/null 2>&1 ; then
10870                         echo "Yes, it does."
10871                         val="$undef"
10872                 else
10873                         echo "No, it doesn't."
10874                         val="$define"
10875                 fi
10876         else
10877                 echo "(I can't seem to compile the test program--assuming it doesn't)"
10878                 val="$define"
10879         fi
10880         ;;
10881 *)
10882         val="$undef";
10883         ;;
10884 esac
10885 set d_void_closedir
10886 eval $setvar
10887 $rm -f closedir*
10888 : check for volatile keyword
10889 echo " "
10890 echo 'Checking to see if your C compiler knows about "volatile"...' >&4
10891 $cat >try.c <<'EOCP'
10892 int main()
10893 {
10894         typedef struct _goo_struct goo_struct;
10895         goo_struct * volatile goo = ((goo_struct *)0);
10896         struct _goo_struct {
10897                 long long_int;
10898                 int reg_int;
10899                 char char_var;
10900         };
10901         typedef unsigned short foo_t;
10902         char *volatile foo;
10903         volatile int bar;
10904         volatile foo_t blech;
10905         foo = foo;
10906 }
10907 EOCP
10908 if $cc -c $ccflags try.c >/dev/null 2>&1 ; then
10909         val="$define"
10910         echo "Yup, it does."
10911 else
10912         val="$undef"
10913         echo "Nope, it doesn't."
10914 fi
10915 set d_volatile
10916 eval $setvar
10917 $rm -f try.*
10918
10919 : see if there is a wait4
10920 set wait4 d_wait4
10921 eval $inlibc
10922
10923 : see if waitpid exists
10924 set waitpid d_waitpid
10925 eval $inlibc
10926
10927 : see if wcstombs exists
10928 set wcstombs d_wcstombs
10929 eval $inlibc
10930
10931 : see if wctomb exists
10932 set wctomb d_wctomb
10933 eval $inlibc
10934
10935 : preserve RCS keywords in files with variable substitution, grrr
10936 Date='$Date'
10937 Id='$Id'
10938 Log='$Log'
10939 RCSfile='$RCSfile'
10940 Revision='$Revision'
10941
10942 case "$crosscompile" in
10943 ''|[nN]*) crosscompile="$undef" ;;
10944 esac
10945
10946 case "$osname" in
10947 next|rhapsody) multiarch="$define" ;;
10948 esac
10949 case "$multiarch" in
10950 ''|[nN]*) multiarch="$undef" ;;
10951 esac
10952
10953 : check for alignment requirements
10954 echo " "
10955 case "$crosscompile$multiarch" in
10956 *$define*)
10957         $cat <<EOM
10958 You seem to be either cross-compiling or doing a multiarchitecture build,
10959 skipping the memory alignment check.
10960
10961 EOM
10962         case "$alignbytes" in
10963         '') alignbytes=8 ;;
10964         esac
10965         ;;
10966 *)
10967         case "$alignbytes" in
10968         '') echo "Checking alignment constraints..." >&4
10969                 $cat >try.c <<'EOCP'
10970 #include <stdio.h>
10971 struct foobar {
10972         char foo;
10973         double bar;
10974 } try_algn;
10975 int main()
10976 {
10977     printf("%d\n", (int)((char *)&try_algn.bar - (char *)&try_algn.foo));
10978     return(0);
10979 }
10980 EOCP
10981                 set try
10982                 if eval $compile_ok; then
10983                         dflt=`./try`
10984                 else
10985                         dflt='8'
10986                         echo "(I can't seem to compile the test program...)"
10987                 fi
10988                 ;;
10989         *) dflt="$alignbytes"
10990                 ;;
10991         esac
10992         rp="Doubles must be aligned on a how-many-byte boundary?"
10993         . ./myread
10994         alignbytes="$ans"
10995         $rm -f try.c try
10996         ;;
10997 esac
10998
10999
11000 : check for ordering of bytes in a long
11001 echo " "
11002 case "$crosscompile$multiarch" in
11003 *$define*)
11004         $cat <<EOM
11005 You seem to be either cross-compiling or doing a multiarchitecture build,
11006 skipping the byteorder check.
11007
11008 EOM
11009         byteorder='0xffff'
11010         ;;
11011 *)
11012         case "$byteorder" in
11013         '')
11014                 $cat <<'EOM'
11015 In the following, larger digits indicate more significance.  A big-endian
11016 machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
11017 little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
11018 machines may have weird orders like 3412.  A Cray will report 87654321,
11019 an Alpha will report 12345678. If the test program works the default is
11020 probably right.
11021 I'm now running the test program...
11022 EOM
11023                 $cat >try.c <<'EOCP'
11024 #include <stdio.h>
11025 int main()
11026 {
11027         int i;
11028         union {
11029                 unsigned long l;
11030                 char c[sizeof(long)];
11031         } u;
11032
11033         if (sizeof(long) > 4)
11034                 u.l = (0x08070605L << 32) | 0x04030201L;
11035         else
11036                 u.l = 0x04030201L;
11037         for (i = 0; i < sizeof(long); i++)
11038                 printf("%c", u.c[i]+'0');
11039         printf("\n");
11040         exit(0);
11041 }
11042 EOCP
11043                 xxx_prompt=y
11044                 set try
11045                 if eval $compile && ./try > /dev/null; then
11046                         dflt=`./try`
11047                         case "$dflt" in
11048                         [1-4][1-4][1-4][1-4]|12345678|87654321)
11049                                 echo "(The test program ran ok.)"
11050                                 echo "byteorder=$dflt"
11051                                 xxx_prompt=n
11052                         ;;
11053                         ????|????????) echo "(The test program ran ok.)" ;;
11054                         *) echo "(The test program didn't run right for some reason.)" ;;
11055                         esac
11056                 else
11057                         dflt='4321'
11058                         cat <<'EOM'
11059 (I can't seem to compile the test program.  Guessing big-endian...)
11060 EOM
11061                 fi
11062                 case "$xxx_prompt" in
11063                 y)
11064                         rp="What is the order of bytes in a long?"
11065                         . ./myread
11066                         byteorder="$ans"
11067                         ;;
11068                 *)      byteorder=$dflt
11069                         ;;
11070                 esac
11071                 ;;
11072         esac
11073         $rm -f try.c try
11074         ;;
11075 esac
11076
11077
11078 : how do we catenate cpp tokens here?
11079 echo " "
11080 echo "Checking to see how your cpp does stuff like catenate tokens..." >&4
11081 $cat >cpp_stuff.c <<'EOCP'
11082 #define RCAT(a,b)a/**/b
11083 #define ACAT(a,b)a ## b
11084 RCAT(Rei,ser)
11085 ACAT(Cir,cus)
11086 EOCP
11087 $cppstdin $cppflags $cppminus <cpp_stuff.c >cpp_stuff.out 2>&1
11088 if $contains 'Circus' cpp_stuff.out >/dev/null 2>&1; then
11089         echo "Oh!  Smells like ANSI's been here." >&4
11090         echo "We can catify or stringify, separately or together!"
11091         cpp_stuff=42
11092 elif $contains 'Reiser' cpp_stuff.out >/dev/null 2>&1; then
11093         echo "Ah, yes!  The good old days!" >&4
11094         echo "However, in the good old days we don't know how to stringify and"
11095         echo "catify at the same time."
11096         cpp_stuff=1
11097 else
11098         $cat >&4 <<EOM
11099 Hmm, I don't seem to be able to catenate tokens with your cpp.  You're going
11100 to have to edit the values of CAT[2-5] in config.h...
11101 EOM
11102         cpp_stuff="/* Help! How do we handle cpp_stuff? */*/"
11103 fi
11104 $rm -f cpp_stuff.*
11105
11106 : see if this is a db.h system
11107 set db.h i_db
11108 eval $inhdr
11109
11110 case "$i_db" in
11111 $define)
11112         : Check db version.
11113         echo " "
11114         echo "Checking Berkeley DB version ..." >&4
11115         $cat >try.c <<EOCP
11116 #$d_const HASCONST
11117 #ifndef HASCONST
11118 #define const
11119 #endif
11120 #include <sys/types.h>
11121 #include <stdio.h>
11122 #include <db.h>
11123 int main()
11124 {
11125 #ifdef DB_VERSION_MAJOR /* DB version >= 2 */
11126     int Major, Minor, Patch ;
11127     unsigned long Version ;
11128     (void)db_version(&Major, &Minor, &Patch) ;
11129     printf("You have Berkeley DB Version 2 or greater\n");
11130
11131     printf("db.h is from Berkeley DB Version %d.%d.%d\n",
11132                 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH);
11133     printf("libdb is from Berkeley DB Version %d.%d.%d\n",
11134                 Major, Minor, Patch) ;
11135
11136     /* check that db.h & libdb are compatible */
11137     if (DB_VERSION_MAJOR != Major || DB_VERSION_MINOR != Minor || DB_VERSION_PATCH != Patch) {
11138         printf("db.h and libdb are incompatible\n") ;
11139         exit(3);        
11140     }
11141
11142     printf("db.h and libdb are compatible\n") ;
11143
11144     Version = DB_VERSION_MAJOR * 1000000 + DB_VERSION_MINOR * 1000
11145                 + DB_VERSION_PATCH ;
11146
11147     /* needs to be >= 2.3.4 */
11148     if (Version < 2003004) {
11149     /* if (DB_VERSION_MAJOR == 2 && DB_VERSION_MINOR == 0 && DB_VERSION_PATCH < 5) { */
11150         printf("but Perl needs Berkeley DB 2.3.4 or greater\n") ;
11151         exit(2);        
11152     }
11153
11154     exit(0);
11155 #else
11156 #if defined(_DB_H_) && defined(BTREEMAGIC) && defined(HASHMAGIC)
11157     printf("You have Berkeley DB Version 1\n");
11158     exit(0);    /* DB version < 2: the coast is clear. */
11159 #else
11160     exit(1);    /* <db.h> not Berkeley DB? */
11161 #endif
11162 #endif
11163 }
11164 EOCP
11165         set try
11166         if eval $compile && ./try; then
11167                 echo 'Looks OK.' >&4
11168         else
11169                 echo "I can't use Berkeley DB with your <db.h>.  I'll disable Berkeley DB." >&4
11170                 i_db=$undef
11171                 case " $libs " in
11172                 *"-ldb "*)
11173                         : Remove db from list of libraries to use
11174                         echo "Removing unusable -ldb from library list" >&4
11175                         set `echo X $libs | $sed -e 's/-ldb / /' -e 's/-ldb$//'`
11176                         shift
11177                         libs="$*"
11178                         echo "libs = $libs" >&4
11179                         ;;
11180                 esac
11181         fi
11182         $rm -f try.*
11183         ;;
11184 esac
11185
11186 case "$i_db" in
11187 define)
11188         : Check the return type needed for hash 
11189         echo " "
11190         echo "Checking return type needed for hash for Berkeley DB ..." >&4
11191         $cat >try.c <<EOCP
11192 #$d_const HASCONST
11193 #ifndef HASCONST
11194 #define const
11195 #endif
11196 #include <sys/types.h>
11197 #include <db.h>
11198
11199 #ifndef DB_VERSION_MAJOR
11200 u_int32_t hash_cb (ptr, size)
11201 const void *ptr;
11202 size_t size;
11203 {
11204 }
11205 HASHINFO info;
11206 int main()
11207 {
11208         info.hash = hash_cb;
11209 }
11210 #endif
11211 EOCP
11212         if $cc $ccflags -c try.c >try.out 2>&1 ; then
11213                 if $contains warning try.out >>/dev/null 2>&1 ; then
11214                         db_hashtype='int'
11215                 else
11216                         db_hashtype='u_int32_t'
11217                 fi
11218         else
11219                 : XXX Maybe we should just give up here.
11220                 db_hashtype=u_int32_t
11221                 $cat try.out >&4
11222                 echo "Help:  I can't seem to compile the db test program." >&4
11223                 echo "Something's wrong, but I'll assume you use $db_hashtype." >&4
11224         fi
11225         $rm -f try.*
11226         echo "Your version of Berkeley DB uses $db_hashtype for hash."
11227         ;;
11228 *)      db_hashtype=u_int32_t
11229         ;;
11230 esac
11231 case "$i_db" in
11232 define)
11233         : Check the return type needed for prefix 
11234         echo " "
11235         echo "Checking return type needed for prefix for Berkeley DB ..." >&4
11236         cat >try.c <<EOCP
11237 #$d_const HASCONST
11238 #ifndef HASCONST
11239 #define const
11240 #endif
11241 #include <sys/types.h>
11242 #include <db.h>
11243
11244 #ifndef DB_VERSION_MAJOR
11245 size_t prefix_cb (key1, key2)
11246 const DBT *key1;
11247 const DBT *key2;
11248 {
11249 }
11250 BTREEINFO info;
11251 int main()
11252 {
11253         info.prefix = prefix_cb;
11254 }
11255 #endif
11256 EOCP
11257         if $cc $ccflags -c try.c  >try.out 2>&1 ; then
11258                 if $contains warning try.out >>/dev/null 2>&1 ; then
11259                         db_prefixtype='int'
11260                 else
11261                         db_prefixtype='size_t'
11262                 fi
11263         else
11264                 db_prefixtype='size_t'
11265                 : XXX Maybe we should just give up here.
11266                 $cat try.out >&4
11267                 echo "Help:  I can't seem to compile the db test program." >&4
11268                 echo "Something's wrong, but I'll assume you use $db_prefixtype." >&4
11269         fi
11270         $rm -f try.*
11271         echo "Your version of Berkeley DB uses $db_prefixtype for prefix."
11272         ;;
11273 *)      db_prefixtype='size_t'
11274         ;;
11275 esac
11276
11277 : check for void type
11278 echo " "
11279 echo "Checking to see how well your C compiler groks the void type..." >&4
11280 case "$voidflags" in
11281 '')
11282         $cat >try.c <<'EOCP'
11283 #if TRY & 1
11284 void sub() {
11285 #else
11286 sub() {
11287 #endif
11288         extern void moo();      /* function returning void */
11289         void (*goo)();          /* ptr to func returning void */
11290 #if TRY & 8
11291         void *hue;              /* generic ptr */
11292 #endif
11293 #if TRY & 2
11294         void (*foo[10])();
11295 #endif
11296
11297 #if TRY & 4
11298         if(goo == moo) {
11299                 exit(0);
11300         }
11301 #endif
11302         exit(0);
11303 }
11304 int main() { sub(); }
11305 EOCP
11306         if $cc $ccflags -c -DTRY=$defvoidused try.c >.out 2>&1 ; then
11307                 voidflags=$defvoidused
11308         echo "Good.  It appears to support void to the level $package wants.">&4
11309                 if $contains warning .out >/dev/null 2>&1; then
11310                         echo "However, you might get some warnings that look like this:"
11311                         $cat .out
11312                 fi
11313         else
11314 echo "Hmm, your compiler has some difficulty with void. Checking further..." >&4
11315                 if $cc $ccflags -c -DTRY=1 try.c >/dev/null 2>&1; then
11316                         echo "It supports 1..."
11317                         if $cc $ccflags -c -DTRY=3 try.c >/dev/null 2>&1; then
11318                                 echo "It also supports 2..."
11319                                 if $cc $ccflags -c -DTRY=7 try.c >/dev/null 2>&1; then
11320                                         voidflags=7
11321                                         echo "And it supports 4 but not 8 definitely."
11322                                 else
11323                                         echo "It doesn't support 4..."
11324                                         if $cc $ccflags -c -DTRY=11 try.c >/dev/null 2>&1; then
11325                                                 voidflags=11
11326                                                 echo "But it supports 8."
11327                                         else
11328                                                 voidflags=3
11329                                                 echo "Neither does it support 8."
11330                                         fi
11331                                 fi
11332                         else
11333                                 echo "It does not support 2..."
11334                                 if $cc $ccflags -c -DTRY=13 try.c >/dev/null 2>&1; then
11335                                         voidflags=13
11336                                         echo "But it supports 4 and 8."
11337                                 else
11338                                         if $cc $ccflags -c -DTRY=5 try.c >/dev/null 2>&1; then
11339                                                 voidflags=5
11340                                                 echo "And it supports 4 but has not heard about 8."
11341                                         else
11342                                                 echo "However it supports 8 but not 4."
11343                                         fi
11344                                 fi
11345                         fi
11346                 else
11347                         echo "There is no support at all for void."
11348                         voidflags=0
11349                 fi
11350         fi
11351 esac
11352 case "$voidflags" in
11353 "$defvoidused") ;;
11354 *)      $cat >&4 <<'EOM'
11355   Support flag bits are:
11356     1: basic void declarations.
11357     2: arrays of pointers to functions returning void.
11358     4: operations between pointers to and addresses of void functions.
11359     8: generic void pointers.
11360 EOM
11361         dflt="$voidflags";
11362         rp="Your void support flags add up to what?"
11363         . ./myread
11364         voidflags="$ans"
11365         ;;
11366 esac
11367 $rm -f try.* .out
11368
11369
11370 : How can we generate normalized random numbers ?
11371 echo " "
11372 echo "Looking for a random number function..." >&4
11373 case "$randfunc" in
11374 '')
11375         if set drand48 val -f; eval $csym; $val; then
11376                 dflt="drand48"
11377                 echo "Good, found drand48()." >&4
11378         elif set random val -f; eval $csym; $val; then
11379                 dflt="random"
11380                 echo "OK, found random()." >&4
11381         else
11382                 dflt="rand"
11383                 echo "Yick, looks like I have to use rand()." >&4
11384         fi
11385         echo " "
11386         ;;
11387 *)
11388         dflt="$randfunc"
11389         ;;
11390 esac
11391 cont=true
11392
11393 case "$ccflags" in
11394 *-Dmy_rand=*|*-Dmy_srand=*)
11395         echo "Removing obsolete -Dmy_rand, -Dmy_srand, and -Drandbits from ccflags." >&4
11396         ccflags="`echo $ccflags | sed -e 's/-Dmy_rand=random/ /'`"
11397         ccflags="`echo $ccflags | sed -e 's/-Dmy_srand=srandom/ /'`"
11398         ccflags="`echo $ccflags | sed -e 's/-Drandbits=[0-9][0-9]*/ /'`"
11399         ;;
11400 esac
11401
11402 while $test "$cont"; do
11403         rp="Use which function to generate random numbers?"
11404         . ./myread
11405         if $test "$ans" = "$dflt"; then
11406                 : null
11407         else
11408                 randbits=''
11409         fi
11410         randfunc="$ans"
11411         if set $ans val -f; eval $csym; $val; then
11412                 cont=''
11413         else
11414                 dflt=y
11415                 rp="I cannot find function $ans. Use that name anyway?"
11416                 . ./myread
11417                 dflt=rand
11418                 case "$ans" in
11419                         [yY]*) cont='';;
11420                 esac
11421         fi
11422         case "$cont" in
11423         '')
11424                 case "$randfunc" in
11425                 drand48)
11426                         drand01="drand48()"
11427                         seedfunc="srand48"
11428                         randbits=48
11429                         randseedtype=long
11430                         ;;
11431                 rand|random)
11432                         case "$randbits" in
11433                         '')
11434 echo "Checking to see how many bits your $randfunc() function produces..." >&4
11435                                 $cat >try.c <<EOCP
11436 #$i_unistd I_UNISTD
11437 #$i_stdlib I_STDLIB
11438 #include <stdio.h>
11439 #ifdef I_UNISTD
11440 #  include <unistd.h>
11441 #endif
11442 #ifdef I_STDLIB
11443 #  include <stdlib.h>
11444 #endif
11445 int main()
11446 {
11447         register int i;
11448         register unsigned long tmp;
11449         register unsigned long max = 0L;
11450
11451         for (i = 1000; i; i--) {
11452                 tmp = (unsigned long) $randfunc();
11453                 if (tmp > max) max = tmp;
11454         }
11455         for (i = 0; max; i++)
11456                 max /= 2;
11457         printf("%d\n",i);
11458 }
11459 EOCP
11460                                 set try
11461                                 if eval $compile_ok; then
11462                                         dflt=`try`
11463                                 else
11464                                         dflt='?'
11465                                         echo "(I can't seem to compile the test program...)"
11466                                 fi
11467                                 ;;
11468                         *)
11469                                 dflt="$randbits"
11470                                 ;;
11471                         esac
11472                         rp="How many bits does your $randfunc() function produce?"
11473                         . ./myread
11474                         randbits="$ans"
11475                         $rm -f try.c try
11476                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
11477                         seedfunc="s$randfunc"
11478                         randseedtype=unsigned
11479                         ;;
11480                 *)
11481                         dflt="31"
11482                         rp="How many bits does your $randfunc() function produce?"
11483                         . ./myread
11484                         randbits="$ans"
11485                         seedfunc="s$randfunc"
11486                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
11487                         if set $seedfunc val -f; eval $csym; $val; then
11488                                 echo "(Using $seedfunc() to seed random generator)"
11489                         else
11490                                 echo "(Warning: no $seedfunc() to seed random generator)"
11491                                 seedfunc=rand
11492                         fi
11493                         randseedtype=unsigned
11494                         ;;
11495                 esac
11496                 ;;
11497         esac
11498 done
11499
11500 echo " "
11501 echo "Determining whether or not we are on an EBCDIC system..." >&4
11502 $cat >tebcdic.c <<'EOM'
11503 int main()
11504 {
11505   if ('M'==0xd4) return 0;
11506   return 1;
11507 }
11508 EOM
11509
11510 val=$undef
11511 set tebcdic
11512 if eval $compile_ok; then
11513         if ./tebcdic; then
11514                 echo "You have EBCDIC." >&4
11515                 val="$define"
11516         else
11517                 echo "Nope, no EBCDIC, probably ASCII or some ISO Latin." >&4
11518         fi
11519 else
11520         echo "I'm unable to compile the test program." >&4
11521         echo "I'll assume ASCII or some ISO Latin." >&4
11522 fi
11523 $rm -f tebcdic.c tebcdic
11524 set ebcdic
11525 eval $setvar
11526
11527 echo " "
11528 $cat >&4 <<EOM
11529 Checking how to flush all pending stdio output...
11530 EOM
11531 # I only know how to find the first 32 possibly open files on SunOS.
11532 # See also hints/sunos_4_1.sh and util.c  --AD
11533 case "$osname" in
11534 sunos) $echo '#define PERL_FFLUSH_ALL_FOPEN_MAX 32' > try.c ;;
11535 esac
11536 $cat >>try.c <<EOCP
11537 #include <stdio.h>
11538 #$i_unistd I_UNISTD
11539 #ifdef I_UNISTD
11540 # include <unistd.h>
11541 #endif
11542 #$d_sysconf HAS_SYSCONF
11543 #$d_stdio_stream_array HAS_STDIO_STREAM_ARRAY
11544 #ifdef HAS_STDIO_STREAM_ARRAY
11545 # define STDIO_STREAM_ARRAY $stdio_stream_array
11546 #endif
11547 int main() {
11548   FILE* p = fopen("try.out", "w");
11549 #ifdef TRY_FPUTC
11550   fputc('x', p);
11551 #else
11552 # ifdef TRY_FPRINTF
11553   fprintf(p, "x");
11554 # endif
11555 #endif
11556 #ifdef TRY_FFLUSH_NULL
11557   fflush(NULL);
11558 #endif
11559 #ifdef TRY_FFLUSH_ALL
11560   {
11561     long open_max = -1;
11562 # ifdef PERL_FFLUSH_ALL_FOPEN_MAX
11563     open_max = PERL_FFLUSH_ALL_FOPEN_MAX;
11564 # else
11565 #  if defined(HAS_SYSCONF) && defined(_SC_OPEN_MAX)
11566     open_max = sysconf(_SC_OPEN_MAX);
11567 #  else
11568 #   ifdef FOPEN_MAX
11569     open_max = FOPEN_MAX;
11570 #   else
11571 #    ifdef OPEN_MAX
11572     open_max = OPEN_MAX;
11573 #    else
11574 #     ifdef _NFILE
11575     open_max = _NFILE;
11576 #     endif
11577 #    endif
11578 #   endif
11579 #  endif
11580 # endif 
11581 # ifdef HAS_STDIO_STREAM_ARRAY
11582     if (open_max > 0) {
11583       long i;
11584       for (i = 0; i < open_max; i++)
11585             if (STDIO_STREAM_ARRAY[i]._file >= 0 &&
11586                 STDIO_STREAM_ARRAY[i]._file < open_max &&
11587                 STDIO_STREAM_ARRAY[i]._flag)
11588                 fflush(&STDIO_STREAM_ARRAY[i]);
11589     }   
11590   }
11591 # endif
11592 #endif
11593   _exit(42);
11594 }
11595 EOCP
11596 : first we have to find out how _not_ to flush
11597 if $test "X$fflushNULL" = X -o "X$fflushall" = X; then
11598     output=''
11599     set try -DTRY_FPUTC
11600     if eval $compile; then
11601             $rm -f try.out
11602             ./try$exe_ext 2>/dev/null
11603             if $test ! -s try.out -a "X$?" = X42; then
11604                 output=-DTRY_FPUTC
11605             fi
11606     fi
11607     case "$output" in
11608     '')
11609             set try -DTRY_FPRINTF
11610             $rm -f try.out
11611             if eval $compile; then
11612                     $rm -f try.out
11613                     ./try$exe_ext 2>/dev/null
11614                     if $test ! -s try.out -a "X$?" = X42; then
11615                         output=-DTRY_FPRINTF
11616                     fi
11617             fi
11618         ;;
11619     esac
11620 fi
11621 : check for fflush NULL behaviour
11622 case "$fflushNULL" in
11623 '')     set try -DTRY_FFLUSH_NULL $output
11624         if eval $compile; then
11625                 $rm -f try.out
11626                 ./try$exe_ext 2>/dev/null
11627                 code="$?"
11628                 if $test -s try.out -a "X$code" = X42; then
11629                         fflushNULL="`$cat try.out`"
11630                 else
11631                         if $test "X$code" != X42; then
11632                                 $cat >&4 <<EOM
11633 (If this test failed, don't worry, we'll try another method shortly.)
11634 EOM
11635                         fi
11636                 fi
11637         fi
11638         $rm -f core try.core core.try.*
11639         case "$fflushNULL" in
11640         x)      $cat >&4 <<EOM
11641 Your fflush(NULL) works okay.
11642 EOM
11643                 fflushNULL="$define"
11644                 ;;
11645         '')     $cat >&4 <<EOM
11646 Your fflush(NULL) isn't working (contrary to ANSI C).
11647 EOM
11648                 fflushNULL="$undef"
11649                 ;;
11650         *)      $cat >&4 <<EOM
11651 Cannot figure out whether your fflush(NULL) works or not.
11652 I'm assuming it doesn't (contrary to ANSI C).
11653 EOM
11654                 fflushNULL="$undef"
11655                 ;;
11656         esac
11657         ;;
11658 $define|true|[yY]*)
11659         fflushNULL="$define"
11660         ;;
11661 *)
11662         fflushNULL="$undef"
11663         ;;
11664 esac
11665 : check explicit looping only if NULL did not work
11666 case "$fflushNULL" in
11667 "$undef")
11668         : check for fflush all behaviour
11669         case "$fflushall" in
11670         '')     set try -DTRY_FFLUSH_ALL $output
11671                 if eval $compile; then
11672                         $cat >&4 <<EOM
11673 (Now testing the other method--but note that also this may fail.)
11674 EOM
11675                         $rm -f try.out
11676                         ./try$exe_ext 2>/dev/null
11677                         if $test -s try.out -a "X$?" = X42; then
11678                                 fflushall="`$cat try.out`"
11679                         fi
11680                 fi
11681                 $rm -f core try.core core.try.*
11682                 case "$fflushall" in
11683                 x)      $cat >&4 <<EOM
11684 Whew. Flushing explicitly all the stdio streams works.
11685 EOM
11686                         fflushall="$define"
11687                         ;;
11688                 '')     $cat >&4 <<EOM
11689 Sigh. Flushing explicitly all the stdio streams doesn't work.
11690 EOM
11691                         fflushall="$undef"
11692                         ;;
11693                 *)      $cat >&4 <<EOM
11694 Cannot figure out whether flushing stdio streams explicitly works or not.
11695 I'm assuming it doesn't.
11696 EOM
11697                         fflushall="$undef"
11698                         ;;
11699                 esac
11700                 ;;
11701         "$define"|true|[yY]*)
11702                 fflushall="$define"
11703                 ;;
11704         *)
11705                 fflushall="$undef"
11706                 ;;
11707         esac
11708         ;;
11709 *)      fflushall="$undef"      
11710         ;;
11711 esac
11712 case "$fflushNULL$fflushall" in
11713 undefundef)
11714         $cat <<EOM
11715 I cannot figure out how to flush pending stdio output.
11716 EOM
11717         ;;
11718 esac
11719 $rm -f try.* try$exe_ext
11720
11721 : Store the full pathname to the ar program for use in the C program
11722 : Respect a hint or command line value for full_ar.
11723 case "$full_ar" in
11724 '') full_ar=$ar ;;
11725 esac
11726
11727 : Store the full pathname to the sed program for use in the C program
11728 full_sed=$sed
11729
11730 : see what type gids are declared as in the kernel
11731 echo " "
11732 echo "Looking for the type for group ids returned by getgid()."
11733 set gid_t gidtype xxx stdio.h sys/types.h
11734 eval $typedef
11735 case "$gidtype" in
11736 xxx)
11737         xxx=`./findhdr sys/user.h`
11738         set `grep 'groups\[NGROUPS\];' "$xxx" 2>/dev/null` unsigned short
11739         case $1 in
11740         unsigned) dflt="$1 $2" ;;
11741         *) dflt="$1" ;;
11742         esac
11743         ;;
11744 *) dflt="$gidtype";;
11745 esac
11746 case "$gidtype" in
11747 gid_t) echo "gid_t found." ;;
11748 *)      rp="What is the type for group ids returned by getgid()?"
11749         . ./myread
11750         gidtype="$ans"
11751         ;;
11752 esac
11753
11754 echo " "
11755 case "$gidtype" in
11756 *_t) zzz="$gidtype"     ;;
11757 *)   zzz="gid"          ;;
11758 esac
11759 echo "Checking the size of $zzz..." >&4 
11760 cat > try.c <<EOCP
11761 #include <sys/types.h>
11762 #include <stdio.h>
11763 int main() {
11764     printf("%d\n", (int)sizeof($gidtype));
11765     exit(0);
11766 }
11767 EOCP
11768 set try
11769 if eval $compile_ok; then
11770         yyy=`./try`
11771         case "$yyy" in
11772         '')     gidsize=4
11773                 echo "(I can't execute the test program--guessing $gidsize.)" >&4
11774                 ;;
11775         *)      gidsize=$yyy
11776                 echo "Your $zzz size is $gidsize bytes."
11777                 ;;
11778         esac
11779 else
11780         gidsize=4
11781         echo "(I can't compile the test program--guessing $gidsize.)" >&4
11782 fi
11783
11784
11785 echo " "
11786 case "$gidtype" in
11787 *_t) zzz="$gidtype"     ;;
11788 *)   zzz="gid"          ;;
11789 esac
11790 echo "Checking the sign of $zzz..." >&4 
11791 cat > try.c <<EOCP
11792 #include <sys/types.h>
11793 #include <stdio.h>
11794 int main() {
11795         $gidtype foo = -1;
11796         if (foo < 0)
11797                 printf("-1\n");
11798         else
11799                 printf("1\n");
11800 }
11801 EOCP
11802 set try
11803 if eval $compile; then
11804         yyy=`./try`
11805         case "$yyy" in
11806         '')     gidsign=1
11807                 echo "(I can't execute the test program--guessing unsigned.)" >&4
11808                 ;;
11809         *)      gidsign=$yyy
11810                 case "$gidsign" in
11811                  1) echo "Your $zzz is unsigned." ;;
11812                 -1) echo "Your $zzz is signed."   ;;
11813                 esac
11814                 ;;
11815         esac
11816 else
11817         gidsign=1
11818         echo "(I can't compile the test program--guessing unsigned.)" >&4
11819 fi
11820
11821
11822 : check for length of character
11823 echo " "
11824 case "$charsize" in
11825 '')
11826         echo "Checking to see how big your characters are (hey, you never know)..." >&4
11827         $cat >try.c <<'EOCP'
11828 #include <stdio.h>
11829 int main()
11830 {
11831     printf("%d\n", (int)sizeof(char));
11832     exit(0);
11833 }
11834 EOCP
11835         set try
11836         if eval $compile_ok; then
11837                 dflt=`./try`
11838         else
11839                 dflt='1'
11840                 echo "(I can't seem to compile the test program.  Guessing...)"
11841         fi
11842         ;;
11843 *)
11844         dflt="$charsize"
11845         ;;
11846 esac
11847 rp="What is the size of a character (in bytes)?"
11848 . ./myread
11849 charsize="$ans"
11850 $rm -f try.c try
11851
11852
11853 echo " "
11854 $echo "Choosing the C types to be used for Perl's internal types..." >&4
11855
11856 case "$use64bits:$d_quad:$quadtype" in
11857 define:define:?*)
11858         ivtype="$quadtype"
11859         uvtype="$uquadtype"
11860         ivsize=8
11861         uvsize=8
11862         ;;
11863 *)      ivtype="long"
11864         uvtype="unsigned long"
11865         ivsize=$longsize
11866         uvsize=$longsize
11867         ;;
11868 esac
11869
11870 case "$uselongdouble:$d_longdbl" in
11871 define:define)
11872         nvtype="long double"
11873         nvsize=$longdblsize
11874         ;;
11875 *)      nvtype=double
11876         nvsize=$doublesize
11877         ;;
11878 esac
11879
11880 echo "(IV will be "$ivtype", $ivsize bytes)"
11881 echo "(UV will be "$uvtype", $uvsize bytes)"
11882 echo "(NV will be "$nvtype", $nvsize bytes)"
11883
11884 $cat >try.c <<EOCP
11885 #$i_inttypes I_INTTYPES
11886 #ifdef I_INTTYPES
11887 #include <inttypes.h>
11888 #endif
11889 #include <stdio.h>
11890 int main() {
11891 #ifdef INT8
11892    int8_t i =  INT8_MAX;
11893   uint8_t u = UINT8_MAX;
11894   printf("int8_t\n");
11895 #endif
11896 #ifdef INT16
11897    int16_t i =  INT16_MAX;
11898   uint16_t i = UINT16_MAX;
11899   printf("int16_t\n");
11900 #endif
11901 #ifdef INT32
11902    int32_t i =  INT32_MAX;
11903   uint32_t u = UINT32_MAX;
11904   printf("int32_t\n");
11905 #endif
11906 }
11907 EOCP
11908
11909 case "$i8type" in
11910 '')     case "$charsize" in
11911         1)      i8type=char
11912                 u8type="unsigned char"
11913                 i8size=$charsize
11914                 u8size=$charsize
11915                 ;;
11916         esac
11917         ;;
11918 esac
11919 case "$i8type" in
11920 '')     set try -DINT8
11921         if eval $compile; then
11922                 case "`./try$exe_ext`" in
11923                 int8_t) i8type=int8_t
11924                         u8type=uint8_t
11925                         i8size=1
11926                         u8size=1
11927                         ;;
11928                 esac
11929         fi
11930         ;;
11931 esac
11932 case "$i8type" in
11933 '')     if $test $charsize -ge 1; then
11934                 i8type=char
11935                 u8type="unsigned char"
11936                 i8size=$charsize
11937                 u8size=$charsize
11938         fi
11939         ;;
11940 esac
11941
11942 case "$i16type" in
11943 '')     case "$shortsize" in
11944         2)      i16type=short
11945                 u16type="unsigned short"
11946                 i16size=$shortsize
11947                 u16size=$shortsize
11948                 ;;
11949         esac
11950         ;;
11951 esac
11952 case "$i16type" in
11953 '')     set try -DINT16
11954         if eval $compile; then
11955                 case "`./try$exe_ext`" in
11956                 int16_t)
11957                         i16type=int16_t
11958                         u16type=uint16_t
11959                         i16size=2
11960                         u16size=2
11961                         ;;
11962                 esac
11963         fi
11964         ;;
11965 esac
11966 case "$i16type" in
11967 '')     if $test $shortsize -ge 2; then
11968                 i16type=short
11969                 u16type="unsigned short"
11970                 i16size=$shortsize
11971                 u16size=$shortsize
11972         fi
11973         ;;
11974 esac
11975
11976 case "$i32type" in
11977 '')     case "$longsize" in
11978         4)      i32type=long
11979                 u32type="unsigned long"
11980                 i32size=$longsize
11981                 u32size=$longsize
11982                 ;;
11983         *)      case "$intsize" in
11984                 4)      i32type=int
11985                         u32type="unsigned int"
11986                         i32size=$intsize
11987                         u32size=$intsize
11988                         ;;
11989                 esac
11990                 ;;
11991         esac
11992         ;;
11993 esac
11994 case "$i32type" in
11995 '')     set try -DINT32
11996         if eval $compile; then
11997                 case "`./try$exe_ext`" in
11998                 int32_t)
11999                         i32type=int32_t
12000                         u32type=uint32_t
12001                         i32size=4
12002                         u32size=4
12003                         ;;
12004                 esac
12005         fi
12006         ;;
12007 esac
12008 case "$i32type" in
12009 '')     if $test $intsize -ge 4; then
12010                 i32type=int
12011                 u32type="unsigned int"
12012                 i32size=$intsize
12013                 u32size=$intsize
12014         fi
12015         ;;
12016 esac
12017
12018 case "$i64type" in
12019 '')     case "$d_quad:$quadtype" in
12020         define:?*)
12021                 i64type="$quadtype"
12022                 u64type="$uquadtype"
12023                 i64size=8
12024                 u64size=8
12025                 ;;
12026         esac
12027         ;;
12028 esac
12029
12030 $rm -f try.* try
12031
12032 echo " "
12033
12034 if $test X"$quadtype" != X; then
12035
12036 echo "Checking how to print 64-bit integers..." >&4
12037
12038 if $test X"$sPRId64" = X -a X"$quadtype" = Xint; then
12039         $cat >try.c <<'EOCP'
12040 #include <sys/types.h>
12041 #include <stdio.h>
12042 int main() {
12043   int q = 12345678901;
12044   printf("%ld\n", q);
12045 }
12046 EOCP
12047         set try
12048         if eval $compile; then
12049                 yyy=`./try$exe_ext`
12050                 case "$yyy" in
12051                 12345678901)
12052                         sPRId64='"d"'; sPRIi64='"i"'; sPRIu64='"u"';
12053                         sPRIo64='"o"'; sPRIx64='"x"'; sPRIX64='"X"';
12054                         echo "We will use %d."
12055                         ;;
12056                 esac
12057         fi
12058 fi
12059
12060 if $test X"$sPRId64" = X -a X"$quadtype" = Xlong; then
12061         $cat >try.c <<'EOCP'
12062 #include <sys/types.h>
12063 #include <stdio.h>
12064 int main() {
12065   long q = 12345678901;
12066   printf("%ld\n", q);
12067 }
12068 EOCP
12069         set try
12070         if eval $compile; then
12071                 yyy=`./try$exe_ext`
12072                 case "$yyy" in
12073                 12345678901)
12074                         sPRId64='"ld"'; sPRIi64='"li"'; sPRIu64='"lu"';
12075                         sPRIo64='"lo"'; sPRIx64='"lx"'; sPRIX64='"lX"';
12076                         echo "We will use %ld."
12077                         ;;
12078                 esac
12079         fi
12080 fi
12081
12082 if $test X"$sPRId64" = X -a X"$i_inttypes.h" = X"$define" -a X"$quadtype" = Xint64_t; then
12083         $cat >try.c <<'EOCP'
12084 #include <sys/types.h>
12085 #include <inttypes.h>
12086 #include <stdio.h>
12087 int main() {
12088   int64_t q = 12345678901;
12089   printf("%" PRId64 "\n", q);
12090 }
12091 EOCP
12092         set try
12093         if eval $compile; then
12094                 yyy=`./try$exe_ext`
12095                 case "$yyy" in
12096                 12345678901)
12097                         sPRId64=PRId64; sPRIi64=PRIi64; sPRIu64=PRIu64;
12098                         sPRIo64=PRIo64; sPRIx64=PRIx64; sPRIX64=PRIX64;
12099                         echo "We will use the C9X style."
12100                         ;;
12101                 esac
12102         fi
12103 fi
12104
12105 if $test X"$sPRId64" = X -a X"$quadtype" = X"long long"; then
12106         $cat >try.c <<'EOCP'
12107 #include <sys/types.h>
12108 #include <stdio.h>
12109 int main() {
12110   long long q = 12345678901LL; /* AIX cc requires the LL prefix. */
12111   printf("%lld\n", q);
12112 }
12113 EOCP
12114         set try
12115         if eval $compile; then
12116                 yyy=`./try$exe_ext`
12117                 case "$yyy" in
12118                 12345678901)
12119                         sPRId64='"lld"'; sPRIi64='"lli"'; sPRIu64='"llu"';
12120                         sPRIo64='"llo"'; sPRIx64='"llx"'; sPRIX64='"llX"';
12121                         echo "We will use the %lld style."
12122                         ;;
12123                 esac
12124         fi
12125 fi
12126
12127 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
12128         $cat >try.c <<EOCP
12129 #include <sys/types.h>
12130 #include <stdio.h>
12131 int main() {
12132   $quadtype q = 12345678901;
12133   printf("%Ld\n", q);
12134 }
12135 EOCP
12136         set try
12137         if eval $compile; then
12138                 yyy=`./try$exe_ext`
12139                 case "$yyy" in
12140                 12345678901)
12141                         sPRId64='"Ld"'; sPRIi64='"Li"'; sPRIu64='"Lu"';
12142                         sPRIo64='"Lo"'; sPRIx64='"Lx"'; sPRIX64='"LX"';
12143                         echo "We will use %Ld."
12144                         ;;
12145                 esac
12146         fi
12147 fi
12148
12149 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
12150         $cat >try.c <<EOCP
12151 #include <sys/types.h>
12152 #include <stdio.h>
12153 int main() {
12154   $quadtype q = 12345678901;
12155   printf("%qd\n", q);
12156 }
12157 EOCP
12158         set try
12159         if eval $compile; then
12160                 yyy=`./try$exe_ext`
12161                 case "$yyy" in
12162                 12345678901)
12163                         sPRId64='"qd"'; sPRIi64='"qi"'; sPRIu64='"qu"';
12164                         sPRIo64='"qo"'; sPRIx64='"qx"'; sPRIX64='"qX"';
12165                         echo "We will use %qd."
12166                         ;;
12167                 esac
12168         fi
12169 fi
12170
12171 if $test X"$sPRId64" = X; then
12172         echo "Cannot figure out how to print 64-bit integers." >&4
12173 fi
12174
12175 $rm -f try try.*
12176
12177 fi
12178
12179 case "$sPRId64" in
12180 '')     d_PRId64="$undef"; d_PRIi64="$undef"; d_PRIu64="$undef"; 
12181         d_PRIo64="$undef"; d_PRIx64="$undef"; d_PRIX64="$undef"; 
12182         ;;
12183 *)      d_PRId64="$define"; d_PRIi64="$define"; d_PRIu64="$define"; 
12184         d_PRIo64="$define"; d_PRIx64="$define"; d_PRIX64="$define"; 
12185         ;;
12186 esac
12187
12188
12189 echo " "
12190 $echo "Checking the format strings to be used for Perl's internal types..." >&4
12191
12192 if $test X"$ivsize" = X8; then
12193         ivdformat="$sPRId64"
12194         uvuformat="$sPRIu64"
12195         uvoformat="$sPRIo64"
12196         uvxformat="$sPRIx64"
12197 else
12198         if $test X"$ivsize" = X"$longsize"; then
12199                 ivdformat='"ld"'
12200                 uvuformat='"lu"'
12201                 uvoformat='"lo"'
12202                 uvxformat='"lx"'
12203         else
12204                 if $test X"$ivsize" = X"$intsize"; then
12205                         ivdformat='"d"'
12206                         uvuformat='"u"'
12207                         uvoformat='"o"'
12208                         uvxformat='"x"'
12209                 else
12210                         : far out
12211                         if $test X"$ivsize" = X"$shortsize"; then
12212                                 ivdformat='"hd"'
12213                                 uvuformat='"hu"'
12214                                 uvoformat='"ho"'
12215                                 uvxformat='"hx"'
12216                         fi
12217                 fi
12218         fi
12219 fi
12220
12221 case "$ivdformat" in
12222 '') echo "$0: Fatal: failed to find format strings, cannot continue." >& 4
12223     exit 1
12224     ;;
12225 esac
12226
12227
12228 echo " "
12229 $echo "Checking the format string to be used for gids..." >&4
12230
12231 case "$gidsign" in
12232 -1)     if $test X"$gidsize" = X"$ivsize"; then
12233                 gidformat="$ivdformat"
12234         else
12235                 if $test X"$gidsize" = X"$longsize"; then
12236                         gidformat='"ld"'
12237                 else
12238                         if $test X"$gidsize" = X"$intsize"; then
12239                                 gidformat='"d"'
12240                         else
12241                                 if $test X"$gidsize" = X"$shortsize"; then
12242                                         gidformat='"hd"'
12243                                 fi
12244                         fi
12245                 fi
12246         fi
12247         ;;
12248 *)      if $test X"$gidsize" = X"$uvsize"; then
12249                 gidformat="$uvuformat"
12250         else
12251                 if $test X"$gidsize" = X"$longsize"; then
12252                         gidformat='"lu"'
12253                 else
12254                         if $test X"$gidsize" = X"$intsize"; then
12255                                 gidformat='"u"'
12256                         else
12257                                 if $test X"$gidsize" = X"$shortsize"; then
12258                                         gidformat='"hu"'
12259                                 fi
12260                         fi
12261                 fi
12262         fi
12263         ;;
12264 esac
12265
12266 : see if getgroups exists
12267 set getgroups d_getgrps
12268 eval $inlibc
12269
12270 : see if setgroups exists
12271 set setgroups d_setgrps
12272 eval $inlibc
12273
12274
12275 : Find type of 2nd arg to 'getgroups()' and 'setgroups()'
12276 echo " "
12277 case "$d_getgrps$d_setgrps" in
12278 *define*)
12279         case "$groupstype" in
12280         '') dflt="$gidtype" ;;
12281         *)  dflt="$groupstype" ;;
12282         esac
12283         $cat <<EOM
12284 What type of pointer is the second argument to getgroups() and setgroups()?
12285 Usually this is the same as group ids, $gidtype, but not always.
12286
12287 EOM
12288         rp='What type pointer is the second argument to getgroups() and setgroups()?'
12289         . ./myread
12290         groupstype="$ans"
12291         ;;
12292 *)  groupstype="$gidtype";;
12293 esac
12294
12295 echo " "
12296 echo "Checking if your $make program sets \$(MAKE)..." >&4
12297 case "$make_set_make" in
12298 '')
12299         $sed 's/^X //' > testmake.mak << 'EOF'
12300 Xall:
12301 X       @echo 'maketemp="$(MAKE)"'
12302 EOF
12303         case "`$make -f testmake.mak 2>/dev/null`" in
12304         *maketemp=*) make_set_make='#' ;;
12305         *)      make_set_make="MAKE=$make" ;;
12306         esac
12307         $rm -f testmake.mak
12308         ;;
12309 esac
12310 case "$make_set_make" in
12311 '#') echo "Yup, it does.";;
12312 *) echo "Nope, it doesn't.";;
12313 esac
12314
12315 : see what type is used for mode_t
12316 rp="What is the type used for file modes for system calls (e.g. fchmod())?"
12317 set mode_t modetype int stdio.h sys/types.h
12318 eval $typedef_ask
12319
12320 : define a fucntion to check prototypes
12321 $cat > protochk <<EOSH
12322 $startsh
12323 cc="$cc"
12324 optimize="$optimize"
12325 ccflags="$ccflags"
12326 prototype="$prototype"
12327 define="$define"
12328 rm=$rm
12329 EOSH
12330
12331 $cat >> protochk <<'EOSH'
12332
12333 $rm -f try.c
12334 foo="$1"
12335 shift
12336 while test $# -ge 2; do
12337         case "$1" in
12338                 $define) echo "#include <$2>" >> try.c ;;
12339                 literal) echo "$2" >> try.c ;;
12340         esac
12341     shift 2
12342 done
12343 test "$prototype" = "$define"  && echo '#define CAN_PROTOTYPE' >> try.c
12344 cat >> try.c <<'EOCP'
12345 #ifdef CAN_PROTOTYPE
12346 #define _(args) args
12347 #else
12348 #define _(args) ()
12349 #endif
12350 EOCP
12351 echo "$foo" >> try.c
12352 echo 'int no_real_function_has_this_name _((void)) { return 0; }' >> try.c
12353 $cc $optimize $ccflags -c try.c > /dev/null 2>&1
12354 status=$?
12355 $rm -f try.[co]
12356 exit $status
12357 EOSH
12358 chmod +x protochk
12359 $eunicefix protochk
12360
12361 : see what type is used for size_t
12362 rp="What is the type used for the length parameter for string functions?"
12363 set size_t sizetype 'unsigned int' stdio.h sys/types.h
12364 eval $typedef_ask
12365
12366 : check for type of arguments to gethostbyaddr. 
12367 if test "X$netdb_host_type" = X -o "X$netdb_hlen_type" = X; then
12368         case "$d_gethbyaddr" in
12369         $define)
12370                 $cat <<EOM
12371
12372 Checking to see what type of arguments are accepted by gethostbyaddr().
12373 EOM
12374                 hdrs="$define sys/types.h
12375                         $d_socket sys/socket.h 
12376                         $i_niin netinet/in.h 
12377                         $i_netdb netdb.h
12378                         $i_unistd unistd.h"
12379                 : The first arg can 'char *' or 'void *'
12380                 : The second arg is some of integral type
12381                 for xxx in in_addr_t 'const void *' 'const char *' 'void *' 'char *'; do
12382                         for yyy in size_t long int; do
12383                                 case "$netdb_host_type" in
12384                                 '')     try="extern struct hostent *gethostbyaddr($xxx, $yyy, int);"
12385                                         if ./protochk "$try" $hdrs; then
12386                                                 echo "Your system accepts $xxx for the first arg."
12387                                                 echo "...and $yyy for the second arg."
12388                                                 netdb_host_type="$xxx"
12389                                                 netdb_hlen_type="$yyy"
12390                                         fi
12391                                         ;;
12392                                 esac
12393                         done
12394                 done
12395                 : In case none of those worked, prompt the user.
12396                 case "$netdb_host_type" in
12397                 '')     rp='What is the type for the 1st argument to gethostbyaddr?'
12398                         dflt='char *'
12399                         . ./myread
12400                         netdb_host_type=$ans
12401                         rp='What is the type for the 2nd argument to gethostbyaddr?'
12402                         dflt="$sizetype"
12403                         . ./myread
12404                         netdb_hlen_type=$ans
12405                         ;;
12406                 esac
12407                 ;;
12408         *)      : no gethostbyaddr, so pick harmless defaults
12409                 netdb_host_type='char *'
12410                 netdb_hlen_type="$sizetype"
12411                 ;;
12412         esac
12413         # Remove the "const" if needed. -- but then we'll have a 
12414         # prototype clash!
12415         # netdb_host_type=`echo "$netdb_host_type" | sed 's/^const //'`
12416 fi
12417
12418 : check for type of argument to gethostbyname. 
12419 if test "X$netdb_name_type" = X ; then
12420         case "$d_gethbyname" in
12421         $define)
12422                 $cat <<EOM
12423
12424 Checking to see what type of argument is accepted by gethostbyname().
12425 EOM
12426                 hdrs="$define sys/types.h
12427                         $d_socket sys/socket.h 
12428                         $i_niin netinet/in.h 
12429                         $i_netdb netdb.h
12430                         $i_unistd unistd.h"
12431                 for xxx in "const char *" "char *"; do
12432                         case "$netdb_name_type" in
12433                         '')     try="extern struct hostent *gethostbyname($xxx);"
12434                                 if ./protochk "$try" $hdrs; then
12435                                         echo "Your system accepts $xxx."
12436                                         netdb_name_type="$xxx"
12437                                 fi
12438                                 ;;
12439                         esac
12440                 done
12441                 : In case none of those worked, prompt the user.
12442                 case "$netdb_name_type" in
12443                 '')     rp='What is the type for the 1st argument to gethostbyname?'
12444                         dflt='char *'
12445                         . ./myread
12446                         netdb_name_type=$ans
12447                         ;;
12448                 esac
12449                 ;;
12450         *)      : no gethostbyname, so pick harmless default
12451                 netdb_name_type='char *'
12452                 ;;
12453         esac
12454 fi
12455
12456 : check for type of 1st argument to getnetbyaddr. 
12457 if test "X$netdb_net_type" = X ; then
12458         case "$d_getnbyaddr" in
12459         $define)
12460                 $cat <<EOM
12461
12462 Checking to see what type of 1st argument is accepted by getnetbyaddr().
12463 EOM
12464                 hdrs="$define sys/types.h
12465                         $d_socket sys/socket.h 
12466                         $i_niin netinet/in.h 
12467                         $i_netdb netdb.h
12468                         $i_unistd unistd.h"
12469                 for xxx in in_addr_t "unsigned long" long "unsigned int" int; do
12470                         case "$netdb_net_type" in
12471                         '')     try="extern struct netent *getnetbyaddr($xxx, int);"
12472                                 if ./protochk "$try" $hdrs; then
12473                                         echo "Your system accepts $xxx."
12474                                         netdb_net_type="$xxx"
12475                                 fi
12476                                 ;;
12477                         esac
12478                 done
12479                 : In case none of those worked, prompt the user.
12480                 case "$netdb_net_type" in
12481                 '')     rp='What is the type for the 1st argument to getnetbyaddr?'
12482                         dflt='long'
12483                         . ./myread
12484                         netdb_net_type=$ans
12485                         ;;
12486                 esac
12487                 ;;
12488         *)      : no getnetbyaddr, so pick harmless default
12489                 netdb_net_type='long'
12490                 ;;
12491         esac
12492 fi
12493 : locate the preferred pager for this system
12494 case "$pager" in
12495 '')
12496         dflt=''
12497         case "$pg" in
12498         /*) dflt=$pg;;
12499         esac
12500         case "$more" in
12501         /*) dflt=$more;;
12502         esac
12503         case "$less" in
12504         /*) dflt=$less;;
12505         esac
12506         case "$dflt" in
12507         '') dflt=/usr/ucb/more;;
12508         esac
12509         ;;
12510 *) dflt="$pager";;
12511 esac
12512 echo " "
12513 fn=f/
12514 rp='What pager is used on your system?'
12515 . ./getfile
12516 pager="$ans"
12517
12518 : see what type pids are declared as in the kernel
12519 rp="What is the type of process ids on this system?"
12520 set pid_t pidtype int stdio.h sys/types.h
12521 eval $typedef_ask
12522
12523 : Find earliest binary compatible site_perl subdirectory perl can use.
12524 case "$bincompat5005" in
12525 "$define") xs_apiversion='5.005' ;;
12526 *) xs_apiversion=$apiversion ;;   # The current site_perl version.
12527 esac
12528 : Find earliest pure perl site_perl subdirectory perl can use.
12529 : The versioned directories started at 5.005.
12530 pm_apiversion='5.005'
12531
12532 : check for length of pointer
12533 echo " "
12534 case "$ptrsize" in
12535 '')
12536         $echo $n "Checking to see how big your pointers are...$c" >&4
12537         if test "$voidflags" -gt 7; then
12538                 echo '#define VOID_PTR char *' > try.c
12539         else
12540                 echo '#define VOID_PTR void *' > try.c
12541         fi
12542         $cat >>try.c <<'EOCP'
12543 #include <stdio.h>
12544 int main()
12545 {
12546     printf("%d\n", (int)sizeof(VOID_PTR));
12547     exit(0);
12548 }
12549 EOCP
12550         set try
12551         if eval $compile_ok; then
12552                 ptrsize=`./try`
12553                 $echo " $ptrsize bytes." >&4
12554         else
12555                 dflt='4'
12556                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
12557                 rp="What is the size of a pointer (in bytes)?"
12558                 . ./myread
12559                 ptrsize="$ans"
12560         fi
12561         ;;
12562 esac
12563 $rm -f try.c try
12564
12565 : see if ar generates random libraries by itself
12566 echo " "
12567 echo "Checking how to generate random libraries on your machine..." >&4
12568 echo 'int bar1() { return bar2(); }' > bar1.c
12569 echo 'int bar2() { return 2; }' > bar2.c
12570 $cat > foo.c <<'EOP'
12571 int main() { printf("%d\n", bar1()); exit(0); }
12572 EOP
12573 $cc $ccflags -c bar1.c >/dev/null 2>&1
12574 $cc $ccflags -c bar2.c >/dev/null 2>&1
12575 $cc $ccflags -c foo.c >/dev/null 2>&1
12576 $ar rc bar$_a bar2$_o bar1$_o >/dev/null 2>&1
12577 if $cc $ccflags $ldflags -o foobar foo$_o bar$_a $libs > /dev/null 2>&1 &&
12578         ./foobar >/dev/null 2>&1; then
12579         echo "$ar appears to generate random libraries itself."
12580         orderlib=false
12581         ranlib=":"
12582 elif $ar ts bar$_a >/dev/null 2>&1 &&
12583         $cc $ccflags $ldflags -o foobar foo$_o bar$_a $libs > /dev/null 2>&1 &&
12584         ./foobar >/dev/null 2>&1; then
12585                 echo "a table of contents needs to be added with '$ar ts'."
12586                 orderlib=false
12587                 ranlib="$ar ts"
12588 else
12589         case "$ranlib" in
12590         :) ranlib='';;
12591         '')
12592                 ranlib=`./loc ranlib X /usr/bin /bin /usr/local/bin`
12593                 $test -f $ranlib || ranlib=''
12594                 ;;
12595         esac
12596         if $test -n "$ranlib"; then
12597                 echo "your system has '$ranlib'; we'll use that."
12598                 orderlib=false
12599         else
12600                 echo "your system doesn't seem to support random libraries"
12601                 echo "so we'll use lorder and tsort to order the libraries."
12602                 orderlib=true
12603                 ranlib=":"
12604         fi
12605 fi
12606 $rm -f foo* bar* 
12607
12608 : check for type of arguments to select. 
12609 case "$selecttype" in
12610 '') case "$d_select" in
12611         $define)
12612                 $cat <<EOM
12613 Checking to see what type of arguments are accepted by select().
12614 EOM
12615                 hdrs="$define sys/types.h
12616                         $i_systime sys/time.h 
12617                         $i_sysselct sys/select.h
12618                         $d_socket sys/socket.h"
12619                 : The first arg can be int, unsigned, or size_t
12620                 : The last arg may or may not be 'const'
12621                 val=''
12622                 : void pointer has been seen but using that
12623                 : breaks the selectminbits test
12624                 for xxx in 'fd_set *' 'int *'; do
12625                         for nfd in 'int' 'size_t' 'unsigned long' 'unsigned' ; do
12626                                 for tmo in 'struct timeval *' 'const struct timeval *'; do
12627                                         case "$val" in
12628                                         '')     try="extern select _(($nfd, $xxx, $xxx, $xxx, $tmo));"
12629                                                 if ./protochk "$try" $hdrs; then
12630                                                         echo "Your system accepts $xxx."
12631                                                         val="$xxx"
12632                                                 fi
12633                                                 ;;
12634                                         esac
12635                                 done
12636                         done
12637                 done
12638                 case "$val" in
12639                 '')     rp='What is the type for the 2nd, 3rd, and 4th arguments to select?'
12640                         case "$d_fd_set" in
12641                                 $define) dflt="fd_set *" ;;
12642                                 *)              dflt="int *" ;;
12643                         esac
12644                         . ./myread
12645                         val=$ans
12646                         ;;
12647                 esac
12648                 selecttype="$val"
12649                 ;;
12650         *)      : no select, so pick a harmless default
12651                 selecttype='int *'
12652                 ;;
12653         esac
12654         ;;
12655 esac
12656
12657 : check for the select 'width'
12658 case "$selectminbits" in
12659 '') case "$d_select" in
12660         $define)
12661                 $cat <<EOM
12662
12663 Checking to see on how many bits at a time your select() operates...
12664 EOM
12665                 $cat >try.c <<EOCP
12666 #include <sys/types.h>
12667 #$i_time I_TIME
12668 #$i_systime I_SYS_TIME
12669 #$i_systimek I_SYS_TIME_KERNEL
12670 #ifdef I_TIME
12671 #   include <time.h>
12672 #endif
12673 #ifdef I_SYS_TIME
12674 #   ifdef I_SYS_TIME_KERNEL
12675 #       define KERNEL
12676 #   endif
12677 #   include <sys/time.h>
12678 #   ifdef I_SYS_TIME_KERNEL
12679 #       undef KERNEL
12680 #   endif
12681 #endif
12682 #$i_sysselct I_SYS_SELECT
12683 #ifdef I_SYS_SELECT
12684 #include <sys/select.h>
12685 #endif
12686 #$d_socket HAS_SOCKET
12687 #ifdef HAS_SOCKET
12688 #   include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
12689 #endif
12690 #include <stdio.h>
12691 $selecttype b;
12692 #define S sizeof(*(b))
12693 #define MINBITS 64
12694 #define NBYTES (S * 8 > MINBITS ? S : MINBITS/8)
12695 #define NBITS  (NBYTES * 8)
12696 int main() {
12697     char s[NBYTES];
12698     struct timeval t;
12699     int i;
12700     FILE* fp;
12701     int fd;
12702
12703     fclose(stdin);
12704     fp = fopen("try.c", "r");
12705     if (fp == 0)
12706       exit(1);
12707     fd = fileno(fp);
12708     if (fd < 0)
12709       exit(2);
12710     b = ($selecttype)s;
12711     for (i = 0; i < NBITS; i++)
12712         FD_SET(i, b);
12713     t.tv_sec  = 0;
12714     t.tv_usec = 0;
12715     select(fd + 1, b, 0, 0, &t);
12716     for (i = NBITS - 1; i > fd && FD_ISSET(i, b); i--);
12717     printf("%d\n", i + 1);
12718     return 0;
12719 }
12720 EOCP
12721                 set try
12722                 if eval $compile_ok; then
12723                         selectminbits=`./try`
12724                         case "$selectminbits" in
12725                         '')     cat >&4 <<EOM
12726 Cannot figure out on how many bits at a time your select() operates.
12727 I'll play safe and guess it is 32 bits.
12728 EOM
12729                                 selectminbits=32
12730                                 bits="32 bits"
12731                                 ;;
12732                         1)      bits="1 bit" ;;
12733                         *)      bits="$selectminbits bits" ;;
12734                         esac
12735                         echo "Your select() operates on $bits at a time." >&4
12736                 else
12737                         rp='What is the minimum number of bits your select() operates on?'
12738                         case "$byteorder" in
12739                         1234|12345678)  dflt=32 ;;
12740                         *)              dflt=1  ;;
12741                         esac
12742                         . ./myread
12743                         val=$ans
12744                         selectminbits="$val"
12745                 fi
12746                 $rm -f try.* try
12747                 ;;
12748         *)      : no select, so pick a harmless default
12749                 selectminbits='32'
12750                 ;;
12751         esac
12752         ;;
12753 esac
12754
12755 : Trace out the files included by signal.h, then look for SIGxxx names.
12756 : Remove SIGARRAYSIZE used by HPUX.
12757 : Remove SIGSTKSIZE used by Linux.
12758 : Remove SIGSTKSZ used by Posix.
12759 : Remove SIGTYP void lines used by OS2.
12760 xxx=`echo '#include <signal.h>' |
12761         $cppstdin $cppminus $cppflags 2>/dev/null |
12762         $grep '^[       ]*#.*include' | 
12763         $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sort | $uniq`
12764 : Check this list of files to be sure we have parsed the cpp output ok.
12765 : This will also avoid potentially non-existent files, such 
12766 : as ../foo/bar.h
12767 xxxfiles=''
12768 for xx in $xxx /dev/null ; do
12769         $test -f "$xx" && xxxfiles="$xxxfiles $xx"
12770 done
12771 : If we have found no files, at least try signal.h
12772 case "$xxxfiles" in
12773 '')     xxxfiles=`./findhdr signal.h` ;;
12774 esac
12775 xxx=`awk '
12776 $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $2 !~ /SIGARRAYSIZE/ && $2 !~ /SIGSTKSIZE/ && $2 !~ /SIGSTKSZ/ && $3 !~ /void/ {
12777         print substr($2, 4, 20)
12778 }
12779 $1 == "#" && $2 ~ /^define$/ && $3 ~ /^SIG[A-Z0-9]*$/ && $3 !~ /SIGARRAYSIZE/ && $4 !~ /void/ {
12780         print substr($3, 4, 20)
12781 }' $xxxfiles`
12782 : Append some common names just in case the awk scan failed.
12783 xxx="$xxx ABRT ALRM BUS CHLD CLD CONT DIL EMT FPE HUP ILL INT IO IOT KILL"
12784 xxx="$xxx LOST PHONE PIPE POLL PROF PWR QUIT SEGV STKFLT STOP SYS TERM TRAP"
12785 xxx="$xxx TSTP TTIN TTOU URG USR1 USR2 USR3 USR4 VTALRM"
12786 xxx="$xxx WINCH WIND WINDOW XCPU XFSZ"
12787 : generate a few handy files for later
12788 $cat > signal.c <<'EOCP'
12789 #include <sys/types.h>
12790 #include <signal.h>
12791 #include <stdio.h>
12792 int main() {
12793
12794 /* Strange style to avoid deeply-nested #if/#else/#endif */
12795 #ifndef NSIG
12796 #  ifdef _NSIG
12797 #    define NSIG (_NSIG)
12798 #  endif
12799 #endif
12800
12801 #ifndef NSIG
12802 #  ifdef SIGMAX
12803 #    define NSIG (SIGMAX+1)
12804 #  endif
12805 #endif
12806
12807 #ifndef NSIG
12808 #  ifdef SIG_MAX
12809 #    define NSIG (SIG_MAX+1)
12810 #  endif
12811 #endif
12812
12813 #ifndef NSIG
12814 #  ifdef MAXSIG
12815 #    define NSIG (MAXSIG+1)
12816 #  endif
12817 #endif
12818
12819 #ifndef NSIG
12820 #  ifdef MAX_SIG
12821 #    define NSIG (MAX_SIG+1)
12822 #  endif
12823 #endif
12824
12825 #ifndef NSIG
12826 #  ifdef SIGARRAYSIZE
12827 #    define NSIG (SIGARRAYSIZE+1) /* Not sure of the +1 */
12828 #  endif
12829 #endif
12830
12831 #ifndef NSIG
12832 #  ifdef _sys_nsig
12833 #    define NSIG (_sys_nsig) /* Solaris 2.5 */
12834 #  endif
12835 #endif
12836
12837 /* Default to some arbitrary number that's big enough to get most
12838    of the common signals.
12839 */
12840 #ifndef NSIG
12841 #    define NSIG 50
12842 #endif
12843
12844 printf("NSIG %d\n", NSIG);
12845
12846 #ifndef JUST_NSIG
12847
12848 EOCP
12849
12850 echo $xxx | $tr ' ' $trnl | $sort | $uniq | $awk '
12851 {
12852         printf "#ifdef SIG"; printf $1; printf "\n"
12853         printf "printf(\""; printf $1; printf " %%d\\n\",SIG";
12854         printf $1; printf ");\n"
12855         printf "#endif\n"
12856 }
12857 END {
12858         printf "#endif /* JUST_NSIG */\n";
12859         printf "exit(0);\n}\n";
12860 }
12861 ' >>signal.c
12862 $cat >signal.awk <<'EOP'
12863 BEGIN { ndups = 0 }
12864 $1 ~ /^NSIG$/ { nsig = $2 }
12865 ($1 !~ /^NSIG$/) && (NF == 2) {
12866     if ($2 > maxsig) { maxsig = $2 }
12867     if (sig_name[$2]) {
12868         dup_name[ndups] = $1
12869         dup_num[ndups] = $2
12870         ndups++ 
12871     }
12872     else {
12873         sig_name[$2] = $1
12874         sig_num[$2] = $2
12875     }
12876 }
12877 END { 
12878     if (nsig == 0) {
12879         nsig = maxsig + 1
12880     }
12881     printf("NSIG %d\n", nsig);
12882     for (n = 1; n < nsig; n++) {
12883         if (sig_name[n]) {
12884             printf("%s %d\n", sig_name[n], sig_num[n])
12885         }
12886         else {
12887             printf("NUM%d %d\n", n, n) 
12888         }
12889     }
12890     for (n = 0; n < ndups; n++) {
12891         printf("%s %d\n", dup_name[n], dup_num[n])
12892     }
12893 }
12894 EOP
12895 $cat >signal_cmd <<EOS
12896 $startsh
12897 if $test -s signal.lst; then
12898     echo "Using your existing signal.lst file"
12899         exit 0
12900 fi
12901 xxx="$xxx"
12902 EOS
12903 $cat >>signal_cmd <<'EOS'
12904
12905 set signal
12906 if eval $compile_ok; then
12907         ./signal$_exe | $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
12908 else
12909         echo "(I can't seem be able to compile the whole test program)" >&4
12910         echo "(I'll try it in little pieces.)" >&4
12911         set signal -DJUST_NSIG
12912         if eval $compile_ok; then
12913                 ./signal$_exe > signal.nsg
12914                 $cat signal.nsg
12915         else
12916                 echo "I can't seem to figure out how many signals you have." >&4
12917                 echo "Guessing 50." >&4
12918                 echo 'NSIG 50' > signal.nsg
12919         fi
12920         : Now look at all the signal names, one at a time.
12921         for xx in `echo $xxx | $tr ' ' $trnl | $sort | $uniq`; do
12922                 $cat > signal.c <<EOCP
12923 #include <sys/types.h>
12924 #include <signal.h>
12925 #include <stdio.h>
12926 int main() {
12927 printf("$xx %d\n", SIG${xx});
12928 return 0;
12929 }
12930 EOCP
12931                 set signal
12932                 if eval $compile; then
12933                         echo "SIG${xx} found."
12934                         ./signal$_exe  >> signal.ls1
12935                 else
12936                         echo "SIG${xx} NOT found."
12937                 fi
12938         done
12939         if $test -s signal.ls1; then
12940                 $cat signal.nsg signal.ls1 |
12941                         $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
12942         fi
12943
12944 fi
12945 if $test -s signal.lst; then
12946         :
12947 else
12948         echo "(AAK! I can't compile the test programs -- Guessing)" >&4
12949         echo 'kill -l' >signal
12950         set X `csh -f <signal`
12951         $rm -f signal
12952         shift
12953         case $# in
12954         0) set HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM;;
12955         esac
12956         echo $@ | $tr ' ' $trnl | \
12957             $awk '{ printf "%s %d\n", $1, ++s; }
12958                   END { printf "NSIG %d\n", ++s }' >signal.lst
12959 fi
12960 $rm -f signal.c signal$_exe signal$_o signal.nsg signal.ls1
12961 EOS
12962 chmod a+x signal_cmd
12963 $eunicefix signal_cmd
12964
12965 : generate list of signal names
12966 echo " "
12967 case "$sig_name_init" in
12968 '') doinit=yes ;;
12969 *)  case "$sig_num_init" in
12970     ''|*,*) doinit=yes ;;
12971     esac ;;
12972 esac
12973 case "$doinit" in
12974 yes)
12975         echo "Generating a list of signal names and numbers..." >&4
12976         . ./signal_cmd
12977         sig_count=`$awk '/^NSIG/ { printf "%d", $2 }' signal.lst`
12978         sig_name=`$awk 'BEGIN { printf "ZERO " }
12979                         !/^NSIG/ { printf "%s ", $1 }' signal.lst`
12980         sig_num=`$awk  'BEGIN { printf "0 " }
12981                         !/^NSIG/ { printf "%d ", $2 }' signal.lst`
12982         sig_name_init=`$awk 'BEGIN      { printf "\"ZERO\", " }
12983                              !/^NSIG/   { printf "\"%s\", ", $1 }
12984                              END        { printf "0\n" }' signal.lst`
12985         sig_num_init=`$awk  'BEGIN      { printf "0, " }
12986                              !/^NSIG/   { printf "%d, ", $2}
12987                              END        { printf "0\n"}' signal.lst`
12988         ;;
12989 esac
12990 echo "The following $sig_count signals are available:"
12991 echo " "
12992 echo $sig_name | $awk \
12993 'BEGIN { linelen = 0 }
12994 {
12995         for (i = 1; i <= NF; i++) {
12996                 name = "SIG" $i " "
12997                 linelen = linelen + length(name)
12998                 if (linelen > 70) {
12999                         printf "\n"
13000                         linelen = length(name)
13001                 }
13002                 printf "%s", name
13003         }
13004         printf "\n"
13005 }'
13006 $rm -f signal signal.c signal.awk signal.lst signal_cmd 
13007
13008 : see what type is used for signed size_t
13009 set ssize_t ssizetype int stdio.h sys/types.h
13010 eval $typedef
13011 dflt="$ssizetype"
13012 $cat > ssize.c <<EOM
13013 #include <stdio.h>
13014 #include <sys/types.h>
13015 #define Size_t $sizetype
13016 #define SSize_t $dflt
13017 int main()
13018 {
13019         if (sizeof(Size_t) == sizeof(SSize_t))
13020                 printf("$dflt\n");
13021         else if (sizeof(Size_t) == sizeof(int))
13022                 printf("int\n");
13023         else 
13024                 printf("long\n");
13025         exit(0);
13026 }
13027 EOM
13028 echo " "
13029 set ssize
13030 if eval $compile_ok && ./ssize > /dev/null; then
13031         ssizetype=`./ssize`
13032         echo "I'll be using $ssizetype for functions returning a byte count." >&4
13033 else
13034         $cat >&4 <<EOM
13035 Help! I can't compile and run the ssize_t test program: please enlighten me!
13036 (This is probably a misconfiguration in your system or libraries, and
13037 you really ought to fix it.  Still, I'll try anyway.)
13038
13039 I need a type that is the same size as $sizetype, but is guaranteed to
13040 be signed.  Common values are ssize_t, int and long.
13041
13042 EOM
13043         rp="What signed type is the same size as $sizetype?"
13044         . ./myread
13045         ssizetype="$ans"
13046 fi
13047 $rm -f ssize ssize.*
13048
13049 : see what type of char stdio uses.
13050 echo " "
13051 if $contains 'unsigned.*char.*_ptr;' `./findhdr stdio.h` >/dev/null 2>&1 ; then
13052         echo "Your stdio uses unsigned chars." >&4
13053         stdchar="unsigned char"
13054 else
13055         echo "Your stdio uses signed chars." >&4
13056         stdchar="char"
13057 fi
13058
13059 : see if time exists
13060 echo " "
13061 if test "X$d_time" = X -o X"$timetype" = X; then
13062     if set time val -f d_time; eval $csym; $val; then
13063                 echo 'time() found.' >&4
13064                 val="$define"
13065                 rp="What is the type returned by time() on this system?"
13066                 set time_t timetype long stdio.h sys/types.h
13067                 eval $typedef_ask
13068     else
13069                 echo 'time() not found, hope that will do.' >&4
13070                 val="$undef"
13071                 timetype='int';
13072     fi
13073     set d_time
13074     eval $setvar
13075 fi
13076
13077 : see what type uids are declared as in the kernel
13078 echo " "
13079 echo "Looking for the type for user ids returned by getuid()."
13080 set uid_t uidtype xxx stdio.h sys/types.h
13081 eval $typedef
13082 case "$uidtype" in
13083 xxx)
13084         xxx=`./findhdr sys/user.h`
13085         set `grep '_ruid;' "$xxx" 2>/dev/null` unsigned short
13086         case $1 in
13087         unsigned) dflt="$1 $2" ;;
13088         *) dflt="$1" ;;
13089         esac
13090         ;;
13091 *) dflt="$uidtype";;
13092 esac
13093 case "$uidtype" in
13094 uid_t)  echo "uid_t found." ;;
13095 *)      rp="What is the type for user ids returned by getuid()?"
13096         . ./myread
13097         uidtype="$ans"
13098         ;;
13099 esac
13100
13101 echo " "
13102 case "$uidtype" in
13103 *_t) zzz="$uidtype"     ;;
13104 *)   zzz="uid"          ;;
13105 esac
13106 echo "Checking the size of $zzz..." >&4 
13107 cat > try.c <<EOCP
13108 #include <sys/types.h>
13109 #include <stdio.h>
13110 int main() {
13111     printf("%d\n", (int)sizeof($uidtype));
13112     exit(0);
13113 }
13114 EOCP
13115 set try
13116 if eval $compile_ok; then
13117         yyy=`./try`
13118         case "$yyy" in
13119         '')     uidsize=4
13120                 echo "(I can't execute the test program--guessing $uidsize.)" >&4
13121                 ;;
13122         *)      uidsize=$yyy
13123                 echo "Your $zzz size is $uidsize bytes."
13124                 ;;
13125         esac
13126 else
13127         uidsize=4
13128         echo "(I can't compile the test program--guessing $uidsize.)" >&4
13129 fi
13130
13131 echo " "
13132 case "$uidtype" in
13133 *_t) zzz="$uidtype"     ;;
13134 *)   zzz="uid"          ;;
13135 esac
13136 echo "Checking the sign of $zzz..." >&4
13137 cat > try.c <<EOCP
13138 #include <sys/types.h>
13139 #include <stdio.h>
13140 int main() {
13141         $uidtype foo = -1;
13142         if (foo < 0)
13143                 printf("-1\n");
13144         else
13145                 printf("1\n");
13146 }
13147 EOCP
13148 set try
13149 if eval $compile; then
13150         yyy=`./try`
13151         case "$yyy" in
13152         '')     uidsign=1
13153                 echo "(I can't execute the test program--guessing unsigned.)" >&4
13154                 ;;
13155         *)      uidsign=$yyy
13156                 case "$uidsign" in
13157                  1) echo "Your $zzz is unsigned." ;;
13158                 -1) echo "Your $zzz is signed."   ;;
13159                 esac
13160                 ;;
13161         esac
13162 else
13163         uidsign=1
13164         echo "(I can't compile the test program--guessing unsigned.)" >&4
13165 fi
13166
13167
13168
13169 echo " "
13170 $echo "Checking the format string to be used for uids..." >&4
13171
13172 case "$uidsign" in
13173 -1)     if $test X"$uidsize" = X"$ivsize"; then
13174                 uidformat="$ivdformat"
13175         else
13176                 if $test X"$uidsize" = X"$longsize"; then
13177                         uidformat='"ld"'
13178                 else
13179                         if $test X"$uidsize" = X"$intsize"; then
13180                                 uidformat='"d"'
13181                         else
13182                                 if $test X"$uidsize" = X"$shortsize"; then
13183                                         uidformat='"hd"'
13184                                 fi
13185                         fi
13186                 fi
13187         fi
13188         ;;
13189 *)      if $test X"$uidsize" = X"$uvsize"; then
13190                 uidformat="$uvuformat"
13191         else
13192                 if $test X"$uidsize" = X"$longsize"; then
13193                         uidformat='"lu"'
13194                 else
13195                         if $test X"$uidsize" = X"$intsize"; then
13196                                 uidformat='"u"'
13197                         else
13198                                 if $test X"$uidsize" = X"$shortsize"; then
13199                                         uidformat='"hu"'
13200                                 fi
13201                         fi
13202                 fi
13203         fi
13204         ;;
13205 esac
13206
13207 : see if dbm.h is available
13208 : see if dbmclose exists
13209 set dbmclose d_dbmclose
13210 eval $inlibc
13211
13212 case "$d_dbmclose" in
13213 $define)
13214         set dbm.h i_dbm
13215         eval $inhdr
13216         case "$i_dbm" in
13217         $define)
13218                 val="$undef"
13219                 set i_rpcsvcdbm
13220                 eval $setvar
13221                 ;;
13222         *)      set rpcsvc/dbm.h i_rpcsvcdbm
13223                 eval $inhdr
13224                 ;;
13225         esac
13226         ;;
13227 *)      echo "We won't be including <dbm.h>"
13228         val="$undef"
13229         set i_dbm
13230         eval $setvar
13231         val="$undef"
13232         set i_rpcsvcdbm
13233         eval $setvar
13234         ;;
13235 esac
13236
13237 : see if this is a sys/file.h system
13238 val=''
13239 set sys/file.h val
13240 eval $inhdr
13241
13242 : do we need to include sys/file.h ?
13243 case "$val" in
13244 "$define")
13245         echo " "
13246         if $h_sysfile; then
13247                 val="$define"
13248                 echo "We'll be including <sys/file.h>." >&4
13249         else
13250                 val="$undef"
13251                 echo "We won't be including <sys/file.h>." >&4
13252         fi
13253         ;;
13254 *)
13255         h_sysfile=false
13256         ;;
13257 esac
13258 set i_sysfile
13259 eval $setvar
13260
13261 : see if fcntl.h is there
13262 val=''
13263 set fcntl.h val
13264 eval $inhdr
13265
13266 : see if we can include fcntl.h
13267 case "$val" in
13268 "$define")
13269         echo " "
13270         if $h_fcntl; then
13271                 val="$define"
13272                 echo "We'll be including <fcntl.h>." >&4
13273         else
13274                 val="$undef"
13275                 if $h_sysfile; then
13276         echo "We don't need to include <fcntl.h> if we include <sys/file.h>." >&4
13277                 else
13278                         echo "We won't be including <fcntl.h>." >&4
13279                 fi
13280         fi
13281         ;;
13282 *)
13283         h_fcntl=false
13284         val="$undef"
13285         ;;
13286 esac
13287 set i_fcntl
13288 eval $setvar
13289
13290 : see if locale.h is available
13291 set locale.h i_locale
13292 eval $inhdr
13293
13294 : see if mach cthreads are available
13295 if test "X$usethreads" = "X$define"; then
13296         set mach/cthreads.h i_machcthr
13297         eval $inhdr
13298 else
13299         i_machcthr="$undef"
13300 fi
13301
13302
13303
13304 : see if this is a math.h system
13305 set math.h i_math
13306 eval $inhdr
13307
13308 : see if this is a mntent.h system
13309 set mntent.h i_mntent
13310 eval $inhdr
13311
13312 : see if ndbm.h is available
13313 set ndbm.h t_ndbm
13314 eval $inhdr
13315 case "$t_ndbm" in
13316 $define)
13317         : see if dbm_open exists
13318         set dbm_open d_dbm_open
13319         eval $inlibc
13320         case "$d_dbm_open" in
13321         $undef)
13322                 t_ndbm="$undef"
13323                 echo "We won't be including <ndbm.h>"
13324                 ;;
13325         esac
13326         ;;
13327 esac
13328 val="$t_ndbm"
13329 set i_ndbm
13330 eval $setvar
13331
13332 : see if net/errno.h is available
13333 val=''
13334 set net/errno.h val
13335 eval $inhdr
13336
13337 : Unfortunately, it causes problems on some systems.  Arrgh.
13338 case "$val" in
13339 $define)
13340         cat > try.c <<'EOM'
13341 #include <stdio.h>
13342 #include <errno.h>
13343 #include <net/errno.h>
13344 int func()
13345 {
13346         return ENOTSOCK;
13347 }
13348 EOM
13349         if $cc $ccflags -c try.c >/dev/null 2>&1; then
13350                 echo "We'll be including <net/errno.h>." >&4
13351         else
13352                 echo "We won't be including <net/errno.h>." >&4
13353                 val="$undef"
13354         fi
13355         $rm -f try.* try
13356         ;;
13357 esac
13358 set i_neterrno
13359 eval $setvar
13360
13361 : see if netinet/tcp.h is available
13362 set netinet/tcp.h i_netinettcp
13363 eval $inhdr
13364
13365 : see if this is a poll.h system
13366 set poll.h i_poll
13367 eval $inhdr
13368
13369 : get C preprocessor symbols handy
13370 echo " "
13371 $echo $n "Hmm... $c"
13372 echo $al | $tr ' ' $trnl >Cppsym.know
13373 $cat <<EOSS >Cppsym
13374 $startsh
13375 case "\$1" in
13376 -l) list=true
13377         shift
13378         ;;
13379 esac
13380 unknown=''
13381 case "\$list\$#" in
13382 1|2)
13383         for sym do
13384                 if $contains "^\$1$" Cppsym.true >/dev/null 2>&1; then
13385                         exit 0
13386                 elif $contains "^\$1$" Cppsym.know >/dev/null 2>&1; then
13387                         :
13388                 else
13389                         unknown="\$unknown \$sym"
13390                 fi
13391         done
13392         set X \$unknown
13393         shift
13394         ;;
13395 esac
13396 case \$# in
13397 0) exit 1;;
13398 esac
13399 echo \$* | $tr ' ' '$trnl' | $sed -e 's/\(.*\)/\\
13400 #ifdef \1\\
13401 exit 0; _ _ _ _\1\\      \1\\
13402 #endif\\
13403 /' >Cppsym\$\$
13404 echo "exit 1; _ _ _" >>Cppsym\$\$
13405 $cppstdin $cppminus <Cppsym\$\$ | $grep '^exit [01]; _ _'  >Cppsym2\$\$
13406 case "\$list" in
13407 true) $awk 'NF > 5 {print substr(\$6,2,100)}' <Cppsym2\$\$ ;;
13408 *)
13409         sh Cppsym2\$\$
13410         status=\$?
13411         ;;
13412 esac
13413 $rm -f Cppsym\$\$ Cppsym2\$\$
13414 exit \$status
13415 EOSS
13416 chmod +x Cppsym
13417 $eunicefix Cppsym
13418 ./Cppsym -l $al | $sort | $grep -v '^$' >Cppsym.true
13419
13420 : now check the C compiler for additional symbols
13421 postprocess_cc_v=''
13422 case "$osname" in
13423 aix) postprocess_cc_v="|$tr , ' '" ;;
13424 esac
13425 $cat >ccsym <<EOS
13426 $startsh
13427 $cat >tmp.c <<EOF
13428 extern int foo;
13429 EOF
13430 for i in \`$cc -v -c tmp.c 2>&1 $postprocess_cc_v\`
13431 do
13432         case "\$i" in
13433         -D*) echo "\$i" | $sed 's/^-D//';;
13434         -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A\(.*\)(\(.*\))/\1=\2/';;
13435         esac
13436 done
13437 $rm -f try.c
13438 EOS
13439 postprocess_cc_v=''
13440 chmod +x ccsym
13441 $eunicefix ccsym
13442 ./ccsym > ccsym1.raw
13443 if $test -s ccsym1.raw; then
13444        $sort ccsym1.raw | $uniq >ccsym.raw
13445 else
13446        mv ccsym1.raw ccsym.raw
13447 fi
13448
13449 $awk '/\=/ { print $0; next }
13450         { print $0"=1" }' ccsym.raw >ccsym.list
13451 $awk '{ print $0"=1" }' Cppsym.true >ccsym.true
13452 $comm -13 ccsym.true ccsym.list >ccsym.own
13453 $comm -12 ccsym.true ccsym.list >ccsym.com
13454 $comm -23 ccsym.true ccsym.list >ccsym.cpp
13455 also=''
13456 if $test -z ccsym.raw; then
13457         echo "Your C compiler doesn't seem to define any symbols!" >&4
13458         echo " "
13459         echo "However, your C preprocessor defines the following symbols:"
13460         $cat Cppsym.true
13461         ccsymbols=''
13462         cppsymbols=`$cat Cppsym.true`
13463         cppsymbols=`echo $cppsymbols`
13464         cppccsymbols="$cppsymbols"
13465 else
13466         if $test -s ccsym.com; then
13467                 echo "Your C compiler and pre-processor define these symbols:"
13468                 $sed -e 's/\(.*\)=.*/\1/' ccsym.com
13469                 also='also '
13470                 symbols='ones'
13471                 cppccsymbols=`$cat ccsym.com`
13472                 cppccsymbols=`echo $cppccsymbols`
13473                 $test "$silent" || sleep 1
13474         fi
13475         if $test -s ccsym.cpp; then
13476                 $test "$also" && echo " "
13477                 echo "Your C pre-processor ${also}defines the following symbols:"
13478                 $sed -e 's/\(.*\)=.*/\1/' ccsym.cpp
13479                 also='further '
13480                 cppsymbols=`$cat ccsym.cpp`
13481                 cppsymbols=`echo $cppsymbols`
13482                 $test "$silent" || sleep 1
13483         fi
13484         if $test -s ccsym.own; then
13485                 $test "$also" && echo " "
13486                 echo "Your C compiler ${also}defines the following cpp symbols:"
13487                 $sed -e 's/\(.*\)=1/\1/' ccsym.own
13488                 $sed -e 's/\(.*\)=.*/\1/' ccsym.own | $uniq >>Cppsym.true
13489                 ccsymbols=`$cat ccsym.own`
13490                 ccsymbols=`echo $ccsymbols`
13491                 $test "$silent" || sleep 1
13492         fi
13493 fi
13494 $rm -f ccsym*
13495
13496 : see if this is a termio system
13497 val="$undef"
13498 val2="$undef"
13499 val3="$undef"
13500 if $test `./findhdr termios.h`; then
13501         set tcsetattr i_termios
13502         eval $inlibc
13503         val3="$i_termios"
13504 fi
13505 echo " "
13506 case "$val3" in
13507 "$define") echo "You have POSIX termios.h... good!" >&4;;
13508 *) if ./Cppsym pyr; then
13509                 case "`/bin/universe`" in
13510                 ucb) if $test `./findhdr sgtty.h`; then
13511                                 val2="$define"
13512                                 echo "<sgtty.h> found." >&4
13513                         else
13514                                 echo "System is pyramid with BSD universe."
13515                                 echo "<sgtty.h> not found--you could have problems." >&4
13516                         fi;;
13517                 *) if $test `./findhdr termio.h`; then
13518                                 val="$define"
13519                                 echo "<termio.h> found." >&4
13520                         else
13521                                 echo "System is pyramid with USG universe."
13522                                 echo "<termio.h> not found--you could have problems." >&4
13523                         fi;;
13524                 esac
13525         elif ./usg; then
13526                 if $test `./findhdr termio.h`; then
13527                         echo "<termio.h> found." >&4
13528                         val="$define"
13529                 elif $test `./findhdr sgtty.h`; then
13530                         echo "<sgtty.h> found." >&4
13531                         val2="$define"
13532                 else
13533 echo "Neither <termio.h> nor <sgtty.h> found--you could have problems." >&4
13534                 fi
13535         else
13536                 if $test `./findhdr sgtty.h`; then
13537                         echo "<sgtty.h> found." >&4
13538                         val2="$define"
13539                 elif $test `./findhdr termio.h`; then
13540                         echo "<termio.h> found." >&4
13541                         val="$define"
13542                 else
13543 echo "Neither <sgtty.h> nor <termio.h> found--you could have problems." >&4
13544                 fi
13545         fi;;
13546 esac
13547 set i_termio; eval $setvar
13548 val=$val2; set i_sgtty; eval $setvar
13549 val=$val3; set i_termios; eval $setvar
13550
13551 : see if this is a shadow.h system
13552 set shadow.h i_shadow
13553 eval $inhdr
13554
13555 : see if this is a socks.h system
13556 set socks.h i_socks
13557 eval $inhdr
13558
13559 : see if stdarg is available
13560 echo " "
13561 if $test `./findhdr stdarg.h`; then
13562         echo "<stdarg.h> found." >&4
13563         valstd="$define"
13564 else
13565         echo "<stdarg.h> NOT found." >&4
13566         valstd="$undef"
13567 fi
13568
13569 : see if varags is available
13570 echo " "
13571 if $test `./findhdr varargs.h`; then
13572         echo "<varargs.h> found." >&4
13573 else
13574         echo "<varargs.h> NOT found, but that's ok (I hope)." >&4
13575 fi
13576
13577 : set up the varargs testing programs
13578 $cat > varargs.c <<EOP
13579 #ifdef I_STDARG
13580 #include <stdarg.h>
13581 #endif
13582 #ifdef I_VARARGS
13583 #include <varargs.h>
13584 #endif
13585
13586 #ifdef I_STDARG
13587 int f(char *p, ...)
13588 #else
13589 int f(va_alist)
13590 va_dcl
13591 #endif
13592 {
13593         va_list ap;
13594 #ifndef I_STDARG
13595         char *p;
13596 #endif
13597 #ifdef I_STDARG
13598         va_start(ap,p);
13599 #else
13600         va_start(ap);
13601         p = va_arg(ap, char *);
13602 #endif
13603         va_end(ap);
13604 }
13605 EOP
13606 $cat > varargs <<EOP
13607 $startsh
13608 if $cc -c $ccflags -D\$1 varargs.c >/dev/null 2>&1; then
13609         echo "true"
13610 else
13611         echo "false"
13612 fi
13613 $rm -f varargs$_o
13614 EOP
13615 chmod +x varargs
13616
13617 : now check which varargs header should be included
13618 echo " "
13619 i_varhdr=''
13620 case "$valstd" in
13621 "$define")
13622         if `./varargs I_STDARG`; then
13623                 val='stdarg.h'
13624         elif `./varargs I_VARARGS`; then
13625                 val='varargs.h'
13626         fi
13627         ;;
13628 *)
13629         if `./varargs I_VARARGS`; then
13630                 val='varargs.h'
13631         fi
13632         ;;
13633 esac
13634 case "$val" in
13635 '')
13636 echo "I could not find the definition for va_dcl... You have problems..." >&4
13637         val="$undef"; set i_stdarg; eval $setvar
13638         val="$undef"; set i_varargs; eval $setvar
13639         ;;
13640 *) 
13641         set i_varhdr
13642         eval $setvar
13643         case "$i_varhdr" in
13644         stdarg.h)
13645                 val="$define"; set i_stdarg; eval $setvar
13646                 val="$undef"; set i_varargs; eval $setvar
13647                 ;;
13648         varargs.h)
13649                 val="$undef"; set i_stdarg; eval $setvar
13650                 val="$define"; set i_varargs; eval $setvar
13651                 ;;
13652         esac
13653         echo "We'll include <$i_varhdr> to get va_dcl definition." >&4;;
13654 esac
13655 $rm -f varargs*
13656
13657 : see if stddef is available
13658 set stddef.h i_stddef
13659 eval $inhdr
13660
13661 : see if sys/access.h is available
13662 set sys/access.h i_sysaccess
13663 eval $inhdr
13664
13665 : see if ioctl defs are in sgtty, termio, sys/filio or sys/ioctl
13666 set sys/filio.h i_sysfilio
13667 eval $inhdr
13668 echo " "
13669 if $test `./findhdr sys/ioctl.h`; then
13670         val="$define"
13671         echo '<sys/ioctl.h> found.' >&4
13672 else
13673         val="$undef"
13674         if $test $i_sysfilio = "$define"; then
13675             echo '<sys/ioctl.h> NOT found.' >&4
13676         else
13677                 $test $i_sgtty = "$define" && xxx="sgtty.h"
13678                 $test $i_termio = "$define" && xxx="termio.h"
13679                 $test $i_termios = "$define" && xxx="termios.h"
13680 echo "No <sys/ioctl.h> found, assuming ioctl args are defined in <$xxx>." >&4
13681         fi
13682 fi
13683 set i_sysioctl
13684 eval $setvar
13685
13686 : see if sys/resource.h has to be included
13687 set sys/resource.h i_sysresrc
13688 eval $inhdr
13689
13690 : see if sys/security.h is available
13691 set sys/security.h i_syssecrt
13692 eval $inhdr
13693
13694 : see if this is a sys/statvfs.h system
13695 set sys/statvfs.h i_sysstatvfs
13696 eval $inhdr
13697
13698 : see if this is a sys/uio.h system
13699 set sys/uio.h i_sysuio
13700 eval $inhdr
13701
13702 : see if this is a sys/un.h system
13703 set sys/un.h i_sysun
13704 eval $inhdr
13705
13706 : see if this is a syswait system
13707 set sys/wait.h i_syswait
13708 eval $inhdr
13709
13710 : see if this is a ustat.h system
13711 set ustat.h i_ustat
13712 eval $inhdr
13713
13714 : see if this is an utime system
13715 set utime.h i_utime
13716 eval $inhdr
13717
13718 : see if this is a values.h system
13719 set values.h i_values
13720 eval $inhdr
13721
13722 : see if this is a vfork system
13723 case "$d_vfork" in
13724 "$define")
13725         set vfork.h i_vfork
13726         eval $inhdr
13727         ;;
13728 *)
13729         i_vfork="$undef"
13730         ;;
13731 esac
13732
13733 : see if gdbm.h is available
13734 set gdbm.h t_gdbm
13735 eval $inhdr
13736 case "$t_gdbm" in
13737 $define)
13738         : see if gdbm_open exists
13739         set gdbm_open d_gdbm_open
13740         eval $inlibc
13741         case "$d_gdbm_open" in
13742         $undef)
13743                 t_gdbm="$undef"
13744                 echo "We won't be including <gdbm.h>"
13745                 ;;
13746         esac
13747         ;;
13748 esac
13749 val="$t_gdbm"
13750 set i_gdbm
13751 eval $setvar
13752
13753 echo " "
13754 echo "Looking for extensions..." >&4
13755 : If we are using the old config.sh, known_extensions may contain
13756 : old or inaccurate or duplicate values.
13757 known_extensions=''
13758 nonxs_extensions=''
13759 : We do not use find because it might not be available.
13760 : We do not just use MANIFEST because the user may have dropped
13761 : some additional extensions into the source tree and expect them
13762 : to be built.
13763
13764 : Function to recursively find available extensions, ignoring DynaLoader
13765 : NOTE: recursion limit of 10 to prevent runaway in case of symlink madness
13766 find_extensions='
13767     for xxx in *; do
13768        case "$xxx" in
13769            DynaLoader|dynaload) ;;
13770            *)
13771            if $test -f $xxx/$xxx.xs; then
13772                known_extensions="$known_extensions $1$xxx";
13773            elif $test -f $xxx/Makefile.PL; then
13774                nonxs_extensions="$nonxs_extensions $1$xxx";
13775            else
13776                if $test -d $xxx -a $# -lt 10; then
13777                    set $1$xxx/ $*;
13778                    cd $xxx;
13779                    eval $find_extensions;
13780                    cd ..;
13781                    shift;
13782                fi;
13783            fi
13784            ;;
13785        esac;
13786     done'
13787 tdir=`pwd`
13788 cd $rsrc/ext
13789 set X
13790 shift
13791 eval $find_extensions
13792 set X $nonxs_extensions
13793 shift
13794 nonxs_extensions="$*"
13795 set X $known_extensions
13796 shift
13797 known_extensions="$*"
13798 cd $tdir
13799
13800 : Now see which are supported on this system.
13801 avail_ext=''
13802 for xxx in $known_extensions ; do
13803         case "$xxx" in
13804         DB_File|db_file)
13805                 case "$i_db" in
13806                 $define) avail_ext="$avail_ext $xxx" ;;
13807                 esac
13808                 ;;
13809         GDBM_File|gdbm_fil)
13810                 case "$i_gdbm" in 
13811                 $define) avail_ext="$avail_ext $xxx" ;;
13812                 esac
13813                 ;;
13814         NDBM_File|ndbm_fil)
13815                 case "$i_ndbm" in
13816                 $define) avail_ext="$avail_ext $xxx" ;;
13817                 esac
13818                 ;;
13819         ODBM_File|odbm_fil) 
13820                 case "${i_dbm}${i_rpcsvcdbm}" in
13821                 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
13822                 esac
13823                 ;;
13824         POSIX|posix)
13825                 case "$useposix" in
13826                 true|define|y) avail_ext="$avail_ext $xxx" ;;
13827                 esac
13828                 ;;
13829         Opcode|opcode)
13830                 case "$useopcode" in
13831                 true|define|y) avail_ext="$avail_ext $xxx" ;;
13832                 esac
13833                 ;;
13834         Socket|socket)
13835                 case "$d_socket" in 
13836                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
13837                 esac
13838                 ;;
13839         Thread|thread)
13840                 case "$usethreads" in 
13841                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
13842                 esac
13843                 ;;
13844         IPC/SysV|ipc/sysv)
13845                 : XXX Do we need a useipcsysv variable here
13846                 case "${d_msg}${d_sem}${d_shm}" in 
13847                 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
13848                 esac
13849                 ;;
13850         *)      avail_ext="$avail_ext $xxx"
13851                 ;;
13852         esac
13853 done
13854
13855 set X $avail_ext
13856 shift
13857 avail_ext="$*"
13858
13859 : Now see which nonxs extensions are supported on this system.
13860 : For now assume all are.
13861 nonxs_ext=''
13862 for xxx in $nonxs_extensions ; do
13863         case "$xxx" in
13864         *)      nonxs_ext="$nonxs_ext $xxx"
13865                 ;;
13866         esac
13867 done
13868
13869 set X $nonxs_ext
13870 shift
13871 nonxs_ext="$*"
13872
13873 case $usedl in
13874 $define)
13875         $cat <<EOM
13876 A number of extensions are supplied with $package.  You may choose to
13877 compile these extensions for dynamic loading (the default), compile
13878 them into the $package executable (static loading), or not include
13879 them at all.  Answer "none" to include no extensions.
13880 Note that DynaLoader is always built and need not be mentioned here.
13881
13882 EOM
13883         case "$dynamic_ext" in
13884         '') dflt="$avail_ext" ;;
13885         *)      dflt="$dynamic_ext"
13886                 # Perhaps we are reusing an old out-of-date config.sh.
13887                 case "$hint" in
13888                 previous)
13889                         if test X"$dynamic_ext" != X"$avail_ext"; then
13890                                 $cat <<EOM
13891 NOTICE:  Your previous config.sh list may be incorrect. 
13892 The extensions now available to you are 
13893         ${avail_ext}
13894 but the default list from your previous config.sh is
13895         ${dynamic_ext} 
13896
13897 EOM
13898                         fi
13899                         ;;
13900                 esac
13901                 ;;
13902         esac
13903         case "$dflt" in
13904         '')     dflt=none;;
13905         esac
13906         rp="What extensions do you wish to load dynamically?"
13907         . ./myread
13908         case "$ans" in
13909         none) dynamic_ext=' ' ;;
13910         *) dynamic_ext="$ans" ;;
13911         esac
13912
13913         case "$static_ext" in
13914         '')
13915                 : Exclude those already listed in dynamic linking
13916                 dflt=''
13917                 for xxx in $avail_ext; do
13918                         case " $dynamic_ext " in
13919                         *" $xxx "*) ;;
13920                         *) dflt="$dflt $xxx" ;;
13921                         esac
13922                 done
13923                 set X $dflt
13924                 shift
13925                 dflt="$*"
13926                 ;;
13927         *)  dflt="$static_ext" 
13928                 ;;
13929         esac
13930
13931         case "$dflt" in
13932         '')     dflt=none;;
13933         esac
13934         rp="What extensions do you wish to load statically?"
13935         . ./myread
13936         case "$ans" in
13937         none) static_ext=' ' ;;
13938         *) static_ext="$ans" ;;
13939         esac
13940         ;;
13941 *)
13942         $cat <<EOM
13943 A number of extensions are supplied with $package.  Answer "none" 
13944 to include no extensions. 
13945 Note that DynaLoader is always built and need not be mentioned here.
13946
13947 EOM
13948         case "$static_ext" in
13949         '') dflt="$avail_ext" ;;
13950         *)      dflt="$static_ext"
13951                 # Perhaps we are reusing an old out-of-date config.sh.
13952                 case "$hint" in
13953                 previous)
13954                         if test X"$static_ext" != X"$avail_ext"; then
13955                                 $cat <<EOM
13956 NOTICE:  Your previous config.sh list may be incorrect. 
13957 The extensions now available to you are 
13958         ${avail_ext}
13959 but the default list from your previous config.sh is
13960         ${static_ext} 
13961
13962 EOM
13963                         fi
13964                         ;;
13965                 esac
13966                 ;;
13967         esac
13968         : Exclude those that are not xs extensions
13969         case "$dflt" in
13970         '')     dflt=none;;
13971         esac
13972         rp="What extensions do you wish to include?"
13973         . ./myread
13974         case "$ans" in
13975         none) static_ext=' ' ;;
13976         *) static_ext="$ans" ;;
13977         esac
13978         ;;
13979 esac
13980
13981 set X $dynamic_ext $static_ext $nonxs_ext
13982 shift
13983 extensions="$*"
13984
13985 : Remove build directory name from cppstdin so it can be used from
13986 : either the present location or the final installed location.
13987 echo " "
13988 : Get out of the UU directory to get correct path name.
13989 cd ..
13990 case "$cppstdin" in
13991 `pwd`/cppstdin)
13992         echo "Stripping down cppstdin path name"
13993         cppstdin=cppstdin
13994         ;;
13995 esac
13996 cd UU
13997
13998 : end of configuration questions
13999 echo " "
14000 echo "End of configuration questions."
14001 echo " "
14002
14003 : back to where it started
14004 if test -d ../UU; then
14005         cd ..
14006 fi
14007
14008 : configuration may be patched via a 'config.over' file
14009 if $test -f config.over; then
14010         echo " "
14011         dflt=y
14012         rp='I see a config.over file.  Do you wish to load it?'
14013         . UU/myread
14014         case "$ans" in
14015         n*) echo "OK, I'll ignore it.";;
14016         *)      . ./config.over
14017                 echo "Configuration override changes have been loaded."
14018                 ;;
14019         esac
14020 fi
14021
14022 : in case they want portability, strip down executable paths
14023 case "$d_portable" in
14024 "$define")
14025         echo " "
14026         echo "Stripping down executable paths..." >&4
14027         for file in $loclist $trylist; do
14028                 eval temp=\$$file
14029                 eval $file=`basename $temp`
14030         done
14031         ;;
14032 esac
14033
14034 : create config.sh file
14035 echo " "
14036 echo "Creating config.sh..." >&4
14037 $spitshell <<EOT >config.sh
14038 $startsh
14039 #
14040 # This file was produced by running the Configure script. It holds all the
14041 # definitions figured out by Configure. Should you modify one of these values,
14042 # do not forget to propagate your changes by running "Configure -der". You may
14043 # instead choose to run each of the .SH files by yourself, or "Configure -S".
14044 #
14045
14046 # Package name      : $package
14047 # Source directory  : $src
14048 # Configuration time: $cf_time
14049 # Configured by     : $cf_by
14050 # Target system     : $myuname
14051
14052 Author='$Author'
14053 Date='$Date'
14054 Header='$Header'
14055 Id='$Id'
14056 Locker='$Locker'
14057 Log='$Log'
14058 Mcc='$Mcc'
14059 RCSfile='$RCSfile'
14060 Revision='$Revision'
14061 Source='$Source'
14062 State='$State'
14063 _a='$_a'
14064 _exe='$_exe'
14065 _o='$_o'
14066 afs='$afs'
14067 alignbytes='$alignbytes'
14068 ansi2knr='$ansi2knr'
14069 aphostname='$aphostname'
14070 apiversion='$apiversion'
14071 ar='$ar'
14072 archlib='$archlib'
14073 archlibexp='$archlibexp'
14074 archname64='$archname64'
14075 archname='$archname'
14076 archobjs='$archobjs'
14077 awk='$awk'
14078 baserev='$baserev'
14079 bash='$bash'
14080 bin='$bin'
14081 bincompat5005='$bincompat5005'
14082 binexp='$binexp'
14083 bison='$bison'
14084 byacc='$byacc'
14085 byteorder='$byteorder'
14086 c='$c'
14087 castflags='$castflags'
14088 cat='$cat'
14089 cc='$cc'
14090 cccdlflags='$cccdlflags'
14091 ccdlflags='$ccdlflags'
14092 ccflags='$ccflags'
14093 ccsymbols='$ccsymbols'
14094 cf_by='$cf_by'
14095 cf_email='$cf_email'
14096 cf_time='$cf_time'
14097 charsize='$charsize'
14098 chgrp='$chgrp'
14099 chmod='$chmod'
14100 chown='$chown'
14101 clocktype='$clocktype'
14102 comm='$comm'
14103 compress='$compress'
14104 contains='$contains'
14105 cp='$cp'
14106 cpio='$cpio'
14107 cpp='$cpp'
14108 cpp_stuff='$cpp_stuff'
14109 cppccsymbols='$cppccsymbols'
14110 cppflags='$cppflags'
14111 cpplast='$cpplast'
14112 cppminus='$cppminus'
14113 cpprun='$cpprun'
14114 cppstdin='$cppstdin'
14115 cppsymbols='$cppsymbols'
14116 crosscompile='$crosscompile'
14117 cryptlib='$cryptlib'
14118 csh='$csh'
14119 d_Gconvert='$d_Gconvert'
14120 d_PRIEldbl='$d_PRIEldbl'
14121 d_PRIFldbl='$d_PRIFldbl'
14122 d_PRIGldbl='$d_PRIGldbl'
14123 d_PRIX64='$d_PRIX64'
14124 d_PRId64='$d_PRId64'
14125 d_PRIeldbl='$d_PRIeldbl'
14126 d_PRIfldbl='$d_PRIfldbl'
14127 d_PRIgldbl='$d_PRIgldbl'
14128 d_PRIi64='$d_PRIi64'
14129 d_PRIo64='$d_PRIo64'
14130 d_PRIu64='$d_PRIu64'
14131 d_PRIx64='$d_PRIx64'
14132 d_access='$d_access'
14133 d_accessx='$d_accessx'
14134 d_alarm='$d_alarm'
14135 d_archlib='$d_archlib'
14136 d_atolf='$d_atolf'
14137 d_atoll='$d_atoll'
14138 d_attribut='$d_attribut'
14139 d_bcmp='$d_bcmp'
14140 d_bcopy='$d_bcopy'
14141 d_bincompat5005='$d_bincompat5005'
14142 d_bsd='$d_bsd'
14143 d_bsdgetpgrp='$d_bsdgetpgrp'
14144 d_bsdsetpgrp='$d_bsdsetpgrp'
14145 d_bzero='$d_bzero'
14146 d_casti32='$d_casti32'
14147 d_castneg='$d_castneg'
14148 d_charvspr='$d_charvspr'
14149 d_chown='$d_chown'
14150 d_chroot='$d_chroot'
14151 d_chsize='$d_chsize'
14152 d_closedir='$d_closedir'
14153 d_const='$d_const'
14154 d_crypt='$d_crypt'
14155 d_csh='$d_csh'
14156 d_cuserid='$d_cuserid'
14157 d_dbl_dig='$d_dbl_dig'
14158 d_difftime='$d_difftime'
14159 d_dirnamlen='$d_dirnamlen'
14160 d_dlerror='$d_dlerror'
14161 d_dlopen='$d_dlopen'
14162 d_dlsymun='$d_dlsymun'
14163 d_dosuid='$d_dosuid'
14164 d_drand48proto='$d_drand48proto'
14165 d_dup2='$d_dup2'
14166 d_eaccess='$d_eaccess'
14167 d_endgrent='$d_endgrent'
14168 d_endhent='$d_endhent'
14169 d_endnent='$d_endnent'
14170 d_endpent='$d_endpent'
14171 d_endpwent='$d_endpwent'
14172 d_endsent='$d_endsent'
14173 d_endspent='$d_endspent'
14174 d_eofnblk='$d_eofnblk'
14175 d_eunice='$d_eunice'
14176 d_fchmod='$d_fchmod'
14177 d_fchown='$d_fchown'
14178 d_fcntl='$d_fcntl'
14179 d_fd_macros='$d_fd_macros'
14180 d_fd_set='$d_fd_set'
14181 d_fds_bits='$d_fds_bits'
14182 d_fgetpos='$d_fgetpos'
14183 d_flexfnam='$d_flexfnam'
14184 d_flock='$d_flock'
14185 d_fork='$d_fork'
14186 d_fpathconf='$d_fpathconf'
14187 d_fpos64_t='$d_fpos64_t'
14188 d_fs_data_s='$d_fs_data_s'
14189 d_fseeko='$d_fseeko'
14190 d_fsetpos='$d_fsetpos'
14191 d_fstatfs='$d_fstatfs'
14192 d_fstatvfs='$d_fstatvfs'
14193 d_ftello='$d_ftello'
14194 d_ftime='$d_ftime'
14195 d_getgrent='$d_getgrent'
14196 d_getgrps='$d_getgrps'
14197 d_gethbyaddr='$d_gethbyaddr'
14198 d_gethbyname='$d_gethbyname'
14199 d_gethent='$d_gethent'
14200 d_gethname='$d_gethname'
14201 d_gethostprotos='$d_gethostprotos'
14202 d_getlogin='$d_getlogin'
14203 d_getmnt='$d_getmnt'
14204 d_getmntent='$d_getmntent'
14205 d_getnbyaddr='$d_getnbyaddr'
14206 d_getnbyname='$d_getnbyname'
14207 d_getnent='$d_getnent'
14208 d_getnetprotos='$d_getnetprotos'
14209 d_getpbyname='$d_getpbyname'
14210 d_getpbynumber='$d_getpbynumber'
14211 d_getpent='$d_getpent'
14212 d_getpgid='$d_getpgid'
14213 d_getpgrp2='$d_getpgrp2'
14214 d_getpgrp='$d_getpgrp'
14215 d_getppid='$d_getppid'
14216 d_getprior='$d_getprior'
14217 d_getprotoprotos='$d_getprotoprotos'
14218 d_getpwent='$d_getpwent'
14219 d_getsbyname='$d_getsbyname'
14220 d_getsbyport='$d_getsbyport'
14221 d_getsent='$d_getsent'
14222 d_getservprotos='$d_getservprotos'
14223 d_getspent='$d_getspent'
14224 d_getspnam='$d_getspnam'
14225 d_gettimeod='$d_gettimeod'
14226 d_gnulibc='$d_gnulibc'
14227 d_grpasswd='$d_grpasswd'
14228 d_hasmntopt='$d_hasmntopt'
14229 d_htonl='$d_htonl'
14230 d_index='$d_index'
14231 d_inetaton='$d_inetaton'
14232 d_int64t='$d_int64t'
14233 d_isascii='$d_isascii'
14234 d_killpg='$d_killpg'
14235 d_lchown='$d_lchown'
14236 d_ldbl_dig='$d_ldbl_dig'
14237 d_link='$d_link'
14238 d_locconv='$d_locconv'
14239 d_lockf='$d_lockf'
14240 d_longdbl='$d_longdbl'
14241 d_longlong='$d_longlong'
14242 d_lstat='$d_lstat'
14243 d_mblen='$d_mblen'
14244 d_mbstowcs='$d_mbstowcs'
14245 d_mbtowc='$d_mbtowc'
14246 d_memchr='$d_memchr'
14247 d_memcmp='$d_memcmp'
14248 d_memcpy='$d_memcpy'
14249 d_memmove='$d_memmove'
14250 d_memset='$d_memset'
14251 d_mkdir='$d_mkdir'
14252 d_mkfifo='$d_mkfifo'
14253 d_mktime='$d_mktime'
14254 d_msg='$d_msg'
14255 d_msg_ctrunc='$d_msg_ctrunc'
14256 d_msg_dontroute='$d_msg_dontroute'
14257 d_msg_oob='$d_msg_oob'
14258 d_msg_peek='$d_msg_peek'
14259 d_msg_proxy='$d_msg_proxy'
14260 d_msgctl='$d_msgctl'
14261 d_msgget='$d_msgget'
14262 d_msgrcv='$d_msgrcv'
14263 d_msgsnd='$d_msgsnd'
14264 d_mymalloc='$d_mymalloc'
14265 d_nice='$d_nice'
14266 d_off64_t='$d_off64_t'
14267 d_old_pthread_create_joinable='$d_old_pthread_create_joinable'
14268 d_oldpthreads='$d_oldpthreads'
14269 d_oldsock='$d_oldsock'
14270 d_open3='$d_open3'
14271 d_pathconf='$d_pathconf'
14272 d_pause='$d_pause'
14273 d_phostname='$d_phostname'
14274 d_pipe='$d_pipe'
14275 d_poll='$d_poll'
14276 d_portable='$d_portable'
14277 d_pthread_yield='$d_pthread_yield'
14278 d_pwage='$d_pwage'
14279 d_pwchange='$d_pwchange'
14280 d_pwclass='$d_pwclass'
14281 d_pwcomment='$d_pwcomment'
14282 d_pwexpire='$d_pwexpire'
14283 d_pwgecos='$d_pwgecos'
14284 d_pwpasswd='$d_pwpasswd'
14285 d_pwquota='$d_pwquota'
14286 d_quad='$d_quad'
14287 d_readdir='$d_readdir'
14288 d_readlink='$d_readlink'
14289 d_rename='$d_rename'
14290 d_rewinddir='$d_rewinddir'
14291 d_rmdir='$d_rmdir'
14292 d_safebcpy='$d_safebcpy'
14293 d_safemcpy='$d_safemcpy'
14294 d_sanemcmp='$d_sanemcmp'
14295 d_sched_yield='$d_sched_yield'
14296 d_scm_rights='$d_scm_rights'
14297 d_seekdir='$d_seekdir'
14298 d_select='$d_select'
14299 d_sem='$d_sem'
14300 d_semctl='$d_semctl'
14301 d_semctl_semid_ds='$d_semctl_semid_ds'
14302 d_semctl_semun='$d_semctl_semun'
14303 d_semget='$d_semget'
14304 d_semop='$d_semop'
14305 d_setegid='$d_setegid'
14306 d_seteuid='$d_seteuid'
14307 d_setgrent='$d_setgrent'
14308 d_setgrps='$d_setgrps'
14309 d_sethent='$d_sethent'
14310 d_setlinebuf='$d_setlinebuf'
14311 d_setlocale='$d_setlocale'
14312 d_setnent='$d_setnent'
14313 d_setpent='$d_setpent'
14314 d_setpgid='$d_setpgid'
14315 d_setpgrp2='$d_setpgrp2'
14316 d_setpgrp='$d_setpgrp'
14317 d_setprior='$d_setprior'
14318 d_setpwent='$d_setpwent'
14319 d_setregid='$d_setregid'
14320 d_setresgid='$d_setresgid'
14321 d_setresuid='$d_setresuid'
14322 d_setreuid='$d_setreuid'
14323 d_setrgid='$d_setrgid'
14324 d_setruid='$d_setruid'
14325 d_setsent='$d_setsent'
14326 d_setsid='$d_setsid'
14327 d_setspent='$d_setspent'
14328 d_setvbuf='$d_setvbuf'
14329 d_sfio='$d_sfio'
14330 d_shm='$d_shm'
14331 d_shmat='$d_shmat'
14332 d_shmatprototype='$d_shmatprototype'
14333 d_shmctl='$d_shmctl'
14334 d_shmdt='$d_shmdt'
14335 d_shmget='$d_shmget'
14336 d_sigaction='$d_sigaction'
14337 d_sigsetjmp='$d_sigsetjmp'
14338 d_socket='$d_socket'
14339 d_sockpair='$d_sockpair'
14340 d_sqrtl='$d_sqrtl'
14341 d_statblks='$d_statblks'
14342 d_statfs_f_flags='$d_statfs_f_flags'
14343 d_statfs_s='$d_statfs_s'
14344 d_statvfs='$d_statvfs'
14345 d_stdio_cnt_lval='$d_stdio_cnt_lval'
14346 d_stdio_ptr_lval='$d_stdio_ptr_lval'
14347 d_stdio_stream_array='$d_stdio_stream_array'
14348 d_stdiobase='$d_stdiobase'
14349 d_stdstdio='$d_stdstdio'
14350 d_strchr='$d_strchr'
14351 d_strcoll='$d_strcoll'
14352 d_strctcpy='$d_strctcpy'
14353 d_strerrm='$d_strerrm'
14354 d_strerror='$d_strerror'
14355 d_strtod='$d_strtod'
14356 d_strtol='$d_strtol'
14357 d_strtoul='$d_strtoul'
14358 d_strtoull='$d_strtoull'
14359 d_strxfrm='$d_strxfrm'
14360 d_suidsafe='$d_suidsafe'
14361 d_symlink='$d_symlink'
14362 d_syscall='$d_syscall'
14363 d_sysconf='$d_sysconf'
14364 d_sysernlst='$d_sysernlst'
14365 d_syserrlst='$d_syserrlst'
14366 d_system='$d_system'
14367 d_tcgetpgrp='$d_tcgetpgrp'
14368 d_tcsetpgrp='$d_tcsetpgrp'
14369 d_telldir='$d_telldir'
14370 d_telldirproto='$d_telldirproto'
14371 d_time='$d_time'
14372 d_times='$d_times'
14373 d_truncate='$d_truncate'
14374 d_tzname='$d_tzname'
14375 d_umask='$d_umask'
14376 d_uname='$d_uname'
14377 d_union_semun='$d_union_semun'
14378 d_ustat='$d_ustat'
14379 d_vendorbin='$d_vendorbin'
14380 d_vendorlib='$d_vendorlib'
14381 d_vfork='$d_vfork'
14382 d_void_closedir='$d_void_closedir'
14383 d_voidsig='$d_voidsig'
14384 d_voidtty='$d_voidtty'
14385 d_volatile='$d_volatile'
14386 d_vprintf='$d_vprintf'
14387 d_wait4='$d_wait4'
14388 d_waitpid='$d_waitpid'
14389 d_wcstombs='$d_wcstombs'
14390 d_wctomb='$d_wctomb'
14391 d_xenix='$d_xenix'
14392 date='$date'
14393 db_hashtype='$db_hashtype'
14394 db_prefixtype='$db_prefixtype'
14395 defvoidused='$defvoidused'
14396 direntrytype='$direntrytype'
14397 dlext='$dlext'
14398 dlsrc='$dlsrc'
14399 doublesize='$doublesize'
14400 drand01='$drand01'
14401 dynamic_ext='$dynamic_ext'
14402 eagain='$eagain'
14403 ebcdic='$ebcdic'
14404 echo='$echo'
14405 egrep='$egrep'
14406 emacs='$emacs'
14407 eunicefix='$eunicefix'
14408 exe_ext='$exe_ext'
14409 expr='$expr'
14410 extensions='$extensions'
14411 fflushNULL='$fflushNULL'
14412 fflushall='$fflushall'
14413 find='$find'
14414 firstmakefile='$firstmakefile'
14415 flex='$flex'
14416 fpossize='$fpossize'
14417 fpostype='$fpostype'
14418 freetype='$freetype'
14419 full_ar='$full_ar'
14420 full_csh='$full_csh'
14421 full_sed='$full_sed'
14422 gccversion='$gccversion'
14423 gidformat='$gidformat'
14424 gidsign='$gidsign'
14425 gidsize='$gidsize'
14426 gidtype='$gidtype'
14427 glibpth='$glibpth'
14428 grep='$grep'
14429 groupcat='$groupcat'
14430 groupstype='$groupstype'
14431 gzip='$gzip'
14432 h_fcntl='$h_fcntl'
14433 h_sysfile='$h_sysfile'
14434 hint='$hint'
14435 hostcat='$hostcat'
14436 huge='$huge'
14437 i16size='$i16size'
14438 i16type='$i16type'
14439 i32size='$i32size'
14440 i32type='$i32type'
14441 i64size='$i64size'
14442 i64type='$i64type'
14443 i8size='$i8size'
14444 i8type='$i8type'
14445 i_arpainet='$i_arpainet'
14446 i_bsdioctl='$i_bsdioctl'
14447 i_db='$i_db'
14448 i_dbm='$i_dbm'
14449 i_dirent='$i_dirent'
14450 i_dld='$i_dld'
14451 i_dlfcn='$i_dlfcn'
14452 i_fcntl='$i_fcntl'
14453 i_float='$i_float'
14454 i_gdbm='$i_gdbm'
14455 i_grp='$i_grp'
14456 i_inttypes='$i_inttypes'
14457 i_limits='$i_limits'
14458 i_locale='$i_locale'
14459 i_machcthr='$i_machcthr'
14460 i_malloc='$i_malloc'
14461 i_math='$i_math'
14462 i_memory='$i_memory'
14463 i_mntent='$i_mntent'
14464 i_ndbm='$i_ndbm'
14465 i_netdb='$i_netdb'
14466 i_neterrno='$i_neterrno'
14467 i_netinettcp='$i_netinettcp'
14468 i_niin='$i_niin'
14469 i_poll='$i_poll'
14470 i_pthread='$i_pthread'
14471 i_pwd='$i_pwd'
14472 i_rpcsvcdbm='$i_rpcsvcdbm'
14473 i_sfio='$i_sfio'
14474 i_sgtty='$i_sgtty'
14475 i_shadow='$i_shadow'
14476 i_socks='$i_socks'
14477 i_stdarg='$i_stdarg'
14478 i_stddef='$i_stddef'
14479 i_stdlib='$i_stdlib'
14480 i_string='$i_string'
14481 i_sysaccess='$i_sysaccess'
14482 i_sysdir='$i_sysdir'
14483 i_sysfile='$i_sysfile'
14484 i_sysfilio='$i_sysfilio'
14485 i_sysin='$i_sysin'
14486 i_sysioctl='$i_sysioctl'
14487 i_sysmount='$i_sysmount'
14488 i_sysndir='$i_sysndir'
14489 i_sysparam='$i_sysparam'
14490 i_sysresrc='$i_sysresrc'
14491 i_syssecrt='$i_syssecrt'
14492 i_sysselct='$i_sysselct'
14493 i_syssockio='$i_syssockio'
14494 i_sysstat='$i_sysstat'
14495 i_sysstatfs='$i_sysstatfs'
14496 i_sysstatvfs='$i_sysstatvfs'
14497 i_systime='$i_systime'
14498 i_systimek='$i_systimek'
14499 i_systimes='$i_systimes'
14500 i_systypes='$i_systypes'
14501 i_sysuio='$i_sysuio'
14502 i_sysun='$i_sysun'
14503 i_sysvfs='$i_sysvfs'
14504 i_syswait='$i_syswait'
14505 i_termio='$i_termio'
14506 i_termios='$i_termios'
14507 i_time='$i_time'
14508 i_unistd='$i_unistd'
14509 i_ustat='$i_ustat'
14510 i_utime='$i_utime'
14511 i_values='$i_values'
14512 i_varargs='$i_varargs'
14513 i_varhdr='$i_varhdr'
14514 i_vfork='$i_vfork'
14515 ignore_versioned_solibs='$ignore_versioned_solibs'
14516 incpath='$incpath'
14517 inews='$inews'
14518 installarchlib='$installarchlib'
14519 installbin='$installbin'
14520 installman1dir='$installman1dir'
14521 installman3dir='$installman3dir'
14522 installprefix='$installprefix'
14523 installprefixexp='$installprefixexp'
14524 installprivlib='$installprivlib'
14525 installscript='$installscript'
14526 installsitearch='$installsitearch'
14527 installsitebin='$installsitebin'
14528 installsitelib='$installsitelib'
14529 installstyle='$installstyle'
14530 installusrbinperl='$installusrbinperl'
14531 installvendorbin='$installvendorbin'
14532 installvendorlib='$installvendorlib'
14533 intsize='$intsize'
14534 ivdformat='$ivdformat'
14535 ivsize='$ivsize'
14536 ivtype='$ivtype'
14537 known_extensions='$known_extensions'
14538 ksh='$ksh'
14539 large='$large'
14540 ld='$ld'
14541 lddlflags='$lddlflags'
14542 ldflags='$ldflags'
14543 ldlibpthname='$ldlibpthname'
14544 less='$less'
14545 lib_ext='$lib_ext'
14546 libc='$libc'
14547 libperl='$libperl'
14548 libpth='$libpth'
14549 libs='$libs'
14550 libswanted='$libswanted'
14551 line='$line'
14552 lint='$lint'
14553 lkflags='$lkflags'
14554 ln='$ln'
14555 lns='$lns'
14556 locincpth='$locincpth'
14557 loclibpth='$loclibpth'
14558 longdblsize='$longdblsize'
14559 longlongsize='$longlongsize'
14560 longsize='$longsize'
14561 lp='$lp'
14562 lpr='$lpr'
14563 ls='$ls'
14564 lseeksize='$lseeksize'
14565 lseektype='$lseektype'
14566 mail='$mail'
14567 mailx='$mailx'
14568 make='$make'
14569 make_set_make='$make_set_make'
14570 mallocobj='$mallocobj'
14571 mallocsrc='$mallocsrc'
14572 malloctype='$malloctype'
14573 man1dir='$man1dir'
14574 man1direxp='$man1direxp'
14575 man1ext='$man1ext'
14576 man3dir='$man3dir'
14577 man3direxp='$man3direxp'
14578 man3ext='$man3ext'
14579 medium='$medium'
14580 mips_type='$mips_type'
14581 mkdir='$mkdir'
14582 models='$models'
14583 modetype='$modetype'
14584 more='$more'
14585 multiarch='$multiarch'
14586 mv='$mv'
14587 myarchname='$myarchname'
14588 mydomain='$mydomain'
14589 myhostname='$myhostname'
14590 myuname='$myuname'
14591 n='$n'
14592 netdb_hlen_type='$netdb_hlen_type'
14593 netdb_host_type='$netdb_host_type'
14594 netdb_name_type='$netdb_name_type'
14595 netdb_net_type='$netdb_net_type'
14596 nm='$nm'
14597 nm_opt='$nm_opt'
14598 nm_so_opt='$nm_so_opt'
14599 nonxs_ext='$nonxs_ext'
14600 nroff='$nroff'
14601 nvsize='$nvsize'
14602 nvtype='$nvtype'
14603 o_nonblock='$o_nonblock'
14604 obj_ext='$obj_ext'
14605 old_pthread_create_joinable='$old_pthread_create_joinable'
14606 optimize='$optimize'
14607 orderlib='$orderlib'
14608 osname='$osname'
14609 osvers='$osvers'
14610 package='$package'
14611 pager='$pager'
14612 passcat='$passcat'
14613 patchlevel='$patchlevel'
14614 path_sep='$path_sep'
14615 perl='$perl'
14616 perladmin='$perladmin'
14617 perlpath='$perlpath'
14618 pg='$pg'
14619 phostname='$phostname'
14620 pidtype='$pidtype'
14621 plibpth='$plibpth'
14622 pm_apiversion='$pm_apiversion'
14623 pmake='$pmake'
14624 pr='$pr'
14625 prefix='$prefix'
14626 prefixexp='$prefixexp'
14627 privlib='$privlib'
14628 privlibexp='$privlibexp'
14629 prototype='$prototype'
14630 ptrsize='$ptrsize'
14631 quadcase='$quadcase'
14632 quadtype='$quadtype'
14633 randbits='$randbits'
14634 randfunc='$randfunc'
14635 randseedtype='$randseedtype'
14636 ranlib='$ranlib'
14637 rd_nodata='$rd_nodata'
14638 rm='$rm'
14639 rmail='$rmail'
14640 runnm='$runnm'
14641 sPRIEldbl='$sPRIEldbl'
14642 sPRIFldbl='$sPRIFldbl'
14643 sPRIGldbl='$sPRIGldbl'
14644 sPRIX64='$sPRIX64'
14645 sPRId64='$sPRId64'
14646 sPRIeldbl='$sPRIeldbl'
14647 sPRIfldbl='$sPRIfldbl'
14648 sPRIgldbl='$sPRIgldbl'
14649 sPRIi64='$sPRIi64'
14650 sPRIo64='$sPRIo64'
14651 sPRIu64='$sPRIu64'
14652 sPRIx64='$sPRIx64'
14653 sched_yield='$sched_yield'
14654 scriptdir='$scriptdir'
14655 scriptdirexp='$scriptdirexp'
14656 sed='$sed'
14657 seedfunc='$seedfunc'
14658 selectminbits='$selectminbits'
14659 selecttype='$selecttype'
14660 sendmail='$sendmail'
14661 sh='$sh'
14662 shar='$shar'
14663 sharpbang='$sharpbang'
14664 shmattype='$shmattype'
14665 shortsize='$shortsize'
14666 shrpenv='$shrpenv'
14667 shsharp='$shsharp'
14668 sig_count='$sig_count'
14669 sig_name='$sig_name'
14670 sig_name_init='$sig_name_init'
14671 sig_num='$sig_num'
14672 sig_num_init='$sig_num_init'
14673 signal_t='$signal_t'
14674 sitearch='$sitearch'
14675 sitearchexp='$sitearchexp'
14676 sitebin='$sitebin'
14677 sitebinexp='$sitebinexp'
14678 sitelib='$sitelib'
14679 sitelibexp='$sitelibexp'
14680 siteprefix='$siteprefix'
14681 siteprefixexp='$siteprefixexp'
14682 sizetype='$sizetype'
14683 sleep='$sleep'
14684 smail='$smail'
14685 small='$small'
14686 so='$so'
14687 sockethdr='$sockethdr'
14688 socketlib='$socketlib'
14689 sort='$sort'
14690 spackage='$spackage'
14691 spitshell='$spitshell'
14692 split='$split'
14693 src='$src'
14694 ssizetype='$ssizetype'
14695 startperl='$startperl'
14696 startsh='$startsh'
14697 static_ext='$static_ext'
14698 stdchar='$stdchar'
14699 stdio_base='$stdio_base'
14700 stdio_bufsiz='$stdio_bufsiz'
14701 stdio_cnt='$stdio_cnt'
14702 stdio_filbuf='$stdio_filbuf'
14703 stdio_ptr='$stdio_ptr'
14704 stdio_stream_array='$stdio_stream_array'
14705 strings='$strings'
14706 submit='$submit'
14707 subversion='$subversion'
14708 sysman='$sysman'
14709 tail='$tail'
14710 tar='$tar'
14711 tbl='$tbl'
14712 tee='$tee'
14713 test='$test'
14714 timeincl='$timeincl'
14715 timetype='$timetype'
14716 touch='$touch'
14717 tr='$tr'
14718 trnl='$trnl'
14719 troff='$troff'
14720 u16size='$u16size'
14721 u16type='$u16type'
14722 u32size='$u32size'
14723 u32type='$u32type'
14724 u64size='$u64size'
14725 u64type='$u64type'
14726 u8size='$u8size'
14727 u8type='$u8type'
14728 uidformat='$uidformat'
14729 uidsign='$uidsign'
14730 uidsize='$uidsize'
14731 uidtype='$uidtype'
14732 uname='$uname'
14733 uniq='$uniq'
14734 uquadtype='$uquadtype'
14735 use64bits='$use64bits'
14736 usedl='$usedl'
14737 uselargefiles='$uselargefiles'
14738 uselongdouble='$uselongdouble'
14739 uselonglong='$uselonglong'
14740 usemorebits='$usemorebits'
14741 usemultiplicity='$usemultiplicity'
14742 usemymalloc='$usemymalloc'
14743 usenm='$usenm'
14744 useopcode='$useopcode'
14745 useperlio='$useperlio'
14746 useposix='$useposix'
14747 usesfio='$usesfio'
14748 useshrplib='$useshrplib'
14749 usesocks='$usesocks'
14750 usethreads='$usethreads'
14751 usevendorprefix='$usevendorprefix'
14752 usevfork='$usevfork'
14753 usrinc='$usrinc'
14754 uuname='$uuname'
14755 uvoformat='$uvoformat'
14756 uvsize='$uvsize'
14757 uvtype='$uvtype'
14758 uvuformat='$uvuformat'
14759 uvxformat='$uvxformat'
14760 vendorbin='$vendorbin'
14761 vendorbinexp='$vendorbinexp'
14762 vendorlib='$vendorlib'
14763 vendorlibexp='$vendorlibexp'
14764 vendorprefix='$vendorprefix'
14765 vendorprefixexp='$vendorprefixexp'
14766 version='$version'
14767 vi='$vi'
14768 voidflags='$voidflags'
14769 xlibpth='$xlibpth'
14770 xs_apiversion='$xs_apiversion'
14771 zcat='$zcat'
14772 zip='$zip'
14773 EOT
14774
14775 : Add in command line options if available
14776 $test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
14777
14778 : add special variables
14779 $test -f $src/patchlevel.h && \
14780 awk '/^#define[         ]+PERL_/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
14781 echo "CONFIGDOTSH=true" >>config.sh
14782
14783 : propagate old symbols
14784 if $test -f UU/config.sh; then
14785         <UU/config.sh sort | uniq >UU/oldconfig.sh
14786         sed -n 's/^\([a-zA-Z_0-9]*\)=.*/\1/p' config.sh config.sh UU/oldconfig.sh |\
14787         sort | uniq -u >UU/oldsyms
14788         set X `cat UU/oldsyms`
14789         shift
14790         case $# in
14791         0) ;;
14792         *)
14793                 cat <<EOM
14794 Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
14795 EOM
14796                 echo "# Variables propagated from previous config.sh file." >>config.sh
14797                 for sym in `cat UU/oldsyms`; do
14798                         echo "    Propagating $hint variable "'$'"$sym..."
14799                         eval 'tmp="$'"${sym}"'"'
14800                         echo "$tmp" | \
14801                                 sed -e "s/'/'\"'\"'/g" -e "s/^/$sym='/" -e "s/$/'/" >>config.sh
14802                 done
14803                 ;;
14804         esac
14805 fi
14806
14807 : Finish up by extracting the .SH files
14808 case "$alldone" in
14809 exit)
14810         $rm -rf UU
14811         echo "Done."
14812         exit 0
14813         ;;
14814 cont)
14815         ;;
14816 '')
14817         dflt=''
14818         nostick=true
14819         $cat <<EOM
14820
14821 If you'd like to make any changes to the config.sh file before I begin
14822 to configure things, do it as a shell escape now (e.g. !vi config.sh).
14823
14824 EOM
14825         rp="Press return or use a shell escape to edit config.sh:"
14826         . UU/myread
14827         nostick=''
14828         case "$ans" in
14829         '') ;;
14830         *) : in case they cannot read
14831                 sh 1>&4 -c "$ans";;
14832         esac
14833         ;;
14834 esac
14835
14836 : if this fails, just run all the .SH files by hand
14837 . ./config.sh
14838
14839 echo " "
14840 exec 1>&4
14841 . ./UU/extract
14842
14843 if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
14844         dflt=y
14845         case "$silent" in
14846         true) ;;
14847         *)
14848                 $cat <<EOM
14849
14850 Now you need to generate make dependencies by running "$make depend".
14851 You might prefer to run it in background: "$make depend > makedepend.out &"
14852 It can take a while, so you might not want to run it right now.
14853
14854 EOM
14855                 ;;
14856         esac
14857         rp="Run $make depend now?"
14858         . UU/myread
14859         case "$ans" in
14860         y*)
14861                 $make depend && echo "Now you must run a $make."
14862                 ;;
14863         *)
14864                 echo "You must run '$make depend' then '$make'."
14865                 ;;
14866         esac
14867 elif test -f [Mm]akefile; then
14868         echo " "
14869         echo "Now you must run a $make."
14870 else
14871         echo "Done."
14872 fi
14873
14874 if $test -f Policy.sh; then
14875     $cat <<EOM
14876
14877 If you compile $package on a different machine or from a different object
14878 directory, copy the Policy.sh file from this object directory to the
14879 new one before you run Configure -- this will help you with most of
14880 the policy defaults.
14881
14882 EOM
14883 fi
14884 if $test -f config.msg; then
14885     echo "Hmm.  I also noted the following information while running:"
14886     echo " "
14887     $cat config.msg >&4
14888     $rm -f config.msg
14889 fi
14890 $rm -f kit*isdone ark*isdone
14891 $rm -rf UU
14892
14893 : End of Configure
14894