Tidy up the metaconfig test programs.
[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 02:39:34 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     return(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 #ifdef $i_unistd
8025 #include <unistd.h>
8026 #endif
8027 #ifdef $i_string
8028 #include <string.h>
8029 #else
8030 #include <strings.h>
8031 #endif
8032 $signal_t blech(x) int x; { exit(3); }
8033 EOCP
8034         $cat >> try.c <<'EOCP'
8035 int main()
8036 {
8037         int pd[2];
8038         int pu[2];
8039         char buf[1];
8040         char string[100];
8041
8042         pipe(pd);       /* Down: child -> parent */
8043         pipe(pu);       /* Up: parent -> child */
8044         if (0 != fork()) {
8045                 int ret;
8046                 close(pd[1]);   /* Parent reads from pd[0] */
8047                 close(pu[0]);   /* Parent writes (blocking) to pu[1] */
8048                 if (-1 == fcntl(pd[0], F_SETFL, MY_O_NONBLOCK))
8049                         exit(1);
8050                 signal(SIGALRM, blech);
8051                 alarm(5);
8052                 if ((ret = read(pd[0], buf, 1)) > 0)    /* Nothing to read! */
8053                         exit(2);
8054                 sprintf(string, "%d\n", ret);
8055                 write(2, string, strlen(string));
8056                 alarm(0);
8057 #ifdef EAGAIN
8058                 if (errno == EAGAIN) {
8059                         printf("EAGAIN\n");
8060                         goto ok;
8061                 }
8062 #endif
8063 #ifdef EWOULDBLOCK
8064                 if (errno == EWOULDBLOCK)
8065                         printf("EWOULDBLOCK\n");
8066 #endif
8067         ok:
8068                 write(pu[1], buf, 1);   /* Unblocks child, tell it to close our pipe */
8069                 sleep(2);                               /* Give it time to close our pipe */
8070                 alarm(5);
8071                 ret = read(pd[0], buf, 1);      /* Should read EOF */
8072                 alarm(0);
8073                 sprintf(string, "%d\n", ret);
8074                 write(3, string, strlen(string));
8075                 exit(0);
8076         }
8077
8078         close(pd[0]);                   /* We write to pd[1] */
8079         close(pu[1]);                   /* We read from pu[0] */
8080         read(pu[0], buf, 1);    /* Wait for parent to signal us we may continue */
8081         close(pd[1]);                   /* Pipe pd is now fully closed! */
8082         exit(0);                                /* Bye bye, thank you for playing! */
8083 }
8084 EOCP
8085         set try
8086         if eval $compile_ok; then
8087                 echo "$startsh" >mtry
8088                 echo "./try >try.out 2>try.ret 3>try.err || exit 4" >>mtry
8089                 chmod +x mtry
8090                 ./mtry >/dev/null 2>&1
8091                 case $? in
8092                 0) eagain=`$cat try.out`;;
8093                 1) echo "Could not perform non-blocking setting!";;
8094                 2) echo "I did a successful read() for something that was not there!";;
8095                 3) echo "Hmm... non-blocking I/O does not seem to be working!";;
8096                 *) echo "Something terribly wrong happened during testing.";;
8097                 esac
8098                 rd_nodata=`$cat try.ret`
8099                 echo "A read() system call with no data present returns $rd_nodata."
8100                 case "$rd_nodata" in
8101                 0|-1) ;;
8102                 *)
8103                         echo "(That's peculiar, fixing that to be -1.)"
8104                         rd_nodata=-1
8105                         ;;
8106                 esac
8107                 case "$eagain" in
8108                 '')
8109                         echo "Forcing errno EAGAIN on read() with no data available."
8110                         eagain=EAGAIN
8111                         ;;
8112                 *)
8113                         echo "Your read() sets errno to $eagain when no data is available."
8114                         ;;
8115                 esac
8116                 status=`$cat try.err`
8117                 case "$status" in
8118                 0) echo "And it correctly returns 0 to signal EOF.";;
8119                 -1) echo "But it also returns -1 to signal EOF, so be careful!";;
8120                 *) echo "However, your read() returns '$status' on EOF??";;
8121                 esac
8122                 val="$define"
8123                 if test "$status" = "$rd_nodata"; then
8124                         echo "WARNING: you can't distinguish between EOF and no data!"
8125                         val="$undef"
8126                 fi
8127         else
8128                 echo "I can't compile the test program--assuming errno EAGAIN will do."
8129                 eagain=EAGAIN
8130         fi
8131         set d_eofnblk
8132         eval $setvar
8133         ;;
8134 *)
8135         echo "Using $hint value $eagain."
8136         echo "Your read() returns $rd_nodata when no data is present."
8137         case "$d_eofnblk" in
8138         "$define") echo "And you can see EOF because read() returns 0.";;
8139         "$undef") echo "But you can't see EOF status from read() returned value.";;
8140         *)
8141                 echo "(Assuming you can't see EOF status from read anyway.)"
8142                 d_eofnblk=$undef
8143                 ;;
8144         esac
8145         ;;
8146 esac
8147 $rm -f try try.* .out core head.c mtry
8148
8149 : see if fchmod exists
8150 set fchmod d_fchmod
8151 eval $inlibc
8152
8153 : see if fchown exists
8154 set fchown d_fchown
8155 eval $inlibc
8156
8157 : see if this is an fcntl system
8158 set fcntl d_fcntl
8159 eval $inlibc
8160
8161 hasfield='varname=$1; struct=$2; field=$3; shift; shift; shift;
8162 while $test $# -ge 2; do
8163         case "$1" in
8164         $define) echo "#include <$2>";;
8165         esac ;
8166     shift 2;
8167 done > try.c;
8168 echo "int main () { struct $struct foo; char* bar; bar = (char*)foo.$field; }" >> try.c;
8169 set try;
8170 if eval $compile; then
8171         val="$define";
8172 else
8173         val="$undef";
8174 fi;
8175 set $varname;
8176 eval $setvar;
8177 $rm -f try.c try.o'
8178
8179 socketlib=''
8180 sockethdr=''
8181 : see whether socket exists
8182 echo " "
8183 $echo $n "Hmm... $c" >&4
8184 if set socket val -f d_socket; eval $csym; $val; then
8185         echo "Looks like you have Berkeley networking support." >&4
8186         d_socket="$define"
8187         if set setsockopt val -f; eval $csym; $val; then
8188                 d_oldsock="$undef"
8189         else
8190                 echo "...but it uses the old BSD 4.1c interface, rather than 4.2." >&4
8191                 d_oldsock="$define"
8192         fi
8193 else
8194         if $contains socklib libc.list >/dev/null 2>&1; then
8195                 echo "Looks like you have Berkeley networking support." >&4
8196                 d_socket="$define"
8197                 : we will have to assume that it supports the 4.2 BSD interface
8198                 d_oldsock="$undef"
8199         else
8200                 echo "You don't have Berkeley networking in libc$_a..." >&4
8201                 if test "X$d_socket" = "X$define"; then
8202                    echo "...but you seem to believe that you have sockets." >&4
8203                 else
8204                         for net in net socket
8205                         do
8206                                 if test -f /usr/lib/lib$net$_a; then
8207                                         ( ($nm $nm_opt /usr/lib/lib$net$_a | eval $nm_extract) ||  \
8208                                         $ar t /usr/lib/lib$net$_a) 2>/dev/null >> libc.list
8209                                         if $contains socket libc.list >/dev/null 2>&1; then
8210                                                 d_socket="$define"
8211                                                 socketlib="-l$net"
8212                                                 case "$net" in
8213                                                 net)
8214                                                         echo "...but the Wollongong group seems to have hacked it in." >&4
8215                                                         sockethdr="-I/usr/netinclude"
8216                                                         ;;
8217                                                 esac
8218                                                 echo "Found Berkeley sockets interface in lib$net." >& 4 
8219                                                 if $contains setsockopt libc.list >/dev/null 2>&1; then
8220                                                         d_oldsock="$undef"
8221                                                 else
8222                                                         echo "...using the old BSD 4.1c interface, rather than 4.2." >&4
8223                                                         d_oldsock="$define"
8224                                                 fi
8225                                                 break
8226                                         fi
8227                                 fi
8228                         done
8229                         if test "X$d_socket" != "X$define"; then
8230                            echo "or anywhere else I see." >&4
8231                            d_socket="$undef"
8232                            d_oldsock="$undef"
8233                         fi
8234                 fi
8235         fi
8236 fi
8237
8238 : see if socketpair exists
8239 set socketpair d_sockpair
8240 eval $inlibc
8241
8242
8243 echo " "
8244 echo "Checking the availability of certain socket constants..." >& 4
8245 for ENUM in MSG_CTRUNC MSG_DONTROUTE MSG_OOB MSG_PEEK MSG_PROXY SCM_RIGHTS; do
8246         enum=`$echo $ENUM|./tr '[A-Z]' '[a-z]'`
8247         $cat >try.c <<EOF
8248 #include <sys/types.h>
8249 #include <sys/socket.h>
8250 int main() {
8251     int i = $ENUM;
8252 }
8253 EOF
8254         val="$undef"
8255         set try; if eval $compile; then
8256                 val="$define"
8257         fi
8258         set d_${enum}; eval $setvar
8259         $rm -f try.c try
8260 done
8261
8262 : see if sys/select.h has to be included
8263 set sys/select.h i_sysselct
8264 eval $inhdr
8265
8266 : see if we should include time.h, sys/time.h, or both
8267 echo " "
8268 if test "X$timeincl" = X; then
8269         echo "Testing to see if we should include <time.h>, <sys/time.h> or both." >&4
8270         $echo $n "I'm now running the test program...$c"
8271         $cat >try.c <<'EOCP'
8272 #include <sys/types.h>
8273 #ifdef I_TIME
8274 #include <time.h>
8275 #endif
8276 #ifdef I_SYSTIME
8277 #ifdef SYSTIMEKERNEL
8278 #define KERNEL
8279 #endif
8280 #include <sys/time.h>
8281 #endif
8282 #ifdef I_SYSSELECT
8283 #include <sys/select.h>
8284 #endif
8285 int main()
8286 {
8287         struct tm foo;
8288 #ifdef S_TIMEVAL
8289         struct timeval bar;
8290 #endif
8291 #ifdef S_TIMEZONE
8292         struct timezone tzp;
8293 #endif
8294         if (foo.tm_sec == foo.tm_sec)
8295                 exit(0);
8296 #ifdef S_TIMEVAL
8297         if (bar.tv_sec == bar.tv_sec)
8298                 exit(0);
8299 #endif
8300         exit(1);
8301 }
8302 EOCP
8303         flags=''
8304         for s_timezone in '-DS_TIMEZONE' ''; do
8305         sysselect=''
8306         for s_timeval in '-DS_TIMEVAL' ''; do
8307         for i_systimek in '' '-DSYSTIMEKERNEL'; do
8308         for i_time in '' '-DI_TIME'; do
8309         for i_systime in '-DI_SYSTIME' ''; do
8310                 case "$flags" in
8311                 '') $echo $n ".$c"
8312                         set try $i_time $i_systime $i_systimek $sysselect $s_timeval $s_timezone
8313                         if eval $compile; then
8314                                 set X $i_time $i_systime $i_systimek $sysselect $s_timeval
8315                                 shift
8316                                 flags="$*"
8317                                 echo " "
8318                                 $echo $n "Succeeded with $flags$c"
8319                         fi
8320                         ;;
8321                 esac
8322         done
8323         done
8324         done
8325         done
8326         done
8327         timeincl=''
8328         echo " "
8329         case "$flags" in
8330         *SYSTIMEKERNEL*) i_systimek="$define"
8331                 timeincl=`./findhdr sys/time.h`
8332                 echo "We'll include <sys/time.h> with KERNEL defined." >&4;;
8333         *) i_systimek="$undef";;
8334         esac
8335         case "$flags" in
8336         *I_TIME*) i_time="$define"
8337                 timeincl=`./findhdr time.h`" $timeincl"
8338                 echo "We'll include <time.h>." >&4;;
8339         *) i_time="$undef";;
8340         esac
8341         case "$flags" in
8342         *I_SYSTIME*) i_systime="$define"
8343                 timeincl=`./findhdr sys/time.h`" $timeincl"
8344                 echo "We'll include <sys/time.h>." >&4;;
8345         *) i_systime="$undef";;
8346         esac
8347         $rm -f try.c try
8348 fi
8349
8350 : check for fd_set items
8351 $cat <<EOM
8352
8353 Checking to see how well your C compiler handles fd_set and friends ...
8354 EOM
8355 $cat >fd_set.c <<EOCP
8356 #$i_systime I_SYS_TIME
8357 #$i_sysselct I_SYS_SELECT
8358 #$d_socket HAS_SOCKET
8359 #include <sys/types.h>
8360 #ifdef HAS_SOCKET
8361 #include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
8362 #endif
8363 #ifdef I_SYS_TIME
8364 #include <sys/time.h>
8365 #endif
8366 #ifdef I_SYS_SELECT
8367 #include <sys/select.h>
8368 #endif
8369 int main() {
8370         fd_set fds;
8371
8372 #ifdef TRYBITS
8373         if(fds.fds_bits);
8374 #endif
8375
8376 #if defined(FD_SET) && defined(FD_CLR) && defined(FD_ISSET) && defined(FD_ZERO)
8377         exit(0);
8378 #else
8379         exit(1);
8380 #endif
8381 }
8382 EOCP
8383 set fd_set -DTRYBITS
8384 if eval $compile; then
8385         d_fds_bits="$define"
8386         d_fd_set="$define"
8387         echo "Well, your system knows about the normal fd_set typedef..." >&4
8388         if ./fd_set; then
8389                 echo "and you have the normal fd_set macros (just as I'd expect)." >&4
8390                 d_fd_macros="$define"
8391         else
8392                 $cat >&4 <<'EOM'
8393 but not the normal fd_set macros!  Gaaack!  I'll have to cover for you.
8394 EOM
8395                 d_fd_macros="$undef"
8396         fi
8397 else
8398         $cat <<'EOM'
8399 Hmm, your compiler has some difficulty with fd_set.  Checking further...
8400 EOM
8401         set fd_set
8402         if eval $compile; then
8403                 d_fds_bits="$undef"
8404                 d_fd_set="$define"
8405                 echo "Well, your system has some sort of fd_set available..." >&4
8406                 if ./fd_set; then
8407                         echo "and you have the normal fd_set macros." >&4
8408                         d_fd_macros="$define"
8409                 else
8410                         $cat <<'EOM'
8411 but not the normal fd_set macros!  Gross!  More work for me...
8412 EOM
8413                         d_fd_macros="$undef"
8414                 fi
8415         else
8416         echo "Well, you got zip.  That's OK, I can roll my own fd_set stuff." >&4
8417                 d_fd_set="$undef"
8418                 d_fds_bits="$undef"
8419                 d_fd_macros="$undef"
8420         fi
8421 fi
8422 $rm -f fd_set*
8423
8424 : see if fgetpos exists
8425 set fgetpos d_fgetpos
8426 eval $inlibc
8427
8428 : see if flock exists
8429 set flock d_flock
8430 eval $inlibc
8431
8432 : see if fork exists
8433 set fork d_fork
8434 eval $inlibc
8435
8436 : see if pathconf exists
8437 set pathconf d_pathconf
8438 eval $inlibc
8439
8440 : see if fpathconf exists
8441 set fpathconf d_fpathconf
8442 eval $inlibc
8443
8444 : define an is-a-typedef? function
8445 typedef='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
8446 case "$inclist" in
8447 "") inclist="sys/types.h";;
8448 esac;
8449 eval "varval=\$$var";
8450 case "$varval" in
8451 "")
8452         $rm -f temp.c;
8453         for inc in $inclist; do
8454                 echo "#include <$inc>" >>temp.c;
8455         done;
8456         echo "#ifdef $type" >> temp.c;
8457         echo "printf(\"We have $type\");" >> temp.c;
8458         echo "#endif" >> temp.c;
8459         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
8460         if $contains $type temp.E >/dev/null 2>&1; then
8461                 eval "$var=\$type";
8462         else
8463                 eval "$var=\$def";
8464         fi;
8465         $rm -f temp.?;;
8466 *) eval "$var=\$varval";;
8467 esac'
8468
8469 : define an is-a-typedef? function that prompts if the type is not available.
8470 typedef_ask='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
8471 case "$inclist" in
8472 "") inclist="sys/types.h";;
8473 esac;
8474 eval "varval=\$$var";
8475 case "$varval" in
8476 "")
8477         $rm -f temp.c;
8478         for inc in $inclist; do
8479                 echo "#include <$inc>" >>temp.c;
8480         done;
8481         echo "#ifdef $type" >> temp.c;
8482         echo "printf(\"We have $type\");" >> temp.c;
8483         echo "#endif" >> temp.c;
8484         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
8485         echo " " ;
8486         echo "$rp" | $sed -e "s/What is/Looking for/" -e "s/?/./";
8487         if $contains $type temp.E >/dev/null 2>&1; then
8488                 echo "$type found." >&4;
8489                 eval "$var=\$type";
8490         else
8491                 echo "$type NOT found." >&4;
8492                 dflt="$def";
8493                 . ./myread ;
8494                 eval "$var=\$ans";
8495         fi;
8496         $rm -f temp.?;;
8497 *) eval "$var=\$varval";;
8498 esac'
8499
8500 : see what type lseek is declared as in the kernel
8501 rp="What is the type used for lseek's offset on this system?"
8502 set off_t lseektype long stdio.h sys/types.h
8503 eval $typedef_ask
8504
8505 echo " "
8506 $echo $n "Checking to see how big your file offsets are...$c" >&4
8507 $cat >try.c <<EOCP
8508 #include <sys/types.h>
8509 #include <stdio.h>
8510 int main()
8511 {
8512     printf("%d\n", (int)sizeof($lseektype));
8513     return(0); 
8514 }
8515 EOCP
8516 set try
8517 if eval $compile_ok; then
8518         lseeksize=`./try`
8519         $echo " $lseeksize bytes." >&4
8520 else
8521         dflt='4'
8522         echo " "
8523         echo "(I can't seem to compile the test program.  Guessing...)"
8524         rp="What is the size of your file offsets (in bytes)?"
8525         . ./myread
8526         lseeksize="$ans"
8527 fi
8528 $rm -f try.c try
8529
8530 : see what type file positions are declared as in the library
8531 rp="What is the type for file position used by fsetpos()?"
8532 set fpos_t fpostype long stdio.h sys/types.h
8533 eval $typedef_ask
8534
8535 echo " "
8536 case "$fpostype" in
8537 *_t) zzz="$fpostype"    ;;
8538 *)   zzz="fpos_t"       ;;
8539 esac
8540 echo "Checking the size of $zzz..." >&4 
8541 cat > try.c <<EOCP
8542 #include <sys/types.h>
8543 #include <stdio.h>
8544 int main() {
8545     printf("%d\n", (int)sizeof($fpostype));
8546     return(0);
8547 }
8548 EOCP
8549 set try
8550 if eval $compile_ok; then
8551         yyy=`./try`
8552         case "$yyy" in
8553         '')     fpossize=4
8554                 echo "(I can't execute the test program--guessing $fpossize.)" >&4
8555                 ;;
8556         *)      fpossize=$yyy
8557                 echo "Your $zzz size is $fpossize bytes."
8558                 ;;
8559         esac
8560 else
8561         fpossize=4
8562         echo "(I can't compile the test program--guessing $fpossize.)" >&4
8563 fi
8564
8565
8566
8567 : check for off64_t
8568 echo " "
8569 echo "Checking to see if your system supports off64_t..." >&4
8570 $cat >try.c <<EOCP
8571 #include <sys/types.h>
8572 #include <unistd.h>
8573 int main() { off64_t x = 7; }'
8574 EOCP
8575 set try
8576 if eval $compile; then
8577         val="$define"
8578         echo "Yes, it does."
8579 else
8580         val="$undef"
8581         echo "No, it doesn't."
8582         case "$lseeksize" in
8583         8) echo "(This is okay because your off_t is 64 bits wide.)" ;;
8584         esac
8585 fi
8586 $rm -f try.* try
8587 set d_off64_t
8588 eval $setvar
8589
8590 : check for fpos64_t
8591 echo " "
8592 echo "Checking to see if your system supports fpos64_t..." >&4
8593 $cat >try.c <<EOCP
8594 #include <sys/stdio.h>
8595 int main() { fpos64_t x x = 7; }'
8596 EOCP
8597 set try
8598 if eval $compile; then
8599         val="$define"
8600         echo "Yes, it does."
8601 else
8602         val="$undef"
8603         echo "No, it doesn't."
8604         case "$fpossize" in
8605         8) echo "(This is okay because your fpos_t is 64 bits wide.)" ;;
8606         esac
8607 fi
8608 $rm -f try.* try
8609 set d_fpos64_t
8610 eval $setvar
8611
8612 hasstruct='varname=$1; struct=$2; shift; shift;
8613 while $test $# -ge 2; do
8614         case "$1" in
8615         $define) echo "#include <$2>";;
8616         esac ;
8617     shift 2;
8618 done > try.c;
8619 echo "int main () { struct $struct foo; }" >> try.c;
8620 set try;
8621 if eval $compile; then
8622         val="$define";
8623 else
8624         val="$undef";
8625 fi;
8626 set $varname;
8627 eval $setvar;
8628 $rm -f try.c try.o'
8629
8630 : see if this is a sys/param system
8631 set sys/param.h i_sysparam
8632 eval $inhdr
8633
8634 : see if this is a sys/mount.h system
8635 set sys/mount.h i_sysmount
8636 eval $inhdr
8637
8638 : see if sys/types.h has to be included
8639 set sys/types.h i_systypes
8640 eval $inhdr
8641
8642
8643 echo " "
8644 echo "Checking to see if your system supports struct fs_data..." >&4
8645 set d_fs_data_s fs_data $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h
8646 eval $hasstruct
8647 case "$d_fs_data_s" in
8648 "$define")      echo "Yes, it does."   ;;
8649 *)              echo "No, it doesn't." ;;
8650 esac
8651
8652 : see if fseeko exists
8653 set fseeko d_fseeko
8654 eval $inlibc
8655
8656 : see if fsetpos exists
8657 set fsetpos d_fsetpos
8658 eval $inlibc
8659
8660
8661 : see if fstatfs exists
8662 set fstatfs d_fstatfs
8663 eval $inlibc
8664
8665
8666 : see if statvfs exists
8667 set statvfs d_statvfs
8668 eval $inlibc
8669
8670 : see if fstatvfs exists
8671 set fstatvfs d_fstatvfs
8672 eval $inlibc
8673
8674
8675 : see if ftello exists
8676 set ftello d_ftello
8677 eval $inlibc
8678
8679 : see if getgrent exists
8680 set getgrent d_getgrent
8681 eval $inlibc
8682
8683 : see if gethostbyaddr exists
8684 set gethostbyaddr d_gethbyaddr
8685 eval $inlibc
8686
8687 : see if gethostbyname exists
8688 set gethostbyname d_gethbyname
8689 eval $inlibc
8690
8691 : see if gethostent exists
8692 set gethostent d_gethent
8693 eval $inlibc
8694
8695 : see how we will look up host name
8696 echo " "
8697 call=''
8698 if set gethostname val -f d_gethname; eval $csym; $val; then
8699         echo 'gethostname() found.' >&4
8700         d_gethname="$define"
8701         call=gethostname
8702 fi
8703 if set uname val -f d_uname; eval $csym; $val; then
8704         if ./xenix; then
8705                 $cat <<'EOM'
8706 uname() was found, but you're running xenix, and older versions of xenix
8707 have a broken uname(). If you don't really know whether your xenix is old
8708 enough to have a broken system call, use the default answer.
8709
8710 EOM
8711                 dflt=y
8712                 case "$d_uname" in
8713                 "$define") dflt=n;;
8714                 esac
8715                 rp='Is your uname() broken?'
8716                 . ./myread
8717                 case "$ans" in
8718                 n*) d_uname="$define"; call=uname;;
8719                 esac
8720         else
8721                 echo 'uname() found.' >&4
8722                 d_uname="$define"
8723                 case "$call" in
8724                 '') call=uname ;;
8725                 esac
8726         fi
8727 fi
8728 case "$d_gethname" in
8729 '') d_gethname="$undef";;
8730 esac
8731 case "$d_uname" in
8732 '') d_uname="$undef";;
8733 esac
8734 case "$d_uname$d_gethname" in
8735 *define*)
8736         dflt=n
8737         cat <<EOM
8738  
8739 Every now and then someone has a $call() that lies about the hostname
8740 but can't be fixed for political or economic reasons.  If you wish, I can
8741 pretend $call() isn't there and maybe compute hostname at run-time
8742 thanks to the '$phostname' command.
8743
8744 EOM
8745         rp="Shall I ignore $call() from now on?"
8746         . ./myread
8747         case "$ans" in
8748         y*) d_uname="$undef" d_gethname="$undef"; $echo $n "Okay...$c";;
8749         esac;;
8750 esac
8751 case "$phostname" in
8752 '') aphostname='';;
8753 *) case "$aphostname" in
8754         /*) ;;
8755         *) set X $phostname
8756                 shift
8757                 file=$1
8758                 shift
8759                 file=`./loc $file $file $pth`
8760                 aphostname=`echo $file $*`
8761                 ;;
8762         esac
8763         ;;
8764 esac
8765 case "$d_uname$d_gethname" in
8766 *define*) ;;
8767 *)
8768         case "$phostname" in
8769         '')
8770                 echo "There will be no way for $package to get your hostname." >&4;;
8771         *)
8772         echo "I'll use 'popen("'"'$aphostname'", "r")'"' to get your hostname." >&4
8773                 ;;
8774         esac;;
8775 esac
8776 case "$d_phostname" in
8777 '') d_phostname="$undef";;
8778 esac
8779
8780 : see if this is a netdb.h system
8781 set netdb.h i_netdb
8782 eval $inhdr
8783
8784 : see if prototypes for various gethostxxx netdb.h functions are available
8785 echo " "
8786 set d_gethostprotos gethostent $i_netdb netdb.h
8787 eval $hasproto
8788
8789 : see if getlogin exists
8790 set getlogin d_getlogin
8791 eval $inlibc
8792
8793 : see if getmnt exists
8794 set getmnt d_getmnt
8795 eval $inlibc
8796
8797 : see if getmntent exists
8798 set getmntent d_getmntent
8799 eval $inlibc
8800
8801 : see if getnetbyaddr exists
8802 set getnetbyaddr d_getnbyaddr
8803 eval $inlibc
8804
8805 : see if getnetbyname exists
8806 set getnetbyname d_getnbyname
8807 eval $inlibc
8808
8809 : see if getnetent exists
8810 set getnetent d_getnent
8811 eval $inlibc
8812
8813 : see if prototypes for various getnetxxx netdb.h functions are available
8814 echo " "
8815 set d_getnetprotos getnetent $i_netdb netdb.h
8816 eval $hasproto
8817
8818
8819 : see if getprotobyname exists
8820 set getprotobyname d_getpbyname
8821 eval $inlibc
8822
8823 : see if getprotobynumber exists
8824 set getprotobynumber d_getpbynumber
8825 eval $inlibc
8826
8827 : see if getprotoent exists
8828 set getprotoent d_getpent
8829 eval $inlibc
8830
8831 : see if getpgid exists
8832 set getpgid d_getpgid
8833 eval $inlibc
8834
8835 : see if getpgrp2 exists
8836 set getpgrp2 d_getpgrp2
8837 eval $inlibc
8838
8839 : see if getppid exists
8840 set getppid d_getppid
8841 eval $inlibc
8842
8843 : see if getpriority exists
8844 set getpriority d_getprior
8845 eval $inlibc
8846
8847 : see if prototypes for various getprotoxxx netdb.h functions are available
8848 echo " "
8849 set d_getprotoprotos getprotoent $i_netdb netdb.h
8850 eval $hasproto
8851
8852 : see if getpwent exists
8853 set getpwent d_getpwent
8854 eval $inlibc
8855
8856
8857 : see if getservbyname exists
8858 set getservbyname d_getsbyname
8859 eval $inlibc
8860
8861 : see if getservbyport exists
8862 set getservbyport d_getsbyport
8863 eval $inlibc
8864
8865 : see if getservent exists
8866 set getservent d_getsent
8867 eval $inlibc
8868
8869 : see if prototypes for various getservxxx netdb.h functions are available
8870 echo " "
8871 set d_getservprotos getservent $i_netdb netdb.h
8872 eval $hasproto
8873
8874 : see if getspent exists
8875 set getspent d_getspent
8876 eval $inlibc
8877
8878 : see if getspnam exists
8879 set getspnam d_getspnam
8880 eval $inlibc
8881
8882 : see if gettimeofday or ftime exists
8883 set gettimeofday d_gettimeod
8884 eval $inlibc
8885 case "$d_gettimeod" in
8886 "$undef")
8887         set ftime d_ftime 
8888         eval $inlibc
8889         ;;
8890 *)
8891         val="$undef"; set d_ftime; eval $setvar
8892         ;;
8893 esac
8894 case "$d_gettimeod$d_ftime" in
8895 "$undef$undef")
8896         echo " "
8897         echo 'No ftime() nor gettimeofday() -- timing may be less accurate.' >&4
8898         ;;
8899 esac
8900
8901 : see if this is an grp system
8902 set grp.h i_grp
8903 eval $inhdr
8904
8905 case "$i_grp" in
8906 $define)
8907         xxx=`./findhdr grp.h`
8908         $cppstdin $cppflags $cppminus < $xxx >$$.h
8909
8910         if $contains 'gr_passwd' $$.h >/dev/null 2>&1; then
8911                 val="$define"
8912         else
8913                 val="$undef"
8914         fi
8915         set d_grpasswd
8916         eval $setvar
8917
8918         $rm -f $$.h
8919         ;;
8920 *)
8921         val="$undef";
8922         set d_grpasswd; eval $setvar
8923         ;;
8924 esac
8925
8926 : see if hasmntopt exists
8927 set hasmntopt d_hasmntopt
8928 eval $inlibc
8929
8930 : see if this is a netinet/in.h or sys/in.h system
8931 set netinet/in.h i_niin sys/in.h i_sysin
8932 eval $inhdr
8933
8934 : see if arpa/inet.h has to be included
8935 set arpa/inet.h i_arpainet
8936 eval $inhdr
8937
8938 : see if htonl --and friends-- exists
8939 val=''
8940 set htonl val
8941 eval $inlibc
8942
8943 : Maybe they are macros.
8944 case "$val" in
8945 $undef)
8946         $cat >htonl.c <<EOM
8947 #include <stdio.h>
8948 #include <sys/types.h>
8949 #$i_niin I_NETINET_IN
8950 #$i_sysin I_SYS_IN
8951 #$i_arpainet I_ARPA_INET
8952 #ifdef I_NETINET_IN
8953 #include <netinet/in.h>
8954 #endif
8955 #ifdef I_SYS_IN
8956 #include <sys/in.h>
8957 #endif
8958 #ifdef I_ARPA_INET
8959 #include <arpa/inet.h>
8960 #endif
8961 #ifdef htonl
8962 printf("Defined as a macro.");
8963 #endif
8964 EOM
8965         $cppstdin $cppflags $cppminus < htonl.c >htonl.E 2>/dev/null
8966         if $contains 'Defined as a macro' htonl.E >/dev/null 2>&1; then
8967                 val="$define"
8968                 echo "But it seems to be defined as a macro." >&4
8969         fi
8970         $rm -f htonl.?
8971         ;;
8972 esac
8973 set d_htonl
8974 eval $setvar
8975
8976 : index or strchr
8977 echo " "
8978 if set index val -f; eval $csym; $val; then
8979         if set strchr val -f d_strchr; eval $csym; $val; then
8980                 if $contains strchr "$strings" >/dev/null 2>&1 ; then
8981                         val="$define"
8982                         vali="$undef"
8983                         echo "strchr() found." >&4
8984                 else
8985                         val="$undef"
8986                         vali="$define"
8987                         echo "index() found." >&4
8988                 fi
8989         else
8990                 val="$undef"
8991                 vali="$define"
8992                 echo "index() found." >&4
8993         fi
8994 else
8995         if set strchr val -f d_strchr; eval $csym; $val; then
8996                 val="$define"
8997                 vali="$undef"
8998                 echo "strchr() found." >&4
8999         else
9000                 echo "No index() or strchr() found!" >&4
9001                 val="$undef"
9002                 vali="$undef"
9003         fi
9004 fi
9005 set d_strchr; eval $setvar
9006 val="$vali"
9007 set d_index; eval $setvar
9008
9009 : check whether inet_aton exists
9010 set inet_aton d_inetaton
9011 eval $inlibc
9012
9013 : see if inttypes.h is available
9014 : we want a real compile instead of Inhdr because some systems
9015 : have an inttypes.h which includes non-existent headers
9016 echo " "
9017 $cat >try.c <<EOCP
9018 #include <inttypes.h>
9019 int main() {
9020         static int32_t foo32 = 0x12345678;
9021 }
9022 EOCP
9023 set try
9024 if eval $compile; then
9025         echo "<inttypes.h> found." >&4
9026         val="$define"
9027 else
9028         echo "<inttypes.h> NOT found." >&4
9029         val="$undef"
9030 fi
9031 $rm -f try.c try
9032 set i_inttypes
9033 eval $setvar
9034
9035 : check for int64_t
9036 case "$use64bits" in
9037 "$define" )
9038         echo " "
9039         $echo $n "Checking to see if your system supports int64_t...$c" >&4
9040         $cat >try.c <<EOCP
9041 #include <sys/types.h>
9042 #$i_inttypes I_INTTYPES
9043 #ifdef I_INTTYPES
9044 #include <inttypes.h>
9045 #endif
9046 int main() { int64_t x = 7; }
9047 EOCP
9048         set try
9049         if eval $compile; then
9050                 val="$define"
9051                 echo " Yes, it does." >&4
9052         else
9053                 val="$undef"
9054                 echo " No, it doesn't." >&4
9055         fi
9056         $rm -f try try.*
9057         ;;
9058 *)      val="$undef"
9059         ;;
9060 esac
9061 set d_int64t
9062 eval $setvar
9063
9064
9065 : Look for isascii
9066 echo " "
9067 $cat >isascii.c <<'EOCP'
9068 #include <stdio.h>
9069 #include <ctype.h>
9070 int main() {
9071         int c = 'A';
9072         if (isascii(c))
9073                 exit(0);
9074         else
9075                 exit(1);
9076 }
9077 EOCP
9078 set isascii
9079 if eval $compile; then
9080         echo "isascii() found." >&4
9081         val="$define"
9082 else
9083         echo "isascii() NOT found." >&4
9084         val="$undef"
9085 fi
9086 set d_isascii
9087 eval $setvar
9088 $rm -f isascii*
9089
9090 : see if killpg exists
9091 set killpg d_killpg
9092 eval $inlibc
9093
9094 : see if lchown exists
9095 echo " "
9096 $cat > try.c <<'EOCP'
9097 /* System header to define __stub macros and hopefully few prototypes,
9098     which can conflict with char lchown(); below.  */
9099 #include <assert.h>
9100 /* Override any gcc2 internal prototype to avoid an error.  */
9101 /* We use char because int might match the return type of a gcc2
9102    builtin and then its argument prototype would still apply.  */
9103 char lchown();
9104 int main() {
9105     /*  The GNU C library defines this for functions which it implements
9106         to always fail with ENOSYS.  Some functions are actually named
9107         something starting with __ and the normal name is an alias.  */
9108 #if defined (__stub_lchown) || defined (__stub___lchown)
9109 choke me
9110 #else
9111 lchown();
9112 #endif
9113 ; return 0; }
9114 EOCP
9115 set try
9116 if eval $compile; then
9117     $echo "lchown() found." >&4
9118     val="$define"
9119 else
9120     $echo "lchown() NOT found." >&4
9121     val="$undef"
9122 fi
9123 set d_lchown
9124 eval $setvar
9125
9126 : See if number of significant digits in a double precision number is known
9127 echo " "
9128 $cat >ldbl_dig.c <<EOM
9129 #$i_limits I_LIMITS
9130 #$i_float I_FLOAT
9131 #ifdef I_LIMITS
9132 #include <limits.h>
9133 #endif
9134 #ifdef I_FLOAT
9135 #include <float.h>
9136 #endif
9137 #ifdef LDBL_DIG
9138 printf("Contains LDBL_DIG");
9139 #endif
9140 EOM
9141 $cppstdin $cppflags $cppminus < ldbl_dig.c >ldbl_dig.E 2>/dev/null
9142 if $contains 'LDBL_DIG' ldbl_dig.E >/dev/null 2>&1; then
9143         echo "LDBL_DIG found." >&4
9144         val="$define"
9145 else
9146         echo "LDBL_DIG NOT found." >&4
9147         val="$undef"
9148 fi
9149 $rm -f ldbl_dig.?
9150 set d_ldbl_dig
9151 eval $setvar
9152
9153 : see if link exists
9154 set link d_link
9155 eval $inlibc
9156
9157 : see if localeconv exists
9158 set localeconv d_locconv
9159 eval $inlibc
9160
9161 : see if lockf exists
9162 set lockf d_lockf
9163 eval $inlibc
9164
9165 : check for long long
9166 echo " "
9167 $echo $n "Checking to see if your system supports long long..." $c >&4
9168 echo 'int main() { long long x = 7; return 0; }' > try.c
9169 set try
9170 if eval $compile; then
9171         val="$define"
9172         echo " Yes, it does." >&4
9173 else
9174         val="$undef"
9175         echo " No, it doesn't." >&4
9176 fi
9177 $rm try.*
9178 set d_longlong
9179 eval $setvar
9180
9181 : check for length of long long
9182 case "${d_longlong}${longlongsize}" in
9183 $define)
9184         echo " "
9185         $echo $n "Checking to see how big your long longs are..." $c >&4
9186         $cat >try.c <<'EOCP'
9187 #include <stdio.h>
9188 int main()
9189 {
9190     printf("%d\n", (int)sizeof(long long));
9191     return(0);
9192 }
9193 EOCP
9194         set try
9195         if eval $compile_ok; then
9196                 longlongsize=`./try$exe_ext`
9197                 $echo " $longlongsize bytes." >&4
9198         else
9199                 dflt='8'
9200                 echo " "
9201                 echo "(I can't seem to compile the test program.  Guessing...)"
9202                 rp="What is the size of a long long (in bytes)?"
9203                 . ./myread
9204                 longlongsize="$ans"
9205         fi
9206         if $test "X$longsize" = "X$longlongsize"; then
9207                 echo "(That isn't any different from an ordinary long.)"
9208         fi      
9209         ;;
9210 esac
9211 $rm -f try.* try
9212
9213 : see if lstat exists
9214 set lstat d_lstat
9215 eval $inlibc
9216
9217 : see if mblen exists
9218 set mblen d_mblen
9219 eval $inlibc
9220
9221 : see if mbstowcs exists
9222 set mbstowcs d_mbstowcs
9223 eval $inlibc
9224
9225 : see if mbtowc exists
9226 set mbtowc d_mbtowc
9227 eval $inlibc
9228
9229 : see if memchr exists
9230 set memchr d_memchr
9231 eval $inlibc
9232
9233 : see if memcmp exists
9234 set memcmp d_memcmp
9235 eval $inlibc
9236
9237 : see if memcpy exists
9238 set memcpy d_memcpy
9239 eval $inlibc
9240
9241 : see if memmove exists
9242 set memmove d_memmove
9243 eval $inlibc
9244
9245 : see if memset exists
9246 set memset d_memset
9247 eval $inlibc
9248
9249 : see if mkdir exists
9250 set mkdir d_mkdir
9251 eval $inlibc
9252
9253 : see if mkfifo exists
9254 set mkfifo d_mkfifo
9255 eval $inlibc
9256
9257 : see if mktime exists
9258 set mktime d_mktime
9259 eval $inlibc
9260
9261 : see if msgctl exists
9262 set msgctl d_msgctl
9263 eval $inlibc
9264
9265 : see if msgget exists
9266 set msgget d_msgget
9267 eval $inlibc
9268
9269 : see if msgsnd exists
9270 set msgsnd d_msgsnd
9271 eval $inlibc
9272
9273 : see if msgrcv exists
9274 set msgrcv d_msgrcv
9275 eval $inlibc
9276
9277 : see how much of the 'msg*(2)' library is present.
9278 h_msg=true
9279 echo " "
9280 case "$d_msgctl$d_msgget$d_msgsnd$d_msgrcv" in
9281 *"$undef"*) h_msg=false;;
9282 esac
9283 case "$osname" in
9284 freebsd)
9285     case "`ipcs 2>&1`" in
9286     "SVID messages"*"not configured"*)
9287         echo "Your $osname does not have the msg*(2) configured." >&4
9288         h_msg=false
9289         val="$undef"
9290         set msgctl d_msgctl
9291         eval $setvar
9292         set msgget d_msgget
9293         eval $setvar
9294         set msgsnd d_msgsnd
9295         eval $setvar
9296         set msgrcv d_msgrcv
9297         eval $setvar
9298         ;;
9299     esac
9300     ;;
9301 esac
9302 : we could also check for sys/ipc.h ...
9303 if $h_msg && $test `./findhdr sys/msg.h`; then
9304         echo "You have the full msg*(2) library." >&4
9305         val="$define"
9306 else
9307         echo "You don't have the full msg*(2) library." >&4
9308         val="$undef"
9309 fi
9310 set d_msg
9311 eval $setvar
9312
9313 : see if nice exists
9314 set nice d_nice
9315 eval $inlibc
9316
9317 : see if POSIX threads are available
9318 set pthread.h i_pthread
9319 eval $inhdr
9320
9321
9322
9323
9324 : how to create joinable pthreads
9325 if test "X$usethreads" = "X$define" -a "X$i_pthread" = "X$define"; then
9326         echo " "
9327         echo "Checking what constant to use for creating joinable pthreads..." >&4 
9328         $cat >try.c <<'EOCP'
9329 #include <pthread.h>
9330 int main() {
9331     int detachstate = JOINABLE;
9332 }
9333 EOCP
9334         set try -DJOINABLE=PTHREAD_CREATE_JOINABLE
9335         if eval $compile; then
9336                 echo "You seem to use PTHREAD_CREATE_JOINABLE." >&4
9337                 val="$undef" # Yes, undef.
9338                 set d_old_pthread_create_joinable
9339                 eval $setvar
9340                 val=""
9341                 set old_pthread_create_joinable
9342                 eval $setvar
9343         else
9344                 set try -DJOINABLE=PTHREAD_CREATE_UNDETACHED
9345                 if eval $compile; then
9346                         echo "You seem to use PTHREAD_CREATE_UNDETACHED." >&4
9347                         val="$define"
9348                         set d_old_pthread_create_joinable
9349                         eval $setvar
9350                         val=PTHREAD_CREATE_UNDETACHED
9351                         set old_pthread_create_joinable
9352                         eval $setvar
9353                 else            
9354                         set try -DJOINABLE=__UNDETACHED
9355                         if eval $compile; then
9356                                 echo "You seem to use __UNDETACHED." >&4
9357                                 val="$define"
9358                                 set d_old_pthread_create_joinable
9359                                 eval $setvar
9360                                 val=__UNDETACHED
9361                                 set old_pthread_create_joinable
9362                                 eval $setvar
9363                         else
9364                                 echo "Egads, nothing obvious found.  Guessing that you use 0." >&4
9365                                 val="$define"
9366                                 set d_old_pthread_create_joinable
9367                                 eval $setvar
9368                                 val=0
9369                                 set old_pthread_create_joinable
9370                                 eval $setvar
9371                         fi
9372                 fi
9373         fi
9374         $rm -f try try.*
9375 else
9376     d_old_pthread_create_joinable="$undef"
9377     old_pthread_create_joinable=""
9378 fi
9379
9380 : see if pause exists
9381 set pause d_pause
9382 eval $inlibc
9383
9384 : see if pipe exists
9385 set pipe d_pipe
9386 eval $inlibc
9387
9388 : see if poll exists
9389 set poll d_poll
9390 eval $inlibc
9391
9392
9393 : see whether the various POSIXish _yields exist
9394 $cat >try.c <<EOP
9395 #include <pthread.h>
9396 #include <stdio.h>
9397 int main() {
9398 #ifdef SCHED_YIELD
9399         sched_yield();
9400 #else
9401 #ifdef PTHREAD_YIELD
9402         pthread_yield();
9403 #else
9404 #ifdef PTHREAD_YIELD_NULL
9405         pthread_yield(NULL);
9406 #endif
9407 #endif
9408 #endif
9409 }
9410 EOP
9411 : see if sched_yield exists
9412 set try -DSCHED_YIELD
9413 if eval $compile; then
9414     val="$define"
9415     sched_yield='sched_yield()'
9416 else
9417     val="$undef"
9418 fi
9419 case "$usethreads" in
9420 $define)
9421         case "$val" in
9422         $define) echo 'sched_yield() found.' >&4        ;;
9423         *)       echo 'sched_yield() NOT found.' >&4    ;;
9424         esac
9425 esac
9426 set d_sched_yield
9427 eval $setvar
9428
9429 : see if pthread_yield exists
9430 set try -DPTHREAD_YIELD
9431 if eval $compile; then
9432     val="$define"
9433     case "$sched_yield" in
9434     '') sched_yield='pthread_yield()' ;;
9435     esac
9436 else
9437     set try -DPTHREAD_YIELD_NULL
9438     if eval $compile; then
9439         val="$define"
9440         case "$sched_yield" in
9441         '') sched_yield='pthread_yield(NULL)' ;;
9442         esac
9443     else
9444         val="$undef"
9445     fi
9446 fi
9447 case "$usethreads" in
9448 $define)
9449         case "$val" in
9450         $define) echo 'pthread_yield() found.' >&4      ;;
9451         *)       echo 'pthread_yield() NOT found.' >&4  ;;
9452         esac
9453         ;;
9454 esac
9455 set d_pthread_yield
9456 eval $setvar
9457
9458 case "$sched_yield" in
9459 '') sched_yield=undef ;;
9460 esac
9461
9462 $rm -f try try.*
9463
9464 : see if this is a pwd.h system
9465 set pwd.h i_pwd
9466 eval $inhdr
9467
9468 case "$i_pwd" in
9469 $define)
9470         xxx=`./findhdr pwd.h`
9471         $cppstdin $cppflags $cppminus < $xxx >$$.h
9472
9473         if $contains 'pw_quota' $$.h >/dev/null 2>&1; then
9474                 val="$define"
9475         else
9476                 val="$undef"
9477         fi
9478         set d_pwquota
9479         eval $setvar
9480
9481         if $contains 'pw_age' $$.h >/dev/null 2>&1; then
9482                 val="$define"
9483         else
9484                 val="$undef"
9485         fi
9486         set d_pwage
9487         eval $setvar
9488
9489         if $contains 'pw_change' $$.h >/dev/null 2>&1; then
9490                 val="$define"
9491         else
9492                 val="$undef"
9493         fi
9494         set d_pwchange
9495         eval $setvar
9496
9497         if $contains 'pw_class' $$.h >/dev/null 2>&1; then
9498                 val="$define"
9499         else
9500                 val="$undef"
9501         fi
9502         set d_pwclass
9503         eval $setvar
9504
9505         if $contains 'pw_expire' $$.h >/dev/null 2>&1; then
9506                 val="$define"
9507         else
9508                 val="$undef"
9509         fi
9510         set d_pwexpire
9511         eval $setvar
9512
9513         if $contains 'pw_comment' $$.h >/dev/null 2>&1; then
9514                 val="$define"
9515         else
9516                 val="$undef"
9517         fi
9518         set d_pwcomment
9519         eval $setvar
9520
9521         if $contains 'pw_gecos' $$.h >/dev/null 2>&1; then
9522                 val="$define"
9523         else
9524                 val="$undef"
9525         fi
9526         set d_pwgecos
9527         eval $setvar
9528
9529         if $contains 'pw_passwd' $$.h >/dev/null 2>&1; then
9530                 val="$define"
9531         else
9532                 val="$undef"
9533         fi
9534         set d_pwpasswd
9535         eval $setvar
9536
9537         $rm -f $$.h
9538         ;;
9539 *)
9540         val="$undef"; 
9541         set d_pwquota; eval $setvar
9542         set d_pwage; eval $setvar
9543         set d_pwchange; eval $setvar
9544         set d_pwclass; eval $setvar
9545         set d_pwexpire; eval $setvar
9546         set d_pwcomment; eval $setvar
9547         set d_pwgecos; eval $setvar
9548         set d_pwpasswd; eval $setvar
9549         ;;
9550 esac
9551
9552
9553 echo " "
9554 echo "Checking which 64-bit integer type to use..." >&4
9555
9556 case "$intsize" in
9557 8) val=int
9558    set quadtype
9559    eval $setvar
9560    val='"unsigned int"'
9561    set uquadtype
9562    eval $setvar
9563    quadcase=1
9564    ;;
9565 *) case "$longsize" in
9566    8) val=long
9567       set quadtype
9568       eval $setvar
9569       val='"unsigned long"'
9570       set uquadtype
9571       eval $setvar
9572       quadcase=2
9573       ;;
9574    *) case "$uselonglong:$d_longlong:$longlongsize" in
9575       define:define:8)
9576         val='"long long"'
9577         set quadtype
9578         eval $setvar
9579         val='"unsigned long long"'
9580         set uquadtype
9581         eval $setvar
9582         quadcase=3
9583         ;;
9584       *) case "$d_int64t" in
9585          define)
9586            val=int64_t
9587            set quadtype
9588            eval $setvar
9589            val=uint64_t
9590            set uquadtype
9591            eval $setvar
9592            quadcase=4
9593            ;;
9594          esac
9595          ;;
9596       esac
9597       ;;
9598    esac
9599    ;;
9600 esac
9601
9602 case "$quadtype" in
9603 '')     echo "Alas, no 64-bit integer types in sight." >&4
9604         d_quad="$undef"
9605         ;;
9606 *)      echo "Using '$quadtype' for 64-bit integers." >&4
9607         d_quad="$define"
9608         ;;
9609 esac
9610
9611 : see if readdir and friends exist
9612 set readdir d_readdir
9613 eval $inlibc
9614 set seekdir d_seekdir
9615 eval $inlibc
9616 set telldir d_telldir
9617 eval $inlibc
9618 set rewinddir d_rewinddir
9619 eval $inlibc
9620
9621 : see if readlink exists
9622 set readlink d_readlink
9623 eval $inlibc
9624
9625 : see if rename exists
9626 set rename d_rename
9627 eval $inlibc
9628
9629 : see if rmdir exists
9630 set rmdir d_rmdir
9631 eval $inlibc
9632
9633 : see if memory.h is available.
9634 val=''
9635 set memory.h val
9636 eval $inhdr
9637
9638 : See if it conflicts with string.h
9639 case "$val" in
9640 $define)
9641         case "$strings" in
9642         '') ;;
9643         *)
9644                 $cppstdin $cppflags $cppminus < $strings > mem.h
9645                 if $contains 'memcpy' mem.h >/dev/null 2>&1; then
9646                         echo " "
9647                         echo "We won't be including <memory.h>."
9648                         val="$undef"
9649                 fi
9650                 $rm -f mem.h
9651                 ;;
9652         esac
9653 esac
9654 set i_memory
9655 eval $setvar
9656
9657 : can bcopy handle overlapping blocks?
9658 val="$undef"
9659 case "$d_bcopy" in
9660 "$define")
9661         echo " "
9662         echo "Checking to see if your bcopy() can do overlapping copies..." >&4
9663         $cat >try.c <<EOCP
9664 #$i_memory I_MEMORY
9665 #$i_stdlib I_STDLIB
9666 #$i_string I_STRING
9667 #$i_unistd I_UNISTD
9668 EOCP
9669         $cat >>try.c <<'EOCP'
9670 #include <stdio.h>
9671 #ifdef I_MEMORY
9672 #  include <memory.h>
9673 #endif
9674 #ifdef I_STDLIB
9675 #  include <stdlib.h>
9676 #endif
9677 #ifdef I_STRING
9678 #  include <string.h>
9679 #else
9680 #  include <strings.h>
9681 #endif
9682 #ifdef I_UNISTD
9683 #  include <unistd.h>  /* Needed for NetBSD */
9684 #endif
9685 int main()
9686 {
9687 char buf[128], abc[128];
9688 char *b;
9689 int len;
9690 int off;
9691 int align;
9692
9693 bcopy("abcdefghijklmnopqrstuvwxyz0123456789", abc, 36);
9694
9695 for (align = 7; align >= 0; align--) {
9696         for (len = 36; len; len--) {
9697                 b = buf+align;
9698                 bcopy(abc, b, len);
9699                 for (off = 1; off <= len; off++) {
9700                         bcopy(b, b+off, len);
9701                         bcopy(b+off, b, len);
9702                         if (bcmp(b, abc, len))
9703                                 exit(1);
9704                 }
9705         }
9706 }
9707 exit(0);
9708 }
9709 EOCP
9710         set try
9711         if eval $compile_ok; then
9712                 if ./try 2>/dev/null; then
9713                         echo "Yes, it can."
9714                         val="$define"
9715                 else
9716                         echo "It can't, sorry."
9717                         case "$d_memmove" in
9718                         "$define") echo "But that's Ok since you have memmove()." ;;
9719                         esac
9720                 fi
9721         else
9722                 echo "(I can't compile the test program, so we'll assume not...)"
9723                 case "$d_memmove" in
9724                 "$define") echo "But that's Ok since you have memmove()." ;;
9725                 esac
9726         fi
9727         ;;
9728 esac
9729 $rm -f try.* try core
9730 set d_safebcpy
9731 eval $setvar
9732
9733 : can memcpy handle overlapping blocks?
9734 val="$undef"
9735 case "$d_memcpy" in
9736 "$define")
9737         echo " "
9738         echo "Checking to see if your memcpy() can do overlapping copies..." >&4
9739         $cat >try.c <<EOCP
9740 #$i_memory I_MEMORY
9741 #$i_stdlib I_STDLIB
9742 #$i_string I_STRING
9743 #$i_unistd I_UNISTD
9744 EOCP
9745         $cat >>try.c <<'EOCP'
9746 #include <stdio.h>
9747 #ifdef I_MEMORY
9748 #  include <memory.h>
9749 #endif
9750 #ifdef I_STDLIB
9751 #  include <stdlib.h>
9752 #endif
9753 #ifdef I_STRING
9754 #  include <string.h>
9755 #else
9756 #  include <strings.h>
9757 #endif
9758 #ifdef I_UNISTD
9759 #  include <unistd.h>  /* Needed for NetBSD */
9760 #endif
9761 int main()
9762 {
9763 char buf[128], abc[128];
9764 char *b;
9765 int len;
9766 int off;
9767 int align;
9768
9769 /* Copy "abcde..." string to char abc[] so that gcc doesn't
9770    try to store the string in read-only memory. */
9771 memcpy(abc, "abcdefghijklmnopqrstuvwxyz0123456789", 36);
9772
9773 for (align = 7; align >= 0; align--) {
9774         for (len = 36; len; len--) {
9775                 b = buf+align;
9776                 memcpy(b, abc, len);
9777                 for (off = 1; off <= len; off++) {
9778                         memcpy(b+off, b, len);
9779                         memcpy(b, b+off, len);
9780                         if (memcmp(b, abc, len))
9781                                 exit(1);
9782                 }
9783         }
9784 }
9785 exit(0);
9786 }
9787 EOCP
9788         set try
9789         if eval $compile_ok; then
9790                 if ./try 2>/dev/null; then
9791                         echo "Yes, it can."
9792                         val="$define"
9793                 else
9794                         echo "It can't, sorry."
9795                         case "$d_memmove" in
9796                         "$define") echo "But that's Ok since you have memmove()." ;;
9797                         esac
9798                 fi
9799         else
9800                 echo "(I can't compile the test program, so we'll assume not...)"
9801                 case "$d_memmove" in
9802                 "$define") echo "But that's Ok since you have memmove()." ;;
9803                 esac
9804         fi
9805         ;;
9806 esac
9807 $rm -f try.* try core
9808 set d_safemcpy
9809 eval $setvar
9810
9811 : can memcmp be trusted to compare relative magnitude?
9812 val="$undef"
9813 case "$d_memcmp" in
9814 "$define")
9815         echo " "
9816         echo "Checking if your memcmp() can compare relative magnitude..." >&4
9817         $cat >try.c <<EOCP
9818 #$i_memory I_MEMORY
9819 #$i_stdlib I_STDLIB
9820 #$i_string I_STRING
9821 #$i_unistd I_UNISTD
9822 EOCP
9823         $cat >>try.c <<'EOCP'
9824 #include <stdio.h>
9825 #ifdef I_MEMORY
9826 #  include <memory.h>
9827 #endif
9828 #ifdef I_STDLIB
9829 #  include <stdlib.h>
9830 #endif
9831 #ifdef I_STRING
9832 #  include <string.h>
9833 #else
9834 #  include <strings.h>
9835 #endif
9836 #ifdef I_UNISTD
9837 #  include <unistd.h>  /* Needed for NetBSD */
9838 #endif
9839 int main()
9840 {
9841 char a = -1;
9842 char b = 0;
9843 if ((a < b) && memcmp(&a, &b, 1) < 0)
9844         exit(1);
9845 exit(0);
9846 }
9847 EOCP
9848         set try
9849         if eval $compile_ok; then
9850                 if ./try 2>/dev/null; then
9851                         echo "Yes, it can."
9852                         val="$define"
9853                 else
9854                         echo "No, it can't (it uses signed chars)."
9855                 fi
9856         else
9857                 echo "(I can't compile the test program, so we'll assume not...)"
9858         fi
9859         ;;
9860 esac
9861 $rm -f try.* try core
9862 set d_sanemcmp
9863 eval $setvar
9864
9865 : see if select exists
9866 set select d_select
9867 eval $inlibc
9868
9869 : see if semctl exists
9870 set semctl d_semctl
9871 eval $inlibc
9872
9873 : see if semget exists
9874 set semget d_semget
9875 eval $inlibc
9876
9877 : see if semop exists
9878 set semop d_semop
9879 eval $inlibc
9880
9881 : see how much of the 'sem*(2)' library is present.
9882 h_sem=true
9883 echo " "
9884 case "$d_semctl$d_semget$d_semop" in
9885 *"$undef"*) h_sem=false;;
9886 esac
9887 case "$osname" in
9888 freebsd)
9889     case "`ipcs 2>&1`" in
9890     "SVID messages"*"not configured"*)
9891         echo "Your $osname does not have the sem*(2) configured." >&4
9892         h_sem=false
9893         val="$undef"
9894         set semctl d_semctl
9895         eval $setvar
9896         set semget d_semget
9897         eval $setvar
9898         set semop d_semop
9899         eval $setvar
9900         ;;
9901     esac
9902     ;;
9903 esac
9904 : we could also check for sys/ipc.h ...
9905 if $h_sem && $test `./findhdr sys/sem.h`; then
9906         echo "You have the full sem*(2) library." >&4
9907         val="$define"
9908 else
9909         echo "You don't have the full sem*(2) library." >&4
9910         val="$undef"
9911 fi
9912 set d_sem
9913 eval $setvar
9914
9915 : see whether sys/sem.h defines union semun
9916 echo " "
9917 $cat > try.c <<'END'
9918 #include <sys/types.h>
9919 #include <sys/ipc.h>
9920 #include <sys/sem.h>
9921 int main () { union semun semun; semun.buf = 0; }
9922 END
9923 set try
9924 if eval $compile; then
9925     echo "You have union semun in <sys/sem.h>." >&4
9926     val="$define"
9927 else
9928     echo "You do not have union semun in <sys/sem.h>." >&4
9929     val="$undef"
9930 fi
9931 $rm -f try try.c try.h
9932 set d_union_semun
9933 eval $setvar
9934
9935 : see how to do semctl IPC_STAT
9936 case "$d_sem" in
9937 $define)
9938     : see whether semctl IPC_STAT can use union semun
9939     echo " "
9940     $cat > try.h <<END
9941 #ifndef S_IRUSR
9942 #   ifdef S_IREAD
9943 #       define S_IRUSR S_IREAD
9944 #       define S_IWUSR S_IWRITE
9945 #       define S_IXUSR S_IEXEC
9946 #   else
9947 #       define S_IRUSR 0400
9948 #       define S_IWUSR 0200
9949 #       define S_IXUSR 0100
9950 #   endif
9951 #   define S_IRGRP (S_IRUSR>>3)
9952 #   define S_IWGRP (S_IWUSR>>3)
9953 #   define S_IXGRP (S_IXUSR>>3)
9954 #   define S_IROTH (S_IRUSR>>6)
9955 #   define S_IWOTH (S_IWUSR>>6)
9956 #   define S_IXOTH (S_IXUSR>>6)
9957 #endif
9958 #ifndef S_IRWXU
9959 #   define S_IRWXU (S_IRUSR|S_IWUSR|S_IXUSR)
9960 #   define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)
9961 #   define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
9962 #endif
9963 END
9964
9965     $cat > try.c <<END
9966 #include <sys/types.h>
9967 #include <sys/ipc.h>
9968 #include <sys/sem.h>
9969 #include <sys/stat.h>
9970 #include <stdio.h>
9971 #include <errno.h>
9972 #include "try.h"
9973 #ifndef errno
9974 extern int errno;
9975 #endif
9976 #$d_union_semun HAS_UNION_SEMUN
9977 int main() {
9978     union semun
9979 #ifndef HAS_UNION_SEMUN
9980     {
9981         int val;
9982         struct semid_ds *buf;
9983         unsigned short *array;
9984     }
9985 #endif
9986     arg;
9987     int sem, st;
9988
9989 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) && defined(S_IRWXO) && defined(IPC_CREAT)
9990     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
9991     if (sem > -1) {
9992         struct semid_ds argbuf;
9993         arg.buf = &argbuf;
9994 #       ifdef IPC_STAT
9995         st = semctl(sem, 0, IPC_STAT, arg);
9996         if (st == 0)
9997             printf("semun\n");
9998         else
9999 #       endif /* IPC_STAT */
10000             printf("semctl IPC_STAT failed: errno = %d\n", errno);
10001 #       ifdef IPC_RMID
10002         if (semctl(sem, 0, IPC_RMID, arg) != 0)
10003 #       endif /* IPC_RMID */
10004             printf("semctl IPC_RMID failed: errno = %d\n", errno);
10005     } else
10006 #endif /* IPC_PRIVATE && ... */
10007         printf("semget failed: errno = %d\n", errno);
10008   return 0;
10009 }
10010 END
10011     val="$undef"
10012     set try
10013     if eval $compile; then
10014         xxx=`./try`
10015         case "$xxx" in
10016         semun) val="$define" ;;
10017         esac
10018     fi
10019     $rm -f try try.c
10020     set d_semctl_semun
10021     eval $setvar
10022     case "$d_semctl_semun" in
10023     $define)
10024         echo "You can use union semun for semctl IPC_STAT." >&4
10025         also='also'
10026         ;;
10027     *)  echo "You cannot use union semun for semctl IPC_STAT." >&4
10028         also=''
10029         ;;
10030     esac
10031
10032     : see whether semctl IPC_STAT can use struct semid_ds pointer
10033     $cat > try.c <<'END'
10034 #include <sys/types.h>
10035 #include <sys/ipc.h>
10036 #include <sys/sem.h>
10037 #include <sys/stat.h>
10038 #include "try.h"
10039 #include <stdio.h>
10040 #include <errno.h>
10041 #ifndef errno
10042 extern int errno;
10043 #endif
10044 int main() {
10045     struct semid_ds arg;
10046     int sem, st;
10047
10048 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) &&  defined(S_IRWXO) && defined(IPC_CREAT)
10049     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
10050     if (sem > -1) {
10051 #       ifdef IPC_STAT
10052         st = semctl(sem, 0, IPC_STAT, &arg);
10053         if (st == 0)
10054             printf("semid_ds\n");
10055         else
10056 #       endif /* IPC_STAT */
10057             printf("semctl IPC_STAT failed: errno = %d\n", errno);
10058 #       ifdef IPC_RMID
10059         if (semctl(sem, 0, IPC_RMID, &arg) != 0)
10060 #       endif /* IPC_RMID */
10061             printf("semctl IPC_RMID failed: errno = %d\n", errno);
10062     } else
10063 #endif /* IPC_PRIVATE && ... */
10064         printf("semget failed: errno = %d\n", errno);
10065
10066     return 0;
10067 }
10068 END
10069     val="$undef"
10070     set try
10071     if eval $compile; then
10072         xxx=`./try`
10073         case "$xxx" in
10074         semid_ds) val="$define" ;;
10075         esac
10076     fi
10077     $rm -f try try.c
10078     set d_semctl_semid_ds
10079     eval $setvar
10080     case "$d_semctl_semid_ds" in
10081     $define)
10082         echo "You can $also use struct semid_ds* for semctl IPC_STAT." >&4
10083         ;;
10084     *)  echo "You cannot use struct semid_ds* for semctl IPC_STAT." >&4
10085         ;;
10086     esac
10087     $rm -f try.h
10088     ;;
10089 *)  val="$undef"
10090
10091     # We do not have the full sem*(2) library, so assume we can not
10092     # use either.
10093
10094     set d_semctl_semun
10095     eval $setvar
10096
10097     set d_semctl_semid_ds
10098     eval $setvar
10099     ;;
10100 esac
10101
10102 : see if setegid exists
10103 set setegid d_setegid
10104 eval $inlibc
10105
10106 : see if seteuid exists
10107 set seteuid d_seteuid
10108 eval $inlibc
10109
10110 : see if setgrent exists
10111 set setgrent d_setgrent
10112 eval $inlibc
10113
10114 : see if sethostent exists
10115 set sethostent d_sethent
10116 eval $inlibc
10117
10118 : see if setlinebuf exists
10119 set setlinebuf d_setlinebuf
10120 eval $inlibc
10121
10122 : see if setlocale exists
10123 set setlocale d_setlocale
10124 eval $inlibc
10125
10126 : see if setnetent exists
10127 set setnetent d_setnent
10128 eval $inlibc
10129
10130 : see if setprotoent exists
10131 set setprotoent d_setpent
10132 eval $inlibc
10133
10134 : see if setpgid exists
10135 set setpgid d_setpgid
10136 eval $inlibc
10137
10138 : see if setpgrp2 exists
10139 set setpgrp2 d_setpgrp2
10140 eval $inlibc
10141
10142 : see if setpriority exists
10143 set setpriority d_setprior
10144 eval $inlibc
10145
10146 : see if setpwent exists
10147 set setpwent d_setpwent
10148 eval $inlibc
10149
10150 : see if setregid exists
10151 set setregid d_setregid
10152 eval $inlibc
10153 set setresgid d_setresgid
10154 eval $inlibc
10155
10156 : see if setreuid exists
10157 set setreuid d_setreuid
10158 eval $inlibc
10159 set setresuid d_setresuid
10160 eval $inlibc
10161
10162 : see if setrgid exists
10163 set setrgid d_setrgid
10164 eval $inlibc
10165
10166 : see if setruid exists
10167 set setruid d_setruid
10168 eval $inlibc
10169
10170 : see if setservent exists
10171 set setservent d_setsent
10172 eval $inlibc
10173
10174 : see if setsid exists
10175 set setsid d_setsid
10176 eval $inlibc
10177
10178 : see if setspent exists
10179 set setspent d_setspent
10180 eval $inlibc
10181
10182 : see if setvbuf exists
10183 set setvbuf d_setvbuf
10184 eval $inlibc
10185
10186 : see if sfio.h is available
10187 set sfio.h i_sfio
10188 eval $inhdr
10189
10190
10191 : see if sfio library is available
10192 case "$i_sfio" in
10193 $define)
10194         val=''
10195         set sfreserve val
10196         eval $inlibc
10197         ;;
10198 *)
10199         val="$undef"
10200         ;;
10201 esac
10202 : Ok, but do we want to use it.
10203 case "$val" in
10204 $define)
10205         case "$usesfio" in
10206         true|$define|[yY]*) dflt='y';;
10207         *) dflt='n';;
10208         esac
10209         echo "$package can use the sfio library, but it is experimental."
10210         rp="You seem to have sfio available, do you want to try using it?"
10211         . ./myread
10212         case "$ans" in
10213         y|Y) ;;
10214         *)      echo "Ok, avoiding sfio this time.  I'll use stdio instead."
10215                 val="$undef"
10216                 : Remove sfio from list of libraries to use
10217                 set `echo X $libs | $sed -e 's/-lsfio / /' -e 's/-lsfio$//'`
10218                 shift
10219                 libs="$*"
10220                 echo "libs = $libs" >&4
10221                 ;;
10222         esac
10223         ;;
10224 *)      case "$usesfio" in
10225         true|$define|[yY]*)
10226                 echo "Sorry, cannot find sfio on this machine" >&4
10227                 echo "Ignoring your setting of usesfio=$usesfio" >&4
10228                 ;;
10229         esac
10230         ;;
10231 esac
10232 set d_sfio
10233 eval $setvar
10234 case "$d_sfio" in
10235 $define) usesfio='true';;
10236 *) usesfio='false';;
10237 esac
10238
10239 : see if shmctl exists
10240 set shmctl d_shmctl
10241 eval $inlibc
10242
10243 : see if shmget exists
10244 set shmget d_shmget
10245 eval $inlibc
10246
10247 : see if shmat exists
10248 set shmat d_shmat
10249 eval $inlibc
10250 : see what shmat returns
10251 case "$d_shmat" in
10252 "$define")
10253         $cat >shmat.c <<'END'
10254 #include <sys/shm.h>
10255 void *shmat();
10256 END
10257         if $cc $ccflags -c shmat.c >/dev/null 2>&1; then
10258                 shmattype='void *'
10259         else
10260                 shmattype='char *'
10261         fi
10262         echo "and it returns ($shmattype)." >&4
10263         : see if a prototype for shmat is available
10264         xxx=`./findhdr sys/shm.h`
10265         $cppstdin $cppflags $cppminus < $xxx > shmat.c 2>/dev/null
10266         if $contains 'shmat.*(' shmat.c >/dev/null 2>&1; then
10267                 val="$define"
10268         else
10269                 val="$undef"
10270         fi
10271         $rm -f shmat.[co]
10272         ;;
10273 *)
10274         val="$undef"
10275         ;;
10276 esac
10277 set d_shmatprototype
10278 eval $setvar
10279
10280 : see if shmdt exists
10281 set shmdt d_shmdt
10282 eval $inlibc
10283
10284 : see how much of the 'shm*(2)' library is present.
10285 h_shm=true
10286 echo " "
10287 case "$d_shmctl$d_shmget$d_shmat$d_shmdt" in
10288 *"$undef"*) h_shm=false;;
10289 esac
10290 case "$osname" in
10291 freebsd)
10292     case "`ipcs 2>&1`" in
10293     "SVID shared memory"*"not configured"*)
10294         echo "Your $osname does not have the shm*(2) configured." >&4
10295         h_shm=false
10296         val="$undef"
10297         set shmctl d_shmctl
10298         evat $setvar
10299         set shmget d_shmget
10300         evat $setvar
10301         set shmat d_shmat
10302         evat $setvar
10303         set shmdt d_shmdt
10304         evat $setvar
10305         ;;
10306     esac
10307     ;;
10308 esac
10309 : we could also check for sys/ipc.h ...
10310 if $h_shm && $test `./findhdr sys/shm.h`; then
10311         echo "You have the full shm*(2) library." >&4
10312         val="$define"
10313 else
10314         echo "You don't have the full shm*(2) library." >&4
10315         val="$undef"
10316 fi
10317 set d_shm
10318 eval $setvar
10319
10320 echo " "
10321 : see if we have sigaction
10322 if set sigaction val -f d_sigaction; eval $csym; $val; then
10323         echo 'sigaction() found.' >&4
10324         $cat > try.c <<'EOP'
10325 #include <stdio.h>
10326 #include <sys/types.h>
10327 #include <signal.h>
10328 int main()
10329 {
10330     struct sigaction act, oact;
10331     act.sa_flags = 0;
10332     oact.sa_handler = 0;
10333 }
10334 EOP
10335         set try
10336         if eval $compile_ok; then
10337                 val="$define"
10338         else
10339                 echo "But you don't seem to have a useable struct sigaction." >&4
10340                 val="$undef"
10341         fi
10342 else
10343         echo 'sigaction NOT found.' >&4
10344         val="$undef"
10345 fi
10346 set d_sigaction; eval $setvar
10347 $rm -f try try$_o try.c
10348
10349 : see if sigsetjmp exists
10350 echo " "
10351 case "$d_sigsetjmp" in
10352 '')
10353         $cat >try.c <<'EOP'
10354 #include <setjmp.h>
10355 sigjmp_buf env;
10356 int set = 1;
10357 int main()
10358 {
10359         if (sigsetjmp(env,1))
10360                 exit(set);
10361         set = 0;
10362         siglongjmp(env, 1);
10363         exit(1);
10364 }
10365 EOP
10366         set try
10367         if eval $compile; then
10368                 if ./try >/dev/null 2>&1; then
10369                         echo "POSIX sigsetjmp found." >&4
10370                         val="$define"
10371                 else
10372                         $cat >&4 <<EOM
10373 Uh-Oh! You have POSIX sigsetjmp and siglongjmp, but they do not work properly!!
10374 I'll ignore them.
10375 EOM
10376                         val="$undef"
10377                 fi
10378         else
10379                 echo "sigsetjmp not found." >&4
10380                 val="$undef"
10381         fi
10382         ;;
10383 *) val="$d_sigsetjmp"
10384         case "$d_sigsetjmp" in
10385         $define) echo "POSIX sigsetjmp found." >&4;;
10386         $undef) echo "sigsetjmp not found." >&4;;
10387         esac
10388         ;;
10389 esac
10390 set d_sigsetjmp
10391 eval $setvar
10392 $rm -f try.c try
10393
10394 : see if sqrtl exists
10395 set sqrtl d_sqrtl
10396 eval $inlibc
10397
10398 : see if sys/stat.h is available
10399 set sys/stat.h i_sysstat
10400 eval $inhdr
10401
10402
10403 : see if stat knows about block sizes
10404 echo " "
10405 echo "Checking to see if your struct stat has st_blocks field..." >&4
10406 set d_statblks stat st_blocks $i_sysstat sys/stat.h
10407 eval $hasfield
10408
10409
10410 : see if this is a sys/vfs.h system
10411 set sys/vfs.h i_sysvfs
10412 eval $inhdr
10413
10414
10415 : see if this is a sys/statfs.h system
10416 set sys/statfs.h i_sysstatfs
10417 eval $inhdr
10418
10419
10420 echo " "
10421 echo "Checking to see if your system supports struct statfs..." >&4
10422 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
10423 eval $hasstruct
10424 case "$d_statfs_s" in
10425 "$define")      echo "Yes, it does."   ;;
10426 *)              echo "No, it doesn't." ;;
10427 esac
10428
10429
10430
10431 : see if struct statfs knows about f_flags
10432 case "$d_statfs_s" in
10433 define) 
10434         echo " "
10435         echo "Checking to see if your struct statfs has f_flags field..." >&4
10436         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
10437         eval $hasfield
10438         ;;
10439 *)      val="$undef"
10440         set d_statfs_f_flags
10441         eval $setvar
10442         ;;
10443 esac
10444 case "$d_statfs_f_flags" in
10445 "$define")      echo "Yes, it does."   ;;
10446 *)              echo "No, it doesn't." ;;
10447 esac
10448
10449 : see if _ptr and _cnt from stdio act std
10450 echo " "
10451 if $contains '_IO_fpos_t' `./findhdr stdio.h` `./findhdr libio.h` >/dev/null 2>&1 ; then
10452         echo "(Looks like you have stdio.h from Linux.)"
10453         case "$stdio_ptr" in
10454         '') stdio_ptr='((fp)->_IO_read_ptr)'
10455                 ptr_lval=$define
10456                 ;;
10457         *)      ptr_lval=$d_stdio_ptr_lval;;
10458         esac
10459         case "$stdio_cnt" in
10460         '') stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
10461                 cnt_lval=$undef
10462                 ;;
10463         *)      cnt_lval=$d_stdio_cnt_lval;;
10464         esac
10465         case "$stdio_base" in
10466         '') stdio_base='((fp)->_IO_read_base)';;
10467         esac
10468         case "$stdio_bufsiz" in
10469         '') stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)';;
10470         esac
10471 else
10472         case "$stdio_ptr" in
10473         '') stdio_ptr='((fp)->_ptr)'
10474                 ptr_lval=$define
10475                 ;;
10476         *)      ptr_lval=$d_stdio_ptr_lval;;
10477         esac
10478         case "$stdio_cnt" in
10479         '') stdio_cnt='((fp)->_cnt)'
10480                 cnt_lval=$define
10481                 ;;
10482         *)      cnt_lval=$d_stdio_cnt_lval;;
10483         esac
10484         case "$stdio_base" in
10485         '') stdio_base='((fp)->_base)';;
10486         esac
10487         case "$stdio_bufsiz" in
10488         '') stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)';;
10489         esac
10490 fi
10491 : test whether _ptr and _cnt really work
10492 echo "Checking how std your stdio is..." >&4
10493 $cat >try.c <<EOP
10494 #include <stdio.h>
10495 #define FILE_ptr(fp)    $stdio_ptr
10496 #define FILE_cnt(fp)    $stdio_cnt
10497 int main() {
10498         FILE *fp = fopen("try.c", "r");
10499         char c = getc(fp);
10500         if (
10501                 18 <= FILE_cnt(fp) &&
10502                 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
10503         )
10504                 exit(0);
10505         exit(1);
10506 }
10507 EOP
10508 val="$undef"
10509 set try
10510 if eval $compile; then
10511         if ./try; then
10512                 echo "Your stdio acts pretty std."
10513                 val="$define"
10514         else
10515                 echo "Your stdio isn't very std."
10516         fi
10517 else
10518         echo "Your stdio doesn't appear very std."
10519 fi
10520 $rm -f try.c try
10521 set d_stdstdio
10522 eval $setvar
10523
10524 : Can _ptr be used as an lvalue?
10525 case "$d_stdstdio$ptr_lval" in
10526 $define$define) val=$define ;;
10527 *) val=$undef ;;
10528 esac
10529 set d_stdio_ptr_lval
10530 eval $setvar
10531
10532 : Can _cnt be used as an lvalue?
10533 case "$d_stdstdio$cnt_lval" in
10534 $define$define) val=$define ;;
10535 *) val=$undef ;;
10536 esac
10537 set d_stdio_cnt_lval
10538 eval $setvar
10539
10540 : see if _base is also standard
10541 val="$undef"
10542 case "$d_stdstdio" in
10543 $define)
10544         $cat >try.c <<EOP
10545 #include <stdio.h>
10546 #define FILE_base(fp)   $stdio_base
10547 #define FILE_bufsiz(fp) $stdio_bufsiz
10548 int main() {
10549         FILE *fp = fopen("try.c", "r");
10550         char c = getc(fp);
10551         if (
10552                 19 <= FILE_bufsiz(fp) &&
10553                 strncmp(FILE_base(fp), "#include <stdio.h>\n", 19) == 0
10554         )
10555                 exit(0);
10556         exit(1);
10557 }
10558 EOP
10559         set try
10560         if eval $compile; then
10561                 if ./try; then
10562                         echo "And its _base field acts std."
10563                         val="$define"
10564                 else
10565                         echo "But its _base field isn't std."
10566                 fi
10567         else
10568                 echo "However, it seems to be lacking the _base field."
10569         fi
10570         $rm -f try.c try
10571         ;;
10572 esac
10573 set d_stdiobase
10574 eval $setvar
10575
10576 $cat >&4 <<EOM
10577 Checking how to access stdio streams by file descriptor number...
10578 EOM
10579 case "$stdio_stream_array" in
10580 '')     $cat >try.c <<EOCP
10581 #include <stdio.h>
10582 int main() {
10583   if (&STDIO_STREAM_ARRAY[fileno(stdin)] == stdin)
10584     printf("yes\n");
10585 }
10586 EOCP
10587         for s in _iob __iob __sF
10588         do
10589                 set try -DSTDIO_STREAM_ARRAY=$s
10590                 if eval $compile; then
10591                         case "`./try$exe_ext`" in
10592                         yes)    stdio_stream_array=$s; break ;;
10593                         esac
10594                 fi
10595         done
10596         $rm -f try.* try$exe_ext
10597 esac
10598 case "$stdio_stream_array" in
10599 '')     $cat >&4 <<EOM
10600 I can't figure out how to access stdio streams by file descriptor number.
10601 EOM
10602         d_stdio_stream_array="$undef"
10603         ;;
10604 *)      $cat >&4 <<EOM
10605 You can access stdio streams by file descriptor number by the $stdio_stream_array array.
10606 EOM
10607         d_stdio_stream_array="$define"
10608         ;;
10609 esac
10610
10611 : see if strcoll exists
10612 set strcoll d_strcoll
10613 eval $inlibc
10614
10615 : check for structure copying
10616 echo " "
10617 echo "Checking to see if your C compiler can copy structs..." >&4
10618 $cat >try.c <<'EOCP'
10619 int main()
10620 {
10621         struct blurfl {
10622                 int dyick;
10623         } foo, bar;
10624
10625         foo = bar;
10626 }
10627 EOCP
10628 if $cc -c try.c >/dev/null 2>&1 ; then
10629         val="$define"
10630         echo "Yup, it can."
10631 else
10632         val="$undef"
10633         echo "Nope, it can't."
10634 fi
10635 set d_strctcpy
10636 eval $setvar
10637 $rm -f try.*
10638
10639 : see if strerror and/or sys_errlist[] exist
10640 echo " "
10641 if test "X$d_strerror" = X -o "X$d_syserrlst" = X; then
10642     if set strerror val -f d_strerror; eval $csym; $val; then
10643                 echo 'strerror() found.' >&4
10644                 d_strerror="$define"
10645                 d_strerrm='strerror(e)'
10646                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
10647                         echo "(You also have sys_errlist[], so we could roll our own strerror.)" 
10648                         d_syserrlst="$define"
10649                 else
10650                         echo "(Since you don't have sys_errlist[], sterror() is welcome.)"
10651                         d_syserrlst="$undef"
10652                 fi
10653     elif xxx=`./findhdr string.h`; test "$xxx" || xxx=`./findhdr strings.h`; \
10654                         $contains '#[   ]*define.*strerror' "$xxx" >/dev/null 2>&1; then
10655                 echo 'strerror() found in string header.' >&4
10656                 d_strerror="$define"
10657                 d_strerrm='strerror(e)'
10658                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
10659                         echo "(Most probably, strerror() uses sys_errlist[] for descriptions.)"
10660                                 d_syserrlst="$define"
10661                 else
10662                         echo "(You don't appear to have any sys_errlist[], how can this be?)"
10663                         d_syserrlst="$undef"
10664                 fi
10665     elif set sys_errlist val -a d_syserrlst; eval $csym; $val; then
10666                 echo "strerror() not found, but you have sys_errlist[] so we'll use that." >&4
10667                 d_strerror="$undef"
10668                 d_syserrlst="$define"
10669                 d_strerrm='((e)<0||(e)>=sys_nerr?"unknown":sys_errlist[e])'
10670     else
10671                 echo 'strerror() and sys_errlist[] NOT found.' >&4
10672                 d_strerror="$undef"
10673                 d_syserrlst="$undef"
10674                 d_strerrm='"unknown"'
10675     fi
10676 fi
10677
10678 : see if strtod exists
10679 set strtod d_strtod
10680 eval $inlibc
10681
10682 : see if strtol exists
10683 set strtol d_strtol
10684 eval $inlibc
10685
10686 : see if strtoul exists
10687 set strtoul d_strtoul
10688 eval $inlibc
10689
10690 : see if strtoull exists
10691 set strtoull d_strtoull
10692 eval $inlibc
10693
10694 : see if strxfrm exists
10695 set strxfrm d_strxfrm
10696 eval $inlibc
10697
10698 : see if symlink exists
10699 set symlink d_symlink
10700 eval $inlibc
10701
10702 : see if syscall exists
10703 set syscall d_syscall
10704 eval $inlibc
10705
10706 : see if sysconf exists
10707 set sysconf d_sysconf
10708 eval $inlibc
10709
10710 : see if system exists
10711 set system d_system
10712 eval $inlibc
10713
10714 : see if tcgetpgrp exists
10715 set tcgetpgrp d_tcgetpgrp
10716 eval $inlibc
10717
10718 : see if tcsetpgrp exists
10719 set tcsetpgrp d_tcsetpgrp
10720 eval $inlibc
10721
10722 : see if prototype for telldir is available
10723 echo " "
10724 set d_telldirproto telldir $i_systypes sys/types.h $i_dirent dirent.h
10725 eval $hasproto
10726
10727 : see if this is a sys/times.h system
10728 set sys/times.h i_systimes
10729 eval $inhdr
10730
10731 : see if times exists
10732 echo " "
10733 if set times val -f d_times; eval $csym; $val; then
10734         echo 'times() found.' >&4
10735         d_times="$define"
10736         inc=''
10737         case "$i_systimes" in
10738         "$define") inc='sys/times.h';;
10739         esac
10740         rp="What is the type returned by times() on this system?"
10741         set clock_t clocktype long stdio.h sys/types.h $inc
10742         eval $typedef_ask
10743 else
10744         echo 'times() NOT found, hope that will do.' >&4
10745         d_times="$undef"
10746         clocktype='int'
10747 fi
10748
10749 : see if truncate exists
10750 set truncate d_truncate
10751 eval $inlibc
10752
10753 : see if tzname[] exists
10754 echo " "
10755 if set tzname val -a d_tzname; eval $csym; $val; then
10756         val="$define"
10757         echo 'tzname[] found.' >&4
10758 else
10759         val="$undef"
10760         echo 'tzname[] NOT found.' >&4
10761 fi
10762 set d_tzname
10763 eval $setvar
10764
10765 : see if umask exists
10766 set umask d_umask
10767 eval $inlibc
10768
10769 : see if ustat exists
10770 set ustat d_ustat
10771 eval $inlibc
10772
10773 : backward compatibility for d_hvfork
10774 if test X$d_hvfork != X; then
10775         d_vfork="$d_hvfork"
10776         d_hvfork=''
10777 fi
10778 : see if there is a vfork
10779 val=''
10780 set vfork val
10781 eval $inlibc
10782
10783 : Ok, but do we want to use it. vfork is reportedly unreliable in 
10784 : perl on Solaris 2.x, and probably elsewhere.
10785 case "$val" in
10786 $define)
10787         echo " "
10788         case "$usevfork" in
10789         false) dflt='n';;
10790         *) dflt='y';;
10791         esac
10792         cat <<'EOM'
10793  
10794 Perl can only use a vfork() that doesn't suffer from strict
10795 restrictions on calling functions or modifying global data in
10796 the child.  For example, glibc-2.1 contains such a vfork()
10797 that is unsuitable.  If your system provides a proper fork()
10798 call, chances are that you do NOT want perl to use vfork().
10799
10800 EOM
10801         rp="Do you still want to use vfork()?"
10802         . ./myread
10803         case "$ans" in
10804         y|Y) ;;
10805         *)
10806                 echo "Ok, we won't use vfork()."
10807                 val="$undef"
10808                 ;;
10809         esac
10810         ;;
10811 esac
10812 set d_vfork
10813 eval $setvar
10814 case "$d_vfork" in
10815 $define) usevfork='true';;
10816 *) usevfork='false';;
10817 esac
10818
10819 : see if this is an sysdir system
10820 set sys/dir.h i_sysdir
10821 eval $inhdr
10822
10823 : see if this is an sysndir system
10824 set sys/ndir.h i_sysndir
10825 eval $inhdr
10826
10827 : see if closedir exists
10828 set closedir d_closedir
10829 eval $inlibc
10830
10831 case "$d_closedir" in
10832 "$define")
10833         echo " "
10834         echo "Checking whether closedir() returns a status..." >&4
10835         cat > closedir.c <<EOM
10836 #$i_dirent I_DIRENT             /**/
10837 #$i_sysdir I_SYS_DIR            /**/
10838 #$i_sysndir I_SYS_NDIR          /**/
10839 #$i_systypes I_SYS_TYPES        /**/
10840
10841 #if defined(I_SYS_TYPES)
10842 #include <sys/types.h>
10843 #endif
10844 #if defined(I_DIRENT)
10845 #include <dirent.h>
10846 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
10847 #include <sys/dir.h>
10848 #endif
10849 #else
10850 #ifdef I_SYS_NDIR
10851 #include <sys/ndir.h>
10852 #else
10853 #ifdef I_SYS_DIR
10854 #ifdef hp9000s500
10855 #include <ndir.h>       /* may be wrong in the future */
10856 #else
10857 #include <sys/dir.h>
10858 #endif
10859 #endif
10860 #endif
10861 #endif 
10862 int main() { return closedir(opendir(".")); }
10863 EOM
10864         set closedir
10865         if eval $compile_ok; then
10866                 if ./closedir > /dev/null 2>&1 ; then
10867                         echo "Yes, it does."
10868                         val="$undef"
10869                 else
10870                         echo "No, it doesn't."
10871                         val="$define"
10872                 fi
10873         else
10874                 echo "(I can't seem to compile the test program--assuming it doesn't)"
10875                 val="$define"
10876         fi
10877         ;;
10878 *)
10879         val="$undef";
10880         ;;
10881 esac
10882 set d_void_closedir
10883 eval $setvar
10884 $rm -f closedir*
10885 : check for volatile keyword
10886 echo " "
10887 echo 'Checking to see if your C compiler knows about "volatile"...' >&4
10888 $cat >try.c <<'EOCP'
10889 int main()
10890 {
10891         typedef struct _goo_struct goo_struct;
10892         goo_struct * volatile goo = ((goo_struct *)0);
10893         struct _goo_struct {
10894                 long long_int;
10895                 int reg_int;
10896                 char char_var;
10897         };
10898         typedef unsigned short foo_t;
10899         char *volatile foo;
10900         volatile int bar;
10901         volatile foo_t blech;
10902         foo = foo;
10903 }
10904 EOCP
10905 if $cc -c $ccflags try.c >/dev/null 2>&1 ; then
10906         val="$define"
10907         echo "Yup, it does."
10908 else
10909         val="$undef"
10910         echo "Nope, it doesn't."
10911 fi
10912 set d_volatile
10913 eval $setvar
10914 $rm -f try.*
10915
10916 : see if there is a wait4
10917 set wait4 d_wait4
10918 eval $inlibc
10919
10920 : see if waitpid exists
10921 set waitpid d_waitpid
10922 eval $inlibc
10923
10924 : see if wcstombs exists
10925 set wcstombs d_wcstombs
10926 eval $inlibc
10927
10928 : see if wctomb exists
10929 set wctomb d_wctomb
10930 eval $inlibc
10931
10932 : preserve RCS keywords in files with variable substitution, grrr
10933 Date='$Date'
10934 Id='$Id'
10935 Log='$Log'
10936 RCSfile='$RCSfile'
10937 Revision='$Revision'
10938
10939 case "$crosscompile" in
10940 ''|[nN]*) crosscompile="$undef" ;;
10941 esac
10942
10943 case "$osname" in
10944 next|rhapsody) multiarch="$define" ;;
10945 esac
10946 case "$multiarch" in
10947 ''|[nN]*) multiarch="$undef" ;;
10948 esac
10949
10950 : check for alignment requirements
10951 echo " "
10952 case "$crosscompile$multiarch" in
10953 *$define*)
10954         $cat <<EOM
10955 You seem to be either cross-compiling or doing a multiarchitecture build,
10956 skipping the memory alignment check.
10957
10958 EOM
10959         case "$alignbytes" in
10960         '') alignbytes=8 ;;
10961         esac
10962         ;;
10963 *)
10964         case "$alignbytes" in
10965         '') echo "Checking alignment constraints..." >&4
10966                 $cat >try.c <<'EOCP'
10967 struct foobar {
10968         char foo;
10969         double bar;
10970 } try_algn;
10971 int main()
10972 {
10973     printf("%d\n", (int)((char *)&try_algn.bar - (char *)&try_algn.foo));
10974     return(0);
10975 }
10976 EOCP
10977                 set try
10978                 if eval $compile_ok; then
10979                         dflt=`./try`
10980                 else
10981                         dflt='8'
10982                         echo "(I can't seem to compile the test program...)"
10983                 fi
10984                 ;;
10985         *) dflt="$alignbytes"
10986                 ;;
10987         esac
10988         rp="Doubles must be aligned on a how-many-byte boundary?"
10989         . ./myread
10990         alignbytes="$ans"
10991         $rm -f try.c try
10992         ;;
10993 esac
10994
10995
10996 : check for ordering of bytes in a long
10997 echo " "
10998 case "$crosscompile$multiarch" in
10999 *$define*)
11000         $cat <<EOM
11001 You seem to be either cross-compiling or doing a multiarchitecture build,
11002 skipping the byteorder check.
11003
11004 EOM
11005         byteorder='0xffff'
11006         ;;
11007 *)
11008         case "$byteorder" in
11009         '')
11010                 $cat <<'EOM'
11011 In the following, larger digits indicate more significance.  A big-endian
11012 machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
11013 little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
11014 machines may have weird orders like 3412.  A Cray will report 87654321,
11015 an Alpha will report 12345678. If the test program works the default is
11016 probably right.
11017 I'm now running the test program...
11018 EOM
11019                 $cat >try.c <<'EOCP'
11020 #include <stdio.h>
11021 int main()
11022 {
11023         int i;
11024         union {
11025                 unsigned long l;
11026                 char c[sizeof(long)];
11027         } u;
11028
11029         if (sizeof(long) > 4)
11030                 u.l = (0x08070605L << 32) | 0x04030201L;
11031         else
11032                 u.l = 0x04030201L;
11033         for (i = 0; i < sizeof(long); i++)
11034                 printf("%c", u.c[i]+'0');
11035         printf("\n");
11036         exit(0);
11037 }
11038 EOCP
11039                 xxx_prompt=y
11040                 set try
11041                 if eval $compile && ./try > /dev/null; then
11042                         dflt=`./try`
11043                         case "$dflt" in
11044                         [1-4][1-4][1-4][1-4]|12345678|87654321)
11045                                 echo "(The test program ran ok.)"
11046                                 echo "byteorder=$dflt"
11047                                 xxx_prompt=n
11048                         ;;
11049                         ????|????????) echo "(The test program ran ok.)" ;;
11050                         *) echo "(The test program didn't run right for some reason.)" ;;
11051                         esac
11052                 else
11053                         dflt='4321'
11054                         cat <<'EOM'
11055 (I can't seem to compile the test program.  Guessing big-endian...)
11056 EOM
11057                 fi
11058                 case "$xxx_prompt" in
11059                 y)
11060                         rp="What is the order of bytes in a long?"
11061                         . ./myread
11062                         byteorder="$ans"
11063                         ;;
11064                 *)      byteorder=$dflt
11065                         ;;
11066                 esac
11067                 ;;
11068         esac
11069         $rm -f try.c try
11070         ;;
11071 esac
11072
11073
11074 : how do we catenate cpp tokens here?
11075 echo " "
11076 echo "Checking to see how your cpp does stuff like catenate tokens..." >&4
11077 $cat >cpp_stuff.c <<'EOCP'
11078 #define RCAT(a,b)a/**/b
11079 #define ACAT(a,b)a ## b
11080 RCAT(Rei,ser)
11081 ACAT(Cir,cus)
11082 EOCP
11083 $cppstdin $cppflags $cppminus <cpp_stuff.c >cpp_stuff.out 2>&1
11084 if $contains 'Circus' cpp_stuff.out >/dev/null 2>&1; then
11085         echo "Oh!  Smells like ANSI's been here." >&4
11086         echo "We can catify or stringify, separately or together!"
11087         cpp_stuff=42
11088 elif $contains 'Reiser' cpp_stuff.out >/dev/null 2>&1; then
11089         echo "Ah, yes!  The good old days!" >&4
11090         echo "However, in the good old days we don't know how to stringify and"
11091         echo "catify at the same time."
11092         cpp_stuff=1
11093 else
11094         $cat >&4 <<EOM
11095 Hmm, I don't seem to be able to catenate tokens with your cpp.  You're going
11096 to have to edit the values of CAT[2-5] in config.h...
11097 EOM
11098         cpp_stuff="/* Help! How do we handle cpp_stuff? */*/"
11099 fi
11100 $rm -f cpp_stuff.*
11101
11102 : see if this is a db.h system
11103 set db.h i_db
11104 eval $inhdr
11105
11106 case "$i_db" in
11107 $define)
11108         : Check db version.
11109         echo " "
11110         echo "Checking Berkeley DB version ..." >&4
11111         $cat >try.c <<EOCP
11112 #$d_const HASCONST
11113 #ifndef HASCONST
11114 #define const
11115 #endif
11116 #include <sys/types.h>
11117 #include <stdio.h>
11118 #include <db.h>
11119 int main()
11120 {
11121 #ifdef DB_VERSION_MAJOR /* DB version >= 2 */
11122     int Major, Minor, Patch ;
11123     unsigned long Version ;
11124     (void)db_version(&Major, &Minor, &Patch) ;
11125     printf("You have Berkeley DB Version 2 or greater\n");
11126
11127     printf("db.h is from Berkeley DB Version %d.%d.%d\n",
11128                 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH);
11129     printf("libdb is from Berkeley DB Version %d.%d.%d\n",
11130                 Major, Minor, Patch) ;
11131
11132     /* check that db.h & libdb are compatible */
11133     if (DB_VERSION_MAJOR != Major || DB_VERSION_MINOR != Minor || DB_VERSION_PATCH != Patch) {
11134         printf("db.h and libdb are incompatible\n") ;
11135         exit(3);        
11136     }
11137
11138     printf("db.h and libdb are compatible\n") ;
11139
11140     Version = DB_VERSION_MAJOR * 1000000 + DB_VERSION_MINOR * 1000
11141                 + DB_VERSION_PATCH ;
11142
11143     /* needs to be >= 2.3.4 */
11144     if (Version < 2003004) {
11145     /* if (DB_VERSION_MAJOR == 2 && DB_VERSION_MINOR == 0 && DB_VERSION_PATCH < 5) { */
11146         printf("but Perl needs Berkeley DB 2.3.4 or greater\n") ;
11147         exit(2);        
11148     }
11149
11150     exit(0);
11151 #else
11152 #if defined(_DB_H_) && defined(BTREEMAGIC) && defined(HASHMAGIC)
11153     printf("You have Berkeley DB Version 1\n");
11154     exit(0);    /* DB version < 2: the coast is clear. */
11155 #else
11156     exit(1);    /* <db.h> not Berkeley DB? */
11157 #endif
11158 #endif
11159 }
11160 EOCP
11161         set try
11162         if eval $compile && ./try; then
11163                 echo 'Looks OK.' >&4
11164         else
11165                 echo "I can't use Berkeley DB with your <db.h>.  I'll disable Berkeley DB." >&4
11166                 i_db=$undef
11167                 case " $libs " in
11168                 *"-ldb "*)
11169                         : Remove db from list of libraries to use
11170                         echo "Removing unusable -ldb from library list" >&4
11171                         set `echo X $libs | $sed -e 's/-ldb / /' -e 's/-ldb$//'`
11172                         shift
11173                         libs="$*"
11174                         echo "libs = $libs" >&4
11175                         ;;
11176                 esac
11177         fi
11178         $rm -f try.*
11179         ;;
11180 esac
11181
11182 case "$i_db" in
11183 define)
11184         : Check the return type needed for hash 
11185         echo " "
11186         echo "Checking return type needed for hash for Berkeley DB ..." >&4
11187         $cat >try.c <<EOCP
11188 #$d_const HASCONST
11189 #ifndef HASCONST
11190 #define const
11191 #endif
11192 #include <sys/types.h>
11193 #include <db.h>
11194
11195 #ifndef DB_VERSION_MAJOR
11196 u_int32_t hash_cb (ptr, size)
11197 const void *ptr;
11198 size_t size;
11199 {
11200 }
11201 HASHINFO info;
11202 int main()
11203 {
11204         info.hash = hash_cb;
11205 }
11206 #endif
11207 EOCP
11208         if $cc $ccflags -c try.c >try.out 2>&1 ; then
11209                 if $contains warning try.out >>/dev/null 2>&1 ; then
11210                         db_hashtype='int'
11211                 else
11212                         db_hashtype='u_int32_t'
11213                 fi
11214         else
11215                 : XXX Maybe we should just give up here.
11216                 db_hashtype=u_int32_t
11217                 $cat try.out >&4
11218                 echo "Help:  I can't seem to compile the db test program." >&4
11219                 echo "Something's wrong, but I'll assume you use $db_hashtype." >&4
11220         fi
11221         $rm -f try.*
11222         echo "Your version of Berkeley DB uses $db_hashtype for hash."
11223         ;;
11224 *)      db_hashtype=u_int32_t
11225         ;;
11226 esac
11227 case "$i_db" in
11228 define)
11229         : Check the return type needed for prefix 
11230         echo " "
11231         echo "Checking return type needed for prefix for Berkeley DB ..." >&4
11232         cat >try.c <<EOCP
11233 #$d_const HASCONST
11234 #ifndef HASCONST
11235 #define const
11236 #endif
11237 #include <sys/types.h>
11238 #include <db.h>
11239
11240 #ifndef DB_VERSION_MAJOR
11241 size_t prefix_cb (key1, key2)
11242 const DBT *key1;
11243 const DBT *key2;
11244 {
11245 }
11246 BTREEINFO info;
11247 int main()
11248 {
11249         info.prefix = prefix_cb;
11250 }
11251 #endif
11252 EOCP
11253         if $cc $ccflags -c try.c  >try.out 2>&1 ; then
11254                 if $contains warning try.out >>/dev/null 2>&1 ; then
11255                         db_prefixtype='int'
11256                 else
11257                         db_prefixtype='size_t'
11258                 fi
11259         else
11260                 db_prefixtype='size_t'
11261                 : XXX Maybe we should just give up here.
11262                 $cat try.out >&4
11263                 echo "Help:  I can't seem to compile the db test program." >&4
11264                 echo "Something's wrong, but I'll assume you use $db_prefixtype." >&4
11265         fi
11266         $rm -f try.*
11267         echo "Your version of Berkeley DB uses $db_prefixtype for prefix."
11268         ;;
11269 *)      db_prefixtype='size_t'
11270         ;;
11271 esac
11272
11273 : check for void type
11274 echo " "
11275 echo "Checking to see how well your C compiler groks the void type..." >&4
11276 case "$voidflags" in
11277 '')
11278         $cat >try.c <<'EOCP'
11279 #if TRY & 1
11280 void sub() {
11281 #else
11282 sub() {
11283 #endif
11284         extern void moo();      /* function returning void */
11285         void (*goo)();          /* ptr to func returning void */
11286 #if TRY & 8
11287         void *hue;              /* generic ptr */
11288 #endif
11289 #if TRY & 2
11290         void (*foo[10])();
11291 #endif
11292
11293 #if TRY & 4
11294         if(goo == moo) {
11295                 exit(0);
11296         }
11297 #endif
11298         exit(0);
11299 }
11300 int main() { sub(); }
11301 EOCP
11302         if $cc $ccflags -c -DTRY=$defvoidused try.c >.out 2>&1 ; then
11303                 voidflags=$defvoidused
11304         echo "Good.  It appears to support void to the level $package wants.">&4
11305                 if $contains warning .out >/dev/null 2>&1; then
11306                         echo "However, you might get some warnings that look like this:"
11307                         $cat .out
11308                 fi
11309         else
11310 echo "Hmm, your compiler has some difficulty with void. Checking further..." >&4
11311                 if $cc $ccflags -c -DTRY=1 try.c >/dev/null 2>&1; then
11312                         echo "It supports 1..."
11313                         if $cc $ccflags -c -DTRY=3 try.c >/dev/null 2>&1; then
11314                                 echo "It also supports 2..."
11315                                 if $cc $ccflags -c -DTRY=7 try.c >/dev/null 2>&1; then
11316                                         voidflags=7
11317                                         echo "And it supports 4 but not 8 definitely."
11318                                 else
11319                                         echo "It doesn't support 4..."
11320                                         if $cc $ccflags -c -DTRY=11 try.c >/dev/null 2>&1; then
11321                                                 voidflags=11
11322                                                 echo "But it supports 8."
11323                                         else
11324                                                 voidflags=3
11325                                                 echo "Neither does it support 8."
11326                                         fi
11327                                 fi
11328                         else
11329                                 echo "It does not support 2..."
11330                                 if $cc $ccflags -c -DTRY=13 try.c >/dev/null 2>&1; then
11331                                         voidflags=13
11332                                         echo "But it supports 4 and 8."
11333                                 else
11334                                         if $cc $ccflags -c -DTRY=5 try.c >/dev/null 2>&1; then
11335                                                 voidflags=5
11336                                                 echo "And it supports 4 but has not heard about 8."
11337                                         else
11338                                                 echo "However it supports 8 but not 4."
11339                                         fi
11340                                 fi
11341                         fi
11342                 else
11343                         echo "There is no support at all for void."
11344                         voidflags=0
11345                 fi
11346         fi
11347 esac
11348 case "$voidflags" in
11349 "$defvoidused") ;;
11350 *)      $cat >&4 <<'EOM'
11351   Support flag bits are:
11352     1: basic void declarations.
11353     2: arrays of pointers to functions returning void.
11354     4: operations between pointers to and addresses of void functions.
11355     8: generic void pointers.
11356 EOM
11357         dflt="$voidflags";
11358         rp="Your void support flags add up to what?"
11359         . ./myread
11360         voidflags="$ans"
11361         ;;
11362 esac
11363 $rm -f try.* .out
11364
11365
11366 : How can we generate normalized random numbers ?
11367 echo " "
11368 echo "Looking for a random number function..." >&4
11369 case "$randfunc" in
11370 '')
11371         if set drand48 val -f; eval $csym; $val; then
11372                 dflt="drand48"
11373                 echo "Good, found drand48()." >&4
11374         elif set random val -f; eval $csym; $val; then
11375                 dflt="random"
11376                 echo "OK, found random()." >&4
11377         else
11378                 dflt="rand"
11379                 echo "Yick, looks like I have to use rand()." >&4
11380         fi
11381         echo " "
11382         ;;
11383 *)
11384         dflt="$randfunc"
11385         ;;
11386 esac
11387 cont=true
11388
11389 case "$ccflags" in
11390 *-Dmy_rand=*|*-Dmy_srand=*)
11391         echo "Removing obsolete -Dmy_rand, -Dmy_srand, and -Drandbits from ccflags." >&4
11392         ccflags="`echo $ccflags | sed -e 's/-Dmy_rand=random/ /'`"
11393         ccflags="`echo $ccflags | sed -e 's/-Dmy_srand=srandom/ /'`"
11394         ccflags="`echo $ccflags | sed -e 's/-Drandbits=[0-9][0-9]*/ /'`"
11395         ;;
11396 esac
11397
11398 while $test "$cont"; do
11399         rp="Use which function to generate random numbers?"
11400         . ./myread
11401         if $test "$ans" = "$dflt"; then
11402                 : null
11403         else
11404                 randbits=''
11405         fi
11406         randfunc="$ans"
11407         if set $ans val -f; eval $csym; $val; then
11408                 cont=''
11409         else
11410                 dflt=y
11411                 rp="I cannot find function $ans. Use that name anyway?"
11412                 . ./myread
11413                 dflt=rand
11414                 case "$ans" in
11415                         [yY]*) cont='';;
11416                 esac
11417         fi
11418         case "$cont" in
11419         '')
11420                 case "$randfunc" in
11421                 drand48)
11422                         drand01="drand48()"
11423                         seedfunc="srand48"
11424                         randbits=48
11425                         randseedtype=long
11426                         ;;
11427                 rand|random)
11428                         case "$randbits" in
11429                         '')
11430 echo "Checking to see how many bits your $randfunc() function produces..." >&4
11431                                 $cat >try.c <<EOCP
11432 #$i_unistd I_UNISTD
11433 #$i_stdlib I_STDLIB
11434 #include <stdio.h>
11435 #ifdef I_UNISTD
11436 #  include <unistd.h>
11437 #endif
11438 #ifdef I_STDLIB
11439 #  include <stdlib.h>
11440 #endif
11441 int main()
11442 {
11443         register int i;
11444         register unsigned long tmp;
11445         register unsigned long max = 0L;
11446
11447         for (i = 1000; i; i--) {
11448                 tmp = (unsigned long) $randfunc();
11449                 if (tmp > max) max = tmp;
11450         }
11451         for (i = 0; max; i++)
11452                 max /= 2;
11453         printf("%d\n",i);
11454 }
11455 EOCP
11456                                 set try
11457                                 if eval $compile_ok; then
11458                                         dflt=`try`
11459                                 else
11460                                         dflt='?'
11461                                         echo "(I can't seem to compile the test program...)"
11462                                 fi
11463                                 ;;
11464                         *)
11465                                 dflt="$randbits"
11466                                 ;;
11467                         esac
11468                         rp="How many bits does your $randfunc() function produce?"
11469                         . ./myread
11470                         randbits="$ans"
11471                         $rm -f try.c try
11472                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
11473                         seedfunc="s$randfunc"
11474                         randseedtype=unsigned
11475                         ;;
11476                 *)
11477                         dflt="31"
11478                         rp="How many bits does your $randfunc() function produce?"
11479                         . ./myread
11480                         randbits="$ans"
11481                         seedfunc="s$randfunc"
11482                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
11483                         if set $seedfunc val -f; eval $csym; $val; then
11484                                 echo "(Using $seedfunc() to seed random generator)"
11485                         else
11486                                 echo "(Warning: no $seedfunc() to seed random generator)"
11487                                 seedfunc=rand
11488                         fi
11489                         randseedtype=unsigned
11490                         ;;
11491                 esac
11492                 ;;
11493         esac
11494 done
11495
11496 echo " "
11497 echo "Determining whether or not we are on an EBCDIC system..." >&4
11498 $cat >tebcdic.c <<'EOM'
11499 int main()
11500 {
11501   if ('M'==0xd4) return 0;
11502   return 1;
11503 }
11504 EOM
11505
11506 val=$undef
11507 set tebcdic
11508 if eval $compile_ok; then
11509         if ./tebcdic; then
11510                 echo "You have EBCDIC." >&4
11511                 val="$define"
11512         else
11513                 echo "Nope, no EBCDIC, probably ASCII or some ISO Latin." >&4
11514         fi
11515 else
11516         echo "I'm unable to compile the test program." >&4
11517         echo "I'll assume ASCII or some ISO Latin." >&4
11518 fi
11519 $rm -f tebcdic.c tebcdic
11520 set ebcdic
11521 eval $setvar
11522
11523 echo " "
11524 $cat >&4 <<EOM
11525 Checking how to flush all pending stdio output...
11526 EOM
11527 # I only know how to find the first 32 possibly open files on SunOS.
11528 # See also hints/sunos_4_1.sh and util.c  --AD
11529 case "$osname" in
11530 sunos) $echo '#define PERL_FFLUSH_ALL_FOPEN_MAX 32' > try.c ;;
11531 esac
11532 $cat >>try.c <<EOCP
11533 #include <stdio.h>
11534 #$i_unistd I_UNISTD
11535 #ifdef I_UNISTD
11536 # include <unistd.h>
11537 #endif
11538 #$d_sysconf HAS_SYSCONF
11539 #$d_stdio_stream_array HAS_STDIO_STREAM_ARRAY
11540 #ifdef HAS_STDIO_STREAM_ARRAY
11541 # define STDIO_STREAM_ARRAY $stdio_stream_array
11542 #endif
11543 int main() {
11544   FILE* p = fopen("try.out", "w");
11545 #ifdef TRY_FPUTC
11546   fputc('x', p);
11547 #else
11548 # ifdef TRY_FPRINTF
11549   fprintf(p, "x");
11550 # endif
11551 #endif
11552 #ifdef TRY_FFLUSH_NULL
11553   fflush(NULL);
11554 #endif
11555 #ifdef TRY_FFLUSH_ALL
11556   {
11557     long open_max = -1;
11558 # ifdef PERL_FFLUSH_ALL_FOPEN_MAX
11559     open_max = PERL_FFLUSH_ALL_FOPEN_MAX;
11560 # else
11561 #  if defined(HAS_SYSCONF) && defined(_SC_OPEN_MAX)
11562     open_max = sysconf(_SC_OPEN_MAX);
11563 #  else
11564 #   ifdef FOPEN_MAX
11565     open_max = FOPEN_MAX;
11566 #   else
11567 #    ifdef OPEN_MAX
11568     open_max = OPEN_MAX;
11569 #    else
11570 #     ifdef _NFILE
11571     open_max = _NFILE;
11572 #     endif
11573 #    endif
11574 #   endif
11575 #  endif
11576 # endif 
11577 # ifdef HAS_STDIO_STREAM_ARRAY
11578     if (open_max > 0) {
11579       long i;
11580       for (i = 0; i < open_max; i++)
11581             if (STDIO_STREAM_ARRAY[i]._file >= 0 &&
11582                 STDIO_STREAM_ARRAY[i]._file < open_max &&
11583                 STDIO_STREAM_ARRAY[i]._flag)
11584                 fflush(&STDIO_STREAM_ARRAY[i]);
11585     }   
11586   }
11587 # endif
11588 #endif
11589   _exit(42);
11590 }
11591 EOCP
11592 : first we have to find out how _not_ to flush
11593 if $test "X$fflushNULL" = X -o "X$fflushall" = X; then
11594     output=''
11595     set try -DTRY_FPUTC
11596     if eval $compile; then
11597             $rm -f try.out
11598             ./try$exe_ext 2>/dev/null
11599             if $test ! -s try.out -a "X$?" = X42; then
11600                 output=-DTRY_FPUTC
11601             fi
11602     fi
11603     case "$output" in
11604     '')
11605             set try -DTRY_FPRINTF
11606             $rm -f try.out
11607             if eval $compile; then
11608                     $rm -f try.out
11609                     ./try$exe_ext 2>/dev/null
11610                     if $test ! -s try.out -a "X$?" = X42; then
11611                         output=-DTRY_FPRINTF
11612                     fi
11613             fi
11614         ;;
11615     esac
11616 fi
11617 : check for fflush NULL behaviour
11618 case "$fflushNULL" in
11619 '')     set try -DTRY_FFLUSH_NULL $output
11620         if eval $compile; then
11621                 $rm -f try.out
11622                 ./try$exe_ext 2>/dev/null
11623                 code="$?"
11624                 if $test -s try.out -a "X$code" = X42; then
11625                         fflushNULL="`$cat try.out`"
11626                 else
11627                         if $test "X$code" != X42; then
11628                                 $cat >&4 <<EOM
11629 (If this test failed, don't worry, we'll try another method shortly.)
11630 EOM
11631                         fi
11632                 fi
11633         fi
11634         $rm -f core try.core core.try.*
11635         case "$fflushNULL" in
11636         x)      $cat >&4 <<EOM
11637 Your fflush(NULL) works okay.
11638 EOM
11639                 fflushNULL="$define"
11640                 ;;
11641         '')     $cat >&4 <<EOM
11642 Your fflush(NULL) isn't working (contrary to ANSI C).
11643 EOM
11644                 fflushNULL="$undef"
11645                 ;;
11646         *)      $cat >&4 <<EOM
11647 Cannot figure out whether your fflush(NULL) works or not.
11648 I'm assuming it doesn't (contrary to ANSI C).
11649 EOM
11650                 fflushNULL="$undef"
11651                 ;;
11652         esac
11653         ;;
11654 $define|true|[yY]*)
11655         fflushNULL="$define"
11656         ;;
11657 *)
11658         fflushNULL="$undef"
11659         ;;
11660 esac
11661 : check explicit looping only if NULL did not work
11662 case "$fflushNULL" in
11663 "$undef")
11664         : check for fflush all behaviour
11665         case "$fflushall" in
11666         '')     set try -DTRY_FFLUSH_ALL $output
11667                 if eval $compile; then
11668                         $cat >&4 <<EOM
11669 (Now testing the other method--but note that also this may fail.)
11670 EOM
11671                         $rm -f try.out
11672                         ./try$exe_ext 2>/dev/null
11673                         if $test -s try.out -a "X$?" = X42; then
11674                                 fflushall="`$cat try.out`"
11675                         fi
11676                 fi
11677                 $rm -f core try.core core.try.*
11678                 case "$fflushall" in
11679                 x)      $cat >&4 <<EOM
11680 Whew. Flushing explicitly all the stdio streams works.
11681 EOM
11682                         fflushall="$define"
11683                         ;;
11684                 '')     $cat >&4 <<EOM
11685 Sigh. Flushing explicitly all the stdio streams doesn't work.
11686 EOM
11687                         fflushall="$undef"
11688                         ;;
11689                 *)      $cat >&4 <<EOM
11690 Cannot figure out whether flushing stdio streams explicitly works or not.
11691 I'm assuming it doesn't.
11692 EOM
11693                         fflushall="$undef"
11694                         ;;
11695                 esac
11696                 ;;
11697         "$define"|true|[yY]*)
11698                 fflushall="$define"
11699                 ;;
11700         *)
11701                 fflushall="$undef"
11702                 ;;
11703         esac
11704         ;;
11705 *)      fflushall="$undef"      
11706         ;;
11707 esac
11708 case "$fflushNULL$fflushall" in
11709 undefundef)
11710         $cat <<EOM
11711 I cannot figure out how to flush pending stdio output.
11712 EOM
11713         ;;
11714 esac
11715 $rm -f try.* try$exe_ext
11716
11717 : Store the full pathname to the ar program for use in the C program
11718 : Respect a hint or command line value for full_ar.
11719 case "$full_ar" in
11720 '') full_ar=$ar ;;
11721 esac
11722
11723 : Store the full pathname to the sed program for use in the C program
11724 full_sed=$sed
11725
11726 : see what type gids are declared as in the kernel
11727 echo " "
11728 echo "Looking for the type for group ids returned by getgid()."
11729 set gid_t gidtype xxx stdio.h sys/types.h
11730 eval $typedef
11731 case "$gidtype" in
11732 xxx)
11733         xxx=`./findhdr sys/user.h`
11734         set `grep 'groups\[NGROUPS\];' "$xxx" 2>/dev/null` unsigned short
11735         case $1 in
11736         unsigned) dflt="$1 $2" ;;
11737         *) dflt="$1" ;;
11738         esac
11739         ;;
11740 *) dflt="$gidtype";;
11741 esac
11742 case "$gidtype" in
11743 gid_t) echo "gid_t found." ;;
11744 *)      rp="What is the type for group ids returned by getgid()?"
11745         . ./myread
11746         gidtype="$ans"
11747         ;;
11748 esac
11749
11750 echo " "
11751 case "$gidtype" in
11752 *_t) zzz="$gidtype"     ;;
11753 *)   zzz="gid"          ;;
11754 esac
11755 echo "Checking the size of $zzz..." >&4 
11756 cat > try.c <<EOCP
11757 #include <sys/types.h>
11758 #include <stdio.h>
11759 int main() {
11760     printf("%d\n", (int)sizeof($gidtype));
11761     return(0);
11762 }
11763 EOCP
11764 set try
11765 if eval $compile_ok; then
11766         yyy=`./try`
11767         case "$yyy" in
11768         '')     gidsize=4
11769                 echo "(I can't execute the test program--guessing $gidsize.)" >&4
11770                 ;;
11771         *)      gidsize=$yyy
11772                 echo "Your $zzz size is $gidsize bytes."
11773                 ;;
11774         esac
11775 else
11776         gidsize=4
11777         echo "(I can't compile the test program--guessing $gidsize.)" >&4
11778 fi
11779
11780
11781 echo " "
11782 case "$gidtype" in
11783 *_t) zzz="$gidtype"     ;;
11784 *)   zzz="gid"          ;;
11785 esac
11786 echo "Checking the sign of $zzz..." >&4 
11787 cat > try.c <<EOCP
11788 #include <sys/types.h>
11789 #include <stdio.h>
11790 int main() {
11791         $gidtype foo = -1;
11792         if (foo < 0)
11793                 printf("-1\n");
11794         else
11795                 printf("1\n");
11796 }
11797 EOCP
11798 set try
11799 if eval $compile; then
11800         yyy=`./try`
11801         case "$yyy" in
11802         '')     gidsign=1
11803                 echo "(I can't execute the test program--guessing unsigned.)" >&4
11804                 ;;
11805         *)      gidsign=$yyy
11806                 case "$gidsign" in
11807                  1) echo "Your $zzz is unsigned." ;;
11808                 -1) echo "Your $zzz is signed."   ;;
11809                 esac
11810                 ;;
11811         esac
11812 else
11813         gidsign=1
11814         echo "(I can't compile the test program--guessing unsigned.)" >&4
11815 fi
11816
11817
11818 : check for length of character
11819 echo " "
11820 case "$charsize" in
11821 '')
11822         echo "Checking to see how big your characters are (hey, you never know)..." >&4
11823         $cat >try.c <<'EOCP'
11824 #include <stdio.h>
11825 int main()
11826 {
11827     printf("%d\n", (int)sizeof(char));
11828     return(0);
11829 }
11830 EOCP
11831         set try
11832         if eval $compile_ok; then
11833                 dflt=`./try`
11834         else
11835                 dflt='1'
11836                 echo "(I can't seem to compile the test program.  Guessing...)"
11837         fi
11838         ;;
11839 *)
11840         dflt="$charsize"
11841         ;;
11842 esac
11843 rp="What is the size of a character (in bytes)?"
11844 . ./myread
11845 charsize="$ans"
11846 $rm -f try.c try
11847
11848
11849 echo " "
11850 $echo "Choosing the C types to be used for Perl's internal types..." >&4
11851
11852 case "$use64bits:$d_quad:$quadtype" in
11853 define:define:?*)
11854         ivtype="$quadtype"
11855         uvtype="$uquadtype"
11856         ivsize=8
11857         uvsize=8
11858         ;;
11859 *)      ivtype="long"
11860         uvtype="unsigned long"
11861         ivsize=$longsize
11862         uvsize=$longsize
11863         ;;
11864 esac
11865
11866 case "$uselongdouble:$d_longdbl" in
11867 define:define)
11868         nvtype="long double"
11869         nvsize=$longdblsize
11870         ;;
11871 *)      nvtype=double
11872         nvsize=$doublesize
11873         ;;
11874 esac
11875
11876 echo "(IV will be "$ivtype", $ivsize bytes)"
11877 echo "(UV will be "$uvtype", $uvsize bytes)"
11878 echo "(NV will be "$nvtype", $nvsize bytes)"
11879
11880 $cat >try.c <<EOCP
11881 #$i_inttypes I_INTTYPES
11882 #ifdef I_INTTYPES
11883 #include <inttypes.h>
11884 #endif
11885 #include <stdio.h>
11886 int main() {
11887 #ifdef INT8
11888    int8_t i =  INT8_MAX;
11889   uint8_t u = UINT8_MAX;
11890   printf("int8_t\n");
11891 #endif
11892 #ifdef INT16
11893    int16_t i =  INT16_MAX;
11894   uint16_t i = UINT16_MAX;
11895   printf("int16_t\n");
11896 #endif
11897 #ifdef INT32
11898    int32_t i =  INT32_MAX;
11899   uint32_t u = UINT32_MAX;
11900   printf("int32_t\n");
11901 #endif
11902 }
11903 EOCP
11904
11905 case "$i8type" in
11906 '')     case "$charsize" in
11907         1)      i8type=char
11908                 u8type="unsigned char"
11909                 i8size=$charsize
11910                 u8size=$charsize
11911                 ;;
11912         esac
11913         ;;
11914 esac
11915 case "$i8type" in
11916 '')     set try -DINT8
11917         if eval $compile; then
11918                 case "`./try$exe_ext`" in
11919                 int8_t) i8type=int8_t
11920                         u8type=uint8_t
11921                         i8size=1
11922                         u8size=1
11923                         ;;
11924                 esac
11925         fi
11926         ;;
11927 esac
11928 case "$i8type" in
11929 '')     if $test $charsize -ge 1; then
11930                 i8type=char
11931                 u8type="unsigned char"
11932                 i8size=$charsize
11933                 u8size=$charsize
11934         fi
11935         ;;
11936 esac
11937
11938 case "$i16type" in
11939 '')     case "$shortsize" in
11940         2)      i16type=short
11941                 u16type="unsigned short"
11942                 i16size=$shortsize
11943                 u16size=$shortsize
11944                 ;;
11945         esac
11946         ;;
11947 esac
11948 case "$i16type" in
11949 '')     set try -DINT16
11950         if eval $compile; then
11951                 case "`./try$exe_ext`" in
11952                 int16_t)
11953                         i16type=int16_t
11954                         u16type=uint16_t
11955                         i16size=2
11956                         u16size=2
11957                         ;;
11958                 esac
11959         fi
11960         ;;
11961 esac
11962 case "$i16type" in
11963 '')     if $test $shortsize -ge 2; then
11964                 i16type=short
11965                 u16type="unsigned short"
11966                 i16size=$shortsize
11967                 u16size=$shortsize
11968         fi
11969         ;;
11970 esac
11971
11972 case "$i32type" in
11973 '')     case "$longsize" in
11974         4)      i32type=long
11975                 u32type="unsigned long"
11976                 i32size=$longsize
11977                 u32size=$longsize
11978                 ;;
11979         *)      case "$intsize" in
11980                 4)      i32type=int
11981                         u32type="unsigned int"
11982                         i32size=$intsize
11983                         u32size=$intsize
11984                         ;;
11985                 esac
11986                 ;;
11987         esac
11988         ;;
11989 esac
11990 case "$i32type" in
11991 '')     set try -DINT32
11992         if eval $compile; then
11993                 case "`./try$exe_ext`" in
11994                 int32_t)
11995                         i32type=int32_t
11996                         u32type=uint32_t
11997                         i32size=4
11998                         u32size=4
11999                         ;;
12000                 esac
12001         fi
12002         ;;
12003 esac
12004 case "$i32type" in
12005 '')     if $test $intsize -ge 4; then
12006                 i32type=int
12007                 u32type="unsigned int"
12008                 i32size=$intsize
12009                 u32size=$intsize
12010         fi
12011         ;;
12012 esac
12013
12014 case "$i64type" in
12015 '')     case "$d_quad:$quadtype" in
12016         define:?*)
12017                 i64type="$quadtype"
12018                 u64type="$uquadtype"
12019                 i64size=8
12020                 u64size=8
12021                 ;;
12022         esac
12023         ;;
12024 esac
12025
12026 $rm -f try.* try
12027
12028 echo " "
12029
12030 if $test X"$quadtype" != X; then
12031
12032 echo "Checking how to print 64-bit integers..." >&4
12033
12034 if $test X"$sPRId64" = X -a X"$quadtype" = Xint; then
12035         $cat >try.c <<'EOCP'
12036 #include <sys/types.h>
12037 #include <stdio.h>
12038 int main() {
12039   int q = 12345678901;
12040   printf("%ld\n", q);
12041 }
12042 EOCP
12043         set try
12044         if eval $compile; then
12045                 yyy=`./try$exe_ext`
12046                 case "$yyy" in
12047                 12345678901)
12048                         sPRId64='"d"'; sPRIi64='"i"'; sPRIu64='"u"';
12049                         sPRIo64='"o"'; sPRIx64='"x"'; sPRIX64='"X"';
12050                         echo "We will use %d."
12051                         ;;
12052                 esac
12053         fi
12054 fi
12055
12056 if $test X"$sPRId64" = X -a X"$quadtype" = Xlong; then
12057         $cat >try.c <<'EOCP'
12058 #include <sys/types.h>
12059 #include <stdio.h>
12060 int main() {
12061   long q = 12345678901;
12062   printf("%ld\n", q);
12063 }
12064 EOCP
12065         set try
12066         if eval $compile; then
12067                 yyy=`./try$exe_ext`
12068                 case "$yyy" in
12069                 12345678901)
12070                         sPRId64='"ld"'; sPRIi64='"li"'; sPRIu64='"lu"';
12071                         sPRIo64='"lo"'; sPRIx64='"lx"'; sPRIX64='"lX"';
12072                         echo "We will use %ld."
12073                         ;;
12074                 esac
12075         fi
12076 fi
12077
12078 if $test X"$sPRId64" = X -a X"$i_inttypes.h" = X"$define" -a X"$quadtype" = Xint64_t; then
12079         $cat >try.c <<'EOCP'
12080 #include <sys/types.h>
12081 #include <inttypes.h>
12082 #include <stdio.h>
12083 int main() {
12084   int64_t q = 12345678901;
12085   printf("%" PRId64 "\n", q);
12086 }
12087 EOCP
12088         set try
12089         if eval $compile; then
12090                 yyy=`./try$exe_ext`
12091                 case "$yyy" in
12092                 12345678901)
12093                         sPRId64=PRId64; sPRIi64=PRIi64; sPRIu64=PRIu64;
12094                         sPRIo64=PRIo64; sPRIx64=PRIx64; sPRIX64=PRIX64;
12095                         echo "We will use the C9X style."
12096                         ;;
12097                 esac
12098         fi
12099 fi
12100
12101 if $test X"$sPRId64" = X -a X"$quadtype" = X"long long"; then
12102         $cat >try.c <<'EOCP'
12103 #include <sys/types.h>
12104 #include <stdio.h>
12105 int main() {
12106   long long q = 12345678901LL; /* AIX cc requires the LL prefix. */
12107   printf("%lld\n", q);
12108 }
12109 EOCP
12110         set try
12111         if eval $compile; then
12112                 yyy=`./try$exe_ext`
12113                 case "$yyy" in
12114                 12345678901)
12115                         sPRId64='"lld"'; sPRIi64='"lli"'; sPRIu64='"llu"';
12116                         sPRIo64='"llo"'; sPRIx64='"llx"'; sPRIX64='"llX"';
12117                         echo "We will use the %lld style."
12118                         ;;
12119                 esac
12120         fi
12121 fi
12122
12123 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
12124         $cat >try.c <<EOCP
12125 #include <sys/types.h>
12126 #include <stdio.h>
12127 int main() {
12128   $quadtype q = 12345678901;
12129   printf("%Ld\n", q);
12130 }
12131 EOCP
12132         set try
12133         if eval $compile; then
12134                 yyy=`./try$exe_ext`
12135                 case "$yyy" in
12136                 12345678901)
12137                         sPRId64='"Ld"'; sPRIi64='"Li"'; sPRIu64='"Lu"';
12138                         sPRIo64='"Lo"'; sPRIx64='"Lx"'; sPRIX64='"LX"';
12139                         echo "We will use %Ld."
12140                         ;;
12141                 esac
12142         fi
12143 fi
12144
12145 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
12146         $cat >try.c <<EOCP
12147 #include <sys/types.h>
12148 #include <stdio.h>
12149 int main() {
12150   $quadtype q = 12345678901;
12151   printf("%qd\n", q);
12152 }
12153 EOCP
12154         set try
12155         if eval $compile; then
12156                 yyy=`./try$exe_ext`
12157                 case "$yyy" in
12158                 12345678901)
12159                         sPRId64='"qd"'; sPRIi64='"qi"'; sPRIu64='"qu"';
12160                         sPRIo64='"qo"'; sPRIx64='"qx"'; sPRIX64='"qX"';
12161                         echo "We will use %qd."
12162                         ;;
12163                 esac
12164         fi
12165 fi
12166
12167 if $test X"$sPRId64" = X; then
12168         echo "Cannot figure out how to print 64-bit integers." >&4
12169 fi
12170
12171 $rm -f try try.*
12172
12173 fi
12174
12175 case "$sPRId64" in
12176 '')     d_PRId64="$undef"; d_PRIi64="$undef"; d_PRIu64="$undef"; 
12177         d_PRIo64="$undef"; d_PRIx64="$undef"; d_PRIX64="$undef"; 
12178         ;;
12179 *)      d_PRId64="$define"; d_PRIi64="$define"; d_PRIu64="$define"; 
12180         d_PRIo64="$define"; d_PRIx64="$define"; d_PRIX64="$define"; 
12181         ;;
12182 esac
12183
12184
12185 echo " "
12186 $echo "Checking the format strings to be used for Perl's internal types..." >&4
12187
12188 if $test X"$ivsize" = X8; then
12189         ivdformat="$sPRId64"
12190         uvuformat="$sPRIu64"
12191         uvoformat="$sPRIo64"
12192         uvxformat="$sPRIx64"
12193 else
12194         if $test X"$ivsize" = X"$longsize"; then
12195                 ivdformat='"ld"'
12196                 uvuformat='"lu"'
12197                 uvoformat='"lo"'
12198                 uvxformat='"lx"'
12199         else
12200                 if $test X"$ivsize" = X"$intsize"; then
12201                         ivdformat='"d"'
12202                         uvuformat='"u"'
12203                         uvoformat='"o"'
12204                         uvxformat='"x"'
12205                 else
12206                         : far out
12207                         if $test X"$ivsize" = X"$shortsize"; then
12208                                 ivdformat='"hd"'
12209                                 uvuformat='"hu"'
12210                                 uvoformat='"ho"'
12211                                 uvxformat='"hx"'
12212                         fi
12213                 fi
12214         fi
12215 fi
12216
12217 case "$ivdformat" in
12218 '') echo "$0: Fatal: failed to find format strings, cannot continue." >& 4
12219     exit 1
12220     ;;
12221 esac
12222
12223
12224 echo " "
12225 $echo "Checking the format string to be used for gids..." >&4
12226
12227 case "$gidsign" in
12228 -1)     if $test X"$gidsize" = X"$ivsize"; then
12229                 gidformat="$ivdformat"
12230         else
12231                 if $test X"$gidsize" = X"$longsize"; then
12232                         gidformat='"ld"'
12233                 else
12234                         if $test X"$gidsize" = X"$intsize"; then
12235                                 gidformat='"d"'
12236                         else
12237                                 if $test X"$gidsize" = X"$shortsize"; then
12238                                         gidformat='"hd"'
12239                                 fi
12240                         fi
12241                 fi
12242         fi
12243         ;;
12244 *)      if $test X"$gidsize" = X"$uvsize"; then
12245                 gidformat="$uvuformat"
12246         else
12247                 if $test X"$gidsize" = X"$longsize"; then
12248                         gidformat='"lu"'
12249                 else
12250                         if $test X"$gidsize" = X"$intsize"; then
12251                                 gidformat='"u"'
12252                         else
12253                                 if $test X"$gidsize" = X"$shortsize"; then
12254                                         gidformat='"hu"'
12255                                 fi
12256                         fi
12257                 fi
12258         fi
12259         ;;
12260 esac
12261
12262 : see if getgroups exists
12263 set getgroups d_getgrps
12264 eval $inlibc
12265
12266 : see if setgroups exists
12267 set setgroups d_setgrps
12268 eval $inlibc
12269
12270
12271 : Find type of 2nd arg to 'getgroups()' and 'setgroups()'
12272 echo " "
12273 case "$d_getgrps$d_setgrps" in
12274 *define*)
12275         case "$groupstype" in
12276         '') dflt="$gidtype" ;;
12277         *)  dflt="$groupstype" ;;
12278         esac
12279         $cat <<EOM
12280 What type of pointer is the second argument to getgroups() and setgroups()?
12281 Usually this is the same as group ids, $gidtype, but not always.
12282
12283 EOM
12284         rp='What type pointer is the second argument to getgroups() and setgroups()?'
12285         . ./myread
12286         groupstype="$ans"
12287         ;;
12288 *)  groupstype="$gidtype";;
12289 esac
12290
12291 echo " "
12292 echo "Checking if your $make program sets \$(MAKE)..." >&4
12293 case "$make_set_make" in
12294 '')
12295         $sed 's/^X //' > testmake.mak << 'EOF'
12296 Xall:
12297 X       @echo 'maketemp="$(MAKE)"'
12298 EOF
12299         case "`$make -f testmake.mak 2>/dev/null`" in
12300         *maketemp=*) make_set_make='#' ;;
12301         *)      make_set_make="MAKE=$make" ;;
12302         esac
12303         $rm -f testmake.mak
12304         ;;
12305 esac
12306 case "$make_set_make" in
12307 '#') echo "Yup, it does.";;
12308 *) echo "Nope, it doesn't.";;
12309 esac
12310
12311 : see what type is used for mode_t
12312 rp="What is the type used for file modes for system calls (e.g. fchmod())?"
12313 set mode_t modetype int stdio.h sys/types.h
12314 eval $typedef_ask
12315
12316 : define a fucntion to check prototypes
12317 $cat > protochk <<EOSH
12318 $startsh
12319 cc="$cc"
12320 optimize="$optimize"
12321 ccflags="$ccflags"
12322 prototype="$prototype"
12323 define="$define"
12324 rm=$rm
12325 EOSH
12326
12327 $cat >> protochk <<'EOSH'
12328
12329 $rm -f try.c
12330 foo="$1"
12331 shift
12332 while test $# -ge 2; do
12333         case "$1" in
12334                 $define) echo "#include <$2>" >> try.c ;;
12335                 literal) echo "$2" >> try.c ;;
12336         esac
12337     shift 2
12338 done
12339 test "$prototype" = "$define"  && echo '#define CAN_PROTOTYPE' >> try.c
12340 cat >> try.c <<'EOCP'
12341 #ifdef CAN_PROTOTYPE
12342 #define _(args) args
12343 #else
12344 #define _(args) ()
12345 #endif
12346 EOCP
12347 echo "$foo" >> try.c
12348 echo 'int no_real_function_has_this_name _((void)) { return 0; }' >> try.c
12349 $cc $optimize $ccflags -c try.c > /dev/null 2>&1
12350 status=$?
12351 $rm -f try.[co]
12352 exit $status
12353 EOSH
12354 chmod +x protochk
12355 $eunicefix protochk
12356
12357 : see what type is used for size_t
12358 rp="What is the type used for the length parameter for string functions?"
12359 set size_t sizetype 'unsigned int' stdio.h sys/types.h
12360 eval $typedef_ask
12361
12362 : check for type of arguments to gethostbyaddr. 
12363 if test "X$netdb_host_type" = X -o "X$netdb_hlen_type" = X; then
12364         case "$d_gethbyaddr" in
12365         $define)
12366                 $cat <<EOM
12367
12368 Checking to see what type of arguments are accepted by gethostbyaddr().
12369 EOM
12370                 hdrs="$define sys/types.h
12371                         $d_socket sys/socket.h 
12372                         $i_niin netinet/in.h 
12373                         $i_netdb netdb.h
12374                         $i_unistd unistd.h"
12375                 : The first arg can 'char *' or 'void *'
12376                 : The second arg is some of integral type
12377                 for xxx in in_addr_t 'const void *' 'const char *' 'void *' 'char *'; do
12378                         for yyy in size_t long int; do
12379                                 case "$netdb_host_type" in
12380                                 '')     try="extern struct hostent *gethostbyaddr($xxx, $yyy, int);"
12381                                         if ./protochk "$try" $hdrs; then
12382                                                 echo "Your system accepts $xxx for the first arg."
12383                                                 echo "...and $yyy for the second arg."
12384                                                 netdb_host_type="$xxx"
12385                                                 netdb_hlen_type="$yyy"
12386                                         fi
12387                                         ;;
12388                                 esac
12389                         done
12390                 done
12391                 : In case none of those worked, prompt the user.
12392                 case "$netdb_host_type" in
12393                 '')     rp='What is the type for the 1st argument to gethostbyaddr?'
12394                         dflt='char *'
12395                         . ./myread
12396                         netdb_host_type=$ans
12397                         rp='What is the type for the 2nd argument to gethostbyaddr?'
12398                         dflt="$sizetype"
12399                         . ./myread
12400                         netdb_hlen_type=$ans
12401                         ;;
12402                 esac
12403                 ;;
12404         *)      : no gethostbyaddr, so pick harmless defaults
12405                 netdb_host_type='char *'
12406                 netdb_hlen_type="$sizetype"
12407                 ;;
12408         esac
12409         # Remove the "const" if needed. -- but then we'll have a 
12410         # prototype clash!
12411         # netdb_host_type=`echo "$netdb_host_type" | sed 's/^const //'`
12412 fi
12413
12414 : check for type of argument to gethostbyname. 
12415 if test "X$netdb_name_type" = X ; then
12416         case "$d_gethbyname" in
12417         $define)
12418                 $cat <<EOM
12419
12420 Checking to see what type of argument is accepted by gethostbyname().
12421 EOM
12422                 hdrs="$define sys/types.h
12423                         $d_socket sys/socket.h 
12424                         $i_niin netinet/in.h 
12425                         $i_netdb netdb.h
12426                         $i_unistd unistd.h"
12427                 for xxx in "const char *" "char *"; do
12428                         case "$netdb_name_type" in
12429                         '')     try="extern struct hostent *gethostbyname($xxx);"
12430                                 if ./protochk "$try" $hdrs; then
12431                                         echo "Your system accepts $xxx."
12432                                         netdb_name_type="$xxx"
12433                                 fi
12434                                 ;;
12435                         esac
12436                 done
12437                 : In case none of those worked, prompt the user.
12438                 case "$netdb_name_type" in
12439                 '')     rp='What is the type for the 1st argument to gethostbyname?'
12440                         dflt='char *'
12441                         . ./myread
12442                         netdb_name_type=$ans
12443                         ;;
12444                 esac
12445                 ;;
12446         *)      : no gethostbyname, so pick harmless default
12447                 netdb_name_type='char *'
12448                 ;;
12449         esac
12450 fi
12451
12452 : check for type of 1st argument to getnetbyaddr. 
12453 if test "X$netdb_net_type" = X ; then
12454         case "$d_getnbyaddr" in
12455         $define)
12456                 $cat <<EOM
12457
12458 Checking to see what type of 1st argument is accepted by getnetbyaddr().
12459 EOM
12460                 hdrs="$define sys/types.h
12461                         $d_socket sys/socket.h 
12462                         $i_niin netinet/in.h 
12463                         $i_netdb netdb.h
12464                         $i_unistd unistd.h"
12465                 for xxx in in_addr_t "unsigned long" long "unsigned int" int; do
12466                         case "$netdb_net_type" in
12467                         '')     try="extern struct netent *getnetbyaddr($xxx, int);"
12468                                 if ./protochk "$try" $hdrs; then
12469                                         echo "Your system accepts $xxx."
12470                                         netdb_net_type="$xxx"
12471                                 fi
12472                                 ;;
12473                         esac
12474                 done
12475                 : In case none of those worked, prompt the user.
12476                 case "$netdb_net_type" in
12477                 '')     rp='What is the type for the 1st argument to getnetbyaddr?'
12478                         dflt='long'
12479                         . ./myread
12480                         netdb_net_type=$ans
12481                         ;;
12482                 esac
12483                 ;;
12484         *)      : no getnetbyaddr, so pick harmless default
12485                 netdb_net_type='long'
12486                 ;;
12487         esac
12488 fi
12489 : locate the preferred pager for this system
12490 case "$pager" in
12491 '')
12492         dflt=''
12493         case "$pg" in
12494         /*) dflt=$pg;;
12495         esac
12496         case "$more" in
12497         /*) dflt=$more;;
12498         esac
12499         case "$less" in
12500         /*) dflt=$less;;
12501         esac
12502         case "$dflt" in
12503         '') dflt=/usr/ucb/more;;
12504         esac
12505         ;;
12506 *) dflt="$pager";;
12507 esac
12508 echo " "
12509 fn=f/
12510 rp='What pager is used on your system?'
12511 . ./getfile
12512 pager="$ans"
12513
12514 : see what type pids are declared as in the kernel
12515 rp="What is the type of process ids on this system?"
12516 set pid_t pidtype int stdio.h sys/types.h
12517 eval $typedef_ask
12518
12519 : Find earliest binary compatible site_perl subdirectory perl can use.
12520 case "$bincompat5005" in
12521 "$define") xs_apiversion='5.005' ;;
12522 *) xs_apiversion=$apiversion ;;   # The current site_perl version.
12523 esac
12524 : Find earliest pure perl site_perl subdirectory perl can use.
12525 : The versioned directories started at 5.005.
12526 pm_apiversion='5.005'
12527
12528 : check for length of pointer
12529 echo " "
12530 case "$ptrsize" in
12531 '')
12532         $echo $n "Checking to see how big your pointers are...$c" >&4
12533         if test "$voidflags" -gt 7; then
12534                 echo '#define VOID_PTR char *' > try.c
12535         else
12536                 echo '#define VOID_PTR void *' > try.c
12537         fi
12538         $cat >>try.c <<'EOCP'
12539 #include <stdio.h>
12540 int main()
12541 {
12542     printf("%d\n", (int)sizeof(VOID_PTR));
12543     return(0);
12544 }
12545 EOCP
12546         set try
12547         if eval $compile_ok; then
12548                 ptrsize=`./try`
12549                 $echo " $ptrsize bytes." >&4
12550         else
12551                 dflt='4'
12552                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
12553                 rp="What is the size of a pointer (in bytes)?"
12554                 . ./myread
12555                 ptrsize="$ans"
12556         fi
12557         ;;
12558 esac
12559 $rm -f try.c try
12560
12561 : see if ar generates random libraries by itself
12562 echo " "
12563 echo "Checking how to generate random libraries on your machine..." >&4
12564 echo 'int bar1() { return bar2(); }' > bar1.c
12565 echo 'int bar2() { return 2; }' > bar2.c
12566 $cat > foo.c <<'EOP'
12567 int main() { printf("%d\n", bar1()); exit(0); }
12568 EOP
12569 $cc $ccflags -c bar1.c >/dev/null 2>&1
12570 $cc $ccflags -c bar2.c >/dev/null 2>&1
12571 $cc $ccflags -c foo.c >/dev/null 2>&1
12572 $ar rc bar$_a bar2$_o bar1$_o >/dev/null 2>&1
12573 if $cc $ccflags $ldflags -o foobar foo$_o bar$_a $libs > /dev/null 2>&1 &&
12574         ./foobar >/dev/null 2>&1; then
12575         echo "$ar appears to generate random libraries itself."
12576         orderlib=false
12577         ranlib=":"
12578 elif $ar ts bar$_a >/dev/null 2>&1 &&
12579         $cc $ccflags $ldflags -o foobar foo$_o bar$_a $libs > /dev/null 2>&1 &&
12580         ./foobar >/dev/null 2>&1; then
12581                 echo "a table of contents needs to be added with '$ar ts'."
12582                 orderlib=false
12583                 ranlib="$ar ts"
12584 else
12585         case "$ranlib" in
12586         :) ranlib='';;
12587         '')
12588                 ranlib=`./loc ranlib X /usr/bin /bin /usr/local/bin`
12589                 $test -f $ranlib || ranlib=''
12590                 ;;
12591         esac
12592         if $test -n "$ranlib"; then
12593                 echo "your system has '$ranlib'; we'll use that."
12594                 orderlib=false
12595         else
12596                 echo "your system doesn't seem to support random libraries"
12597                 echo "so we'll use lorder and tsort to order the libraries."
12598                 orderlib=true
12599                 ranlib=":"
12600         fi
12601 fi
12602 $rm -f foo* bar* 
12603
12604 : check for type of arguments to select. 
12605 case "$selecttype" in
12606 '') case "$d_select" in
12607         $define)
12608                 $cat <<EOM
12609 Checking to see what type of arguments are accepted by select().
12610 EOM
12611                 hdrs="$define sys/types.h
12612                         $i_systime sys/time.h 
12613                         $i_sysselct sys/select.h
12614                         $d_socket sys/socket.h"
12615                 : The first arg can be int, unsigned, or size_t
12616                 : The last arg may or may not be 'const'
12617                 val=''
12618                 : void pointer has been seen but using that
12619                 : breaks the selectminbits test
12620                 for xxx in 'fd_set *' 'int *'; do
12621                         for nfd in 'int' 'size_t' 'unsigned long' 'unsigned' ; do
12622                                 for tmo in 'struct timeval *' 'const struct timeval *'; do
12623                                         case "$val" in
12624                                         '')     try="extern select _(($nfd, $xxx, $xxx, $xxx, $tmo));"
12625                                                 if ./protochk "$try" $hdrs; then
12626                                                         echo "Your system accepts $xxx."
12627                                                         val="$xxx"
12628                                                 fi
12629                                                 ;;
12630                                         esac
12631                                 done
12632                         done
12633                 done
12634                 case "$val" in
12635                 '')     rp='What is the type for the 2nd, 3rd, and 4th arguments to select?'
12636                         case "$d_fd_set" in
12637                                 $define) dflt="fd_set *" ;;
12638                                 *)              dflt="int *" ;;
12639                         esac
12640                         . ./myread
12641                         val=$ans
12642                         ;;
12643                 esac
12644                 selecttype="$val"
12645                 ;;
12646         *)      : no select, so pick a harmless default
12647                 selecttype='int *'
12648                 ;;
12649         esac
12650         ;;
12651 esac
12652
12653 : check for the select 'width'
12654 case "$selectminbits" in
12655 '') case "$d_select" in
12656         $define)
12657                 $cat <<EOM
12658
12659 Checking to see on how many bits at a time your select() operates...
12660 EOM
12661                 $cat >try.c <<EOCP
12662 #include <sys/types.h>
12663 #$i_time I_TIME
12664 #$i_systime I_SYS_TIME
12665 #$i_systimek I_SYS_TIME_KERNEL
12666 #ifdef I_TIME
12667 #   include <time.h>
12668 #endif
12669 #ifdef I_SYS_TIME
12670 #   ifdef I_SYS_TIME_KERNEL
12671 #       define KERNEL
12672 #   endif
12673 #   include <sys/time.h>
12674 #   ifdef I_SYS_TIME_KERNEL
12675 #       undef KERNEL
12676 #   endif
12677 #endif
12678 #$i_sysselct I_SYS_SELECT
12679 #ifdef I_SYS_SELECT
12680 #include <sys/select.h>
12681 #endif
12682 #$d_socket HAS_SOCKET
12683 #ifdef HAS_SOCKET
12684 #   include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
12685 #endif
12686 #include <stdio.h>
12687 $selecttype b;
12688 #define S sizeof(*(b))
12689 #define MINBITS 64
12690 #define NBYTES (S * 8 > MINBITS ? S : MINBITS/8)
12691 #define NBITS  (NBYTES * 8)
12692 int main() {
12693     char s[NBYTES];
12694     struct timeval t;
12695     int i;
12696     FILE* fp;
12697     int fd;
12698
12699     fclose(stdin);
12700     fp = fopen("try.c", "r");
12701     if (fp == 0)
12702       exit(1);
12703     fd = fileno(fp);
12704     if (fd < 0)
12705       exit(2);
12706     b = ($selecttype)s;
12707     for (i = 0; i < NBITS; i++)
12708         FD_SET(i, b);
12709     t.tv_sec  = 0;
12710     t.tv_usec = 0;
12711     select(fd + 1, b, 0, 0, &t);
12712     for (i = NBITS - 1; i > fd && FD_ISSET(i, b); i--);
12713     printf("%d\n", i + 1);
12714     return 0;
12715 }
12716 EOCP
12717                 set try
12718                 if eval $compile_ok; then
12719                         selectminbits=`./try`
12720                         case "$selectminbits" in
12721                         '')     cat >&4 <<EOM
12722 Cannot figure out on how many bits at a time your select() operates.
12723 I'll play safe and guess it is 32 bits.
12724 EOM
12725                                 selectminbits=32
12726                                 bits="32 bits"
12727                                 ;;
12728                         1)      bits="1 bit" ;;
12729                         *)      bits="$selectminbits bits" ;;
12730                         esac
12731                         echo "Your select() operates on $bits at a time." >&4
12732                 else
12733                         rp='What is the minimum number of bits your select() operates on?'
12734                         case "$byteorder" in
12735                         1234|12345678)  dflt=32 ;;
12736                         *)              dflt=1  ;;
12737                         esac
12738                         . ./myread
12739                         val=$ans
12740                         selectminbits="$val"
12741                 fi
12742                 $rm -f try.* try
12743                 ;;
12744         *)      : no select, so pick a harmless default
12745                 selectminbits='32'
12746                 ;;
12747         esac
12748         ;;
12749 esac
12750
12751 : Trace out the files included by signal.h, then look for SIGxxx names.
12752 : Remove SIGARRAYSIZE used by HPUX.
12753 : Remove SIGSTKSIZE used by Linux.
12754 : Remove SIGSTKSZ used by Posix.
12755 : Remove SIGTYP void lines used by OS2.
12756 xxx=`echo '#include <signal.h>' |
12757         $cppstdin $cppminus $cppflags 2>/dev/null |
12758         $grep '^[       ]*#.*include' | 
12759         $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sort | $uniq`
12760 : Check this list of files to be sure we have parsed the cpp output ok.
12761 : This will also avoid potentially non-existent files, such 
12762 : as ../foo/bar.h
12763 xxxfiles=''
12764 for xx in $xxx /dev/null ; do
12765         $test -f "$xx" && xxxfiles="$xxxfiles $xx"
12766 done
12767 : If we have found no files, at least try signal.h
12768 case "$xxxfiles" in
12769 '')     xxxfiles=`./findhdr signal.h` ;;
12770 esac
12771 xxx=`awk '
12772 $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $2 !~ /SIGARRAYSIZE/ && $2 !~ /SIGSTKSIZE/ && $2 !~ /SIGSTKSZ/ && $3 !~ /void/ {
12773         print substr($2, 4, 20)
12774 }
12775 $1 == "#" && $2 ~ /^define$/ && $3 ~ /^SIG[A-Z0-9]*$/ && $3 !~ /SIGARRAYSIZE/ && $4 !~ /void/ {
12776         print substr($3, 4, 20)
12777 }' $xxxfiles`
12778 : Append some common names just in case the awk scan failed.
12779 xxx="$xxx ABRT ALRM BUS CHLD CLD CONT DIL EMT FPE HUP ILL INT IO IOT KILL"
12780 xxx="$xxx LOST PHONE PIPE POLL PROF PWR QUIT SEGV STKFLT STOP SYS TERM TRAP"
12781 xxx="$xxx TSTP TTIN TTOU URG USR1 USR2 USR3 USR4 VTALRM"
12782 xxx="$xxx WINCH WIND WINDOW XCPU XFSZ"
12783 : generate a few handy files for later
12784 $cat > signal.c <<'EOCP'
12785 #include <sys/types.h>
12786 #include <signal.h>
12787 #include <stdio.h>
12788 int main() {
12789
12790 /* Strange style to avoid deeply-nested #if/#else/#endif */
12791 #ifndef NSIG
12792 #  ifdef _NSIG
12793 #    define NSIG (_NSIG)
12794 #  endif
12795 #endif
12796
12797 #ifndef NSIG
12798 #  ifdef SIGMAX
12799 #    define NSIG (SIGMAX+1)
12800 #  endif
12801 #endif
12802
12803 #ifndef NSIG
12804 #  ifdef SIG_MAX
12805 #    define NSIG (SIG_MAX+1)
12806 #  endif
12807 #endif
12808
12809 #ifndef NSIG
12810 #  ifdef MAXSIG
12811 #    define NSIG (MAXSIG+1)
12812 #  endif
12813 #endif
12814
12815 #ifndef NSIG
12816 #  ifdef MAX_SIG
12817 #    define NSIG (MAX_SIG+1)
12818 #  endif
12819 #endif
12820
12821 #ifndef NSIG
12822 #  ifdef SIGARRAYSIZE
12823 #    define NSIG (SIGARRAYSIZE+1) /* Not sure of the +1 */
12824 #  endif
12825 #endif
12826
12827 #ifndef NSIG
12828 #  ifdef _sys_nsig
12829 #    define NSIG (_sys_nsig) /* Solaris 2.5 */
12830 #  endif
12831 #endif
12832
12833 /* Default to some arbitrary number that's big enough to get most
12834    of the common signals.
12835 */
12836 #ifndef NSIG
12837 #    define NSIG 50
12838 #endif
12839
12840 printf("NSIG %d\n", NSIG);
12841
12842 #ifndef JUST_NSIG
12843
12844 EOCP
12845
12846 echo $xxx | $tr ' ' $trnl | $sort | $uniq | $awk '
12847 {
12848         printf "#ifdef SIG"; printf $1; printf "\n"
12849         printf "printf(\""; printf $1; printf " %%d\\n\",SIG";
12850         printf $1; printf ");\n"
12851         printf "#endif\n"
12852 }
12853 END {
12854         printf "#endif /* JUST_NSIG */\n";
12855         printf "}\n";
12856 }
12857 ' >>signal.c
12858 $cat >signal.awk <<'EOP'
12859 BEGIN { ndups = 0 }
12860 $1 ~ /^NSIG$/ { nsig = $2 }
12861 ($1 !~ /^NSIG$/) && (NF == 2) {
12862     if ($2 > maxsig) { maxsig = $2 }
12863     if (sig_name[$2]) {
12864         dup_name[ndups] = $1
12865         dup_num[ndups] = $2
12866         ndups++ 
12867     }
12868     else {
12869         sig_name[$2] = $1
12870         sig_num[$2] = $2
12871     }
12872 }
12873 END { 
12874     if (nsig == 0) {
12875         nsig = maxsig + 1
12876     }
12877     printf("NSIG %d\n", nsig);
12878     for (n = 1; n < nsig; n++) {
12879         if (sig_name[n]) {
12880             printf("%s %d\n", sig_name[n], sig_num[n])
12881         }
12882         else {
12883             printf("NUM%d %d\n", n, n) 
12884         }
12885     }
12886     for (n = 0; n < ndups; n++) {
12887         printf("%s %d\n", dup_name[n], dup_num[n])
12888     }
12889 }
12890 EOP
12891 $cat >signal_cmd <<EOS
12892 $startsh
12893 if $test -s signal.lst; then
12894     echo "Using your existing signal.lst file"
12895         exit 0
12896 fi
12897 xxx="$xxx"
12898 EOS
12899 $cat >>signal_cmd <<'EOS'
12900
12901 set signal
12902 if eval $compile_ok; then
12903         ./signal$_exe | $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
12904 else
12905         echo "(I can't seem be able to compile the whole test program)" >&4
12906         echo "(I'll try it in little pieces.)" >&4
12907         set signal -DJUST_NSIG
12908         if eval $compile_ok; then
12909                 ./signal$_exe > signal.nsg
12910                 $cat signal.nsg
12911         else
12912                 echo "I can't seem to figure out how many signals you have." >&4
12913                 echo "Guessing 50." >&4
12914                 echo 'NSIG 50' > signal.nsg
12915         fi
12916         : Now look at all the signal names, one at a time.
12917         for xx in `echo $xxx | $tr ' ' $trnl | $sort | $uniq`; do
12918                 $cat > signal.c <<EOCP
12919 #include <sys/types.h>
12920 #include <signal.h>
12921 #include <stdio.h>
12922 int main() {
12923 printf("$xx %d\n", SIG${xx});
12924 return 0;
12925 }
12926 EOCP
12927                 set signal
12928                 if eval $compile; then
12929                         echo "SIG${xx} found."
12930                         ./signal$_exe  >> signal.ls1
12931                 else
12932                         echo "SIG${xx} NOT found."
12933                 fi
12934         done
12935         if $test -s signal.ls1; then
12936                 $cat signal.nsg signal.ls1 |
12937                         $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
12938         fi
12939
12940 fi
12941 if $test -s signal.lst; then
12942         :
12943 else
12944         echo "(AAK! I can't compile the test programs -- Guessing)" >&4
12945         echo 'kill -l' >signal
12946         set X `csh -f <signal`
12947         $rm -f signal
12948         shift
12949         case $# in
12950         0) set HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM;;
12951         esac
12952         echo $@ | $tr ' ' $trnl | \
12953             $awk '{ printf "%s %d\n", $1, ++s; }
12954                   END { printf "NSIG %d\n", ++s }' >signal.lst
12955 fi
12956 $rm -f signal.c signal$_exe signal$_o signal.nsg signal.ls1
12957 EOS
12958 chmod a+x signal_cmd
12959 $eunicefix signal_cmd
12960
12961 : generate list of signal names
12962 echo " "
12963 case "$sig_name_init" in
12964 '') doinit=yes ;;
12965 *)  case "$sig_num_init" in
12966     ''|*,*) doinit=yes ;;
12967     esac ;;
12968 esac
12969 case "$doinit" in
12970 yes)
12971         echo "Generating a list of signal names and numbers..." >&4
12972         . ./signal_cmd
12973         sig_count=`$awk '/^NSIG/ { printf "%d", $2 }' signal.lst`
12974         sig_name=`$awk 'BEGIN { printf "ZERO " }
12975                         !/^NSIG/ { printf "%s ", $1 }' signal.lst`
12976         sig_num=`$awk  'BEGIN { printf "0 " }
12977                         !/^NSIG/ { printf "%d ", $2 }' signal.lst`
12978         sig_name_init=`$awk 'BEGIN      { printf "\"ZERO\", " }
12979                              !/^NSIG/   { printf "\"%s\", ", $1 }
12980                              END        { printf "0\n" }' signal.lst`
12981         sig_num_init=`$awk  'BEGIN      { printf "0, " }
12982                              !/^NSIG/   { printf "%d, ", $2}
12983                              END        { printf "0\n"}' signal.lst`
12984         ;;
12985 esac
12986 echo "The following $sig_count signals are available:"
12987 echo " "
12988 echo $sig_name | $awk \
12989 'BEGIN { linelen = 0 }
12990 {
12991         for (i = 1; i <= NF; i++) {
12992                 name = "SIG" $i " "
12993                 linelen = linelen + length(name)
12994                 if (linelen > 70) {
12995                         printf "\n"
12996                         linelen = length(name)
12997                 }
12998                 printf "%s", name
12999         }
13000         printf "\n"
13001 }'
13002 $rm -f signal signal.c signal.awk signal.lst signal_cmd 
13003
13004 : see what type is used for signed size_t
13005 set ssize_t ssizetype int stdio.h sys/types.h
13006 eval $typedef
13007 dflt="$ssizetype"
13008 $cat > ssize.c <<EOM
13009 #include <stdio.h>
13010 #include <sys/types.h>
13011 #define Size_t $sizetype
13012 #define SSize_t $dflt
13013 int main()
13014 {
13015         if (sizeof(Size_t) == sizeof(SSize_t))
13016                 printf("$dflt\n");
13017         else if (sizeof(Size_t) == sizeof(int))
13018                 printf("int\n");
13019         else 
13020                 printf("long\n");
13021         exit(0);
13022 }
13023 EOM
13024 echo " "
13025 set ssize
13026 if eval $compile_ok && ./ssize > /dev/null; then
13027         ssizetype=`./ssize`
13028         echo "I'll be using $ssizetype for functions returning a byte count." >&4
13029 else
13030         $cat >&4 <<EOM
13031 Help! I can't compile and run the ssize_t test program: please enlighten me!
13032 (This is probably a misconfiguration in your system or libraries, and
13033 you really ought to fix it.  Still, I'll try anyway.)
13034
13035 I need a type that is the same size as $sizetype, but is guaranteed to
13036 be signed.  Common values are ssize_t, int and long.
13037
13038 EOM
13039         rp="What signed type is the same size as $sizetype?"
13040         . ./myread
13041         ssizetype="$ans"
13042 fi
13043 $rm -f ssize ssize.*
13044
13045 : see what type of char stdio uses.
13046 echo " "
13047 if $contains 'unsigned.*char.*_ptr;' `./findhdr stdio.h` >/dev/null 2>&1 ; then
13048         echo "Your stdio uses unsigned chars." >&4
13049         stdchar="unsigned char"
13050 else
13051         echo "Your stdio uses signed chars." >&4
13052         stdchar="char"
13053 fi
13054
13055 : see if time exists
13056 echo " "
13057 if test "X$d_time" = X -o X"$timetype" = X; then
13058     if set time val -f d_time; eval $csym; $val; then
13059                 echo 'time() found.' >&4
13060                 val="$define"
13061                 rp="What is the type returned by time() on this system?"
13062                 set time_t timetype long stdio.h sys/types.h
13063                 eval $typedef_ask
13064     else
13065                 echo 'time() not found, hope that will do.' >&4
13066                 val="$undef"
13067                 timetype='int';
13068     fi
13069     set d_time
13070     eval $setvar
13071 fi
13072
13073 : see what type uids are declared as in the kernel
13074 echo " "
13075 echo "Looking for the type for user ids returned by getuid()."
13076 set uid_t uidtype xxx stdio.h sys/types.h
13077 eval $typedef
13078 case "$uidtype" in
13079 xxx)
13080         xxx=`./findhdr sys/user.h`
13081         set `grep '_ruid;' "$xxx" 2>/dev/null` unsigned short
13082         case $1 in
13083         unsigned) dflt="$1 $2" ;;
13084         *) dflt="$1" ;;
13085         esac
13086         ;;
13087 *) dflt="$uidtype";;
13088 esac
13089 case "$uidtype" in
13090 uid_t)  echo "uid_t found." ;;
13091 *)      rp="What is the type for user ids returned by getuid()?"
13092         . ./myread
13093         uidtype="$ans"
13094         ;;
13095 esac
13096
13097 echo " "
13098 case "$uidtype" in
13099 *_t) zzz="$uidtype"     ;;
13100 *)   zzz="uid"          ;;
13101 esac
13102 echo "Checking the size of $zzz..." >&4 
13103 cat > try.c <<EOCP
13104 #include <sys/types.h>
13105 #include <stdio.h>
13106 int main() {
13107     printf("%d\n", (int)sizeof($uidtype));
13108     return(0);
13109 }
13110 EOCP
13111 set try
13112 if eval $compile_ok; then
13113         yyy=`./try`
13114         case "$yyy" in
13115         '')     uidsize=4
13116                 echo "(I can't execute the test program--guessing $uidsize.)" >&4
13117                 ;;
13118         *)      uidsize=$yyy
13119                 echo "Your $zzz size is $uidsize bytes."
13120                 ;;
13121         esac
13122 else
13123         uidsize=4
13124         echo "(I can't compile the test program--guessing $uidsize.)" >&4
13125 fi
13126
13127 echo " "
13128 case "$uidtype" in
13129 *_t) zzz="$uidtype"     ;;
13130 *)   zzz="uid"          ;;
13131 esac
13132 echo "Checking the sign of $zzz..." >&4
13133 cat > try.c <<EOCP
13134 #include <sys/types.h>
13135 #include <stdio.h>
13136 int main() {
13137         $uidtype foo = -1;
13138         if (foo < 0)
13139                 printf("-1\n");
13140         else
13141                 printf("1\n");
13142 }
13143 EOCP
13144 set try
13145 if eval $compile; then
13146         yyy=`./try`
13147         case "$yyy" in
13148         '')     uidsign=1
13149                 echo "(I can't execute the test program--guessing unsigned.)" >&4
13150                 ;;
13151         *)      uidsign=$yyy
13152                 case "$uidsign" in
13153                  1) echo "Your $zzz is unsigned." ;;
13154                 -1) echo "Your $zzz is signed."   ;;
13155                 esac
13156                 ;;
13157         esac
13158 else
13159         uidsign=1
13160         echo "(I can't compile the test program--guessing unsigned.)" >&4
13161 fi
13162
13163
13164
13165 echo " "
13166 $echo "Checking the format string to be used for uids..." >&4
13167
13168 case "$uidsign" in
13169 -1)     if $test X"$uidsize" = X"$ivsize"; then
13170                 uidformat="$ivdformat"
13171         else
13172                 if $test X"$uidsize" = X"$longsize"; then
13173                         uidformat='"ld"'
13174                 else
13175                         if $test X"$uidsize" = X"$intsize"; then
13176                                 uidformat='"d"'
13177                         else
13178                                 if $test X"$uidsize" = X"$shortsize"; then
13179                                         uidformat='"hd"'
13180                                 fi
13181                         fi
13182                 fi
13183         fi
13184         ;;
13185 *)      if $test X"$uidsize" = X"$uvsize"; then
13186                 uidformat="$uvuformat"
13187         else
13188                 if $test X"$uidsize" = X"$longsize"; then
13189                         uidformat='"lu"'
13190                 else
13191                         if $test X"$uidsize" = X"$intsize"; then
13192                                 uidformat='"u"'
13193                         else
13194                                 if $test X"$uidsize" = X"$shortsize"; then
13195                                         uidformat='"hu"'
13196                                 fi
13197                         fi
13198                 fi
13199         fi
13200         ;;
13201 esac
13202
13203 : see if dbm.h is available
13204 : see if dbmclose exists
13205 set dbmclose d_dbmclose
13206 eval $inlibc
13207
13208 case "$d_dbmclose" in
13209 $define)
13210         set dbm.h i_dbm
13211         eval $inhdr
13212         case "$i_dbm" in
13213         $define)
13214                 val="$undef"
13215                 set i_rpcsvcdbm
13216                 eval $setvar
13217                 ;;
13218         *)      set rpcsvc/dbm.h i_rpcsvcdbm
13219                 eval $inhdr
13220                 ;;
13221         esac
13222         ;;
13223 *)      echo "We won't be including <dbm.h>"
13224         val="$undef"
13225         set i_dbm
13226         eval $setvar
13227         val="$undef"
13228         set i_rpcsvcdbm
13229         eval $setvar
13230         ;;
13231 esac
13232
13233 : see if this is a sys/file.h system
13234 val=''
13235 set sys/file.h val
13236 eval $inhdr
13237
13238 : do we need to include sys/file.h ?
13239 case "$val" in
13240 "$define")
13241         echo " "
13242         if $h_sysfile; then
13243                 val="$define"
13244                 echo "We'll be including <sys/file.h>." >&4
13245         else
13246                 val="$undef"
13247                 echo "We won't be including <sys/file.h>." >&4
13248         fi
13249         ;;
13250 *)
13251         h_sysfile=false
13252         ;;
13253 esac
13254 set i_sysfile
13255 eval $setvar
13256
13257 : see if fcntl.h is there
13258 val=''
13259 set fcntl.h val
13260 eval $inhdr
13261
13262 : see if we can include fcntl.h
13263 case "$val" in
13264 "$define")
13265         echo " "
13266         if $h_fcntl; then
13267                 val="$define"
13268                 echo "We'll be including <fcntl.h>." >&4
13269         else
13270                 val="$undef"
13271                 if $h_sysfile; then
13272         echo "We don't need to include <fcntl.h> if we include <sys/file.h>." >&4
13273                 else
13274                         echo "We won't be including <fcntl.h>." >&4
13275                 fi
13276         fi
13277         ;;
13278 *)
13279         h_fcntl=false
13280         val="$undef"
13281         ;;
13282 esac
13283 set i_fcntl
13284 eval $setvar
13285
13286 : see if locale.h is available
13287 set locale.h i_locale
13288 eval $inhdr
13289
13290 : see if mach cthreads are available
13291 if test "X$usethreads" = "X$define"; then
13292         set mach/cthreads.h i_machcthr
13293         eval $inhdr
13294 else
13295         i_machcthr="$undef"
13296 fi
13297
13298
13299
13300 : see if this is a math.h system
13301 set math.h i_math
13302 eval $inhdr
13303
13304 : see if this is a mntent.h system
13305 set mntent.h i_mntent
13306 eval $inhdr
13307
13308 : see if ndbm.h is available
13309 set ndbm.h t_ndbm
13310 eval $inhdr
13311 case "$t_ndbm" in
13312 $define)
13313         : see if dbm_open exists
13314         set dbm_open d_dbm_open
13315         eval $inlibc
13316         case "$d_dbm_open" in
13317         $undef)
13318                 t_ndbm="$undef"
13319                 echo "We won't be including <ndbm.h>"
13320                 ;;
13321         esac
13322         ;;
13323 esac
13324 val="$t_ndbm"
13325 set i_ndbm
13326 eval $setvar
13327
13328 : see if net/errno.h is available
13329 val=''
13330 set net/errno.h val
13331 eval $inhdr
13332
13333 : Unfortunately, it causes problems on some systems.  Arrgh.
13334 case "$val" in
13335 $define)
13336         cat > try.c <<'EOM'
13337 #include <stdio.h>
13338 #include <errno.h>
13339 #include <net/errno.h>
13340 int func()
13341 {
13342         return ENOTSOCK;
13343 }
13344 EOM
13345         if $cc $ccflags -c try.c >/dev/null 2>&1; then
13346                 echo "We'll be including <net/errno.h>." >&4
13347         else
13348                 echo "We won't be including <net/errno.h>." >&4
13349                 val="$undef"
13350         fi
13351         $rm -f try.* try
13352         ;;
13353 esac
13354 set i_neterrno
13355 eval $setvar
13356
13357 : see if netinet/tcp.h is available
13358 set netinet/tcp.h i_netinettcp
13359 eval $inhdr
13360
13361 : see if this is a poll.h system
13362 set poll.h i_poll
13363 eval $inhdr
13364
13365 : get C preprocessor symbols handy
13366 echo " "
13367 $echo $n "Hmm... $c"
13368 echo $al | $tr ' ' $trnl >Cppsym.know
13369 $cat <<EOSS >Cppsym
13370 $startsh
13371 case "\$1" in
13372 -l) list=true
13373         shift
13374         ;;
13375 esac
13376 unknown=''
13377 case "\$list\$#" in
13378 1|2)
13379         for sym do
13380                 if $contains "^\$1$" Cppsym.true >/dev/null 2>&1; then
13381                         exit 0
13382                 elif $contains "^\$1$" Cppsym.know >/dev/null 2>&1; then
13383                         :
13384                 else
13385                         unknown="\$unknown \$sym"
13386                 fi
13387         done
13388         set X \$unknown
13389         shift
13390         ;;
13391 esac
13392 case \$# in
13393 0) exit 1;;
13394 esac
13395 echo \$* | $tr ' ' '$trnl' | $sed -e 's/\(.*\)/\\
13396 #ifdef \1\\
13397 exit 0; _ _ _ _\1\\      \1\\
13398 #endif\\
13399 /' >Cppsym\$\$
13400 echo "exit 1; _ _ _" >>Cppsym\$\$
13401 $cppstdin $cppminus <Cppsym\$\$ | $grep '^exit [01]; _ _'  >Cppsym2\$\$
13402 case "\$list" in
13403 true) $awk 'NF > 5 {print substr(\$6,2,100)}' <Cppsym2\$\$ ;;
13404 *)
13405         sh Cppsym2\$\$
13406         status=\$?
13407         ;;
13408 esac
13409 $rm -f Cppsym\$\$ Cppsym2\$\$
13410 exit \$status
13411 EOSS
13412 chmod +x Cppsym
13413 $eunicefix Cppsym
13414 ./Cppsym -l $al | $sort | $grep -v '^$' >Cppsym.true
13415
13416 : now check the C compiler for additional symbols
13417 postprocess_cc_v=''
13418 case "$osname" in
13419 aix) postprocess_cc_v="|$tr , ' '" ;;
13420 esac
13421 $cat >ccsym <<EOS
13422 $startsh
13423 $cat >tmp.c <<EOF
13424 extern int foo;
13425 EOF
13426 for i in \`$cc -v -c tmp.c 2>&1 $postprocess_cc_v\`
13427 do
13428         case "\$i" in
13429         -D*) echo "\$i" | $sed 's/^-D//';;
13430         -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A\(.*\)(\(.*\))/\1=\2/';;
13431         esac
13432 done
13433 $rm -f try.c
13434 EOS
13435 postprocess_cc_v=''
13436 chmod +x ccsym
13437 $eunicefix ccsym
13438 ./ccsym > ccsym1.raw
13439 if $test -s ccsym1.raw; then
13440        $sort ccsym1.raw | $uniq >ccsym.raw
13441 else
13442        mv ccsym1.raw ccsym.raw
13443 fi
13444
13445 $awk '/\=/ { print $0; next }
13446         { print $0"=1" }' ccsym.raw >ccsym.list
13447 $awk '{ print $0"=1" }' Cppsym.true >ccsym.true
13448 $comm -13 ccsym.true ccsym.list >ccsym.own
13449 $comm -12 ccsym.true ccsym.list >ccsym.com
13450 $comm -23 ccsym.true ccsym.list >ccsym.cpp
13451 also=''
13452 if $test -z ccsym.raw; then
13453         echo "Your C compiler doesn't seem to define any symbols!" >&4
13454         echo " "
13455         echo "However, your C preprocessor defines the following symbols:"
13456         $cat Cppsym.true
13457         ccsymbols=''
13458         cppsymbols=`$cat Cppsym.true`
13459         cppsymbols=`echo $cppsymbols`
13460         cppccsymbols="$cppsymbols"
13461 else
13462         if $test -s ccsym.com; then
13463                 echo "Your C compiler and pre-processor define these symbols:"
13464                 $sed -e 's/\(.*\)=.*/\1/' ccsym.com
13465                 also='also '
13466                 symbols='ones'
13467                 cppccsymbols=`$cat ccsym.com`
13468                 cppccsymbols=`echo $cppccsymbols`
13469                 $test "$silent" || sleep 1
13470         fi
13471         if $test -s ccsym.cpp; then
13472                 $test "$also" && echo " "
13473                 echo "Your C pre-processor ${also}defines the following symbols:"
13474                 $sed -e 's/\(.*\)=.*/\1/' ccsym.cpp
13475                 also='further '
13476                 cppsymbols=`$cat ccsym.cpp`
13477                 cppsymbols=`echo $cppsymbols`
13478                 $test "$silent" || sleep 1
13479         fi
13480         if $test -s ccsym.own; then
13481                 $test "$also" && echo " "
13482                 echo "Your C compiler ${also}defines the following cpp symbols:"
13483                 $sed -e 's/\(.*\)=1/\1/' ccsym.own
13484                 $sed -e 's/\(.*\)=.*/\1/' ccsym.own | $uniq >>Cppsym.true
13485                 ccsymbols=`$cat ccsym.own`
13486                 ccsymbols=`echo $ccsymbols`
13487                 $test "$silent" || sleep 1
13488         fi
13489 fi
13490 $rm -f ccsym*
13491
13492 : see if this is a termio system
13493 val="$undef"
13494 val2="$undef"
13495 val3="$undef"
13496 if $test `./findhdr termios.h`; then
13497         set tcsetattr i_termios
13498         eval $inlibc
13499         val3="$i_termios"
13500 fi
13501 echo " "
13502 case "$val3" in
13503 "$define") echo "You have POSIX termios.h... good!" >&4;;
13504 *) if ./Cppsym pyr; then
13505                 case "`/bin/universe`" in
13506                 ucb) if $test `./findhdr sgtty.h`; then
13507                                 val2="$define"
13508                                 echo "<sgtty.h> found." >&4
13509                         else
13510                                 echo "System is pyramid with BSD universe."
13511                                 echo "<sgtty.h> not found--you could have problems." >&4
13512                         fi;;
13513                 *) if $test `./findhdr termio.h`; then
13514                                 val="$define"
13515                                 echo "<termio.h> found." >&4
13516                         else
13517                                 echo "System is pyramid with USG universe."
13518                                 echo "<termio.h> not found--you could have problems." >&4
13519                         fi;;
13520                 esac
13521         elif ./usg; then
13522                 if $test `./findhdr termio.h`; then
13523                         echo "<termio.h> found." >&4
13524                         val="$define"
13525                 elif $test `./findhdr sgtty.h`; then
13526                         echo "<sgtty.h> found." >&4
13527                         val2="$define"
13528                 else
13529 echo "Neither <termio.h> nor <sgtty.h> found--you could have problems." >&4
13530                 fi
13531         else
13532                 if $test `./findhdr sgtty.h`; then
13533                         echo "<sgtty.h> found." >&4
13534                         val2="$define"
13535                 elif $test `./findhdr termio.h`; then
13536                         echo "<termio.h> found." >&4
13537                         val="$define"
13538                 else
13539 echo "Neither <sgtty.h> nor <termio.h> found--you could have problems." >&4
13540                 fi
13541         fi;;
13542 esac
13543 set i_termio; eval $setvar
13544 val=$val2; set i_sgtty; eval $setvar
13545 val=$val3; set i_termios; eval $setvar
13546
13547 : see if this is a shadow.h system
13548 set shadow.h i_shadow
13549 eval $inhdr
13550
13551 : see if this is a socks.h system
13552 set socks.h i_socks
13553 eval $inhdr
13554
13555 : see if stdarg is available
13556 echo " "
13557 if $test `./findhdr stdarg.h`; then
13558         echo "<stdarg.h> found." >&4
13559         valstd="$define"
13560 else
13561         echo "<stdarg.h> NOT found." >&4
13562         valstd="$undef"
13563 fi
13564
13565 : see if varags is available
13566 echo " "
13567 if $test `./findhdr varargs.h`; then
13568         echo "<varargs.h> found." >&4
13569 else
13570         echo "<varargs.h> NOT found, but that's ok (I hope)." >&4
13571 fi
13572
13573 : set up the varargs testing programs
13574 $cat > varargs.c <<EOP
13575 #ifdef I_STDARG
13576 #include <stdarg.h>
13577 #endif
13578 #ifdef I_VARARGS
13579 #include <varargs.h>
13580 #endif
13581
13582 #ifdef I_STDARG
13583 int f(char *p, ...)
13584 #else
13585 int f(va_alist)
13586 va_dcl
13587 #endif
13588 {
13589         va_list ap;
13590 #ifndef I_STDARG
13591         char *p;
13592 #endif
13593 #ifdef I_STDARG
13594         va_start(ap,p);
13595 #else
13596         va_start(ap);
13597         p = va_arg(ap, char *);
13598 #endif
13599         va_end(ap);
13600 }
13601 EOP
13602 $cat > varargs <<EOP
13603 $startsh
13604 if $cc -c $ccflags -D\$1 varargs.c >/dev/null 2>&1; then
13605         echo "true"
13606 else
13607         echo "false"
13608 fi
13609 $rm -f varargs$_o
13610 EOP
13611 chmod +x varargs
13612
13613 : now check which varargs header should be included
13614 echo " "
13615 i_varhdr=''
13616 case "$valstd" in
13617 "$define")
13618         if `./varargs I_STDARG`; then
13619                 val='stdarg.h'
13620         elif `./varargs I_VARARGS`; then
13621                 val='varargs.h'
13622         fi
13623         ;;
13624 *)
13625         if `./varargs I_VARARGS`; then
13626                 val='varargs.h'
13627         fi
13628         ;;
13629 esac
13630 case "$val" in
13631 '')
13632 echo "I could not find the definition for va_dcl... You have problems..." >&4
13633         val="$undef"; set i_stdarg; eval $setvar
13634         val="$undef"; set i_varargs; eval $setvar
13635         ;;
13636 *) 
13637         set i_varhdr
13638         eval $setvar
13639         case "$i_varhdr" in
13640         stdarg.h)
13641                 val="$define"; set i_stdarg; eval $setvar
13642                 val="$undef"; set i_varargs; eval $setvar
13643                 ;;
13644         varargs.h)
13645                 val="$undef"; set i_stdarg; eval $setvar
13646                 val="$define"; set i_varargs; eval $setvar
13647                 ;;
13648         esac
13649         echo "We'll include <$i_varhdr> to get va_dcl definition." >&4;;
13650 esac
13651 $rm -f varargs*
13652
13653 : see if stddef is available
13654 set stddef.h i_stddef
13655 eval $inhdr
13656
13657 : see if sys/access.h is available
13658 set sys/access.h i_sysaccess
13659 eval $inhdr
13660
13661 : see if ioctl defs are in sgtty, termio, sys/filio or sys/ioctl
13662 set sys/filio.h i_sysfilio
13663 eval $inhdr
13664 echo " "
13665 if $test `./findhdr sys/ioctl.h`; then
13666         val="$define"
13667         echo '<sys/ioctl.h> found.' >&4
13668 else
13669         val="$undef"
13670         if $test $i_sysfilio = "$define"; then
13671             echo '<sys/ioctl.h> NOT found.' >&4
13672         else
13673                 $test $i_sgtty = "$define" && xxx="sgtty.h"
13674                 $test $i_termio = "$define" && xxx="termio.h"
13675                 $test $i_termios = "$define" && xxx="termios.h"
13676 echo "No <sys/ioctl.h> found, assuming ioctl args are defined in <$xxx>." >&4
13677         fi
13678 fi
13679 set i_sysioctl
13680 eval $setvar
13681
13682 : see if sys/resource.h has to be included
13683 set sys/resource.h i_sysresrc
13684 eval $inhdr
13685
13686 : see if sys/security.h is available
13687 set sys/security.h i_syssecrt
13688 eval $inhdr
13689
13690 : see if this is a sys/statvfs.h system
13691 set sys/statvfs.h i_sysstatvfs
13692 eval $inhdr
13693
13694 : see if this is a sys/uio.h system
13695 set sys/uio.h i_sysuio
13696 eval $inhdr
13697
13698 : see if this is a sys/un.h system
13699 set sys/un.h i_sysun
13700 eval $inhdr
13701
13702 : see if this is a syswait system
13703 set sys/wait.h i_syswait
13704 eval $inhdr
13705
13706 : see if this is a ustat.h system
13707 set ustat.h i_ustat
13708 eval $inhdr
13709
13710 : see if this is an utime system
13711 set utime.h i_utime
13712 eval $inhdr
13713
13714 : see if this is a values.h system
13715 set values.h i_values
13716 eval $inhdr
13717
13718 : see if this is a vfork system
13719 case "$d_vfork" in
13720 "$define")
13721         set vfork.h i_vfork
13722         eval $inhdr
13723         ;;
13724 *)
13725         i_vfork="$undef"
13726         ;;
13727 esac
13728
13729 : see if gdbm.h is available
13730 set gdbm.h t_gdbm
13731 eval $inhdr
13732 case "$t_gdbm" in
13733 $define)
13734         : see if gdbm_open exists
13735         set gdbm_open d_gdbm_open
13736         eval $inlibc
13737         case "$d_gdbm_open" in
13738         $undef)
13739                 t_gdbm="$undef"
13740                 echo "We won't be including <gdbm.h>"
13741                 ;;
13742         esac
13743         ;;
13744 esac
13745 val="$t_gdbm"
13746 set i_gdbm
13747 eval $setvar
13748
13749 echo " "
13750 echo "Looking for extensions..." >&4
13751 : If we are using the old config.sh, known_extensions may contain
13752 : old or inaccurate or duplicate values.
13753 known_extensions=''
13754 nonxs_extensions=''
13755 : We do not use find because it might not be available.
13756 : We do not just use MANIFEST because the user may have dropped
13757 : some additional extensions into the source tree and expect them
13758 : to be built.
13759
13760 : Function to recursively find available extensions, ignoring DynaLoader
13761 : NOTE: recursion limit of 10 to prevent runaway in case of symlink madness
13762 find_extensions='
13763     for xxx in *; do
13764        case "$xxx" in
13765            DynaLoader|dynaload) ;;
13766            *)
13767            if $test -f $xxx/$xxx.xs; then
13768                known_extensions="$known_extensions $1$xxx";
13769            elif $test -f $xxx/Makefile.PL; then
13770                nonxs_extensions="$nonxs_extensions $1$xxx";
13771            else
13772                if $test -d $xxx -a $# -lt 10; then
13773                    set $1$xxx/ $*;
13774                    cd $xxx;
13775                    eval $find_extensions;
13776                    cd ..;
13777                    shift;
13778                fi;
13779            fi
13780            ;;
13781        esac;
13782     done'
13783 tdir=`pwd`
13784 cd $rsrc/ext
13785 set X
13786 shift
13787 eval $find_extensions
13788 set X $nonxs_extensions
13789 shift
13790 nonxs_extensions="$*"
13791 set X $known_extensions
13792 shift
13793 known_extensions="$*"
13794 cd $tdir
13795
13796 : Now see which are supported on this system.
13797 avail_ext=''
13798 for xxx in $known_extensions ; do
13799         case "$xxx" in
13800         DB_File|db_file)
13801                 case "$i_db" in
13802                 $define) avail_ext="$avail_ext $xxx" ;;
13803                 esac
13804                 ;;
13805         GDBM_File|gdbm_fil)
13806                 case "$i_gdbm" in 
13807                 $define) avail_ext="$avail_ext $xxx" ;;
13808                 esac
13809                 ;;
13810         NDBM_File|ndbm_fil)
13811                 case "$i_ndbm" in
13812                 $define) avail_ext="$avail_ext $xxx" ;;
13813                 esac
13814                 ;;
13815         ODBM_File|odbm_fil) 
13816                 case "${i_dbm}${i_rpcsvcdbm}" in
13817                 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
13818                 esac
13819                 ;;
13820         POSIX|posix)
13821                 case "$useposix" in
13822                 true|define|y) avail_ext="$avail_ext $xxx" ;;
13823                 esac
13824                 ;;
13825         Opcode|opcode)
13826                 case "$useopcode" in
13827                 true|define|y) avail_ext="$avail_ext $xxx" ;;
13828                 esac
13829                 ;;
13830         Socket|socket)
13831                 case "$d_socket" in 
13832                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
13833                 esac
13834                 ;;
13835         Thread|thread)
13836                 case "$usethreads" in 
13837                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
13838                 esac
13839                 ;;
13840         IPC/SysV|ipc/sysv)
13841                 : XXX Do we need a useipcsysv variable here
13842                 case "${d_msg}${d_sem}${d_shm}" in 
13843                 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
13844                 esac
13845                 ;;
13846         *)      avail_ext="$avail_ext $xxx"
13847                 ;;
13848         esac
13849 done
13850
13851 set X $avail_ext
13852 shift
13853 avail_ext="$*"
13854
13855 : Now see which nonxs extensions are supported on this system.
13856 : For now assume all are.
13857 nonxs_ext=''
13858 for xxx in $nonxs_extensions ; do
13859         case "$xxx" in
13860         *)      nonxs_ext="$nonxs_ext $xxx"
13861                 ;;
13862         esac
13863 done
13864
13865 set X $nonxs_ext
13866 shift
13867 nonxs_ext="$*"
13868
13869 case $usedl in
13870 $define)
13871         $cat <<EOM
13872 A number of extensions are supplied with $package.  You may choose to
13873 compile these extensions for dynamic loading (the default), compile
13874 them into the $package executable (static loading), or not include
13875 them at all.  Answer "none" to include no extensions.
13876 Note that DynaLoader is always built and need not be mentioned here.
13877
13878 EOM
13879         case "$dynamic_ext" in
13880         '') dflt="$avail_ext" ;;
13881         *)      dflt="$dynamic_ext"
13882                 # Perhaps we are reusing an old out-of-date config.sh.
13883                 case "$hint" in
13884                 previous)
13885                         if test X"$dynamic_ext" != X"$avail_ext"; then
13886                                 $cat <<EOM
13887 NOTICE:  Your previous config.sh list may be incorrect. 
13888 The extensions now available to you are 
13889         ${avail_ext}
13890 but the default list from your previous config.sh is
13891         ${dynamic_ext} 
13892
13893 EOM
13894                         fi
13895                         ;;
13896                 esac
13897                 ;;
13898         esac
13899         case "$dflt" in
13900         '')     dflt=none;;
13901         esac
13902         rp="What extensions do you wish to load dynamically?"
13903         . ./myread
13904         case "$ans" in
13905         none) dynamic_ext=' ' ;;
13906         *) dynamic_ext="$ans" ;;
13907         esac
13908
13909         case "$static_ext" in
13910         '')
13911                 : Exclude those already listed in dynamic linking
13912                 dflt=''
13913                 for xxx in $avail_ext; do
13914                         case " $dynamic_ext " in
13915                         *" $xxx "*) ;;
13916                         *) dflt="$dflt $xxx" ;;
13917                         esac
13918                 done
13919                 set X $dflt
13920                 shift
13921                 dflt="$*"
13922                 ;;
13923         *)  dflt="$static_ext" 
13924                 ;;
13925         esac
13926
13927         case "$dflt" in
13928         '')     dflt=none;;
13929         esac
13930         rp="What extensions do you wish to load statically?"
13931         . ./myread
13932         case "$ans" in
13933         none) static_ext=' ' ;;
13934         *) static_ext="$ans" ;;
13935         esac
13936         ;;
13937 *)
13938         $cat <<EOM
13939 A number of extensions are supplied with $package.  Answer "none" 
13940 to include no extensions. 
13941 Note that DynaLoader is always built and need not be mentioned here.
13942
13943 EOM
13944         case "$static_ext" in
13945         '') dflt="$avail_ext" ;;
13946         *)      dflt="$static_ext"
13947                 # Perhaps we are reusing an old out-of-date config.sh.
13948                 case "$hint" in
13949                 previous)
13950                         if test X"$static_ext" != X"$avail_ext"; then
13951                                 $cat <<EOM
13952 NOTICE:  Your previous config.sh list may be incorrect. 
13953 The extensions now available to you are 
13954         ${avail_ext}
13955 but the default list from your previous config.sh is
13956         ${static_ext} 
13957
13958 EOM
13959                         fi
13960                         ;;
13961                 esac
13962                 ;;
13963         esac
13964         : Exclude those that are not xs extensions
13965         case "$dflt" in
13966         '')     dflt=none;;
13967         esac
13968         rp="What extensions do you wish to include?"
13969         . ./myread
13970         case "$ans" in
13971         none) static_ext=' ' ;;
13972         *) static_ext="$ans" ;;
13973         esac
13974         ;;
13975 esac
13976
13977 set X $dynamic_ext $static_ext $nonxs_ext
13978 shift
13979 extensions="$*"
13980
13981 : Remove build directory name from cppstdin so it can be used from
13982 : either the present location or the final installed location.
13983 echo " "
13984 : Get out of the UU directory to get correct path name.
13985 cd ..
13986 case "$cppstdin" in
13987 `pwd`/cppstdin)
13988         echo "Stripping down cppstdin path name"
13989         cppstdin=cppstdin
13990         ;;
13991 esac
13992 cd UU
13993
13994 : end of configuration questions
13995 echo " "
13996 echo "End of configuration questions."
13997 echo " "
13998
13999 : back to where it started
14000 if test -d ../UU; then
14001         cd ..
14002 fi
14003
14004 : configuration may be patched via a 'config.over' file
14005 if $test -f config.over; then
14006         echo " "
14007         dflt=y
14008         rp='I see a config.over file.  Do you wish to load it?'
14009         . UU/myread
14010         case "$ans" in
14011         n*) echo "OK, I'll ignore it.";;
14012         *)      . ./config.over
14013                 echo "Configuration override changes have been loaded."
14014                 ;;
14015         esac
14016 fi
14017
14018 : in case they want portability, strip down executable paths
14019 case "$d_portable" in
14020 "$define")
14021         echo " "
14022         echo "Stripping down executable paths..." >&4
14023         for file in $loclist $trylist; do
14024                 eval temp=\$$file
14025                 eval $file=`basename $temp`
14026         done
14027         ;;
14028 esac
14029
14030 : create config.sh file
14031 echo " "
14032 echo "Creating config.sh..." >&4
14033 $spitshell <<EOT >config.sh
14034 $startsh
14035 #
14036 # This file was produced by running the Configure script. It holds all the
14037 # definitions figured out by Configure. Should you modify one of these values,
14038 # do not forget to propagate your changes by running "Configure -der". You may
14039 # instead choose to run each of the .SH files by yourself, or "Configure -S".
14040 #
14041
14042 # Package name      : $package
14043 # Source directory  : $src
14044 # Configuration time: $cf_time
14045 # Configured by     : $cf_by
14046 # Target system     : $myuname
14047
14048 Author='$Author'
14049 Date='$Date'
14050 Header='$Header'
14051 Id='$Id'
14052 Locker='$Locker'
14053 Log='$Log'
14054 Mcc='$Mcc'
14055 RCSfile='$RCSfile'
14056 Revision='$Revision'
14057 Source='$Source'
14058 State='$State'
14059 _a='$_a'
14060 _exe='$_exe'
14061 _o='$_o'
14062 afs='$afs'
14063 alignbytes='$alignbytes'
14064 ansi2knr='$ansi2knr'
14065 aphostname='$aphostname'
14066 apiversion='$apiversion'
14067 ar='$ar'
14068 archlib='$archlib'
14069 archlibexp='$archlibexp'
14070 archname64='$archname64'
14071 archname='$archname'
14072 archobjs='$archobjs'
14073 awk='$awk'
14074 baserev='$baserev'
14075 bash='$bash'
14076 bin='$bin'
14077 bincompat5005='$bincompat5005'
14078 binexp='$binexp'
14079 bison='$bison'
14080 byacc='$byacc'
14081 byteorder='$byteorder'
14082 c='$c'
14083 castflags='$castflags'
14084 cat='$cat'
14085 cc='$cc'
14086 cccdlflags='$cccdlflags'
14087 ccdlflags='$ccdlflags'
14088 ccflags='$ccflags'
14089 ccsymbols='$ccsymbols'
14090 cf_by='$cf_by'
14091 cf_email='$cf_email'
14092 cf_time='$cf_time'
14093 charsize='$charsize'
14094 chgrp='$chgrp'
14095 chmod='$chmod'
14096 chown='$chown'
14097 clocktype='$clocktype'
14098 comm='$comm'
14099 compress='$compress'
14100 contains='$contains'
14101 cp='$cp'
14102 cpio='$cpio'
14103 cpp='$cpp'
14104 cpp_stuff='$cpp_stuff'
14105 cppccsymbols='$cppccsymbols'
14106 cppflags='$cppflags'
14107 cpplast='$cpplast'
14108 cppminus='$cppminus'
14109 cpprun='$cpprun'
14110 cppstdin='$cppstdin'
14111 cppsymbols='$cppsymbols'
14112 crosscompile='$crosscompile'
14113 cryptlib='$cryptlib'
14114 csh='$csh'
14115 d_Gconvert='$d_Gconvert'
14116 d_PRIEldbl='$d_PRIEldbl'
14117 d_PRIFldbl='$d_PRIFldbl'
14118 d_PRIGldbl='$d_PRIGldbl'
14119 d_PRIX64='$d_PRIX64'
14120 d_PRId64='$d_PRId64'
14121 d_PRIeldbl='$d_PRIeldbl'
14122 d_PRIfldbl='$d_PRIfldbl'
14123 d_PRIgldbl='$d_PRIgldbl'
14124 d_PRIi64='$d_PRIi64'
14125 d_PRIo64='$d_PRIo64'
14126 d_PRIu64='$d_PRIu64'
14127 d_PRIx64='$d_PRIx64'
14128 d_access='$d_access'
14129 d_accessx='$d_accessx'
14130 d_alarm='$d_alarm'
14131 d_archlib='$d_archlib'
14132 d_atolf='$d_atolf'
14133 d_atoll='$d_atoll'
14134 d_attribut='$d_attribut'
14135 d_bcmp='$d_bcmp'
14136 d_bcopy='$d_bcopy'
14137 d_bincompat5005='$d_bincompat5005'
14138 d_bsd='$d_bsd'
14139 d_bsdgetpgrp='$d_bsdgetpgrp'
14140 d_bsdsetpgrp='$d_bsdsetpgrp'
14141 d_bzero='$d_bzero'
14142 d_casti32='$d_casti32'
14143 d_castneg='$d_castneg'
14144 d_charvspr='$d_charvspr'
14145 d_chown='$d_chown'
14146 d_chroot='$d_chroot'
14147 d_chsize='$d_chsize'
14148 d_closedir='$d_closedir'
14149 d_const='$d_const'
14150 d_crypt='$d_crypt'
14151 d_csh='$d_csh'
14152 d_cuserid='$d_cuserid'
14153 d_dbl_dig='$d_dbl_dig'
14154 d_difftime='$d_difftime'
14155 d_dirnamlen='$d_dirnamlen'
14156 d_dlerror='$d_dlerror'
14157 d_dlopen='$d_dlopen'
14158 d_dlsymun='$d_dlsymun'
14159 d_dosuid='$d_dosuid'
14160 d_drand48proto='$d_drand48proto'
14161 d_dup2='$d_dup2'
14162 d_eaccess='$d_eaccess'
14163 d_endgrent='$d_endgrent'
14164 d_endhent='$d_endhent'
14165 d_endnent='$d_endnent'
14166 d_endpent='$d_endpent'
14167 d_endpwent='$d_endpwent'
14168 d_endsent='$d_endsent'
14169 d_endspent='$d_endspent'
14170 d_eofnblk='$d_eofnblk'
14171 d_eunice='$d_eunice'
14172 d_fchmod='$d_fchmod'
14173 d_fchown='$d_fchown'
14174 d_fcntl='$d_fcntl'
14175 d_fd_macros='$d_fd_macros'
14176 d_fd_set='$d_fd_set'
14177 d_fds_bits='$d_fds_bits'
14178 d_fgetpos='$d_fgetpos'
14179 d_flexfnam='$d_flexfnam'
14180 d_flock='$d_flock'
14181 d_fork='$d_fork'
14182 d_fpathconf='$d_fpathconf'
14183 d_fpos64_t='$d_fpos64_t'
14184 d_fs_data_s='$d_fs_data_s'
14185 d_fseeko='$d_fseeko'
14186 d_fsetpos='$d_fsetpos'
14187 d_fstatfs='$d_fstatfs'
14188 d_fstatvfs='$d_fstatvfs'
14189 d_ftello='$d_ftello'
14190 d_ftime='$d_ftime'
14191 d_getgrent='$d_getgrent'
14192 d_getgrps='$d_getgrps'
14193 d_gethbyaddr='$d_gethbyaddr'
14194 d_gethbyname='$d_gethbyname'
14195 d_gethent='$d_gethent'
14196 d_gethname='$d_gethname'
14197 d_gethostprotos='$d_gethostprotos'
14198 d_getlogin='$d_getlogin'
14199 d_getmnt='$d_getmnt'
14200 d_getmntent='$d_getmntent'
14201 d_getnbyaddr='$d_getnbyaddr'
14202 d_getnbyname='$d_getnbyname'
14203 d_getnent='$d_getnent'
14204 d_getnetprotos='$d_getnetprotos'
14205 d_getpbyname='$d_getpbyname'
14206 d_getpbynumber='$d_getpbynumber'
14207 d_getpent='$d_getpent'
14208 d_getpgid='$d_getpgid'
14209 d_getpgrp2='$d_getpgrp2'
14210 d_getpgrp='$d_getpgrp'
14211 d_getppid='$d_getppid'
14212 d_getprior='$d_getprior'
14213 d_getprotoprotos='$d_getprotoprotos'
14214 d_getpwent='$d_getpwent'
14215 d_getsbyname='$d_getsbyname'
14216 d_getsbyport='$d_getsbyport'
14217 d_getsent='$d_getsent'
14218 d_getservprotos='$d_getservprotos'
14219 d_getspent='$d_getspent'
14220 d_getspnam='$d_getspnam'
14221 d_gettimeod='$d_gettimeod'
14222 d_gnulibc='$d_gnulibc'
14223 d_grpasswd='$d_grpasswd'
14224 d_hasmntopt='$d_hasmntopt'
14225 d_htonl='$d_htonl'
14226 d_index='$d_index'
14227 d_inetaton='$d_inetaton'
14228 d_int64t='$d_int64t'
14229 d_isascii='$d_isascii'
14230 d_killpg='$d_killpg'
14231 d_lchown='$d_lchown'
14232 d_ldbl_dig='$d_ldbl_dig'
14233 d_link='$d_link'
14234 d_locconv='$d_locconv'
14235 d_lockf='$d_lockf'
14236 d_longdbl='$d_longdbl'
14237 d_longlong='$d_longlong'
14238 d_lstat='$d_lstat'
14239 d_mblen='$d_mblen'
14240 d_mbstowcs='$d_mbstowcs'
14241 d_mbtowc='$d_mbtowc'
14242 d_memchr='$d_memchr'
14243 d_memcmp='$d_memcmp'
14244 d_memcpy='$d_memcpy'
14245 d_memmove='$d_memmove'
14246 d_memset='$d_memset'
14247 d_mkdir='$d_mkdir'
14248 d_mkfifo='$d_mkfifo'
14249 d_mktime='$d_mktime'
14250 d_msg='$d_msg'
14251 d_msg_ctrunc='$d_msg_ctrunc'
14252 d_msg_dontroute='$d_msg_dontroute'
14253 d_msg_oob='$d_msg_oob'
14254 d_msg_peek='$d_msg_peek'
14255 d_msg_proxy='$d_msg_proxy'
14256 d_msgctl='$d_msgctl'
14257 d_msgget='$d_msgget'
14258 d_msgrcv='$d_msgrcv'
14259 d_msgsnd='$d_msgsnd'
14260 d_mymalloc='$d_mymalloc'
14261 d_nice='$d_nice'
14262 d_off64_t='$d_off64_t'
14263 d_old_pthread_create_joinable='$d_old_pthread_create_joinable'
14264 d_oldpthreads='$d_oldpthreads'
14265 d_oldsock='$d_oldsock'
14266 d_open3='$d_open3'
14267 d_pathconf='$d_pathconf'
14268 d_pause='$d_pause'
14269 d_phostname='$d_phostname'
14270 d_pipe='$d_pipe'
14271 d_poll='$d_poll'
14272 d_portable='$d_portable'
14273 d_pthread_yield='$d_pthread_yield'
14274 d_pwage='$d_pwage'
14275 d_pwchange='$d_pwchange'
14276 d_pwclass='$d_pwclass'
14277 d_pwcomment='$d_pwcomment'
14278 d_pwexpire='$d_pwexpire'
14279 d_pwgecos='$d_pwgecos'
14280 d_pwpasswd='$d_pwpasswd'
14281 d_pwquota='$d_pwquota'
14282 d_quad='$d_quad'
14283 d_readdir='$d_readdir'
14284 d_readlink='$d_readlink'
14285 d_rename='$d_rename'
14286 d_rewinddir='$d_rewinddir'
14287 d_rmdir='$d_rmdir'
14288 d_safebcpy='$d_safebcpy'
14289 d_safemcpy='$d_safemcpy'
14290 d_sanemcmp='$d_sanemcmp'
14291 d_sched_yield='$d_sched_yield'
14292 d_scm_rights='$d_scm_rights'
14293 d_seekdir='$d_seekdir'
14294 d_select='$d_select'
14295 d_sem='$d_sem'
14296 d_semctl='$d_semctl'
14297 d_semctl_semid_ds='$d_semctl_semid_ds'
14298 d_semctl_semun='$d_semctl_semun'
14299 d_semget='$d_semget'
14300 d_semop='$d_semop'
14301 d_setegid='$d_setegid'
14302 d_seteuid='$d_seteuid'
14303 d_setgrent='$d_setgrent'
14304 d_setgrps='$d_setgrps'
14305 d_sethent='$d_sethent'
14306 d_setlinebuf='$d_setlinebuf'
14307 d_setlocale='$d_setlocale'
14308 d_setnent='$d_setnent'
14309 d_setpent='$d_setpent'
14310 d_setpgid='$d_setpgid'
14311 d_setpgrp2='$d_setpgrp2'
14312 d_setpgrp='$d_setpgrp'
14313 d_setprior='$d_setprior'
14314 d_setpwent='$d_setpwent'
14315 d_setregid='$d_setregid'
14316 d_setresgid='$d_setresgid'
14317 d_setresuid='$d_setresuid'
14318 d_setreuid='$d_setreuid'
14319 d_setrgid='$d_setrgid'
14320 d_setruid='$d_setruid'
14321 d_setsent='$d_setsent'
14322 d_setsid='$d_setsid'
14323 d_setspent='$d_setspent'
14324 d_setvbuf='$d_setvbuf'
14325 d_sfio='$d_sfio'
14326 d_shm='$d_shm'
14327 d_shmat='$d_shmat'
14328 d_shmatprototype='$d_shmatprototype'
14329 d_shmctl='$d_shmctl'
14330 d_shmdt='$d_shmdt'
14331 d_shmget='$d_shmget'
14332 d_sigaction='$d_sigaction'
14333 d_sigsetjmp='$d_sigsetjmp'
14334 d_socket='$d_socket'
14335 d_sockpair='$d_sockpair'
14336 d_sqrtl='$d_sqrtl'
14337 d_statblks='$d_statblks'
14338 d_statfs_f_flags='$d_statfs_f_flags'
14339 d_statfs_s='$d_statfs_s'
14340 d_statvfs='$d_statvfs'
14341 d_stdio_cnt_lval='$d_stdio_cnt_lval'
14342 d_stdio_ptr_lval='$d_stdio_ptr_lval'
14343 d_stdio_stream_array='$d_stdio_stream_array'
14344 d_stdiobase='$d_stdiobase'
14345 d_stdstdio='$d_stdstdio'
14346 d_strchr='$d_strchr'
14347 d_strcoll='$d_strcoll'
14348 d_strctcpy='$d_strctcpy'
14349 d_strerrm='$d_strerrm'
14350 d_strerror='$d_strerror'
14351 d_strtod='$d_strtod'
14352 d_strtol='$d_strtol'
14353 d_strtoul='$d_strtoul'
14354 d_strtoull='$d_strtoull'
14355 d_strxfrm='$d_strxfrm'
14356 d_suidsafe='$d_suidsafe'
14357 d_symlink='$d_symlink'
14358 d_syscall='$d_syscall'
14359 d_sysconf='$d_sysconf'
14360 d_sysernlst='$d_sysernlst'
14361 d_syserrlst='$d_syserrlst'
14362 d_system='$d_system'
14363 d_tcgetpgrp='$d_tcgetpgrp'
14364 d_tcsetpgrp='$d_tcsetpgrp'
14365 d_telldir='$d_telldir'
14366 d_telldirproto='$d_telldirproto'
14367 d_time='$d_time'
14368 d_times='$d_times'
14369 d_truncate='$d_truncate'
14370 d_tzname='$d_tzname'
14371 d_umask='$d_umask'
14372 d_uname='$d_uname'
14373 d_union_semun='$d_union_semun'
14374 d_ustat='$d_ustat'
14375 d_vendorbin='$d_vendorbin'
14376 d_vendorlib='$d_vendorlib'
14377 d_vfork='$d_vfork'
14378 d_void_closedir='$d_void_closedir'
14379 d_voidsig='$d_voidsig'
14380 d_voidtty='$d_voidtty'
14381 d_volatile='$d_volatile'
14382 d_vprintf='$d_vprintf'
14383 d_wait4='$d_wait4'
14384 d_waitpid='$d_waitpid'
14385 d_wcstombs='$d_wcstombs'
14386 d_wctomb='$d_wctomb'
14387 d_xenix='$d_xenix'
14388 date='$date'
14389 db_hashtype='$db_hashtype'
14390 db_prefixtype='$db_prefixtype'
14391 defvoidused='$defvoidused'
14392 direntrytype='$direntrytype'
14393 dlext='$dlext'
14394 dlsrc='$dlsrc'
14395 doublesize='$doublesize'
14396 drand01='$drand01'
14397 dynamic_ext='$dynamic_ext'
14398 eagain='$eagain'
14399 ebcdic='$ebcdic'
14400 echo='$echo'
14401 egrep='$egrep'
14402 emacs='$emacs'
14403 eunicefix='$eunicefix'
14404 exe_ext='$exe_ext'
14405 expr='$expr'
14406 extensions='$extensions'
14407 fflushNULL='$fflushNULL'
14408 fflushall='$fflushall'
14409 find='$find'
14410 firstmakefile='$firstmakefile'
14411 flex='$flex'
14412 fpossize='$fpossize'
14413 fpostype='$fpostype'
14414 freetype='$freetype'
14415 full_ar='$full_ar'
14416 full_csh='$full_csh'
14417 full_sed='$full_sed'
14418 gccversion='$gccversion'
14419 gidformat='$gidformat'
14420 gidsign='$gidsign'
14421 gidsize='$gidsize'
14422 gidtype='$gidtype'
14423 glibpth='$glibpth'
14424 grep='$grep'
14425 groupcat='$groupcat'
14426 groupstype='$groupstype'
14427 gzip='$gzip'
14428 h_fcntl='$h_fcntl'
14429 h_sysfile='$h_sysfile'
14430 hint='$hint'
14431 hostcat='$hostcat'
14432 huge='$huge'
14433 i16size='$i16size'
14434 i16type='$i16type'
14435 i32size='$i32size'
14436 i32type='$i32type'
14437 i64size='$i64size'
14438 i64type='$i64type'
14439 i8size='$i8size'
14440 i8type='$i8type'
14441 i_arpainet='$i_arpainet'
14442 i_bsdioctl='$i_bsdioctl'
14443 i_db='$i_db'
14444 i_dbm='$i_dbm'
14445 i_dirent='$i_dirent'
14446 i_dld='$i_dld'
14447 i_dlfcn='$i_dlfcn'
14448 i_fcntl='$i_fcntl'
14449 i_float='$i_float'
14450 i_gdbm='$i_gdbm'
14451 i_grp='$i_grp'
14452 i_inttypes='$i_inttypes'
14453 i_limits='$i_limits'
14454 i_locale='$i_locale'
14455 i_machcthr='$i_machcthr'
14456 i_malloc='$i_malloc'
14457 i_math='$i_math'
14458 i_memory='$i_memory'
14459 i_mntent='$i_mntent'
14460 i_ndbm='$i_ndbm'
14461 i_netdb='$i_netdb'
14462 i_neterrno='$i_neterrno'
14463 i_netinettcp='$i_netinettcp'
14464 i_niin='$i_niin'
14465 i_poll='$i_poll'
14466 i_pthread='$i_pthread'
14467 i_pwd='$i_pwd'
14468 i_rpcsvcdbm='$i_rpcsvcdbm'
14469 i_sfio='$i_sfio'
14470 i_sgtty='$i_sgtty'
14471 i_shadow='$i_shadow'
14472 i_socks='$i_socks'
14473 i_stdarg='$i_stdarg'
14474 i_stddef='$i_stddef'
14475 i_stdlib='$i_stdlib'
14476 i_string='$i_string'
14477 i_sysaccess='$i_sysaccess'
14478 i_sysdir='$i_sysdir'
14479 i_sysfile='$i_sysfile'
14480 i_sysfilio='$i_sysfilio'
14481 i_sysin='$i_sysin'
14482 i_sysioctl='$i_sysioctl'
14483 i_sysmount='$i_sysmount'
14484 i_sysndir='$i_sysndir'
14485 i_sysparam='$i_sysparam'
14486 i_sysresrc='$i_sysresrc'
14487 i_syssecrt='$i_syssecrt'
14488 i_sysselct='$i_sysselct'
14489 i_syssockio='$i_syssockio'
14490 i_sysstat='$i_sysstat'
14491 i_sysstatfs='$i_sysstatfs'
14492 i_sysstatvfs='$i_sysstatvfs'
14493 i_systime='$i_systime'
14494 i_systimek='$i_systimek'
14495 i_systimes='$i_systimes'
14496 i_systypes='$i_systypes'
14497 i_sysuio='$i_sysuio'
14498 i_sysun='$i_sysun'
14499 i_sysvfs='$i_sysvfs'
14500 i_syswait='$i_syswait'
14501 i_termio='$i_termio'
14502 i_termios='$i_termios'
14503 i_time='$i_time'
14504 i_unistd='$i_unistd'
14505 i_ustat='$i_ustat'
14506 i_utime='$i_utime'
14507 i_values='$i_values'
14508 i_varargs='$i_varargs'
14509 i_varhdr='$i_varhdr'
14510 i_vfork='$i_vfork'
14511 ignore_versioned_solibs='$ignore_versioned_solibs'
14512 incpath='$incpath'
14513 inews='$inews'
14514 installarchlib='$installarchlib'
14515 installbin='$installbin'
14516 installman1dir='$installman1dir'
14517 installman3dir='$installman3dir'
14518 installprefix='$installprefix'
14519 installprefixexp='$installprefixexp'
14520 installprivlib='$installprivlib'
14521 installscript='$installscript'
14522 installsitearch='$installsitearch'
14523 installsitebin='$installsitebin'
14524 installsitelib='$installsitelib'
14525 installstyle='$installstyle'
14526 installusrbinperl='$installusrbinperl'
14527 installvendorbin='$installvendorbin'
14528 installvendorlib='$installvendorlib'
14529 intsize='$intsize'
14530 ivdformat='$ivdformat'
14531 ivsize='$ivsize'
14532 ivtype='$ivtype'
14533 known_extensions='$known_extensions'
14534 ksh='$ksh'
14535 large='$large'
14536 ld='$ld'
14537 lddlflags='$lddlflags'
14538 ldflags='$ldflags'
14539 ldlibpthname='$ldlibpthname'
14540 less='$less'
14541 lib_ext='$lib_ext'
14542 libc='$libc'
14543 libperl='$libperl'
14544 libpth='$libpth'
14545 libs='$libs'
14546 libswanted='$libswanted'
14547 line='$line'
14548 lint='$lint'
14549 lkflags='$lkflags'
14550 ln='$ln'
14551 lns='$lns'
14552 locincpth='$locincpth'
14553 loclibpth='$loclibpth'
14554 longdblsize='$longdblsize'
14555 longlongsize='$longlongsize'
14556 longsize='$longsize'
14557 lp='$lp'
14558 lpr='$lpr'
14559 ls='$ls'
14560 lseeksize='$lseeksize'
14561 lseektype='$lseektype'
14562 mail='$mail'
14563 mailx='$mailx'
14564 make='$make'
14565 make_set_make='$make_set_make'
14566 mallocobj='$mallocobj'
14567 mallocsrc='$mallocsrc'
14568 malloctype='$malloctype'
14569 man1dir='$man1dir'
14570 man1direxp='$man1direxp'
14571 man1ext='$man1ext'
14572 man3dir='$man3dir'
14573 man3direxp='$man3direxp'
14574 man3ext='$man3ext'
14575 medium='$medium'
14576 mips_type='$mips_type'
14577 mkdir='$mkdir'
14578 models='$models'
14579 modetype='$modetype'
14580 more='$more'
14581 multiarch='$multiarch'
14582 mv='$mv'
14583 myarchname='$myarchname'
14584 mydomain='$mydomain'
14585 myhostname='$myhostname'
14586 myuname='$myuname'
14587 n='$n'
14588 netdb_hlen_type='$netdb_hlen_type'
14589 netdb_host_type='$netdb_host_type'
14590 netdb_name_type='$netdb_name_type'
14591 netdb_net_type='$netdb_net_type'
14592 nm='$nm'
14593 nm_opt='$nm_opt'
14594 nm_so_opt='$nm_so_opt'
14595 nonxs_ext='$nonxs_ext'
14596 nroff='$nroff'
14597 nvsize='$nvsize'
14598 nvtype='$nvtype'
14599 o_nonblock='$o_nonblock'
14600 obj_ext='$obj_ext'
14601 old_pthread_create_joinable='$old_pthread_create_joinable'
14602 optimize='$optimize'
14603 orderlib='$orderlib'
14604 osname='$osname'
14605 osvers='$osvers'
14606 package='$package'
14607 pager='$pager'
14608 passcat='$passcat'
14609 patchlevel='$patchlevel'
14610 path_sep='$path_sep'
14611 perl='$perl'
14612 perladmin='$perladmin'
14613 perlpath='$perlpath'
14614 pg='$pg'
14615 phostname='$phostname'
14616 pidtype='$pidtype'
14617 plibpth='$plibpth'
14618 pm_apiversion='$pm_apiversion'
14619 pmake='$pmake'
14620 pr='$pr'
14621 prefix='$prefix'
14622 prefixexp='$prefixexp'
14623 privlib='$privlib'
14624 privlibexp='$privlibexp'
14625 prototype='$prototype'
14626 ptrsize='$ptrsize'
14627 quadcase='$quadcase'
14628 quadtype='$quadtype'
14629 randbits='$randbits'
14630 randfunc='$randfunc'
14631 randseedtype='$randseedtype'
14632 ranlib='$ranlib'
14633 rd_nodata='$rd_nodata'
14634 rm='$rm'
14635 rmail='$rmail'
14636 runnm='$runnm'
14637 sPRIEldbl='$sPRIEldbl'
14638 sPRIFldbl='$sPRIFldbl'
14639 sPRIGldbl='$sPRIGldbl'
14640 sPRIX64='$sPRIX64'
14641 sPRId64='$sPRId64'
14642 sPRIeldbl='$sPRIeldbl'
14643 sPRIfldbl='$sPRIfldbl'
14644 sPRIgldbl='$sPRIgldbl'
14645 sPRIi64='$sPRIi64'
14646 sPRIo64='$sPRIo64'
14647 sPRIu64='$sPRIu64'
14648 sPRIx64='$sPRIx64'
14649 sched_yield='$sched_yield'
14650 scriptdir='$scriptdir'
14651 scriptdirexp='$scriptdirexp'
14652 sed='$sed'
14653 seedfunc='$seedfunc'
14654 selectminbits='$selectminbits'
14655 selecttype='$selecttype'
14656 sendmail='$sendmail'
14657 sh='$sh'
14658 shar='$shar'
14659 sharpbang='$sharpbang'
14660 shmattype='$shmattype'
14661 shortsize='$shortsize'
14662 shrpenv='$shrpenv'
14663 shsharp='$shsharp'
14664 sig_count='$sig_count'
14665 sig_name='$sig_name'
14666 sig_name_init='$sig_name_init'
14667 sig_num='$sig_num'
14668 sig_num_init='$sig_num_init'
14669 signal_t='$signal_t'
14670 sitearch='$sitearch'
14671 sitearchexp='$sitearchexp'
14672 sitebin='$sitebin'
14673 sitebinexp='$sitebinexp'
14674 sitelib='$sitelib'
14675 sitelibexp='$sitelibexp'
14676 siteprefix='$siteprefix'
14677 siteprefixexp='$siteprefixexp'
14678 sizetype='$sizetype'
14679 sleep='$sleep'
14680 smail='$smail'
14681 small='$small'
14682 so='$so'
14683 sockethdr='$sockethdr'
14684 socketlib='$socketlib'
14685 sort='$sort'
14686 spackage='$spackage'
14687 spitshell='$spitshell'
14688 split='$split'
14689 src='$src'
14690 ssizetype='$ssizetype'
14691 startperl='$startperl'
14692 startsh='$startsh'
14693 static_ext='$static_ext'
14694 stdchar='$stdchar'
14695 stdio_base='$stdio_base'
14696 stdio_bufsiz='$stdio_bufsiz'
14697 stdio_cnt='$stdio_cnt'
14698 stdio_filbuf='$stdio_filbuf'
14699 stdio_ptr='$stdio_ptr'
14700 stdio_stream_array='$stdio_stream_array'
14701 strings='$strings'
14702 submit='$submit'
14703 subversion='$subversion'
14704 sysman='$sysman'
14705 tail='$tail'
14706 tar='$tar'
14707 tbl='$tbl'
14708 tee='$tee'
14709 test='$test'
14710 timeincl='$timeincl'
14711 timetype='$timetype'
14712 touch='$touch'
14713 tr='$tr'
14714 trnl='$trnl'
14715 troff='$troff'
14716 u16size='$u16size'
14717 u16type='$u16type'
14718 u32size='$u32size'
14719 u32type='$u32type'
14720 u64size='$u64size'
14721 u64type='$u64type'
14722 u8size='$u8size'
14723 u8type='$u8type'
14724 uidformat='$uidformat'
14725 uidsign='$uidsign'
14726 uidsize='$uidsize'
14727 uidtype='$uidtype'
14728 uname='$uname'
14729 uniq='$uniq'
14730 uquadtype='$uquadtype'
14731 use64bits='$use64bits'
14732 usedl='$usedl'
14733 uselargefiles='$uselargefiles'
14734 uselongdouble='$uselongdouble'
14735 uselonglong='$uselonglong'
14736 usemorebits='$usemorebits'
14737 usemultiplicity='$usemultiplicity'
14738 usemymalloc='$usemymalloc'
14739 usenm='$usenm'
14740 useopcode='$useopcode'
14741 useperlio='$useperlio'
14742 useposix='$useposix'
14743 usesfio='$usesfio'
14744 useshrplib='$useshrplib'
14745 usesocks='$usesocks'
14746 usethreads='$usethreads'
14747 usevendorprefix='$usevendorprefix'
14748 usevfork='$usevfork'
14749 usrinc='$usrinc'
14750 uuname='$uuname'
14751 uvoformat='$uvoformat'
14752 uvsize='$uvsize'
14753 uvtype='$uvtype'
14754 uvuformat='$uvuformat'
14755 uvxformat='$uvxformat'
14756 vendorbin='$vendorbin'
14757 vendorbinexp='$vendorbinexp'
14758 vendorlib='$vendorlib'
14759 vendorlibexp='$vendorlibexp'
14760 vendorprefix='$vendorprefix'
14761 vendorprefixexp='$vendorprefixexp'
14762 version='$version'
14763 vi='$vi'
14764 voidflags='$voidflags'
14765 xlibpth='$xlibpth'
14766 xs_apiversion='$xs_apiversion'
14767 zcat='$zcat'
14768 zip='$zip'
14769 EOT
14770
14771 : Add in command line options if available
14772 $test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
14773
14774 : add special variables
14775 $test -f $src/patchlevel.h && \
14776 awk '/^#define[         ]+PERL_/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
14777 echo "CONFIGDOTSH=true" >>config.sh
14778
14779 : propagate old symbols
14780 if $test -f UU/config.sh; then
14781         <UU/config.sh sort | uniq >UU/oldconfig.sh
14782         sed -n 's/^\([a-zA-Z_0-9]*\)=.*/\1/p' config.sh config.sh UU/oldconfig.sh |\
14783         sort | uniq -u >UU/oldsyms
14784         set X `cat UU/oldsyms`
14785         shift
14786         case $# in
14787         0) ;;
14788         *)
14789                 cat <<EOM
14790 Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
14791 EOM
14792                 echo "# Variables propagated from previous config.sh file." >>config.sh
14793                 for sym in `cat UU/oldsyms`; do
14794                         echo "    Propagating $hint variable "'$'"$sym..."
14795                         eval 'tmp="$'"${sym}"'"'
14796                         echo "$tmp" | \
14797                                 sed -e "s/'/'\"'\"'/g" -e "s/^/$sym='/" -e "s/$/'/" >>config.sh
14798                 done
14799                 ;;
14800         esac
14801 fi
14802
14803 : Finish up by extracting the .SH files
14804 case "$alldone" in
14805 exit)
14806         $rm -rf UU
14807         echo "Done."
14808         exit 0
14809         ;;
14810 cont)
14811         ;;
14812 '')
14813         dflt=''
14814         nostick=true
14815         $cat <<EOM
14816
14817 If you'd like to make any changes to the config.sh file before I begin
14818 to configure things, do it as a shell escape now (e.g. !vi config.sh).
14819
14820 EOM
14821         rp="Press return or use a shell escape to edit config.sh:"
14822         . UU/myread
14823         nostick=''
14824         case "$ans" in
14825         '') ;;
14826         *) : in case they cannot read
14827                 sh 1>&4 -c "$ans";;
14828         esac
14829         ;;
14830 esac
14831
14832 : if this fails, just run all the .SH files by hand
14833 . ./config.sh
14834
14835 echo " "
14836 exec 1>&4
14837 . ./UU/extract
14838
14839 if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
14840         dflt=y
14841         case "$silent" in
14842         true) ;;
14843         *)
14844                 $cat <<EOM
14845
14846 Now you need to generate make dependencies by running "$make depend".
14847 You might prefer to run it in background: "$make depend > makedepend.out &"
14848 It can take a while, so you might not want to run it right now.
14849
14850 EOM
14851                 ;;
14852         esac
14853         rp="Run $make depend now?"
14854         . UU/myread
14855         case "$ans" in
14856         y*)
14857                 $make depend && echo "Now you must run a $make."
14858                 ;;
14859         *)
14860                 echo "You must run '$make depend' then '$make'."
14861                 ;;
14862         esac
14863 elif test -f [Mm]akefile; then
14864         echo " "
14865         echo "Now you must run a $make."
14866 else
14867         echo "Done."
14868 fi
14869
14870 if $test -f Policy.sh; then
14871     $cat <<EOM
14872
14873 If you compile $package on a different machine or from a different object
14874 directory, copy the Policy.sh file from this object directory to the
14875 new one before you run Configure -- this will help you with most of
14876 the policy defaults.
14877
14878 EOM
14879 fi
14880 if $test -f config.msg; then
14881     echo "Hmm.  I also noted the following information while running:"
14882     echo " "
14883     $cat config.msg >&4
14884     $rm -f config.msg
14885 fi
14886 $rm -f kit*isdone ark*isdone
14887 $rm -rf UU
14888
14889 : End of Configure
14890