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