Also the $ccflags is needed for the C compiler check.
[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 Fri Oct  6 15:40:31 EET DST 2000 [metaconfig 3.0 PL70]
24 # (with additional metaconfig patches by perlbug@perl.org)
25
26 cat >/tmp/c1$$ <<EOF
27 ARGGGHHHH!!!!!
28
29 SCO csh still thinks true is false.  Write to SCO today and tell them that next
30 year Configure ought to "rm /bin/csh" unless they fix their blasted shell. :-)
31
32 (Actually, Configure ought to just patch csh in place.  Hmm.  Hmmmmm.  All
33 we'd have to do is go in and swap the && and || tokens, wherever they are.)
34
35 [End of diatribe. We now return you to your regularly scheduled programming...]
36 EOF
37 cat >/tmp/c2$$ <<EOF
38
39 OOPS!  You naughty creature!  You didn't run Configure with sh!
40 I will attempt to remedy the situation by running sh for you...
41 EOF
42
43 true || cat /tmp/c1$$ /tmp/c2$$
44 true || exec sh $0 $argv:q
45
46 (exit $?0) || cat /tmp/c2$$
47 (exit $?0) || exec sh $0 $argv:q
48 rm -f /tmp/c1$$ /tmp/c2$$
49
50 : compute my invocation name
51 me=$0
52 case "$0" in
53 */*)
54         me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
55         test "$me" || me=$0
56         ;;
57 esac
58
59 : Proper separator for the PATH environment variable
60 p_=:
61 : On OS/2 this directory should exist if this is not floppy only system :-]
62 if test -d c:/. ; then
63     if test -n "$OS2_SHELL"; then
64                 p_=\;
65                 PATH=`cmd /c "echo %PATH%" | tr '\\\\' / `
66                 OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
67         elif test -n "$DJGPP"; then
68                 p_=\;
69         fi
70 fi
71
72 : Proper PATH setting
73 paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
74 paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
75 paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
76 paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
77 paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
78 paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /usr/ccs/bin"
79 paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
80 paths="$paths /sbin /usr/sbin /usr/libexec"
81
82 for p in $paths
83 do
84         case "$p_$PATH$p_" in
85         *$p_$p$p_*) ;;
86         *) test -d $p && PATH=$PATH$p_$p ;;
87         esac
88 done
89
90 PATH=.$p_$PATH
91 export PATH
92
93 : shall we be using ksh?
94 inksh=''
95 needksh=''
96 avoidksh=''
97 newsh=/bin/ksh
98 changesh=''
99 if (PATH=.; alias -x) >/dev/null 2>&1; then
100                 inksh=true
101 fi
102 if test -f /hp-ux -a -f /bin/ksh; then
103         needksh='to avoid sh bug in "here document" expansion'
104 fi
105 if test -d /usr/lpp -a -f /usr/bin/bsh -a -f /usr/bin/uname; then
106         if test X`/usr/bin/uname -v` = X4; then
107                 avoidksh="to avoid AIX 4's /bin/sh"
108                 newsh=/usr/bin/bsh
109         fi
110 fi
111 if test -f /osf_boot -a -f /usr/sbin/setld; then
112         if test X`/usr/bin/uname -s` = XOSF1; then
113                 avoidksh="to avoid Digital UNIX' ksh"
114                 newsh=/bin/sh
115                 unset BIN_SH # if this is 'xpg4' sh will start up ksh
116         fi
117 fi
118 case "$inksh/$needksh" in
119 /[a-z]*)
120                 ENV=''
121                 changesh=true
122                 reason="$needksh"
123         ;;
124 esac
125 case "$inksh/$avoidksh" in
126 true/[a-z]*)
127         changesh=true
128         reason="$avoidksh"
129         ;;
130 esac
131 case "$inksh/$needksh-$avoidksh-" in
132 true/--)
133                 cat <<EOM
134 (I see you are using the Korn shell.  Some ksh's blow up on $me,
135 mainly on older exotic systems.  If yours does, try the Bourne shell instead.)
136 EOM
137         ;;
138 esac
139 case "$changesh" in
140 true)
141         echo "(Feeding myself to $newsh $reason.)"
142         case "$0" in
143         Configure|*/Configure) exec $newsh $0 "$@";;
144         *) exec $newsh Configure "$@";;
145         esac
146         ;;
147 esac
148
149 : if needed set CDPATH to a harmless value that is not chatty
150 : avoid bash 2.02 problems with empty CDPATH.
151 case "$CDPATH" in
152 '')     ;;
153 *)      case "$SHELL" in
154         *bash*) CDPATH='.' ;;
155         *)              CDPATH='' ;;
156         esac
157         ;;
158 esac
159 : Configure runs within the UU subdirectory
160 test -d UU || mkdir UU
161 cd UU && rm -f ./*
162
163 ccname=''
164 ccversion=''
165 ccsymbols=''
166 cppccsymbols=''
167 cppsymbols=''
168 perllibs=''
169 dynamic_ext=''
170 extensions=''
171 known_extensions=''
172 nonxs_ext=''
173 static_ext=''
174 useopcode=''
175 useposix=''
176 d_bsd=''
177 d_eunice=''
178 d_xenix=''
179 eunicefix=''
180 Mcc=''
181 ar=''
182 awk=''
183 bash=''
184 bison=''
185 byacc=''
186 cat=''
187 chgrp=''
188 chmod=''
189 chown=''
190 comm=''
191 compress=''
192 cp=''
193 cpio=''
194 cpp=''
195 csh=''
196 date=''
197 echo=''
198 egrep=''
199 emacs=''
200 expr=''
201 find=''
202 flex=''
203 grep=''
204 gzip=''
205 inews=''
206 ksh=''
207 less=''
208 line=''
209 lint=''
210 ln=''
211 lp=''
212 lpr=''
213 ls=''
214 mail=''
215 mailx=''
216 make=''
217 mkdir=''
218 more=''
219 mv=''
220 nm=''
221 nroff=''
222 perl=''
223 pg=''
224 pmake=''
225 pr=''
226 rm=''
227 rmail=''
228 sed=''
229 sendmail=''
230 shar=''
231 sleep=''
232 smail=''
233 sort=''
234 submit=''
235 tail=''
236 tar=''
237 tbl=''
238 tee=''
239 test=''
240 touch=''
241 tr=''
242 troff=''
243 uname=''
244 uniq=''
245 uuname=''
246 vi=''
247 zcat=''
248 zip=''
249 full_ar=''
250 full_sed=''
251 libswanted=''
252 hint=''
253 myuname=''
254 osname=''
255 osvers=''
256 Author=''
257 Date=''
258 Header=''
259 Id=''
260 Locker=''
261 Log=''
262 RCSfile=''
263 Revision=''
264 Source=''
265 State=''
266 _a=''
267 _exe=''
268 _o=''
269 archobjs=''
270 exe_ext=''
271 firstmakefile=''
272 lib_ext=''
273 obj_ext=''
274 path_sep=''
275 afs=''
276 alignbytes=''
277 ansi2knr=''
278 archlib=''
279 archlibexp=''
280 d_archlib=''
281 installarchlib=''
282 archname=''
283 myarchname=''
284 d_atolf=''
285 d_atoll=''
286 baserev=''
287 bin=''
288 binexp=''
289 installbin=''
290 bincompat5005=''
291 d_bincompat5005=''
292 byteorder=''
293 cc=''
294 ccflags=''
295 cppflags=''
296 ldflags=''
297 lkflags=''
298 locincpth=''
299 optimize=''
300 cf_email=''
301 cf_by=''
302 cf_time=''
303 charsize=''
304 contains=''
305 cpp_stuff=''
306 cpplast=''
307 cppminus=''
308 cpprun=''
309 cppstdin=''
310 crosscompile=''
311 d_access=''
312 d_accessx=''
313 d_alarm=''
314 d_attribut=''
315 d_bcmp=''
316 d_bcopy=''
317 d_bzero=''
318 d_casti32=''
319 castflags=''
320 d_castneg=''
321 d_chown=''
322 d_chroot=''
323 d_chsize=''
324 d_closedir=''
325 d_void_closedir=''
326 d_const=''
327 cryptlib=''
328 d_crypt=''
329 d_csh=''
330 full_csh=''
331 d_cuserid=''
332 d_dbl_dig=''
333 d_difftime=''
334 d_dlerror=''
335 d_dlopen=''
336 d_dlsymun=''
337 d_dosuid=''
338 d_suidsafe=''
339 d_drand48proto=''
340 d_dup2=''
341 d_eaccess=''
342 d_endgrent=''
343 d_endhent=''
344 d_endnent=''
345 d_endpent=''
346 d_endpwent=''
347 d_endsent=''
348 d_fchmod=''
349 d_fchown=''
350 d_fcntl=''
351 d_fd_macros=''
352 d_fd_set=''
353 d_fds_bits=''
354 d_fgetpos=''
355 d_flexfnam=''
356 d_flock=''
357 d_fork=''
358 d_fpos64_t=''
359 d_frexpl=''
360 d_fs_data_s=''
361 d_fseeko=''
362 d_fsetpos=''
363 d_fstatfs=''
364 d_ftello=''
365 d_ftime=''
366 d_gettimeod=''
367 d_Gconvert=''
368 d_getcwd=''
369 d_getespwnam=''
370 d_getfsstat=''
371 d_getgrent=''
372 d_getgrps=''
373 d_gethbyaddr=''
374 d_gethbyname=''
375 d_gethent=''
376 aphostname=''
377 d_gethname=''
378 d_phostname=''
379 d_uname=''
380 d_gethostprotos=''
381 d_getlogin=''
382 d_getmnt=''
383 d_getmntent=''
384 d_getnbyaddr=''
385 d_getnbyname=''
386 d_getnent=''
387 d_getnetprotos=''
388 d_getpent=''
389 d_getpgid=''
390 d_getpgrp2=''
391 d_bsdgetpgrp=''
392 d_getpgrp=''
393 d_getppid=''
394 d_getprior=''
395 d_getpbyname=''
396 d_getpbynumber=''
397 d_getprotoprotos=''
398 d_getprpwnam=''
399 d_getpwent=''
400 d_getsent=''
401 d_getservprotos=''
402 d_getspnam=''
403 d_getsbyname=''
404 d_getsbyport=''
405 d_gnulibc=''
406 d_hasmntopt=''
407 d_htonl=''
408 d_iconv=''
409 d_inetaton=''
410 d_int64_t=''
411 d_isascii=''
412 d_isnan=''
413 d_isnanl=''
414 d_killpg=''
415 d_lchown=''
416 d_ldbl_dig=''
417 d_link=''
418 d_locconv=''
419 d_lockf=''
420 d_longdbl=''
421 longdblsize=''
422 d_longlong=''
423 longlongsize=''
424 d_lseekproto=''
425 d_lstat=''
426 d_madvise=''
427 d_mblen=''
428 d_mbstowcs=''
429 d_mbtowc=''
430 d_memchr=''
431 d_memcmp=''
432 d_memcpy=''
433 d_memmove=''
434 d_memset=''
435 d_mkdir=''
436 d_mkdtemp=''
437 d_mkfifo=''
438 d_mkstemp=''
439 d_mkstemps=''
440 d_mktime=''
441 d_mmap=''
442 mmaptype=''
443 d_modfl=''
444 d_mprotect=''
445 d_msg=''
446 d_msgctl=''
447 d_msgget=''
448 d_msgrcv=''
449 d_msgsnd=''
450 d_msync=''
451 d_munmap=''
452 d_nice=''
453 d_off64_t=''
454 d_open3=''
455 d_fpathconf=''
456 d_pathconf=''
457 d_pause=''
458 d_pipe=''
459 d_poll=''
460 d_portable=''
461 d_old_pthread_create_joinable=''
462 old_pthread_create_joinable=''
463 d_pthread_yield=''
464 d_sched_yield=''
465 sched_yield=''
466 d_qgcvt=''
467 d_readdir=''
468 d_rewinddir=''
469 d_seekdir=''
470 d_telldir=''
471 d_readlink=''
472 d_rename=''
473 d_rmdir=''
474 d_safebcpy=''
475 d_safemcpy=''
476 d_sanemcmp=''
477 d_select=''
478 d_sem=''
479 d_semctl=''
480 d_semget=''
481 d_semop=''
482 d_setegid=''
483 d_seteuid=''
484 d_setgrent=''
485 d_setgrps=''
486 d_sethent=''
487 d_setlinebuf=''
488 d_setlocale=''
489 d_setnent=''
490 d_setpent=''
491 d_setpgid=''
492 d_setpgrp2=''
493 d_bsdsetpgrp=''
494 d_setpgrp=''
495 d_setprior=''
496 d_setproctitle=''
497 d_setpwent=''
498 d_setregid=''
499 d_setresgid=''
500 d_setresuid=''
501 d_setreuid=''
502 d_setrgid=''
503 d_setruid=''
504 d_setsent=''
505 d_setsid=''
506 d_setvbuf=''
507 d_sfio=''
508 usesfio=''
509 d_shm=''
510 d_shmat=''
511 d_shmatprototype=''
512 shmattype=''
513 d_shmctl=''
514 d_shmdt=''
515 d_shmget=''
516 d_sigaction=''
517 d_sigsetjmp=''
518 d_msg_ctrunc=''
519 d_msg_dontroute=''
520 d_msg_oob=''
521 d_msg_peek=''
522 d_msg_proxy=''
523 d_oldsock=''
524 d_scm_rights=''
525 d_socket=''
526 d_sockpair=''
527 sockethdr=''
528 socketlib=''
529 d_socklen_t=''
530 d_socks5_init=''
531 d_sqrtl=''
532 d_statblks=''
533 d_statfs_f_flags=''
534 d_statfs_s=''
535 d_fstatvfs=''
536 d_statvfs=''
537 d_stdio_cnt_lval=''
538 d_stdio_ptr_lval=''
539 d_stdiobase=''
540 d_stdstdio=''
541 stdio_base=''
542 stdio_bufsiz=''
543 stdio_cnt=''
544 stdio_filbuf=''
545 stdio_ptr=''
546 d_index=''
547 d_strchr=''
548 d_strcoll=''
549 d_strctcpy=''
550 d_strerrm=''
551 d_strerror=''
552 d_sysernlst=''
553 d_syserrlst=''
554 d_strtod=''
555 d_strtol=''
556 d_strtold=''
557 d_strtoll=''
558 d_strtoul=''
559 d_strtoull=''
560 d_strtouq=''
561 d_strxfrm=''
562 d_symlink=''
563 d_syscall=''
564 d_sysconf=''
565 d_system=''
566 d_tcgetpgrp=''
567 d_tcsetpgrp=''
568 d_telldirproto=''
569 d_time=''
570 timetype=''
571 clocktype=''
572 d_times=''
573 d_truncate=''
574 d_tzname=''
575 d_umask=''
576 d_semctl_semid_ds=''
577 d_semctl_semun=''
578 d_union_semun=''
579 d_ustat=''
580 d_vfork=''
581 usevfork=''
582 d_voidsig=''
583 signal_t=''
584 d_volatile=''
585 d_charvspr=''
586 d_vprintf=''
587 d_wait4=''
588 d_waitpid=''
589 d_wcstombs=''
590 d_wctomb=''
591 dlext=''
592 cccdlflags=''
593 ccdlflags=''
594 dlsrc=''
595 ld=''
596 lddlflags=''
597 usedl=''
598 doublesize=''
599 ebcdic=''
600 fflushNULL=''
601 fflushall=''
602 fpossize=''
603 fpostype=''
604 gccosandvers=''
605 gccversion=''
606 gidformat=''
607 gidsign=''
608 gidsize=''
609 gidtype=''
610 groupstype=''
611 h_fcntl=''
612 h_sysfile=''
613 i_arpainet=''
614 db_hashtype=''
615 db_prefixtype=''
616 i_db=''
617 i_dbm=''
618 i_rpcsvcdbm=''
619 d_dirnamlen=''
620 direntrytype=''
621 i_dirent=''
622 i_dld=''
623 i_dlfcn=''
624 i_fcntl=''
625 i_float=''
626 i_gdbm=''
627 d_grpasswd=''
628 i_grp=''
629 i_iconv=''
630 i_ieeefp=''
631 i_inttypes=''
632 i_libutil=''
633 i_limits=''
634 i_locale=''
635 i_machcthr=''
636 i_malloc=''
637 i_math=''
638 i_memory=''
639 i_mntent=''
640 i_ndbm=''
641 i_netdb=''
642 i_neterrno=''
643 i_netinettcp=''
644 i_niin=''
645 i_sysin=''
646 i_poll=''
647 i_prot=''
648 i_pthread=''
649 d_pwage=''
650 d_pwchange=''
651 d_pwclass=''
652 d_pwcomment=''
653 d_pwexpire=''
654 d_pwgecos=''
655 d_pwpasswd=''
656 d_pwquota=''
657 i_pwd=''
658 i_sfio=''
659 i_shadow=''
660 i_socks=''
661 i_stddef=''
662 i_stdlib=''
663 i_string=''
664 strings=''
665 i_sunmath=''
666 i_sysaccess=''
667 i_sysdir=''
668 i_sysfile=''
669 d_voidtty=''
670 i_bsdioctl=''
671 i_sysfilio=''
672 i_sysioctl=''
673 i_syssockio=''
674 i_syslog=''
675 i_sysmman=''
676 i_sysmode=''
677 i_sysmount=''
678 i_sysndir=''
679 i_sysparam=''
680 i_sysresrc=''
681 i_syssecrt=''
682 i_sysselct=''
683 i_sysstat=''
684 i_sysstatfs=''
685 i_sysstatvfs=''
686 i_systimes=''
687 i_systypes=''
688 i_sysuio=''
689 i_sysun=''
690 i_sysutsname=''
691 i_sysvfs=''
692 i_syswait=''
693 i_sgtty=''
694 i_termio=''
695 i_termios=''
696 i_systime=''
697 i_systimek=''
698 i_time=''
699 timeincl=''
700 i_unistd=''
701 i_ustat=''
702 i_utime=''
703 i_values=''
704 i_stdarg=''
705 i_varargs=''
706 i_varhdr=''
707 i_vfork=''
708 inc_version_list=''
709 inc_version_list_init=''
710 installprefix=''
711 installprefixexp=''
712 installscripts=''
713 installstyle=''
714 installusrbinperl=''
715 intsize=''
716 longsize=''
717 shortsize=''
718 libc=''
719 ldlibpthname=''
720 libperl=''
721 shrpenv=''
722 useshrplib=''
723 glibpth=''
724 libpth=''
725 loclibpth=''
726 plibpth=''
727 xlibpth=''
728 ignore_versioned_solibs=''
729 libs=''
730 libsdirs=''
731 libsfiles=''
732 libsfound=''
733 libspath=''
734 lns=''
735 d_PRIEUldbl=''
736 d_PRIFUldbl=''
737 d_PRIGUldbl=''
738 d_PRIeldbl=''
739 d_PRIfldbl=''
740 d_PRIgldbl=''
741 d_SCNfldbl=''
742 sPRIEUldbl=''
743 sPRIFUldbl=''
744 sPRIGUldbl=''
745 sPRIeldbl=''
746 sPRIfldbl=''
747 sPRIgldbl=''
748 sSCNfldbl=''
749 lseeksize=''
750 lseektype=''
751 make_set_make=''
752 d_mymalloc=''
753 freetype=''
754 mallocobj=''
755 mallocsrc=''
756 malloctype=''
757 usemymalloc=''
758 installman1dir=''
759 man1dir=''
760 man1direxp=''
761 man1ext=''
762 installman3dir=''
763 man3dir=''
764 man3direxp=''
765 man3ext=''
766 modetype=''
767 multiarch=''
768 mydomain=''
769 myhostname=''
770 phostname=''
771 c=''
772 n=''
773 d_eofnblk=''
774 eagain=''
775 o_nonblock=''
776 rd_nodata=''
777 netdb_hlen_type=''
778 netdb_host_type=''
779 netdb_name_type=''
780 netdb_net_type=''
781 groupcat=''
782 hostcat=''
783 passcat=''
784 orderlib=''
785 ranlib=''
786 d_perl_otherlibdirs=''
787 otherlibdirs=''
788 package=''
789 spackage=''
790 pager=''
791 api_revision=''
792 api_subversion=''
793 api_version=''
794 api_versionstring=''
795 patchlevel=''
796 revision=''
797 subversion=''
798 version=''
799 perl5=''
800 perladmin=''
801 perlpath=''
802 d_nv_preserves_uv=''
803 d_nv_preserves_uv_bits=''
804 i16size=''
805 i16type=''
806 i32size=''
807 i32type=''
808 i64size=''
809 i64type=''
810 i8size=''
811 i8type=''
812 ivsize=''
813 ivtype=''
814 nvsize=''
815 nvtype=''
816 u16size=''
817 u16type=''
818 u32size=''
819 u32type=''
820 u64size=''
821 u64type=''
822 u8size=''
823 u8type=''
824 uvsize=''
825 uvtype=''
826 ivdformat=''
827 nvEUformat=''
828 nvFUformat=''
829 nvGUformat=''
830 nveformat=''
831 nvfformat=''
832 nvgformat=''
833 uvXUformat=''
834 uvoformat=''
835 uvuformat=''
836 uvxformat=''
837 pidtype=''
838 prefix=''
839 prefixexp=''
840 installprivlib=''
841 privlib=''
842 privlibexp=''
843 prototype=''
844 ptrsize=''
845 d_PRIXU64=''
846 d_PRId64=''
847 d_PRIi64=''
848 d_PRIo64=''
849 d_PRIu64=''
850 d_PRIx64=''
851 sPRIXU64=''
852 sPRId64=''
853 sPRIi64=''
854 sPRIo64=''
855 sPRIu64=''
856 sPRIx64=''
857 d_quad=''
858 quadkind=''
859 quadtype=''
860 uquadtype=''
861 drand01=''
862 randbits=''
863 randfunc=''
864 randseedtype=''
865 seedfunc=''
866 installscript=''
867 scriptdir=''
868 scriptdirexp=''
869 selectminbits=''
870 selecttype=''
871 sh=''
872 sig_count=''
873 sig_name=''
874 sig_name_init=''
875 sig_num=''
876 sig_num_init=''
877 installsitearch=''
878 sitearch=''
879 sitearchexp=''
880 installsitebin=''
881 sitebin=''
882 sitebinexp=''
883 installsitelib=''
884 sitelib=''
885 sitelib_stem=''
886 sitelibexp=''
887 siteprefix=''
888 siteprefixexp=''
889 sizesize=''
890 sizetype=''
891 so=''
892 socksizetype=''
893 sharpbang=''
894 shsharp=''
895 spitshell=''
896 src=''
897 ssizetype=''
898 startperl=''
899 startsh=''
900 stdchar=''
901 d_stdio_stream_array=''
902 stdio_stream_array=''
903 sysman=''
904 trnl=''
905 uidformat=''
906 uidsign=''
907 uidsize=''
908 uidtype=''
909 archname64=''
910 use64bitall=''
911 use64bitint=''
912 ccflags_uselargefiles=''
913 ldflags_uselargefiles=''
914 libswanted_uselargefiles=''
915 uselargefiles=''
916 uselongdouble=''
917 usemorebits=''
918 usemultiplicity=''
919 nm_opt=''
920 nm_so_opt=''
921 runnm=''
922 usenm=''
923 useperlio=''
924 usesocks=''
925 d_oldpthreads=''
926 use5005threads=''
927 useithreads=''
928 usethreads=''
929 incpath=''
930 mips_type=''
931 usrinc=''
932 d_vendorarch=''
933 installvendorarch=''
934 vendorarch=''
935 vendorarchexp=''
936 d_vendorbin=''
937 installvendorbin=''
938 vendorbin=''
939 vendorbinexp=''
940 d_vendorlib=''
941 installvendorlib=''
942 vendorlib=''
943 vendorlib_stem=''
944 vendorlibexp=''
945 usevendorprefix=''
946 vendorprefix=''
947 vendorprefixexp=''
948 defvoidused=''
949 voidflags=''
950 pm_apiversion=''
951 xs_apiversion=''
952 CONFIG=''
953
954 define='define'
955 undef='undef'
956 smallmach='pdp11 i8086 z8000 i80286 iAPX286'
957 rmlist=''
958
959 : We must find out about Eunice early
960 eunicefix=':'
961 if test -f /etc/unixtovms; then
962         eunicefix=/etc/unixtovms
963 fi
964 if test -f /etc/unixtovms.exe; then
965         eunicefix=/etc/unixtovms.exe
966 fi
967
968 i_whoami=''
969 ccname=''
970 ccversion=''
971 perllibs=''
972 : set useposix=false in your hint file to disable the POSIX extension.
973 useposix=true
974 : set useopcode=false in your hint file to disable the Opcode extension.
975 useopcode=true
976 : Trailing extension.  Override this in a hint file, if needed.
977 _exe=''
978 : Extra object files, if any, needed on this platform.
979 archobjs=''
980 archname=''
981 : Possible local include directories to search.
982 : Set locincpth to "" in a hint file to defeat local include searches.
983 locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
984 locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
985 :
986 : no include file wanted by default
987 inclwanted=''
988
989 groupstype=''
990 : change the next line if compiling for Xenix/286 on Xenix/386
991 xlibpth='/usr/lib/386 /lib/386'
992 : Possible local library directories to search.
993 loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
994 loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
995
996 : general looking path for locating libraries
997 glibpth="/lib /usr/lib $xlibpth"
998 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
999 test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
1000 test -f /shlib/libc.so     && glibpth="/shlib $glibpth"
1001
1002 : Private path used by Configure to find libraries.  Its value
1003 : is prepended to libpth. This variable takes care of special
1004 : machines, like the mips.  Usually, it should be empty.
1005 plibpth=''
1006
1007 : default library list
1008 libswanted=''
1009 : some systems want to use only the non-versioned libso:s
1010 ignore_versioned_solibs=''
1011 archname64=''
1012 ccflags_uselargefiles=''
1013 ldflags_uselargefiles=''
1014 libswanted_uselargefiles=''
1015 : set usemultiplicity on the Configure command line to enable multiplicity.
1016 : set usesocks on the Configure command line to enable socks.
1017 : set usethreads on the Configure command line to enable threads.
1018 : full support for void wanted by default
1019 defvoidused=15
1020
1021 : List of libraries we want.
1022 : If anyone needs -lnet, put it in a hint file.
1023 libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl'
1024 libswanted="$libswanted dld ld sun m c cposix posix"
1025 libswanted="$libswanted ndir dir crypt sec"
1026 libswanted="$libswanted ucb bsd BSD PW x iconv util"
1027 : We probably want to search /usr/shlib before most other libraries.
1028 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
1029 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
1030 glibpth="/usr/shlib $glibpth"
1031 : Do not use vfork unless overridden by a hint file.
1032 usevfork=false
1033
1034 : Find the basic shell for Bourne shell scripts
1035 case "$sh" in
1036 '')
1037         case "$SYSTYPE" in
1038         *bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;
1039         *) xxx='/bin/sh';;
1040         esac
1041         if test -f "$xxx"; then
1042                 sh="$xxx"
1043         else
1044                 : Build up a list and do a single loop so we can 'break' out.
1045                 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1046                 for xxx in sh bash ksh pdksh ash; do
1047                         for p in $pth; do
1048                                 try="$try ${p}/${xxx}"
1049                         done
1050                 done
1051                 for xxx in $try; do
1052                         if test -f "$xxx"; then
1053                                 sh="$xxx";
1054                                 break
1055                         elif test -f "$xxx.exe"; then
1056                                 sh="$xxx";
1057                                 break
1058                         fi
1059                 done
1060         fi
1061         ;;
1062 esac
1063
1064 case "$sh" in
1065 '')     cat <<EOM >&2
1066 $me:  Fatal Error:  I can't find a Bourne Shell anywhere.  
1067
1068 Usually it's in /bin/sh.  How did you even get this far?
1069 Please contact me (Perl Maintainers) at perlbug@perl.org and 
1070 we'll try to straighten this all out.
1071 EOM
1072         exit 1
1073         ;;
1074 esac
1075
1076 : see if sh knows # comments
1077 if `$sh -c '#' >/dev/null 2>&1`; then
1078         shsharp=true
1079         spitshell=cat
1080         xcat=/bin/cat
1081         test -f $xcat || xcat=/usr/bin/cat
1082         echo "#!$xcat" >try
1083         $eunicefix try
1084         chmod +x try
1085         ./try > today
1086         if test -s today; then
1087                 sharpbang='#!'
1088         else
1089                 echo "#! $xcat" > try
1090                 $eunicefix try
1091                 chmod +x try
1092                 ./try > today
1093                 if test -s today; then
1094                         sharpbang='#! '
1095                 else
1096                         sharpbang=': use '
1097                 fi
1098         fi
1099 else
1100         echo " "
1101         echo "Your $sh doesn't grok # comments--I will strip them later on."
1102         shsharp=false
1103         cd ..
1104         echo "exec grep -v '^[  ]*#'" >spitshell
1105         chmod +x spitshell
1106         $eunicefix spitshell
1107         spitshell=`pwd`/spitshell
1108         cd UU
1109         echo "I presume that if # doesn't work, #! won't work either!"
1110         sharpbang=': use '
1111 fi
1112 rm -f try today
1113
1114 : figure out how to guarantee sh startup
1115 case "$startsh" in
1116 '') startsh=${sharpbang}${sh} ;;
1117 *)
1118 esac
1119 cat >try <<EOSS
1120 $startsh
1121 set abc
1122 test "$?abc" != 1
1123 EOSS
1124
1125 chmod +x try
1126 $eunicefix try
1127 if ./try; then
1128         : echo "Yup, it does."
1129 else
1130         echo "Hmm... '$startsh' does not guarantee sh startup..."
1131         echo "You may have to fix up the shell scripts to make sure $sh runs them."
1132 fi
1133 rm -f try
1134
1135
1136 : Save command line options in file UU/cmdline.opt for later use in
1137 : generating config.sh.
1138 cat > cmdline.opt <<EOSH
1139 # Configure command line arguments.
1140 config_arg0='$0'
1141 config_args='$*'
1142 config_argc=$#
1143 EOSH
1144 argn=1
1145 for arg in "$@"; do
1146         cat >>cmdline.opt <<EOSH
1147 config_arg$argn='$arg'
1148 EOSH
1149         argn=`expr $argn + 1`
1150 done
1151
1152 : produce awk script to parse command line options
1153 cat >options.awk <<'EOF'
1154 BEGIN {
1155         optstr = "A:dD:eEf:hKOrsSU:V";  # getopt-style specification
1156
1157         len = length(optstr);
1158         for (i = 1; i <= len; i++) {
1159                 c = substr(optstr, i, 1);
1160                 if (i < len) a = substr(optstr, i + 1, 1); else a = "";
1161                 if (a == ":") {
1162                         arg[c] = 1;
1163                         i++;
1164                 }
1165                 opt[c] = 1;
1166         }
1167 }
1168 {
1169         expect = 0;
1170         str = $0;
1171         if (substr(str, 1, 1) != "-") {
1172                 printf("'%s'\n", str);
1173                 next;
1174         }
1175         len = length($0);
1176         for (i = 2; i <= len; i++) {
1177                 c = substr(str, i, 1);
1178                 if (!opt[c]) {
1179                         printf("-%s\n", substr(str, i));
1180                         next;
1181                 }
1182                 printf("-%s\n", c);
1183                 if (arg[c]) {
1184                         if (i < len)
1185                                 printf("'%s'\n", substr(str, i + 1));
1186                         else
1187                                 expect = 1;
1188                         next;
1189                 }
1190         }
1191 }
1192 END {
1193         if (expect)
1194                 print "?";
1195 }
1196 EOF
1197
1198 : process the command line options
1199 set X `for arg in "$@"; do echo "X$arg"; done |
1200         sed -e s/X// | awk -f options.awk`
1201 eval "set $*"
1202 shift
1203 rm -f options.awk
1204
1205 : set up default values
1206 fastread=''
1207 reuseval=false
1208 config_sh=''
1209 alldone=''
1210 error=''
1211 silent=''
1212 extractsh=''
1213 override=''
1214 knowitall=''
1215 rm -f optdef.sh posthint.sh
1216 cat >optdef.sh <<EOS
1217 $startsh
1218 EOS
1219
1220
1221 : option parsing
1222 while test $# -gt 0; do
1223         case "$1" in
1224         -d) shift; fastread=yes;;
1225         -e) shift; alldone=cont;;
1226         -f)
1227                 shift
1228                 cd ..
1229                 if test -r "$1"; then
1230                         config_sh="$1"
1231                 else
1232                         echo "$me: cannot read config file $1." >&2
1233                         error=true
1234                 fi
1235                 cd UU
1236                 shift;;
1237         -h) shift; error=true;;
1238         -r) shift; reuseval=true;;
1239         -s) shift; silent=true; realsilent=true;;
1240         -E) shift; alldone=exit;;
1241         -K) shift; knowitall=true;;
1242         -O) shift; override=true;;
1243         -S) shift; silent=true; extractsh=true;;
1244         -D)
1245                 shift
1246                 case "$1" in
1247                 *=)
1248                         echo "$me: use '-U symbol=', not '-D symbol='." >&2
1249                         echo "$me: ignoring -D $1" >&2
1250                         ;;
1251                 *=*) echo "$1" | \
1252                                 sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;;
1253                 *) echo "$1='define'" >> optdef.sh;;
1254                 esac
1255                 shift
1256                 ;;
1257         -U)
1258                 shift
1259                 case "$1" in
1260                 *=) echo "$1" >> optdef.sh;;
1261                 *=*)
1262                         echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2
1263                         echo "$me: ignoring -U $1" >&2
1264                         ;;
1265                 *) echo "$1='undef'" >> optdef.sh;;
1266                 esac
1267                 shift
1268                 ;;
1269         -A)
1270             shift
1271             xxx=''
1272             yyy="$1"
1273             zzz=''
1274             uuu=undef
1275             case "$yyy" in
1276             *=*) zzz=`echo $yyy|sed 's!=.*!!'`
1277                  case "$zzz" in
1278                  *:*) zzz='' ;;
1279                  *)   xxx=append
1280                       zzz=" "`echo $yyy|sed 's!^[^=]*=!!'` 
1281                       yyy=`echo $yyy|sed 's!=.*!!'` ;;
1282                  esac
1283                  ;;
1284             esac
1285             case "$xxx" in
1286             '')  case "$yyy" in
1287                  *:*) xxx=`echo $yyy|sed 's!:.*!!'`
1288                       yyy=`echo $yyy|sed 's!^[^:]*:!!'`
1289                       zzz=`echo $yyy|sed 's!^[^=]*=!!'`
1290                       yyy=`echo $yyy|sed 's!=.*!!'` ;;
1291                  *)   xxx=`echo $yyy|sed 's!:.*!!'`
1292                       yyy=`echo $yyy|sed 's!^[^:]*:!!'` ;;
1293                  esac
1294                  ;;       
1295             esac
1296             case "$xxx" in
1297             append)
1298                 echo "$yyy=\"\${$yyy}$zzz\""    >> posthint.sh ;;
1299             clear)
1300                 echo "$yyy=''"                  >> posthint.sh ;;
1301             define)
1302                 case "$zzz" in
1303                 '') zzz=define ;;
1304                 esac
1305                 echo "$yyy='$zzz'"              >> posthint.sh ;;
1306             eval)
1307                 echo "eval \"$yyy=$zzz\""       >> posthint.sh ;;
1308             prepend)
1309                 echo "$yyy=\"$zzz\${$yyy}\""    >> posthint.sh ;;
1310             undef)
1311                 case "$zzz" in
1312                 '') zzz="$uuu" ;;
1313                 esac
1314                 echo "$yyy=$zzz"                >> posthint.sh ;;
1315             *)  echo "$me: unknown -A command '$xxx', ignoring -A $1" >&2 ;;
1316             esac
1317             shift
1318             ;;
1319         -V) echo "$me generated by metaconfig 3.0 PL70." >&2
1320             exit 0;;
1321         --) break;;
1322         -*) echo "$me: unknown option $1" >&2; shift; error=true;;
1323         *) break;;
1324         esac
1325 done
1326
1327 case "$error" in
1328 true)
1329         cat >&2 <<EOM
1330 Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1331                  [-U symbol] [-U symbol=] [-A command:symbol...]
1332   -d : use defaults for all answers.
1333   -e : go on without questioning past the production of config.sh.
1334   -f : specify an alternate default configuration file.
1335   -h : print this help message and exit (with an error status).
1336   -r : reuse C symbols value if possible (skips costly nm extraction).
1337   -s : silent mode, only echoes questions and essential information.
1338   -D : define symbol to have some value:
1339          -D symbol         symbol gets the value 'define'
1340          -D symbol=value   symbol gets the value 'value'
1341   -E : stop at the end of questions, after having produced config.sh.
1342   -K : do not use unless you know what you are doing.
1343   -O : let -D and -U override definitions from loaded configuration file.
1344   -S : perform variable substitutions on all .SH files (can mix with -f)
1345   -U : undefine symbol:
1346          -U symbol    symbol gets the value 'undef'
1347          -U symbol=   symbol gets completely empty
1348   -A : manipulate symbol after the platform specific hints have been applied:
1349          -A symbol=value                append " "value to symbol
1350          -A append:symbol=value         append value to symbol
1351          -A define:symbol=value         define symbol to have value
1352          -A clear:symbol                define symbol to be ''
1353          -A define:symbol               define symbol to be 'define'
1354          -A eval:symbol=value           define symbol to be eval of value
1355          -A prepend:symbol=value        prepend value to symbol
1356          -A undef:symbol                define symbol to be 'undef'
1357          -A undef:symbol=               define symbol to be ''
1358   -V : print version number and exit (with a zero status).
1359 EOM
1360         exit 1
1361         ;;
1362 esac
1363
1364 : Sanity checks
1365 case "$fastread$alldone" in
1366 yescont|yesexit) ;;
1367 *)
1368         case "$extractsh" in
1369         true) ;;
1370         *)
1371                 if test ! -t 0; then
1372                         echo "Say 'sh Configure', not 'sh <Configure'"
1373                         exit 1
1374                 fi
1375                 ;;
1376         esac
1377         ;;
1378 esac
1379
1380 exec 4>&1
1381 case "$silent" in
1382 true) exec 1>/dev/null;;
1383 esac
1384
1385 : run the defines and the undefines, if any, but leave the file out there...
1386 touch optdef.sh
1387 . ./optdef.sh
1388 : create the posthint manipulation script and leave the file out there...
1389 touch posthint.sh
1390
1391 : set package name
1392 package=perl5
1393 first=`echo $package | sed -e 's/^\(.\).*/\1/'`
1394 last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
1395 case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1396 ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
1397 *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
1398 esac
1399
1400 : Some greps do not return status, grrr.
1401 echo "grimblepritz" >grimble
1402 if grep blurfldyick grimble >/dev/null 2>&1 ; then
1403         contains=contains
1404 elif grep grimblepritz grimble >/dev/null 2>&1 ; then
1405         contains=grep
1406 else
1407         contains=contains
1408 fi
1409 rm -f grimble
1410 : the following should work in any shell
1411 case "$contains" in
1412 contains*)
1413         echo " "
1414         echo "AGH!  Grep doesn't return a status.  Attempting remedial action."
1415         cat >contains <<'EOSS'
1416 grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
1417 EOSS
1418 chmod +x contains
1419 esac
1420
1421 : Find the path to the source tree
1422 case "$src" in
1423 '') case "$0" in
1424     */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`
1425          case "$src" in
1426          /*)    ;;
1427          *)     src=`cd ../$src && pwd` ;;
1428          esac
1429          ;;
1430     *)   src='.';;
1431     esac;;
1432 esac
1433 case "$src" in
1434 '')     src=/
1435         rsrc=/
1436         ;;
1437 /*) rsrc="$src";;
1438 *) rsrc="../$src";;
1439 esac
1440 if test -f $rsrc/Configure && \
1441         $contains "^package=$package$" $rsrc/Configure >/dev/null 2>&1
1442 then
1443    : found it, so we are ok.
1444 else
1445         rsrc=''
1446         for src in . .. ../.. ../../.. ../../../..; do
1447                 if test -f ../$src/Configure && \
1448                         $contains "^package=$package$" ../$src/Configure >/dev/null 2>&1
1449                 then
1450                         rsrc=../$src
1451                         break
1452                 fi
1453         done
1454 fi
1455 case "$rsrc" in
1456 '')
1457         cat <<EOM >&4
1458
1459 Sorry, I can't seem to locate the source dir for $package.  Please start
1460 Configure with an explicit path -- i.e. /some/path/Configure.
1461
1462 EOM
1463         exit 1
1464         ;;
1465 ../.)   rsrc='..';;
1466 *)
1467         echo " "
1468         echo "Sources for $package found in \"$src\"." >&4
1469         ;;
1470 esac
1471
1472 : script used to extract .SH files with variable substitutions
1473 cat >extract <<'EOS'
1474 CONFIGDOTSH=true
1475 echo "Doing variable substitutions on .SH files..."
1476 if test -f $src/MANIFEST; then
1477         set x `awk '{print $1}' <$src/MANIFEST | grep '\.SH$'`
1478 else
1479         echo "(Looking for .SH files under the source directory.)"
1480         set x `(cd $src; find . -name "*.SH" -print)`
1481 fi
1482 shift
1483 case $# in
1484 0) set x `(cd $src; echo *.SH)`; shift;;
1485 esac
1486 if test ! -f $src/$1; then
1487         shift
1488 fi
1489 mkdir_p='
1490 name=$1;
1491 create="";
1492 while test $name; do
1493         if test ! -d "$name"; then
1494                 create="$name $create";
1495                 name=`echo $name | sed -e "s|^[^/]*$||"`;
1496                 name=`echo $name | sed -e "s|\(.*\)/.*|\1|"`;
1497         else
1498                 name="";
1499         fi;
1500 done;
1501 for file in $create; do
1502         mkdir $file;
1503 done
1504 '
1505 for file in $*; do
1506         case "$src" in
1507         ".")
1508                 case "$file" in
1509                 */*)
1510                         dir=`expr X$file : 'X\(.*\)/'`
1511                         file=`expr X$file : 'X.*/\(.*\)'`
1512                         (cd $dir && . ./$file)
1513                         ;;
1514                 *)
1515                         . ./$file
1516                         ;;
1517                 esac
1518                 ;;
1519         *)
1520                 case "$file" in
1521                 */*)
1522                         dir=`expr X$file : 'X\(.*\)/'`
1523                         file=`expr X$file : 'X.*/\(.*\)'`
1524                         (set x $dir; shift; eval $mkdir_p)
1525                         sh <$src/$dir/$file
1526                         ;;
1527                 *)
1528                         sh <$src/$file
1529                         ;;
1530                 esac
1531                 ;;
1532         esac
1533 done
1534 if test -f $src/config_h.SH; then
1535         if test ! -f config.h; then
1536         : oops, they left it out of MANIFEST, probably, so do it anyway.
1537         . $src/config_h.SH
1538         fi
1539 fi
1540 EOS
1541
1542 : extract files and exit if asked to do so
1543 case "$extractsh" in
1544 true)
1545         case "$realsilent" in
1546         true) ;;
1547         *) exec 1>&4;;
1548         esac
1549         case "$config_sh" in
1550         '') config_sh='config.sh';;
1551         esac
1552         echo " "
1553         echo "Fetching answers from $config_sh..."
1554         cd ..
1555         . $config_sh
1556         test "$override" && . ./optdef.sh
1557         echo " "
1558         . UU/extract
1559         rm -rf UU
1560         echo "Done."
1561         exit 0
1562         ;;
1563 esac
1564
1565 : Eunice requires " " instead of "", can you believe it
1566 echo " "
1567 : Here we go...
1568 echo "Beginning of configuration questions for $package."
1569
1570 trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
1571
1572 : first determine how to suppress newline on echo command
1573 echo " "
1574 echo "Checking echo to see how to suppress newlines..."
1575 (echo "hi there\c" ; echo " ") >.echotmp
1576 if $contains c .echotmp >/dev/null 2>&1 ; then
1577         echo "...using -n."
1578         n='-n'
1579         c=''
1580 else
1581         cat <<'EOM'
1582 ...using \c
1583 EOM
1584         n=''
1585         c='\c'
1586 fi
1587 echo $n "The star should be here-->$c"
1588 echo '*'
1589 rm -f .echotmp
1590
1591 : Now test for existence of everything in MANIFEST
1592 echo " "
1593 if test -f $rsrc/MANIFEST; then
1594         echo "First let's make sure your kit is complete.  Checking..." >&4
1595         awk '$1 !~ /PACK[A-Z]+/ {print $1}' $rsrc/MANIFEST | split -50
1596         rm -f missing
1597         tmppwd=`pwd`
1598         for filelist in x??; do
1599                 (cd $rsrc; ls `cat $tmppwd/$filelist` >/dev/null 2>>$tmppwd/missing)
1600         done
1601         if test -s missing; then
1602                 cat missing >&4
1603                 cat >&4 <<'EOM'
1604
1605 THIS PACKAGE SEEMS TO BE INCOMPLETE.
1606
1607 You have the option of continuing the configuration process, despite the
1608 distinct possibility that your kit is damaged, by typing 'y'es.  If you
1609 do, don't blame me if something goes wrong.  I advise you to type 'n'o
1610 and contact the author (perlbug@perl.org).
1611
1612 EOM
1613                 echo $n "Continue? [n] $c" >&4
1614                 read ans
1615                 case "$ans" in
1616                 y*)
1617                         echo "Continuing..." >&4
1618                         rm -f missing
1619                         ;;
1620                 *)
1621                         echo "ABORTING..." >&4
1622                         kill $$
1623                         ;;
1624                 esac
1625         else
1626                 echo "Looks good..."
1627         fi
1628 else
1629         echo "There is no MANIFEST file.  I hope your kit is complete !"
1630 fi
1631 rm -f missing x??
1632
1633 echo " "
1634 : Find the appropriate value for a newline for tr
1635 if test -n "$DJGPP"; then
1636        trnl='\012'
1637 fi
1638 if test X"$trnl" = X; then
1639         case "`echo foo|tr '\n' x 2>/dev/null`" in
1640         foox) trnl='\n' ;;
1641         esac
1642 fi
1643 if test X"$trnl" = X; then
1644         case "`echo foo|tr '\012' x 2>/dev/null`" in
1645         foox) trnl='\012' ;;
1646         esac
1647 fi
1648 if test X"$trnl" = X; then
1649         cat <<EOM >&2
1650
1651 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
1652
1653 EOM
1654         exit 1
1655 fi
1656
1657 : compute the number of columns on the terminal for proper question formatting
1658 case "$COLUMNS" in
1659 '') COLUMNS='80';;
1660 esac
1661
1662 : set up the echo used in my read
1663 myecho="case \"\$xxxm\" in
1664 '') echo $n \"\$rp $c\" >&4;;
1665 *) case \"\$rp\" in
1666         '') echo $n \"[\$xxxm] $c\";;
1667         *)
1668                 if test \`echo \"\$rp [\$xxxm]  \" | wc -c\` -ge $COLUMNS; then
1669                         echo \"\$rp\" >&4
1670                         echo $n \"[\$xxxm] $c\" >&4
1671                 else
1672                         echo $n \"\$rp [\$xxxm] $c\" >&4
1673                 fi
1674                 ;;
1675         esac;;
1676 esac"
1677
1678 : now set up to do reads with possible shell escape and default assignment
1679 cat <<EOSC >myread
1680 $startsh
1681 xxxm=\$dflt
1682 $myecho
1683 ans='!'
1684 case "\$fastread" in
1685 yes) case "\$dflt" in
1686         '') ;;
1687         *) ans='';
1688                 case "\$silent-\$rp" in
1689                 true-) ;;
1690                 *) echo " " >&4;;
1691                 esac;;
1692         esac;;
1693 *) case "\$silent" in
1694         true) case "\$rp" in
1695                 '') ans='';;
1696                 esac;;
1697         esac;;
1698 esac
1699 while expr "X\$ans" : "X!" >/dev/null; do
1700         read answ
1701         set x \$xxxm
1702         shift
1703         aok=''; eval "ans=\\"\$answ\\"" && aok=y
1704         case  "\$answ" in
1705         "!")
1706                 sh 1>&4
1707                 echo " "
1708                 $myecho
1709                 ;;
1710         !*)
1711                 set x \`expr "X\$ans" : "X!\(.*\)\$"\`
1712                 shift
1713                 sh 1>&4 -c "\$*"
1714                 echo " "
1715                 $myecho
1716                 ;;
1717         "\$ans")
1718                 case "\$ans" in
1719                 \\&*)
1720                         set x \`expr "X\$ans" : "X&\(.*\)\$"\`
1721                         shift
1722                         case "\$1" in
1723                         -d)
1724                                 fastread=yes
1725                                 echo "(OK, I'll run with -d after this question.)" >&4
1726                                 ;;
1727                         -*)
1728                                 echo "*** Sorry, \$1 not supported yet." >&4
1729                                 ;;
1730                         esac
1731                         $myecho
1732                         ans=!
1733                         ;;
1734                 esac;;
1735         *)
1736                 case "\$aok" in
1737                 y)
1738                         echo "*** Substitution done -- please confirm."
1739                         xxxm="\$ans"
1740                         ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
1741                         xxxm="\$ans"
1742                         ans=!
1743                         ;;
1744                 *)
1745                         echo "*** Error -- try again."
1746                         ans=!
1747                         ;;
1748                 esac
1749                 $myecho
1750                 ;;
1751         esac
1752         case "\$ans\$xxxm\$nostick" in
1753         '')
1754                 ans=!
1755                 $myecho
1756                 ;;
1757         esac
1758 done
1759 case "\$ans" in
1760 '') ans="\$xxxm";;
1761 esac
1762 EOSC
1763
1764 : create .config dir to save info across Configure sessions
1765 test -d ../.config || mkdir ../.config
1766 cat >../.config/README <<EOF
1767 This directory created by Configure to save information that should
1768 persist across sessions for $package.
1769
1770 You may safely delete it if you wish.
1771 EOF
1772
1773 xversion=`awk '/define[         ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
1774 case "$usedevel" in
1775 $define|true|[yY]*) ;;
1776 *) case "$xversion" in
1777    *[13579])
1778         cat >&4 <<EOH
1779 *** WHOA THERE!!! ***
1780
1781     This is an UNSTABLE DEVELOPMENT release.
1782     The version of this $package distribution is $xversion, that is, odd,
1783     (as opposed to even) and that signifies a development release.
1784     If you want a maintenance release, you want an even-numbered version.
1785
1786     Do ***NOT*** install this into production use.
1787     Data corruption and crashes are possible.
1788
1789     It is most seriously suggested that you do not continue any further
1790     unless you want to help in developing and debugging Perl.
1791
1792 EOH
1793         rp='Do you really want to continue?'
1794         dflt='n'
1795         . ./myread
1796         case "$ans" in
1797         [yY]) echo >&4 "Okay, continuing." ;;
1798         *) echo >&4 "Okay, bye."
1799            exit 1
1800            ;;
1801         esac
1802         ;;
1803     esac
1804     ;;
1805 esac
1806
1807 : general instructions
1808 needman=true
1809 firsttime=true
1810 user=`(logname) 2>/dev/null`
1811 case "$user" in
1812 '') user=`whoami 2>&1`;;
1813 esac
1814 if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then
1815         firsttime=false
1816         echo " "
1817         rp='Would you like to see the instructions?'
1818         dflt=n
1819         . ./myread
1820         case "$ans" in
1821         [yY]*) ;;
1822         *) needman=false;;
1823         esac
1824 fi
1825 if $needman; then
1826         cat <<EOH
1827
1828 This installation shell script will examine your system and ask you questions
1829 to determine how the perl5 package should be installed. If you get
1830 stuck on a question, you may use a ! shell escape to start a subshell or
1831 execute a command.  Many of the questions will have default answers in square
1832 brackets; typing carriage return will give you the default.
1833
1834 On some of the questions which ask for file or directory names you are allowed
1835 to use the ~name construct to specify the login directory belonging to "name",
1836 even if you don't have a shell which knows about that.  Questions where this is
1837 allowed will be marked "(~name ok)".
1838
1839 EOH
1840         rp=''
1841         dflt='Type carriage return to continue'
1842         . ./myread
1843         cat <<'EOH'
1844
1845 The prompter used in this script allows you to use shell variables and
1846 backticks in your answers.  You may use $1, $2, etc...  to refer to the words
1847 in the default answer, as if the default line was a set of arguments given to a
1848 script shell.  This means you may also use $* to repeat the whole default line,
1849 so you do not have to re-type everything to add something to the default.
1850
1851 Everytime there is a substitution, you will have to confirm.  If there is an
1852 error (e.g. an unmatched backtick), the default answer will remain unchanged
1853 and you will be prompted again.
1854
1855 If you are in a hurry, you may run 'Configure -d'.  This will bypass nearly all
1856 the questions and use the computed defaults (or the previous answers if there
1857 was already a config.sh file). Type 'Configure -h' for a list of options.
1858 You may also start interactively and then answer '& -d' at any prompt to turn
1859 on the non-interactive behaviour for the remainder of the execution.
1860
1861 EOH
1862         . ./myread
1863         cat <<EOH
1864
1865 Much effort has been expended to ensure that this shell script will run on any
1866 Unix system.  If despite that it blows up on yours, your best bet is to edit
1867 Configure and run it again.  If you can't run Configure for some reason,
1868 you'll have to generate a config.sh file by hand.  Whatever problems you
1869 have, let me (perlbug@perl.org) know how I blew it.
1870
1871 This installation script affects things in two ways:
1872
1873 1) it may do direct variable substitutions on some of the files included
1874    in this kit.
1875 2) it builds a config.h file for inclusion in C programs.  You may edit
1876    any of these files as the need arises after running this script.
1877
1878 If you make a mistake on a question, there is no easy way to back up to it
1879 currently.  The easiest thing to do is to edit config.sh and rerun all the SH
1880 files.  Configure will offer to let you do this before it runs the SH files.
1881
1882 EOH
1883         dflt='Type carriage return to continue'
1884         . ./myread
1885         case "$firsttime" in
1886         true) echo $user >>../.config/instruct;;
1887         esac
1888 fi
1889
1890 : find out where common programs are
1891 echo " "
1892 echo "Locating common programs..." >&4
1893 cat <<EOSC >loc
1894 $startsh
1895 case \$# in
1896 0) exit 1;;
1897 esac
1898 thing=\$1
1899 shift
1900 dflt=\$1
1901 shift
1902 for dir in \$*; do
1903         case "\$thing" in
1904         .)
1905         if test -d \$dir/\$thing; then
1906                 echo \$dir
1907                 exit 0
1908         fi
1909         ;;
1910         *)
1911         for thisthing in \$dir/\$thing; do
1912                 : just loop through to pick last item
1913         done
1914         if test -f \$thisthing; then
1915                 echo \$thisthing
1916                 exit 0
1917         elif test -f \$dir/\$thing.exe; then
1918                 if test -n "$DJGPP"; then
1919                         echo \$dir/\$thing.exe
1920                 else
1921                         : on Eunice apparently
1922                         echo \$dir/\$thing
1923                 fi
1924                 exit 0
1925         fi
1926         ;;
1927         esac
1928 done
1929 echo \$dflt
1930 exit 1
1931 EOSC
1932 chmod +x loc
1933 $eunicefix loc
1934 loclist="
1935 awk
1936 cat
1937 comm
1938 cp
1939 echo
1940 expr
1941 grep
1942 ls
1943 make
1944 mkdir
1945 rm
1946 sed
1947 sort
1948 touch
1949 tr
1950 uniq
1951 "
1952 trylist="
1953 Mcc
1954 ar
1955 byacc
1956 cpp
1957 csh
1958 date
1959 egrep
1960 gzip
1961 less
1962 ln
1963 more
1964 nm
1965 nroff
1966 pg
1967 test
1968 uname
1969 zip
1970 "
1971 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1972 pth="$pth /lib /usr/lib"
1973 for file in $loclist; do
1974         eval xxx=\$$file
1975         case "$xxx" in
1976         /*|?:[\\/]*)
1977                 if test -f "$xxx"; then
1978                         : ok
1979                 else
1980                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
1981                         xxx=`./loc $file $file $pth`
1982                 fi
1983                 ;;
1984         '') xxx=`./loc $file $file $pth`;;
1985         *) xxx=`./loc $xxx $xxx $pth`;;
1986         esac
1987         eval $file=$xxx
1988         eval _$file=$xxx
1989         case "$xxx" in
1990         /*)
1991                 echo $file is in $xxx.
1992                 ;;
1993         ?:[\\/]*)
1994                 echo $file is in $xxx.
1995                 ;;
1996         *)
1997                 echo "I don't know where '$file' is, and my life depends on it." >&4
1998                 echo "Go find a public domain implementation or fix your PATH setting!" >&4
1999                 exit 1
2000                 ;;
2001         esac
2002 done
2003 echo " "
2004 echo "Don't worry if any of the following aren't found..."
2005 say=offhand
2006 for file in $trylist; do
2007         eval xxx=\$$file
2008         case "$xxx" in
2009         /*|?:[\\/]*)
2010                 if test -f "$xxx"; then
2011                         : ok
2012                 else
2013                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2014                         xxx=`./loc $file $file $pth`
2015                 fi
2016                 ;;
2017         '') xxx=`./loc $file $file $pth`;;
2018         *) xxx=`./loc $xxx $xxx $pth`;;
2019         esac
2020         eval $file=$xxx
2021         eval _$file=$xxx
2022         case "$xxx" in
2023         /*)
2024                 echo $file is in $xxx.
2025                 ;;
2026         ?:[\\/]*)
2027                 echo $file is in $xxx.
2028                 ;;
2029         *)
2030                 echo "I don't see $file out there, $say."
2031                 say=either
2032                 ;;
2033         esac
2034 done
2035 case "$egrep" in
2036 egrep)
2037         echo "Substituting grep for egrep."
2038         egrep=$grep
2039         ;;
2040 esac
2041 case "$ln" in
2042 ln)
2043         echo "Substituting cp for ln."
2044         ln=$cp
2045         ;;
2046 esac
2047 case "$test" in
2048 test)
2049         echo "Hopefully test is built into your sh."
2050         ;;
2051 *)
2052         if `sh -c "PATH= test true" >/dev/null 2>&1`; then
2053                 echo "Using the test built into your sh."
2054                 test=test
2055                 _test=test
2056         fi
2057         ;;
2058 esac
2059 case "$echo" in
2060 echo)
2061         echo "Hopefully echo is built into your sh."
2062         ;;
2063 '') ;;
2064 *)
2065         echo " "
2066 echo "Checking compatibility between $echo and builtin echo (if any)..." >&4
2067         $echo $n "hi there$c" >foo1
2068         echo $n "hi there$c" >foo2
2069         if cmp foo1 foo2 >/dev/null 2>&1; then
2070                 echo "They are compatible.  In fact, they may be identical."
2071         else
2072                 case "$n" in
2073                 '-n') n='' c='\c';;
2074                 *) n='-n' c='';;
2075                 esac
2076                 cat <<FOO
2077 They are not compatible!  You are probably running ksh on a non-USG system.
2078 I'll have to use $echo instead of the builtin, since Bourne shell doesn't
2079 have echo built in and we may have to run some Bourne shell scripts.  That
2080 means I'll have to use '$n$c' to suppress newlines now.  Life is ridiculous.
2081
2082 FOO
2083                 $echo $n "The star should be here-->$c"
2084                 $echo "*"
2085         fi
2086         $rm -f foo1 foo2
2087         ;;
2088 esac
2089
2090 cat <<EOS >checkcc
2091 $startsh
2092 EOS
2093 cat <<'EOSC' >>checkcc
2094 case "$cc" in
2095 '') ;;
2096 *)  $rm -f try try.*
2097     $cat >try.c <<EOM
2098 int main(int argc, char *argv[]) {
2099   return 0;
2100 }
2101 EOM
2102     if $cc $cflags -o try try.c; then
2103        :
2104     else
2105         echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2106         despair=yes
2107         trygcc=yes
2108         case "$cc" in
2109         *gcc*) trygcc=no ;;
2110         esac
2111         case "`$cc -v -c try.c 2>&1`" in
2112         *gcc*) trygcc=no ;;
2113         esac
2114         if $test X"$trygcc" = Xyes; then
2115             if gcc -o try -c try.c; then
2116                 echo " "
2117                 echo "You seem to have a working gcc, though." >&4
2118                 rp="Would you like to use it?"
2119                 dflt=y
2120                 if $test -f myread; then
2121                     . ./myread
2122                 else
2123                     if $test -f UU/myread; then
2124                         . ./UU/myread
2125                     else
2126                         echo "Cannot find myread, sorry.  Aborting." >&2
2127                         exit 1
2128                     fi
2129                 fi  
2130                 case "$ans" in
2131                 [yY]*) cc=gcc; ccname=gcc; ccflags=''; despair=no ;;
2132                 esac
2133             fi
2134         fi
2135         if $test X"$despair" = Xyes; then
2136             $cat >&4 <<EOM
2137 You need to find a working C compiler.
2138 Either (purchase and) install the C compiler supplied by your OS vendor,
2139 or for a free C compiler try http://gcc.gnu.org/
2140 I cannot continue any further, aborting.
2141 EOM
2142             exit 1
2143         fi
2144     fi
2145     $rm -f try try.*
2146     ;;
2147 esac
2148 EOSC
2149
2150 : determine whether symbolic links are supported
2151 echo " "
2152 $touch blurfl
2153 if $ln -s blurfl sym > /dev/null 2>&1 ; then
2154         echo "Symbolic links are supported." >&4
2155         lns="$ln -s"
2156 else
2157         echo "Symbolic links are NOT supported." >&4
2158         lns="$ln"
2159 fi
2160 $rm -f blurfl sym
2161
2162 : see whether [:lower:] and [:upper:] are supported character classes
2163 echo " "
2164 case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
2165 ABYZ)
2166         echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4
2167         up='[:upper:]'
2168         low='[:lower:]'
2169         ;;
2170 *)      # There is a discontinuity in EBCDIC between 'I' and 'J'
2171         # (0xc9 and 0xd1), therefore that is a nice testing point.
2172         if test "X$up" = X -o "X$low" = X; then
2173             case "`echo IJ | $tr '[I-J]' '[i-j]' 2>/dev/null`" in
2174             ij) up='[A-Z]'
2175                 low='[a-z]'
2176                 ;;
2177             esac
2178         fi
2179         if test "X$up" = X -o "X$low" = X; then
2180             case "`echo IJ | $tr I-J i-j 2>/dev/null`" in
2181             ij) up='A-Z'
2182                 low='a-z'
2183                 ;;
2184             esac
2185         fi
2186         if test "X$up" = X -o "X$low" = X; then
2187             case "`echo IJ | od -x 2>/dev/null`" in
2188             *C9D1*|*c9d1*)
2189                 echo "Hey, this might be EBCDIC." >&4
2190                 if test "X$up" = X -o "X$low" = X; then
2191                     case "`echo IJ | $tr '[A-IJ-RS-Z]' '[a-ij-rs-z]' 2>/dev/null`" in
2192                     ij) up='[A-IJ-RS-Z]'
2193                         low='[a-ij-rs-z]'
2194                         ;;
2195                     esac
2196                 fi
2197                 if test "X$up" = X -o "X$low" = X; then
2198                     case "`echo IJ | $tr A-IJ-RS-Z a-ij-rs-z 2>/dev/null`" in
2199                     ij) up='A-IJ-RS-Z'
2200                         low='a-ij-rs-z'
2201                         ;;
2202                     esac
2203                 fi
2204                 ;;
2205             esac
2206         fi
2207 esac
2208 case "`echo IJ | $tr \"$up\" \"$low\" 2>/dev/null`" in
2209 ij)
2210     echo "Using $up and $low to convert case." >&4
2211     ;;
2212 *)
2213     echo "I don't know how to translate letters from upper to lower case." >&4
2214     echo "Your tr is not acting any way I know of." >&4
2215     exit 1
2216     ;;
2217 esac
2218 : set up the translation script tr, must be called with ./tr of course
2219 cat >tr <<EOSC
2220 $startsh
2221 case "\$1\$2" in
2222 '[A-Z][a-z]') exec $tr '$up' '$low';;
2223 '[a-z][A-Z]') exec $tr '$low' '$up';;
2224 esac
2225 exec $tr "\$@"
2226 EOSC
2227 chmod +x tr
2228 $eunicefix tr
2229
2230 : Try to determine whether config.sh was made on this system
2231 case "$config_sh" in
2232 '')
2233 myuname=`$uname -a 2>/dev/null`
2234 $test -z "$myuname" && myuname=`hostname 2>/dev/null`
2235 # tr '[A-Z]' '[a-z]' would not work in EBCDIC
2236 # because the A-Z/a-z are not consecutive.
2237 myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \
2238         ./tr '[A-Z]' '[a-z]' | $tr $trnl ' '`
2239 newmyuname="$myuname"
2240 dflt=n
2241 case "$knowitall" in
2242 '')
2243         if test -f ../config.sh; then
2244                 if $contains myuname= ../config.sh >/dev/null 2>&1; then
2245                         eval "`grep myuname= ../config.sh`"
2246                 fi
2247                 if test "X$myuname" = "X$newmyuname"; then
2248                         dflt=y
2249                 fi
2250         fi
2251         ;;
2252 *) dflt=y;;
2253 esac
2254
2255 : Get old answers from old config file if Configure was run on the
2256 : same system, otherwise use the hints.
2257 hint=default
2258 cd ..
2259 if test -f config.sh; then
2260         echo " "
2261         rp="I see a config.sh file.  Shall I use it to set the defaults?"
2262         . UU/myread
2263         case "$ans" in
2264         n*|N*) echo "OK, I'll ignore it."; mv config.sh config.sh.old;;
2265         *)  echo "Fetching default answers from your old config.sh file..." >&4
2266                 tmp_n="$n"
2267                 tmp_c="$c"
2268                 tmp_sh="$sh"
2269                 . ./config.sh
2270                 cp config.sh UU
2271                 n="$tmp_n"
2272                 c="$tmp_c"
2273                 : Older versions did not always set $sh.  Catch re-use of such
2274                 : an old config.sh.
2275                 case "$sh" in
2276                 '') sh="$tmp_sh" ;;
2277                 esac
2278                 hint=previous
2279                 ;;
2280         esac
2281 fi
2282 . ./UU/checkcc
2283 if test ! -f config.sh; then
2284         $cat <<EOM
2285
2286 First time through, eh?  I have some defaults handy for some systems
2287 that need some extra help getting the Configure answers right:
2288
2289 EOM
2290         (cd $src/hints; ls -C *.sh) | $sed 's/\.sh/   /g' >&4
2291         dflt=''
2292         : Half the following guesses are probably wrong... If you have better
2293         : tests or hints, please send them to perlbug@perl.org
2294         : The metaconfig authors would also appreciate a copy...
2295         $test -f /irix && osname=irix
2296         $test -f /xenix && osname=sco_xenix
2297         $test -f /dynix && osname=dynix
2298         $test -f /dnix && osname=dnix
2299         $test -f /lynx.os && osname=lynxos
2300         $test -f /unicos && osname=unicos && osvers=`$uname -r`
2301         $test -f /unicosmk && osname=unicosmk && osvers=`$uname -r`
2302         $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
2303         $test -f /bin/mips && /bin/mips && osname=mips
2304         $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
2305                 $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
2306         $test -d /usr/apollo/bin && osname=apollo
2307         $test -f /etc/saf/_sactab && osname=svr4
2308         $test -d /usr/include/minix && osname=minix
2309         if $test -d /MachTen -o -d /MachTen_Folder; then
2310                 osname=machten
2311                 if $test -x /sbin/version; then
2312                         osvers=`/sbin/version | $awk '{print $2}' |
2313                         $sed -e 's/[A-Za-z]$//'`
2314                 elif $test -x /usr/etc/version; then
2315                         osvers=`/usr/etc/version | $awk '{print $2}' |
2316                         $sed -e 's/[A-Za-z]$//'`
2317                 else
2318                         osvers="$2.$3"
2319                 fi
2320         fi
2321
2322         $test -f /sys/posix.dll &&
2323                 $test -f /usr/bin/what &&
2324                 set X `/usr/bin/what /sys/posix.dll` &&
2325                 $test "$3" = UWIN &&
2326                 osname=uwin &&
2327                 osvers="$5"
2328
2329         if $test -f $uname; then
2330                 set X $myuname
2331                 shift
2332
2333                 case "$5" in
2334                 fps*) osname=fps ;;
2335                 mips*)
2336                         case "$4" in
2337                         umips) osname=umips ;;
2338                         *) osname=mips ;;
2339                         esac;;
2340                 [23]100) osname=mips ;;
2341                 next*) osname=next ;;
2342                 i386*)
2343                         tmp=`/bin/uname -X 2>/dev/null|awk '/3\.2v[45]/{ print $(NF) }'`
2344                         if $test "$tmp" != "" -a "$3" = "3.2" -a -f '/etc/systemid'; then
2345                                 osname='sco'
2346                                 osvers=$tmp
2347                         elif $test -f /etc/kconfig; then
2348                                 osname=isc
2349                                 if test "$lns" = "$ln -s"; then
2350                                         osvers=4
2351                                 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then
2352                                         osvers=3
2353                                 elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then
2354                                         osvers=2
2355                                 fi
2356                         fi
2357                         tmp=''
2358                         ;;
2359                 pc*)
2360                         if test -n "$DJGPP"; then
2361                                 osname=dos
2362                                 osvers=djgpp
2363                         fi
2364                         ;;
2365                 esac
2366
2367                 case "$1" in
2368                 aix) osname=aix
2369                         tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1`
2370                         case "$tmp" in
2371                         'not found') osvers="$4"."$3" ;;
2372                         '<3240'|'<>3240') osvers=3.2.0 ;;
2373                         '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;;
2374                         '=3250'|'>3250') osvers=3.2.5 ;;
2375                         *) osvers=$tmp;;
2376                         esac
2377                         ;;
2378                 bsd386) osname=bsd386
2379                         osvers=`$uname -r`
2380                         ;;
2381                 cygwin*) osname=cygwin
2382                         osvers="$3"
2383                         ;;
2384                 *dc.osx) osname=dcosx
2385                         osvers="$3"
2386                         ;;
2387                 dnix) osname=dnix
2388                         osvers="$3"
2389                         ;;
2390                 domainos) osname=apollo
2391                         osvers="$3"
2392                         ;;
2393                 dgux) osname=dgux 
2394                         osvers="$3"
2395                         ;;
2396                 dynixptx*) osname=dynixptx
2397                         osvers=`echo "$4"|sed 's/^v//'`
2398                         ;;
2399                 freebsd) osname=freebsd 
2400                         osvers="$3" ;;
2401                 genix) osname=genix ;;
2402                 hp*) osname=hpux 
2403                         osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
2404                         ;;
2405                 irix*) osname=irix
2406                         case "$3" in
2407                         4*) osvers=4 ;;
2408                         5*) osvers=5 ;;
2409                         *)      osvers="$3" ;;
2410                         esac
2411                         ;;
2412                 linux) osname=linux
2413                         case "$3" in
2414                         *)      osvers="$3" ;;
2415                         esac
2416                         ;;
2417                 MiNT) osname=mint
2418                         ;;
2419                 netbsd*) osname=netbsd
2420                         osvers="$3"
2421                         ;;
2422                 news-os) osvers="$3"
2423                         case "$3" in
2424                         4*) osname=newsos4 ;;
2425                         *) osname=newsos ;;
2426                         esac
2427                         ;;
2428                 next*) osname=next ;;
2429                 POSIX-BC | posix-bc ) osname=posix-bc
2430                         osvers="$3"
2431                         ;;
2432                 powerux | power_ux | powermax_os | powermaxos | \
2433                 powerunix | power_unix) osname=powerux
2434                         osvers="$3"
2435                         ;;
2436                 qnx) osname=qnx
2437                         osvers="$4"
2438                         ;;
2439                 solaris) osname=solaris
2440                         case "$3" in
2441                         5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2442                         *)      osvers="$3" ;;
2443                         esac
2444                         ;;
2445                 sunos) osname=sunos
2446                         case "$3" in
2447                         5*) osname=solaris
2448                                 osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2449                         *)      osvers="$3" ;;
2450                         esac
2451                         ;;
2452                 titanos) osname=titanos
2453                         case "$3" in
2454                         1*) osvers=1 ;;
2455                         2*) osvers=2 ;;
2456                         3*) osvers=3 ;;
2457                         4*) osvers=4 ;;
2458                         *)      osvers="$3" ;;
2459                         esac
2460                         ;;
2461                 ultrix) osname=ultrix
2462                         osvers="$3"
2463                         ;;
2464                 osf1|mls+)      case "$5" in
2465                                 alpha)
2466                                         osname=dec_osf
2467                                         osvers=`sizer -v | awk '{print $3}' |  tr '[A-Z]' '[a-z]' | sed 's/^[xvt]//'`
2468                                         case "$osvers" in
2469                                         [1-9].[0-9]*) ;;
2470                                         *) osvers=`echo "$3" | sed 's/^[xvt]//'` ;;
2471                                         esac
2472                                         ;;
2473                         hp*)    osname=hp_osf1  ;;
2474                         mips)   osname=mips_osf1 ;;
2475                         esac
2476                         ;;
2477                 unixware) osname=svr5
2478                         osvers="$4"
2479                         ;;
2480                 uts) osname=uts
2481                         osvers="$3"
2482                         ;;
2483                 $2) case "$osname" in
2484                         *isc*) ;;
2485                         *freebsd*) ;;
2486                         svr*)
2487                                 : svr4.x or possibly later
2488                                 case "svr$3" in 
2489                                 ${osname}*)
2490                                         osname=svr$3
2491                                         osvers=$4
2492                                         ;;
2493                                 esac
2494                                 case "$osname" in
2495                                 svr4.0)
2496                                         : Check for ESIX
2497                                         if test -f /stand/boot ; then
2498                                                 eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
2499                                                 if test -n "$INITPROG" -a -f "$INITPROG"; then
2500                         isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
2501                                                         if test -n "$isesix"; then
2502                                                                 osname=esix4
2503                                                         fi
2504                                                 fi
2505                                         fi
2506                                         ;;
2507                                 esac
2508                                 ;;
2509                         *)      if test -f /etc/systemid; then
2510                                         osname=sco
2511                                         set `echo $3 | $sed 's/\./ /g'` $4
2512                                         if $test -f $src/hints/sco_$1_$2_$3.sh; then
2513                                                 osvers=$1.$2.$3
2514                                         elif $test -f $src/hints/sco_$1_$2.sh; then
2515                                                 osvers=$1.$2
2516                                         elif $test -f $src/hints/sco_$1.sh; then
2517                                                 osvers=$1
2518                                         fi
2519                                 else
2520                                         case "$osname" in
2521                                         '') : Still unknown.  Probably a generic Sys V.
2522                                                 osname="sysv"
2523                                                 osvers="$3"
2524                                                 ;;
2525                                         esac
2526                                 fi
2527                                 ;;
2528                         esac
2529                         ;;
2530                 *)      case "$osname" in
2531                         '') : Still unknown.  Probably a generic BSD.
2532                                 osname="$1"
2533                                 osvers="$3"
2534                                 ;;
2535                         esac
2536                         ;;
2537                 esac
2538         else
2539                 if test -f /vmunix -a -f $src/hints/news_os.sh; then
2540                         (what /vmunix | UU/tr '[A-Z]' '[a-z]') > UU/kernel.what 2>&1
2541                         if $contains news-os UU/kernel.what >/dev/null 2>&1; then
2542                                 osname=news_os
2543                         fi
2544                         $rm -f UU/kernel.what
2545                 elif test -d c:/.; then
2546                         set X $myuname
2547                         osname=os2
2548                         osvers="$5"
2549                 fi
2550         fi
2551         
2552         : Now look for a hint file osname_osvers, unless one has been
2553         : specified already.
2554         case "$hintfile" in
2555         ''|' ')
2556                 file=`echo "${osname}_${osvers}" | $sed -e 's%\.%_%g' -e 's%_$%%'`
2557                 : Also try without trailing minor version numbers.
2558                 xfile=`echo $file | $sed -e 's%_[^_]*$%%'`
2559                 xxfile=`echo $xfile | $sed -e 's%_[^_]*$%%'`
2560                 xxxfile=`echo $xxfile | $sed -e 's%_[^_]*$%%'`
2561                 xxxxfile=`echo $xxxfile | $sed -e 's%_[^_]*$%%'`
2562                 case "$file" in
2563                 '') dflt=none ;;
2564                 *)  case "$osvers" in
2565                         '') dflt=$file
2566                                 ;;
2567                         *)  if $test -f $src/hints/$file.sh ; then
2568                                         dflt=$file
2569                                 elif $test -f $src/hints/$xfile.sh ; then
2570                                         dflt=$xfile
2571                                 elif $test -f $src/hints/$xxfile.sh ; then
2572                                         dflt=$xxfile
2573                                 elif $test -f $src/hints/$xxxfile.sh ; then
2574                                         dflt=$xxxfile
2575                                 elif $test -f $src/hints/$xxxxfile.sh ; then
2576                                         dflt=$xxxxfile
2577                                 elif $test -f "$src/hints/${osname}.sh" ; then
2578                                         dflt="${osname}"
2579                                 else
2580                                         dflt=none
2581                                 fi
2582                                 ;;
2583                         esac
2584                         ;;
2585                 esac
2586                 if $test -f Policy.sh ; then
2587                         case "$dflt" in
2588                         *Policy*) ;;
2589                         none) dflt="Policy" ;;
2590                         *) dflt="Policy $dflt" ;;
2591                         esac
2592                 fi
2593                 ;;
2594         *)
2595                 dflt=`echo $hintfile | $sed 's/\.sh$//'`
2596                 ;;
2597         esac
2598
2599         if $test -f Policy.sh ; then
2600                 $cat <<EOM
2601
2602 There's also a Policy hint file available, which should make the
2603 site-specific (policy) questions easier to answer.
2604 EOM
2605
2606         fi
2607
2608         $cat <<EOM
2609
2610 You may give one or more space-separated answers, or "none" if appropriate.
2611 A well-behaved OS will have no hints, so answering "none" or just "Policy"
2612 is a good thing.  DO NOT give a wrong version or a wrong OS.
2613
2614 EOM
2615
2616         rp="Which of these apply, if any?"
2617         . UU/myread
2618         tans=$ans
2619         for file in $tans; do
2620                 if $test X$file = XPolicy -a -f Policy.sh; then
2621                         . Policy.sh
2622                         $cat Policy.sh >> UU/config.sh
2623                 elif $test -f $src/hints/$file.sh; then
2624                         . $src/hints/$file.sh
2625                         $cat $src/hints/$file.sh >> UU/config.sh
2626                 elif $test X$tans = X -o X$tans = Xnone ; then
2627                         : nothing
2628                 else
2629                         : Give one chance to correct a possible typo.
2630                         echo "$file.sh does not exist"
2631                         dflt=$file
2632                         rp="hint to use instead?"
2633                         . UU/myread
2634                         for file in $ans; do
2635                                 if $test -f "$src/hints/$file.sh"; then
2636                                         . $src/hints/$file.sh
2637                                         $cat $src/hints/$file.sh >> UU/config.sh
2638                                 elif $test X$ans = X -o X$ans = Xnone ; then
2639                                         : nothing
2640                                 else
2641                                         echo "$file.sh does not exist -- ignored."
2642                                 fi
2643                         done
2644                 fi
2645         done
2646
2647         hint=recommended
2648         : Remember our hint file for later.
2649         if $test -f "$src/hints/$file.sh" ; then
2650                 hintfile="$file"
2651         else
2652                 hintfile=''
2653         fi
2654 fi
2655 cd UU
2656 ;;
2657 *)
2658         echo " "
2659         echo "Fetching default answers from $config_sh..." >&4
2660         tmp_n="$n"
2661         tmp_c="$c"
2662         cd ..
2663         cp $config_sh config.sh 2>/dev/null
2664         chmod +w config.sh
2665         . ./config.sh
2666         cd UU
2667         cp ../config.sh .
2668         n="$tmp_n"
2669         c="$tmp_c"
2670         hint=previous
2671         ;;
2672 esac
2673 test "$override" && . ./optdef.sh
2674 myuname="$newmyuname"
2675
2676 : Restore computed paths
2677 for file in $loclist $trylist; do
2678         eval $file="\$_$file"
2679 done
2680
2681 cat << EOM
2682
2683 Configure uses the operating system name and version to set some defaults.
2684 The default value is probably right if the name rings a bell. Otherwise,
2685 since spelling matters for me, either accept the default or answer "none"
2686 to leave it blank.
2687
2688 EOM
2689 case "$osname" in
2690         ''|' ')
2691                 case "$hintfile" in
2692                 ''|' '|none) dflt=none ;;
2693                 *)  dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
2694                 esac
2695                 ;;
2696         *) dflt="$osname" ;;
2697 esac
2698 rp="Operating system name?"
2699 . ./myread
2700 case "$ans" in
2701 none)  osname='' ;;
2702 *) osname=`echo "$ans" | $sed -e 's/[   ][      ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
2703 esac
2704 echo " "
2705 case "$osvers" in
2706         ''|' ')
2707                 case "$hintfile" in
2708                 ''|' '|none) dflt=none ;;
2709                 *)      dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
2710                         dflt=`echo $dflt | $sed -e 's/^_//' -e 's/_/./g'`
2711                         case "$dflt" in
2712                         ''|' ') dflt=none ;;
2713                         esac
2714                         ;;
2715                 esac
2716                 ;;
2717         *) dflt="$osvers" ;;
2718 esac
2719 rp="Operating system version?"
2720 . ./myread
2721 case "$ans" in
2722 none)  osvers='' ;;
2723 *) osvers="$ans" ;;
2724 esac
2725
2726
2727 . ./posthint.sh
2728
2729 : who configured the system
2730 cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
2731 cf_by=`(logname) 2>/dev/null`
2732 case "$cf_by" in
2733 "")
2734         cf_by=`(whoami) 2>/dev/null`
2735         case "$cf_by" in
2736         "") cf_by=unknown ;;
2737         esac ;;
2738 esac
2739
2740 : set up the script used to warn in case of inconsistency
2741 cat <<EOS >whoa
2742 $startsh
2743 EOS
2744 cat <<'EOSC' >>whoa
2745 dflt=y
2746 echo " "
2747 echo "*** WHOA THERE!!! ***" >&4
2748 echo "    The $hint value for \$$var on this machine was \"$was\"!" >&4
2749 rp="    Keep the $hint value?"
2750 . ./myread
2751 case "$ans" in
2752 y) td=$was; tu=$was;;
2753 esac
2754 EOSC
2755
2756 : function used to set $1 to $val
2757 setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef;
2758 case "$val$was" in
2759 $define$undef) . ./whoa; eval "$var=\$td";;
2760 $undef$define) . ./whoa; eval "$var=\$tu";;
2761 *) eval "$var=$val";;
2762 esac'
2763
2764 case "$usethreads" in
2765 $define|true|[yY]*)     dflt='y';;
2766 *) dflt='n';;
2767 esac
2768 cat <<EOM
2769
2770 Perl can be built to take advantage of threads on some systems.
2771 To do so, Configure can be run with -Dusethreads.
2772
2773 Note that threading is a highly experimental feature, and
2774 some known race conditions still remain.  If you choose to try
2775 it, be very sure to not actually deploy it for production
2776 purposes.  README.threads has more details, and is required
2777 reading if you enable threads.
2778
2779 If this doesn't make any sense to you, just accept the default '$dflt'.
2780 EOM
2781 rp='Build a threading Perl?'
2782 . ./myread
2783 case "$ans" in
2784 y|Y)    val="$define" ;;
2785 *)      val="$undef" ;;
2786 esac
2787 set usethreads
2788 eval $setvar
2789
2790 case "$usethreads" in
2791 $define)
2792         $cat <<EOM
2793
2794 As of 5.5.640, Perl has two different internal threading implementations,
2795 the 5.005 version (5005threads) and an interpreter-based version
2796 (ithreads) that has one interpreter per thread.  Both are very 
2797 experimental.  This arrangement exists to help developers work out
2798 which one is better.
2799
2800 If you're a casual user, you probably don't want interpreter-threads
2801 at this time.  There doesn't yet exist a way to create threads from
2802 within Perl in this model, i.e., "use Thread;" will NOT work.
2803 EOM
2804         : Default to ithreads unless overridden on command line or with
2805         : old config.sh
2806         dflt='y'
2807         case "$use5005threads" in
2808                 $define|true|[yY]*) dflt='n';;
2809         esac
2810         case "$useithreads" in
2811                 $undef|false|[nN]*) dflt='n';;
2812         esac
2813         rp='Use interpreter-based ithreads?'
2814         . ./myread
2815         case "$ans" in
2816         y|Y)    val="$define" ;;
2817         *)      val="$undef" ;;
2818         esac
2819         set useithreads
2820         eval $setvar
2821         : Now set use5005threads to the opposite value.
2822         case "$useithreads" in
2823         $define) val="$undef" ;;
2824         *) val="$define" ;;
2825         esac
2826         set use5005threads
2827         eval $setvar
2828         ;;
2829 *)
2830         useithreads="$undef"
2831         use5005threads="$undef"
2832         ;;
2833 esac
2834
2835 case "$d_oldpthreads" in
2836 '')     : Configure tests would be welcome here.  For now, assume undef.
2837         val="$undef" ;;
2838 *)      val="$d_oldpthreads" ;;
2839 esac
2840 set d_oldpthreads
2841 eval $setvar
2842
2843
2844 case "$usethreads" in
2845 "$define"|true|[yY]*)
2846 : Look for a hint-file generated 'call-back-unit'.  If the
2847 : user has specified that a threading perl is to be built,
2848 : we may need to set or change some other defaults.
2849         if $test -f usethreads.cbu; then
2850                 echo "Your platform has some specific hints for threaded builds, using them..."
2851                 . ./usethreads.cbu
2852         else
2853                 $cat <<EOM
2854 (Your platform doesn't have any specific hints for threaded builds.
2855  Assuming POSIX threads, then.)
2856 EOM
2857         fi
2858         ;;
2859 esac
2860
2861 cat <<EOM
2862
2863 Perl can be built so that multiple Perl interpreters can coexist
2864 within the same Perl executable.
2865 EOM
2866
2867 case "$useithreads" in
2868 $define)
2869         cat <<EOM
2870 This multiple interpreter support is required for interpreter-based threads.
2871 EOM
2872         val="$define"
2873         ;;
2874 *)      case "$usemultiplicity" in
2875         $define|true|[yY]*)     dflt='y';;
2876         *) dflt='n';;
2877         esac
2878         echo " "
2879         echo "If this doesn't make any sense to you, just accept the default '$dflt'."
2880         rp='Build Perl for multiplicity?'
2881         . ./myread
2882         case "$ans" in
2883         y|Y)    val="$define" ;;
2884         *)      val="$undef" ;;
2885         esac
2886         ;;
2887 esac
2888 set usemultiplicity
2889 eval $setvar
2890
2891 : make some quick guesses about what we are up against
2892 echo " "
2893 $echo $n "Hmm...  $c"
2894 echo exit 1 >bsd
2895 echo exit 1 >usg
2896 echo exit 1 >v7
2897 echo exit 1 >osf1
2898 echo exit 1 >eunice
2899 echo exit 1 >xenix
2900 echo exit 1 >venix
2901 echo exit 1 >os2
2902 d_bsd="$undef"
2903 $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null
2904 if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1
2905 then
2906         echo "Looks kind of like an OSF/1 system, but we'll see..."
2907         echo exit 0 >osf1
2908 elif test `echo abc | tr a-z A-Z` = Abc ; then
2909         xxx=`./loc addbib blurfl $pth`
2910         if $test -f $xxx; then
2911         echo "Looks kind of like a USG system with BSD features, but we'll see..."
2912                 echo exit 0 >bsd
2913                 echo exit 0 >usg
2914         else
2915                 if $contains SIGTSTP foo >/dev/null 2>&1 ; then
2916                         echo "Looks kind of like an extended USG system, but we'll see..."
2917                 else
2918                         echo "Looks kind of like a USG system, but we'll see..."
2919                 fi
2920                 echo exit 0 >usg
2921         fi
2922 elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
2923         echo "Looks kind of like a BSD system, but we'll see..."
2924         d_bsd="$define"
2925         echo exit 0 >bsd
2926 else
2927         echo "Looks kind of like a Version 7 system, but we'll see..."
2928         echo exit 0 >v7
2929 fi
2930 case "$eunicefix" in
2931 *unixtovms*)
2932         $cat <<'EOI'
2933 There is, however, a strange, musty smell in the air that reminds me of
2934 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
2935 EOI
2936         echo exit 0 >eunice
2937         d_eunice="$define"
2938 : it so happens the Eunice I know will not run shell scripts in Unix format
2939         ;;
2940 *)
2941         echo " "
2942         echo "Congratulations.  You aren't running Eunice."
2943         d_eunice="$undef"
2944         ;;
2945 esac
2946 : Detect OS2.  The p_ variable is set above in the Head.U unit.
2947 : Note that this also -- wrongly -- detects e.g. dos-djgpp, which also uses
2948 : semicolon as a patch separator
2949 case "$p_" in
2950 :) ;;
2951 *)
2952         $cat <<'EOI'
2953 I have the feeling something is not exactly right, however...don't tell me...
2954 lemme think...does HAL ring a bell?...no, of course, you're only running OS/2!
2955 (Or you may be running DOS with DJGPP.)
2956 EOI
2957         echo exit 0 >os2
2958         ;;
2959 esac
2960 if test -f /xenix; then
2961         echo "Actually, this looks more like a XENIX system..."
2962         echo exit 0 >xenix
2963         d_xenix="$define"
2964 else
2965         echo " "
2966         echo "It's not Xenix..."
2967         d_xenix="$undef"
2968 fi
2969 chmod +x xenix
2970 $eunicefix xenix
2971 if test -f /venix; then
2972         echo "Actually, this looks more like a VENIX system..."
2973         echo exit 0 >venix
2974 else
2975         echo " "
2976         if ./xenix; then
2977                 : null
2978         else
2979                 echo "Nor is it Venix..."
2980         fi
2981 fi
2982 chmod +x bsd usg v7 osf1 eunice xenix venix os2
2983 $eunicefix bsd usg v7 osf1 eunice xenix venix os2
2984 $rm -f foo
2985
2986 case "$cc" in
2987 '') dflt=cc;;
2988 *) dflt="$cc";;
2989 esac
2990 rp="Use which C compiler?"
2991 . ./myread
2992 cc="$ans"
2993 : Look for a hint-file generated 'call-back-unit'.  Now that the
2994 : user has specified the compiler, we may need to set or change some
2995 : other defaults.
2996 if $test -f cc.cbu; then
2997     . ./cc.cbu
2998 fi
2999 . ./checkcc
3000
3001 echo " "
3002 echo "Checking for GNU cc in disguise and/or its version number..." >&4
3003 $cat >gccvers.c <<EOM
3004 #include <stdio.h>
3005 int main() {
3006 #ifdef __GNUC__
3007 #ifdef __VERSION__
3008         printf("%s\n", __VERSION__);
3009 #else
3010         printf("%s\n", "1");
3011 #endif
3012 #endif
3013         exit(0);
3014 }
3015 EOM
3016 if $cc $ldflags -o gccvers gccvers.c; then
3017         gccversion=`./gccvers`
3018         case "$gccversion" in
3019         '') echo "You are not using GNU cc." ;;
3020         *)  echo "You are using GNU cc $gccversion."
3021             ccname=gcc  
3022             ;;
3023         esac
3024 else
3025         echo " "
3026         echo "*** WHOA THERE!!! ***" >&4
3027         echo "    Your C compiler \"$cc\" doesn't seem to be working!" >&4
3028         case "$knowitall" in
3029         '')
3030         echo "    You'd better start hunting for one and let me know about it." >&4
3031                 exit 1
3032                 ;;
3033         esac
3034 fi
3035 $rm -f gccvers*
3036 case "$gccversion" in
3037 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
3038 esac
3039 case "$gccversion" in
3040 '') gccosandvers='' ;;
3041 *) gccshortvers=`echo "$gccversion"|sed 's/ .*//'`
3042    gccosandvers=`$cc -v 2>&1|grep '/specs$'|sed "s!.*/[^-/]*-[^-/]*-\([^-/]*\)/$gccshortvers/specs!\1!"`
3043    gccshortvers=''
3044    case "$gccosandvers" in
3045    $osname) gccosandvers='' ;; # linux gccs seem to have no linux osvers, grr
3046    $osname$osvers) ;; # looking good
3047    $osname*) cat <<EOM >&4
3048
3049 *** WHOA THERE!!! ***
3050
3051     Your gcc has not been compiled for the exact release of
3052     your operating system ($gccosandvers versus $osname$osvers).
3053
3054     In general it is a good idea to keep gcc synchronized with
3055     the operating system because otherwise serious problems
3056     may ensue when trying to compile software, like Perl.
3057
3058     I'm trying to be optimistic here, though, and will continue.
3059     If later during the configuration and build icky compilation
3060     problems appear (headerfile conflicts being the most common
3061     manifestation), I suggest reinstalling the gcc to match
3062     your operating system release.
3063
3064 EOM
3065       ;;
3066    *) gccosandvers='' ;; # failed to parse, better be silent
3067    esac
3068    ;;
3069 esac
3070 case "$ccname" in
3071 '') ccname="$cc" ;;
3072 esac
3073
3074 : see how we invoke the C preprocessor
3075 echo " "
3076 echo "Now, how can we feed standard input to your C preprocessor..." >&4
3077 cat <<'EOT' >testcpp.c
3078 #define ABC abc
3079 #define XYZ xyz
3080 ABC.XYZ
3081 EOT
3082 cd ..
3083 if test ! -f cppstdin; then
3084         if test "X$osname" = "Xaix" -a "X$gccversion" = X; then
3085                 # AIX cc -E doesn't show the absolute headerfile
3086                 # locations but we'll cheat by using the -M flag.
3087                 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
3088         else
3089                 echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin
3090         fi
3091 else
3092         echo "Keeping your $hint cppstdin wrapper."
3093 fi
3094 chmod 755 cppstdin
3095 wrapper=`pwd`/cppstdin
3096 ok='false'
3097 cd UU
3098
3099 if $test "X$cppstdin" != "X" && \
3100         $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \
3101         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3102 then
3103         echo "You used to use $cppstdin $cppminus so we'll use that again."
3104         case "$cpprun" in
3105         '') echo "But let's see if we can live without a wrapper..." ;;
3106         *)
3107                 if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
3108                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3109                 then
3110                         echo "(And we'll use $cpprun $cpplast to preprocess directly.)"
3111                         ok='true'
3112                 else
3113                         echo "(However, $cpprun $cpplast does not work, let's see...)"
3114                 fi
3115                 ;;
3116         esac
3117 else
3118         case "$cppstdin" in
3119         '') ;;
3120         *)
3121                 echo "Good old $cppstdin $cppminus does not seem to be of any help..."
3122                 ;;
3123         esac
3124 fi
3125
3126 if $ok; then
3127         : nothing
3128 elif echo 'Maybe "'"$cc"' -E" will work...'; \
3129         $cc -E <testcpp.c >testcpp.out 2>&1; \
3130         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3131         echo "Yup, it does."
3132         x_cpp="$cc -E"
3133         x_minus='';
3134 elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \
3135         $cc -E - <testcpp.c >testcpp.out 2>&1; \
3136         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3137         echo "Yup, it does."
3138         x_cpp="$cc -E"
3139         x_minus='-';
3140 elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \
3141         $cc -P <testcpp.c >testcpp.out 2>&1; \
3142         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3143         echo "Yipee, that works!"
3144         x_cpp="$cc -P"
3145         x_minus='';
3146 elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \
3147         $cc -P - <testcpp.c >testcpp.out 2>&1; \
3148         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3149         echo "At long last!"
3150         x_cpp="$cc -P"
3151         x_minus='-';
3152 elif echo 'No such luck, maybe "'$cpp'" will work...'; \
3153         $cpp <testcpp.c >testcpp.out 2>&1; \
3154         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3155         echo "It works!"
3156         x_cpp="$cpp"
3157         x_minus='';
3158 elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \
3159         $cpp - <testcpp.c >testcpp.out 2>&1; \
3160         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3161         echo "Hooray, it works!  I was beginning to wonder."
3162         x_cpp="$cpp"
3163         x_minus='-';
3164 elif echo 'Uh-uh.  Time to get fancy.  Trying a wrapper...'; \
3165         $wrapper <testcpp.c >testcpp.out 2>&1; \
3166         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3167         x_cpp="$wrapper"
3168         x_minus=''
3169         echo "Eureka!"
3170 else
3171         dflt=''
3172         rp="No dice.  I can't find a C preprocessor.  Name one:"
3173         . ./myread
3174         x_cpp="$ans"
3175         x_minus=''
3176         $x_cpp <testcpp.c >testcpp.out 2>&1
3177         if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3178                 echo "OK, that will do." >&4
3179         else
3180 echo "Sorry, I can't get that to work.  Go find one and rerun Configure." >&4
3181                 exit 1
3182         fi
3183 fi
3184
3185 case "$ok" in
3186 false)
3187         cppstdin="$x_cpp"
3188         cppminus="$x_minus"
3189         cpprun="$x_cpp"
3190         cpplast="$x_minus"
3191         set X $x_cpp
3192         shift
3193         case "$1" in
3194         "$cpp")
3195                 echo "Perhaps can we force $cc -E using a wrapper..."
3196                 if $wrapper <testcpp.c >testcpp.out 2>&1; \
3197                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3198                 then
3199                         echo "Yup, we can."
3200                         cppstdin="$wrapper"
3201                         cppminus='';
3202                 else
3203                         echo "Nope, we'll have to live without it..."
3204                 fi
3205                 ;;
3206         esac
3207         case "$cpprun" in
3208         "$wrapper")
3209                 cpprun=''
3210                 cpplast=''
3211                 ;;
3212         esac
3213         ;;
3214 esac
3215
3216 case "$cppstdin" in
3217 "$wrapper"|'cppstdin') ;;
3218 *) $rm -f $wrapper;;
3219 esac
3220 $rm -f testcpp.c testcpp.out
3221
3222 : decide how portable to be.  Allow command line overrides.
3223 case "$d_portable" in
3224 "$undef") ;;
3225 *)      d_portable="$define" ;;
3226 esac
3227
3228 : set up shell script to do ~ expansion
3229 cat >filexp <<EOSS
3230 $startsh
3231 : expand filename
3232 case "\$1" in
3233  ~/*|~)
3234         echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
3235         ;;
3236  ~*)
3237         if $test -f /bin/csh; then
3238                 /bin/csh -f -c "glob \$1"
3239                 failed=\$?
3240                 echo ""
3241                 exit \$failed
3242         else
3243                 name=\`$expr x\$1 : '..\([^/]*\)'\`
3244                 dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
3245                 if $test ! -d "\$dir"; then
3246                         me=\`basename \$0\`
3247                         echo "\$me: can't locate home directory for: \$name" >&2
3248                         exit 1
3249                 fi
3250                 case "\$1" in
3251                 */*)
3252                         echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
3253                         ;;
3254                 *)
3255                         echo \$dir
3256                         ;;
3257                 esac
3258         fi
3259         ;;
3260 *)
3261         echo \$1
3262         ;;
3263 esac
3264 EOSS
3265 chmod +x filexp
3266 $eunicefix filexp
3267
3268 : now set up to get a file name
3269 cat <<EOS >getfile
3270 $startsh
3271 EOS
3272 cat <<'EOSC' >>getfile
3273 tilde=''
3274 fullpath=''
3275 already=''
3276 skip=''
3277 none_ok=''
3278 exp_file=''
3279 nopath_ok=''
3280 orig_rp="$rp"
3281 orig_dflt="$dflt"
3282 case "$gfpth" in
3283 '') gfpth='.' ;;
3284 esac
3285
3286 case "$fn" in
3287 *\(*)
3288         expr $fn : '.*(\(.*\)).*' | tr ',' $trnl >getfile.ok
3289         fn=`echo $fn | sed 's/(.*)//'`
3290         ;;
3291 esac
3292
3293 case "$fn" in
3294 *:*)
3295         loc_file=`expr $fn : '.*:\(.*\)'`
3296         fn=`expr $fn : '\(.*\):.*'`
3297         ;;
3298 esac
3299
3300 case "$fn" in
3301 *~*) tilde=true;;
3302 esac
3303 case "$fn" in
3304 */*) fullpath=true;;
3305 esac
3306 case "$fn" in
3307 *+*) skip=true;;
3308 esac
3309 case "$fn" in
3310 *n*) none_ok=true;;
3311 esac
3312 case "$fn" in
3313 *e*) exp_file=true;;
3314 esac
3315 case "$fn" in
3316 *p*) nopath_ok=true;;
3317 esac
3318
3319 case "$fn" in
3320 *f*) type='File';;
3321 *d*) type='Directory';;
3322 *l*) type='Locate';;
3323 esac
3324
3325 what="$type"
3326 case "$what" in
3327 Locate) what='File';;
3328 esac
3329
3330 case "$exp_file" in
3331 '')
3332         case "$d_portable" in
3333         "$define") ;;
3334         *) exp_file=true;;
3335         esac
3336         ;;
3337 esac
3338
3339 cd ..
3340 while test "$type"; do
3341         redo=''
3342         rp="$orig_rp"
3343         dflt="$orig_dflt"
3344         case "$tilde" in
3345         true) rp="$rp (~name ok)";;
3346         esac
3347         . UU/myread
3348         if test -f UU/getfile.ok && \
3349                 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
3350         then
3351                 value="$ans"
3352                 ansexp="$ans"
3353                 break
3354         fi
3355         case "$ans" in
3356         none)
3357                 value=''
3358                 ansexp=''
3359                 case "$none_ok" in
3360                 true) type='';;
3361                 esac
3362                 ;;
3363         *)
3364                 case "$tilde" in
3365                 '') value="$ans"
3366                         ansexp="$ans";;
3367                 *)
3368                         value=`UU/filexp $ans`
3369                         case $? in
3370                         0)
3371                                 if test "$ans" != "$value"; then
3372                                         echo "(That expands to $value on this system.)"
3373                                 fi
3374                                 ;;
3375                         *) value="$ans";;
3376                         esac
3377                         ansexp="$value"
3378                         case "$exp_file" in
3379                         '') value="$ans";;
3380                         esac
3381                         ;;
3382                 esac
3383                 case "$fullpath" in
3384                 true)
3385                         case "$ansexp" in
3386                         /*) value="$ansexp" ;;
3387                         [a-zA-Z]:/*) value="$ansexp" ;;
3388                         *)
3389                                 redo=true
3390                                 case "$already" in
3391                                 true)
3392                                 echo "I shall only accept a full path name, as in /bin/ls." >&4
3393                                 echo "Use a ! shell escape if you wish to check pathnames." >&4
3394                                         ;;
3395                                 *)
3396                                 echo "Please give a full path name, starting with slash." >&4
3397                                         case "$tilde" in
3398                                         true)
3399                                 echo "Note that using ~name is ok provided it expands well." >&4
3400                                                 already=true
3401                                                 ;;
3402                                         esac
3403                                 esac
3404                                 ;;
3405                         esac
3406                         ;;
3407                 esac
3408                 case "$redo" in
3409                 '')
3410                         case "$type" in
3411                         File)
3412                                 for fp in $gfpth; do
3413                                         if test "X$fp" = X.; then
3414                                             pf="$ansexp"
3415                                         else    
3416                                             pf="$fp/$ansexp"
3417                                         fi
3418                                         if test -f "$pf"; then
3419                                                 type=''
3420                                         elif test -r "$pf" || (test -h "$pf") >/dev/null 2>&1
3421                                         then
3422                                                 echo "($value is not a plain file, but that's ok.)"
3423                                                 type=''
3424                                         fi
3425                                         if test X"$type" = X; then
3426                                             value="$pf"
3427                                             break
3428                                         fi
3429                                 done
3430                                 ;;
3431                         Directory)
3432                                 for fp in $gfpth; do
3433                                         if test "X$fp" = X.; then
3434                                             dir="$ans"
3435                                             direxp="$ansexp"
3436                                         else    
3437                                             dir="$fp/$ansexp"
3438                                             direxp="$fp/$ansexp"
3439                                         fi
3440                                         if test -d "$direxp"; then
3441                                                 type=''
3442                                                 value="$dir"
3443                                                 break
3444                                         fi
3445                                 done
3446                                 ;;
3447                         Locate)
3448                                 if test -d "$ansexp"; then
3449                                         echo "(Looking for $loc_file in directory $value.)"
3450                                         value="$value/$loc_file"
3451                                         ansexp="$ansexp/$loc_file"
3452                                 fi
3453                                 if test -f "$ansexp"; then
3454                                         type=''
3455                                 fi
3456                                 case "$nopath_ok" in
3457                                 true)   case "$value" in
3458                                         */*) ;;
3459                                         *)      echo "Assuming $value will be in people's path."
3460                                                 type=''
3461                                                 ;;
3462                                         esac
3463                                         ;;
3464                                 esac
3465                                 ;;
3466                         esac
3467
3468                         case "$skip" in
3469                         true) type='';
3470                         esac
3471
3472                         case "$type" in
3473                         '') ;;
3474                         *)
3475                                 if test "$fastread" = yes; then
3476                                         dflt=y
3477                                 else
3478                                         dflt=n
3479                                 fi
3480                                 rp="$what $value doesn't exist.  Use that name anyway?"
3481                                 . UU/myread
3482                                 dflt=''
3483                                 case "$ans" in
3484                                 y*) type='';;
3485                                 *) echo " ";;
3486                                 esac
3487                                 ;;
3488                         esac
3489                         ;;
3490                 esac
3491                 ;;
3492         esac
3493 done
3494 cd UU
3495 ans="$value"
3496 rp="$orig_rp"
3497 dflt="$orig_dflt"
3498 rm -f getfile.ok
3499 test "X$gfpthkeep" != Xy && gfpth=""
3500 EOSC
3501
3502 : What should the include directory be ?
3503 echo " "
3504 $echo $n "Hmm...  $c"
3505 dflt='/usr/include'
3506 incpath=''
3507 mips_type=''
3508 if $test -f /bin/mips && /bin/mips; then
3509         echo "Looks like a MIPS system..."
3510         $cat >usr.c <<'EOCP'
3511 #ifdef SYSTYPE_BSD43
3512 /bsd43
3513 #endif
3514 EOCP
3515         if cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then
3516                 dflt='/bsd43/usr/include'
3517                 incpath='/bsd43'
3518                 mips_type='BSD 4.3'
3519         else
3520                 mips_type='System V'
3521         fi
3522         $rm -f usr.c usr.out
3523         echo "and you're compiling with the $mips_type compiler and libraries."
3524         xxx_prompt=y
3525         echo "exit 0" >mips
3526 else
3527         echo "Doesn't look like a MIPS system."
3528         xxx_prompt=n
3529         echo "exit 1" >mips
3530 fi
3531 chmod +x mips
3532 $eunicefix mips
3533 case "$usrinc" in
3534 '') ;;
3535 *) dflt="$usrinc";;
3536 esac
3537 case "$xxx_prompt" in
3538 y)      fn=d/
3539         echo " "
3540         rp='Where are the include files you want to use?'
3541         . ./getfile
3542         usrinc="$ans"
3543         ;;
3544 *)      usrinc="$dflt"
3545         ;;
3546 esac
3547
3548 : Set private lib path
3549 case "$plibpth" in
3550 '') if ./mips; then
3551                 plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
3552         fi;;
3553 esac
3554 case "$libpth" in
3555 ' ') dlist='';;
3556 '') dlist="$loclibpth $plibpth $glibpth";;
3557 *) dlist="$libpth";;
3558 esac
3559
3560 : Now check and see which directories actually exist, avoiding duplicates
3561 libpth=''
3562 for xxx in $dlist
3563 do
3564     if $test -d $xxx; then
3565                 case " $libpth " in
3566                 *" $xxx "*) ;;
3567                 *) libpth="$libpth $xxx";;
3568                 esac
3569     fi
3570 done
3571 $cat <<'EOM'
3572
3573 Some systems have incompatible or broken versions of libraries.  Among
3574 the directories listed in the question below, please remove any you
3575 know not to be holding relevant libraries, and add any that are needed.
3576 Say "none" for none.
3577
3578 EOM
3579 case "$libpth" in
3580 '') dflt='none';;
3581 *)
3582         set X $libpth
3583         shift
3584         dflt=${1+"$@"}
3585         ;;
3586 esac
3587 rp="Directories to use for library searches?"
3588 . ./myread
3589 case "$ans" in
3590 none) libpth=' ';;
3591 *) libpth="$ans";;
3592 esac
3593
3594 : compute shared library extension
3595 case "$so" in
3596 '')
3597         if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
3598                 dflt='sl'
3599         else
3600                 dflt='so'
3601         fi
3602         ;;
3603 *) dflt="$so";;
3604 esac
3605 $cat <<EOM
3606
3607 On some systems, shared libraries may be available.  Answer 'none' if
3608 you want to suppress searching of shared libraries for the remainder
3609 of this configuration.
3610
3611 EOM
3612 rp='What is the file extension used for shared libraries?'
3613 . ./myread
3614 so="$ans"
3615
3616 : Define several unixisms.
3617 : Hints files or command line option can be used to override them.
3618 : The convoluted testing is in case hints files set either the old
3619 : or the new name.
3620 case "$_exe" in
3621 '')     case "$exe_ext" in
3622     '') ;;
3623         *)      _exe="$exe_ext" ;;
3624         esac
3625         ;;
3626 esac
3627 case "$_a" in
3628 '')     case "$lib_ext" in
3629     '') _a='.a';;
3630         *)      _a="$lib_ext" ;;
3631         esac
3632         ;;
3633 esac
3634 case "$_o" in
3635 '') case "$obj_ext" in
3636         '')     _o='.o';;
3637         *)      _o="$obj_ext";;
3638         esac
3639         ;;
3640 esac
3641 case "$p_" in
3642 '') case "$path_sep" in
3643         '')     p_=':';;
3644         *)      p_="$path_sep";;
3645         esac
3646         ;;
3647 esac
3648 exe_ext=$_exe
3649 lib_ext=$_a
3650 obj_ext=$_o
3651 path_sep=$p_
3652
3653 : Which makefile gets called first.  This is used by make depend.
3654 case "$firstmakefile" in
3655 '') firstmakefile='makefile';;
3656 esac
3657
3658 case "$usesocks" in
3659 $define|true|[yY]*)     dflt='y';;
3660 *) dflt='n';;
3661 esac
3662 cat <<EOM
3663
3664 Perl can be built to use the SOCKS proxy protocol library.  To do so,
3665 Configure must be run with -Dusesocks.
3666
3667 If this doesn't make any sense to you, just accept the default '$dflt'.
3668 EOM
3669 rp='Build Perl for SOCKS?'
3670 . ./myread
3671 case "$ans" in
3672 y|Y)    val="$define" ;;     
3673 *)      val="$undef" ;;
3674 esac
3675 set usesocks
3676 eval $setvar
3677
3678 : Looking for optional libraries
3679 echo " "
3680 echo "Checking for optional libraries..." >&4
3681 case "$libs" in
3682 ' '|'') dflt='';;
3683 *) dflt="$libs";;
3684 esac
3685 case "$libswanted" in
3686 '') libswanted='c_s';;
3687 esac
3688 case "$usesocks" in
3689 "$define") libswanted="$libswanted socks5 socks5_sh" ;;
3690 esac
3691 libsfound=''
3692 libsfiles=''
3693 libsdirs=''
3694 libspath=''
3695 for thisdir in $libpth $xlibpth; do
3696   test -d $thisdir && libspath="$libspath $thisdir"
3697 done
3698 for thislib in $libswanted; do
3699         for thisdir in $libspath; do
3700             xxx=''
3701             if $test ! -f "$xxx" -a "X$ignore_versioned_solibs" = "X"; then
3702                 xxx=`ls $thisdir/lib$thislib.$so.[0-9] 2>/dev/null|tail -1`
3703                 $test -f "$xxx" && eval $libscheck
3704                 $test -f "$xxx" && libstyle=shared
3705             fi
3706             if test ! -f "$xxx"; then
3707                 xxx=$thisdir/lib$thislib.$so
3708                 $test -f "$xxx" && eval $libscheck
3709                 $test -f "$xxx" && libstyle=shared
3710             fi  
3711             if test ! -f "$xxx"; then
3712                 xxx=$thisdir/lib$thislib$_a
3713                 $test -f "$xxx" && eval $libscheck
3714                 $test -f "$xxx" && libstyle=static
3715             fi
3716             if test ! -f "$xxx"; then
3717                 xxx=$thisdir/$thislib$_a
3718                 $test -f "$xxx" && eval $libscheck
3719                 $test -f "$xxx" && libstyle=static
3720             fi
3721             if test ! -f "$xxx"; then
3722                 xxx=$thisdir/lib${thislib}_s$_a
3723                 $test -f "$xxx" && eval $libscheck
3724                 $test -f "$xxx" && libstyle=static
3725                 $test -f "$xxx" && thislib=${thislib}_s
3726             fi
3727             if test ! -f "$xxx"; then
3728                 xxx=$thisdir/Slib$thislib$_a
3729                 $test -f "$xxx" && eval $libscheck
3730                 $test -f "$xxx" && libstyle=static
3731             fi
3732             if $test -f "$xxx"; then
3733                 case "$libstyle" in
3734                 shared) echo "Found -l$thislib (shared)." ;;
3735                 static) echo "Found -l$thislib." ;;
3736                 *)      echo "Found -l$thislib ($libstyle)." ;;
3737                 esac
3738                 case " $dflt " in
3739                 *"-l$thislib "*);;
3740                 *) dflt="$dflt -l$thislib"
3741                    libsfound="$libsfound $xxx"
3742                    yyy=`basename $xxx`
3743                    libsfiles="$libsfiles $yyy"
3744                    yyy=`echo $xxx|$sed -e "s%/$yyy\\$%%"`
3745                    case " $libsdirs " in
3746                    *" $yyy "*) ;;
3747                    *) libsdirs="$libsdirs $yyy" ;;
3748                    esac
3749                    ;;
3750                 esac
3751                 break
3752             fi  
3753         done
3754         if $test ! -f "$xxx"; then
3755             echo "No -l$thislib."
3756         fi
3757 done
3758 set X $dflt
3759 shift
3760 dflt="$*"
3761 case "$libs" in
3762 '') dflt="$dflt";;
3763 *) dflt="$libs";;
3764 esac
3765 case "$dflt" in
3766 ' '|'') dflt='none';;
3767 esac
3768
3769 $cat <<EOM
3770
3771 In order to compile $package on your machine, a number of libraries
3772 are usually needed.  Include any other special libraries here as well.
3773 Say "none" for none.  The default list is almost always right.
3774 EOM
3775
3776 echo " "
3777 rp="What libraries to use?"
3778 . ./myread
3779 case "$ans" in
3780 none) libs=' ';;
3781 *) libs="$ans";;
3782 esac
3783
3784 : determine optimization, if desired, or use for debug flag also
3785 case "$optimize" in
3786 ' '|$undef) dflt='none';;
3787 '') dflt='-O';;
3788 *) dflt="$optimize";;
3789 esac
3790 $cat <<EOH
3791
3792 By default, $package compiles with the -O flag to use the optimizer.
3793 Alternately, you might want to use the symbolic debugger, which uses
3794 the -g flag (on traditional Unix systems).  Either flag can be
3795 specified here.  To use neither flag, specify the word "none".
3796
3797 EOH
3798 rp="What optimizer/debugger flag should be used?"
3799 . ./myread
3800 optimize="$ans"
3801 case "$optimize" in
3802 'none') optimize=" ";;
3803 esac
3804
3805 dflt=''
3806 : We will not override a previous value, but we might want to
3807 : augment a hint file
3808 case "$hint" in
3809 default|recommended)
3810         case "$gccversion" in
3811         1*) dflt='-fpcc-struct-return' ;;
3812         esac
3813         case "$optimize" in
3814         *-g*) dflt="$dflt -DDEBUGGING";;
3815         esac
3816         case "$gccversion" in
3817         2*) if test -d /etc/conf/kconfig.d &&
3818                         $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
3819                 then
3820                         dflt="$dflt -posix"
3821                 fi
3822                 ;;
3823         esac
3824         case "$gccversion" in
3825         1*) ;;
3826         2.[0-8]*) ;;
3827         ?*)     echo " "
3828                 echo "Checking if your compiler accepts -fno-strict-aliasing" 2>&1
3829                 echo 'int main(void) { return 0; }' > gcctest.c
3830                 if $cc -O2 -fno-strict-aliasing -o gcctest gcctest.c; then
3831                         echo "Yes, it does." 2>&1
3832                         case "$ccflags" in
3833                         *strict-aliasing*) 
3834                                 echo "Leaving current flags $ccflags alone." 2>&1
3835                                 ;;
3836                         *) dflt="$dflt -fno-strict-aliasing" ;;
3837                         esac
3838                 else
3839                         echo "Nope, it doesn't, but that's ok." 2>&1
3840                 fi
3841                 ;;
3842         esac
3843         ;;
3844 esac
3845
3846 case "$mips_type" in
3847 *BSD*|'') inclwanted="$locincpth $usrinc";;
3848 *) inclwanted="$locincpth $inclwanted $usrinc/bsd";;
3849 esac
3850 for thisincl in $inclwanted; do
3851         if $test -d $thisincl; then
3852                 if $test x$thisincl != x$usrinc; then
3853                         case "$dflt" in
3854                         *" -I$thisincl "*);;
3855                         *) dflt="$dflt -I$thisincl ";;
3856                         esac
3857                 fi
3858         fi
3859 done
3860
3861 inctest='if $contains $2 $usrinc/$1 >/dev/null 2>&1; then
3862         xxx=true;
3863 elif $contains $2 $usrinc/sys/$1 >/dev/null 2>&1; then
3864         xxx=true;
3865 else
3866         xxx=false;
3867 fi;
3868 if $xxx; then
3869         case "$dflt" in
3870         *$2*);;
3871         *) dflt="$dflt -D$2";;
3872         esac;
3873 fi'
3874
3875 set signal.h LANGUAGE_C; eval $inctest
3876
3877 case "$usesocks" in
3878 $define)
3879         ccflags="$ccflags -DSOCKS"
3880         ;;
3881 esac
3882
3883 case "$hint" in
3884 default|recommended) dflt="$ccflags $dflt" ;;
3885 *) dflt="$ccflags";;
3886 esac
3887
3888 case "$dflt" in
3889 ''|' ') dflt=none;;
3890 esac
3891
3892 $cat <<EOH
3893
3894 Your C compiler may want other flags.  For this question you should include
3895 -I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
3896 but you should NOT include libraries or ld flags like -lwhatever.  If you
3897 want $package to honor its debug switch, you should include -DDEBUGGING here.
3898 Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
3899
3900 To use no flags, specify the word "none".
3901
3902 EOH
3903 set X $dflt
3904 shift
3905 dflt=${1+"$@"}
3906 rp="Any additional cc flags?"
3907 . ./myread
3908 case "$ans" in
3909 none) ccflags='';;
3910 *) ccflags="$ans";;
3911 esac
3912
3913 : the following weeds options from ccflags that are of no interest to cpp
3914 cppflags="$ccflags"
3915 case "$gccversion" in
3916 1*) cppflags="$cppflags -D__GNUC__"
3917 esac
3918 case "$mips_type" in
3919 '');;
3920 *BSD*) cppflags="$cppflags -DSYSTYPE_BSD43";;
3921 esac
3922 case "$cppflags" in
3923 '');;
3924 *)
3925         echo " "
3926         echo "Let me guess what the preprocessor flags are..." >&4
3927         set X $cppflags
3928         shift
3929         cppflags=''
3930         $cat >cpp.c <<'EOM'
3931 #define BLURFL foo
3932
3933 BLURFL xx LFRULB
3934 EOM
3935         previous=''
3936         for flag in $*
3937         do
3938                 case "$flag" in
3939                 -*) ftry="$flag";;
3940                 *) ftry="$previous $flag";;
3941                 esac
3942                 if $cppstdin -DLFRULB=bar $cppflags $ftry $cppminus <cpp.c \
3943                         >cpp1.out 2>/dev/null && \
3944                         $cpprun -DLFRULB=bar $cppflags $ftry $cpplast <cpp.c \
3945                         >cpp2.out 2>/dev/null && \
3946                         $contains 'foo.*xx.*bar' cpp1.out >/dev/null 2>&1 && \
3947                         $contains 'foo.*xx.*bar' cpp2.out >/dev/null 2>&1
3948                 then
3949                         cppflags="$cppflags $ftry"
3950                         previous=''
3951                 else
3952                         previous="$flag"
3953                 fi
3954         done
3955         set X $cppflags
3956         shift
3957         cppflags=${1+"$@"}
3958         case "$cppflags" in
3959         *-*)  echo "They appear to be: $cppflags";;
3960         esac
3961         $rm -f cpp.c cpp?.out
3962         ;;
3963 esac
3964
3965 : flags used in final linking phase
3966 case "$ldflags" in
3967 '') if ./venix; then
3968                 dflt='-i -z'
3969         else
3970                 dflt=''
3971         fi
3972         case "$ccflags" in
3973         *-posix*) dflt="$dflt -posix" ;;
3974         esac
3975         ;;
3976 *) dflt="$ldflags";;
3977 esac
3978
3979 : Try to guess additional flags to pick up local libraries.
3980 for thislibdir in $libpth; do
3981         case " $loclibpth " in
3982         *" $thislibdir "*)
3983                 case "$dflt " in 
3984                 *"-L$thislibdir "*) ;;
3985                 *)  dflt="$dflt -L$thislibdir" ;;
3986                 esac
3987                 ;;
3988         esac
3989 done
3990
3991 case "$dflt" in
3992 '') dflt='none' ;;
3993 esac
3994
3995 $cat <<EOH
3996
3997 Your C linker may need flags.  For this question you should
3998 include -L/whatever and any other flags used by the C linker, but you
3999 should NOT include libraries like -lwhatever.
4000
4001 Make sure you include the appropriate -L/path flags if your C linker
4002 does not normally search all of the directories you specified above,
4003 namely
4004         $libpth
4005 To use no flags, specify the word "none".
4006
4007 EOH
4008
4009 rp="Any additional ld flags (NOT including libraries)?"
4010 . ./myread
4011 case "$ans" in
4012 none) ldflags='';;
4013 *) ldflags="$ans";;
4014 esac
4015 rmlist="$rmlist pdp11"
4016
4017 : coherency check
4018 echo " "
4019 echo "Checking your choice of C compiler and flags for coherency..." >&4
4020 $cat > try.c <<'EOF'
4021 #include <stdio.h>
4022 int main() { printf("Ok\n"); exit(0); }
4023 EOF
4024 set X $cc $optimize $ccflags -o try $ldflags try.c $libs
4025 shift
4026 $cat >try.msg <<'EOM'
4027 I've tried to compile and run the following simple program:
4028
4029 EOM
4030 $cat try.c >> try.msg
4031
4032 $cat >> try.msg <<EOM
4033
4034 I used the command:
4035
4036         $*
4037         ./try
4038
4039 and I got the following output:
4040
4041 EOM
4042 dflt=y
4043 if sh -c "$cc $optimize $ccflags -o try $ldflags try.c $libs" >>try.msg 2>&1; then
4044         if sh -c './try' >>try.msg 2>&1; then
4045                 xxx=`./try`
4046                 case "$xxx" in
4047                 "Ok") dflt=n ;;
4048                 *)      echo 'The program compiled OK, but produced no output.' >> try.msg
4049                         case " $libs " in
4050                         *" -lsfio "*)
4051                                 cat >> try.msg <<'EOQS'
4052 If $libs contains -lsfio, and sfio is mis-configured, then it
4053 sometimes (apparently) runs and exits with a 0 status, but with no
4054 output!  It may have to do with sfio's use of _exit vs. exit.
4055
4056 EOQS
4057                                 rp="You have a big problem.  Shall I abort Configure"
4058                                 dflt=y
4059                                 ;;
4060                         esac
4061                         ;;
4062                 esac
4063         else
4064                 echo "The program compiled OK, but exited with status $?." >>try.msg
4065                 rp="You have a problem.  Shall I abort Configure"
4066                 dflt=y
4067         fi
4068 else
4069         echo "I can't compile the test program." >>try.msg
4070         rp="You have a BIG problem.  Shall I abort Configure"
4071         dflt=y
4072 fi
4073 case "$dflt" in
4074 y)
4075         $cat try.msg >&4
4076         case "$knowitall" in
4077         '')
4078                 echo "(The supplied flags or libraries might be incorrect.)"
4079                 ;;
4080         *) dflt=n;;
4081         esac
4082         echo " "
4083         . ./myread
4084         case "$ans" in
4085         n*|N*) ;;
4086         *)      echo "Ok.  Stopping Configure." >&4
4087                 exit 1
4088                 ;;
4089         esac
4090         ;;
4091 n) echo "OK, that should do.";;
4092 esac
4093 $rm -f try try.* core
4094
4095 : define an is-a-typedef? function
4096 typedef='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
4097 case "$inclist" in
4098 "") inclist="sys/types.h";;
4099 esac;
4100 eval "varval=\$$var";
4101 case "$varval" in
4102 "")
4103         $rm -f temp.c;
4104         for inc in $inclist; do
4105                 echo "#include <$inc>" >>temp.c;
4106         done;
4107         echo "#ifdef $type" >> temp.c;
4108         echo "printf(\"We have $type\");" >> temp.c;
4109         echo "#endif" >> temp.c;
4110         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
4111         if $contains $type temp.E >/dev/null 2>&1; then
4112                 eval "$var=\$type";
4113         else
4114                 eval "$var=\$def";
4115         fi;
4116         $rm -f temp.?;;
4117 *) eval "$var=\$varval";;
4118 esac'
4119
4120 : define an is-a-typedef? function that prompts if the type is not available.
4121 typedef_ask='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
4122 case "$inclist" in
4123 "") inclist="sys/types.h";;
4124 esac;
4125 eval "varval=\$$var";
4126 case "$varval" in
4127 "")
4128         $rm -f temp.c;
4129         for inc in $inclist; do
4130                 echo "#include <$inc>" >>temp.c;
4131         done;
4132         echo "#ifdef $type" >> temp.c;
4133         echo "printf(\"We have $type\");" >> temp.c;
4134         echo "#endif" >> temp.c;
4135         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
4136         echo " " ;
4137         echo "$rp" | $sed -e "s/What is/Looking for/" -e "s/?/./";
4138         if $contains $type temp.E >/dev/null 2>&1; then
4139                 echo "$type found." >&4;
4140                 eval "$var=\$type";
4141         else
4142                 echo "$type NOT found." >&4;
4143                 dflt="$def";
4144                 . ./myread ;
4145                 eval "$var=\$ans";
4146         fi;
4147         $rm -f temp.?;;
4148 *) eval "$var=\$varval";;
4149 esac'
4150
4151 : define a shorthand compile call
4152 compile='
4153 mc_file=$1;
4154 shift;
4155 $cc $optimize $ccflags $ldflags -o ${mc_file} $* ${mc_file}.c $libs > /dev/null 2>&1;'
4156 : define a shorthand compile call for compilations that should be ok.
4157 compile_ok='
4158 mc_file=$1;
4159 shift;
4160 $cc $optimize $ccflags $ldflags -o ${mc_file} $* ${mc_file}.c $libs;'
4161
4162 : check for lengths of integral types
4163 echo " "
4164 case "$intsize" in
4165 '')
4166         echo "Checking to see how big your integers are..." >&4
4167         $cat >intsize.c <<'EOCP'
4168 #include <stdio.h>
4169 int main()
4170 {
4171         printf("intsize=%d;\n", (int)sizeof(int));
4172         printf("longsize=%d;\n", (int)sizeof(long));
4173         printf("shortsize=%d;\n", (int)sizeof(short));
4174         exit(0);
4175 }
4176 EOCP
4177         set intsize
4178         if eval $compile_ok && ./intsize > /dev/null; then
4179                 eval `./intsize`
4180                 echo "Your integers are $intsize bytes long."
4181                 echo "Your long integers are $longsize bytes long."
4182                 echo "Your short integers are $shortsize bytes long."
4183         else
4184                 $cat >&4 <<EOM
4185 !
4186 Help! I can't compile and run the intsize test program: please enlighten me!
4187 (This is probably a misconfiguration in your system or libraries, and
4188 you really ought to fix it.  Still, I'll try anyway.)
4189 !
4190 EOM
4191                 dflt=4
4192                 rp="What is the size of an integer (in bytes)?"
4193                 . ./myread
4194                 intsize="$ans"
4195                 dflt=$intsize
4196                 rp="What is the size of a long integer (in bytes)?"
4197                 . ./myread
4198                 longsize="$ans"
4199                 dflt=2
4200                 rp="What is the size of a short integer (in bytes)?"
4201                 . ./myread
4202                 shortsize="$ans"
4203         fi
4204         ;;
4205 esac
4206 $rm -f intsize intsize.*
4207
4208 : see what type lseek is declared as in the kernel
4209 rp="What is the type used for lseek's offset on this system?"
4210 set off_t lseektype long stdio.h sys/types.h
4211 eval $typedef_ask
4212
4213 echo " "
4214 echo "Checking to see how big your file offsets are..." >&4
4215 $cat >try.c <<EOCP
4216 #include <sys/types.h>
4217 #include <stdio.h>
4218 int main()
4219 {
4220     printf("%d\n", (int)sizeof($lseektype));
4221     return(0); 
4222 }
4223 EOCP
4224 set try
4225 if eval $compile_ok; then
4226         lseeksize=`./try`
4227         echo "Your file offsets are $lseeksize bytes long."
4228 else
4229         dflt=$longsize
4230         echo " "
4231         echo "(I can't seem to compile the test program.  Guessing...)"
4232         rp="What is the size of your file offsets (in bytes)?"
4233         . ./myread
4234         lseeksize="$ans"
4235 fi
4236 $rm -f try.c try
4237
4238 : see what type file positions are declared as in the library
4239 rp="What is the type for file position used by fsetpos()?"
4240 set fpos_t fpostype long stdio.h sys/types.h
4241 eval $typedef_ask
4242
4243 echo " "
4244 case "$fpostype" in
4245 *_t) zzz="$fpostype"    ;;
4246 *)   zzz="fpos_t"       ;;
4247 esac
4248 echo "Checking the size of $zzz..." >&4 
4249 cat > try.c <<EOCP
4250 #include <sys/types.h>
4251 #include <stdio.h>
4252 int main() {
4253     printf("%d\n", (int)sizeof($fpostype));
4254     exit(0);
4255 }
4256 EOCP
4257 set try
4258 if eval $compile_ok; then
4259         yyy=`./try`
4260         case "$yyy" in
4261         '')     fpossize=4
4262                 echo "(I can't execute the test program--guessing $fpossize.)" >&4
4263                 ;;
4264         *)      fpossize=$yyy
4265                 echo "Your $zzz is $fpossize bytes long."
4266                 ;;
4267         esac
4268 else
4269         dflt="$longsize"
4270         echo " " >&4
4271         echo "(I can't compile the test program.  Guessing...)" >&4
4272         rp="What is the size of your file positions (in bytes)?"
4273         . ./myread
4274         fpossize="$ans"
4275 fi
4276
4277
4278
4279 # Backward compatibility (uselfs is deprecated).
4280 case "$uselfs" in
4281 "$define"|true|[yY]*)
4282         cat <<EOM >&4
4283
4284 *** Configure -Duselfs is deprecated, using -Duselargefiles instead.
4285 EOM
4286         uselargefiles="$define"
4287         ;;
4288 esac                          
4289
4290 case "$lseeksize:$fpossize" in
4291 8:8) cat <<EOM
4292
4293 You can have files larger than 2 gigabytes.
4294 EOM
4295    val="$define" ;;
4296 *)    case "$uselargefiles" in
4297    "$undef"|false|[nN]*) dflt='n' ;;
4298    *)   dflt='y' ;;
4299    esac
4300    cat <<EOM
4301
4302 Perl can be built to understand large files (files larger than 2 gigabytes)
4303 on some systems.  To do so, Configure can be run with -Duselargefiles.
4304
4305 If this doesn't make any sense to you, just accept the default '$dflt'.
4306 EOM
4307    rp='Try to understand large files, if available?'
4308    . ./myread
4309    case "$ans" in
4310    y|Y)         val="$define" ;;
4311    *)           val="$undef"  ;;
4312    esac
4313    ;;
4314 esac
4315 set uselargefiles
4316 eval $setvar
4317 case "$uselargefiles" in
4318 "$define")
4319 : Look for a hint-file generated 'call-back-unit'.  If the
4320 : user has specified that a large files perl is to be built,
4321 : we may need to set or change some other defaults.
4322         if $test -f uselargefiles.cbu; then
4323                 echo "Your platform has some specific hints for large file builds, using them..."
4324                 . ./uselargefiles.cbu
4325                 echo " "
4326                 echo "Rechecking to see how big your file offsets are..." >&4
4327                 $cat >try.c <<EOCP
4328 #include <sys/types.h>
4329 #include <stdio.h>
4330 int main()
4331 {
4332     printf("%d\n", (int)sizeof($lseektype));
4333     return(0); 
4334 }
4335 EOCP
4336                 set try
4337                 if eval $compile_ok; then
4338                         lseeksize=`./try`
4339                         $echo "Your file offsets are now $lseeksize bytes long."
4340                 else
4341                         dflt="$lseeksize"
4342                         echo " "
4343                         echo "(I can't seem to compile the test program.  Guessing...)"
4344                         rp="What is the size of your file offsets (in bytes)?"
4345                         . ./myread
4346                         lseeksize="$ans"
4347                 fi
4348                 case "$fpostype" in
4349                 *_t) zzz="$fpostype"    ;;
4350                 *)   zzz="fpos_t"       ;;
4351                 esac
4352                 $echo $n "Rechecking the size of $zzz...$c" >&4 
4353                 $cat > try.c <<EOCP
4354 #include <sys/types.h>
4355 #include <stdio.h>
4356 int main() {
4357     printf("%d\n", (int)sizeof($fpostype));
4358     exit(0);
4359 }
4360 EOCP
4361                 set try
4362                 if eval $compile_ok; then
4363                         yyy=`./try`
4364                         dflt="$lseeksize"
4365                         case "$yyy" in
4366                         '')     echo " "
4367                                 echo "(I can't execute the test program--guessing $fpossize.)" >&4
4368                                 ;;
4369                         *)      fpossize=$yyy
4370                                 echo " $fpossize bytes." >&4
4371                                 ;;
4372                         esac
4373                 else
4374                         dflt="$fpossize"
4375                         echo " "
4376                         echo "(I can't compile the test program.  Guessing...)" >&4
4377                         rp="What is the size of your file positions (in bytes)?"
4378                         . ./myread
4379                         fpossize="$ans"
4380                 fi
4381                 $rm -f try.c try
4382         fi
4383         ;;
4384 esac
4385
4386
4387 case "$usemorebits" in
4388 "$define"|true|[yY]*)
4389         use64bitint="$define"
4390         uselongdouble="$define"
4391         usemorebits="$define"
4392         ;;
4393 *)      usemorebits="$undef"
4394         ;;
4395 esac
4396
4397
4398 case "$uselonglong" in
4399 "$define"|true|[yY]*)
4400         cat <<EOM >&4
4401
4402 *** Configure -Duselonglong is deprecated, using -Duse64bitint instead.
4403 EOM
4404         use64bitint="$define"
4405         ;;
4406 esac                          
4407 case "$use64bits" in
4408 "$define"|true|[yY]*)
4409         cat <<EOM >&4
4410
4411 *** Configure -Duse64bits is deprecated, using -Duse64bitint instead.
4412 EOM
4413         use64bitint="$define"
4414         ;;
4415 esac                          
4416 case "$use64bitints" in
4417 "$define"|true|[yY]*)
4418         cat <<EOM >&4
4419
4420 *** There is no Configure -Duse64bitints, using -Duse64bitint instead.
4421 EOM
4422         use64bitint="$define"
4423         ;;
4424 esac                          
4425 case "$use64bitsint" in
4426 "$define"|true|[yY]*)
4427         cat <<EOM >&4
4428
4429 *** There is no Configure -Duse64bitsint, using -Duse64bitint instead.
4430 EOM
4431         use64bitint="$define"
4432         ;;
4433 esac                          
4434 case "$uselonglongs" in
4435 "$define"|true|[yY]*)
4436         cat <<EOM >&4
4437
4438 *** There is no Configure -Duselonglongs, using -Duse64bitint instead.
4439 EOM
4440         use64bitint="$define"
4441         ;;
4442 esac                          
4443 case "$use64bitsall" in
4444 "$define"|true|[yY]*)
4445         cat <<EOM >&4
4446
4447 *** There is no Configure -Duse64bitsall, using -Duse64bitall instead.
4448 EOM
4449         use64bitall="$define"
4450         ;;
4451 esac                          
4452
4453 case "$ccflags" in
4454 *-DUSE_LONG_LONG*|*-DUSE_64_BIT_INT*|*-DUSE_64_BIT_ALL*) use64bitint="$define";;
4455 esac
4456 case "$use64bitall" in
4457 "$define"|true|[yY]*) use64bitint="$define" ;;
4458 esac
4459
4460 case "$longsize" in
4461 8) cat <<EOM
4462
4463 You have natively 64-bit long integers.
4464 EOM
4465    val="$define"
4466    ;;
4467 *) case "$use64bitint" in
4468    "$define"|true|[yY]*) dflt='y';;
4469    *) dflt='n';;
4470    esac
4471    cat <<EOM
4472
4473 Perl can be built to take advantage of 64-bit integer types
4474 on some systems.  To do so, Configure can be run with -Duse64bitint.
4475 Choosing this option will most probably introduce binary incompatibilities.
4476
4477 If this doesn't make any sense to you, just accept the default '$dflt'.
4478 EOM
4479    rp='Try to use 64-bit integers, if available?'
4480    . ./myread
4481    case "$ans" in
4482    [yY]*) val="$define" ;;
4483    *)     val="$undef"  ;;
4484    esac
4485    ;;
4486 esac
4487 set use64bitint
4488 eval $setvar
4489
4490 case "$use64bitall" in
4491 "$define"|true|[yY]*) dflt='y' ;;
4492 *) case "$longsize" in
4493    8) dflt='y' ;;
4494    *) dflt='n' ;;
4495    esac
4496    ;;
4497 esac    
4498 cat <<EOM
4499
4500 You may also choose to try maximal 64-bitness.  It means using as much
4501 64-bitness as possible on the platform.  This in turn means even more
4502 binary incompatibilities.  On the other hand, your platform may not
4503 have any more 64-bitness available than what you already have chosen.
4504
4505 If this doesn't make any sense to you, just accept the default '$dflt'.
4506 EOM
4507 rp='Try to use maximal 64-bit support, if available?'
4508 . ./myread
4509 case "$ans" in
4510 [yY]*) val="$define" ;;
4511 *)     val="$undef"  ;;
4512 esac
4513 set use64bitall
4514 eval $setvar
4515 case "$use64bitall" in
4516 "$define")
4517         case "$use64bitint" in
4518         "$undef")
4519                 cat <<EOM
4520
4521 Since you have chosen a maximally 64-bit build, I'm also turning on
4522 the use of 64-bit integers.
4523 EOM
4524                 use64bitint="$define" ;;
4525         esac
4526         ;;
4527 esac
4528
4529 case "$use64bitint" in
4530 "$define"|true|[yY]*)
4531 : Look for a hint-file generated 'call-back-unit'.  If the
4532 : user has specified that a 64-bit perl is to be built,
4533 : we may need to set or change some other defaults.
4534         if $test -f use64bitint.cbu; then
4535                 echo "Your platform has some specific hints for 64-bit integers, using them..."
4536                 . ./use64bitint.cbu
4537         fi
4538         case "$longsize" in
4539         4) case "$archname64" in
4540            '') archname64=64int ;;
4541            esac
4542            ;;
4543         esac
4544         ;;
4545 esac
4546
4547 case "$use64bitall" in
4548 "$define"|true|[yY]*)
4549 : Look for a hint-file generated 'call-back-unit'.  If the
4550 : user has specified that a maximally 64-bit perl is to be built,
4551 : we may need to set or change some other defaults.
4552         if $test -f use64bitall.cbu; then
4553                 echo "Your platform has some specific hints for 64-bit builds, using them..."
4554                 . ./use64bitall.cbu
4555         fi
4556         case "$longsize" in
4557         4) case "$archname64" in
4558            ''|64int) archname64=64all ;;
4559            esac
4560            ;;
4561         esac
4562         ;;
4563 esac
4564
4565 echo " "
4566 echo "Checking for GNU C Library..." >&4
4567 cat >gnulibc.c <<EOM
4568 #include <stdio.h>
4569 int main()
4570 {
4571 #ifdef __GLIBC__
4572     exit(0);
4573 #else
4574     exit(1);
4575 #endif
4576 }
4577 EOM
4578 set gnulibc
4579 if eval $compile_ok && ./gnulibc; then
4580         val="$define"
4581         echo "You are using the GNU C Library"
4582 else
4583         val="$undef"
4584         echo "You are not using the GNU C Library"
4585 fi
4586 $rm -f gnulibc*
4587 set d_gnulibc
4588 eval $setvar
4589
4590 : see if nm is to be used to determine whether a symbol is defined or not
4591 case "$usenm" in
4592 '')
4593         dflt=''
4594         case "$d_gnulibc" in
4595         "$define")
4596                 echo " "
4597                 echo "nm probably won't work on the GNU C Library." >&4
4598                 dflt=n
4599                 ;;
4600         esac
4601         case "$dflt" in
4602         '') 
4603                 if $test "$osname" = aix -a ! -f /lib/syscalls.exp; then
4604                         echo " "
4605                         echo "Whoops!  This is an AIX system without /lib/syscalls.exp!" >&4
4606                         echo "'nm' won't be sufficient on this sytem." >&4
4607                         dflt=n
4608                 fi
4609                 ;;
4610         esac
4611         case "$dflt" in
4612         '') dflt=`$egrep 'inlibc|csym' $rsrc/Configure | wc -l 2>/dev/null`
4613                 if $test $dflt -gt 20; then
4614                         dflt=y
4615                 else
4616                         dflt=n
4617                 fi
4618                 ;;
4619         esac
4620         ;;
4621 *)
4622         case "$usenm" in
4623         true|$define) dflt=y;;
4624         *) dflt=n;;
4625         esac
4626         ;;
4627 esac
4628 $cat <<EOM
4629
4630 I can use $nm to extract the symbols from your C libraries. This
4631 is a time consuming task which may generate huge output on the disk (up
4632 to 3 megabytes) but that should make the symbols extraction faster. The
4633 alternative is to skip the 'nm' extraction part and to compile a small
4634 test program instead to determine whether each symbol is present. If
4635 you have a fast C compiler and/or if your 'nm' output cannot be parsed,
4636 this may be the best solution.
4637
4638 You probably shouldn't let me use 'nm' if you are using the GNU C Library.
4639
4640 EOM
4641 rp="Shall I use $nm to extract C symbols from the libraries?"
4642 . ./myread
4643 case "$ans" in
4644 [Nn]*) usenm=false;;
4645 *) usenm=true;;
4646 esac
4647
4648 runnm=$usenm
4649 case "$reuseval" in
4650 true) runnm=false;;
4651 esac
4652
4653 : nm options which may be necessary
4654 case "$nm_opt" in
4655 '') if $test -f /mach_boot; then
4656                 nm_opt=''       # Mach
4657         elif $test -d /usr/ccs/lib; then
4658                 nm_opt='-p'     # Solaris (and SunOS?)
4659         elif $test -f /dgux; then
4660                 nm_opt='-p'     # DG-UX
4661         elif $test -f /lib64/rld; then
4662                 nm_opt='-p'     # 64-bit Irix
4663         else
4664                 nm_opt=''
4665         fi;;
4666 esac
4667
4668 : nm options which may be necessary for shared libraries but illegal
4669 : for archive libraries.  Thank you, Linux.
4670 case "$nm_so_opt" in
4671 '')     case "$myuname" in
4672         *linux*)
4673                 if $nm --help | $grep 'dynamic' > /dev/null 2>&1; then
4674                         nm_so_opt='--dynamic'
4675                 fi
4676                 ;;
4677         esac
4678         ;;
4679 esac
4680
4681 case "$runnm" in
4682 true)
4683 : get list of predefined functions in a handy place
4684 echo " "
4685 case "$libc" in
4686 '') libc=unknown
4687         case "$libs" in
4688         *-lc_s*) libc=`./loc libc_s$_a $libc $libpth`
4689         esac
4690         ;;
4691 esac
4692 libnames='';
4693 case "$libs" in
4694 '') ;;
4695 *)  for thislib in $libs; do
4696         case "$thislib" in
4697         -lc|-lc_s)
4698                 : Handle C library specially below.
4699                 ;;
4700         -l*)
4701                 thislib=`echo $thislib | $sed -e 's/^-l//'`
4702                 if try=`./loc lib$thislib.$so.'*' X $libpth`; $test -f "$try"; then
4703                         :
4704                 elif try=`./loc lib$thislib.$so X $libpth`; $test -f "$try"; then
4705                         :
4706                 elif try=`./loc lib$thislib$_a X $libpth`; $test -f "$try"; then
4707                         :
4708                 elif try=`./loc $thislib$_a X $libpth`; $test -f "$try"; then
4709                         :
4710                 elif try=`./loc lib$thislib X $libpth`; $test -f "$try"; then
4711                         :
4712                 elif try=`./loc $thislib X $libpth`; $test -f "$try"; then
4713                         :
4714                 elif try=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$try"; then
4715                         :
4716                 else
4717                         try=''
4718                 fi
4719                 libnames="$libnames $try"
4720                 ;;
4721         *) libnames="$libnames $thislib" ;;
4722         esac
4723         done
4724         ;;
4725 esac
4726 xxx=normal
4727 case "$libc" in
4728 unknown)
4729         set /lib/libc.$so
4730         for xxx in $libpth; do
4731                 $test -r $1 || set $xxx/libc.$so
4732                 : The messy sed command sorts on library version numbers.
4733                 $test -r $1 || \
4734                         set `echo blurfl; echo $xxx/libc.$so.[0-9]* | \
4735                         tr ' ' $trnl | egrep -v '\.[A-Za-z]*$' | $sed -e '
4736                                 h
4737                                 s/[0-9][0-9]*/0000&/g
4738                                 s/0*\([0-9][0-9][0-9][0-9][0-9]\)/\1/g
4739                                 G
4740                                 s/\n/ /' | \
4741                          sort | $sed -e 's/^.* //'`
4742                 eval set \$$#
4743         done
4744         $test -r $1 || set /usr/ccs/lib/libc.$so
4745         $test -r $1 || set /lib/libsys_s$_a
4746         ;;
4747 *)
4748         set blurfl
4749         ;;
4750 esac
4751 if $test -r "$1"; then
4752         echo "Your (shared) C library seems to be in $1."
4753         libc="$1"
4754 elif $test -r /lib/libc && $test -r /lib/clib; then
4755         echo "Your C library seems to be in both /lib/clib and /lib/libc."
4756         xxx=apollo
4757         libc='/lib/clib /lib/libc'
4758         if $test -r /lib/syslib; then
4759                 echo "(Your math library is in /lib/syslib.)"
4760                 libc="$libc /lib/syslib"
4761         fi
4762 elif $test -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
4763         echo "Your C library seems to be in $libc, as you said before."
4764 elif $test -r $incpath/usr/lib/libc$_a; then
4765         libc=$incpath/usr/lib/libc$_a;
4766         echo "Your C library seems to be in $libc.  That's fine."
4767 elif $test -r /lib/libc$_a; then
4768         libc=/lib/libc$_a;
4769         echo "Your C library seems to be in $libc.  You're normal."
4770 else
4771         if tans=`./loc libc$_a blurfl/dyick $libpth`; $test -r "$tans"; then
4772                 :
4773         elif tans=`./loc libc blurfl/dyick $libpth`; $test -r "$tans"; then
4774                 libnames="$libnames "`./loc clib blurfl/dyick $libpth`
4775         elif tans=`./loc clib blurfl/dyick $libpth`; $test -r "$tans"; then
4776                 :
4777         elif tans=`./loc Slibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
4778                 :
4779         elif tans=`./loc Mlibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
4780                 :
4781         else
4782                 tans=`./loc Llibc$_a blurfl/dyick $xlibpth`
4783         fi
4784         if $test -r "$tans"; then
4785                 echo "Your C library seems to be in $tans, of all places."
4786                 libc=$tans
4787         else
4788                 libc='blurfl'
4789         fi
4790 fi
4791 if $test $xxx = apollo -o -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
4792         dflt="$libc"
4793         cat <<EOM
4794
4795 If the guess above is wrong (which it might be if you're using a strange
4796 compiler, or your machine supports multiple models), you can override it here.
4797
4798 EOM
4799 else
4800         dflt=''
4801         echo $libpth | tr ' ' $trnl | sort | uniq > libpath
4802         cat >&4 <<EOM
4803 I can't seem to find your C library.  I've looked in the following places:
4804
4805 EOM
4806         $sed 's/^/      /' libpath
4807         cat <<EOM
4808
4809 None of these seems to contain your C library. I need to get its name...
4810
4811 EOM
4812 fi
4813 fn=f
4814 rp='Where is your C library?'
4815 . ./getfile
4816 libc="$ans"
4817
4818 echo " "
4819 echo $libc $libnames | tr ' ' $trnl | sort | uniq > libnames
4820 set X `cat libnames`
4821 shift
4822 xxx=files
4823 case $# in 1) xxx=file; esac
4824 echo "Extracting names from the following $xxx for later perusal:" >&4
4825 echo " "
4826 $sed 's/^/      /' libnames >&4
4827 echo " "
4828 $echo $n "This may take a while...$c" >&4
4829
4830 for file in $*; do
4831         case $file in
4832         *$so*) $nm $nm_so_opt $nm_opt $file 2>/dev/null;;
4833         *) $nm $nm_opt $file 2>/dev/null;;
4834         esac
4835 done >libc.tmp
4836
4837 $echo $n ".$c"
4838 $grep fprintf libc.tmp > libc.ptf
4839 xscan='eval "<libc.ptf $com >libc.list"; $echo $n ".$c" >&4'
4840 xrun='eval "<libc.tmp $com >libc.list"; echo "done" >&4'
4841 xxx='[ADTSIW]'
4842 if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx  *_[_.]*//p' -e 's/^.* $xxx  *//p'";\
4843         eval $xscan;\
4844         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4845                 eval $xrun
4846 elif com="$sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p'";\
4847         eval $xscan;\
4848         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4849                 eval $xrun
4850 elif com="$sed -n -e '/|UNDEF/d' -e '/FUNC..GL/s/^.*|__*//p'";\
4851         eval $xscan;\
4852         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4853                 eval $xrun
4854 elif com="$sed -n -e 's/^.* D __*//p' -e 's/^.* D //p'";\
4855         eval $xscan;\
4856         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4857                 eval $xrun
4858 elif com="$sed -n -e 's/^_//' -e 's/^\([a-zA-Z_0-9]*\).*xtern.*text.*/\1/p'";\
4859         eval $xscan;\
4860         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4861                 eval $xrun
4862 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p'";\
4863         eval $xscan;\
4864         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4865                 eval $xrun
4866 elif com="$grep '|' | $sed -n -e '/|COMMON/d' -e '/|DATA/d' \
4867                                 -e '/ file/d' -e 's/^\([^       ]*\).*/\1/p'";\
4868         eval $xscan;\
4869         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4870                 eval $xrun
4871 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p' -e 's/^.*|FUNC |WEAK .*|//p'";\
4872         eval $xscan;\
4873         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4874                 eval $xrun
4875 elif com="$sed -n -e 's/^__//' -e '/|Undef/d' -e '/|Proc/s/ .*//p'";\
4876         eval $xscan;\
4877         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4878                 eval $xrun
4879 elif com="$sed -n -e 's/^.*|Proc .*|Text *| *//p'";\
4880         eval $xscan;\
4881         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4882                 eval $xrun
4883 elif com="$sed -n -e '/Def. Text/s/.* \([^ ]*\)\$/\1/p'";\
4884         eval $xscan;\
4885         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4886                 eval $xrun
4887 elif com="$sed -n -e 's/^[-0-9a-f ]*_\(.*\)=.*/\1/p'";\
4888         eval $xscan;\
4889         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4890                 eval $xrun
4891 elif com="$sed -n -e 's/.*\.text n\ \ \ \.//p'";\
4892         eval $xscan;\
4893         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4894                 eval $xrun
4895 elif com="sed -n -e 's/^__.*//' -e 's/[       ]*D[    ]*[0-9]*.*//p'";\
4896         eval $xscan;\
4897         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4898                 eval $xrun
4899 else
4900         $nm -p $* 2>/dev/null >libc.tmp
4901         $grep fprintf libc.tmp > libc.ptf
4902         if com="$sed -n -e 's/^.* [ADTSIW]  *_[_.]*//p' -e 's/^.* [ADTSIW] //p'";\
4903                 eval $xscan; $contains '^fprintf$' libc.list >/dev/null 2>&1
4904         then
4905                 nm_opt='-p'
4906                 eval $xrun
4907         else
4908                 echo " "
4909                 echo "$nm didn't seem to work right. Trying $ar instead..." >&4
4910                 com=''
4911                 if $ar t $libc > libc.tmp && $contains '^fprintf$' libc.tmp >/dev/null 2>&1; then
4912                         for thisname in $libnames $libc; do
4913                                 $ar t $thisname >>libc.tmp
4914                         done
4915                         $sed -e "s/\\$_o\$//" < libc.tmp > libc.list
4916                         echo "Ok." >&4
4917                 elif test "X$osname" = "Xos2" && $ar tv $libc > libc.tmp; then
4918                         # Repeat libc to extract forwarders to DLL entries too
4919                         for thisname in $libnames $libc; do
4920                                 $ar tv $thisname >>libc.tmp
4921                                 # Revision 50 of EMX has bug in $ar.
4922                                 # it will not extract forwarders to DLL entries
4923                                 # Use emximp which will extract exactly them.
4924                                 emximp -o tmp.imp $thisname \
4925                                     2>/dev/null && \
4926                                     $sed -e 's/^\([_a-zA-Z0-9]*\) .*$/\1/p' \
4927                                     < tmp.imp >>libc.tmp
4928                                 $rm tmp.imp
4929                         done
4930                         $sed -e "s/\\$_o\$//" -e 's/^ \+//' < libc.tmp > libc.list
4931                         echo "Ok." >&4
4932                 else
4933                         echo "$ar didn't seem to work right." >&4
4934                         echo "Maybe this is a Cray...trying bld instead..." >&4
4935                         if bld t $libc | $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" > libc.list
4936                         then
4937                                 for thisname in $libnames; do
4938                                         bld t $libnames | \
4939                                         $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" >>libc.list
4940                                         $ar t $thisname >>libc.tmp
4941                                 done
4942                                 echo "Ok." >&4
4943                         else
4944                                 echo "That didn't work either.  Giving up." >&4
4945                                 exit 1
4946                         fi
4947                 fi
4948         fi
4949 fi
4950 nm_extract="$com"
4951 if $test -f /lib/syscalls.exp; then
4952         echo " "
4953         echo "Also extracting names from /lib/syscalls.exp for good ole AIX..." >&4
4954         $sed -n 's/^\([^        ]*\)[   ]*syscall[0-9]*$/\1/p' /lib/syscalls.exp >>libc.list
4955 fi
4956 ;;
4957 esac
4958 $rm -f libnames libpath
4959
4960 : is a C symbol defined?
4961 csym='tlook=$1;
4962 case "$3" in
4963 -v) tf=libc.tmp; tc=""; tdc="";;
4964 -a) tf=libc.tmp; tc="[0]"; tdc="[]";;
4965 *) tlook="^$1\$"; tf=libc.list; tc="()"; tdc="()";;
4966 esac;
4967 tx=yes;
4968 case "$reuseval-$4" in
4969 true-) ;;
4970 true-*) tx=no; eval "tval=\$$4"; case "$tval" in "") tx=yes;; esac;;
4971 esac;
4972 case "$tx" in
4973 yes)
4974         case "$runnm" in
4975         true)
4976                 if $contains $tlook $tf >/dev/null 2>&1;
4977                 then tval=true;
4978                 else tval=false;
4979                 fi;;
4980         *)
4981                 echo "int main() { extern short $1$tdc; printf(\"%hd\", $1$tc); }" > t.c;
4982                 if $cc $optimize $ccflags $ldflags -o t t.c $libs >/dev/null 2>&1;
4983                 then tval=true;
4984                 else tval=false;
4985                 fi;
4986                 $rm -f t t.c;;
4987         esac;;
4988 *)
4989         case "$tval" in
4990         $define) tval=true;;
4991         *) tval=false;;
4992         esac;;
4993 esac;
4994 eval "$2=$tval"'
4995
4996 : define an is-in-libc? function
4997 inlibc='echo " "; td=$define; tu=$undef;
4998 sym=$1; var=$2; eval "was=\$$2";
4999 tx=yes;
5000 case "$reuseval$was" in
5001 true) ;;
5002 true*) tx=no;;
5003 esac;
5004 case "$tx" in
5005 yes)
5006         set $sym tres -f;
5007         eval $csym;
5008         case "$tres" in
5009         true)
5010                 echo "$sym() found." >&4;
5011                 case "$was" in $undef) . ./whoa; esac; eval "$var=\$td";;
5012         *)
5013                 echo "$sym() NOT found." >&4;
5014                 case "$was" in $define) . ./whoa; esac; eval "$var=\$tu";;
5015         esac;;
5016 *)
5017         case "$was" in
5018         $define) echo "$sym() found." >&4;;
5019         *) echo "$sym() NOT found." >&4;;
5020         esac;;
5021 esac'
5022
5023 : see if sqrtl exists
5024 set sqrtl d_sqrtl
5025 eval $inlibc
5026
5027 case "$ccflags" in
5028 *-DUSE_LONG_DOUBLE*|*-DUSE_MORE_BITS*) uselongdouble="$define" ;;
5029 esac
5030
5031 case "$uselongdouble" in
5032 $define|true|[yY]*)     dflt='y';;
5033 *) dflt='n';;
5034 esac
5035 cat <<EOM
5036
5037 Perl can be built to take advantage of long doubles which
5038 (if available) may give more accuracy and range for floating point numbers.
5039
5040 If this doesn't make any sense to you, just accept the default '$dflt'.
5041 EOM
5042 rp='Try to use long doubles if available?'
5043 . ./myread
5044 case "$ans" in
5045 y|Y)    val="$define"   ;;
5046 *)      val="$undef"    ;;
5047 esac
5048 set uselongdouble
5049 eval $setvar
5050
5051 case "$uselongdouble" in
5052 true|[yY]*) uselongdouble="$define" ;;
5053 esac
5054
5055 case "$uselongdouble" in
5056 $define)
5057 : Look for a hint-file generated 'call-back-unit'.  If the
5058 : user has specified that long doubles should be used,
5059 : we may need to set or change some other defaults.
5060         if $test -f uselongdouble.cbu; then
5061                 echo "Your platform has some specific hints for long doubles, using them..."
5062                 . ./uselongdouble.cbu
5063         else
5064                 $cat <<EOM
5065 (Your platform doesn't have any specific hints for long doubles.)
5066 EOM
5067         fi
5068         ;;
5069 esac
5070
5071 case "$uselongdouble:$d_sqrtl" in
5072 $define:$undef)
5073                 $cat <<EOM >&4
5074
5075 *** You requested the use of long doubles but you do not seem to have
5076 *** the mathematic functions for long doubles.  I'm disabling the use
5077 *** of long doubles.
5078
5079 EOM
5080         uselongdouble=$undef
5081         ;;
5082 esac
5083
5084 : check for length of double
5085 echo " "
5086 case "$doublesize" in
5087 '')
5088         echo "Checking to see how big your double precision numbers are..." >&4
5089         $cat >try.c <<'EOCP'
5090 #include <stdio.h>
5091 int main()
5092 {
5093     printf("%d\n", (int)sizeof(double));
5094     exit(0);
5095 }
5096 EOCP
5097         set try
5098         if eval $compile_ok; then
5099                 doublesize=`./try`
5100                 echo "Your double is $doublesize bytes long."
5101         else
5102                 dflt='8'
5103                 echo "(I can't seem to compile the test program.  Guessing...)"
5104                 rp="What is the size of a double precision number (in bytes)?"
5105                 . ./myread
5106                 doublesize="$ans"
5107         fi
5108         ;;
5109 esac
5110 $rm -f try.c try
5111
5112 : check for long doubles
5113 echo " "
5114 echo "Checking to see if you have long double..." >&4
5115 echo 'int main() { long double x = 7.0; }' > try.c
5116 set try
5117 if eval $compile; then
5118         val="$define"
5119         echo "You have long double."
5120 else
5121         val="$undef"
5122         echo "You do not have long double."
5123 fi
5124 $rm try.*
5125 set d_longdbl
5126 eval $setvar
5127
5128 : check for length of long double
5129 case "${d_longdbl}${longdblsize}" in
5130 $define)
5131         echo " "
5132         echo "Checking to see how big your long doubles are..." >&4
5133         $cat >try.c <<'EOCP'
5134 #include <stdio.h>
5135 int main()
5136 {
5137         printf("%d\n", sizeof(long double));
5138 }
5139 EOCP
5140         set try
5141         set try
5142         if eval $compile; then
5143                 longdblsize=`./try$exe_ext`
5144                 echo "Your long doubles are $longdblsize bytes long."
5145         else
5146                 dflt='8'
5147                 echo " "
5148                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
5149                 rp="What is the size of a long double (in bytes)?"
5150                 . ./myread
5151                 longdblsize="$ans"
5152         fi
5153         if $test "X$doublesize" = "X$longdblsize"; then
5154                 echo "(That isn't any different from an ordinary double.)"
5155         fi      
5156         ;;
5157 esac
5158 $rm -f try.* try
5159
5160 : determine the architecture name
5161 echo " "
5162 if xxx=`./loc arch blurfl $pth`; $test -f "$xxx"; then
5163         tarch=`arch`"-$osname"
5164 elif xxx=`./loc uname blurfl $pth`; $test -f "$xxx" ; then
5165         if uname -m > tmparch 2>&1 ; then
5166                 tarch=`$sed -e 's/ *$//' -e 's/ /_/g' \
5167                         -e 's/$/'"-$osname/" tmparch`
5168         else
5169                 tarch="$osname"
5170         fi
5171         $rm -f tmparch
5172 else
5173         tarch="$osname"
5174 fi
5175 case "$myarchname" in
5176 ''|"$tarch") ;;
5177 *)
5178         echo "(Your architecture name used to be $myarchname.)"
5179         archname=''
5180         ;;
5181 esac
5182 myarchname="$tarch"
5183 case "$archname" in
5184 '') dflt="$tarch";;
5185 *) dflt="$archname";;
5186 esac
5187 rp='What is your architecture name'
5188 . ./myread
5189 archname="$ans"
5190 case "$usethreads" in
5191 $define)
5192         echo "Threads selected." >&4
5193         case "$archname" in
5194         *-thread*) echo "...and architecture name already has -thread." >&4
5195                 ;;
5196         *)      archname="$archname-thread"
5197                 echo "...setting architecture name to $archname." >&4
5198                 ;;
5199         esac
5200         ;;
5201 esac
5202 case "$usemultiplicity" in
5203 $define)
5204         echo "Multiplicity selected." >&4
5205         case "$archname" in
5206         *-multi*) echo "...and architecture name already has -multi." >&4
5207                 ;;
5208         *)      archname="$archname-multi"
5209                 echo "...setting architecture name to $archname." >&4
5210                 ;;
5211         esac
5212         ;;
5213 esac
5214 case "$use64bitint$use64bitall" in
5215 *"$define"*)
5216         case "$archname64" in
5217         '')
5218                 echo "This architecture is naturally 64-bit, not changing architecture name." >&4
5219                 ;;
5220         *)
5221                 case "$use64bitint" in
5222                 "$define") echo "64 bit integers selected." >&4 ;;
5223                 esac
5224                 case "$use64bitall" in
5225                 "$define") echo "Maximal 64 bitness selected." >&4 ;;
5226                 esac
5227                 case "$archname" in
5228                 *-$archname64*) echo "...and architecture name already has $archname64." >&4
5229                         ;;
5230                 *)      archname="$archname-$archname64"
5231                         echo "...setting architecture name to $archname." >&4
5232                         ;;
5233                 esac
5234                 ;;
5235         esac
5236 esac
5237 case "$uselongdouble" in
5238 $define)
5239         echo "Long doubles selected." >&4
5240         case "$longdblsize" in
5241         $doublesize)
5242                 "...but long doubles are equal to doubles, not changing architecture name." >&4
5243                 ;;
5244         *)
5245                 case "$archname" in
5246                 *-ld*) echo "...and architecture name already has -ld." >&4
5247                         ;;
5248                 *)      archname="$archname-ld"
5249                         echo "...setting architecture name to $archname." >&4
5250                         ;;
5251                 esac
5252                 ;;
5253         esac
5254         ;;
5255 esac
5256
5257 : determine root of directory hierarchy where package will be installed.
5258 case "$prefix" in
5259 '')
5260         dflt=`./loc . /usr/local /usr/local /local /opt /usr`
5261         ;;
5262 *)
5263         dflt="$prefix"
5264         ;;
5265 esac
5266 $cat <<EOM
5267
5268 By default, $package will be installed in $dflt/bin, manual pages
5269 under $dflt/man, etc..., i.e. with $dflt as prefix for all
5270 installation directories. Typically this is something like /usr/local.
5271 If you wish to have binaries under /usr/bin but other parts of the
5272 installation under /usr/local, that's ok: you will be prompted
5273 separately for each of the installation directories, the prefix being
5274 only used to set the defaults.
5275
5276 EOM
5277 fn=d~
5278 rp='Installation prefix to use?'
5279 . ./getfile
5280 oldprefix=''
5281 case "$prefix" in
5282 '') ;;
5283 *)
5284         case "$ans" in
5285         "$prefix") ;;
5286         *) oldprefix="$prefix";;
5287         esac
5288         ;;
5289 esac
5290 prefix="$ans"
5291 prefixexp="$ansexp"
5292
5293 : is AFS running?
5294 echo " "
5295 case "$afs" in
5296 $define|true)   afs=true ;;
5297 $undef|false)   afs=false ;;
5298 *)      if test -d /afs; then
5299                 afs=true
5300         else
5301                 afs=false
5302         fi
5303         ;;
5304 esac
5305 if $afs; then
5306         echo "AFS may be running... I'll be extra cautious then..." >&4
5307 else
5308         echo "AFS does not seem to be running..." >&4
5309 fi
5310
5311 : determine installation prefix for where package is to be installed.
5312 if $afs; then 
5313 $cat <<EOM
5314
5315 Since you are running AFS, I need to distinguish the directory in which
5316 files will reside from the directory in which they are installed (and from
5317 which they are presumably copied to the former directory by occult means).
5318
5319 EOM
5320         case "$installprefix" in
5321         '') dflt=`echo $prefix | sed 's#^/afs/#/afs/.#'`;;
5322         *) dflt="$installprefix";;
5323         esac
5324 else
5325 $cat <<EOM
5326
5327 In some special cases, particularly when building $package for distribution,
5328 it is convenient to distinguish between the directory in which files should 
5329 be installed from the directory ($prefix) in which they 
5330 will eventually reside.  For most users, these two directories are the same.
5331
5332 EOM
5333         case "$installprefix" in
5334         '') dflt=$prefix ;;
5335         *) dflt=$installprefix;;
5336         esac
5337 fi
5338 fn=d~
5339 rp='What installation prefix should I use for installing files?'
5340 . ./getfile
5341 installprefix="$ans"
5342 installprefixexp="$ansexp"
5343
5344 : set the prefixit variable, to compute a suitable default value
5345 prefixit='case "$3" in
5346 ""|none)
5347         case "$oldprefix" in
5348         "") eval "$1=\"\$$2\"";;
5349         *)
5350                 case "$3" in
5351                 "") eval "$1=";;
5352                 none)
5353                         eval "tp=\"\$$2\"";
5354                         case "$tp" in
5355                         ""|" ") eval "$1=\"\$$2\"";;
5356                         *) eval "$1=";;
5357                         esac;;
5358                 esac;;
5359         esac;;
5360 *)
5361         eval "tp=\"$oldprefix-\$$2-\""; eval "tp=\"$tp\"";
5362         case "$tp" in
5363         --|/*--|\~*--) eval "$1=\"$prefix/$3\"";;
5364         /*-$oldprefix/*|\~*-$oldprefix/*)
5365                 eval "$1=\`echo \$$2 | sed \"s,^$oldprefix,$prefix,\"\`";;
5366         *) eval "$1=\"\$$2\"";;
5367         esac;;
5368 esac'
5369
5370
5371 : get the patchlevel
5372 echo " "
5373 echo "Getting the current patchlevel..." >&4
5374 if $test -r $rsrc/patchlevel.h;then
5375         revision=`awk '/define[         ]+PERL_REVISION/ {print $3}' $rsrc/patchlevel.h`
5376         patchlevel=`awk '/define[       ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
5377         subversion=`awk '/define[       ]+PERL_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
5378         api_revision=`awk '/define[     ]+PERL_API_REVISION/ {print $3}' $rsrc/patchlevel.h`
5379         api_version=`awk '/define[      ]+PERL_API_VERSION/ {print $3}' $rsrc/patchlevel.h`
5380         api_subversion=`awk '/define[   ]+PERL_API_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
5381 else
5382         revision=0
5383         patchlevel=0
5384         subversion=0
5385         api_revision=0
5386         api_version=0
5387         api_subversion=0
5388 fi
5389 $echo "(You have $package version $patchlevel subversion $subversion.)"
5390 case "$osname" in
5391 dos|vms)
5392         : XXX Should be a Configure test for double-dots in filenames.
5393         version=`echo $revision $patchlevel $subversion | \
5394                  $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
5395         api_versionstring=`echo $api_revision $api_version $api_subversion | \
5396                  $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
5397         ;;
5398 *)
5399         version=`echo $revision $patchlevel $subversion | \
5400                  $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
5401         api_versionstring=`echo $api_revision $api_version $api_subversion | \
5402                  $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
5403         ;;
5404 esac
5405 : Special case the 5.005_xx maintenance series, which used 5.005
5406 : without any subversion label as a subdirectory in $sitelib
5407 if test "${api_revision}${api_version}${api_subversion}" = "550"; then
5408         api_versionstring='5.005'
5409 fi
5410
5411 : determine installation style
5412 : For now, try to deduce it from prefix unless it is already set.
5413 : Reproduce behavior of 5.005 and earlier, maybe drop that in 5.7.
5414 case "$installstyle" in
5415 '')     case "$prefix" in
5416                 *perl*) dflt='lib';;
5417                 *) dflt='lib/perl5' ;;
5418         esac
5419         ;;
5420 *)      dflt="$installstyle" ;;
5421 esac
5422 : Probably not worth prompting for this since we prompt for all
5423 : the directories individually, and the prompt would be too long and
5424 : confusing anyway.
5425 installstyle=$dflt
5426
5427 : determine where private library files go
5428 : Usual default is /usr/local/lib/perl5/$version.
5429 : Also allow things like /opt/perl/lib/$version, since 
5430 : /opt/perl/lib/perl5... would be redundant.
5431 : The default "style" setting is made in installstyle.U
5432 case "$installstyle" in
5433 *lib/perl5*) set dflt privlib lib/$package/$version ;;
5434 *)       set dflt privlib lib/$version ;;
5435 esac
5436 eval $prefixit
5437 $cat <<EOM
5438
5439 There are some auxiliary files for $package that need to be put into a
5440 private library directory that is accessible by everyone.
5441
5442 EOM
5443 fn=d~+
5444 rp='Pathname where the private library files will reside?'
5445 . ./getfile
5446 privlib="$ans"
5447 privlibexp="$ansexp"
5448 : Change installation prefix, if necessary.
5449 if $test X"$prefix" != X"$installprefix"; then
5450         installprivlib=`echo $privlibexp | sed "s#^$prefix#$installprefix#"`
5451 else
5452         installprivlib="$privlibexp"
5453 fi
5454
5455 : set the prefixup variable, to restore leading tilda escape
5456 prefixup='case "$prefixexp" in
5457 "$prefix") ;;
5458 *) eval "$1=\`echo \$$1 | sed \"s,^$prefixexp,$prefix,\"\`";;
5459 esac'
5460
5461 : determine where public architecture dependent libraries go
5462 set archlib archlib
5463 eval $prefixit
5464 : privlib default is /usr/local/lib/$package/$version
5465 : archlib default is /usr/local/lib/$package/$version/$archname
5466 : privlib may have an optional trailing /share.
5467 tdflt=`echo $privlib | $sed 's,/share$,,'`
5468 tdflt=$tdflt/$archname
5469 case "$archlib" in
5470 '')     dflt=$tdflt
5471         ;;
5472 *)      dflt="$archlib"
5473     ;;
5474 esac
5475 $cat <<EOM
5476
5477 $spackage contains architecture-dependent library files.  If you are
5478 sharing libraries in a heterogeneous environment, you might store
5479 these files in a separate location.  Otherwise, you can just include
5480 them with the rest of the public library files.
5481
5482 EOM
5483 fn=d+~
5484 rp='Where do you want to put the public architecture-dependent libraries?'
5485 . ./getfile
5486 archlib="$ans"
5487 archlibexp="$ansexp"
5488 if $test X"$archlib" = X"$privlib"; then
5489         d_archlib="$undef"
5490 else
5491         d_archlib="$define"
5492 fi
5493 : Change installation prefix, if necessary.
5494 if $test X"$prefix" != X"$installprefix"; then
5495         installarchlib=`echo $archlibexp | sed "s#^$prefix#$installprefix#"`
5496 else
5497         installarchlib="$archlibexp"
5498 fi
5499
5500
5501 : Binary compatibility with 5.005 is not possible for builds
5502 : with advanced features
5503 case "$usethreads$usemultiplicity" in
5504 *define*)
5505         bincompat5005="$undef"
5506         d_bincompat5005="$undef"
5507         ;;
5508 *)      $cat <<EOM
5509
5510 This version of Perl can be compiled for binary compatibility with 5.005.
5511 If you decide to do so, you will be able to continue using most of the
5512 extensions that were compiled for Perl 5.005.
5513
5514 EOM
5515         case "$bincompat5005$d_bincompat5005" in
5516         *"$undef"*) dflt=n ;;
5517         *) dflt=y ;;
5518         esac
5519         rp='Binary compatibility with Perl 5.005?'
5520         . ./myread
5521         case "$ans" in
5522         y*) val="$define" ;;
5523         *)  val="$undef" ;;
5524         esac
5525         set d_bincompat5005
5526         eval $setvar
5527         case "$d_bincompat5005" in
5528         "$define")
5529                 bincompat5005="$define"
5530                 ;;
5531         *)      bincompat5005="$undef"
5532                 d_bincompat5005="$undef"
5533                 ;;
5534         esac
5535         ;;
5536 esac
5537
5538
5539 : see if setuid scripts can be secure
5540 $cat <<EOM
5541
5542 Some kernels have a bug that prevents setuid #! scripts from being
5543 secure.  Some sites have disabled setuid #! scripts because of this.
5544
5545 First let's decide if your kernel supports secure setuid #! scripts.
5546 (If setuid #! scripts would be secure but have been disabled anyway,
5547 don't say that they are secure if asked.)
5548
5549 EOM
5550
5551 val="$undef"
5552 if $test -d /dev/fd; then
5553         echo "#!$ls" >reflect
5554         chmod +x,u+s reflect
5555         ./reflect >flect 2>&1
5556         if $contains "/dev/fd" flect >/dev/null; then
5557                 echo "Congratulations, your kernel has secure setuid scripts!" >&4
5558                 val="$define"
5559         else
5560                 $cat <<EOM
5561 If you are not sure if they are secure, I can check but I'll need a
5562 username and password different from the one you are using right now.
5563 If you don't have such a username or don't want me to test, simply
5564 enter 'none'.
5565
5566 EOM
5567                 rp='Other username to test security of setuid scripts with?'
5568                 dflt='none'
5569                 . ./myread
5570                 case "$ans" in
5571                 n|none)
5572                         case "$d_suidsafe" in
5573                         '')     echo "I'll assume setuid scripts are *not* secure." >&4
5574                                 dflt=n;;
5575                         "$undef")
5576                                 echo "Well, the $hint value is *not* secure." >&4
5577                                 dflt=n;;
5578                         *)      echo "Well, the $hint value *is* secure." >&4
5579                                 dflt=y;;
5580                         esac
5581                         ;;
5582                 *)
5583                         $rm -f reflect flect
5584                         echo "#!$ls" >reflect
5585                         chmod +x,u+s reflect
5586                         echo >flect
5587                         chmod a+w flect
5588                         echo '"su" will (probably) prompt you for '"$ans's password."
5589                         su $ans -c './reflect >flect'
5590                         if $contains "/dev/fd" flect >/dev/null; then
5591                                 echo "Okay, it looks like setuid scripts are secure." >&4
5592                                 dflt=y
5593                         else
5594                                 echo "I don't think setuid scripts are secure." >&4
5595                                 dflt=n
5596                         fi
5597                         ;;
5598                 esac
5599                 rp='Does your kernel have *secure* setuid scripts?'
5600                 . ./myread
5601                 case "$ans" in
5602                 [yY]*)  val="$define";;
5603                 *)      val="$undef";;
5604                 esac
5605         fi
5606 else
5607         echo "I don't think setuid scripts are secure (no /dev/fd directory)." >&4
5608         echo "(That's for file descriptors, not floppy disks.)"
5609         val="$undef"
5610 fi
5611 set d_suidsafe
5612 eval $setvar
5613
5614 $rm -f reflect flect
5615
5616 : now see if they want to do setuid emulation
5617 echo " "
5618 val="$undef"
5619 case "$d_suidsafe" in
5620 "$define")
5621         val="$undef"
5622         echo "No need to emulate SUID scripts since they are secure here." >& 4
5623         ;;
5624 *)
5625         $cat <<EOM
5626 Some systems have disabled setuid scripts, especially systems where
5627 setuid scripts cannot be secure.  On systems where setuid scripts have
5628 been disabled, the setuid/setgid bits on scripts are currently
5629 useless.  It is possible for $package to detect those bits and emulate
5630 setuid/setgid in a secure fashion.  This emulation will only work if
5631 setuid scripts have been disabled in your kernel.
5632
5633 EOM
5634         case "$d_dosuid" in
5635         "$define") dflt=y ;;
5636         *) dflt=n ;;
5637         esac
5638         rp="Do you want to do setuid/setgid emulation?"
5639         . ./myread
5640         case "$ans" in
5641         [yY]*)  val="$define";;
5642         *)      val="$undef";;
5643         esac
5644         ;;
5645 esac
5646 set d_dosuid
5647 eval $setvar
5648
5649 : determine filename position in cpp output
5650 echo " "
5651 echo "Computing filename position in cpp output for #include directives..." >&4
5652 echo '#include <stdio.h>' > foo.c
5653 $cat >fieldn <<EOF
5654 $startsh
5655 $cppstdin $cppflags $cppminus <foo.c 2>/dev/null | \
5656 $grep '^[       ]*#.*stdio\.h' | \
5657 while read cline; do
5658         pos=1
5659         set \$cline
5660         while $test \$# -gt 0; do
5661                 if $test -r \`echo \$1 | $tr -d '"'\`; then
5662                         echo "\$pos"
5663                         exit 0
5664                 fi
5665                 shift
5666                 pos=\`expr \$pos + 1\`
5667         done
5668 done
5669 EOF
5670 chmod +x fieldn
5671 fieldn=`./fieldn`
5672 $rm -f foo.c fieldn
5673 case $fieldn in
5674 '') pos='???';;
5675 1) pos=first;;
5676 2) pos=second;;
5677 3) pos=third;;
5678 *) pos="${fieldn}th";;
5679 esac
5680 echo "Your cpp writes the filename in the $pos field of the line."
5681
5682 : locate header file
5683 $cat >findhdr <<EOF
5684 $startsh
5685 wanted=\$1
5686 name=''
5687 for usrincdir in $usrinc
5688 do
5689         if test -f \$usrincdir/\$wanted; then
5690                 echo "\$usrincdir/\$wanted"
5691                 exit 0
5692         fi
5693 done
5694 awkprg='{ print \$$fieldn }'
5695 echo "#include <\$wanted>" > foo\$\$.c
5696 $cppstdin $cppminus $cppflags < foo\$\$.c 2>/dev/null | \
5697 $grep "^[       ]*#.*\$wanted" | \
5698 while read cline; do
5699         name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\`
5700         case "\$name" in
5701         *[/\\\\]\$wanted) echo "\$name"; exit 1;;
5702         *[\\\\/]\$wanted) echo "\$name"; exit 1;;
5703         *) exit 2;;
5704         esac;
5705 done;
5706 #
5707 # status = 0: grep returned 0 lines, case statement not executed
5708 # status = 1: headerfile found
5709 # status = 2: while loop executed, no headerfile found
5710 #
5711 status=\$?
5712 $rm -f foo\$\$.c;
5713 if test \$status -eq 1; then
5714         exit 0;
5715 fi
5716 exit 1
5717 EOF
5718 chmod +x findhdr
5719
5720 : define an alternate in-header-list? function
5721 inhdr='echo " "; td=$define; tu=$undef; yyy=$@;
5722 cont=true; xxf="echo \"<\$1> found.\" >&4";
5723 case $# in 2) xxnf="echo \"<\$1> NOT found.\" >&4";;
5724 *) xxnf="echo \"<\$1> NOT found, ...\" >&4";;
5725 esac;
5726 case $# in 4) instead=instead;; *) instead="at last";; esac;
5727 while $test "$cont"; do
5728         xxx=`./findhdr $1`
5729         var=$2; eval "was=\$$2";
5730         if $test "$xxx" && $test -r "$xxx";
5731         then eval $xxf;
5732         eval "case \"\$$var\" in $undef) . ./whoa; esac"; eval "$var=\$td";
5733                 cont="";
5734         else eval $xxnf;
5735         eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu"; fi;
5736         set $yyy; shift; shift; yyy=$@;
5737         case $# in 0) cont="";;
5738         2) xxf="echo \"but I found <\$1> $instead.\" >&4";
5739                 xxnf="echo \"and I did not find <\$1> either.\" >&4";;
5740         *) xxf="echo \"but I found <\$1\> instead.\" >&4";
5741                 xxnf="echo \"there is no <\$1>, ...\" >&4";;
5742         esac;
5743 done;
5744 while $test "$yyy";
5745 do set $yyy; var=$2; eval "was=\$$2";
5746         eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu";
5747         set $yyy; shift; shift; yyy=$@;
5748 done'
5749
5750 : see if this is a malloc.h system
5751 set malloc.h i_malloc
5752 eval $inhdr
5753
5754 : see if stdlib is available
5755 set stdlib.h i_stdlib
5756 eval $inhdr
5757
5758 : determine which malloc to compile in
5759 echo " "
5760 case "$usemymalloc" in
5761 ''|[yY]*|true|$define)  dflt='y' ;;
5762 *)      dflt='n' ;;
5763 esac
5764 rp="Do you wish to attempt to use the malloc that comes with $package?"
5765 . ./myread
5766 usemymalloc="$ans"
5767 case "$ans" in
5768 y*|true)
5769         usemymalloc='y'
5770         mallocsrc='malloc.c'
5771         mallocobj="malloc$_o"
5772         d_mymalloc="$define"
5773         case "$libs" in
5774         *-lmalloc*)
5775                 : Remove malloc from list of libraries to use
5776                 echo "Removing unneeded -lmalloc from library list" >&4
5777                 set `echo X $libs | $sed -e 's/-lmalloc / /' -e 's/-lmalloc$//'`
5778                 shift
5779                 libs="$*"
5780                 echo "libs = $libs" >&4
5781                 ;;
5782         esac
5783         ;;
5784 *)
5785         usemymalloc='n'
5786         mallocsrc=''
5787         mallocobj=''
5788         d_mymalloc="$undef"
5789         ;;
5790 esac
5791
5792 : compute the return types of malloc and free
5793 echo " "
5794 $cat >malloc.c <<END
5795 #$i_malloc I_MALLOC
5796 #$i_stdlib I_STDLIB
5797 #include <stdio.h>
5798 #include <sys/types.h>
5799 #ifdef I_MALLOC
5800 #include <malloc.h>
5801 #endif
5802 #ifdef I_STDLIB
5803 #include <stdlib.h>
5804 #endif
5805 #ifdef TRY_MALLOC
5806 void *malloc();
5807 #endif
5808 #ifdef TRY_FREE
5809 void free();
5810 #endif
5811 END
5812 case "$malloctype" in
5813 '')
5814         if $cc $ccflags -c -DTRY_MALLOC malloc.c >/dev/null 2>&1; then
5815                 malloctype='void *'
5816         else
5817                 malloctype='char *'
5818         fi
5819         ;;
5820 esac
5821 echo "Your system wants malloc to return '$malloctype', it would seem." >&4
5822
5823 case "$freetype" in
5824 '')
5825         if $cc $ccflags -c -DTRY_FREE malloc.c >/dev/null 2>&1; then
5826                 freetype='void'
5827         else
5828                 freetype='int'
5829         fi
5830         ;;
5831 esac
5832 echo "Your system uses $freetype free(), it would seem." >&4
5833 $rm -f malloc.[co]
5834 $cat <<EOM
5835
5836 After $package is installed, you may wish to install various
5837 add-on modules and utilities.  Typically, these add-ons will
5838 be installed under $prefix with the rest
5839 of this package.  However, you may wish to install such add-ons
5840 elsewhere under a different prefix.
5841
5842 If you do not wish to put everything under a single prefix, that's
5843 ok.  You will be prompted for the individual locations; this siteprefix
5844 is only used to suggest the defaults.
5845
5846 The default should be fine for most people.
5847
5848 EOM
5849 fn=d~+
5850 rp='Installation prefix to use for add-on modules and utilities?'
5851 : XXX Here might be another good place for an installstyle setting.
5852 case "$siteprefix" in
5853 '') dflt=$prefix ;;
5854 *)  dflt=$siteprefix ;;
5855 esac
5856 . ./getfile
5857 : XXX Prefixit unit does not yet support siteprefix and vendorprefix
5858 oldsiteprefix=''
5859 case "$siteprefix" in
5860 '') ;;
5861 *)      case "$ans" in
5862         "$prefix") ;;
5863         *) oldsiteprefix="$prefix";;
5864         esac
5865         ;;
5866 esac
5867 siteprefix="$ans"
5868 siteprefixexp="$ansexp"
5869
5870 : determine where site specific libraries go.
5871 : Usual default is /usr/local/lib/perl5/site_perl/$version
5872 : The default "style" setting is made in installstyle.U
5873 : XXX No longer works with Prefixit stuff.
5874 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
5875 case "$sitelib" in
5876 '') case "$installstyle" in
5877         *lib/perl5*) dflt=$siteprefix/lib/$package/site_$prog/$version ;;
5878         *)       dflt=$siteprefix/lib/site_$prog/$version ;;
5879         esac
5880         ;;
5881 *)      dflt="$sitelib"
5882         ;;
5883 esac
5884 $cat <<EOM
5885
5886 The installation process will create a directory for
5887 site-specific extensions and modules.  Most users find it convenient
5888 to place all site-specific files in this directory rather than in the
5889 main distribution directory.
5890
5891 EOM
5892 fn=d~+
5893 rp='Pathname for the site-specific library files?'
5894 . ./getfile
5895 sitelib="$ans"
5896 sitelibexp="$ansexp"
5897 sitelib_stem=`echo "$sitelibexp" | sed "s,/$version$,,"`
5898 : Change installation prefix, if necessary.
5899 if $test X"$prefix" != X"$installprefix"; then
5900         installsitelib=`echo $sitelibexp | $sed "s#^$prefix#$installprefix#"`
5901 else
5902         installsitelib="$sitelibexp"
5903 fi
5904
5905 : determine where site specific architecture-dependent libraries go.
5906 : sitelib  default is /usr/local/lib/perl5/site_perl/$version
5907 : sitearch default is /usr/local/lib/perl5/site_perl/$version/$archname
5908 : sitelib may have an optional trailing /share.
5909 case "$sitearch" in
5910 '')     dflt=`echo $sitelib | $sed 's,/share$,,'`
5911         dflt="$dflt/$archname"
5912         ;;
5913 *)      dflt="$sitearch"
5914         ;;
5915 esac
5916 set sitearch sitearch none
5917 eval $prefixit
5918 $cat <<EOM
5919
5920 The installation process will also create a directory for
5921 architecture-dependent site-specific extensions and modules.
5922
5923 EOM
5924 fn=d~+
5925 rp='Pathname for the site-specific architecture-dependent library files?'
5926 . ./getfile
5927 sitearch="$ans"
5928 sitearchexp="$ansexp"
5929 : Change installation prefix, if necessary.
5930 if $test X"$prefix" != X"$installprefix"; then
5931         installsitearch=`echo $sitearchexp | sed "s#^$prefix#$installprefix#"`
5932 else
5933         installsitearch="$sitearchexp"
5934 fi
5935
5936 $cat <<EOM
5937
5938 The installation process will also create a directory for
5939 vendor-supplied add-ons.  Vendors who supply perl with their system
5940 may find it convenient to place all vendor-supplied files in this
5941 directory rather than in the main distribution directory.  This will
5942 ease upgrades between binary-compatible maintenance versions of perl.
5943
5944 Of course you may also use these directories in whatever way you see
5945 fit.  For example, you might use them to access modules shared over a
5946 company-wide network.
5947
5948 The default answer should be fine for most people.
5949 This causes further questions about vendor add-ons to be skipped
5950 and no vendor-specific directories will be configured for perl.
5951
5952 EOM
5953 rp='Do you want to configure vendor-specific add-on directories?'
5954 case "$usevendorprefix" in
5955 define|true|[yY]*) dflt=y ;;
5956 *)      : User may have set vendorprefix directly on Configure command line.
5957         case "$vendorprefix" in
5958         ''|' ') dflt=n ;;
5959         *)      dflt=y ;;
5960         esac
5961         ;;
5962 esac
5963 . ./myread
5964 case "$ans" in
5965 [yY]*)  fn=d~+
5966         rp='Installation prefix to use for vendor-supplied add-ons?'
5967         case "$vendorprefix" in
5968         '') dflt='' ;;
5969         *)  dflt=$vendorprefix ;;
5970         esac
5971         . ./getfile
5972         : XXX Prefixit unit does not yet support siteprefix and vendorprefix
5973         oldvendorprefix=''
5974         case "$vendorprefix" in
5975         '') ;;
5976         *)      case "$ans" in
5977                 "$prefix") ;;
5978                 *) oldvendorprefix="$prefix";;
5979                 esac
5980                 ;;
5981         esac
5982         usevendorprefix="$define"
5983         vendorprefix="$ans"
5984         vendorprefixexp="$ansexp"
5985         ;;
5986 *)      usevendorprefix="$undef"
5987         vendorprefix=''
5988         vendorprefixexp=''
5989         ;;
5990 esac
5991
5992 case "$vendorprefix" in
5993 '')     d_vendorlib="$undef"
5994         vendorlib=''
5995         vendorlibexp=''
5996         ;;
5997 *)      d_vendorlib="$define"
5998         : determine where vendor-supplied modules go.
5999         : Usual default is /usr/local/lib/perl5/vendor_perl/$version
6000         case "$vendorlib" in
6001         '')
6002                 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6003                 case "$installstyle" in
6004                 *lib/perl5*) dflt=$vendorprefix/lib/$package/vendor_$prog/$version ;;
6005                 *)           dflt=$vendorprefix/lib/vendor_$prog/$version ;;
6006                 esac
6007                 ;;
6008         *)      dflt="$vendorlib"
6009                 ;;
6010         esac
6011         fn=d~+
6012         rp='Pathname for the vendor-supplied library files?'
6013         . ./getfile
6014         vendorlib="$ans"
6015         vendorlibexp="$ansexp"
6016         ;;
6017 esac
6018 vendorlib_stem=`echo "$vendorlibexp" | sed "s,/$version$,,"`
6019 : Change installation prefix, if necessary.
6020 if $test X"$prefix" != X"$installprefix"; then
6021         installvendorlib=`echo $vendorlibexp | $sed "s#^$prefix#$installprefix#"`
6022 else
6023         installvendorlib="$vendorlibexp"
6024 fi
6025
6026 case "$vendorprefix" in
6027 '')     d_vendorarch="$undef"
6028         vendorarch=''
6029         vendorarchexp=''
6030         ;;
6031 *)      d_vendorarch="$define"
6032         : determine where vendor-supplied architecture-dependent libraries go.
6033         : vendorlib  default is /usr/local/lib/perl5/vendor_perl/$version
6034         : vendorarch default is /usr/local/lib/perl5/vendor_perl/$version/$archname
6035         : vendorlib may have an optional trailing /share.
6036         case "$vendorarch" in
6037         '')     dflt=`echo $vendorlib | $sed 's,/share$,,'`
6038                 dflt="$dflt/$archname"
6039                 ;;
6040         *)      dflt="$vendorarch" ;;
6041         esac
6042         fn=d~+
6043         rp='Pathname for vendor-supplied architecture-dependent files?'
6044         . ./getfile
6045         vendorarch="$ans"
6046         vendorarchexp="$ansexp"
6047         ;;
6048 esac
6049 : Change installation prefix, if necessary.
6050 if $test X"$prefix" != X"$installprefix"; then
6051         installvendorarch=`echo $vendorarchexp | sed "s#^$prefix#$installprefix#"`
6052 else
6053         installvendorarch="$vendorarchexp"
6054 fi
6055
6056 : Final catch-all directories to search
6057 $cat <<EOM
6058
6059 Lastly, you can have perl look in other directories for extensions and
6060 modules in addition to those already specified.
6061 These directories will be searched after 
6062         $sitearch 
6063         $sitelib 
6064 EOM
6065 test X"$vendorlib" != "X" && echo '     ' $vendorlib
6066 test X"$vendorarch" != "X" && echo '    ' $vendorarch
6067 echo ' '
6068 case "$otherlibdirs" in
6069 ''|' ') dflt='none' ;;
6070 *)      dflt="$otherlibdirs" ;;
6071 esac
6072 $cat <<EOM
6073 Enter a colon-separated set of extra paths to include in perl's @INC
6074 search path, or enter 'none' for no extra paths.
6075
6076 EOM
6077
6078 rp='Colon-separated list of additional directories for perl to search?'
6079 . ./myread
6080 case "$ans" in
6081 ' '|''|none)    otherlibdirs=' ' ;;     
6082 *)      otherlibdirs="$ans" ;;
6083 esac
6084 case "$otherlibdirs" in
6085 ' ') val=$undef ;;
6086 *)      val=$define ;;
6087 esac
6088 set d_perl_otherlibdirs
6089 eval $setvar
6090
6091 : Cruising for prototypes
6092 echo " "
6093 echo "Checking out function prototypes..." >&4
6094 $cat >prototype.c <<'EOCP'
6095 int main(int argc, char *argv[]) {
6096         exit(0);}
6097 EOCP
6098 if $cc $ccflags -c prototype.c >prototype.out 2>&1 ; then
6099         echo "Your C compiler appears to support function prototypes."
6100         val="$define"
6101 else
6102         echo "Your C compiler doesn't seem to understand function prototypes."
6103         val="$undef"
6104 fi
6105 set prototype
6106 eval $setvar
6107 $rm -f prototype*
6108
6109 case "$prototype" in
6110 "$define") ;;
6111 *)      ansi2knr='ansi2knr'
6112         echo " "
6113         cat <<EOM >&4
6114
6115 $me:  FATAL ERROR:
6116 This version of $package can only be compiled by a compiler that 
6117 understands function prototypes.  Unfortunately, your C compiler 
6118         $cc $ccflags
6119 doesn't seem to understand them.  Sorry about that.
6120
6121 If GNU cc is available for your system, perhaps you could try that instead.  
6122
6123 Eventually, we hope to support building Perl with pre-ANSI compilers.
6124 If you would like to help in that effort, please contact <perlbug@perl.org>.
6125
6126 Aborting Configure now.
6127 EOM
6128         exit 2
6129         ;;
6130 esac
6131
6132 : determine where public executables go
6133 echo " "
6134 set dflt bin bin
6135 eval $prefixit
6136 fn=d~
6137 rp='Pathname where the public executables will reside?'
6138 . ./getfile
6139 if $test "X$ansexp" != "X$binexp"; then
6140         installbin=''
6141 fi
6142 bin="$ans"
6143 binexp="$ansexp"
6144 : Change installation prefix, if necessary.
6145 : XXX Bug? -- ignores Configure -Dinstallprefix setting.
6146 if $test X"$prefix" != X"$installprefix"; then
6147         installbin=`echo $binexp | sed "s#^$prefix#$installprefix#"`
6148 else
6149         installbin="$binexp"
6150 fi
6151
6152 : Find perl5.005 or later.
6153 echo "Looking for a previously installed perl5.005 or later... "
6154 case "$perl5" in
6155 '')     for tdir in `echo "$binexp:$PATH" | $sed "s/$path_sep/ /g"`; do
6156                 : Check if this perl is recent and can load a simple module
6157                 if $test -x $tdir/perl && $tdir/perl -Mless -e 'use 5.005;' >/dev/null 2>&1; then
6158                         perl5=$tdir/perl
6159                         break;
6160                 elif $test -x $tdir/perl5 && $tdir/perl5 -Mless -e 'use 5.005;' >/dev/null 2>&1; then
6161                         perl5=$tdir/perl
6162                         break;
6163                 fi
6164         done
6165         ;;
6166 *)      perl5="$perl5"
6167         ;;
6168 esac
6169 case "$perl5" in
6170 '')     echo "None found.  That's ok.";;
6171 *)      echo "Using $perl5." ;;
6172 esac
6173
6174 : Determine list of previous versions to include in @INC
6175 $cat > getverlist <<EOPL
6176 #!$perl5 -w
6177 use File::Basename;
6178 \$api_versionstring = "$api_versionstring";
6179 \$version = "$version";
6180 \$stem = "$sitelib_stem";
6181 \$archname = "$archname";
6182 EOPL
6183         $cat >> getverlist <<'EOPL'
6184 # Can't have leading @ because metaconfig interprets it as a command!
6185 ;@inc_version_list=();
6186 # XXX Redo to do opendir/readdir? 
6187 if (-d $stem) {
6188     chdir($stem);
6189     ;@candidates = glob("5.*");
6190 }
6191 else {
6192     ;@candidates = ();
6193 }
6194
6195 # XXX ToDo:  These comparisons must be reworked when two-digit
6196 # subversions come along, so that 5.7.10 compares as greater than
6197 # 5.7.3!  By that time, hope that 5.6.x is sufficiently
6198 # widespread that we can use the built-in version vectors rather
6199 # than reinventing them here.  For 5.6.0, however, we must
6200 # assume this script will likely be run by 5.005_0x.  --AD 1/2000.
6201 foreach $d (@candidates) {
6202     if ($d lt $version) {
6203         if ($d ge $api_versionstring) {
6204             unshift(@inc_version_list, grep { -d } "$d/$archname", $d);
6205         }
6206         elsif ($d ge "5.005") {
6207             unshift(@inc_version_list, grep { -d } $d);
6208         }
6209     }
6210     else {
6211         # Skip newer version.  I.e. don't look in
6212         # 5.7.0 if we're installing 5.6.1.
6213     }
6214 }
6215
6216 if (@inc_version_list) {
6217     print join(' ', @inc_version_list);
6218 }
6219 else {
6220     # Blank space to preserve value for next Configure run.
6221     print " ";
6222 }
6223 EOPL
6224 chmod +x getverlist
6225 case "$inc_version_list" in
6226 '')     if test -x "$perl5"; then
6227                 dflt=`$perl5 getverlist`
6228         else
6229                 dflt='none'
6230         fi
6231         ;;
6232 $undef) dflt='none' ;;
6233 *)  dflt="$inc_version_list" ;;
6234 esac
6235 case "$dflt" in
6236 ''|' ') dflt=none ;;
6237 esac
6238 case "$dflt" in
6239 5.005) case "$bincompat5005" in
6240        $define|true|[yY]*) ;;
6241        *) dflt=none ;;
6242        esac
6243        ;;
6244 esac
6245 $cat <<'EOM'
6246
6247 In order to ease the process of upgrading, this version of perl 
6248 can be configured to use modules built and installed with earlier 
6249 versions of perl that were installed under $prefix.  Specify here
6250 the list of earlier versions that this version of perl should check.
6251 If Configure detected no earlier versions of perl installed under
6252 $prefix, then the list will be empty.  Answer 'none' to tell perl
6253 to not search earlier versions.
6254
6255 The default should almost always be sensible, so if you're not sure,
6256 just accept the default.
6257 EOM
6258
6259 rp='List of earlier versions to include in @INC?'
6260 . ./myread
6261 case "$ans" in
6262 [Nn]one|''|' ') inc_version_list=' ' ;;
6263 *) inc_version_list="$ans" ;;
6264 esac
6265 case "$inc_version_list" in
6266 ''|' ') 
6267         inc_version_list_init='0';;
6268 *)      inc_version_list_init=`echo $inc_version_list |
6269                 $sed -e 's/^/"/' -e 's/ /","/g' -e 's/$/",0/'`
6270         ;;
6271 esac
6272 $rm -f getverlist
6273
6274 : determine whether to install the scripts
6275
6276 echo " "
6277 $cat <<EOM
6278 Do you want to install the various scripts accompanying Perl?
6279 Usually you do want this.
6280 EOM
6281 case "$installscripts" in
6282 "$undef"|[nN]*) dflt='n';;
6283 *)              dflt='y';;
6284 esac
6285 rp="Do you want to install the scripts?"
6286 . ./myread
6287 case "$ans" in
6288 [yY]*)  val="$define";;
6289 *)      val="$undef" ;;
6290 esac
6291 set installscripts
6292 eval $setvar
6293
6294 : determine whether to install perl also as /usr/bin/perl
6295
6296 echo " "
6297 if $test -d /usr/bin -a "X$installbin" != X/usr/bin; then
6298         $cat <<EOM
6299 Many scripts expect perl to be installed as /usr/bin/perl.
6300 I can install the perl you are about to compile also as /usr/bin/perl
6301 (in addition to $installbin/perl).
6302 EOM
6303         case "$installusrbinperl" in
6304         "$undef"|[nN]*) dflt='n';;
6305         *)              dflt='y';;
6306         esac
6307         rp="Do you want to install perl as /usr/bin/perl?"
6308         . ./myread
6309         case "$ans" in
6310         [yY]*)  val="$define";;
6311         *)      val="$undef" ;;
6312         esac
6313 else
6314         val="$undef"
6315 fi
6316 set installusrbinperl
6317 eval $setvar
6318
6319 : see if dld is available
6320 set dld.h i_dld
6321 eval $inhdr
6322
6323 : see if dlopen exists
6324 xxx_runnm="$runnm"
6325 runnm=false
6326 set dlopen d_dlopen
6327 eval $inlibc
6328 runnm="$xxx_runnm"
6329
6330 : determine which dynamic loading, if any, to compile in
6331 echo " "
6332 dldir="ext/DynaLoader"
6333 case "$usedl" in
6334 $define|y|true)
6335         dflt='y'
6336         usedl="$define"
6337         ;;
6338 $undef|n|false)
6339         dflt='n'
6340         usedl="$undef"
6341         ;;
6342 *) 
6343         dflt='n'
6344         case "$d_dlopen" in
6345             $define) dflt='y' ;;
6346         esac
6347         case "$i_dld" in
6348             $define) dflt='y' ;;
6349         esac
6350         : Does a dl_xxx.xs file exist for this operating system
6351         $test -f $rsrc/$dldir/dl_${osname}.xs && dflt='y'
6352         ;;
6353 esac
6354 rp="Do you wish to use dynamic loading?"
6355 . ./myread
6356 usedl="$ans"
6357 case "$ans" in
6358 y*) usedl="$define"
6359         case "$dlsrc" in
6360         '')
6361                 if $test -f $rsrc/$dldir/dl_${osname}.xs ; then
6362                         dflt="$dldir/dl_${osname}.xs"
6363                 elif $test "$d_dlopen" = "$define" ; then
6364                         dflt="$dldir/dl_dlopen.xs"
6365                 elif $test "$i_dld" = "$define" ; then
6366                         dflt="$dldir/dl_dld.xs"
6367                 else
6368                         dflt=''
6369                 fi
6370                 ;;
6371         *)      dflt="$dldir/$dlsrc"
6372                 ;;
6373         esac
6374     echo "The following dynamic loading files are available:"
6375         : Can not go over to $dldir because getfile has path hard-coded in.
6376         tdir=`pwd`; cd $rsrc; $ls -C $dldir/dl*.xs; cd $tdir
6377         rp="Source file to use for dynamic loading"
6378         fn="fne"
6379         gfpth="$src"
6380         . ./getfile
6381         usedl="$define"
6382         : emulate basename
6383         dlsrc=`echo $ans | $sed -e 's%.*/\([^/]*\)$%\1%'`
6384
6385         $cat << EOM
6386
6387 Some systems may require passing special flags to $cc -c to
6388 compile modules that will be used to create a shared library.
6389 To use no flags, say "none".
6390
6391 EOM
6392     case "$cccdlflags" in
6393     '') case "$gccversion" in
6394                 '') case "$osname" in
6395                         hpux)   dflt='+z' ;;
6396                         next)   dflt='none' ;;
6397                         irix*)  dflt='-KPIC' ;;
6398                         svr4*|esix*|solaris) dflt='-KPIC' ;;
6399                         sunos)  dflt='-pic' ;;
6400                         *)      dflt='none' ;;
6401                     esac
6402                         ;;
6403                 *)  case "$osname" in
6404                         svr4*|esix*|solaris) dflt='-fPIC' ;;
6405                         *)      dflt='-fpic' ;;
6406                     esac ;;
6407             esac ;;
6408         ' ') dflt='none' ;;
6409     *)  dflt="$cccdlflags" ;;
6410     esac
6411     rp="Any special flags to pass to $cc -c to compile shared library modules?"
6412     . ./myread
6413     case "$ans" in
6414     none) cccdlflags=' ' ;;
6415     *) cccdlflags="$ans" ;;
6416     esac
6417
6418     cat << EOM
6419
6420 Some systems use ld to create libraries that can be dynamically loaded,
6421 while other systems (such as those using ELF) use $cc.
6422
6423 EOM
6424         case "$ld" in
6425         '')     $cat >try.c <<'EOM'
6426 /* Test for whether ELF binaries are produced */
6427 #include <fcntl.h>
6428 #include <stdlib.h>
6429 int main() {
6430         char b[4];
6431         int i = open("a.out",O_RDONLY);
6432         if(i == -1) 
6433                 exit(1); /* fail */
6434         if(read(i,b,4)==4 && b[0]==127 && b[1]=='E' && b[2]=='L' && b[3]=='F')
6435                 exit(0); /* succeed (yes, it's ELF) */
6436         else
6437                 exit(1); /* fail */
6438 }
6439 EOM
6440                 if $cc $ccflags try.c >/dev/null 2>&1 && ./a.out; then
6441                         cat <<EOM
6442 You appear to have ELF support.  I'll use $cc to build dynamic libraries.
6443 EOM
6444                         dflt="$cc"
6445                 else
6446                         echo "I'll use ld to build dynamic libraries."
6447                         dflt='ld'
6448                 fi
6449                 rm -f try.c a.out
6450                 ;;
6451         *)      dflt="$ld"
6452                 ;;
6453         esac
6454
6455     rp="What command should be used to create dynamic libraries?"
6456     . ./myread
6457         ld="$ans"
6458
6459     cat << EOM
6460
6461 Some systems may require passing special flags to $ld to create a
6462 library that can be dynamically loaded.  If your ld flags include
6463 -L/other/path options to locate libraries outside your loader's normal
6464 search path, you may need to specify those -L options here as well.  To
6465 use no flags, say "none".
6466
6467 EOM
6468     case "$lddlflags" in
6469     '') case "$osname" in
6470                         beos) dflt='-nostart' ;;
6471                         hpux) dflt='-b';
6472                               case "$gccversion" in
6473                               '') dflt="$dflt +vnocompatwarnings" ;;
6474                               esac
6475                               ;;        
6476                         linux|irix*)    dflt='-shared' ;;
6477                         next)  dflt='none' ;;
6478                         solaris) dflt='-G' ;;
6479                         sunos) dflt='-assert nodefinitions' ;;
6480                         svr4*|esix*) dflt="-G $ldflags" ;;
6481                 *)     dflt='none' ;;
6482                         esac
6483                         ;;
6484     *) dflt="$lddlflags" ;;
6485     esac
6486
6487         : Try to guess additional flags to pick up local libraries.
6488         : Be careful not to append to a plain 'none'
6489         case "$dflt" in
6490         none) dflt='' ;;
6491         esac
6492         for thisflag in $ldflags; do
6493                 case "$thisflag" in
6494                 -L*|-R*)
6495                         case " $dflt " in
6496                         *" $thisflag "*) ;;
6497                         *) dflt="$dflt $thisflag" ;;
6498                         esac
6499                         ;;
6500                 esac
6501         done
6502
6503         case "$dflt" in
6504         ''|' ') dflt='none' ;;
6505         esac
6506
6507     rp="Any special flags to pass to $ld to create a dynamically loaded library?"
6508     . ./myread
6509     case "$ans" in
6510     none) lddlflags=' ' ;;
6511     *) lddlflags="$ans" ;;
6512     esac
6513
6514         cat <<EOM
6515
6516 Some systems may require passing special flags to $cc to indicate that
6517 the resulting executable will use dynamic linking.  To use no flags,
6518 say "none".
6519
6520 EOM
6521     case "$ccdlflags" in
6522     '') case "$osname" in
6523                 hpux)   dflt='-Wl,-E' ;;
6524                 linux)  dflt='-rdynamic' ;;
6525                 next)   dflt='none' ;;
6526                 sunos)  dflt='none' ;;
6527                 *)      dflt='none' ;;
6528             esac ;;
6529     ' ')  dflt='none' ;;
6530     *)  dflt="$ccdlflags" ;;
6531     esac
6532     rp="Any special flags to pass to $cc to use dynamic linking?"
6533     . ./myread
6534     case "$ans" in
6535     none) ccdlflags=' ' ;;
6536     *) ccdlflags="$ans" ;;
6537     esac
6538     ;;
6539 *)  usedl="$undef"
6540         ld='ld'
6541     dlsrc='dl_none.xs'
6542     lddlflags=''
6543     ccdlflags=''
6544     ;;
6545 esac
6546
6547 also=''
6548 case "$usedl" in
6549 $undef)
6550         # No dynamic loading being used, so don't bother even to prompt.
6551         useshrplib='false'
6552         ;;
6553 *)      case "$useshrplib" in
6554         '')     case "$osname" in
6555                 svr4*|dgux|dynixptx|esix|powerux|beos|cygwin*)
6556                         dflt=y
6557                         also='Building a shared libperl is required for dynamic loading to work on your system.'
6558                         ;;
6559                 next*)
6560                         case "$osvers" in
6561                         4*)     dflt=y
6562                                 also='Building a shared libperl is needed for MAB support.'
6563                                 ;;
6564                         *)      dflt=n
6565                                 ;;
6566                         esac
6567                         ;;
6568                 *)      dflt=n
6569                         ;;
6570                 esac
6571                 ;;
6572         $define|true|[Yy]*)
6573                 dflt=y
6574                 ;;
6575         *)      dflt=n
6576                 ;;
6577         esac
6578         $cat << EOM
6579
6580 The perl executable is normally obtained by linking perlmain.c with
6581 libperl${_a}, any static extensions (usually just DynaLoader), and
6582 any other libraries needed on this system (such as -lm, etc.).  Since
6583 your system supports dynamic loading, it is probably possible to build
6584 a shared libperl.$so.  If you will have more than one executable linked
6585 to libperl.$so, this will significantly reduce the size of each
6586 executable, but it may have a noticeable affect on performance.  The
6587 default is probably sensible for your system.
6588 $also
6589
6590 EOM
6591         rp="Build a shared libperl.$so (y/n)"
6592         . ./myread
6593         case "$ans" in
6594         true|$define|[Yy]*)
6595                 useshrplib='true'  ;;
6596         *)      useshrplib='false' ;;
6597         esac
6598         ;;
6599 esac
6600
6601 case "$useshrplib" in
6602 true)
6603         case "$libperl" in
6604         '')
6605                 # Figure out a good name for libperl.so.  Since it gets stored in
6606                 # a version-specific architecture-dependent library, the version
6607                 # number isn't really that important, except for making cc/ld happy.
6608                 #
6609                 # A name such as libperl.so.3.1
6610                 majmin="libperl.$so.$patchlevel.$subversion"
6611                 # A name such as libperl.so.301
6612                 majonly=`echo $patchlevel $subversion |
6613                         $awk '{printf "%d%02d", $1, $2}'`
6614                 majonly=libperl.$so.$majonly
6615                 # I'd prefer to keep the os-specific stuff here to a minimum, and
6616                 # rely on figuring it out from the naming of libc.
6617                 case "${osname}${osvers}" in
6618                 next4*)
6619                         dflt=libperl.5.$so
6620                         # XXX How handle the --version stuff for MAB?
6621                         ;;
6622                 linux*)  # ld won't link with a bare -lperl otherwise.
6623                         dflt=libperl.$so
6624                         ;;
6625                 cygwin*) # include version
6626                         dflt=`echo libperl$version | sed -e 's/\./_/g'`$lib_ext
6627                         ;;
6628                 *)      # Try to guess based on whether libc has major.minor.
6629                         case "$libc" in
6630                         *libc.$so.[0-9]*.[0-9]*) dflt=$majmin ;;
6631                         *libc.$so.[0-9]*) dflt=$majonly ;;
6632                         *)      dflt=libperl.$so ;;
6633                         esac
6634                         ;;
6635                 esac
6636                 ;;
6637         *)      dflt=$libperl
6638                 ;;
6639         esac
6640         cat << EOM
6641
6642 I need to select a good name for the shared libperl.  If your system uses
6643 library names with major and minor numbers, then you might want something
6644 like $majmin.  Alternatively, if your system uses a single version
6645 number for shared libraries, then you might want to use $majonly.
6646 Or, your system might be quite happy with a simple libperl.$so.
6647
6648 Since the shared libperl will get installed into a version-specific
6649 architecture-dependent directory, the version number of the shared perl
6650 library probably isn't important, so the default should be o.k.
6651
6652 EOM
6653         rp='What name do you want to give to the shared libperl?'
6654         . ./myread
6655         libperl=$ans
6656         echo "Ok, I'll use $libperl"
6657         ;;
6658 *)
6659         libperl="libperl${_a}"
6660         ;;
6661 esac
6662
6663 # Detect old use of shrpdir via undocumented Configure -Dshrpdir
6664 case "$shrpdir" in
6665 '') ;;
6666 *)      $cat >&4 <<EOM
6667 WARNING:  Use of the shrpdir variable for the installation location of
6668 the shared $libperl is not supported.  It was never documented and
6669 will not work in this version.  Let me (perlbug@perl.org)
6670 know of any problems this may cause.
6671
6672 EOM
6673         case "$shrpdir" in
6674         "$archlibexp/CORE")
6675                 $cat >&4 <<EOM
6676 But your current setting of $shrpdir is
6677 the default anyway, so it's harmless.
6678 EOM
6679                 ;;
6680         *)
6681                 $cat >&4 <<EOM
6682 Further, your current attempted setting of $shrpdir
6683 conflicts with the value of $archlibexp/CORE
6684 that installperl will use.
6685 EOM
6686                 ;;
6687         esac
6688         ;;
6689 esac
6690
6691 # How will the perl executable find the installed shared $libperl?
6692 # Add $xxx to ccdlflags.
6693 # If we can't figure out a command-line option, use $shrpenv to
6694 # set env LD_RUN_PATH.  The main perl makefile uses this.
6695 shrpdir=$archlibexp/CORE
6696 xxx=''
6697 tmp_shrpenv=''
6698 if "$useshrplib"; then
6699     case "$osname" in 
6700         aix)
6701                 # We'll set it in Makefile.SH...
6702                 ;;
6703         solaris|netbsd)
6704                 xxx="-R $shrpdir"
6705                 ;;
6706         freebsd)
6707                 xxx="-Wl,-R$shrpdir"
6708                 ;;
6709         linux|irix*|dec_osf)
6710                 xxx="-Wl,-rpath,$shrpdir"
6711                 ;;
6712         next)
6713                 # next doesn't like the default...
6714                 ;;
6715         beos)
6716                 # beos doesn't like the default, either.
6717                 ;;
6718         hpux*)
6719                 # hpux doesn't like the default, either.
6720                 tmp_shrpenv="env LDOPTS=\"+s +b${shrpdir}\""
6721                 ;;
6722         *)
6723                 tmp_shrpenv="env LD_RUN_PATH=$shrpdir"
6724                 ;;
6725         esac
6726         case "$xxx" in
6727         '') ;;
6728         *)      
6729                 # Only add $xxx if it isn't already in ccdlflags.
6730                 case " $ccdlflags " in
6731                 *" $xxx "*)     ;;
6732                 *)      ccdlflags="$ccdlflags $xxx"
6733                         cat <<EOM >&4
6734
6735 Adding $xxx to the flags
6736 passed to $ld so that the perl executable will find the 
6737 installed shared $libperl.
6738
6739 EOM
6740                         ;;
6741                 esac
6742                 ;;
6743         esac
6744 fi
6745 # Fix ccdlflags in AIX for building external extensions.
6746 # (For building Perl itself bare -bE:perl.exp is needed,
6747 #  Makefile.SH takes care of this.)
6748 case "$osname" in
6749 aix) ccdlflags="$ccdlflags -bE:$installarchlib/CORE/perl.exp" ;;
6750 esac
6751 # Respect a hint or command-line value.
6752 case "$shrpenv" in
6753 '') shrpenv="$tmp_shrpenv" ;;
6754 esac
6755 case "$ldlibpthname" in
6756 '')     ldlibpthname=LD_LIBRARY_PATH ;;
6757 none)   ldlibpthname='' ;;
6758 esac
6759
6760 : determine where manual pages are on this system
6761 echo " "
6762 case "$sysman" in
6763 '') 
6764         syspath='/usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1'
6765         syspath="$syspath /usr/man/u_man/man1 /usr/share/man/man1"
6766         syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1"
6767         syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1"
6768         syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
6769         sysman=`./loc . /usr/man/man1 $syspath`
6770         ;;
6771 esac
6772 if $test -d "$sysman"; then
6773         echo "System manual is in $sysman." >&4
6774 else
6775         echo "Could not find manual pages in source form." >&4
6776 fi
6777
6778 : determine where manual pages go
6779 set man1dir man1dir none
6780 eval $prefixit
6781 $cat <<EOM
6782
6783 $spackage has manual pages available in source form.
6784 EOM
6785 case "$nroff" in
6786 nroff)
6787         echo "However, you don't have nroff, so they're probably useless to you."
6788         case "$man1dir" in
6789         '') man1dir="none";;
6790         esac;;
6791 esac
6792 echo "If you don't want the manual sources installed, answer 'none'."
6793 case "$man1dir" in
6794 ' ') dflt=none
6795         ;;
6796 '')
6797         lookpath="$prefixexp/man/man1 $prefixexp/man/l_man/man1"
6798         lookpath="$lookpath $prefixexp/man/p_man/man1"
6799         lookpath="$lookpath $prefixexp/man/u_man/man1"
6800         lookpath="$lookpath $prefixexp/man/man.1"
6801         case "$sysman" in
6802         */?_man*)       dflt=`./loc . $prefixexp/l_man/man1 $lookpath` ;;
6803         *)      dflt=`./loc . $prefixexp/man/man1 $lookpath` ;;
6804         esac
6805         set dflt
6806         eval $prefixup
6807         ;;
6808 *)  dflt="$man1dir"
6809         ;;
6810 esac
6811 echo " "
6812 fn=dn+~
6813 rp="Where do the main $spackage manual pages (source) go?"
6814 . ./getfile
6815 if $test "X$man1direxp" != "X$ansexp"; then
6816         installman1dir=''
6817 fi
6818 man1dir="$ans"
6819 man1direxp="$ansexp"
6820 case "$man1dir" in
6821 '')     man1dir=' '
6822         installman1dir='';;
6823 esac
6824
6825 : Change installation prefix, if necessary.
6826 if $test X"$prefix" != X"$installprefix"; then
6827         installman1dir=`echo $man1direxp | $sed "s#^$prefix#$installprefix#"`
6828 else
6829         installman1dir="$man1direxp"
6830 fi
6831
6832 : What suffix to use on installed man pages
6833
6834 case "$man1dir" in
6835 ' ')
6836         man1ext='0'
6837         ;;
6838 *)
6839         rp="What suffix should be used for the main $spackage man pages?"
6840         case "$man1ext" in
6841         '')     case "$man1dir" in
6842                 *1)  dflt=1 ;;
6843                 *1p) dflt=1p ;;
6844                 *1pm) dflt=1pm ;;
6845                 *l) dflt=l;;
6846                 *n) dflt=n;;
6847                 *o) dflt=o;;
6848                 *p) dflt=p;;
6849                 *C) dflt=C;;
6850                 *L) dflt=L;;
6851                 *L1) dflt=L1;;
6852                 *) dflt=1;;
6853                 esac
6854                 ;;
6855         *)      dflt="$man1ext";;
6856         esac
6857         . ./myread
6858         man1ext="$ans"
6859         ;;
6860 esac
6861
6862 : see if we can have long filenames
6863 echo " "
6864 first=123456789abcdef
6865 $rm -f $first
6866 if (echo hi >$first) 2>/dev/null; then
6867         if $test -f 123456789abcde; then
6868                 echo 'You cannot have filenames longer than 14 characters.  Sigh.' >&4
6869                 val="$undef"
6870         else
6871                 echo 'You can have filenames longer than 14 characters.'>&4
6872                 val="$define"
6873         fi
6874 else
6875         $cat <<'EOM'
6876 You can't have filenames longer than 14 chars.
6877 You can't even think about them!
6878 EOM
6879         val="$undef"
6880 fi 
6881 set d_flexfnam
6882 eval $setvar
6883 $rm -rf 123456789abcde*
6884
6885 : determine where library module manual pages go
6886 set man3dir man3dir none
6887 eval $prefixit
6888 $cat <<EOM
6889
6890 $spackage has manual pages for many of the library modules.
6891 EOM
6892
6893 case "$nroff" in
6894 nroff)
6895         $cat <<'EOM'
6896 However, you don't have nroff, so they're probably useless to you.
6897 EOM
6898         case "$man3dir" in
6899         '') man3dir="none";;
6900         esac;;
6901 esac
6902
6903 case "$d_flexfnam" in
6904 undef)
6905         $cat <<'EOM'
6906 However, your system can't handle the long file names like File::Basename.3. 
6907 EOM
6908         case "$man3dir" in
6909         '') man3dir="none";;
6910         esac;;
6911 esac
6912
6913 echo "If you don't want the manual sources installed, answer 'none'."
6914 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6915 case "$man3dir" in
6916 '')     dflt=`echo "$man1dir" | $sed -e 's/man1/man3/g' -e 's/man\.1/man\.3/g'`
6917         if $test -d "$privlib/man/man3"; then
6918                 cat <<EOM >&4
6919
6920 WARNING:  Previous versions of perl installed man3 pages into
6921 $privlib/man/man3.  This version will suggest a 
6922 new default of $dflt.  
6923 EOM
6924                 tdflt=$dflt
6925                 dflt='n'
6926                 rp='Do you wish to preserve the old behavior?(y/n)'
6927                 . ./myread
6928                 case "$ans" in
6929                 y*) dflt="$privlib/man/man3" ;;
6930                 *)  dflt=$tdflt ;;
6931                 esac
6932     fi
6933         ;;
6934 *)      dflt="$man3dir" ;;
6935 esac
6936 case "$dflt" in
6937 ' ') dflt=none ;;
6938 esac
6939 echo " "
6940 fn=dn+~
6941 rp="Where do the $package library man pages (source) go?"
6942 . ./getfile
6943 man3dir="$ans"
6944 man3direxp="$ansexp"
6945 case "$man3dir" in
6946 '')     man3dir=' '
6947         installman3dir='';;
6948 esac
6949
6950 : Change installation prefix, if necessary.
6951 if $test X"$prefix" != X"$installprefix"; then
6952         installman3dir=`echo $man3direxp | $sed "s#^$prefix#$installprefix#"`
6953 else
6954         installman3dir="$man3direxp"
6955 fi
6956
6957 : What suffix to use on installed man pages
6958 case "$man3dir" in
6959 ' ')
6960         man3ext='0'
6961         ;;
6962 *)
6963         rp="What suffix should be used for the $package library man pages?"
6964         case "$man3ext" in
6965         '')     case "$man3dir" in
6966                 *3)  dflt=3 ;;
6967                 *3p) dflt=3p ;;
6968                 *3pm) dflt=3pm ;;
6969                 *l) dflt=l;;
6970                 *n) dflt=n;;
6971                 *o) dflt=o;;
6972                 *p) dflt=p;;
6973                 *C) dflt=C;;
6974                 *L) dflt=L;;
6975                 *L3) dflt=L3;;
6976                 *) dflt=3;;
6977                 esac
6978                 ;;
6979         *)      dflt="$man3ext";;
6980         esac
6981         . ./myread
6982         man3ext="$ans"
6983         ;;
6984 esac
6985
6986 : see if we have to deal with yellow pages, now NIS.
6987 if $test -d /usr/etc/yp || $test -d /etc/yp; then
6988         if $test -f /usr/etc/nibindd; then
6989                 echo " "
6990                 echo "I'm fairly confident you're on a NeXT."
6991                 echo " "
6992                 rp='Do you get the hosts file via NetInfo?'
6993                 dflt=y
6994                 case "$hostcat" in
6995                 nidump*) ;;
6996                 '') ;;
6997                 *) dflt=n;;
6998                 esac
6999                 . ./myread
7000                 case "$ans" in
7001                 y*) hostcat='nidump hosts .';;
7002                 *)      case "$hostcat" in
7003                         nidump*) hostcat='';;
7004                         esac
7005                         ;;
7006                 esac
7007         fi
7008         case "$hostcat" in
7009         nidump*) ;;
7010         *)
7011                 case "$hostcat" in
7012                 *ypcat*) dflt=y;;
7013                 '') if $contains '^\+' /etc/passwd >/dev/null 2>&1; then
7014                                 dflt=y
7015                         else
7016                                 dflt=n
7017                         fi;;
7018                 *) dflt=n;;
7019                 esac
7020                 echo " "
7021                 rp='Are you getting the hosts file via yellow pages?'
7022                 . ./myread
7023                 case "$ans" in
7024                 y*) hostcat='ypcat hosts';;
7025                 *) hostcat='cat /etc/hosts';;
7026                 esac
7027                 ;;
7028         esac
7029 fi
7030 case "$hostcat" in
7031 '') test -f /etc/hosts && hostcat='cat /etc/hosts';;
7032 esac
7033 case "$groupcat" in
7034 '') test -f /etc/group && groupcat='cat /etc/group';;
7035 esac
7036 case "$passcat" in
7037 '') test -f /etc/passwd && passcat='cat /etc/passwd';;
7038 esac
7039
7040 : now get the host name
7041 echo " "
7042 echo "Figuring out host name..." >&4
7043 case "$myhostname" in
7044 '') cont=true
7045         echo 'Maybe "hostname" will work...'
7046         if tans=`sh -c hostname 2>&1` ; then
7047                 myhostname=$tans
7048                 phostname=hostname
7049                 cont=''
7050         fi
7051         ;;
7052 *) cont='';;
7053 esac
7054 if $test "$cont"; then
7055         if ./xenix; then
7056                 echo 'Oh, dear.  Maybe "/etc/systemid" is the key...'
7057                 if tans=`cat /etc/systemid 2>&1` ; then
7058                         myhostname=$tans
7059                         phostname='cat /etc/systemid'
7060                         echo "Whadyaknow.  Xenix always was a bit strange..."
7061                         cont=''
7062                 fi
7063         elif $test -r /etc/systemid; then
7064                 echo "(What is a non-Xenix system doing with /etc/systemid?)"
7065         fi
7066 fi
7067 if $test "$cont"; then
7068         echo 'No, maybe "uuname -l" will work...'
7069         if tans=`sh -c 'uuname -l' 2>&1` ; then
7070                 myhostname=$tans
7071                 phostname='uuname -l'
7072         else
7073                 echo 'Strange.  Maybe "uname -n" will work...'
7074                 if tans=`sh -c 'uname -n' 2>&1` ; then
7075                         myhostname=$tans
7076                         phostname='uname -n'
7077                 else
7078                         echo 'Oh well, maybe I can mine it out of whoami.h...'
7079                         if tans=`sh -c $contains' sysname $usrinc/whoami.h' 2>&1` ; then
7080                                 myhostname=`echo "$tans" | $sed 's/^.*"\(.*\)"/\1/'`
7081                                 phostname="sed -n -e '"'/sysname/s/^.*\"\\(.*\\)\"/\1/{'"' -e p -e q -e '}' <$usrinc/whoami.h"
7082                         else
7083                                 case "$myhostname" in
7084                                 '') echo "Does this machine have an identity crisis or something?"
7085                                         phostname='';;
7086                                 *)
7087                                         echo "Well, you said $myhostname before..."
7088                                         phostname='echo $myhostname';;
7089                                 esac
7090                         fi
7091                 fi
7092         fi
7093 fi
7094 : you do not want to know about this
7095 set $myhostname
7096 myhostname=$1
7097
7098 : verify guess
7099 if $test "$myhostname" ; then
7100         dflt=y
7101         rp='Your host name appears to be "'$myhostname'".'" Right?"
7102         . ./myread
7103         case "$ans" in
7104         y*) ;;
7105         *) myhostname='';;
7106         esac
7107 fi
7108
7109 : bad guess or no guess
7110 while $test "X$myhostname" = X ; do
7111         dflt=''
7112         rp="Please type the (one word) name of your host:"
7113         . ./myread
7114         myhostname="$ans"
7115 done
7116
7117 : translate upper to lower if necessary
7118 case "$myhostname" in
7119 *[A-Z]*)
7120         echo "(Normalizing case in your host name)"
7121         myhostname=`echo $myhostname | ./tr '[A-Z]' '[a-z]'`
7122         ;;
7123 esac
7124
7125 case "$myhostname" in
7126 *.*)
7127         dflt=`expr "X$myhostname" : "X[^.]*\(\..*\)"`
7128         myhostname=`expr "X$myhostname" : "X\([^.]*\)\."`
7129         echo "(Trimming domain name from host name--host name is now $myhostname)"
7130         ;;
7131 *) case "$mydomain" in
7132         '')
7133                 {
7134                         test "X$hostcat" = "Xypcat hosts" &&
7135                         ypmatch "$myhostname" hosts 2>/dev/null |\
7136                                 $sed -e 's/[     ]*#.*//; s/$/ /' > hosts && \
7137                         $test -s hosts
7138                 } || {
7139                         test "X$hostcat" != "X" &&
7140                         $hostcat | $sed -n -e "s/[       ]*#.*//; s/\$/ /
7141                                         /[       ]$myhostname[  . ]/p" > hosts
7142                 }
7143                 tmp_re="[       . ]"
7144                 if $test -f hosts; then
7145                         $test x`$awk "/[0-9].*[  ]$myhostname$tmp_re/ { sum++ }
7146                              END { print sum }" hosts` = x1 || tmp_re="[         ]"
7147                         dflt=.`$awk "/[0-9].*[   ]$myhostname$tmp_re/ {for(i=2; i<=NF;i++) print \\\$i}" \
7148                                 hosts | $sort | $uniq | \
7149                                 $sed -n -e "s/$myhostname\.\([-a-zA-Z0-9_.]\)/\1/p"`
7150                         case `$echo X$dflt` in
7151                         X*\ *)  echo "(Several hosts in the database matched hostname)"
7152                                 dflt=.
7153                                 ;;
7154                         X.) echo "(You do not have fully-qualified names in the hosts database)"
7155                                 ;;
7156                         esac
7157                 else
7158                         echo "(I cannot locate a hosts database anywhere)"
7159                         dflt=.
7160                 fi
7161                 case "$dflt" in
7162                 .)
7163                         tans=`./loc resolv.conf X /etc /usr/etc`
7164                         if $test -f "$tans"; then
7165                                 echo "(Attempting domain name extraction from $tans)"
7166                                 dflt=.`$sed -n -e 's/   / /g' \
7167                                   -e 's/^search  *\([^ ]*\).*/\1/p' $tans \
7168                                   | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
7169                                 case "$dflt" in
7170                                 .) dflt=.`$sed -n -e 's/        / /g' \
7171                                      -e 's/^domain  *\([^ ]*\).*/\1/p' $tans \
7172                                      | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
7173                                         ;;
7174                                 esac
7175                         fi
7176                         ;;
7177                 esac
7178                 case "$dflt" in
7179                 .) echo "(No help from resolv.conf either -- attempting clever guess)"
7180                         dflt=.`sh -c domainname 2>/dev/null`
7181                         case "$dflt" in
7182                         '') dflt='.';;
7183                         .nis.*|.yp.*|.main.*) dflt=`echo $dflt | $sed -e 's/^\.[^.]*//'`;;
7184                         esac
7185                         ;;
7186                 esac
7187                 case "$dflt" in
7188                 .) echo "(Lost all hope -- silly guess then)"
7189                         dflt='.uucp'
7190                         ;;
7191                 esac
7192                 $rm -f hosts
7193                 ;;
7194         *) dflt="$mydomain";;
7195         esac;;
7196 esac
7197 echo " "
7198 rp="What is your domain name?"
7199 . ./myread
7200 tans="$ans"
7201 case "$ans" in
7202 '') ;;
7203 .*) ;;
7204 *) tans=".$tans";;
7205 esac
7206 mydomain="$tans"
7207
7208 : translate upper to lower if necessary
7209 case "$mydomain" in
7210 *[A-Z]*)
7211         echo "(Normalizing case in your domain name)"
7212         mydomain=`echo $mydomain | ./tr '[A-Z]' '[a-z]'`
7213         ;;
7214 esac
7215
7216 : a little sanity check here
7217 case "$phostname" in
7218 '') ;;
7219 *)
7220         case `$phostname | ./tr '[A-Z]' '[a-z]'` in
7221         $myhostname$mydomain|$myhostname) ;;
7222         *)
7223                 case "$phostname" in
7224                 sed*)
7225                         echo "(That doesn't agree with your whoami.h file, by the way.)"
7226                         ;;
7227                 *)
7228                         echo "(That doesn't agree with your $phostname command, by the way.)"
7229                         ;;
7230                 esac
7231         ;;
7232         esac
7233         ;;
7234 esac
7235
7236 $cat <<EOM
7237
7238 I need to get your e-mail address in Internet format if possible, i.e.
7239 something like user@host.domain. Please answer accurately since I have
7240 no easy means to double check it. The default value provided below
7241 is most probably close to reality but may not be valid from outside
7242 your organization...
7243
7244 EOM
7245 cont=x
7246 while test "$cont"; do
7247         case "$cf_email" in
7248         '') dflt="$cf_by@$myhostname$mydomain";;
7249         *) dflt="$cf_email";;
7250         esac
7251         rp='What is your e-mail address?'
7252         . ./myread
7253         cf_email="$ans"
7254         case "$cf_email" in
7255         *@*.*) cont='' ;;
7256         *)
7257                 rp='Address does not look like an Internet one.  Use it anyway?'
7258                 case "$fastread" in
7259                 yes) dflt=y ;;
7260                 *) dflt=n ;;
7261                 esac
7262                 . ./myread
7263                 case "$ans" in
7264                 y*) cont='' ;;
7265                 *) echo " " ;;
7266                 esac
7267                 ;;
7268         esac
7269 done
7270
7271 $cat <<EOM
7272
7273 If you or somebody else will be maintaining perl at your site, please
7274 fill in the correct e-mail address here so that they may be contacted
7275 if necessary. Currently, the "perlbug" program included with perl
7276 will send mail to this address in addition to perlbug@perl.org. You may
7277 enter "none" for no administrator.
7278
7279 EOM
7280 case "$perladmin" in
7281 '') dflt="$cf_email";;
7282 *) dflt="$perladmin";;
7283 esac
7284 rp='Perl administrator e-mail address'
7285 . ./myread
7286 perladmin="$ans"
7287
7288 : figure out how to guarantee perl startup
7289 case "$startperl" in
7290 '')
7291         case "$sharpbang" in
7292         *!)
7293                 $cat <<EOH
7294
7295 I can use the #! construct to start perl on your system. This will
7296 make startup of perl scripts faster, but may cause problems if you
7297 want to share those scripts and perl is not in a standard place
7298 ($binexp/perl) on all your platforms. The alternative is to force
7299 a shell by starting the script with a single ':' character.
7300
7301 EOH
7302                 dflt="$binexp/perl"
7303                 rp='What shall I put after the #! to start up perl ("none" to not use #!)?'
7304                 . ./myread
7305                 case "$ans" in
7306                 none)   startperl=": # use perl";;
7307                 *)      startperl="#!$ans"
7308                         if $test 30 -lt `echo "$ans" | wc -c`; then
7309                                 $cat >&4 <<EOM
7310
7311 WARNING:  Some systems limit the #! command to 32 characters.
7312 If you experience difficulty running Perl scripts with #!, try
7313 installing Perl in a directory with a shorter pathname.
7314
7315 EOM
7316                         fi ;;
7317                 esac
7318                 ;;
7319         *) startperl=": # use perl"
7320                 ;;
7321         esac
7322         ;;
7323 esac
7324 echo "I'll use $startperl to start perl scripts."
7325
7326 : figure best path for perl in scripts
7327 case "$perlpath" in
7328 '')
7329         perlpath="$binexp/perl"
7330         case "$startperl" in
7331         *!*) ;;
7332         *)
7333                 $cat <<EOH
7334
7335 I will use the "eval 'exec'" idiom to start Perl on your system.
7336 I can use the full path of your Perl binary for this purpose, but
7337 doing so may cause problems if you want to share those scripts and
7338 Perl is not always in a standard place ($binexp/perl).
7339
7340 EOH
7341                 dflt="$binexp/perl"
7342                 rp="What path shall I use in \"eval 'exec'\"?"
7343                 . ./myread
7344                 perlpath="$ans"
7345                 ;;
7346         esac
7347         ;;
7348 esac
7349 case "$startperl" in
7350 *!*)    ;;
7351 *)      echo "I'll use $perlpath in \"eval 'exec'\"" ;;
7352 esac
7353
7354 : determine where public executable scripts go
7355 set scriptdir scriptdir
7356 eval $prefixit
7357 case "$scriptdir" in
7358 '')
7359         dflt="$bin"
7360         : guess some guesses
7361         $test -d /usr/share/scripts && dflt=/usr/share/scripts
7362         $test -d /usr/share/bin     && dflt=/usr/share/bin
7363         $test -d /usr/local/script  && dflt=/usr/local/script
7364         $test -d /usr/local/scripts && dflt=/usr/local/scripts
7365         $test -d $prefixexp/script  && dflt=$prefixexp/script
7366         set dflt
7367         eval $prefixup
7368         ;;
7369 *)  dflt="$scriptdir"
7370         ;;
7371 esac
7372 $cat <<EOM
7373  
7374 Some installations have a separate directory just for executable scripts so
7375 that they can mount it across multiple architectures but keep the scripts in
7376 one spot.  You might, for example, have a subdirectory of /usr/share for this.
7377 Or you might just lump your scripts in with all your other executables.
7378  
7379 EOM
7380 fn=d~
7381 rp='Where do you keep publicly executable scripts?'
7382 . ./getfile
7383 if $test "X$ansexp" != "X$scriptdirexp"; then
7384         installscript=''
7385 fi
7386 scriptdir="$ans"
7387 scriptdirexp="$ansexp"
7388 : Change installation prefix, if necessary.
7389 if $test X"$prefix" != X"$installprefix"; then
7390         installscript=`echo $scriptdirexp | sed "s#^$prefix#$installprefix#"`
7391 else
7392         installscript="$scriptdirexp"
7393 fi
7394
7395 : determine where add-on public executables go
7396 case "$sitebin" in
7397 '')     dflt=$siteprefix/bin ;;
7398 *)      dflt=$sitebin ;;
7399 esac
7400 fn=d~
7401 rp='Pathname where the add-on public executables should be installed?'
7402 . ./getfile
7403 sitebin="$ans"
7404 sitebinexp="$ansexp"
7405 : Change installation prefix, if necessary.
7406 if $test X"$prefix" != X"$installprefix"; then
7407         installsitebin=`echo $sitebinexp | sed "s#^$prefix#$installprefix#"`
7408 else
7409         installsitebin="$sitebinexp"
7410 fi
7411
7412 case "$useperlio" in
7413 $define|true|[yY]*)     dflt='y';;
7414 *) dflt='n';;
7415 esac
7416 cat <<EOM
7417
7418 Previous version of $package used the standard IO mechanisms as defined
7419 in <stdio.h>.  Versions 5.003_02 and later of perl allow alternate IO
7420 mechanisms via a "PerlIO" abstraction, but the stdio mechanism is still
7421 the default.  This abstraction layer can use AT&T's sfio (if you already
7422 have sfio installed) or regular stdio.  Using PerlIO with sfio may cause
7423 problems with some extension modules.  Using PerlIO with stdio is safe,
7424 but it is slower than plain stdio and therefore is not the default.
7425
7426 If this doesn't make any sense to you, just accept the default '$dflt'.
7427 EOM
7428 rp='Use the experimental PerlIO abstraction layer?'
7429 . ./myread
7430 case "$ans" in
7431 y|Y) 
7432         val="$define"
7433         ;;     
7434 *)      
7435         echo "Ok, doing things the stdio way"
7436         val="$undef"
7437         ;;
7438 esac
7439 set useperlio
7440 eval $setvar 
7441
7442 case "$vendorprefix" in
7443 '')     d_vendorbin="$undef"
7444         vendorbin=''
7445         vendorbinexp=''
7446         ;;
7447 *)      d_vendorbin="$define"
7448         : determine where vendor-supplied executables go.
7449         case "$vendorbin" in
7450         '') dflt=$vendorprefix/bin ;;
7451         *)      dflt="$vendorbin" ;;
7452         esac
7453         fn=d~+
7454         rp='Pathname for the vendor-supplied executables directory?'
7455         . ./getfile
7456         vendorbin="$ans"
7457         vendorbinexp="$ansexp"
7458         ;;
7459 esac
7460 : Change installation prefix, if necessary.
7461 if $test X"$prefix" != X"$installprefix"; then
7462         installvendorbin=`echo $vendorbinexp | $sed "s#^$prefix#$installprefix#"`
7463 else
7464         installvendorbin="$vendorbinexp"
7465 fi
7466
7467 : see if qgcvt exists
7468 set qgcvt d_qgcvt
7469 eval $inlibc
7470
7471 echo " "
7472
7473 if $test X"$d_longdbl" = X"$define"; then
7474
7475 echo "Checking how to print long doubles..." >&4
7476
7477 if $test X"$sPRIfldbl" = X -a X"$doublesize" = X"$longdblsize"; then
7478         $cat >try.c <<'EOCP'
7479 #include <sys/types.h>
7480 #include <stdio.h>
7481 int main() {
7482   double d = 123.456;
7483   printf("%.3f\n", d);
7484 }
7485 EOCP
7486         set try
7487         if eval $compile; then
7488                 yyy=`./try$exe_ext`
7489                 case "$yyy" in
7490                 123.456)
7491                         sPRIfldbl='"f"'; sPRIgldbl='"g"'; sPRIeldbl='"e"';
7492                         sPRIFUldbl='"F"'; sPRIGUldbl='"G"'; sPRIEUldbl='"E"';
7493                         echo "We will use %f."
7494                         ;;
7495                 esac
7496         fi
7497 fi
7498
7499 if $test X"$sPRIfldbl" = X; then
7500         $cat >try.c <<'EOCP'
7501 #include <sys/types.h>
7502 #include <stdio.h>
7503 int main() {
7504   long double d = 123.456;
7505   printf("%.3llf\n", d);
7506 }
7507 EOCP
7508         set try
7509         if eval $compile; then
7510                 yyy=`./try$exe_ext`
7511                 case "$yyy" in
7512                 123.456)
7513                         sPRIfldbl='"llf"'; sPRIgldbl='"llg"'; sPRIeldbl='"lle"';
7514                         sPRIFUldbl='"llF"'; sPRIGUldbl='"llG"'; sPRIEUldbl='"llE"';
7515                         echo "We will use %llf."
7516                         ;;
7517                 esac
7518         fi
7519 fi
7520
7521 if $test X"$sPRIfldbl" = X; then
7522         $cat >try.c <<'EOCP'
7523 #include <sys/types.h>
7524 #include <stdio.h>
7525 int main() {
7526   long double d = 123.456;
7527   printf("%.3Lf\n", d);
7528 }
7529 EOCP
7530         set try
7531         if eval $compile; then
7532                 yyy=`./try$exe_ext`
7533                 case "$yyy" in
7534                 123.456)
7535                         sPRIfldbl='"Lf"'; sPRIgldbl='"Lg"'; sPRIeldbl='"Le"';
7536                         sPRIFUldbl='"LF"'; sPRIGUldbl='"LG"'; sPRIEUldbl='"LE"';
7537                         echo "We will use %Lf."
7538                         ;;
7539                 esac
7540         fi
7541 fi
7542
7543 if $test X"$sPRIfldbl" = X; then
7544         $cat >try.c <<'EOCP'
7545 #include <sys/types.h>
7546 #include <stdio.h>
7547 int main() {
7548   long double d = 123.456;
7549   printf("%.3lf\n", d);
7550 }
7551 EOCP
7552         set try
7553         if eval $compile; then
7554                 yyy=`./try$exe_ext`
7555                 case "$yyy" in
7556                 123.456)
7557                         sPRIfldbl='"lf"'; sPRIgldbl='"lg"'; sPRIeldbl='"le"';
7558                         sPRIFUldbl='"lF"'; sPRIGUldbl='"lG"'; sPRIEUldbl='"lE"';
7559                         echo "We will use %lf."
7560                         ;;
7561                 esac
7562         fi
7563 fi
7564
7565 if $test X"$sPRIfldbl" = X; then
7566         echo "Cannot figure out how to print long doubles." >&4
7567 else
7568         sSCNfldbl=$sPRIfldbl    # expect consistency
7569 fi
7570
7571 $rm -f try try.*
7572
7573 fi # d_longdbl
7574
7575 case "$sPRIfldbl" in
7576 '')     d_PRIfldbl="$undef"; d_PRIgldbl="$undef"; d_PRIeldbl="$undef"; 
7577         d_PRIFUldbl="$undef"; d_PRIGUldbl="$undef"; d_PRIEUldbl="$undef"; 
7578         d_SCNfldbl="$undef";
7579         ;;
7580 *)      d_PRIfldbl="$define"; d_PRIgldbl="$define"; d_PRIeldbl="$define"; 
7581         d_PRIFUldbl="$define"; d_PRIGUldbl="$define"; d_PRIEUldbl="$define"; 
7582         d_SCNfldbl="$define";
7583         ;;
7584 esac
7585
7586 : Check how to convert floats to strings.
7587 echo " "
7588 echo "Checking for an efficient way to convert floats to strings."
7589 echo " " > try.c
7590 case "$uselongdouble" in
7591 "$define") echo "#define USE_LONG_DOUBLE" >>try.c ;;
7592 esac
7593 case "$d_longdbl" in
7594 "$define") echo "#define HAS_LONG_DOUBLE" >>try.c ;;
7595 esac
7596 case "$d_PRIgldbl" in
7597 "$define") echo "#define HAS_PRIgldbl"    >>try.c ;;
7598 esac
7599 $cat >>try.c <<EOP
7600 #ifdef TRY_gconvert
7601 #define Gconvert(x,n,t,b) gconvert((x),(n),(t),(b))
7602 char *myname = "gconvert";
7603 #endif
7604 #ifdef TRY_gcvt
7605 #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
7606 char *myname = "gcvt";
7607 #endif
7608 #ifdef TRY_qgcvt
7609 #define Gconvert(x,n,t,b) qgcvt((x),(n),(b))
7610 char *myname = "qgcvt";
7611 #define DOUBLETYPE long double
7612 #endif
7613 #ifdef TRY_sprintf
7614 #if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE) && defined(HAS_PRIgldbl)
7615 #define Gconvert(x,n,t,b) sprintf((b),"%.*"$sPRIgldbl,(n),(x))
7616 #else
7617 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
7618 #endif
7619 char *myname = "sprintf";
7620 #endif
7621
7622 #ifndef DOUBLETYPE
7623 #if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE)
7624 #define DOUBLETYPE long double
7625 #else
7626 #define DOUBLETYPE double
7627 #endif
7628 #endif
7629
7630 #include <stdio.h>
7631
7632 #define I_STDLIB $i_stdlib
7633 #ifdef I_STDLIB
7634 #include <stdlib.h>
7635 #endif
7636
7637 int
7638 checkit(expect, got)
7639 char *expect;
7640 char *got;
7641 {
7642     if (strcmp(expect, got)) {
7643                 printf("%s oddity:  Expected %s, got %s\n",
7644                         myname, expect, got);
7645                 exit(1);
7646         }
7647 }
7648
7649 int main()
7650
7651         char buf[64]; 
7652         buf[63] = '\0';
7653
7654         /* This must be 1st test on (which?) platform */
7655         /* Alan Burlison <AlanBurlsin@unn.unisys.com> */
7656         Gconvert((DOUBLETYPE)0.1, 8, 0, buf);
7657         checkit("0.1", buf);
7658
7659         Gconvert((DOUBLETYPE)1.0, 8, 0, buf); 
7660         checkit("1", buf);
7661
7662         Gconvert((DOUBLETYPE)1.1, 8, 0, buf); 
7663         checkit("1.1", buf);
7664
7665         Gconvert((DOUBLETYPE)1.01, 8, 0, buf); 
7666         checkit("1.01", buf);
7667
7668         Gconvert((DOUBLETYPE)1.001, 8, 0, buf); 
7669         checkit("1.001", buf);
7670
7671         Gconvert((DOUBLETYPE)1.0001, 8, 0, buf); 
7672         checkit("1.0001", buf);
7673
7674         Gconvert((DOUBLETYPE)1.00001, 8, 0, buf); 
7675         checkit("1.00001", buf);
7676
7677         Gconvert((DOUBLETYPE)1.000001, 8, 0, buf); 
7678         checkit("1.000001", buf);
7679
7680         Gconvert((DOUBLETYPE)0.0, 8, 0, buf); 
7681         checkit("0", buf);
7682
7683         Gconvert((DOUBLETYPE)-1.0, 8, 0, buf); 
7684         checkit("-1", buf);
7685
7686         /* Some Linux gcvt's give 1.e+5 here. */
7687         Gconvert((DOUBLETYPE)100000.0, 8, 0, buf); 
7688         checkit("100000", buf);
7689         
7690         /* Some Linux gcvt's give -1.e+5 here. */
7691         Gconvert((DOUBLETYPE)-100000.0, 8, 0, buf); 
7692         checkit("-100000", buf);
7693
7694         Gconvert((DOUBLETYPE)123.456, 8, 0, buf); 
7695         checkit("123.456", buf);
7696
7697         exit(0);
7698 }
7699 EOP
7700 case "$d_Gconvert" in
7701 gconvert*) xxx_list='gconvert gcvt sprintf' ;;
7702 gcvt*) xxx_list='gcvt gconvert sprintf' ;;
7703 sprintf*) xxx_list='sprintf gconvert gcvt' ;;
7704 *) xxx_list='gconvert gcvt sprintf' ;;
7705 esac
7706
7707 case "$d_longdbl$uselongdouble$d_PRIgldbl" in
7708 "$define$define$define")
7709     # for long doubles prefer first qgcvt, then sprintf
7710     xxx_list="`echo $xxx_list|sed s/sprintf//`" 
7711     xxx_list="sprintf $xxx_list"
7712     case "$d_qgcvt" in
7713     "$define") xxx_list="qgcvt $xxx_list" ;;
7714     esac
7715     ;;
7716 esac
7717
7718 for xxx_convert in $xxx_list; do
7719         echo "Trying $xxx_convert..."
7720         $rm -f try try$_o
7721         set try -DTRY_$xxx_convert
7722         if eval $compile; then
7723                 echo "$xxx_convert() found." >&4
7724                 if ./try; then
7725                         echo "I'll use $xxx_convert to convert floats into a string." >&4
7726                         break;
7727                 else
7728                         echo "...But $xxx_convert didn't work as I expected."
7729                 fi
7730         else
7731                 echo "$xxx_convert NOT found." >&4
7732         fi
7733 done
7734         
7735 case "$xxx_convert" in
7736 gconvert) d_Gconvert='gconvert((x),(n),(t),(b))' ;;
7737 gcvt) d_Gconvert='gcvt((x),(n),(b))' ;;
7738 qgcvt) d_Gconvert='qgcvt((x),(n),(b))' ;;
7739 *) case "$uselongdouble$d_longdbl$d_PRIgldbl" in
7740    "$define$define$define")
7741       d_Gconvert="sprintf((b),\"%.*\"$sPRIgldbl,(n),(x))" ;;
7742    *) d_Gconvert='sprintf((b),"%.*g",(n),(x))' ;;
7743    esac
7744    ;;  
7745 esac
7746
7747 : Initialize h_fcntl
7748 h_fcntl=false
7749
7750 : Initialize h_sysfile
7751 h_sysfile=false
7752
7753 : access call always available on UNIX
7754 set access d_access
7755 eval $inlibc
7756
7757 : locate the flags for 'access()'
7758 case "$d_access" in
7759 "$define")
7760         echo " "
7761         $cat >access.c <<'EOCP'
7762 #include <sys/types.h>
7763 #ifdef I_FCNTL
7764 #include <fcntl.h>
7765 #endif
7766 #ifdef I_SYS_FILE
7767 #include <sys/file.h>
7768 #endif
7769 #ifdef I_UNISTD
7770 #include <unistd.h>
7771 #endif
7772 int main() {
7773         exit(R_OK);
7774 }
7775 EOCP
7776         : check sys/file.h first, no particular reason here
7777         if $test `./findhdr sys/file.h` && \
7778                 $cc $cppflags -DI_SYS_FILE -o access access.c >/dev/null 2>&1 ; then
7779                 h_sysfile=true;
7780                 echo "<sys/file.h> defines the *_OK access constants." >&4
7781         elif $test `./findhdr fcntl.h` && \
7782                 $cc $cppflags -DI_FCNTL -o access access.c >/dev/null 2>&1 ; then
7783                 h_fcntl=true;
7784                 echo "<fcntl.h> defines the *_OK access constants." >&4
7785         elif $test `./findhdr unistd.h` && \
7786                 $cc $cppflags -DI_UNISTD -o access access.c >/dev/null 2>&1 ; then
7787                 echo "<unistd.h> defines the *_OK access constants." >&4
7788         else
7789                 echo "I can't find the four *_OK access constants--I'll use mine." >&4
7790         fi
7791         ;;
7792 esac
7793 $rm -f access*
7794
7795 : see if accessx exists
7796 set accessx d_accessx
7797 eval $inlibc
7798
7799 : see if alarm exists
7800 set alarm d_alarm
7801 eval $inlibc
7802
7803 : see if atolf exists
7804 set atolf d_atolf
7805 eval $inlibc
7806
7807 : see if atoll exists
7808 set atoll d_atoll
7809 eval $inlibc
7810
7811 : Look for GNU-cc style attribute checking
7812 echo " "
7813 echo "Checking whether your compiler can handle __attribute__ ..." >&4
7814 $cat >attrib.c <<'EOCP'
7815 #include <stdio.h>
7816 void croak (char* pat,...) __attribute__((format(printf,1,2),noreturn));
7817 EOCP
7818 if $cc $ccflags -c attrib.c >attrib.out 2>&1 ; then
7819         if $contains 'warning' attrib.out >/dev/null 2>&1; then
7820                 echo "Your C compiler doesn't fully support __attribute__."
7821                 val="$undef"
7822         else
7823                 echo "Your C compiler supports __attribute__."
7824                 val="$define"
7825         fi
7826 else
7827         echo "Your C compiler doesn't seem to understand __attribute__ at all."
7828         val="$undef"
7829 fi
7830 set d_attribut
7831 eval $setvar
7832 $rm -f attrib*
7833
7834 : see if bcmp exists
7835 set bcmp d_bcmp
7836 eval $inlibc
7837
7838 : see if bcopy exists
7839 set bcopy d_bcopy
7840 eval $inlibc
7841
7842 : see if this is a unistd.h system
7843 set unistd.h i_unistd
7844 eval $inhdr
7845
7846 : see if getpgrp exists
7847 set getpgrp d_getpgrp
7848 eval $inlibc
7849
7850 case "$d_getpgrp" in
7851 "$define")
7852         echo " "
7853         echo "Checking to see which flavor of getpgrp is in use..."
7854         $cat >set.c <<EOP
7855 #$i_unistd I_UNISTD
7856 #include <sys/types.h>
7857 #ifdef I_UNISTD
7858 #  include <unistd.h>
7859 #endif
7860 int main()
7861 {
7862         if (getuid() == 0) {
7863                 printf("(I see you are running Configure as super-user...)\n");
7864                 setuid(1);
7865         }
7866 #ifdef TRY_BSD_PGRP
7867         if (getpgrp(1) == 0)
7868                 exit(0);
7869 #else
7870         if (getpgrp() > 0)
7871                 exit(0);
7872 #endif
7873         exit(1);
7874 }
7875 EOP
7876         if $cc -DTRY_BSD_PGRP $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
7877                 echo "You have to use getpgrp(pid) instead of getpgrp()." >&4
7878                 val="$define"
7879         elif $cc $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
7880                 echo "You have to use getpgrp() instead of getpgrp(pid)." >&4
7881                 val="$undef"
7882         else
7883                 echo "I can't seem to compile and run the test program."
7884                 if ./usg; then
7885                         xxx="a USG one, i.e. you use getpgrp()."
7886                 else
7887                         # SVR4 systems can appear rather BSD-ish.
7888                         case "$i_unistd" in
7889                         $undef)
7890                                 xxx="a BSD one, i.e. you use getpgrp(pid)."
7891                                 val="$define"
7892                                 ;;
7893                         $define)
7894                                 xxx="probably a USG one, i.e. you use getpgrp()."
7895                                 val="$undef"
7896                                 ;;
7897                         esac
7898                 fi
7899                 echo "Assuming your getpgrp is $xxx" >&4
7900         fi
7901         ;;
7902 *) val="$undef";;
7903 esac
7904 set d_bsdgetpgrp
7905 eval $setvar
7906 $rm -f set set.c
7907
7908 : see if setpgrp exists
7909 set setpgrp d_setpgrp
7910 eval $inlibc
7911
7912 case "$d_setpgrp" in
7913 "$define")
7914         echo " "
7915         echo "Checking to see which flavor of setpgrp is in use..."
7916         $cat >set.c <<EOP
7917 #$i_unistd I_UNISTD
7918 #include <sys/types.h>
7919 #ifdef I_UNISTD
7920 #  include <unistd.h>
7921 #endif
7922 int main()
7923 {
7924         if (getuid() == 0) {
7925                 printf("(I see you are running Configure as super-user...)\n");
7926                 setuid(1);
7927         }
7928 #ifdef TRY_BSD_PGRP
7929         if (-1 == setpgrp(1, 1))
7930                 exit(0);
7931 #else
7932         if (setpgrp() != -1)
7933                 exit(0);
7934 #endif
7935         exit(1);
7936 }
7937 EOP
7938         if $cc -DTRY_BSD_PGRP $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
7939                 echo 'You have to use setpgrp(pid,pgrp) instead of setpgrp().' >&4
7940                 val="$define"
7941         elif $cc $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
7942                 echo 'You have to use setpgrp() instead of setpgrp(pid,pgrp).' >&4
7943                 val="$undef"
7944         else
7945                 echo "(I can't seem to compile and run the test program.)"
7946                 if ./usg; then
7947                         xxx="a USG one, i.e. you use setpgrp()."
7948                 else
7949                         # SVR4 systems can appear rather BSD-ish.
7950                         case "$i_unistd" in
7951                         $undef)
7952                                 xxx="a BSD one, i.e. you use setpgrp(pid,pgrp)."
7953                                 val="$define"
7954                                 ;;
7955                         $define)
7956                                 xxx="probably a USG one, i.e. you use setpgrp()."
7957                                 val="$undef"
7958                                 ;;
7959                         esac
7960                 fi
7961                 echo "Assuming your setpgrp is $xxx" >&4
7962         fi
7963         ;;
7964 *) val="$undef";;
7965 esac
7966 set d_bsdsetpgrp
7967 eval $setvar
7968 $rm -f set set.c
7969 : see if bzero exists
7970 set bzero d_bzero
7971 eval $inlibc
7972
7973 : see if signal is declared as pointer to function returning int or void
7974 echo " "
7975 xxx=`./findhdr signal.h`
7976 $test "$xxx" && $cppstdin $cppminus $cppflags < $xxx >$$.tmp 2>/dev/null
7977 if $contains 'int.*\*[  ]*signal' $$.tmp >/dev/null 2>&1 ; then
7978         echo "You have int (*signal())() instead of void." >&4
7979         val="$undef"
7980 elif $contains 'void.*\*[       ]*signal' $$.tmp >/dev/null 2>&1 ; then
7981         echo "You have void (*signal())()." >&4
7982         val="$define"
7983 elif $contains 'extern[         ]*[(\*]*signal' $$.tmp >/dev/null 2>&1 ; then
7984         echo "You have int (*signal())() instead of void." >&4
7985         val="$undef"
7986 elif $contains 'void.*\*.*sig' $$.tmp >/dev/null 2>&1 ; then
7987         echo "You have void (*signal())()." >&4
7988         val="$define"
7989 else
7990         case "$d_voidsig" in
7991         '')
7992         echo "I can't determine whether signal handler returns void or int..." >&4
7993                 dflt=void
7994                 rp="What type does your signal handler return?"
7995                 . ./myread
7996                 case "$ans" in
7997                 v*) val="$define";;
7998                 *) val="$undef";;
7999                 esac;;
8000         "$define")
8001                 echo "As you already told me, signal handler returns void." >&4
8002                 val="$define"
8003                 ;;
8004         *)      echo "As you already told me, signal handler returns int." >&4
8005                 val="$undef"
8006                 ;;
8007         esac
8008 fi
8009 set d_voidsig
8010 eval $setvar
8011 case "$d_voidsig" in
8012 "$define") signal_t="void";;
8013 *) signal_t="int";;
8014 esac
8015 $rm -f $$.tmp
8016
8017 : check for ability to cast large floats to 32-bit ints.
8018 echo " "
8019 echo 'Checking whether your C compiler can cast large floats to int32.' >&4
8020 if $test "$intsize" -ge 4; then
8021         xxx=int
8022 else
8023         xxx=long
8024 fi
8025 $cat >try.c <<EOCP
8026 #include <stdio.h>
8027 #include <sys/types.h>
8028 #include <signal.h>
8029 $signal_t blech(s) int s; { exit(3); }
8030 int main()
8031 {
8032         $xxx i32;
8033         double f, g;
8034         int result = 0;
8035         char str[16];
8036         signal(SIGFPE, blech);
8037
8038         /* Don't let compiler optimize the test away.  Store the number 
8039            in a writable string for gcc to pass to sscanf under HP/UX.
8040         */
8041         sprintf(str, "2147483647");
8042         sscanf(str, "%lf", &f); /* f = (double) 0x7fffffff; */
8043         g = 10 * f;
8044         i32  = ($xxx) g;
8045
8046         /* x86 processors will probably give 0x8000 0000, which is a
8047        sign change.  We don't want that.  We want to mimic SPARC
8048            behavior here, which is to preserve the sign and give
8049            back 0x7fff ffff.
8050         */
8051         if (i32 != ($xxx) f)
8052                 result |= 1;
8053         exit(result);
8054 }
8055 EOCP
8056 set try
8057 if eval $compile_ok; then
8058         ./try
8059         yyy=$?
8060 else
8061         echo "(I can't seem to compile the test program--assuming it can't)"
8062         yyy=1
8063 fi
8064 case "$yyy" in
8065 0)      val="$define"
8066         echo "Yup, it can."
8067         ;;
8068 *)      val="$undef"
8069         echo "Nope, it can't."
8070         ;;
8071 esac
8072 set d_casti32
8073 eval $setvar
8074 $rm -f try try.*
8075
8076 : check for ability to cast negative floats to unsigned
8077 echo " "
8078 echo 'Checking whether your C compiler can cast negative float to unsigned.' >&4
8079 $cat >try.c <<EOCP
8080 #include <stdio.h>
8081 #include <sys/types.h>
8082 #include <signal.h>
8083 $signal_t blech(s) int s; { exit(7); }
8084 $signal_t blech_in_list(s) int s; { exit(4); }
8085 unsigned long dummy_long(p) unsigned long p; { return p; }
8086 unsigned int dummy_int(p) unsigned int p; { return p; }
8087 unsigned short dummy_short(p) unsigned short p; { return p; }
8088 int main()
8089 {
8090         double f;
8091         unsigned long along;
8092         unsigned int aint;
8093         unsigned short ashort;
8094         int result = 0;
8095         char str[16];
8096         
8097         /* Frustrate gcc-2.7.2's optimizer which failed this test with
8098            a direct f = -123. assignment.  gcc-2.8.0 reportedly
8099            optimized the whole file away
8100         */
8101         /* Store the number in a writable string for gcc to pass to 
8102            sscanf under HP/UX.
8103         */
8104         sprintf(str, "-123");
8105         sscanf(str, "%lf", &f);  /* f = -123.; */
8106
8107         signal(SIGFPE, blech);
8108         along = (unsigned long)f;
8109         aint = (unsigned int)f;
8110         ashort = (unsigned short)f;
8111         if (along != (unsigned long)-123)
8112                 result |= 1;
8113         if (aint != (unsigned int)-123)
8114                 result |= 1;
8115         if (ashort != (unsigned short)-123)
8116                 result |= 1;
8117         sprintf(str, "1073741824.");
8118         sscanf(str, "%lf", &f); /* f = (double)0x40000000; */
8119         f = f + f;
8120         along = 0;
8121         along = (unsigned long)f;
8122         if (along != 0x80000000)
8123                 result |= 2;
8124         f -= 1.;
8125         along = 0;
8126         along = (unsigned long)f;
8127         if (along != 0x7fffffff)
8128                 result |= 1;
8129         f += 2.;
8130         along = 0;
8131         along = (unsigned long)f;
8132         if (along != 0x80000001)
8133                 result |= 2;
8134         if (result)
8135                 exit(result);
8136         signal(SIGFPE, blech_in_list);
8137         sprintf(str, "123.");
8138         sscanf(str, "%lf", &f);  /* f = 123.; */
8139         along = dummy_long((unsigned long)f);
8140         aint = dummy_int((unsigned int)f);
8141         ashort = dummy_short((unsigned short)f);
8142         if (along != (unsigned long)123)
8143                 result |= 4;
8144         if (aint != (unsigned int)123)
8145                 result |= 4;
8146         if (ashort != (unsigned short)123)
8147                 result |= 4;
8148         exit(result);
8149
8150 }
8151 EOCP
8152 set try
8153 if eval $compile_ok; then
8154         ./try
8155         castflags=$?
8156 else
8157         echo "(I can't seem to compile the test program--assuming it can't)"
8158         castflags=7
8159 fi
8160 case "$castflags" in
8161 0)      val="$define"
8162         echo "Yup, it can."
8163         ;;
8164 *)      val="$undef"
8165         echo "Nope, it can't."
8166         ;;
8167 esac
8168 set d_castneg
8169 eval $setvar
8170 $rm -f try.*
8171
8172 : see if vprintf exists
8173 echo " "
8174 if set vprintf val -f d_vprintf; eval $csym; $val; then
8175         echo 'vprintf() found.' >&4
8176         val="$define"
8177         $cat >vprintf.c <<'EOF'
8178 #include <varargs.h>
8179
8180 int main() { xxx("foo"); }
8181
8182 xxx(va_alist)
8183 va_dcl
8184 {
8185         va_list args;
8186         char buf[10];
8187
8188         va_start(args);
8189         exit((unsigned long)vsprintf(buf,"%s",args) > 10L);
8190 }
8191 EOF
8192         set vprintf
8193         if eval $compile && ./vprintf; then
8194                 echo "Your vsprintf() returns (int)." >&4
8195                 val2="$undef"
8196         else
8197                 echo "Your vsprintf() returns (char*)." >&4
8198                 val2="$define"
8199         fi
8200 else
8201         echo 'vprintf() NOT found.' >&4
8202                 val="$undef"
8203                 val2="$undef"
8204 fi
8205 set d_vprintf
8206 eval $setvar
8207 val=$val2
8208 set d_charvspr
8209 eval $setvar
8210
8211 : see if chown exists
8212 set chown d_chown
8213 eval $inlibc
8214
8215 : see if chroot exists
8216 set chroot d_chroot
8217 eval $inlibc
8218
8219 : see if chsize exists
8220 set chsize d_chsize
8221 eval $inlibc
8222
8223 : check for const keyword
8224 echo " "
8225 echo 'Checking to see if your C compiler knows about "const"...' >&4
8226 $cat >const.c <<'EOCP'
8227 typedef struct spug { int drokk; } spug;
8228 int main()
8229 {
8230         const char *foo;
8231         const spug y;
8232 }
8233 EOCP
8234 if $cc -c $ccflags const.c >/dev/null 2>&1 ; then
8235         val="$define"
8236         echo "Yup, it does."
8237 else
8238         val="$undef"
8239         echo "Nope, it doesn't."
8240 fi
8241 set d_const
8242 eval $setvar
8243
8244 : see if crypt exists
8245 echo " "
8246 if set crypt val -f d_crypt; eval $csym; $val; then
8247         echo 'crypt() found.' >&4
8248         val="$define"
8249         cryptlib=''
8250 else
8251         cryptlib=`./loc Slibcrypt$_a "" $xlibpth`
8252         if $test -z "$cryptlib"; then
8253                 cryptlib=`./loc Mlibcrypt$_a "" $xlibpth`
8254         else
8255                 cryptlib=-lcrypt
8256         fi
8257         if $test -z "$cryptlib"; then
8258                 cryptlib=`./loc Llibcrypt$_a "" $xlibpth`
8259         else
8260                 cryptlib=-lcrypt
8261         fi
8262         if $test -z "$cryptlib"; then
8263                 cryptlib=`./loc libcrypt$_a "" $libpth`
8264         else
8265                 cryptlib=-lcrypt
8266         fi
8267         if $test -z "$cryptlib"; then
8268                 echo 'crypt() NOT found.' >&4
8269                 val="$undef"
8270         else
8271                 val="$define"
8272         fi
8273 fi
8274 set d_crypt
8275 eval $setvar
8276
8277 : get csh whereabouts
8278 case "$csh" in
8279 'csh') val="$undef" ;;
8280 *) val="$define" ;;
8281 esac
8282 set d_csh
8283 eval $setvar
8284 : Respect a hint or command line value for full_csh.
8285 case "$full_csh" in
8286 '') full_csh=$csh ;;
8287 esac
8288
8289 : see if cuserid exists
8290 set cuserid d_cuserid
8291 eval $inlibc
8292
8293 : see if this is a limits.h system
8294 set limits.h i_limits
8295 eval $inhdr
8296
8297 : see if this is a float.h system
8298 set float.h i_float
8299 eval $inhdr
8300
8301 : See if number of significant digits in a double precision number is known
8302 echo " "
8303 $cat >dbl_dig.c <<EOM
8304 #$i_limits I_LIMITS
8305 #$i_float I_FLOAT
8306 #ifdef I_LIMITS
8307 #include <limits.h>
8308 #endif
8309 #ifdef I_FLOAT
8310 #include <float.h>
8311 #endif
8312 #ifdef DBL_DIG
8313 printf("Contains DBL_DIG");
8314 #endif
8315 EOM
8316 $cppstdin $cppflags $cppminus < dbl_dig.c >dbl_dig.E 2>/dev/null
8317 if $contains 'DBL_DIG' dbl_dig.E >/dev/null 2>&1; then
8318         echo "DBL_DIG found." >&4
8319         val="$define"
8320 else
8321         echo "DBL_DIG NOT found." >&4
8322         val="$undef"
8323 fi
8324 $rm -f dbl_dig.?
8325 set d_dbl_dig
8326 eval $setvar
8327
8328 : see if difftime exists
8329 set difftime d_difftime
8330 eval $inlibc
8331
8332 : see if this is a dirent system
8333 echo " "
8334 if xinc=`./findhdr dirent.h`; $test "$xinc"; then
8335         val="$define"
8336         echo "<dirent.h> found." >&4
8337 else
8338         val="$undef"
8339         if xinc=`./findhdr sys/dir.h`; $test "$xinc"; then
8340                 echo "<sys/dir.h> found." >&4
8341                 echo " "
8342         else
8343                 xinc=`./findhdr sys/ndir.h`
8344         fi
8345         echo "<dirent.h> NOT found." >&4
8346 fi
8347 set i_dirent
8348 eval $setvar
8349
8350 : Look for type of directory structure.
8351 echo " "
8352 $cppstdin $cppflags $cppminus < "$xinc" > try.c
8353
8354 case "$direntrytype" in
8355 ''|' ')
8356         case "$i_dirent" in
8357         $define) guess1='struct dirent' ;;
8358         *) guess1='struct direct'  ;;
8359         esac
8360         ;;
8361 *)      guess1="$direntrytype"
8362         ;;
8363 esac
8364
8365 case "$guess1" in
8366 'struct dirent') guess2='struct direct' ;;
8367 *) guess2='struct dirent' ;;
8368 esac
8369                 
8370 if $contains "$guess1" try.c >/dev/null 2>&1; then
8371         direntrytype="$guess1"
8372         echo "Your directory entries are $direntrytype." >&4
8373 elif $contains "$guess2" try.c >/dev/null 2>&1; then
8374         direntrytype="$guess2"
8375         echo "Your directory entries seem to be $direntrytype." >&4
8376 else
8377         echo "I don't recognize your system's directory entries." >&4
8378         rp="What type is used for directory entries on this system?"
8379         dflt="$guess1"
8380         . ./myread
8381         direntrytype="$ans"
8382 fi
8383 $rm -f try.c
8384
8385
8386 : see if the directory entry stores field length
8387 echo " "
8388 $cppstdin $cppflags $cppminus < "$xinc" > try.c
8389 if $contains 'd_namlen' try.c >/dev/null 2>&1; then
8390         echo "Good, your directory entry keeps length information in d_namlen." >&4
8391         val="$define"
8392 else
8393         echo "Your directory entry does not know about the d_namlen field." >&4
8394         val="$undef"
8395 fi
8396 set d_dirnamlen
8397 eval $setvar
8398 $rm -f try.c
8399
8400 : see if dlerror exists
8401 xxx_runnm="$runnm"
8402 runnm=false
8403 set dlerror d_dlerror
8404 eval $inlibc
8405 runnm="$xxx_runnm"
8406
8407 : see if dlfcn is available
8408 set dlfcn.h i_dlfcn
8409 eval $inhdr
8410
8411 case "$usedl" in
8412 $define|y|true)
8413         $cat << EOM
8414
8415 On a few systems, the dynamically loaded modules that perl generates and uses
8416 will need a different extension than shared libs. The default will probably
8417 be appropriate.
8418
8419 EOM
8420         case "$dlext" in
8421         '')     dflt="$so" ;;
8422         *)      dflt="$dlext" ;;
8423         esac
8424         rp='What is the extension of dynamically loaded modules'
8425         . ./myread
8426         dlext="$ans"
8427         ;;
8428 *)
8429         dlext="none"
8430         ;;
8431 esac
8432
8433 : Check if dlsym need a leading underscore
8434 echo " "
8435 val="$undef"
8436
8437 case "$dlsrc" in
8438 dl_dlopen.xs)
8439         echo "Checking whether your dlsym() needs a leading underscore ..." >&4
8440         $cat >dyna.c <<'EOM'
8441 fred () { }
8442 EOM
8443
8444 $cat >fred.c<<EOM
8445
8446 #include <stdio.h>
8447 #$i_dlfcn I_DLFCN
8448 #ifdef I_DLFCN
8449 #include <dlfcn.h>      /* the dynamic linker include file for Sunos/Solaris */
8450 #else
8451 #include <sys/types.h>
8452 #include <nlist.h>
8453 #include <link.h>
8454 #endif
8455
8456 extern int fred() ;
8457
8458 int main()
8459 {
8460     void * handle ;
8461     void * symbol ;
8462 #ifndef RTLD_LAZY
8463     int mode = 1 ;
8464 #else
8465     int mode = RTLD_LAZY ;
8466 #endif
8467     handle = dlopen("./dyna.$dlext", mode) ;
8468     if (handle == NULL) {
8469         printf ("1\n") ;
8470         fflush (stdout) ;
8471         exit(0);
8472     }
8473     symbol = dlsym(handle, "fred") ;
8474     if (symbol == NULL) {
8475         /* try putting a leading underscore */
8476         symbol = dlsym(handle, "_fred") ;
8477         if (symbol == NULL) {
8478             printf ("2\n") ;
8479             fflush (stdout) ;
8480             exit(0);
8481         }
8482         printf ("3\n") ;
8483     }
8484     else
8485         printf ("4\n") ;
8486     fflush (stdout) ;
8487     exit(0);
8488 }
8489 EOM
8490         : Call the object file tmp-dyna.o in case dlext=o.
8491         if $cc $ccflags $cccdlflags -c dyna.c > /dev/null 2>&1 && 
8492                 mv dyna${_o} tmp-dyna${_o} > /dev/null 2>&1 && 
8493                 $ld $lddlflags -o dyna.$dlext tmp-dyna${_o} > /dev/null 2>&1 && 
8494                 $cc $ccflags -o fred $ldflags $cccdlflags $ccdlflags fred.c $libs > /dev/null 2>&1; then
8495                 xxx=`./fred`
8496                 case $xxx in
8497                 1)      echo "Test program failed using dlopen." >&4
8498                         echo "Perhaps you should not use dynamic loading." >&4;;
8499                 2)      echo "Test program failed using dlsym." >&4
8500                         echo "Perhaps you should not use dynamic loading." >&4;;
8501                 3)      echo "dlsym needs a leading underscore" >&4
8502                         val="$define" ;;
8503                 4)      echo "dlsym doesn't need a leading underscore." >&4;;
8504                 esac
8505         else
8506                 echo "I can't compile and run the test program." >&4
8507                 echo "I'm guessing that dlsym doesn't need a leading underscore." >&4
8508         fi
8509         ;;
8510 esac
8511                 
8512 $rm -f fred fred.? dyna.$dlext dyna.? tmp-dyna.?
8513
8514 set d_dlsymun
8515 eval $setvar
8516
8517 hasproto='varname=$1; func=$2; shift; shift;
8518 while $test $# -ge 2; do
8519         case "$1" in
8520         $define) echo "#include <$2>";;
8521         esac ;
8522     shift 2;
8523 done > try.c;
8524 $cppstdin $cppflags $cppminus < try.c > tryout.c 2>/dev/null;
8525 if $contains "$func.*(" tryout.c >/dev/null 2>&1; then
8526         echo "$func() prototype found.";
8527         val="$define";
8528 else
8529         echo "$func() prototype NOT found.";
8530         val="$undef";
8531 fi;
8532 set $varname;
8533 eval $setvar;
8534 $rm -f try.c tryout.c'
8535
8536 : see if prototype for drand48 is available
8537 echo " "
8538 set d_drand48proto drand48 $i_stdlib stdlib.h $i_unistd unistd.h
8539 eval $hasproto
8540
8541 : see if dup2 exists
8542 set dup2 d_dup2
8543 eval $inlibc
8544
8545 : see if eaccess exists
8546 set eaccess d_eaccess
8547 eval $inlibc
8548
8549 : see if endgrent exists
8550 set endgrent d_endgrent
8551 eval $inlibc
8552
8553 : see if endhostent exists
8554 set endhostent d_endhent
8555 eval $inlibc
8556
8557 : see if endnetent exists
8558 set endnetent d_endnent
8559 eval $inlibc
8560
8561 : see if endprotoent exists
8562 set endprotoent d_endpent
8563 eval $inlibc
8564
8565 : see if endpwent exists
8566 set endpwent d_endpwent
8567 eval $inlibc
8568
8569 : see if endservent exists
8570 set endservent d_endsent
8571 eval $inlibc
8572
8573 : Locate the flags for 'open()'
8574 echo " "
8575 $cat >open3.c <<'EOCP'
8576 #include <sys/types.h>
8577 #ifdef I_FCNTL
8578 #include <fcntl.h>
8579 #endif
8580 #ifdef I_SYS_FILE
8581 #include <sys/file.h>
8582 #endif
8583 int main() {
8584         if(O_RDONLY);
8585 #ifdef O_TRUNC
8586         exit(0);
8587 #else
8588         exit(1);
8589 #endif
8590 }
8591 EOCP
8592 : check sys/file.h first to get FREAD on Sun
8593 if $test `./findhdr sys/file.h` && \
8594                 set open3 -DI_SYS_FILE && eval $compile; then
8595         h_sysfile=true;
8596         echo "<sys/file.h> defines the O_* constants..." >&4
8597         if ./open3; then
8598                 echo "and you have the 3 argument form of open()." >&4
8599                 val="$define"
8600         else
8601                 echo "but not the 3 argument form of open().  Oh, well." >&4
8602                 val="$undef"
8603         fi
8604 elif $test `./findhdr fcntl.h` && \
8605                 set open3 -DI_FCNTL && eval $compile; then
8606         h_fcntl=true;
8607         echo "<fcntl.h> defines the O_* constants..." >&4
8608         if ./open3; then
8609                 echo "and you have the 3 argument form of open()." >&4
8610                 val="$define"
8611         else
8612                 echo "but not the 3 argument form of open().  Oh, well." >&4
8613                 val="$undef"
8614         fi
8615 else
8616         val="$undef"
8617         echo "I can't find the O_* constant definitions!  You got problems." >&4
8618 fi
8619 set d_open3
8620 eval $setvar
8621 $rm -f open3*
8622
8623 : see which of string.h or strings.h is needed
8624 echo " "
8625 strings=`./findhdr string.h`
8626 if $test "$strings" && $test -r "$strings"; then
8627         echo "Using <string.h> instead of <strings.h>." >&4
8628         val="$define"
8629 else
8630         val="$undef"
8631         strings=`./findhdr strings.h`
8632         if $test "$strings" && $test -r "$strings"; then
8633                 echo "Using <strings.h> instead of <string.h>." >&4
8634         else
8635                 echo "No string header found -- You'll surely have problems." >&4
8636         fi
8637 fi
8638 set i_string
8639 eval $setvar
8640 case "$i_string" in
8641 "$undef") strings=`./findhdr strings.h`;;
8642 *)        strings=`./findhdr string.h`;;
8643 esac
8644
8645 : check for non-blocking I/O stuff
8646 case "$h_sysfile" in
8647 true) echo "#include <sys/file.h>" > head.c;;
8648 *)
8649         case "$h_fcntl" in
8650         true) echo "#include <fcntl.h>" > head.c;;
8651         *) echo "#include <sys/fcntl.h>" > head.c;;
8652         esac
8653         ;;
8654 esac
8655 echo " "
8656 echo "Figuring out the flag used by open() for non-blocking I/O..." >&4
8657 case "$o_nonblock" in
8658 '')
8659         $cat head.c > try.c
8660         $cat >>try.c <<'EOCP'
8661 #include <stdio.h>
8662 int main() {
8663 #ifdef O_NONBLOCK
8664         printf("O_NONBLOCK\n");
8665         exit(0);
8666 #endif
8667 #ifdef O_NDELAY
8668         printf("O_NDELAY\n");
8669         exit(0);
8670 #endif
8671 #ifdef FNDELAY
8672         printf("FNDELAY\n");
8673         exit(0);
8674 #endif
8675         exit(0);
8676 }
8677 EOCP
8678         set try
8679         if eval $compile_ok; then
8680                 o_nonblock=`./try`
8681                 case "$o_nonblock" in
8682                 '') echo "I can't figure it out, assuming O_NONBLOCK will do.";;
8683                 *) echo "Seems like we can use $o_nonblock.";;
8684                 esac
8685         else
8686                 echo "(I can't compile the test program; pray O_NONBLOCK is right!)"
8687         fi
8688         ;;
8689 *) echo "Using $hint value $o_nonblock.";;
8690 esac
8691 $rm -f try try.* .out core
8692
8693 echo " "
8694 echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4
8695 case "$eagain" in
8696 '')
8697         $cat head.c > try.c
8698         $cat >>try.c <<EOCP
8699 #include <errno.h>
8700 #include <sys/types.h>
8701 #include <signal.h>
8702 #include <stdio.h> 
8703 #define MY_O_NONBLOCK $o_nonblock
8704 #ifndef errno  /* XXX need better Configure test */
8705 extern int errno;
8706 #endif
8707 #$i_unistd I_UNISTD
8708 #ifdef I_UNISTD
8709 #include <unistd.h>
8710 #endif
8711 #$i_string I_STRING
8712 #ifdef I_STRING
8713 #include <string.h>
8714 #else
8715 #include <strings.h>
8716 #endif
8717 $signal_t blech(x) int x; { exit(3); }
8718 EOCP
8719         $cat >> try.c <<'EOCP'
8720 int main()
8721 {
8722         int pd[2];
8723         int pu[2];
8724         char buf[1];
8725         char string[100];
8726
8727         pipe(pd);       /* Down: child -> parent */
8728         pipe(pu);       /* Up: parent -> child */
8729         if (0 != fork()) {
8730                 int ret;
8731                 close(pd[1]);   /* Parent reads from pd[0] */
8732                 close(pu[0]);   /* Parent writes (blocking) to pu[1] */
8733                 if (-1 == fcntl(pd[0], F_SETFL, MY_O_NONBLOCK))
8734                         exit(1);
8735                 signal(SIGALRM, blech);
8736                 alarm(5);
8737                 if ((ret = read(pd[0], buf, 1)) > 0)    /* Nothing to read! */
8738                         exit(2);
8739                 sprintf(string, "%d\n", ret);
8740                 write(2, string, strlen(string));
8741                 alarm(0);
8742 #ifdef EAGAIN
8743                 if (errno == EAGAIN) {
8744                         printf("EAGAIN\n");
8745                         goto ok;
8746                 }
8747 #endif
8748 #ifdef EWOULDBLOCK
8749                 if (errno == EWOULDBLOCK)
8750                         printf("EWOULDBLOCK\n");
8751 #endif
8752         ok:
8753                 write(pu[1], buf, 1);   /* Unblocks child, tell it to close our pipe */
8754                 sleep(2);                               /* Give it time to close our pipe */
8755                 alarm(5);
8756                 ret = read(pd[0], buf, 1);      /* Should read EOF */
8757                 alarm(0);
8758                 sprintf(string, "%d\n", ret);
8759                 write(3, string, strlen(string));
8760                 exit(0);
8761         }
8762
8763         close(pd[0]);                   /* We write to pd[1] */
8764         close(pu[1]);                   /* We read from pu[0] */
8765         read(pu[0], buf, 1);    /* Wait for parent to signal us we may continue */
8766         close(pd[1]);                   /* Pipe pd is now fully closed! */
8767         exit(0);                                /* Bye bye, thank you for playing! */
8768 }
8769 EOCP
8770         set try
8771         if eval $compile_ok; then
8772                 echo "$startsh" >mtry
8773                 echo "./try >try.out 2>try.ret 3>try.err || exit 4" >>mtry
8774                 chmod +x mtry
8775                 ./mtry >/dev/null 2>&1
8776                 case $? in
8777                 0) eagain=`$cat try.out`;;
8778                 1) echo "Could not perform non-blocking setting!";;
8779                 2) echo "I did a successful read() for something that was not there!";;
8780                 3) echo "Hmm... non-blocking I/O does not seem to be working!";;
8781                 *) echo "Something terribly wrong happened during testing.";;
8782                 esac
8783                 rd_nodata=`$cat try.ret`
8784                 echo "A read() system call with no data present returns $rd_nodata."
8785                 case "$rd_nodata" in
8786                 0|-1) ;;
8787                 *)
8788                         echo "(That's peculiar, fixing that to be -1.)"
8789                         rd_nodata=-1
8790                         ;;
8791                 esac
8792                 case "$eagain" in
8793                 '')
8794                         echo "Forcing errno EAGAIN on read() with no data available."
8795                         eagain=EAGAIN
8796                         ;;
8797                 *)
8798                         echo "Your read() sets errno to $eagain when no data is available."
8799                         ;;
8800                 esac
8801                 status=`$cat try.err`
8802                 case "$status" in
8803                 0) echo "And it correctly returns 0 to signal EOF.";;
8804                 -1) echo "But it also returns -1 to signal EOF, so be careful!";;
8805                 *) echo "However, your read() returns '$status' on EOF??";;
8806                 esac
8807                 val="$define"
8808                 if test "$status" = "$rd_nodata"; then
8809                         echo "WARNING: you can't distinguish between EOF and no data!"
8810                         val="$undef"
8811                 fi
8812         else
8813                 echo "I can't compile the test program--assuming errno EAGAIN will do."
8814                 eagain=EAGAIN
8815         fi
8816         set d_eofnblk
8817         eval $setvar
8818         ;;
8819 *)
8820         echo "Using $hint value $eagain."
8821         echo "Your read() returns $rd_nodata when no data is present."
8822         case "$d_eofnblk" in
8823         "$define") echo "And you can see EOF because read() returns 0.";;
8824         "$undef") echo "But you can't see EOF status from read() returned value.";;
8825         *)
8826                 echo "(Assuming you can't see EOF status from read anyway.)"
8827                 d_eofnblk=$undef
8828                 ;;
8829         esac
8830         ;;
8831 esac
8832 $rm -f try try.* .out core head.c mtry
8833
8834 : see if fchmod exists
8835 set fchmod d_fchmod
8836 eval $inlibc
8837
8838 : see if fchown exists
8839 set fchown d_fchown
8840 eval $inlibc
8841
8842 : see if this is an fcntl system
8843 set fcntl d_fcntl
8844 eval $inlibc
8845
8846 hasfield='varname=$1; struct=$2; field=$3; shift; shift; shift;
8847 while $test $# -ge 2; do
8848         case "$1" in
8849         $define) echo "#include <$2>";;
8850         esac ;
8851     shift 2;
8852 done > try.c;
8853 echo "int main () { struct $struct foo; char* bar; bar = (char*)foo.$field; }" >> try.c;
8854 set try;
8855 if eval $compile; then
8856         val="$define";
8857 else
8858         val="$undef";
8859 fi;
8860 set $varname;
8861 eval $setvar;
8862 $rm -f try.c try.o'
8863
8864 socketlib=''
8865 sockethdr=''
8866 : see whether socket exists
8867 echo " "
8868 $echo $n "Hmm... $c" >&4
8869 if set socket val -f d_socket; eval $csym; $val; then
8870         echo "Looks like you have Berkeley networking support." >&4
8871         d_socket="$define"
8872         if set setsockopt val -f; eval $csym; $val; then
8873                 d_oldsock="$undef"
8874         else
8875                 echo "...but it uses the old BSD 4.1c interface, rather than 4.2." >&4
8876                 d_oldsock="$define"
8877         fi
8878 else
8879         if $contains socklib libc.list >/dev/null 2>&1; then
8880                 echo "Looks like you have Berkeley networking support." >&4
8881                 d_socket="$define"
8882                 : we will have to assume that it supports the 4.2 BSD interface
8883                 d_oldsock="$undef"
8884         else
8885                 echo "You don't have Berkeley networking in libc$_a..." >&4
8886                 if test "X$d_socket" = "X$define"; then
8887                    echo "...but you seem to believe that you have sockets." >&4
8888                 else
8889                         for net in net socket
8890                         do
8891                                 if test -f /usr/lib/lib$net$_a; then
8892                                         ( ($nm $nm_opt /usr/lib/lib$net$_a | eval $nm_extract) ||  \
8893                                         $ar t /usr/lib/lib$net$_a) 2>/dev/null >> libc.list
8894                                         if $contains socket libc.list >/dev/null 2>&1; then
8895                                                 d_socket="$define"
8896                                                 socketlib="-l$net"
8897                                                 case "$net" in
8898                                                 net)
8899                                                         echo "...but the Wollongong group seems to have hacked it in." >&4
8900                                                         sockethdr="-I/usr/netinclude"
8901                                                         ;;
8902                                                 esac
8903                                                 echo "Found Berkeley sockets interface in lib$net." >& 4 
8904                                                 if $contains setsockopt libc.list >/dev/null 2>&1; then
8905                                                         d_oldsock="$undef"
8906                                                 else
8907                                                         echo "...using the old BSD 4.1c interface, rather than 4.2." >&4
8908                                                         d_oldsock="$define"
8909                                                 fi
8910                                                 break
8911                                         fi
8912                                 fi
8913                         done
8914                         if test "X$d_socket" != "X$define"; then
8915                            echo "or anywhere else I see." >&4
8916                            d_socket="$undef"
8917                            d_oldsock="$undef"
8918                         fi
8919                 fi
8920         fi
8921 fi
8922
8923 : see if socketpair exists
8924 set socketpair d_sockpair
8925 eval $inlibc
8926
8927
8928 echo " "
8929 echo "Checking the availability of certain socket constants..." >& 4
8930 for ENUM in MSG_CTRUNC MSG_DONTROUTE MSG_OOB MSG_PEEK MSG_PROXY SCM_RIGHTS; do
8931         enum=`$echo $ENUM|./tr '[A-Z]' '[a-z]'`
8932         $cat >try.c <<EOF
8933 #include <sys/types.h>
8934 #include <sys/socket.h>
8935 int main() {
8936     int i = $ENUM;
8937 }
8938 EOF
8939         val="$undef"
8940         set try; if eval $compile; then
8941                 val="$define"
8942         fi
8943         set d_${enum}; eval $setvar
8944         $rm -f try.c try
8945 done
8946
8947 : see if sys/select.h has to be included
8948 set sys/select.h i_sysselct
8949 eval $inhdr
8950
8951 : see if we should include time.h, sys/time.h, or both
8952 echo " "
8953 if test "X$timeincl" = X; then
8954         echo "Testing to see if we should include <time.h>, <sys/time.h> or both." >&4
8955         $echo $n "I'm now running the test program...$c"
8956         $cat >try.c <<'EOCP'
8957 #include <sys/types.h>
8958 #ifdef I_TIME
8959 #include <time.h>
8960 #endif
8961 #ifdef I_SYSTIME
8962 #ifdef SYSTIMEKERNEL
8963 #define KERNEL
8964 #endif
8965 #include <sys/time.h>
8966 #endif
8967 #ifdef I_SYSSELECT
8968 #include <sys/select.h>
8969 #endif
8970 int main()
8971 {
8972         struct tm foo;
8973 #ifdef S_TIMEVAL
8974         struct timeval bar;
8975 #endif
8976 #ifdef S_TIMEZONE
8977         struct timezone tzp;
8978 #endif
8979         if (foo.tm_sec == foo.tm_sec)
8980                 exit(0);
8981 #ifdef S_TIMEVAL
8982         if (bar.tv_sec == bar.tv_sec)
8983                 exit(0);
8984 #endif
8985         exit(1);
8986 }
8987 EOCP
8988         flags=''
8989         for s_timezone in '-DS_TIMEZONE' ''; do
8990         sysselect=''
8991         for s_timeval in '-DS_TIMEVAL' ''; do
8992         for i_systimek in '' '-DSYSTIMEKERNEL'; do
8993         for i_time in '' '-DI_TIME'; do
8994         for i_systime in '-DI_SYSTIME' ''; do
8995                 case "$flags" in
8996                 '') $echo $n ".$c"
8997                         set try $i_time $i_systime $i_systimek $sysselect $s_timeval $s_timezone
8998                         if eval $compile; then
8999                                 set X $i_time $i_systime $i_systimek $sysselect $s_timeval
9000                                 shift
9001                                 flags="$*"
9002                                 echo " "
9003                                 $echo $n "Succeeded with $flags$c"
9004                         fi
9005                         ;;
9006                 esac
9007         done
9008         done
9009         done
9010         done
9011         done
9012         timeincl=''
9013         echo " "
9014         case "$flags" in
9015         *SYSTIMEKERNEL*) i_systimek="$define"
9016                 timeincl=`./findhdr sys/time.h`
9017                 echo "We'll include <sys/time.h> with KERNEL defined." >&4;;
9018         *) i_systimek="$undef";;
9019         esac
9020         case "$flags" in
9021         *I_TIME*) i_time="$define"
9022                 timeincl=`./findhdr time.h`" $timeincl"
9023                 echo "We'll include <time.h>." >&4;;
9024         *) i_time="$undef";;
9025         esac
9026         case "$flags" in
9027         *I_SYSTIME*) i_systime="$define"
9028                 timeincl=`./findhdr sys/time.h`" $timeincl"
9029                 echo "We'll include <sys/time.h>." >&4;;
9030         *) i_systime="$undef";;
9031         esac
9032         $rm -f try.c try
9033 fi
9034
9035 : check for fd_set items
9036 $cat <<EOM
9037
9038 Checking to see how well your C compiler handles fd_set and friends ...
9039 EOM
9040 $cat >fd_set.c <<EOCP
9041 #$i_systime I_SYS_TIME
9042 #$i_sysselct I_SYS_SELECT
9043 #$d_socket HAS_SOCKET
9044 #include <sys/types.h>
9045 #ifdef HAS_SOCKET
9046 #include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
9047 #endif
9048 #ifdef I_SYS_TIME
9049 #include <sys/time.h>
9050 #endif
9051 #ifdef I_SYS_SELECT
9052 #include <sys/select.h>
9053 #endif
9054 int main() {
9055         fd_set fds;
9056
9057 #ifdef TRYBITS
9058         if(fds.fds_bits);
9059 #endif
9060
9061 #if defined(FD_SET) && defined(FD_CLR) && defined(FD_ISSET) && defined(FD_ZERO)
9062         exit(0);
9063 #else
9064         exit(1);
9065 #endif
9066 }
9067 EOCP
9068 set fd_set -DTRYBITS
9069 if eval $compile; then
9070         d_fds_bits="$define"
9071         d_fd_set="$define"
9072         echo "Well, your system knows about the normal fd_set typedef..." >&4
9073         if ./fd_set; then
9074                 echo "and you have the normal fd_set macros (just as I'd expect)." >&4
9075                 d_fd_macros="$define"
9076         else
9077                 $cat >&4 <<'EOM'
9078 but not the normal fd_set macros!  Gaaack!  I'll have to cover for you.
9079 EOM
9080                 d_fd_macros="$undef"
9081         fi
9082 else
9083         $cat <<'EOM'
9084 Hmm, your compiler has some difficulty with fd_set.  Checking further...
9085 EOM
9086         set fd_set
9087         if eval $compile; then
9088                 d_fds_bits="$undef"
9089                 d_fd_set="$define"
9090                 echo "Well, your system has some sort of fd_set available..." >&4
9091                 if ./fd_set; then
9092                         echo "and you have the normal fd_set macros." >&4
9093                         d_fd_macros="$define"
9094                 else
9095                         $cat <<'EOM'
9096 but not the normal fd_set macros!  Gross!  More work for me...
9097 EOM
9098                         d_fd_macros="$undef"
9099                 fi
9100         else
9101         echo "Well, you got zip.  That's OK, I can roll my own fd_set stuff." >&4
9102                 d_fd_set="$undef"
9103                 d_fds_bits="$undef"
9104                 d_fd_macros="$undef"
9105         fi
9106 fi
9107 $rm -f fd_set*
9108
9109 : see if fgetpos exists
9110 set fgetpos d_fgetpos
9111 eval $inlibc
9112
9113 : see if flock exists
9114 set flock d_flock
9115 eval $inlibc
9116
9117 : see if fork exists
9118 set fork d_fork
9119 eval $inlibc
9120
9121 : see if pathconf exists
9122 set pathconf d_pathconf
9123 eval $inlibc
9124
9125 : see if fpathconf exists
9126 set fpathconf d_fpathconf
9127 eval $inlibc
9128
9129
9130 : check for fpos64_t
9131 echo " "
9132 echo "Checking to see if you have fpos64_t..." >&4
9133 $cat >try.c <<EOCP
9134 #include <stdio.h>
9135 int main() { fpos64_t x = 7; }
9136 EOCP
9137 set try
9138 if eval $compile; then
9139         val="$define"
9140         echo "You have fpos64_t."
9141 else
9142         val="$undef"
9143         echo "You do not have fpos64_t."
9144         case "$fpossize" in
9145         8) echo "(Your fpos_t is 64 bits, so you could use that.)" ;;
9146         esac
9147 fi
9148 $rm -f try.* try
9149 set d_fpos64_t
9150 eval $setvar
9151
9152 : see if frexpl exists
9153 set frexpl d_frexpl
9154 eval $inlibc
9155
9156 hasstruct='varname=$1; struct=$2; shift; shift;
9157 while $test $# -ge 2; do
9158         case "$1" in
9159         $define) echo "#include <$2>";;
9160         esac ;
9161     shift 2;
9162 done > try.c;
9163 echo "int main () { struct $struct foo; }" >> try.c;
9164 set try;
9165 if eval $compile; then
9166         val="$define";
9167 else
9168         val="$undef";
9169 fi;
9170 set $varname;
9171 eval $setvar;
9172 $rm -f try.c try.o'
9173
9174 : see if this is a sys/param system
9175 set sys/param.h i_sysparam
9176 eval $inhdr
9177
9178 : see if this is a sys/mount.h system
9179 set sys/mount.h i_sysmount
9180 eval $inhdr
9181
9182 : see if sys/types.h has to be included
9183 set sys/types.h i_systypes
9184 eval $inhdr
9185
9186
9187 echo " "
9188 echo "Checking to see if your system supports struct fs_data..." >&4
9189 set d_fs_data_s fs_data $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h
9190 eval $hasstruct
9191 case "$d_fs_data_s" in
9192 "$define")      echo "Yes, it does."   ;;
9193 *)              echo "No, it doesn't." ;;
9194 esac
9195
9196 : see if fseeko exists
9197 set fseeko d_fseeko
9198 eval $inlibc
9199 case "$longsize" in
9200 8) echo "(Your long is 64 bits, so you could use fseek.)" ;;
9201 esac
9202
9203 : see if fsetpos exists
9204 set fsetpos d_fsetpos
9205 eval $inlibc
9206
9207
9208 : see if fstatfs exists
9209 set fstatfs d_fstatfs
9210 eval $inlibc
9211
9212
9213 : see if statvfs exists
9214 set statvfs d_statvfs
9215 eval $inlibc
9216
9217 : see if fstatvfs exists
9218 set fstatvfs d_fstatvfs
9219 eval $inlibc
9220
9221
9222 : see if ftello exists
9223 set ftello d_ftello
9224 eval $inlibc
9225 case "$longsize" in
9226 8) echo "(Your long is 64 bits, so you could use ftell.)" ;;
9227 esac
9228
9229 : see if getcwd exists
9230 set getcwd d_getcwd
9231 eval $inlibc
9232
9233 : see if getespwnam exists
9234 set getespwnam d_getespwnam
9235 eval $inlibc
9236
9237
9238 : see if getfsstat exists
9239 set getfsstat d_getfsstat
9240 eval $inlibc
9241
9242 : see if getgrent exists
9243 set getgrent d_getgrent
9244 eval $inlibc
9245
9246 : see if gethostbyaddr exists
9247 set gethostbyaddr d_gethbyaddr
9248 eval $inlibc
9249
9250 : see if gethostbyname exists
9251 set gethostbyname d_gethbyname
9252 eval $inlibc
9253
9254 : see if gethostent exists
9255 set gethostent d_gethent
9256 eval $inlibc
9257
9258 : see how we will look up host name
9259 echo " "
9260 call=''
9261 if set gethostname val -f d_gethname; eval $csym; $val; then
9262         echo 'gethostname() found.' >&4
9263         d_gethname="$define"
9264         call=gethostname
9265 fi
9266 if set uname val -f d_uname; eval $csym; $val; then
9267         if ./xenix; then
9268                 $cat <<'EOM'
9269 uname() was found, but you're running xenix, and older versions of xenix
9270 have a broken uname(). If you don't really know whether your xenix is old
9271 enough to have a broken system call, use the default answer.
9272
9273 EOM
9274                 dflt=y
9275                 case "$d_uname" in
9276                 "$define") dflt=n;;
9277                 esac
9278                 rp='Is your uname() broken?'
9279                 . ./myread
9280                 case "$ans" in
9281                 n*) d_uname="$define"; call=uname;;
9282                 esac
9283         else
9284                 echo 'uname() found.' >&4
9285                 d_uname="$define"
9286                 case "$call" in
9287                 '') call=uname ;;
9288                 esac
9289         fi
9290 fi
9291 case "$d_gethname" in
9292 '') d_gethname="$undef";;
9293 esac
9294 case "$d_uname" in
9295 '') d_uname="$undef";;
9296 esac
9297 case "$d_uname$d_gethname" in
9298 *define*)
9299         dflt=n
9300         cat <<EOM
9301  
9302 Every now and then someone has a $call() that lies about the hostname
9303 but can't be fixed for political or economic reasons.  If you wish, I can
9304 pretend $call() isn't there and maybe compute hostname at run-time
9305 thanks to the '$phostname' command.
9306
9307 EOM
9308         rp="Shall I ignore $call() from now on?"
9309         . ./myread
9310         case "$ans" in
9311         y*) d_uname="$undef" d_gethname="$undef"; $echo $n "Okay...$c";;
9312         esac;;
9313 esac
9314 case "$phostname" in
9315 '') aphostname='';;
9316 *) case "$aphostname" in
9317         /*) ;;
9318         *) set X $phostname
9319                 shift
9320                 file=$1
9321                 shift
9322                 file=`./loc $file $file $pth`
9323                 aphostname=`echo $file $*`
9324                 ;;
9325         esac
9326         ;;
9327 esac
9328 case "$d_uname$d_gethname" in
9329 *define*) ;;
9330 *)
9331         case "$phostname" in
9332         '')
9333                 echo "There will be no way for $package to get your hostname." >&4;;
9334         *)
9335         echo "I'll use 'popen("'"'$aphostname'", "r")'"' to get your hostname." >&4
9336                 ;;
9337         esac;;
9338 esac
9339 case "$d_phostname" in
9340 '') d_phostname="$undef";;
9341 esac
9342
9343 : see if this is a netdb.h system
9344 set netdb.h i_netdb
9345 eval $inhdr
9346
9347 : see if prototypes for various gethostxxx netdb.h functions are available
9348 echo " "
9349 set d_gethostprotos gethostent $i_netdb netdb.h
9350 eval $hasproto
9351
9352 : see if getlogin exists
9353 set getlogin d_getlogin
9354 eval $inlibc
9355
9356 : see if getmnt exists
9357 set getmnt d_getmnt
9358 eval $inlibc
9359
9360 : see if getmntent exists
9361 set getmntent d_getmntent
9362 eval $inlibc
9363
9364 : see if getnetbyaddr exists
9365 set getnetbyaddr d_getnbyaddr
9366 eval $inlibc
9367
9368 : see if getnetbyname exists
9369 set getnetbyname d_getnbyname
9370 eval $inlibc
9371
9372 : see if getnetent exists
9373 set getnetent d_getnent
9374 eval $inlibc
9375
9376 : see if prototypes for various getnetxxx netdb.h functions are available
9377 echo " "
9378 set d_getnetprotos getnetent $i_netdb netdb.h
9379 eval $hasproto
9380
9381
9382 : see if getprotobyname exists
9383 set getprotobyname d_getpbyname
9384 eval $inlibc
9385
9386 : see if getprotobynumber exists
9387 set getprotobynumber d_getpbynumber
9388 eval $inlibc
9389
9390 : see if getprotoent exists
9391 set getprotoent d_getpent
9392 eval $inlibc
9393
9394 : see if getpgid exists
9395 set getpgid d_getpgid
9396 eval $inlibc
9397
9398 : see if getpgrp2 exists
9399 set getpgrp2 d_getpgrp2
9400 eval $inlibc
9401
9402 : see if getppid exists
9403 set getppid d_getppid
9404 eval $inlibc
9405
9406 : see if getpriority exists
9407 set getpriority d_getprior
9408 eval $inlibc
9409
9410 : see if prototypes for various getprotoxxx netdb.h functions are available
9411 echo " "
9412 set d_getprotoprotos getprotoent $i_netdb netdb.h
9413 eval $hasproto
9414
9415 : see if getprpwnam exists
9416 set getprpwnam d_getprpwnam
9417 eval $inlibc
9418
9419 : see if getpwent exists
9420 set getpwent d_getpwent
9421 eval $inlibc
9422
9423
9424 : see if getservbyname exists
9425 set getservbyname d_getsbyname
9426 eval $inlibc
9427
9428 : see if getservbyport exists
9429 set getservbyport d_getsbyport
9430 eval $inlibc
9431
9432 : see if getservent exists
9433 set getservent d_getsent
9434 eval $inlibc
9435
9436 : see if prototypes for various getservxxx netdb.h functions are available
9437 echo " "
9438 set d_getservprotos getservent $i_netdb netdb.h
9439 eval $hasproto
9440
9441 : see if getspnam exists
9442 set getspnam d_getspnam
9443 eval $inlibc
9444
9445 : see if gettimeofday or ftime exists
9446 set gettimeofday d_gettimeod
9447 eval $inlibc
9448 case "$d_gettimeod" in
9449 "$undef")
9450         set ftime d_ftime 
9451         eval $inlibc
9452         ;;
9453 *)
9454         val="$undef"; set d_ftime; eval $setvar
9455         ;;
9456 esac
9457 case "$d_gettimeod$d_ftime" in
9458 "$undef$undef")
9459         echo " "
9460         echo 'No ftime() nor gettimeofday() -- timing may be less accurate.' >&4
9461         ;;
9462 esac
9463
9464 : see if this is an grp system
9465 set grp.h i_grp
9466 eval $inhdr
9467
9468 case "$i_grp" in
9469 $define)
9470         xxx=`./findhdr grp.h`
9471         $cppstdin $cppflags $cppminus < $xxx >$$.h
9472
9473         if $contains 'gr_passwd' $$.h >/dev/null 2>&1; then
9474                 val="$define"
9475         else
9476                 val="$undef"
9477         fi
9478         set d_grpasswd
9479         eval $setvar
9480
9481         $rm -f $$.h
9482         ;;
9483 *)
9484         val="$undef";
9485         set d_grpasswd; eval $setvar
9486         ;;
9487 esac
9488
9489 : see if hasmntopt exists
9490 set hasmntopt d_hasmntopt
9491 eval $inlibc
9492
9493 : see if this is a netinet/in.h or sys/in.h system
9494 set netinet/in.h i_niin sys/in.h i_sysin
9495 eval $inhdr
9496
9497 : see if arpa/inet.h has to be included
9498 set arpa/inet.h i_arpainet
9499 eval $inhdr
9500
9501 : see if htonl --and friends-- exists
9502 val=''
9503 set htonl val
9504 eval $inlibc
9505
9506 : Maybe they are macros.
9507 case "$val" in
9508 $undef)
9509         $cat >htonl.c <<EOM
9510 #include <stdio.h>
9511 #include <sys/types.h>
9512 #$i_niin I_NETINET_IN
9513 #$i_sysin I_SYS_IN
9514 #$i_arpainet I_ARPA_INET
9515 #ifdef I_NETINET_IN
9516 #include <netinet/in.h>
9517 #endif
9518 #ifdef I_SYS_IN
9519 #include <sys/in.h>
9520 #endif
9521 #ifdef I_ARPA_INET
9522 #include <arpa/inet.h>
9523 #endif
9524 #ifdef htonl
9525 printf("Defined as a macro.");
9526 #endif
9527 EOM
9528         $cppstdin $cppflags $cppminus < htonl.c >htonl.E 2>/dev/null
9529         if $contains 'Defined as a macro' htonl.E >/dev/null 2>&1; then
9530                 val="$define"
9531                 echo "But it seems to be defined as a macro." >&4
9532         fi
9533         $rm -f htonl.?
9534         ;;
9535 esac
9536 set d_htonl
9537 eval $setvar
9538
9539 : see if iconv exists
9540 set iconv d_iconv
9541 eval $inlibc
9542
9543 : index or strchr
9544 echo " "
9545 if set index val -f; eval $csym; $val; then
9546         if set strchr val -f d_strchr; eval $csym; $val; then
9547                 if $contains strchr "$strings" >/dev/null 2>&1 ; then
9548                         val="$define"
9549                         vali="$undef"
9550                         echo "strchr() found." >&4
9551                 else
9552                         val="$undef"
9553                         vali="$define"
9554                         echo "index() found." >&4
9555                 fi
9556         else
9557                 val="$undef"
9558                 vali="$define"
9559                 echo "index() found." >&4
9560         fi
9561 else
9562         if set strchr val -f d_strchr; eval $csym; $val; then
9563                 val="$define"
9564                 vali="$undef"
9565                 echo "strchr() found." >&4
9566         else
9567                 echo "No index() or strchr() found!" >&4
9568                 val="$undef"
9569                 vali="$undef"
9570         fi
9571 fi
9572 set d_strchr; eval $setvar
9573 val="$vali"
9574 set d_index; eval $setvar
9575
9576 : check whether inet_aton exists
9577 set inet_aton d_inetaton
9578 eval $inlibc
9579
9580 : see if inttypes.h is available
9581 : we want a real compile instead of Inhdr because some systems
9582 : have an inttypes.h which includes non-existent headers
9583 echo " "
9584 $cat >try.c <<EOCP
9585 #include <inttypes.h>
9586 int main() {
9587         static int32_t foo32 = 0x12345678;
9588 }
9589 EOCP
9590 set try
9591 if eval $compile; then
9592         echo "<inttypes.h> found." >&4
9593         val="$define"
9594 else
9595         echo "<inttypes.h> NOT found." >&4
9596         val="$undef"
9597 fi
9598 $rm -f try.c try
9599 set i_inttypes
9600 eval $setvar
9601
9602 : check for int64_t
9603 echo " "
9604 echo "Checking to see if you have int64_t..." >&4
9605 $cat >try.c <<EOCP
9606 #include <sys/types.h>
9607 #$i_inttypes I_INTTYPES
9608 #ifdef I_INTTYPES
9609 #include <inttypes.h>
9610 #endif
9611 int main() { int64_t x = 7; }
9612 EOCP
9613 set try
9614 if eval $compile; then
9615         val="$define"
9616         echo "You have int64_t."
9617 else
9618         val="$undef"
9619         echo "You do not have int64_t."
9620 fi
9621 $rm -f try try.*
9622 set d_int64_t
9623 eval $setvar
9624
9625 : Look for isascii
9626 echo " "
9627 $cat >isascii.c <<'EOCP'
9628 #include <stdio.h>
9629 #include <ctype.h>
9630 int main() {
9631         int c = 'A';
9632         if (isascii(c))
9633                 exit(0);
9634         else
9635                 exit(1);
9636 }
9637 EOCP
9638 set isascii
9639 if eval $compile; then
9640         echo "isascii() found." >&4
9641         val="$define"
9642 else
9643         echo "isascii() NOT found." >&4
9644         val="$undef"
9645 fi
9646 set d_isascii
9647 eval $setvar
9648 $rm -f isascii*
9649
9650 : see if isnan exists
9651 set isnan d_isnan
9652 eval $inlibc
9653
9654 : see if isnanl exists
9655 set isnanl d_isnanl
9656 eval $inlibc
9657
9658 : see if killpg exists
9659 set killpg d_killpg
9660 eval $inlibc
9661
9662 : see if lchown exists
9663 echo " "
9664 $cat > try.c <<'EOCP'
9665 /* System header to define __stub macros and hopefully few prototypes,
9666     which can conflict with char lchown(); below.  */
9667 #include <assert.h>
9668 /* Override any gcc2 internal prototype to avoid an error.  */
9669 /* We use char because int might match the return type of a gcc2
9670    builtin and then its argument prototype would still apply.  */
9671 char lchown();
9672 int main() {
9673     /*  The GNU C library defines this for functions which it implements
9674         to always fail with ENOSYS.  Some functions are actually named
9675         something starting with __ and the normal name is an alias.  */
9676 #if defined (__stub_lchown) || defined (__stub___lchown)
9677 choke me
9678 #else
9679 lchown();
9680 #endif
9681 ; return 0; }
9682 EOCP
9683 set try
9684 if eval $compile; then
9685     $echo "lchown() found." >&4
9686     val="$define"
9687 else
9688     $echo "lchown() NOT found." >&4
9689     val="$undef"
9690 fi
9691 set d_lchown
9692 eval $setvar
9693
9694 : See if number of significant digits in a double precision number is known
9695 echo " "
9696 $cat >ldbl_dig.c <<EOM
9697 #$i_limits I_LIMITS
9698 #$i_float I_FLOAT
9699 #ifdef I_LIMITS
9700 #include <limits.h>
9701 #endif
9702 #ifdef I_FLOAT
9703 #include <float.h>
9704 #endif
9705 #ifdef LDBL_DIG
9706 printf("Contains LDBL_DIG");
9707 #endif
9708 EOM
9709 $cppstdin $cppflags $cppminus < ldbl_dig.c >ldbl_dig.E 2>/dev/null
9710 if $contains 'LDBL_DIG' ldbl_dig.E >/dev/null 2>&1; then
9711         echo "LDBL_DIG found." >&4
9712         val="$define"
9713 else
9714         echo "LDBL_DIG NOT found." >&4
9715         val="$undef"
9716 fi
9717 $rm -f ldbl_dig.?
9718 set d_ldbl_dig
9719 eval $setvar
9720
9721 : see if link exists
9722 set link d_link
9723 eval $inlibc
9724
9725 : see if localeconv exists
9726 set localeconv d_locconv
9727 eval $inlibc
9728
9729 : see if lockf exists
9730 set lockf d_lockf
9731 eval $inlibc
9732
9733 : check for long long
9734 echo " "
9735 echo "Checking to see if you have long long..." >&4
9736 echo 'int main() { long long x = 7; return 0; }' > try.c
9737 set try
9738 if eval $compile; then
9739         val="$define"
9740         echo "You have long long."
9741 else
9742         val="$undef"
9743         echo "You do not have long long."
9744 fi
9745 $rm try.*
9746 set d_longlong
9747 eval $setvar
9748
9749 : check for length of long long
9750 case "${d_longlong}${longlongsize}" in
9751 $define)
9752         echo " "
9753         echo "Checking to see how big your long longs are..." >&4
9754         $cat >try.c <<'EOCP'
9755 #include <stdio.h>
9756 int main()
9757 {
9758     printf("%d\n", (int)sizeof(long long));
9759     return(0);
9760 }
9761 EOCP
9762         set try
9763         if eval $compile_ok; then
9764                 longlongsize=`./try$exe_ext`
9765                 echo "Your long longs are $longlongsize bytes long."
9766         else
9767                 dflt='8'
9768                 echo " "
9769                 echo "(I can't seem to compile the test program.  Guessing...)"
9770                 rp="What is the size of a long long (in bytes)?"
9771                 . ./myread
9772                 longlongsize="$ans"
9773         fi
9774         if $test "X$longsize" = "X$longlongsize"; then
9775                 echo "(That isn't any different from an ordinary long.)"
9776         fi      
9777         ;;
9778 esac
9779 $rm -f try.* try
9780
9781 : see if prototype for lseek is available
9782 echo " "
9783 set d_lseekproto lseek $i_systypes sys/types.h $i_unistd unistd.h
9784 eval $hasproto
9785
9786 : see if lstat exists
9787 set lstat d_lstat
9788 eval $inlibc
9789
9790 : see if madvise exists
9791 set madvise d_madvise
9792 eval $inlibc
9793
9794 : see if mblen exists
9795 set mblen d_mblen
9796 eval $inlibc
9797
9798 : see if mbstowcs exists
9799 set mbstowcs d_mbstowcs
9800 eval $inlibc
9801
9802 : see if mbtowc exists
9803 set mbtowc d_mbtowc
9804 eval $inlibc
9805
9806 : see if memchr exists
9807 set memchr d_memchr
9808 eval $inlibc
9809
9810 : see if memcmp exists
9811 set memcmp d_memcmp
9812 eval $inlibc
9813
9814 : see if memcpy exists
9815 set memcpy d_memcpy
9816 eval $inlibc
9817
9818 : see if memmove exists
9819 set memmove d_memmove
9820 eval $inlibc
9821
9822 : see if memset exists
9823 set memset d_memset
9824 eval $inlibc
9825
9826 : see if mkdir exists
9827 set mkdir d_mkdir
9828 eval $inlibc
9829
9830 : see if mkdtemp exists
9831 set mkdtemp d_mkdtemp
9832 eval $inlibc
9833
9834 : see if mkfifo exists
9835 set mkfifo d_mkfifo
9836 eval $inlibc
9837
9838 : see if mkstemp exists
9839 set mkstemp d_mkstemp
9840 eval $inlibc
9841
9842 : see if mkstemps exists
9843 set mkstemps d_mkstemps
9844 eval $inlibc
9845
9846 : see if mktime exists
9847 set mktime d_mktime
9848 eval $inlibc
9849
9850 : see if this is a sys/mman.h system
9851 set sys/mman.h i_sysmman
9852 eval $inhdr
9853
9854 : see if mmap exists
9855 set mmap d_mmap
9856 eval $inlibc
9857 : see what shmat returns
9858 : default to something harmless
9859 mmaptype='void *'
9860 case "$i_sysmman$d_mmap" in
9861 "$define$define")
9862         $cat >mmap.c <<'END'
9863 #include <sys/mman.h>
9864 void *mmap();
9865 END
9866         if $cc $ccflags -c mmap.c >/dev/null 2>&1; then
9867                 mmaptype='void *'
9868         else
9869                 mmaptype='caddr_t'
9870         fi
9871         echo "and it returns ($mmaptype)." >&4
9872         ;;
9873 esac
9874
9875
9876
9877 : see if modfl exists
9878 set modfl d_modfl
9879 eval $inlibc
9880
9881 : see if mprotect exists
9882 set mprotect d_mprotect
9883 eval $inlibc
9884
9885 : see if msgctl exists
9886 set msgctl d_msgctl
9887 eval $inlibc
9888
9889 : see if msgget exists
9890 set msgget d_msgget
9891 eval $inlibc
9892
9893 : see if msgsnd exists
9894 set msgsnd d_msgsnd
9895 eval $inlibc
9896
9897 : see if msgrcv exists
9898 set msgrcv d_msgrcv
9899 eval $inlibc
9900
9901 : see how much of the 'msg*(2)' library is present.
9902 h_msg=true
9903 echo " "
9904 case "$d_msgctl$d_msgget$d_msgsnd$d_msgrcv" in
9905 *"$undef"*) h_msg=false;;
9906 esac
9907 case "$osname" in
9908 freebsd)
9909     case "`ipcs 2>&1`" in
9910     "SVID messages"*"not configured"*)
9911         echo "Your $osname does not have the msg*(2) configured." >&4
9912         h_msg=false
9913         val="$undef"
9914         set msgctl d_msgctl
9915         eval $setvar
9916         set msgget d_msgget
9917         eval $setvar
9918         set msgsnd d_msgsnd
9919         eval $setvar
9920         set msgrcv d_msgrcv
9921         eval $setvar
9922         ;;
9923     esac
9924     ;;
9925 esac
9926 : we could also check for sys/ipc.h ...
9927 if $h_msg && $test `./findhdr sys/msg.h`; then
9928         echo "You have the full msg*(2) library." >&4
9929         val="$define"
9930 else
9931         echo "You don't have the full msg*(2) library." >&4
9932         val="$undef"
9933 fi
9934 set d_msg
9935 eval $setvar
9936
9937 : see if msync exists
9938 set msync d_msync
9939 eval $inlibc
9940
9941 : see if munmap exists
9942 set munmap d_munmap
9943 eval $inlibc
9944
9945 : see if nice exists
9946 set nice d_nice
9947 eval $inlibc
9948
9949
9950 echo " "
9951 echo "Checking which 64-bit integer type we could use..." >&4
9952
9953 case "$intsize" in
9954 8) val=int
9955    set quadtype
9956    eval $setvar
9957    val='"unsigned int"'
9958    set uquadtype
9959    eval $setvar
9960    quadkind=1
9961    ;;
9962 *) case "$longsize" in
9963    8) val=long
9964       set quadtype
9965       eval $setvar
9966       val='"unsigned long"'
9967       set uquadtype
9968       eval $setvar
9969       quadkind=2
9970       ;;
9971    *) case "$d_longlong:$longlongsize" in
9972       define:8)
9973         val='"long long"'
9974         set quadtype
9975         eval $setvar
9976         val='"unsigned long long"'
9977         set uquadtype
9978         eval $setvar
9979         quadkind=3
9980         ;;
9981       *) case "$d_int64_t" in
9982          define)
9983            val=int64_t
9984            set quadtype
9985            eval $setvar
9986            val=uint64_t
9987            set uquadtype
9988            eval $setvar
9989            quadkind=4
9990            ;;
9991          esac
9992          ;;
9993       esac
9994       ;;
9995    esac
9996    ;;
9997 esac
9998
9999 case "$quadtype" in
10000 '')     echo "Alas, no 64-bit integer types in sight." >&4
10001         d_quad="$undef"
10002         ;;
10003 *)      if test X"$use64bitint" = Xdefine -o X"$longsize" = X8; then
10004             verb="will"
10005         else
10006             verb="could"
10007         fi
10008         echo "We $verb use '$quadtype' for 64-bit integers." >&4
10009         d_quad="$define"
10010         ;;
10011 esac
10012
10013 : check for length of character
10014 echo " "
10015 case "$charsize" in
10016 '')
10017         echo "Checking to see how big your characters are (hey, you never know)..." >&4
10018         $cat >try.c <<'EOCP'
10019 #include <stdio.h>
10020 int main()
10021 {
10022     printf("%d\n", (int)sizeof(char));
10023     exit(0);
10024 }
10025 EOCP
10026         set try
10027         if eval $compile_ok; then
10028                 dflt=`./try`
10029         else
10030                 dflt='1'
10031                 echo "(I can't seem to compile the test program.  Guessing...)"
10032         fi
10033         ;;
10034 *)
10035         dflt="$charsize"
10036         ;;
10037 esac
10038 rp="What is the size of a character (in bytes)?"
10039 . ./myread
10040 charsize="$ans"
10041 $rm -f try.c try
10042
10043
10044 echo " "
10045 $echo "Choosing the C types to be used for Perl's internal types..." >&4
10046
10047 case "$use64bitint:$d_quad:$quadtype" in
10048 define:define:?*)
10049         ivtype="$quadtype"
10050         uvtype="$uquadtype"
10051         ivsize=8
10052         uvsize=8
10053         ;;
10054 *)      ivtype="long"
10055         uvtype="unsigned long"
10056         ivsize=$longsize
10057         uvsize=$longsize
10058         ;;
10059 esac
10060
10061 case "$uselongdouble:$d_longdbl" in
10062 define:define)
10063         nvtype="long double"
10064         nvsize=$longdblsize
10065         ;;
10066 *)      nvtype=double
10067         nvsize=$doublesize
10068         ;;
10069 esac
10070
10071 $echo "(IV will be "$ivtype", $ivsize bytes)"
10072 $echo "(UV will be "$uvtype", $uvsize bytes)"
10073 $echo "(NV will be "$nvtype", $nvsize bytes)"
10074
10075 $cat >try.c <<EOCP
10076 #$i_inttypes I_INTTYPES
10077 #ifdef I_INTTYPES
10078 #include <inttypes.h>
10079 #endif
10080 #include <stdio.h>
10081 int main() {
10082 #ifdef INT8
10083    int8_t i =  INT8_MAX;
10084   uint8_t u = UINT8_MAX;
10085   printf("int8_t\n");
10086 #endif
10087 #ifdef INT16
10088    int16_t i =  INT16_MAX;
10089   uint16_t i = UINT16_MAX;
10090   printf("int16_t\n");
10091 #endif
10092 #ifdef INT32
10093    int32_t i =  INT32_MAX;
10094   uint32_t u = UINT32_MAX;
10095   printf("int32_t\n");
10096 #endif
10097 }
10098 EOCP
10099
10100 case "$i8type" in
10101 '')     case "$charsize" in
10102         1)      i8type=char
10103                 u8type="unsigned char"
10104                 i8size=$charsize
10105                 u8size=$charsize
10106                 ;;
10107         esac
10108         ;;
10109 esac
10110 case "$i8type" in
10111 '')     set try -DINT8
10112         if eval $compile; then
10113                 case "`./try$exe_ext`" in
10114                 int8_t) i8type=int8_t
10115                         u8type=uint8_t
10116                         i8size=1
10117                         u8size=1
10118                         ;;
10119                 esac
10120         fi
10121         ;;
10122 esac
10123 case "$i8type" in
10124 '')     if $test $charsize -ge 1; then
10125                 i8type=char
10126                 u8type="unsigned char"
10127                 i8size=$charsize
10128                 u8size=$charsize
10129         fi
10130         ;;
10131 esac
10132
10133 case "$i16type" in
10134 '')     case "$shortsize" in
10135         2)      i16type=short
10136                 u16type="unsigned short"
10137                 i16size=$shortsize
10138                 u16size=$shortsize
10139                 ;;
10140         esac
10141         ;;
10142 esac
10143 case "$i16type" in
10144 '')     set try -DINT16
10145         if eval $compile; then
10146                 case "`./try$exe_ext`" in
10147                 int16_t)
10148                         i16type=int16_t
10149                         u16type=uint16_t
10150                         i16size=2
10151                         u16size=2
10152                         ;;
10153                 esac
10154         fi
10155         ;;
10156 esac
10157 case "$i16type" in
10158 '')     if $test $shortsize -ge 2; then
10159                 i16type=short
10160                 u16type="unsigned short"
10161                 i16size=$shortsize
10162                 u16size=$shortsize
10163         fi
10164         ;;
10165 esac
10166
10167 case "$i32type" in
10168 '')     case "$longsize" in
10169         4)      i32type=long
10170                 u32type="unsigned long"
10171                 i32size=$longsize
10172                 u32size=$longsize
10173                 ;;
10174         *)      case "$intsize" in
10175                 4)      i32type=int
10176                         u32type="unsigned int"
10177                         i32size=$intsize
10178                         u32size=$intsize
10179                         ;;
10180                 esac
10181                 ;;
10182         esac
10183         ;;
10184 esac
10185 case "$i32type" in
10186 '')     set try -DINT32
10187         if eval $compile; then
10188                 case "`./try$exe_ext`" in
10189                 int32_t)
10190                         i32type=int32_t
10191                         u32type=uint32_t
10192                         i32size=4
10193                         u32size=4
10194                         ;;
10195                 esac
10196         fi
10197         ;;
10198 esac
10199 case "$i32type" in
10200 '')     if $test $intsize -ge 4; then
10201                 i32type=int
10202                 u32type="unsigned int"
10203                 i32size=$intsize
10204                 u32size=$intsize
10205         fi
10206         ;;
10207 esac
10208
10209 case "$i64type" in
10210 '')     case "$d_quad:$quadtype" in
10211         define:?*)
10212                 i64type="$quadtype"
10213                 u64type="$uquadtype"
10214                 i64size=8
10215                 u64size=8
10216                 ;;
10217         esac
10218         ;;
10219 esac
10220
10221 $echo "Checking whether your NVs can preserve your UVs..." >&4
10222 $cat <<EOP >try.c
10223 #include <stdio.h>
10224 int main() {
10225     $uvtype k = ($uvtype)~0, l;
10226     $nvtype d;
10227     l = k;
10228     d = ($nvtype)l;
10229     l = ($uvtype)d;
10230     if (l == k)
10231        printf("preserve\n");
10232     exit(0);
10233 }
10234 EOP
10235 set try
10236 if eval $compile; then
10237         case "`./try$exe_ext`" in
10238         preserve) d_nv_preserves_uv="$define" ;;
10239         esac
10240 fi      
10241 case "$d_nv_preserves_uv" in
10242 $define) $echo "Yes, they can."  2>&1 ;;
10243 *)       $echo "No, they can't." 2>&1
10244          d_nv_preserves_uv="$undef"
10245          ;;
10246 esac
10247
10248 $rm -f try.* try
10249
10250 case "$d_nv_preserves_uv" in
10251 "$define") d_nv_preserves_uv_bits=`expr $uvsize \* 8` ;;
10252 *)      $echo "Checking how many bits of your UVs your NVs can preserve..." >&4
10253         $cat <<EOP >try.c
10254 #include <stdio.h>
10255 int main() {
10256     $uvtype u = 0;
10257     int     n = 8 * $uvsize;
10258     int     i;
10259     for (i = 0; i < n; i++) {
10260       u = u << 1 | ($uvtype)1;
10261       if (($uvtype)($nvtype)u != u)
10262         break;
10263     }
10264     printf("%d\n", i);
10265     exit(0);
10266 }
10267 EOP
10268         set try
10269         if eval $compile; then
10270                 d_nv_preserves_uv_bits="`./try$exe_ext`"
10271         fi
10272         case "$d_nv_preserves_uv_bits" in
10273         [1-9]*) $echo "Your NVs can preserve $d_nv_preserves_uv_bits bits of your UVs."  2>&1 ;;
10274         *)      $echo "Can't figure out how many bits your NVs preserve." 2>&1
10275                 d_nv_preserves_uv_bits="$undef"
10276                 ;;
10277         esac
10278         $rm -f try.* try
10279         ;;
10280 esac
10281
10282
10283 : check for off64_t
10284 echo " "
10285 echo "Checking to see if you have off64_t..." >&4
10286 $cat >try.c <<EOCP
10287 #include <sys/types.h>
10288 #include <unistd.h>
10289 int main() { off64_t x = 7; }
10290 EOCP
10291 set try
10292 if eval $compile; then
10293         val="$define"
10294         echo "You have off64_t."
10295 else
10296         val="$undef"
10297         echo "You do not have off64_t."
10298         case "$lseeksize" in
10299         8) echo "(Your off_t is 64 bits, so you could use that.)" ;;
10300         esac
10301 fi
10302 $rm -f try.* try
10303 set d_off64_t
10304 eval $setvar
10305
10306 : see if POSIX threads are available
10307 set pthread.h i_pthread
10308 eval $inhdr
10309
10310
10311
10312
10313 : how to create joinable pthreads
10314 if test "X$usethreads" = "X$define" -a "X$i_pthread" = "X$define"; then
10315         echo " "
10316         echo "Checking what constant to use for creating joinable pthreads..." >&4 
10317         $cat >try.c <<'EOCP'
10318 #include <pthread.h>
10319 int main() {
10320     int detachstate = JOINABLE;
10321 }
10322 EOCP
10323         set try -DJOINABLE=PTHREAD_CREATE_JOINABLE
10324         if eval $compile; then
10325                 echo "You seem to use PTHREAD_CREATE_JOINABLE." >&4
10326                 val="$undef" # Yes, undef.
10327                 set d_old_pthread_create_joinable
10328                 eval $setvar
10329                 val=""
10330                 set old_pthread_create_joinable
10331                 eval $setvar
10332         else
10333                 set try -DJOINABLE=PTHREAD_CREATE_UNDETACHED
10334                 if eval $compile; then
10335                         echo "You seem to use PTHREAD_CREATE_UNDETACHED." >&4
10336                         val="$define"
10337                         set d_old_pthread_create_joinable
10338                         eval $setvar
10339                         val=PTHREAD_CREATE_UNDETACHED
10340                         set old_pthread_create_joinable
10341                         eval $setvar
10342                 else            
10343                         set try -DJOINABLE=__UNDETACHED
10344                         if eval $compile; then
10345                                 echo "You seem to use __UNDETACHED." >&4
10346                                 val="$define"
10347                                 set d_old_pthread_create_joinable
10348                                 eval $setvar
10349                                 val=__UNDETACHED
10350                                 set old_pthread_create_joinable
10351                                 eval $setvar
10352                         else
10353                                 echo "Egads, nothing obvious found.  Guessing that you use 0." >&4
10354                                 val="$define"
10355                                 set d_old_pthread_create_joinable
10356                                 eval $setvar
10357                                 val=0
10358                                 set old_pthread_create_joinable
10359                                 eval $setvar
10360                         fi
10361                 fi
10362         fi
10363         $rm -f try try.*
10364 else
10365     d_old_pthread_create_joinable="$undef"
10366     old_pthread_create_joinable=""
10367 fi
10368
10369 : see if pause exists
10370 set pause d_pause
10371 eval $inlibc
10372
10373 : see if pipe exists
10374 set pipe d_pipe
10375 eval $inlibc
10376
10377 : see if poll exists
10378 set poll d_poll
10379 eval $inlibc
10380
10381
10382 : see whether the various POSIXish _yields exist
10383 $cat >try.c <<EOP
10384 #include <pthread.h>
10385 #include <stdio.h>
10386 int main() {
10387 #ifdef SCHED_YIELD
10388         sched_yield();
10389 #else
10390 #ifdef PTHREAD_YIELD
10391         pthread_yield();
10392 #else
10393 #ifdef PTHREAD_YIELD_NULL
10394         pthread_yield(NULL);
10395 #endif
10396 #endif
10397 #endif
10398 }
10399 EOP
10400 : see if sched_yield exists
10401 set try -DSCHED_YIELD
10402 if eval $compile; then
10403     val="$define"
10404     sched_yield='sched_yield()'
10405 else
10406     val="$undef"
10407 fi
10408 case "$usethreads" in
10409 $define)
10410         case "$val" in
10411         $define) echo 'sched_yield() found.' >&4        ;;
10412         *)       echo 'sched_yield() NOT found.' >&4    ;;
10413         esac
10414 esac
10415 set d_sched_yield
10416 eval $setvar
10417
10418 : see if pthread_yield exists
10419 set try -DPTHREAD_YIELD
10420 if eval $compile; then
10421     val="$define"
10422     case "$sched_yield" in
10423     '') sched_yield='pthread_yield()' ;;
10424     esac
10425 else
10426     set try -DPTHREAD_YIELD_NULL
10427     if eval $compile; then
10428         val="$define"
10429         case "$sched_yield" in
10430         '') sched_yield='pthread_yield(NULL)' ;;
10431         esac
10432     else
10433         val="$undef"
10434     fi
10435 fi
10436 case "$usethreads" in
10437 $define)
10438         case "$val" in
10439         $define) echo 'pthread_yield() found.' >&4      ;;
10440         *)       echo 'pthread_yield() NOT found.' >&4  ;;
10441         esac
10442         ;;
10443 esac
10444 set d_pthread_yield
10445 eval $setvar
10446
10447 case "$sched_yield" in
10448 '') sched_yield=undef ;;
10449 esac
10450
10451 $rm -f try try.*
10452
10453 : see if this is a pwd.h system
10454 set pwd.h i_pwd
10455 eval $inhdr
10456
10457 case "$i_pwd" in
10458 $define)
10459         xxx=`./findhdr pwd.h`
10460         $cppstdin $cppflags $cppminus < $xxx >$$.h
10461
10462         if $contains 'pw_quota' $$.h >/dev/null 2>&1; then
10463                 val="$define"
10464         else
10465                 val="$undef"
10466         fi
10467         set d_pwquota
10468         eval $setvar
10469
10470         if $contains 'pw_age' $$.h >/dev/null 2>&1; then
10471                 val="$define"
10472         else
10473                 val="$undef"
10474         fi
10475         set d_pwage
10476         eval $setvar
10477
10478         if $contains 'pw_change' $$.h >/dev/null 2>&1; then
10479                 val="$define"
10480         else
10481                 val="$undef"
10482         fi
10483         set d_pwchange
10484         eval $setvar
10485
10486         if $contains 'pw_class' $$.h >/dev/null 2>&1; then
10487                 val="$define"
10488         else
10489                 val="$undef"
10490         fi
10491         set d_pwclass
10492         eval $setvar
10493
10494         if $contains 'pw_expire' $$.h >/dev/null 2>&1; then
10495                 val="$define"
10496         else
10497                 val="$undef"
10498         fi
10499         set d_pwexpire
10500         eval $setvar
10501
10502         if $contains 'pw_comment' $$.h >/dev/null 2>&1; then
10503                 val="$define"
10504         else
10505                 val="$undef"
10506         fi
10507         set d_pwcomment
10508         eval $setvar
10509
10510         if $contains 'pw_gecos' $$.h >/dev/null 2>&1; then
10511                 val="$define"
10512         else
10513                 val="$undef"
10514         fi
10515         set d_pwgecos
10516         eval $setvar
10517
10518         if $contains 'pw_passwd' $$.h >/dev/null 2>&1; then
10519                 val="$define"
10520         else
10521                 val="$undef"
10522         fi
10523         set d_pwpasswd
10524         eval $setvar
10525
10526         $rm -f $$.h
10527         ;;
10528 *)
10529         val="$undef"; 
10530         set d_pwquota; eval $setvar
10531         set d_pwage; eval $setvar
10532         set d_pwchange; eval $setvar
10533         set d_pwclass; eval $setvar
10534         set d_pwexpire; eval $setvar
10535         set d_pwcomment; eval $setvar
10536         set d_pwgecos; eval $setvar
10537         set d_pwpasswd; eval $setvar
10538         ;;
10539 esac
10540
10541 : see if readdir and friends exist
10542 set readdir d_readdir
10543 eval $inlibc
10544 set seekdir d_seekdir
10545 eval $inlibc
10546 set telldir d_telldir
10547 eval $inlibc
10548 set rewinddir d_rewinddir
10549 eval $inlibc
10550
10551 : see if readlink exists
10552 set readlink d_readlink
10553 eval $inlibc
10554
10555 : see if rename exists
10556 set rename d_rename
10557 eval $inlibc
10558
10559 : see if rmdir exists
10560 set rmdir d_rmdir
10561 eval $inlibc
10562
10563 : see if memory.h is available.
10564 val=''
10565 set memory.h val
10566 eval $inhdr
10567
10568 : See if it conflicts with string.h
10569 case "$val" in
10570 $define)
10571         case "$strings" in
10572         '') ;;
10573         *)
10574                 $cppstdin $cppflags $cppminus < $strings > mem.h
10575                 if $contains 'memcpy' mem.h >/dev/null 2>&1; then
10576                         echo " "
10577                         echo "We won't be including <memory.h>."
10578                         val="$undef"
10579                 fi
10580                 $rm -f mem.h
10581                 ;;
10582         esac
10583 esac
10584 set i_memory
10585 eval $setvar
10586
10587 : can bcopy handle overlapping blocks?
10588 val="$undef"
10589 case "$d_bcopy" in
10590 "$define")
10591         echo " "
10592         echo "Checking to see if your bcopy() can do overlapping copies..." >&4
10593         $cat >try.c <<EOCP
10594 #$i_memory I_MEMORY
10595 #$i_stdlib I_STDLIB
10596 #$i_string I_STRING
10597 #$i_unistd I_UNISTD
10598 EOCP
10599         $cat >>try.c <<'EOCP'
10600 #include <stdio.h>
10601 #ifdef I_MEMORY
10602 #  include <memory.h>
10603 #endif
10604 #ifdef I_STDLIB
10605 #  include <stdlib.h>
10606 #endif
10607 #ifdef I_STRING
10608 #  include <string.h>
10609 #else
10610 #  include <strings.h>
10611 #endif
10612 #ifdef I_UNISTD
10613 #  include <unistd.h>  /* Needed for NetBSD */
10614 #endif
10615 int main()
10616 {
10617 char buf[128], abc[128];
10618 char *b;
10619 int len;
10620 int off;
10621 int align;
10622
10623 bcopy("abcdefghijklmnopqrstuvwxyz0123456789", abc, 36);
10624
10625 for (align = 7; align >= 0; align--) {
10626         for (len = 36; len; len--) {
10627                 b = buf+align;
10628                 bcopy(abc, b, len);
10629                 for (off = 1; off <= len; off++) {
10630                         bcopy(b, b+off, len);
10631                         bcopy(b+off, b, len);
10632                         if (bcmp(b, abc, len))
10633                                 exit(1);
10634                 }
10635         }
10636 }
10637 exit(0);
10638 }
10639 EOCP
10640         set try
10641         if eval $compile_ok; then
10642                 if ./try 2>/dev/null; then
10643                         echo "Yes, it can."
10644                         val="$define"
10645                 else
10646                         echo "It can't, sorry."
10647                         case "$d_memmove" in
10648                         "$define") echo "But that's Ok since you have memmove()." ;;
10649                         esac
10650                 fi
10651         else
10652                 echo "(I can't compile the test program, so we'll assume not...)"
10653                 case "$d_memmove" in
10654                 "$define") echo "But that's Ok since you have memmove()." ;;
10655                 esac
10656         fi
10657         ;;
10658 esac
10659 $rm -f try.* try core
10660 set d_safebcpy
10661 eval $setvar
10662
10663 : can memcpy handle overlapping blocks?
10664 val="$undef"
10665 case "$d_memcpy" in
10666 "$define")
10667         echo " "
10668         echo "Checking to see if your memcpy() can do overlapping copies..." >&4
10669         $cat >try.c <<EOCP
10670 #$i_memory I_MEMORY
10671 #$i_stdlib I_STDLIB
10672 #$i_string I_STRING
10673 #$i_unistd I_UNISTD
10674 EOCP
10675         $cat >>try.c <<'EOCP'
10676 #include <stdio.h>
10677 #ifdef I_MEMORY
10678 #  include <memory.h>
10679 #endif
10680 #ifdef I_STDLIB
10681 #  include <stdlib.h>
10682 #endif
10683 #ifdef I_STRING
10684 #  include <string.h>
10685 #else
10686 #  include <strings.h>
10687 #endif
10688 #ifdef I_UNISTD
10689 #  include <unistd.h>  /* Needed for NetBSD */
10690 #endif
10691 int main()
10692 {
10693 char buf[128], abc[128];
10694 char *b;
10695 int len;
10696 int off;
10697 int align;
10698
10699 /* Copy "abcde..." string to char abc[] so that gcc doesn't
10700    try to store the string in read-only memory. */
10701 memcpy(abc, "abcdefghijklmnopqrstuvwxyz0123456789", 36);
10702
10703 for (align = 7; align >= 0; align--) {
10704         for (len = 36; len; len--) {
10705                 b = buf+align;
10706                 memcpy(b, abc, len);
10707                 for (off = 1; off <= len; off++) {
10708                         memcpy(b+off, b, len);
10709                         memcpy(b, b+off, len);
10710                         if (memcmp(b, abc, len))
10711                                 exit(1);
10712                 }
10713         }
10714 }
10715 exit(0);
10716 }
10717 EOCP
10718         set try
10719         if eval $compile_ok; then
10720                 if ./try 2>/dev/null; then
10721                         echo "Yes, it can."
10722                         val="$define"
10723                 else
10724                         echo "It can't, sorry."
10725                         case "$d_memmove" in
10726                         "$define") echo "But that's Ok since you have memmove()." ;;
10727                         esac
10728                 fi
10729         else
10730                 echo "(I can't compile the test program, so we'll assume not...)"
10731                 case "$d_memmove" in
10732                 "$define") echo "But that's Ok since you have memmove()." ;;
10733                 esac
10734         fi
10735         ;;
10736 esac
10737 $rm -f try.* try core
10738 set d_safemcpy
10739 eval $setvar
10740
10741 : can memcmp be trusted to compare relative magnitude?
10742 val="$undef"
10743 case "$d_memcmp" in
10744 "$define")
10745         echo " "
10746         echo "Checking if your memcmp() can compare relative magnitude..." >&4
10747         $cat >try.c <<EOCP
10748 #$i_memory I_MEMORY
10749 #$i_stdlib I_STDLIB
10750 #$i_string I_STRING
10751 #$i_unistd I_UNISTD
10752 EOCP
10753         $cat >>try.c <<'EOCP'
10754 #include <stdio.h>
10755 #ifdef I_MEMORY
10756 #  include <memory.h>
10757 #endif
10758 #ifdef I_STDLIB
10759 #  include <stdlib.h>
10760 #endif
10761 #ifdef I_STRING
10762 #  include <string.h>
10763 #else
10764 #  include <strings.h>
10765 #endif
10766 #ifdef I_UNISTD
10767 #  include <unistd.h>  /* Needed for NetBSD */
10768 #endif
10769 int main()
10770 {
10771 char a = -1;
10772 char b = 0;
10773 if ((a < b) && memcmp(&a, &b, 1) < 0)
10774         exit(1);
10775 exit(0);
10776 }
10777 EOCP
10778         set try
10779         if eval $compile_ok; then
10780                 if ./try 2>/dev/null; then
10781                         echo "Yes, it can."
10782                         val="$define"
10783                 else
10784                         echo "No, it can't (it uses signed chars)."
10785                 fi
10786         else
10787                 echo "(I can't compile the test program, so we'll assume not...)"
10788         fi
10789         ;;
10790 esac
10791 $rm -f try.* try core
10792 set d_sanemcmp
10793 eval $setvar
10794
10795 : see if select exists
10796 set select d_select
10797 eval $inlibc
10798
10799 : see if semctl exists
10800 set semctl d_semctl
10801 eval $inlibc
10802
10803 : see if semget exists
10804 set semget d_semget
10805 eval $inlibc
10806
10807 : see if semop exists
10808 set semop d_semop
10809 eval $inlibc
10810
10811 : see how much of the 'sem*(2)' library is present.
10812 h_sem=true
10813 echo " "
10814 case "$d_semctl$d_semget$d_semop" in
10815 *"$undef"*) h_sem=false;;
10816 esac
10817 case "$osname" in
10818 freebsd)
10819     case "`ipcs 2>&1`" in
10820     "SVID messages"*"not configured"*)
10821         echo "Your $osname does not have the sem*(2) configured." >&4
10822         h_sem=false
10823         val="$undef"
10824         set semctl d_semctl
10825         eval $setvar
10826         set semget d_semget
10827         eval $setvar
10828         set semop d_semop
10829         eval $setvar
10830         ;;
10831     esac
10832     ;;
10833 esac
10834 : we could also check for sys/ipc.h ...
10835 if $h_sem && $test `./findhdr sys/sem.h`; then
10836         echo "You have the full sem*(2) library." >&4
10837         val="$define"
10838 else
10839         echo "You don't have the full sem*(2) library." >&4
10840         val="$undef"
10841 fi
10842 set d_sem
10843 eval $setvar
10844
10845 : see whether sys/sem.h defines union semun
10846 echo " "
10847 $cat > try.c <<'END'
10848 #include <sys/types.h>
10849 #include <sys/ipc.h>
10850 #include <sys/sem.h>
10851 int main () { union semun semun; semun.buf = 0; }
10852 END
10853 set try
10854 if eval $compile; then
10855     echo "You have union semun in <sys/sem.h>." >&4
10856     val="$define"
10857 else
10858     echo "You do not have union semun in <sys/sem.h>." >&4
10859     val="$undef"
10860 fi
10861 $rm -f try try.c try.h
10862 set d_union_semun
10863 eval $setvar
10864
10865 : see how to do semctl IPC_STAT
10866 case "$d_sem" in
10867 $define)
10868     : see whether semctl IPC_STAT can use union semun
10869     echo " "
10870     $cat > try.h <<END
10871 #ifndef S_IRUSR
10872 #   ifdef S_IREAD
10873 #       define S_IRUSR S_IREAD
10874 #       define S_IWUSR S_IWRITE
10875 #       define S_IXUSR S_IEXEC
10876 #   else
10877 #       define S_IRUSR 0400
10878 #       define S_IWUSR 0200
10879 #       define S_IXUSR 0100
10880 #   endif
10881 #   define S_IRGRP (S_IRUSR>>3)
10882 #   define S_IWGRP (S_IWUSR>>3)
10883 #   define S_IXGRP (S_IXUSR>>3)
10884 #   define S_IROTH (S_IRUSR>>6)
10885 #   define S_IWOTH (S_IWUSR>>6)
10886 #   define S_IXOTH (S_IXUSR>>6)
10887 #endif
10888 #ifndef S_IRWXU
10889 #   define S_IRWXU (S_IRUSR|S_IWUSR|S_IXUSR)
10890 #   define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)
10891 #   define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
10892 #endif
10893 END
10894
10895     $cat > try.c <<END
10896 #include <sys/types.h>
10897 #include <sys/ipc.h>
10898 #include <sys/sem.h>
10899 #include <sys/stat.h>
10900 #include <stdio.h>
10901 #include <errno.h>
10902 #include "try.h"
10903 #ifndef errno
10904 extern int errno;
10905 #endif
10906 #$d_union_semun HAS_UNION_SEMUN
10907 int main() {
10908     union semun
10909 #ifndef HAS_UNION_SEMUN
10910     {
10911         int val;
10912         struct semid_ds *buf;
10913         unsigned short *array;
10914     }
10915 #endif
10916     arg;
10917     int sem, st;
10918
10919 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) && defined(S_IRWXO) && defined(IPC_CREAT)
10920     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
10921     if (sem > -1) {
10922         struct semid_ds argbuf;
10923         arg.buf = &argbuf;
10924 #       ifdef IPC_STAT
10925         st = semctl(sem, 0, IPC_STAT, arg);
10926         if (st == 0)
10927             printf("semun\n");
10928         else
10929 #       endif /* IPC_STAT */
10930             printf("semctl IPC_STAT failed: errno = %d\n", errno);
10931 #       ifdef IPC_RMID
10932         if (semctl(sem, 0, IPC_RMID, arg) != 0)
10933 #       endif /* IPC_RMID */
10934             printf("semctl IPC_RMID failed: errno = %d\n", errno);
10935     } else
10936 #endif /* IPC_PRIVATE && ... */
10937         printf("semget failed: errno = %d\n", errno);
10938   return 0;
10939 }
10940 END
10941     val="$undef"
10942     set try
10943     if eval $compile; then
10944         xxx=`./try`
10945         case "$xxx" in
10946         semun) val="$define" ;;
10947         esac
10948     fi
10949     $rm -f try try.c
10950     set d_semctl_semun
10951     eval $setvar
10952     case "$d_semctl_semun" in
10953     $define)
10954         echo "You can use union semun for semctl IPC_STAT." >&4
10955         also='also'
10956         ;;
10957     *)  echo "You cannot use union semun for semctl IPC_STAT." >&4
10958         also=''
10959         ;;
10960     esac
10961
10962     : see whether semctl IPC_STAT can use struct semid_ds pointer
10963     $cat > try.c <<'END'
10964 #include <sys/types.h>
10965 #include <sys/ipc.h>
10966 #include <sys/sem.h>
10967 #include <sys/stat.h>
10968 #include "try.h"
10969 #include <stdio.h>
10970 #include <errno.h>
10971 #ifndef errno
10972 extern int errno;
10973 #endif
10974 int main() {
10975     struct semid_ds arg;
10976     int sem, st;
10977
10978 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) &&  defined(S_IRWXO) && defined(IPC_CREAT)
10979     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
10980     if (sem > -1) {
10981 #       ifdef IPC_STAT
10982         st = semctl(sem, 0, IPC_STAT, &arg);
10983         if (st == 0)
10984             printf("semid_ds\n");
10985         else
10986 #       endif /* IPC_STAT */
10987             printf("semctl IPC_STAT failed: errno = %d\n", errno);
10988 #       ifdef IPC_RMID
10989         if (semctl(sem, 0, IPC_RMID, &arg) != 0)
10990 #       endif /* IPC_RMID */
10991             printf("semctl IPC_RMID failed: errno = %d\n", errno);
10992     } else
10993 #endif /* IPC_PRIVATE && ... */
10994         printf("semget failed: errno = %d\n", errno);
10995
10996     return 0;
10997 }
10998 END
10999     val="$undef"
11000     set try
11001     if eval $compile; then
11002         xxx=`./try`
11003         case "$xxx" in
11004         semid_ds) val="$define" ;;
11005         esac
11006     fi
11007     $rm -f try try.c
11008     set d_semctl_semid_ds
11009     eval $setvar
11010     case "$d_semctl_semid_ds" in
11011     $define)
11012         echo "You can $also use struct semid_ds* for semctl IPC_STAT." >&4
11013         ;;
11014     *)  echo "You cannot use struct semid_ds* for semctl IPC_STAT." >&4
11015         ;;
11016     esac
11017     $rm -f try.h
11018     ;;
11019 *)  val="$undef"
11020
11021     # We do not have the full sem*(2) library, so assume we can not
11022     # use either.
11023
11024     set d_semctl_semun
11025     eval $setvar
11026
11027     set d_semctl_semid_ds
11028     eval $setvar
11029     ;;
11030 esac
11031
11032 : see if setegid exists
11033 set setegid d_setegid
11034 eval $inlibc
11035
11036 : see if seteuid exists
11037 set seteuid d_seteuid
11038 eval $inlibc
11039
11040 : see if setgrent exists
11041 set setgrent d_setgrent
11042 eval $inlibc
11043
11044 : see if sethostent exists
11045 set sethostent d_sethent
11046 eval $inlibc
11047
11048 : see if setlinebuf exists
11049 set setlinebuf d_setlinebuf
11050 eval $inlibc
11051
11052 : see if setlocale exists
11053 set setlocale d_setlocale
11054 eval $inlibc
11055
11056 : see if setnetent exists
11057 set setnetent d_setnent
11058 eval $inlibc
11059
11060 : see if setprotoent exists
11061 set setprotoent d_setpent
11062 eval $inlibc
11063
11064 : see if setpgid exists
11065 set setpgid d_setpgid
11066 eval $inlibc
11067
11068 : see if setpgrp2 exists
11069 set setpgrp2 d_setpgrp2
11070 eval $inlibc
11071
11072 : see if setpriority exists
11073 set setpriority d_setprior
11074 eval $inlibc
11075
11076 : see if setproctitle exists
11077 set setproctitle d_setproctitle
11078 eval $inlibc
11079
11080 : see if setpwent exists
11081 set setpwent d_setpwent
11082 eval $inlibc
11083
11084 : see if setregid exists
11085 set setregid d_setregid
11086 eval $inlibc
11087 set setresgid d_setresgid
11088 eval $inlibc
11089
11090 : see if setreuid exists
11091 set setreuid d_setreuid
11092 eval $inlibc
11093 set setresuid d_setresuid
11094 eval $inlibc
11095
11096 : see if setrgid exists
11097 set setrgid d_setrgid
11098 eval $inlibc
11099
11100 : see if setruid exists
11101 set setruid d_setruid
11102 eval $inlibc
11103
11104 : see if setservent exists
11105 set setservent d_setsent
11106 eval $inlibc
11107
11108 : see if setsid exists
11109 set setsid d_setsid
11110 eval $inlibc
11111
11112 : see if setvbuf exists
11113 set setvbuf d_setvbuf
11114 eval $inlibc
11115
11116 : see if sfio.h is available
11117 set sfio.h i_sfio
11118 eval $inhdr
11119
11120
11121 : see if sfio library is available
11122 case "$i_sfio" in
11123 $define)
11124         val=''
11125         set sfreserve val
11126         eval $inlibc
11127         ;;
11128 *)
11129         val="$undef"
11130         ;;
11131 esac
11132 : Ok, but do we want to use it.
11133 case "$val" in
11134 $define)
11135         case "$usesfio" in
11136         true|$define|[yY]*) dflt='y';;
11137         *) dflt='n';;
11138         esac
11139         echo "$package can use the sfio library, but it is experimental."
11140         case "$useperlio" in
11141         "$undef")
11142             echo "For sfio also the PerlIO abstraction layer is needed."
11143             echo "Earlier you said you wouldn't want that."
11144             ;;
11145         esac
11146         rp="You seem to have sfio available, do you want to try using it?"
11147         . ./myread
11148         case "$ans" in
11149         y|Y)    echo "Ok, turning on both sfio and PerlIO, then."
11150                 useperlio="$define"
11151                 val="$define"
11152                 ;;
11153         *)      echo "Ok, avoiding sfio this time.  I'll use stdio instead."
11154                 val="$undef"
11155                 : Remove sfio from list of libraries to use
11156                 set `echo X $libs | $sed -e 's/-lsfio / /' -e 's/-lsfio$//'`
11157                 shift
11158                 libs="$*"
11159                 echo "libs = $libs" >&4
11160                 ;;
11161         esac
11162         ;;
11163 *)      case "$usesfio" in
11164         true|$define|[yY]*)
11165                 echo "Sorry, cannot find sfio on this machine." >&4
11166                 echo "Ignoring your setting of usesfio=$usesfio." >&4
11167                 val="$undef"
11168                 ;;
11169         esac
11170         ;;
11171 esac
11172 set d_sfio
11173 eval $setvar
11174 case "$d_sfio" in
11175 $define) usesfio='true';;
11176 *) usesfio='false';;
11177 esac
11178
11179 : see if shmctl exists
11180 set shmctl d_shmctl
11181 eval $inlibc
11182
11183 : see if shmget exists
11184 set shmget d_shmget
11185 eval $inlibc
11186
11187 : see if shmat exists
11188 set shmat d_shmat
11189 eval $inlibc
11190 : see what shmat returns
11191 case "$d_shmat" in
11192 "$define")
11193         $cat >shmat.c <<'END'
11194 #include <sys/shm.h>
11195 void *shmat();
11196 END
11197         if $cc $ccflags -c shmat.c >/dev/null 2>&1; then
11198                 shmattype='void *'
11199         else
11200                 shmattype='char *'
11201         fi
11202         echo "and it returns ($shmattype)." >&4
11203         : see if a prototype for shmat is available
11204         xxx=`./findhdr sys/shm.h`
11205         $cppstdin $cppflags $cppminus < $xxx > shmat.c 2>/dev/null
11206         if $contains 'shmat.*(' shmat.c >/dev/null 2>&1; then
11207                 val="$define"
11208         else
11209                 val="$undef"
11210         fi
11211         $rm -f shmat.[co]
11212         ;;
11213 *)
11214         val="$undef"
11215         ;;
11216 esac
11217 set d_shmatprototype
11218 eval $setvar
11219
11220 : see if shmdt exists
11221 set shmdt d_shmdt
11222 eval $inlibc
11223
11224 : see how much of the 'shm*(2)' library is present.
11225 h_shm=true
11226 echo " "
11227 case "$d_shmctl$d_shmget$d_shmat$d_shmdt" in
11228 *"$undef"*) h_shm=false;;
11229 esac
11230 case "$osname" in
11231 freebsd)
11232     case "`ipcs 2>&1`" in
11233     "SVID shared memory"*"not configured"*)
11234         echo "Your $osname does not have the shm*(2) configured." >&4
11235         h_shm=false
11236         val="$undef"
11237         set shmctl d_shmctl
11238         evat $setvar
11239         set shmget d_shmget
11240         evat $setvar
11241         set shmat d_shmat
11242         evat $setvar
11243         set shmdt d_shmdt
11244         evat $setvar
11245         ;;
11246     esac
11247     ;;
11248 esac
11249 : we could also check for sys/ipc.h ...
11250 if $h_shm && $test `./findhdr sys/shm.h`; then
11251         echo "You have the full shm*(2) library." >&4
11252         val="$define"
11253 else
11254         echo "You don't have the full shm*(2) library." >&4
11255         val="$undef"
11256 fi
11257 set d_shm
11258 eval $setvar
11259
11260 echo " "
11261 : see if we have sigaction
11262 if set sigaction val -f d_sigaction; eval $csym; $val; then
11263         echo 'sigaction() found.' >&4
11264         $cat > try.c <<'EOP'
11265 #include <stdio.h>
11266 #include <sys/types.h>
11267 #include <signal.h>
11268 int main()
11269 {
11270     struct sigaction act, oact;
11271     act.sa_flags = 0;
11272     oact.sa_handler = 0;
11273     /* so that act and oact are used */
11274     exit(act.sa_flags == 0 &&  oact.sa_handler == 0);
11275 }
11276 EOP
11277         set try
11278         if eval $compile_ok; then
11279                 val="$define"
11280         else
11281                 echo "But you don't seem to have a useable struct sigaction." >&4
11282                 val="$undef"
11283         fi
11284 else
11285         echo 'sigaction NOT found.' >&4
11286         val="$undef"
11287 fi
11288 set d_sigaction; eval $setvar
11289 $rm -f try try$_o try.c
11290
11291 : see if sigsetjmp exists
11292 echo " "
11293 case "$d_sigsetjmp" in
11294 '')
11295         $cat >try.c <<'EOP'
11296 #include <setjmp.h>
11297 sigjmp_buf env;
11298 int set = 1;
11299 int main()
11300 {
11301         if (sigsetjmp(env,1))
11302                 exit(set);
11303         set = 0;
11304         siglongjmp(env, 1);
11305         exit(1);
11306 }
11307 EOP
11308         set try
11309         if eval $compile; then
11310                 if ./try >/dev/null 2>&1; then
11311                         echo "POSIX sigsetjmp found." >&4
11312                         val="$define"
11313                 else
11314                         $cat >&4 <<EOM
11315 Uh-Oh! You have POSIX sigsetjmp and siglongjmp, but they do not work properly!!
11316 I'll ignore them.
11317 EOM
11318                         val="$undef"
11319                 fi
11320         else
11321                 echo "sigsetjmp not found." >&4
11322                 val="$undef"
11323         fi
11324         ;;
11325 *) val="$d_sigsetjmp"
11326         case "$d_sigsetjmp" in
11327         $define) echo "POSIX sigsetjmp found." >&4;;
11328         $undef) echo "sigsetjmp not found." >&4;;
11329         esac
11330         ;;
11331 esac
11332 set d_sigsetjmp
11333 eval $setvar
11334 $rm -f try.c try
11335
11336 : see if socks5_init exists
11337 set socks5_init d_socks5_init
11338 eval $inlibc
11339
11340 : see if sys/stat.h is available
11341 set sys/stat.h i_sysstat
11342 eval $inhdr
11343
11344
11345 : see if stat knows about block sizes
11346 echo " "
11347 echo "Checking to see if your struct stat has st_blocks field..." >&4
11348 set d_statblks stat st_blocks $i_sysstat sys/stat.h
11349 eval $hasfield
11350
11351
11352 : see if this is a sys/vfs.h system
11353 set sys/vfs.h i_sysvfs
11354 eval $inhdr
11355
11356
11357 : see if this is a sys/statfs.h system
11358 set sys/statfs.h i_sysstatfs
11359 eval $inhdr
11360
11361
11362 echo " "
11363 echo "Checking to see if your system supports struct statfs..." >&4
11364 set d_statfs_s statfs $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h $i_sysvfs sys/vfs.h $i_sysstatfs sys/statfs.h
11365 eval $hasstruct
11366 case "$d_statfs_s" in
11367 "$define")      echo "Yes, it does."   ;;
11368 *)              echo "No, it doesn't." ;;
11369 esac
11370
11371
11372
11373 : see if struct statfs knows about f_flags
11374 case "$d_statfs_s" in
11375 define) 
11376         echo " "
11377         echo "Checking to see if your struct statfs has f_flags field..." >&4
11378         set d_statfs_f_flags statfs f_flags $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h $i_sysvfs sys/vfs.h $i_sysstatfs sys/statfs.h
11379         eval $hasfield
11380         ;;
11381 *)      val="$undef"
11382         set d_statfs_f_flags
11383         eval $setvar
11384         ;;
11385 esac
11386 case "$d_statfs_f_flags" in
11387 "$define")      echo "Yes, it does."   ;;
11388 *)              echo "No, it doesn't." ;;
11389 esac
11390
11391 : see if _ptr and _cnt from stdio act std
11392 echo " "
11393 if $contains '_IO_fpos_t' `./findhdr stdio.h` `./findhdr libio.h` >/dev/null 2>&1 ; then
11394         echo "(Looks like you have stdio.h from Linux.)"
11395         case "$stdio_ptr" in
11396         '') stdio_ptr='((fp)->_IO_read_ptr)'
11397                 ptr_lval=$define
11398                 ;;
11399         *)      ptr_lval=$d_stdio_ptr_lval;;
11400         esac
11401         case "$stdio_cnt" in
11402         '') stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
11403                 cnt_lval=$undef
11404                 ;;
11405         *)      cnt_lval=$d_stdio_cnt_lval;;
11406         esac
11407         case "$stdio_base" in
11408         '') stdio_base='((fp)->_IO_read_base)';;
11409         esac
11410         case "$stdio_bufsiz" in
11411         '') stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)';;
11412         esac
11413 else
11414         case "$stdio_ptr" in
11415         '') stdio_ptr='((fp)->_ptr)'
11416                 ptr_lval=$define
11417                 ;;
11418         *)      ptr_lval=$d_stdio_ptr_lval;;
11419         esac
11420         case "$stdio_cnt" in
11421         '') stdio_cnt='((fp)->_cnt)'
11422                 cnt_lval=$define
11423                 ;;
11424         *)      cnt_lval=$d_stdio_cnt_lval;;
11425         esac
11426         case "$stdio_base" in
11427         '') stdio_base='((fp)->_base)';;
11428         esac
11429         case "$stdio_bufsiz" in
11430         '') stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)';;
11431         esac
11432 fi
11433 : test whether _ptr and _cnt really work
11434 echo "Checking how std your stdio is..." >&4
11435 $cat >try.c <<EOP
11436 #include <stdio.h>
11437 #define FILE_ptr(fp)    $stdio_ptr
11438 #define FILE_cnt(fp)    $stdio_cnt
11439 int main() {
11440         FILE *fp = fopen("try.c", "r");
11441         char c = getc(fp);
11442         if (
11443                 18 <= FILE_cnt(fp) &&
11444                 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
11445         )
11446                 exit(0);
11447         exit(1);
11448 }
11449 EOP
11450 val="$undef"
11451 set try
11452 if eval $compile; then
11453         if ./try; then
11454                 echo "Your stdio acts pretty std."
11455                 val="$define"
11456         else
11457                 echo "Your stdio isn't very std."
11458         fi
11459 else
11460         echo "Your stdio doesn't appear very std."
11461 fi
11462 $rm -f try.c try
11463 set d_stdstdio
11464 eval $setvar
11465
11466 : Can _ptr be used as an lvalue?
11467 case "$d_stdstdio$ptr_lval" in
11468 $define$define) val=$define ;;
11469 *) val=$undef ;;
11470 esac
11471 set d_stdio_ptr_lval
11472 eval $setvar
11473
11474 : Can _cnt be used as an lvalue?
11475 case "$d_stdstdio$cnt_lval" in
11476 $define$define) val=$define ;;
11477 *) val=$undef ;;
11478 esac
11479 set d_stdio_cnt_lval
11480 eval $setvar
11481
11482 : see if _base is also standard
11483 val="$undef"
11484 case "$d_stdstdio" in
11485 $define)
11486         $cat >try.c <<EOP
11487 #include <stdio.h>
11488 #define FILE_base(fp)   $stdio_base
11489 #define FILE_bufsiz(fp) $stdio_bufsiz
11490 int main() {
11491         FILE *fp = fopen("try.c", "r");
11492         char c = getc(fp);
11493         if (
11494                 19 <= FILE_bufsiz(fp) &&
11495                 strncmp(FILE_base(fp), "#include <stdio.h>\n", 19) == 0
11496         )
11497                 exit(0);
11498         exit(1);
11499 }
11500 EOP
11501         set try
11502         if eval $compile; then
11503                 if ./try; then
11504                         echo "And its _base field acts std."
11505                         val="$define"
11506                 else
11507                         echo "But its _base field isn't std."
11508                 fi
11509         else
11510                 echo "However, it seems to be lacking the _base field."
11511         fi
11512         $rm -f try.c try
11513         ;;
11514 esac
11515 set d_stdiobase
11516 eval $setvar
11517
11518 $cat >&4 <<EOM
11519 Checking how to access stdio streams by file descriptor number...
11520 EOM
11521 case "$stdio_stream_array" in
11522 '')     $cat >try.c <<EOCP
11523 #include <stdio.h>
11524 int main() {
11525   if (&STDIO_STREAM_ARRAY[fileno(stdin)] == stdin)
11526     printf("yes\n");
11527 }
11528 EOCP
11529         for s in _iob __iob __sF
11530         do
11531                 set try -DSTDIO_STREAM_ARRAY=$s
11532                 if eval $compile; then
11533                         case "`./try$exe_ext`" in
11534                         yes)    stdio_stream_array=$s; break ;;
11535                         esac
11536                 fi
11537         done
11538         $rm -f try.* try$exe_ext
11539 esac
11540 case "$stdio_stream_array" in
11541 '')     $cat >&4 <<EOM
11542 I can't figure out how to access stdio streams by file descriptor number.
11543 EOM
11544         d_stdio_stream_array="$undef"
11545         ;;
11546 *)      $cat >&4 <<EOM
11547 You can access stdio streams by file descriptor number by the $stdio_stream_array array.
11548 EOM
11549         d_stdio_stream_array="$define"
11550         ;;
11551 esac
11552
11553 : see if strcoll exists
11554 set strcoll d_strcoll
11555 eval $inlibc
11556
11557 : check for structure copying
11558 echo " "
11559 echo "Checking to see if your C compiler can copy structs..." >&4
11560 $cat >try.c <<'EOCP'
11561 int main()
11562 {
11563         struct blurfl {
11564                 int dyick;
11565         } foo, bar;
11566
11567         foo = bar;
11568 }
11569 EOCP
11570 if $cc -c try.c >/dev/null 2>&1 ; then
11571         val="$define"
11572         echo "Yup, it can."
11573 else
11574         val="$undef"
11575         echo "Nope, it can't."
11576 fi
11577 set d_strctcpy
11578 eval $setvar
11579 $rm -f try.*
11580
11581 : see if strerror and/or sys_errlist[] exist
11582 echo " "
11583 if test "X$d_strerror" = X -o "X$d_syserrlst" = X; then
11584     if set strerror val -f d_strerror; eval $csym; $val; then
11585                 echo 'strerror() found.' >&4
11586                 d_strerror="$define"
11587                 d_strerrm='strerror(e)'
11588                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
11589                         echo "(You also have sys_errlist[], so we could roll our own strerror.)" 
11590                         d_syserrlst="$define"
11591                 else
11592                         echo "(Since you don't have sys_errlist[], sterror() is welcome.)"
11593                         d_syserrlst="$undef"
11594                 fi
11595     elif xxx=`./findhdr string.h`; test "$xxx" || xxx=`./findhdr strings.h`; \
11596                         $contains '#[   ]*define.*strerror' "$xxx" >/dev/null 2>&1; then
11597                 echo 'strerror() found in string header.' >&4
11598                 d_strerror="$define"
11599                 d_strerrm='strerror(e)'
11600                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
11601                         echo "(Most probably, strerror() uses sys_errlist[] for descriptions.)"
11602                                 d_syserrlst="$define"
11603                 else
11604                         echo "(You don't appear to have any sys_errlist[], how can this be?)"
11605                         d_syserrlst="$undef"
11606                 fi
11607     elif set sys_errlist val -a d_syserrlst; eval $csym; $val; then
11608                 echo "strerror() not found, but you have sys_errlist[] so we'll use that." >&4
11609                 d_strerror="$undef"
11610                 d_syserrlst="$define"
11611                 d_strerrm='((e)<0||(e)>=sys_nerr?"unknown":sys_errlist[e])'
11612     else
11613                 echo 'strerror() and sys_errlist[] NOT found.' >&4
11614                 d_strerror="$undef"
11615                 d_syserrlst="$undef"
11616                 d_strerrm='"unknown"'
11617     fi
11618 fi
11619
11620 : see if strtod exists
11621 set strtod d_strtod
11622 eval $inlibc
11623
11624 : see if strtol exists
11625 set strtol d_strtol
11626 eval $inlibc
11627
11628 : see if strtold exists
11629 set strtold d_strtold
11630 eval $inlibc
11631
11632 : see if strtoll exists
11633 set strtoll d_strtoll
11634 eval $inlibc
11635
11636 case "$d_longlong-$d_strtoll" in
11637 "$define-$define")
11638         $cat <<EOM
11639 Checking whether your strtoll() works okay...
11640 EOM
11641         $cat >try.c <<'EOCP'
11642 #include <errno.h>
11643 #ifdef __hpux
11644 #define strtoll __strtoll
11645 #endif
11646 #ifdef __EMX__
11647 #define strtoll _strtoll
11648 #endif
11649 #include <stdio.h>
11650 extern long long int strtoll(char *s, char **, int); 
11651 static int bad = 0;
11652 int check(char *s, long long ell, int een) {
11653         long long gll;
11654         errno = 0;
11655         gll = strtoll(s, 0, 10);
11656         if (!((gll == ell) && (errno == een)))
11657                 bad++;
11658 }
11659 int main() {
11660         check(" 1",                                      1LL, 0);
11661         check(" 0",                                      0LL, 0);
11662         check("-1",                                     -1LL, 0);
11663         check("-9223372036854775808", -9223372036854775808LL, 0);
11664         check("-9223372036854775808", -9223372036854775808LL, 0);
11665         check(" 9223372036854775807",  9223372036854775807LL, 0);
11666         check("-9223372036854775808", -9223372036854775808LL, 0);
11667         check(" 9223372036854775808",  9223372036854775807LL, ERANGE);
11668         check("-9223372036854775809", -9223372036854775808LL, ERANGE);
11669         if (!bad)
11670                 printf("ok\n");
11671 }
11672 EOCP
11673         set try
11674         if eval $compile; then
11675                 yyy=`./try`
11676                 case "$yyy" in
11677                 ok) echo "Your strtoll() seems to be working okay." ;;
11678                 *) cat <<EOM >&4
11679 Your strtoll() doesn't seem to be working okay.
11680 EOM
11681                    d_strtoll="$undef"
11682                    ;;
11683                 esac
11684         else
11685                 echo "(I can't seem to compile the test program--assuming it doesn't)"
11686                 d_strtoll="$undef"
11687         fi
11688         ;;
11689 esac
11690
11691 : see if strtoul exists
11692 set strtoul d_strtoul
11693 eval $inlibc
11694
11695 : see if strtoull exists
11696 set strtoull d_strtoull
11697 eval $inlibc
11698
11699 case "$d_longlong-$d_strtoull" in
11700 "$define-$define")
11701         $cat <<EOM
11702 Checking whether your strtoull() works okay...
11703 EOM
11704         $cat >try.c <<'EOCP'
11705 #include <errno.h>
11706 #ifdef __hpux
11707 #define strtoull __strtoull
11708 #endif
11709 #include <stdio.h>
11710 extern unsigned long long int strtoull(char *s, char **, int); 
11711 static int bad = 0;
11712 int check(char *s, long long eull, int een) {
11713         long long gull;
11714         errno = 0;
11715         gull = strtoull(s, 0, 10);
11716         if (!((gull == eull) && (errno == een)))
11717                 bad++;
11718 }
11719 int main() {
11720         check(" 1",                                       1LL, 0);
11721         check(" 0",                                       0LL, 0);
11722         check("18446744073709551615", 18446744073709551615ULL, 0);
11723         check("18446744073709551616", 18446744073709551615ULL, ERANGE);
11724         if (!bad)
11725                 printf("ok\n");
11726 }
11727 EOCP
11728         set try
11729         if eval $compile; then
11730                 case "`./try`" in
11731                 ok) echo "Your strtoull() seems to be working okay." ;;
11732                 *) cat <<EOM >&4
11733 Your strtoull() doesn't seem to be working okay.
11734 EOM
11735                    d_strtoull="$undef"
11736                    ;;
11737                 esac
11738         fi
11739         ;;
11740 esac
11741
11742 : see if strtouq exists
11743 set strtouq d_strtouq
11744 eval $inlibc
11745
11746 : see if strxfrm exists
11747 set strxfrm d_strxfrm
11748 eval $inlibc
11749
11750 : see if symlink exists
11751 set symlink d_symlink
11752 eval $inlibc
11753
11754 : see if syscall exists
11755 set syscall d_syscall
11756 eval $inlibc
11757
11758 : see if sysconf exists
11759 set sysconf d_sysconf
11760 eval $inlibc
11761
11762 : see if system exists
11763 set system d_system
11764 eval $inlibc
11765
11766 : see if tcgetpgrp exists
11767 set tcgetpgrp d_tcgetpgrp
11768 eval $inlibc
11769
11770 : see if tcsetpgrp exists
11771 set tcsetpgrp d_tcsetpgrp
11772 eval $inlibc
11773
11774 : see if prototype for telldir is available
11775 echo " "
11776 set d_telldirproto telldir $i_systypes sys/types.h $i_dirent dirent.h
11777 eval $hasproto
11778
11779 : see if this is a sys/times.h system
11780 set sys/times.h i_systimes
11781 eval $inhdr
11782
11783 : see if times exists
11784 echo " "
11785 if set times val -f d_times; eval $csym; $val; then
11786         echo 'times() found.' >&4
11787         d_times="$define"
11788         inc=''
11789         case "$i_systimes" in
11790         "$define") inc='sys/times.h';;
11791         esac
11792         rp="What is the type returned by times() on this system?"
11793         set clock_t clocktype long stdio.h sys/types.h $inc
11794         eval $typedef_ask
11795 else
11796         echo 'times() NOT found, hope that will do.' >&4
11797         d_times="$undef"
11798         clocktype='int'
11799 fi
11800
11801 : see if truncate exists
11802 set truncate d_truncate
11803 eval $inlibc
11804
11805 : see if tzname[] exists
11806 echo " "
11807 if set tzname val -a d_tzname; eval $csym; $val; then
11808         val="$define"
11809         echo 'tzname[] found.' >&4
11810 else
11811         val="$undef"
11812         echo 'tzname[] NOT found.' >&4
11813 fi
11814 set d_tzname
11815 eval $setvar
11816
11817 : see if umask exists
11818 set umask d_umask
11819 eval $inlibc
11820
11821 : see if ustat exists
11822 set ustat d_ustat
11823 eval $inlibc
11824
11825 : backward compatibility for d_hvfork
11826 if test X$d_hvfork != X; then
11827         d_vfork="$d_hvfork"
11828         d_hvfork=''
11829 fi
11830 : see if there is a vfork
11831 val=''
11832 set vfork val
11833 eval $inlibc
11834
11835 : Ok, but do we want to use it. vfork is reportedly unreliable in 
11836 : perl on Solaris 2.x, and probably elsewhere.
11837 case "$val" in
11838 $define)
11839         echo " "
11840         case "$usevfork" in
11841         false) dflt='n';;
11842         *) dflt='y';;
11843         esac
11844         cat <<'EOM'
11845  
11846 Perl can only use a vfork() that doesn't suffer from strict
11847 restrictions on calling functions or modifying global data in
11848 the child.  For example, glibc-2.1 contains such a vfork()
11849 that is unsuitable.  If your system provides a proper fork()
11850 call, chances are that you do NOT want perl to use vfork().
11851
11852 EOM
11853         rp="Do you still want to use vfork()?"
11854         . ./myread
11855         case "$ans" in
11856         y|Y) ;;
11857         *)
11858                 echo "Ok, we won't use vfork()."
11859                 val="$undef"
11860                 ;;
11861         esac
11862         ;;
11863 esac
11864 set d_vfork
11865 eval $setvar
11866 case "$d_vfork" in
11867 $define) usevfork='true';;
11868 *) usevfork='false';;
11869 esac
11870
11871 : see if this is an sysdir system
11872 set sys/dir.h i_sysdir
11873 eval $inhdr
11874
11875 : see if this is an sysndir system
11876 set sys/ndir.h i_sysndir
11877 eval $inhdr
11878
11879 : see if closedir exists
11880 set closedir d_closedir
11881 eval $inlibc
11882
11883 case "$d_closedir" in
11884 "$define")
11885         echo " "
11886         echo "Checking whether closedir() returns a status..." >&4
11887         cat > closedir.c <<EOM
11888 #$i_dirent I_DIRENT             /**/
11889 #$i_sysdir I_SYS_DIR            /**/
11890 #$i_sysndir I_SYS_NDIR          /**/
11891 #$i_systypes I_SYS_TYPES        /**/
11892
11893 #if defined(I_SYS_TYPES)
11894 #include <sys/types.h>
11895 #endif
11896 #if defined(I_DIRENT)
11897 #include <dirent.h>
11898 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
11899 #include <sys/dir.h>
11900 #endif
11901 #else
11902 #ifdef I_SYS_NDIR
11903 #include <sys/ndir.h>
11904 #else
11905 #ifdef I_SYS_DIR
11906 #ifdef hp9000s500
11907 #include <ndir.h>       /* may be wrong in the future */
11908 #else
11909 #include <sys/dir.h>
11910 #endif
11911 #endif
11912 #endif
11913 #endif 
11914 int main() { return closedir(opendir(".")); }
11915 EOM
11916         set closedir
11917         if eval $compile_ok; then
11918                 if ./closedir > /dev/null 2>&1 ; then
11919                         echo "Yes, it does."
11920                         val="$undef"
11921                 else
11922                         echo "No, it doesn't."
11923                         val="$define"
11924                 fi
11925         else
11926                 echo "(I can't seem to compile the test program--assuming it doesn't)"
11927                 val="$define"
11928         fi
11929         ;;
11930 *)
11931         val="$undef";
11932         ;;
11933 esac
11934 set d_void_closedir
11935 eval $setvar
11936 $rm -f closedir*
11937 : check for volatile keyword
11938 echo " "
11939 echo 'Checking to see if your C compiler knows about "volatile"...' >&4
11940 $cat >try.c <<'EOCP'
11941 int main()
11942 {
11943         typedef struct _goo_struct goo_struct;
11944         goo_struct * volatile goo = ((goo_struct *)0);
11945         struct _goo_struct {
11946                 long long_int;
11947                 int reg_int;
11948                 char char_var;
11949         };
11950         typedef unsigned short foo_t;
11951         char *volatile foo;
11952         volatile int bar;
11953         volatile foo_t blech;
11954         foo = foo;
11955 }
11956 EOCP
11957 if $cc -c $ccflags try.c >/dev/null 2>&1 ; then
11958         val="$define"
11959         echo "Yup, it does."
11960 else
11961         val="$undef"
11962         echo "Nope, it doesn't."
11963 fi
11964 set d_volatile
11965 eval $setvar
11966 $rm -f try.*
11967
11968 : see if there is a wait4
11969 set wait4 d_wait4
11970 eval $inlibc
11971
11972 : see if waitpid exists
11973 set waitpid d_waitpid
11974 eval $inlibc
11975
11976 : see if wcstombs exists
11977 set wcstombs d_wcstombs
11978 eval $inlibc
11979
11980 : see if wctomb exists
11981 set wctomb d_wctomb
11982 eval $inlibc
11983
11984 : preserve RCS keywords in files with variable substitution, grrr
11985 Date='$Date'
11986 Id='$Id'
11987 Log='$Log'
11988 RCSfile='$RCSfile'
11989 Revision='$Revision'
11990
11991 case "$crosscompile" in
11992 ''|[nN]*) crosscompile="$undef" ;;
11993 esac
11994
11995 case "$osname" in
11996 next|rhapsody|darwin) multiarch="$define" ;;
11997 esac
11998 case "$multiarch" in
11999 ''|[nN]*) multiarch="$undef" ;;
12000 esac
12001
12002 : check for alignment requirements
12003 echo " "
12004 case "$crosscompile$multiarch" in
12005 *$define*)
12006         $cat <<EOM
12007 You seem to be either cross-compiling or doing a multiarchitecture build,
12008 skipping the memory alignment check.
12009
12010 EOM
12011         case "$alignbytes" in
12012         '') alignbytes=8 ;;
12013         esac
12014         ;;
12015 *)
12016         case "$alignbytes" in
12017         '') echo "Checking alignment constraints..." >&4
12018                 if $test "X$uselongdouble" = Xdefine -a "X$d_longdbl" = Xdefine; then
12019                         $cat >try.c <<'EOCP'
12020 typedef long double NV;
12021 EOCP
12022                 else
12023                         $cat >try.c <<'EOCP'
12024 typedef double NV;
12025 EOCP
12026                 fi
12027                 $cat >>try.c <<'EOCP'
12028 #include <stdio.h>
12029 struct foobar {
12030         char foo;
12031         NV bar;
12032 } try_algn;
12033 int main()
12034 {
12035     printf("%d\n", (int)((char *)&try_algn.bar - (char *)&try_algn.foo));
12036     return(0);
12037 }
12038 EOCP
12039                 set try
12040                 if eval $compile_ok; then
12041                         dflt=`./try`
12042                 else
12043                         dflt='8'
12044                         echo "(I can't seem to compile the test program...)"
12045                 fi
12046                 ;;
12047         *) dflt="$alignbytes"
12048                 ;;
12049         esac
12050         rp="Doubles must be aligned on a how-many-byte boundary?"
12051         . ./myread
12052         alignbytes="$ans"
12053         $rm -f try.c try
12054         ;;
12055 esac
12056
12057
12058 : set the base revision
12059 baserev=5.0
12060
12061 : check for ordering of bytes in a long
12062 echo " "
12063 case "$crosscompile$multiarch" in
12064 *$define*)
12065         $cat <<EOM
12066 You seem to be either cross-compiling or doing a multiarchitecture build,
12067 skipping the byteorder check.
12068
12069 EOM
12070         byteorder='0xffff'
12071         ;;
12072 *)
12073         case "$byteorder" in
12074         '')
12075                 $cat <<'EOM'
12076 In the following, larger digits indicate more significance.  A big-endian
12077 machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
12078 little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
12079 machines may have weird orders like 3412.  A Cray will report 87654321,
12080 an Alpha will report 12345678. If the test program works the default is
12081 probably right.
12082 I'm now running the test program...
12083 EOM
12084                 $cat >try.c <<'EOCP'
12085 #include <stdio.h>
12086 int main()
12087 {
12088         int i;
12089         union {
12090                 unsigned long l;
12091                 char c[sizeof(long)];
12092         } u;
12093
12094         if (sizeof(long) > 4)
12095                 u.l = (0x08070605L << 32) | 0x04030201L;
12096         else
12097                 u.l = 0x04030201L;
12098         for (i = 0; i < sizeof(long); i++)
12099                 printf("%c", u.c[i]+'0');
12100         printf("\n");
12101         exit(0);
12102 }
12103 EOCP
12104                 xxx_prompt=y
12105                 set try
12106                 if eval $compile && ./try > /dev/null; then
12107                         dflt=`./try`
12108                         case "$dflt" in
12109                         [1-4][1-4][1-4][1-4]|12345678|87654321)
12110                                 echo "(The test program ran ok.)"
12111                                 echo "byteorder=$dflt"
12112                                 xxx_prompt=n
12113                         ;;
12114                         ????|????????) echo "(The test program ran ok.)" ;;
12115                         *) echo "(The test program didn't run right for some reason.)" ;;
12116                         esac
12117                 else
12118                         dflt='4321'
12119                         cat <<'EOM'
12120 (I can't seem to compile the test program.  Guessing big-endian...)
12121 EOM
12122                 fi
12123                 case "$xxx_prompt" in
12124                 y)
12125                         rp="What is the order of bytes in a long?"
12126                         . ./myread
12127                         byteorder="$ans"
12128                         ;;
12129                 *)      byteorder=$dflt
12130                         ;;
12131                 esac
12132                 ;;
12133         esac
12134         $rm -f try.c try
12135         ;;
12136 esac
12137
12138
12139 : how do we catenate cpp tokens here?
12140 echo " "
12141 echo "Checking to see how your cpp does stuff like catenate tokens..." >&4
12142 $cat >cpp_stuff.c <<'EOCP'
12143 #define RCAT(a,b)a/**/b
12144 #define ACAT(a,b)a ## b
12145 RCAT(Rei,ser)
12146 ACAT(Cir,cus)
12147 EOCP
12148 $cppstdin $cppflags $cppminus <cpp_stuff.c >cpp_stuff.out 2>&1
12149 if $contains 'Circus' cpp_stuff.out >/dev/null 2>&1; then
12150         echo "Oh!  Smells like ANSI's been here." >&4
12151         echo "We can catify or stringify, separately or together!"
12152         cpp_stuff=42
12153 elif $contains 'Reiser' cpp_stuff.out >/dev/null 2>&1; then
12154         echo "Ah, yes!  The good old days!" >&4
12155         echo "However, in the good old days we don't know how to stringify and"
12156         echo "catify at the same time."
12157         cpp_stuff=1
12158 else
12159         $cat >&4 <<EOM
12160 Hmm, I don't seem to be able to catenate tokens with your cpp.  You're going
12161 to have to edit the values of CAT[2-5] in config.h...
12162 EOM
12163         cpp_stuff="/* Help! How do we handle cpp_stuff? */*/"
12164 fi
12165 $rm -f cpp_stuff.*
12166
12167 : see if this is a db.h system
12168 set db.h i_db
12169 eval $inhdr
12170
12171 case "$i_db" in
12172 $define)
12173         : Check db version.
12174         echo " "
12175         echo "Checking Berkeley DB version ..." >&4
12176         $cat >try.c <<EOCP
12177 #$d_const HASCONST
12178 #ifndef HASCONST
12179 #define const
12180 #endif
12181 #include <sys/types.h>
12182 #include <stdio.h>
12183 #include <db.h>
12184 int main()
12185 {
12186 #ifdef DB_VERSION_MAJOR /* DB version >= 2 */
12187     int Major, Minor, Patch ;
12188     unsigned long Version ;
12189     (void)db_version(&Major, &Minor, &Patch) ;
12190     printf("You have Berkeley DB Version 2 or greater\n");
12191
12192     printf("db.h is from Berkeley DB Version %d.%d.%d\n",
12193                 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH);
12194     printf("libdb is from Berkeley DB Version %d.%d.%d\n",
12195                 Major, Minor, Patch) ;
12196
12197     /* check that db.h & libdb are compatible */
12198     if (DB_VERSION_MAJOR != Major || DB_VERSION_MINOR != Minor || DB_VERSION_PATCH != Patch) {
12199         printf("db.h and libdb are incompatible\n") ;
12200         exit(3);        
12201     }
12202
12203     printf("db.h and libdb are compatible\n") ;
12204
12205     Version = DB_VERSION_MAJOR * 1000000 + DB_VERSION_MINOR * 1000
12206                 + DB_VERSION_PATCH ;
12207
12208     /* needs to be >= 2.3.4 */
12209     if (Version < 2003004) {
12210     /* if (DB_VERSION_MAJOR == 2 && DB_VERSION_MINOR == 0 && DB_VERSION_PATCH < 5) { */
12211         printf("but Perl needs Berkeley DB 2.3.4 or greater\n") ;
12212         exit(2);        
12213     }
12214
12215     exit(0);
12216 #else
12217 #if defined(_DB_H_) && defined(BTREEMAGIC) && defined(HASHMAGIC)
12218     printf("You have Berkeley DB Version 1\n");
12219     exit(0);    /* DB version < 2: the coast is clear. */
12220 #else
12221     exit(1);    /* <db.h> not Berkeley DB? */
12222 #endif
12223 #endif
12224 }
12225 EOCP
12226         set try
12227         if eval $compile_ok && ./try; then
12228                 echo 'Looks OK.' >&4
12229         else
12230                 echo "I can't use Berkeley DB with your <db.h>.  I'll disable Berkeley DB." >&4
12231                 i_db=$undef
12232                 case " $libs " in
12233                 *"-ldb "*)
12234                         : Remove db from list of libraries to use
12235                         echo "Removing unusable -ldb from library list" >&4
12236                         set `echo X $libs | $sed -e 's/-ldb / /' -e 's/-ldb$//'`
12237                         shift
12238                         libs="$*"
12239                         echo "libs = $libs" >&4
12240                         ;;
12241                 esac
12242         fi
12243         $rm -f try.*
12244         ;;
12245 esac
12246
12247 case "$i_db" in
12248 define)
12249         : Check the return type needed for hash 
12250         echo " "
12251         echo "Checking return type needed for hash for Berkeley DB ..." >&4
12252         $cat >try.c <<EOCP
12253 #$d_const HASCONST
12254 #ifndef HASCONST
12255 #define const
12256 #endif
12257 #include <sys/types.h>
12258 #include <db.h>
12259
12260 #ifndef DB_VERSION_MAJOR
12261 u_int32_t hash_cb (ptr, size)
12262 const void *ptr;
12263 size_t size;
12264 {
12265 }
12266 HASHINFO info;
12267 int main()
12268 {
12269         info.hash = hash_cb;
12270 }
12271 #endif
12272 EOCP
12273         if $cc $ccflags -c try.c >try.out 2>&1 ; then
12274                 if $contains warning try.out >>/dev/null 2>&1 ; then
12275                         db_hashtype='int'
12276                 else
12277                         db_hashtype='u_int32_t'
12278                 fi
12279         else
12280                 : XXX Maybe we should just give up here.
12281                 db_hashtype=u_int32_t
12282                 $cat try.out >&4
12283                 echo "Help:  I can't seem to compile the db test program." >&4
12284                 echo "Something's wrong, but I'll assume you use $db_hashtype." >&4
12285         fi
12286         $rm -f try.*
12287         echo "Your version of Berkeley DB uses $db_hashtype for hash."
12288         ;;
12289 *)      db_hashtype=u_int32_t
12290         ;;
12291 esac
12292 case "$i_db" in
12293 define)
12294         : Check the return type needed for prefix 
12295         echo " "
12296         echo "Checking return type needed for prefix for Berkeley DB ..." >&4
12297         cat >try.c <<EOCP
12298 #$d_const HASCONST
12299 #ifndef HASCONST
12300 #define const
12301 #endif
12302 #include <sys/types.h>
12303 #include <db.h>
12304
12305 #ifndef DB_VERSION_MAJOR
12306 size_t prefix_cb (key1, key2)
12307 const DBT *key1;
12308 const DBT *key2;
12309 {
12310 }
12311 BTREEINFO info;
12312 int main()
12313 {
12314         info.prefix = prefix_cb;
12315 }
12316 #endif
12317 EOCP
12318         if $cc $ccflags -c try.c  >try.out 2>&1 ; then
12319                 if $contains warning try.out >>/dev/null 2>&1 ; then
12320                         db_prefixtype='int'
12321                 else
12322                         db_prefixtype='size_t'
12323                 fi
12324         else
12325                 db_prefixtype='size_t'
12326                 : XXX Maybe we should just give up here.
12327                 $cat try.out >&4
12328                 echo "Help:  I can't seem to compile the db test program." >&4
12329                 echo "Something's wrong, but I'll assume you use $db_prefixtype." >&4
12330         fi
12331         $rm -f try.*
12332         echo "Your version of Berkeley DB uses $db_prefixtype for prefix."
12333         ;;
12334 *)      db_prefixtype='size_t'
12335         ;;
12336 esac
12337
12338 : check for void type
12339 echo " "
12340 echo "Checking to see how well your C compiler groks the void type..." >&4
12341 case "$voidflags" in
12342 '')
12343         $cat >try.c <<'EOCP'
12344 #if TRY & 1
12345 void sub() {
12346 #else
12347 sub() {
12348 #endif
12349         extern void moo();      /* function returning void */
12350         void (*goo)();          /* ptr to func returning void */
12351 #if TRY & 8
12352         void *hue;              /* generic ptr */
12353 #endif
12354 #if TRY & 2
12355         void (*foo[10])();
12356 #endif
12357
12358 #if TRY & 4
12359         if(goo == moo) {
12360                 exit(0);
12361         }
12362 #endif
12363         exit(0);
12364 }
12365 int main() { sub(); }
12366 EOCP
12367         if $cc $ccflags -c -DTRY=$defvoidused try.c >.out 2>&1 ; then
12368                 voidflags=$defvoidused
12369         echo "Good.  It appears to support void to the level $package wants.">&4
12370                 if $contains warning .out >/dev/null 2>&1; then
12371                         echo "However, you might get some warnings that look like this:"
12372                         $cat .out
12373                 fi
12374         else
12375 echo "Hmm, your compiler has some difficulty with void. Checking further..." >&4
12376                 if $cc $ccflags -c -DTRY=1 try.c >/dev/null 2>&1; then
12377                         echo "It supports 1..."
12378                         if $cc $ccflags -c -DTRY=3 try.c >/dev/null 2>&1; then
12379                                 echo "It also supports 2..."
12380                                 if $cc $ccflags -c -DTRY=7 try.c >/dev/null 2>&1; then
12381                                         voidflags=7
12382                                         echo "And it supports 4 but not 8 definitely."
12383                                 else
12384                                         echo "It doesn't support 4..."
12385                                         if $cc $ccflags -c -DTRY=11 try.c >/dev/null 2>&1; then
12386                                                 voidflags=11
12387                                                 echo "But it supports 8."
12388                                         else
12389                                                 voidflags=3
12390                                                 echo "Neither does it support 8."
12391                                         fi
12392                                 fi
12393                         else
12394                                 echo "It does not support 2..."
12395                                 if $cc $ccflags -c -DTRY=13 try.c >/dev/null 2>&1; then
12396                                         voidflags=13
12397                                         echo "But it supports 4 and 8."
12398                                 else
12399                                         if $cc $ccflags -c -DTRY=5 try.c >/dev/null 2>&1; then
12400                                                 voidflags=5
12401                                                 echo "And it supports 4 but has not heard about 8."
12402                                         else
12403                                                 echo "However it supports 8 but not 4."
12404                                         fi
12405                                 fi
12406                         fi
12407                 else
12408                         echo "There is no support at all for void."
12409                         voidflags=0
12410                 fi
12411         fi
12412 esac
12413 case "$voidflags" in
12414 "$defvoidused") ;;
12415 *)      $cat >&4 <<'EOM'
12416   Support flag bits are:
12417     1: basic void declarations.
12418     2: arrays of pointers to functions returning void.
12419     4: operations between pointers to and addresses of void functions.
12420     8: generic void pointers.
12421 EOM
12422         dflt="$voidflags";
12423         rp="Your void support flags add up to what?"
12424         . ./myread
12425         voidflags="$ans"
12426         ;;
12427 esac
12428 $rm -f try.* .out
12429
12430
12431 : How can we generate normalized random numbers ?
12432 echo " "
12433 echo "Looking for a random number function..." >&4
12434 case "$randfunc" in
12435 '')
12436         if set drand48 val -f; eval $csym; $val; then
12437                 dflt="drand48"
12438                 echo "Good, found drand48()." >&4
12439         elif set random val -f; eval $csym; $val; then
12440                 dflt="random"
12441                 echo "OK, found random()." >&4
12442         else
12443                 dflt="rand"
12444                 echo "Yick, looks like I have to use rand()." >&4
12445         fi
12446         echo " "
12447         ;;
12448 *)
12449         dflt="$randfunc"
12450         ;;
12451 esac
12452 cont=true
12453
12454 case "$ccflags" in
12455 *-Dmy_rand=*|*-Dmy_srand=*)
12456         echo "Removing obsolete -Dmy_rand, -Dmy_srand, and -Drandbits from ccflags." >&4
12457         ccflags="`echo $ccflags | sed -e 's/-Dmy_rand=random/ /'`"
12458         ccflags="`echo $ccflags | sed -e 's/-Dmy_srand=srandom/ /'`"
12459         ccflags="`echo $ccflags | sed -e 's/-Drandbits=[0-9][0-9]*/ /'`"
12460         ;;
12461 esac
12462
12463 while $test "$cont"; do
12464         rp="Use which function to generate random numbers?"
12465         . ./myread
12466         if $test "$ans" = "$dflt"; then
12467                 : null
12468         else
12469                 randbits=''
12470         fi
12471         randfunc="$ans"
12472         if set $ans val -f; eval $csym; $val; then
12473                 cont=''
12474         else
12475                 dflt=y
12476                 rp="I cannot find function $ans. Use that name anyway?"
12477                 . ./myread
12478                 dflt=rand
12479                 case "$ans" in
12480                         [yY]*) cont='';;
12481                 esac
12482         fi
12483         case "$cont" in
12484         '')
12485                 case "$randfunc" in
12486                 drand48)
12487                         drand01="drand48()"
12488                         seedfunc="srand48"
12489                         randbits=48
12490                         randseedtype=long
12491                         ;;
12492                 rand|random)
12493                         case "$randbits" in
12494                         '')
12495 echo "Checking to see how many bits your $randfunc() function produces..." >&4
12496                                 $cat >try.c <<EOCP
12497 #$i_unistd I_UNISTD
12498 #$i_stdlib I_STDLIB
12499 #include <stdio.h>
12500 #ifdef I_UNISTD
12501 #  include <unistd.h>
12502 #endif
12503 #ifdef I_STDLIB
12504 #  include <stdlib.h>
12505 #endif
12506 int main()
12507 {
12508         register int i;
12509         register unsigned long tmp;
12510         register unsigned long max = 0L;
12511
12512         for (i = 1000; i; i--) {
12513                 tmp = (unsigned long) $randfunc();
12514                 if (tmp > max) max = tmp;
12515         }
12516         for (i = 0; max; i++)
12517                 max /= 2;
12518         printf("%d\n",i);
12519 }
12520 EOCP
12521                                 set try
12522                                 if eval $compile_ok; then
12523                                         dflt=`try`
12524                                 else
12525                                         dflt='?'
12526                                         echo "(I can't seem to compile the test program...)"
12527                                 fi
12528                                 ;;
12529                         *)
12530                                 dflt="$randbits"
12531                                 ;;
12532                         esac
12533                         rp="How many bits does your $randfunc() function produce?"
12534                         . ./myread
12535                         randbits="$ans"
12536                         $rm -f try.c try
12537                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
12538                         seedfunc="s$randfunc"
12539                         randseedtype=unsigned
12540                         ;;
12541                 *)
12542                         dflt="31"
12543                         rp="How many bits does your $randfunc() function produce?"
12544                         . ./myread
12545                         randbits="$ans"
12546                         seedfunc="s$randfunc"
12547                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
12548                         if set $seedfunc val -f; eval $csym; $val; then
12549                                 echo "(Using $seedfunc() to seed random generator)"
12550                         else
12551                                 echo "(Warning: no $seedfunc() to seed random generator)"
12552                                 seedfunc=rand
12553                         fi
12554                         randseedtype=unsigned
12555                         ;;
12556                 esac
12557                 ;;
12558         esac
12559 done
12560
12561 echo " "
12562 echo "Determining whether or not we are on an EBCDIC system..." >&4
12563 $cat >tebcdic.c <<'EOM'
12564 int main()
12565 {
12566   if ('M'==0xd4) return 0;
12567   return 1;
12568 }
12569 EOM
12570
12571 val=$undef
12572 set tebcdic
12573 if eval $compile_ok; then
12574         if ./tebcdic; then
12575                 echo "You seem to speak EBCDIC." >&4
12576                 val="$define"
12577         else
12578                 echo "Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF8." >&4
12579         fi
12580 else
12581         echo "I'm unable to compile the test program." >&4
12582         echo "I'll assume ASCII or some ISO Latin. Or UTF8." >&4
12583 fi
12584 $rm -f tebcdic.c tebcdic
12585 set ebcdic
12586 eval $setvar
12587
12588 echo " "
12589 $cat >&4 <<EOM
12590 Checking how to flush all pending stdio output...
12591 EOM
12592 # I only know how to find the first 32 possibly open files on SunOS.
12593 # See also hints/sunos_4_1.sh and util.c  --AD
12594 case "$osname" in
12595 sunos) $echo '#define PERL_FFLUSH_ALL_FOPEN_MAX 32' > try.c ;;
12596 esac
12597 $cat >>try.c <<EOCP
12598 #include <stdio.h>
12599 #$i_unistd I_UNISTD
12600 #ifdef I_UNISTD
12601 # include <unistd.h>
12602 #endif
12603 #$d_sysconf HAS_SYSCONF
12604 #$d_stdio_stream_array HAS_STDIO_STREAM_ARRAY
12605 #ifdef HAS_STDIO_STREAM_ARRAY
12606 # define STDIO_STREAM_ARRAY $stdio_stream_array
12607 #endif
12608 int main() {
12609   FILE* p = fopen("try.out", "w");
12610 #ifdef TRY_FPUTC
12611   fputc('x', p);
12612 #else
12613 # ifdef TRY_FPRINTF
12614   fprintf(p, "x");
12615 # endif
12616 #endif
12617 #ifdef TRY_FFLUSH_NULL
12618   fflush(NULL);
12619 #endif
12620 #ifdef TRY_FFLUSH_ALL
12621   {
12622     long open_max = -1;
12623 # ifdef PERL_FFLUSH_ALL_FOPEN_MAX
12624     open_max = PERL_FFLUSH_ALL_FOPEN_MAX;
12625 # else
12626 #  if defined(HAS_SYSCONF) && defined(_SC_OPEN_MAX)
12627     open_max = sysconf(_SC_OPEN_MAX);
12628 #  else
12629 #   ifdef FOPEN_MAX
12630     open_max = FOPEN_MAX;
12631 #   else
12632 #    ifdef OPEN_MAX
12633     open_max = OPEN_MAX;
12634 #    else
12635 #     ifdef _NFILE
12636     open_max = _NFILE;
12637 #     endif
12638 #    endif
12639 #   endif
12640 #  endif
12641 # endif 
12642 # ifdef HAS_STDIO_STREAM_ARRAY
12643     if (open_max > 0) {
12644       long i;
12645       for (i = 0; i < open_max; i++)
12646             if (STDIO_STREAM_ARRAY[i]._file >= 0 &&
12647                 STDIO_STREAM_ARRAY[i]._file < open_max &&
12648                 STDIO_STREAM_ARRAY[i]._flag)
12649                 fflush(&STDIO_STREAM_ARRAY[i]);
12650     }   
12651   }
12652 # endif
12653 #endif
12654   _exit(42);
12655 }
12656 EOCP
12657 : first we have to find out how _not_ to flush
12658 if $test "X$fflushNULL" = X -o "X$fflushall" = X; then
12659     output=''
12660     set try -DTRY_FPUTC
12661     if eval $compile; then
12662             $rm -f try.out
12663             ./try$exe_ext 2>/dev/null
12664             if $test ! -s try.out -a "X$?" = X42; then
12665                 output=-DTRY_FPUTC
12666             fi
12667     fi
12668     case "$output" in
12669     '')
12670             set try -DTRY_FPRINTF
12671             $rm -f try.out
12672             if eval $compile; then
12673                     $rm -f try.out
12674                     ./try$exe_ext 2>/dev/null
12675                     if $test ! -s try.out -a "X$?" = X42; then
12676                         output=-DTRY_FPRINTF
12677                     fi
12678             fi
12679         ;;
12680     esac
12681 fi
12682 : check for fflush NULL behaviour
12683 case "$fflushNULL" in
12684 '')     set try -DTRY_FFLUSH_NULL $output
12685         if eval $compile; then
12686                 $rm -f try.out
12687                 ./try$exe_ext 2>/dev/null
12688                 code="$?"
12689                 if $test -s try.out -a "X$code" = X42; then
12690                         fflushNULL="`$cat try.out`"
12691                 else
12692                         if $test "X$code" != X42; then
12693                                 $cat >&4 <<EOM
12694 (If this test failed, don't worry, we'll try another method shortly.)
12695 EOM
12696                         fi
12697                 fi
12698         fi
12699         $rm -f core try.core core.try.*
12700         case "$fflushNULL" in
12701         x)      $cat >&4 <<EOM
12702 Your fflush(NULL) works okay for output streams.
12703 Let's see if it clobbers input pipes...
12704 EOM
12705 # As of mid-March 2000 all versions of Solaris appear to have a stdio
12706 # bug that improperly flushes the input end of pipes.  So we avoid the
12707 # autoflush on fork/system/exec support for now. :-(
12708 $cat >tryp.c <<EOCP
12709 #include <stdio.h>
12710 int
12711 main(int argc, char **argv)
12712 {
12713     char buf[1024];
12714     int i;
12715     char *bp = buf;
12716     while (1) {
12717         while ((i = getc(stdin)) != -1
12718                && (*bp++ = i) != '\n'
12719                && bp < &buf[1024])
12720         /* DO NOTHING */ ;
12721         *bp = '\0';
12722         fprintf(stdout, "%s", buf);
12723         fflush(NULL);
12724         if (i == -1)
12725             return 0;
12726         bp = buf;
12727     }
12728 }
12729 EOCP
12730                 fflushNULL="$define"
12731                 set tryp
12732                 if eval $compile; then
12733                     $rm -f tryp.out
12734                     $cat tryp.c | ./tryp$exe_ext 2>/dev/null > tryp.out
12735                     if cmp tryp.c tryp.out >/dev/null 2>&1; then
12736                        $cat >&4 <<EOM
12737 fflush(NULL) seems to behave okay with input streams.
12738 EOM
12739                         fflushNULL="$define"
12740                     else
12741                         $cat >&4 <<EOM
12742 Ouch, fflush(NULL) clobbers input pipes!  We will not use it.
12743 EOM
12744                         fflushNULL="$undef"
12745                     fi
12746                 fi
12747                 $rm -f core tryp.c tryp.core core.tryp.*
12748                 ;;
12749         '')     $cat >&4 <<EOM
12750 Your fflush(NULL) isn't working (contrary to ANSI C).
12751 EOM
12752                 fflushNULL="$undef"
12753                 ;;
12754         *)      $cat >&4 <<EOM
12755 Cannot figure out whether your fflush(NULL) works or not.
12756 I'm assuming it doesn't (contrary to ANSI C).
12757 EOM
12758                 fflushNULL="$undef"
12759                 ;;
12760         esac
12761         ;;
12762 $define|true|[yY]*)
12763         fflushNULL="$define"
12764         ;;
12765 *)
12766         fflushNULL="$undef"
12767         ;;
12768 esac
12769 : check explicit looping only if NULL did not work, and if the pipe
12770 : bug does not show up on an explicit flush too
12771 case "$fflushNULL" in
12772 "$undef")
12773         $cat >tryp.c <<EOCP
12774 #include <stdio.h>
12775 int
12776 main(int argc, char **argv)
12777 {
12778     char buf[1024];
12779     int i;
12780     char *bp = buf;
12781     while (1) {
12782         while ((i = getc(stdin)) != -1
12783                && (*bp++ = i) != '\n'
12784                && bp < &buf[1024])
12785         /* DO NOTHING */ ;
12786         *bp = '\0';
12787         fprintf(stdout, "%s", buf);
12788         fflush(stdin);
12789         if (i == -1)
12790             return 0;
12791         bp = buf;
12792     }
12793 }
12794 EOCP
12795         set tryp
12796         if eval $compile; then
12797             $rm -f tryp.out
12798             $cat tryp.c | ./tryp$exe_ext 2>/dev/null > tryp.out
12799             if cmp tryp.c tryp.out >/dev/null 2>&1; then
12800                $cat >&4 <<EOM
12801 Good, at least fflush(stdin) seems to behave okay when stdin is a pipe.
12802 EOM
12803                 : now check for fflushall behaviour
12804                 case "$fflushall" in
12805                 '')     set try -DTRY_FFLUSH_ALL $output
12806                         if eval $compile; then
12807                                 $cat >&4 <<EOM
12808 (Now testing the other method--but note that this also may fail.)
12809 EOM
12810                                 $rm -f try.out
12811                                 ./try$exe_ext 2>/dev/null
12812                                 if $test -s try.out -a "X$?" = X42; then
12813                                         fflushall="`$cat try.out`"
12814                                 fi
12815                         fi
12816                         $rm -f core try.core core.try.*
12817                         case "$fflushall" in
12818                         x)      $cat >&4 <<EOM
12819 Whew. Flushing explicitly all the stdio streams works.
12820 EOM
12821                                 fflushall="$define"
12822                                 ;;
12823                         '')     $cat >&4 <<EOM
12824 Sigh. Flushing explicitly all the stdio streams doesn't work.
12825 EOM
12826                                 fflushall="$undef"
12827                                 ;;
12828                         *)      $cat >&4 <<EOM
12829 Cannot figure out whether flushing stdio streams explicitly works or not.
12830 I'm assuming it doesn't.
12831 EOM
12832                                 fflushall="$undef"
12833                                 ;;
12834                         esac
12835                         ;;
12836                 "$define"|true|[yY]*)
12837                         fflushall="$define"
12838                         ;;
12839                 *)
12840                         fflushall="$undef"
12841                         ;;
12842                 esac
12843             else
12844                 $cat >&4 <<EOM
12845 All is futile.  Even fflush(stdin) clobbers input pipes!
12846 EOM
12847                 fflushall="$undef"
12848             fi
12849         else
12850             fflushall="$undef"
12851         fi
12852         $rm -f core tryp.c tryp.core core.tryp.*
12853         ;;
12854 *)      fflushall="$undef"
12855         ;;
12856 esac
12857
12858 case "$fflushNULL$fflushall" in
12859 undefundef)
12860         $cat <<EOM
12861 OK, I give up.  I cannot figure out how to flush pending stdio output.
12862 We won't be flushing handles at all before fork/exec/popen.
12863 EOM
12864         ;;
12865 esac
12866 $rm -f try.* try$exe_ext
12867
12868 : Store the full pathname to the ar program for use in the C program
12869 : Respect a hint or command line value for full_ar.
12870 case "$full_ar" in
12871 '') full_ar=$ar ;;
12872 esac
12873
12874 : Store the full pathname to the sed program for use in the C program
12875 full_sed=$sed
12876
12877 : see what type gids are declared as in the kernel
12878 echo " "
12879 echo "Looking for the type for group ids returned by getgid()."
12880 set gid_t gidtype xxx stdio.h sys/types.h
12881 eval $typedef
12882 case "$gidtype" in
12883 xxx)
12884         xxx=`./findhdr sys/user.h`
12885         set `grep 'groups\[NGROUPS\];' "$xxx" 2>/dev/null` unsigned short
12886         case $1 in
12887         unsigned) dflt="$1 $2" ;;
12888         *) dflt="$1" ;;
12889         esac
12890         ;;
12891 *) dflt="$gidtype";;
12892 esac
12893 case "$gidtype" in
12894 gid_t) echo "gid_t found." ;;
12895 *)      rp="What is the type for group ids returned by getgid()?"
12896         . ./myread
12897         gidtype="$ans"
12898         ;;
12899 esac
12900
12901 echo " "
12902 case "$gidtype" in
12903 *_t) zzz="$gidtype"     ;;
12904 *)   zzz="gid"          ;;
12905 esac
12906 echo "Checking the size of $zzz..." >&4 
12907 cat > try.c <<EOCP
12908 #include <sys/types.h>
12909 #include <stdio.h>
12910 int main() {
12911     printf("%d\n", (int)sizeof($gidtype));
12912     exit(0);
12913 }
12914 EOCP
12915 set try
12916 if eval $compile_ok; then
12917         yyy=`./try`
12918         case "$yyy" in
12919         '')     gidsize=4
12920                 echo "(I can't execute the test program--guessing $gidsize.)" >&4
12921                 ;;
12922         *)      gidsize=$yyy
12923                 echo "Your $zzz is $gidsize bytes long."
12924                 ;;
12925         esac
12926 else
12927         gidsize=4
12928         echo "(I can't compile the test program--guessing $gidsize.)" >&4
12929 fi
12930
12931
12932 echo " "
12933 case "$gidtype" in
12934 *_t) zzz="$gidtype"     ;;
12935 *)   zzz="gid"          ;;
12936 esac
12937 echo "Checking the sign of $zzz..." >&4 
12938 cat > try.c <<EOCP
12939 #include <sys/types.h>
12940 #include <stdio.h>
12941 int main() {
12942         $gidtype foo = -1;
12943         if (foo < 0)
12944                 printf("-1\n");
12945         else
12946                 printf("1\n");
12947 }
12948 EOCP
12949 set try
12950 if eval $compile; then
12951         yyy=`./try`
12952         case "$yyy" in
12953         '')     gidsign=1
12954                 echo "(I can't execute the test program--guessing unsigned.)" >&4
12955                 ;;
12956         *)      gidsign=$yyy
12957                 case "$gidsign" in
12958                  1) echo "Your $zzz is unsigned." ;;
12959                 -1) echo "Your $zzz is signed."   ;;
12960                 esac
12961                 ;;
12962         esac
12963 else
12964         gidsign=1
12965         echo "(I can't compile the test program--guessing unsigned.)" >&4
12966 fi
12967
12968
12969 echo " "
12970
12971 if $test X"$quadtype" != X; then
12972
12973 echo "Checking how to print 64-bit integers..." >&4
12974
12975 if $test X"$sPRId64" = X -a X"$quadtype" = Xint; then
12976         $cat >try.c <<'EOCP'
12977 #include <sys/types.h>
12978 #include <stdio.h>
12979 int main() {
12980   int q = 12345678901;
12981   printf("%ld\n", q);
12982 }
12983 EOCP
12984         set try
12985         if eval $compile; then
12986                 yyy=`./try$exe_ext`
12987                 case "$yyy" in
12988                 12345678901)
12989                         sPRId64='"d"'; sPRIi64='"i"'; sPRIu64='"u"';
12990                         sPRIo64='"o"'; sPRIx64='"x"'; sPRIXU64='"X"';
12991                         echo "We will use %d."
12992                         ;;
12993                 esac
12994         fi
12995 fi
12996
12997 if $test X"$sPRId64" = X -a X"$quadtype" = Xlong; then
12998         $cat >try.c <<'EOCP'
12999 #include <sys/types.h>
13000 #include <stdio.h>
13001 int main() {
13002   long q = 12345678901;
13003   printf("%ld\n", q);
13004 }
13005 EOCP
13006         set try
13007         if eval $compile; then
13008                 yyy=`./try$exe_ext`
13009                 case "$yyy" in
13010                 12345678901)
13011                         sPRId64='"ld"'; sPRIi64='"li"'; sPRIu64='"lu"';
13012                         sPRIo64='"lo"'; sPRIx64='"lx"'; sPRIXU64='"lX"';
13013                         echo "We will use %ld."
13014                         ;;
13015                 esac
13016         fi
13017 fi
13018
13019 if $test X"$sPRId64" = X -a X"$i_inttypes" = X"$define" -a X"$quadtype" = Xint64_t; then
13020         $cat >try.c <<'EOCP'
13021 #include <sys/types.h>
13022 #include <inttypes.h>
13023 #include <stdio.h>
13024 int main() {
13025   int64_t q = 12345678901;
13026   printf("%" PRId64 "\n", q);
13027 }
13028 EOCP
13029         set try
13030         if eval $compile; then
13031                 yyy=`./try$exe_ext`
13032                 case "$yyy" in
13033                 12345678901)
13034                         sPRId64=PRId64; sPRIi64=PRIi64; sPRIu64=PRIu64;
13035                         sPRIo64=PRIo64; sPRIx64=PRIx64; sPRIXU64=PRIXU64;
13036                         echo "We will use the C9X style."
13037                         ;;
13038                 esac
13039         fi
13040 fi
13041
13042 if $test X"$sPRId64" = X -a X"$quadtype" = X"long long"; then
13043         $cat >try.c <<'EOCP'
13044 #include <sys/types.h>
13045 #include <stdio.h>
13046 int main() {
13047   long long q = 12345678901LL; /* AIX cc requires the LL suffix. */
13048   printf("%lld\n", q);
13049 }
13050 EOCP
13051         set try
13052         if eval $compile; then
13053                 yyy=`./try$exe_ext`
13054                 case "$yyy" in
13055                 12345678901)
13056                         sPRId64='"lld"'; sPRIi64='"lli"'; sPRIu64='"llu"';
13057                         sPRIo64='"llo"'; sPRIx64='"llx"'; sPRIXU64='"llX"';
13058                         echo "We will use the %lld style."
13059                         ;;
13060                 esac
13061         fi
13062 fi
13063
13064 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
13065         $cat >try.c <<EOCP
13066 #include <sys/types.h>
13067 #include <stdio.h>
13068 int main() {
13069   $quadtype q = 12345678901;
13070   printf("%Ld\n", q);
13071 }
13072 EOCP
13073         set try
13074         if eval $compile; then
13075                 yyy=`./try$exe_ext`
13076                 case "$yyy" in
13077                 12345678901)
13078                         sPRId64='"Ld"'; sPRIi64='"Li"'; sPRIu64='"Lu"';
13079                         sPRIo64='"Lo"'; sPRIx64='"Lx"'; sPRIXU64='"LX"';
13080                         echo "We will use %Ld."
13081                         ;;
13082                 esac
13083         fi
13084 fi
13085
13086 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
13087         $cat >try.c <<EOCP
13088 #include <sys/types.h>
13089 #include <stdio.h>
13090 int main() {
13091   $quadtype q = 12345678901;
13092   printf("%qd\n", q);
13093 }
13094 EOCP
13095         set try
13096         if eval $compile; then
13097                 yyy=`./try$exe_ext`
13098                 case "$yyy" in
13099                 12345678901)
13100                         sPRId64='"qd"'; sPRIi64='"qi"'; sPRIu64='"qu"';
13101                         sPRIo64='"qo"'; sPRIx64='"qx"'; sPRIXU64='"qX"';
13102                         echo "We will use %qd."
13103                         ;;
13104                 esac
13105         fi
13106 fi
13107
13108 if $test X"$sPRId64" = X; then
13109         echo "Cannot figure out how to print 64-bit integers." >&4
13110 fi
13111
13112 $rm -f try try.*
13113
13114 fi
13115
13116 case "$sPRId64" in
13117 '')     d_PRId64="$undef"; d_PRIi64="$undef"; d_PRIu64="$undef"; 
13118         d_PRIo64="$undef"; d_PRIx64="$undef"; d_PRIXU64="$undef"; 
13119         ;;
13120 *)      d_PRId64="$define"; d_PRIi64="$define"; d_PRIu64="$define"; 
13121         d_PRIo64="$define"; d_PRIx64="$define"; d_PRIXU64="$define"; 
13122         ;;
13123 esac
13124
13125
13126 echo " "
13127 $echo "Checking the format strings to be used for Perl's internal types..." >&4
13128
13129 if $test X"$ivsize" = X8; then
13130         ivdformat="$sPRId64"
13131         uvuformat="$sPRIu64"
13132         uvoformat="$sPRIo64"
13133         uvxformat="$sPRIx64"
13134         uvXUformat="$sPRIXU64"
13135 else
13136         if $test X"$ivsize" = X"$longsize"; then
13137                 ivdformat='"ld"'
13138                 uvuformat='"lu"'
13139                 uvoformat='"lo"'
13140                 uvxformat='"lx"'
13141                 uvXUformat='"lX"'
13142         else
13143                 if $test X"$ivsize" = X"$intsize"; then
13144                         ivdformat='"d"'
13145                         uvuformat='"u"'
13146                         uvoformat='"o"'
13147                         uvxformat='"x"'
13148                         uvXUformat='"X"'
13149                 else
13150                         : far out
13151                         if $test X"$ivsize" = X"$shortsize"; then
13152                                 ivdformat='"hd"'
13153                                 uvuformat='"hu"'
13154                                 uvoformat='"ho"'
13155                                 uvxformat='"hx"'
13156                                 uvXUformat='"hX"'
13157                         fi
13158                 fi
13159         fi
13160 fi
13161
13162 if $test X"$uselongdouble" = X"$define" -a X"$d_longdbl" = X"$define" -a X"$d_PRIgldbl" = X"$define"; then
13163         nveformat="$sPRIeldbl"
13164         nvfformat="$sPRIfldbl"
13165         nvgformat="$sPRIgldbl"
13166         nvEUformat="$sPRIEUldbl"
13167         nvFUformat="$sPRIFUldbl"
13168         nvGUformat="$sPRIGUldbl"
13169 else
13170         nveformat='"e"'
13171         nvfformat='"f"'
13172         nvgformat='"g"'
13173         nvEUformat='"E"'
13174         nvFUformat='"F"'
13175         nvGUformat='"G"'
13176 fi
13177
13178 case "$ivdformat" in
13179 '') echo "$0: Fatal: failed to find format strings, cannot continue." >& 4
13180     exit 1
13181     ;;
13182 esac
13183
13184
13185 echo " "
13186 $echo "Checking the format string to be used for gids..." >&4
13187
13188 case "$gidsign" in
13189 -1)     if $test X"$gidsize" = X"$ivsize"; then
13190                 gidformat="$ivdformat"
13191         else
13192                 if $test X"$gidsize" = X"$longsize"; then
13193                         gidformat='"ld"'
13194                 else
13195                         if $test X"$gidsize" = X"$intsize"; then
13196                                 gidformat='"d"'
13197                         else
13198                                 if $test X"$gidsize" = X"$shortsize"; then
13199                                         gidformat='"hd"'
13200                                 fi
13201                         fi
13202                 fi
13203         fi
13204         ;;
13205 *)      if $test X"$gidsize" = X"$uvsize"; then
13206                 gidformat="$uvuformat"
13207         else
13208                 if $test X"$gidsize" = X"$longsize"; then
13209                         gidformat='"lu"'
13210                 else
13211                         if $test X"$gidsize" = X"$intsize"; then
13212                                 gidformat='"u"'
13213                         else
13214                                 if $test X"$gidsize" = X"$shortsize"; then
13215                                         gidformat='"hu"'
13216                                 fi
13217                         fi
13218                 fi
13219         fi
13220         ;;
13221 esac
13222
13223 : see if getgroups exists
13224 set getgroups d_getgrps
13225 eval $inlibc
13226
13227 : see if setgroups exists
13228 set setgroups d_setgrps
13229 eval $inlibc
13230
13231
13232 : Find type of 2nd arg to 'getgroups()' and 'setgroups()'
13233 echo " "
13234 case "$d_getgrps$d_setgrps" in
13235 *define*)
13236         case "$groupstype" in
13237         '') dflt="$gidtype" ;;
13238         *)  dflt="$groupstype" ;;
13239         esac
13240         $cat <<EOM
13241 What type of pointer is the second argument to getgroups() and setgroups()?
13242 Usually this is the same as group ids, $gidtype, but not always.
13243
13244 EOM
13245         rp='What type pointer is the second argument to getgroups() and setgroups()?'
13246         . ./myread
13247         groupstype="$ans"
13248         ;;
13249 *)  groupstype="$gidtype";;
13250 esac
13251
13252 echo " "
13253 echo "Checking if your $make program sets \$(MAKE)..." >&4
13254 case "$make_set_make" in
13255 '')
13256         $sed 's/^X //' > testmake.mak << 'EOF'
13257 Xall:
13258 X       @echo 'maketemp="$(MAKE)"'
13259 EOF
13260         case "`$make -f testmake.mak 2>/dev/null`" in
13261         *maketemp=*) make_set_make='#' ;;
13262         *)      make_set_make="MAKE=$make" ;;
13263         esac
13264         $rm -f testmake.mak
13265         ;;
13266 esac
13267 case "$make_set_make" in
13268 '#') echo "Yup, it does.";;
13269 *) echo "Nope, it doesn't.";;
13270 esac
13271
13272 : see what type is used for mode_t
13273 rp="What is the type used for file modes for system calls (e.g. fchmod())?"
13274 set mode_t modetype int stdio.h sys/types.h
13275 eval $typedef_ask
13276
13277 : define a fucntion to check prototypes
13278 $cat > protochk <<EOSH
13279 $startsh
13280 cc="$cc"
13281 optimize="$optimize"
13282 ccflags="$ccflags"
13283 prototype="$prototype"
13284 define="$define"
13285 rm=$rm
13286 EOSH
13287
13288 $cat >> protochk <<'EOSH'
13289
13290 $rm -f try.c
13291 foo="$1"
13292 shift
13293 while test $# -ge 2; do
13294         case "$1" in
13295                 $define) echo "#include <$2>" >> try.c ;;
13296                 literal) echo "$2" >> try.c ;;
13297         esac
13298     shift 2
13299 done
13300 test "$prototype" = "$define"  && echo '#define CAN_PROTOTYPE' >> try.c
13301 cat >> try.c <<'EOCP'
13302 #ifdef CAN_PROTOTYPE
13303 #define _(args) args
13304 #else
13305 #define _(args) ()
13306 #endif
13307 EOCP
13308 echo "$foo" >> try.c
13309 echo 'int no_real_function_has_this_name _((void)) { return 0; }' >> try.c
13310 $cc $optimize $ccflags -c try.c > /dev/null 2>&1
13311 status=$?
13312 $rm -f try.[co]
13313 exit $status
13314 EOSH
13315 chmod +x protochk
13316 $eunicefix protochk
13317
13318 : see what type is used for size_t
13319 rp="What is the type used for the length parameter for string functions?"
13320 set size_t sizetype 'unsigned int' stdio.h sys/types.h
13321 eval $typedef_ask
13322
13323 : check for type of arguments to gethostbyaddr. 
13324 if test "X$netdb_host_type" = X -o "X$netdb_hlen_type" = X; then
13325         case "$d_gethbyaddr" in
13326         $define)
13327                 $cat <<EOM
13328
13329 Checking to see what type of arguments are accepted by gethostbyaddr().
13330 EOM
13331                 hdrs="$define sys/types.h
13332                         $d_socket sys/socket.h 
13333                         $i_niin netinet/in.h 
13334                         $i_netdb netdb.h
13335                         $i_unistd unistd.h"
13336                 : The first arg can 'char *' or 'void *'
13337                 : The second arg is some of integral type
13338                 for xxx in in_addr_t 'const void *' 'const char *' 'void *' 'char *'; do
13339                         for yyy in size_t long int; do
13340                                 case "$netdb_host_type" in
13341                                 '')     try="extern struct hostent *gethostbyaddr($xxx, $yyy, int);"
13342                                         if ./protochk "$try" $hdrs; then
13343                                                 echo "Your system accepts $xxx for the first arg."
13344                                                 echo "...and $yyy for the second arg."
13345                                                 netdb_host_type="$xxx"
13346                                                 netdb_hlen_type="$yyy"
13347                                         fi
13348                                         ;;
13349                                 esac
13350                         done
13351                 done
13352                 : In case none of those worked, prompt the user.
13353                 case "$netdb_host_type" in
13354                 '')     rp='What is the type for the 1st argument to gethostbyaddr?'
13355                         dflt='char *'
13356                         . ./myread
13357                         netdb_host_type=$ans
13358                         rp='What is the type for the 2nd argument to gethostbyaddr?'
13359                         dflt="$sizetype"
13360                         . ./myread
13361                         netdb_hlen_type=$ans
13362                         ;;
13363                 esac
13364                 ;;
13365         *)      : no gethostbyaddr, so pick harmless defaults
13366                 netdb_host_type='char *'
13367                 netdb_hlen_type="$sizetype"
13368                 ;;
13369         esac
13370         # Remove the "const" if needed. -- but then we'll have a 
13371         # prototype clash!
13372         # netdb_host_type=`echo "$netdb_host_type" | sed 's/^const //'`
13373 fi
13374
13375 : check for type of argument to gethostbyname. 
13376 if test "X$netdb_name_type" = X ; then
13377         case "$d_gethbyname" in
13378         $define)
13379                 $cat <<EOM
13380
13381 Checking to see what type of argument is accepted by gethostbyname().
13382 EOM
13383                 hdrs="$define sys/types.h
13384                         $d_socket sys/socket.h 
13385                         $i_niin netinet/in.h 
13386                         $i_netdb netdb.h
13387                         $i_unistd unistd.h"
13388                 for xxx in "const char *" "char *"; do
13389                         case "$netdb_name_type" in
13390                         '')     try="extern struct hostent *gethostbyname($xxx);"
13391                                 if ./protochk "$try" $hdrs; then
13392                                         echo "Your system accepts $xxx."
13393                                         netdb_name_type="$xxx"
13394                                 fi
13395                                 ;;
13396                         esac
13397                 done
13398                 : In case none of those worked, prompt the user.
13399                 case "$netdb_name_type" in
13400                 '')     rp='What is the type for the 1st argument to gethostbyname?'
13401                         dflt='char *'
13402                         . ./myread
13403                         netdb_name_type=$ans
13404                         ;;
13405                 esac
13406                 ;;
13407         *)      : no gethostbyname, so pick harmless default
13408                 netdb_name_type='char *'
13409                 ;;
13410         esac
13411 fi
13412
13413 : check for type of 1st argument to getnetbyaddr. 
13414 if test "X$netdb_net_type" = X ; then
13415         case "$d_getnbyaddr" in
13416         $define)
13417                 $cat <<EOM
13418
13419 Checking to see what type of 1st argument is accepted by getnetbyaddr().
13420 EOM
13421                 hdrs="$define sys/types.h
13422                         $d_socket sys/socket.h 
13423                         $i_niin netinet/in.h 
13424                         $i_netdb netdb.h
13425                         $i_unistd unistd.h"
13426                 for xxx in in_addr_t "unsigned long" long "unsigned int" int; do
13427                         case "$netdb_net_type" in
13428                         '')     try="extern struct netent *getnetbyaddr($xxx, int);"
13429                                 if ./protochk "$try" $hdrs; then
13430                                         echo "Your system accepts $xxx."
13431                                         netdb_net_type="$xxx"
13432                                 fi
13433                                 ;;
13434                         esac
13435                 done
13436                 : In case none of those worked, prompt the user.
13437                 case "$netdb_net_type" in
13438                 '')     rp='What is the type for the 1st argument to getnetbyaddr?'
13439                         dflt='long'
13440                         . ./myread
13441                         netdb_net_type=$ans
13442                         ;;
13443                 esac
13444                 ;;
13445         *)      : no getnetbyaddr, so pick harmless default
13446                 netdb_net_type='long'
13447                 ;;
13448         esac
13449 fi
13450 : locate the preferred pager for this system
13451 case "$pager" in
13452 '')
13453         dflt=''
13454         case "$pg" in
13455         /*) dflt=$pg;;
13456         [a-zA-Z]:/*) dflt=$pg;;
13457         esac
13458         case "$more" in
13459         /*) dflt=$more;;
13460         [a-zA-Z]:/*) dflt=$more;;
13461         esac
13462         case "$less" in
13463         /*) dflt=$less;;
13464         [a-zA-Z]:/*) dflt=$less;;
13465         esac
13466         case "$dflt" in
13467         '') dflt=/usr/ucb/more;;
13468         esac
13469         ;;
13470 *) dflt="$pager";;
13471 esac
13472 echo " "
13473 fn=f/
13474 rp='What pager is used on your system?'
13475 . ./getfile
13476 pager="$ans"
13477
13478 : see what type pids are declared as in the kernel
13479 rp="What is the type of process ids on this system?"
13480 set pid_t pidtype int stdio.h sys/types.h
13481 eval $typedef_ask
13482
13483 : Find earliest binary compatible site_perl subdirectory perl can use.
13484 case "$bincompat5005" in
13485 "$define") xs_apiversion='5.005' ;;
13486 *) xs_apiversion=$version ;;   # The current site_perl version.
13487 esac
13488 : Find earliest pure perl site_perl subdirectory perl can use.
13489 : The versioned directories started at 5.005.
13490 pm_apiversion='5.005'
13491
13492 : check for length of pointer
13493 echo " "
13494 case "$ptrsize" in
13495 '')
13496         echo "Checking to see how big your pointers are..." >&4
13497         if test "$voidflags" -gt 7; then
13498                 echo '#define VOID_PTR char *' > try.c
13499         else
13500                 echo '#define VOID_PTR void *' > try.c
13501         fi
13502         $cat >>try.c <<'EOCP'
13503 #include <stdio.h>
13504 int main()
13505 {
13506     printf("%d\n", (int)sizeof(VOID_PTR));
13507     exit(0);
13508 }
13509 EOCP
13510         set try
13511         if eval $compile_ok; then
13512                 ptrsize=`./try`
13513                 echo "Your pointers are $ptrsize bytes long."
13514         else
13515                 dflt='4'
13516                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
13517                 rp="What is the size of a pointer (in bytes)?"
13518                 . ./myread
13519                 ptrsize="$ans"
13520         fi
13521         ;;
13522 esac
13523 $rm -f try.c try
13524
13525 : see if ar generates random libraries by itself
13526 echo " "
13527 echo "Checking how to generate random libraries on your machine..." >&4
13528 echo 'int bar1() { return bar2(); }' > bar1.c
13529 echo 'int bar2() { return 2; }' > bar2.c
13530 $cat > foo.c <<'EOP'
13531 int main() { printf("%d\n", bar1()); exit(0); }
13532 EOP
13533 $cc $ccflags -c bar1.c >/dev/null 2>&1
13534 $cc $ccflags -c bar2.c >/dev/null 2>&1
13535 $cc $ccflags -c foo.c >/dev/null 2>&1
13536 $ar rc bar$_a bar2$_o bar1$_o >/dev/null 2>&1
13537 if $cc $ccflags $ldflags -o foobar foo$_o bar$_a $libs > /dev/null 2>&1 &&
13538         ./foobar >/dev/null 2>&1; then
13539         echo "$ar appears to generate random libraries itself."
13540         orderlib=false
13541         ranlib=":"
13542 elif $ar ts bar$_a >/dev/null 2>&1 &&
13543         $cc $ccflags $ldflags -o foobar foo$_o bar$_a $libs > /dev/null 2>&1 &&
13544         ./foobar >/dev/null 2>&1; then
13545                 echo "a table of contents needs to be added with '$ar ts'."
13546                 orderlib=false
13547                 ranlib="$ar ts"
13548 else
13549         case "$ranlib" in
13550         :) ranlib='';;
13551         '')
13552                 ranlib=`./loc ranlib X /usr/bin /bin /usr/local/bin`
13553                 $test -f $ranlib || ranlib=''
13554                 ;;
13555         esac
13556         if $test -n "$ranlib"; then
13557                 echo "your system has '$ranlib'; we'll use that."
13558                 orderlib=false
13559         else
13560                 echo "your system doesn't seem to support random libraries"
13561                 echo "so we'll use lorder and tsort to order the libraries."
13562                 orderlib=true
13563                 ranlib=":"
13564         fi
13565 fi
13566 $rm -f foo* bar* 
13567
13568 : check for type of arguments to select. 
13569 case "$selecttype" in
13570 '') case "$d_select" in
13571         $define)
13572                 echo " "
13573                 $cat <<EOM
13574 Checking to see what type of arguments are accepted by select().
13575 EOM
13576                 hdrs="$define sys/types.h
13577                         $i_systime sys/time.h 
13578                         $i_sysselct sys/select.h
13579                         $d_socket sys/socket.h"
13580                 : The first arg can be int, unsigned, or size_t
13581                 : The last arg may or may not be 'const'
13582                 val=''
13583                 : void pointer has been seen but using that
13584                 : breaks the selectminbits test
13585                 for xxx in 'fd_set *' 'int *'; do
13586                         for nfd in 'int' 'size_t' 'unsigned long' 'unsigned' ; do
13587                                 for tmo in 'struct timeval *' 'const struct timeval *'; do
13588                                         case "$val" in
13589                                         '')     try="extern select _(($nfd, $xxx, $xxx, $xxx, $tmo));"
13590                                                 if ./protochk "$try" $hdrs; then
13591                                                         echo "Your system accepts $xxx."
13592                                                         val="$xxx"
13593                                                 fi
13594                                                 ;;
13595                                         esac
13596                                 done
13597                         done
13598                 done
13599                 case "$val" in
13600                 '')     rp='What is the type for the 2nd, 3rd, and 4th arguments to select?'
13601                         case "$d_fd_set" in
13602                                 $define) dflt="fd_set *" ;;
13603                                 *)              dflt="int *" ;;
13604                         esac
13605                         . ./myread
13606                         val=$ans
13607                         ;;
13608                 esac
13609                 selecttype="$val"
13610                 ;;
13611         *)      : no select, so pick a harmless default
13612                 selecttype='int *'
13613                 ;;
13614         esac
13615         ;;
13616 esac
13617
13618 : check for the select 'width'
13619 case "$selectminbits" in
13620 '') case "$d_select" in
13621         $define)
13622                 $cat <<EOM
13623
13624 Checking to see on how many bits at a time your select() operates...
13625 EOM
13626                 $cat >try.c <<EOCP
13627 #include <sys/types.h>
13628 #$i_time I_TIME
13629 #$i_systime I_SYS_TIME
13630 #$i_systimek I_SYS_TIME_KERNEL
13631 #ifdef I_TIME
13632 #   include <time.h>
13633 #endif
13634 #ifdef I_SYS_TIME
13635 #   ifdef I_SYS_TIME_KERNEL
13636 #       define KERNEL
13637 #   endif
13638 #   include <sys/time.h>
13639 #   ifdef I_SYS_TIME_KERNEL
13640 #       undef KERNEL
13641 #   endif
13642 #endif
13643 #$i_sysselct I_SYS_SELECT
13644 #ifdef I_SYS_SELECT
13645 #include <sys/select.h>
13646 #endif
13647 #$d_socket HAS_SOCKET
13648 #ifdef HAS_SOCKET
13649 #   include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
13650 #endif
13651 #include <stdio.h>
13652 $selecttype b;
13653 #define S sizeof(*(b))
13654 #define MINBITS 64
13655 #define NBYTES (S * 8 > MINBITS ? S : MINBITS/8)
13656 #define NBITS  (NBYTES * 8)
13657 int main() {
13658     char s[NBYTES];
13659     struct timeval t;
13660     int i;
13661     FILE* fp;
13662     int fd;
13663
13664     fclose(stdin);
13665     fp = fopen("try.c", "r");
13666     if (fp == 0)
13667       exit(1);
13668     fd = fileno(fp);
13669     if (fd < 0)
13670       exit(2);
13671     b = ($selecttype)s;
13672     for (i = 0; i < NBITS; i++)
13673         FD_SET(i, b);
13674     t.tv_sec  = 0;
13675     t.tv_usec = 0;
13676     select(fd + 1, b, 0, 0, &t);
13677     for (i = NBITS - 1; i > fd && FD_ISSET(i, b); i--);
13678     printf("%d\n", i + 1);
13679     return 0;
13680 }
13681 EOCP
13682                 set try
13683                 if eval $compile_ok; then
13684                         selectminbits=`./try`
13685                         case "$selectminbits" in
13686                         '')     cat >&4 <<EOM
13687 Cannot figure out on how many bits at a time your select() operates.
13688 I'll play safe and guess it is 32 bits.
13689 EOM
13690                                 selectminbits=32
13691                                 bits="32 bits"
13692                                 ;;
13693                         1)      bits="1 bit" ;;
13694                         *)      bits="$selectminbits bits" ;;
13695                         esac
13696                         echo "Your select() operates on $bits at a time." >&4
13697                 else
13698                         rp='What is the minimum number of bits your select() operates on?'
13699                         case "$byteorder" in
13700                         1234|12345678)  dflt=32 ;;
13701                         *)              dflt=1  ;;
13702                         esac
13703                         . ./myread
13704                         val=$ans
13705                         selectminbits="$val"
13706                 fi
13707                 $rm -f try.* try
13708                 ;;
13709         *)      : no select, so pick a harmless default
13710                 selectminbits='32'
13711                 ;;
13712         esac
13713         ;;
13714 esac
13715
13716 : Trace out the files included by signal.h, then look for SIGxxx names.
13717 : Remove SIGARRAYSIZE used by HPUX.
13718 : Remove SIGSTKSIZE used by Linux.
13719 : Remove SIGSTKSZ used by Posix.
13720 : Remove SIGTYP void lines used by OS2.
13721 : Some cpps, like os390, dont give the file name anywhere
13722 if [ "X$fieldn" = X ]; then
13723         : Just make some guesses.  We check them later.
13724         xxx='/usr/include/signal.h /usr/include/sys/signal.h'
13725 else
13726         xxx=`echo '#include <signal.h>' |
13727         $cppstdin $cppminus $cppflags 2>/dev/null |
13728         $grep '^[       ]*#.*include' | 
13729         $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sort | $uniq`
13730 fi
13731 : Check this list of files to be sure we have parsed the cpp output ok.
13732 : This will also avoid potentially non-existent files, such 
13733 : as ../foo/bar.h
13734 xxxfiles=''
13735 for xx in $xxx /dev/null ; do
13736         $test -f "$xx" && xxxfiles="$xxxfiles $xx"
13737 done
13738 : If we have found no files, at least try signal.h
13739 case "$xxxfiles" in
13740 '')     xxxfiles=`./findhdr signal.h` ;;
13741 esac
13742 xxx=`awk '
13743 $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $2 !~ /SIGARRAYSIZE/ && $2 !~ /SIGSTKSIZE/ && $2 !~ /SIGSTKSZ/ && $3 !~ /void/ {
13744         print substr($2, 4, 20)
13745 }
13746 $1 == "#" && $2 ~ /^define$/ && $3 ~ /^SIG[A-Z0-9]*$/ && $3 !~ /SIGARRAYSIZE/ && $4 !~ /void/ {
13747         print substr($3, 4, 20)
13748 }' $xxxfiles`
13749 : Append some common names just in case the awk scan failed.
13750 xxx="$xxx ABRT ALRM BUS CANCEL CHLD CLD CONT DIL EMT FPE"
13751 xxx="$xxx FREEZE HUP ILL INT IO IOT KILL LOST LWP PHONE"
13752 xxx="$xxx PIPE POLL PROF PWR QUIT RTMAX RTMIN SEGV STKFLT STOP"
13753 xxx="$xxx SYS TERM THAW TRAP TSTP TTIN TTOU URG USR1 USR2"
13754 xxx="$xxx USR3 USR4 VTALRM WAITING WINCH WIND WINDOW XCPU XFSZ"
13755
13756 : generate a few handy files for later
13757 $cat > signal.c <<'EOCP'
13758 #include <sys/types.h>
13759 #include <signal.h>
13760 #include <stdio.h>
13761 int main() {
13762
13763 /* Strange style to avoid deeply-nested #if/#else/#endif */
13764 #ifndef NSIG
13765 #  ifdef _NSIG
13766 #    define NSIG (_NSIG)
13767 #  endif
13768 #endif
13769
13770 #ifndef NSIG
13771 #  ifdef SIGMAX
13772 #    define NSIG (SIGMAX+1)
13773 #  endif
13774 #endif
13775
13776 #ifndef NSIG
13777 #  ifdef SIG_MAX
13778 #    define NSIG (SIG_MAX+1)
13779 #  endif
13780 #endif
13781
13782 #ifndef NSIG
13783 #  ifdef MAXSIG
13784 #    define NSIG (MAXSIG+1)
13785 #  endif
13786 #endif
13787
13788 #ifndef NSIG
13789 #  ifdef MAX_SIG
13790 #    define NSIG (MAX_SIG+1)
13791 #  endif
13792 #endif
13793
13794 #ifndef NSIG
13795 #  ifdef SIGARRAYSIZE
13796 #    define NSIG (SIGARRAYSIZE+1) /* Not sure of the +1 */
13797 #  endif
13798 #endif
13799
13800 #ifndef NSIG
13801 #  ifdef _sys_nsig
13802 #    define NSIG (_sys_nsig) /* Solaris 2.5 */
13803 #  endif
13804 #endif
13805
13806 /* Default to some arbitrary number that's big enough to get most
13807    of the common signals.
13808 */
13809 #ifndef NSIG
13810 #    define NSIG 50
13811 #endif
13812
13813 printf("NSIG %d\n", NSIG);
13814
13815 #ifndef JUST_NSIG
13816
13817 EOCP
13818
13819 echo $xxx | $tr ' ' $trnl | $sort | $uniq | $awk '
13820 {
13821         printf "#ifdef SIG"; printf $1; printf "\n"
13822         printf "printf(\""; printf $1; printf " %%d\\n\",SIG";
13823         printf $1; printf ");\n"
13824         printf "#endif\n"
13825 }
13826 END {
13827         printf "#endif /* JUST_NSIG */\n";
13828         printf "exit(0);\n}\n";
13829 }
13830 ' >>signal.c
13831 $cat >signal.awk <<'EOP'
13832 BEGIN { ndups = 0 }
13833 $1 ~ /^NSIG$/ { nsig = $2 }
13834 ($1 !~ /^NSIG$/) && (NF == 2) {
13835     if ($2 > maxsig) { maxsig = $2 }
13836     if (sig_name[$2]) {
13837         dup_name[ndups] = $1
13838         dup_num[ndups] = $2
13839         ndups++ 
13840     }
13841     else {
13842         sig_name[$2] = $1
13843         sig_num[$2] = $2
13844     }
13845 }
13846 END { 
13847     if (nsig == 0) {
13848         nsig = maxsig + 1
13849     }
13850     printf("NSIG %d\n", nsig);
13851     for (n = 1; n < nsig; n++) {
13852         if (sig_name[n]) {
13853             printf("%s %d\n", sig_name[n], sig_num[n])
13854         }
13855         else {
13856             printf("NUM%d %d\n", n, n) 
13857         }
13858     }
13859     for (n = 0; n < ndups; n++) {
13860         printf("%s %d\n", dup_name[n], dup_num[n])
13861     }
13862 }
13863 EOP
13864 $cat >signal_cmd <<EOS
13865 $startsh
13866 if $test -s signal.lst; then
13867     echo "Using your existing signal.lst file"
13868         exit 0
13869 fi
13870 xxx="$xxx"
13871 EOS
13872 $cat >>signal_cmd <<'EOS'
13873
13874 set signal
13875 if eval $compile_ok; then
13876         ./signal$_exe | $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
13877 else
13878         echo "(I can't seem be able to compile the whole test program)" >&4
13879         echo "(I'll try it in little pieces.)" >&4
13880         set signal -DJUST_NSIG
13881         if eval $compile_ok; then
13882                 ./signal$_exe > signal.nsg
13883                 $cat signal.nsg
13884         else
13885                 echo "I can't seem to figure out how many signals you have." >&4
13886                 echo "Guessing 50." >&4
13887                 echo 'NSIG 50' > signal.nsg
13888         fi
13889         : Now look at all the signal names, one at a time.
13890         for xx in `echo $xxx | $tr ' ' $trnl | $sort | $uniq`; do
13891                 $cat > signal.c <<EOCP
13892 #include <sys/types.h>
13893 #include <signal.h>
13894 #include <stdio.h>
13895 int main() {
13896 printf("$xx %d\n", SIG${xx});
13897 return 0;
13898 }
13899 EOCP
13900                 set signal
13901                 if eval $compile; then
13902                         echo "SIG${xx} found."
13903                         ./signal$_exe  >> signal.ls1
13904                 else
13905                         echo "SIG${xx} NOT found."
13906                 fi
13907         done
13908         if $test -s signal.ls1; then
13909                 $cat signal.nsg signal.ls1 |
13910                         $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
13911         fi
13912
13913 fi
13914 if $test -s signal.lst; then
13915         :
13916 else
13917         echo "(AAK! I can't compile the test programs -- Guessing)" >&4
13918         echo 'kill -l' >signal
13919         set X `csh -f <signal`
13920         $rm -f signal
13921         shift
13922         case $# in
13923         0) set HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM;;
13924         esac
13925         echo $@ | $tr ' ' $trnl | \
13926             $awk '{ printf "%s %d\n", $1, ++s; }
13927                   END { printf "NSIG %d\n", ++s }' >signal.lst
13928 fi
13929 $rm -f signal.c signal$_exe signal$_o signal.nsg signal.ls1
13930 EOS
13931 chmod a+x signal_cmd
13932 $eunicefix signal_cmd
13933
13934 : generate list of signal names
13935 echo " "
13936 case "$sig_name_init" in
13937 '') doinit=yes ;;
13938 *)  case "$sig_num_init" in
13939     ''|*,*) doinit=yes ;;
13940     esac ;;
13941 esac
13942 case "$doinit" in
13943 yes)
13944         echo "Generating a list of signal names and numbers..." >&4
13945         . ./signal_cmd
13946         sig_count=`$awk '/^NSIG/ { printf "%d", $2 }' signal.lst`
13947         sig_name=`$awk 'BEGIN { printf "ZERO " }
13948                         !/^NSIG/ { printf "%s ", $1 }' signal.lst`
13949         sig_num=`$awk  'BEGIN { printf "0 " }
13950                         !/^NSIG/ { printf "%d ", $2 }' signal.lst`
13951         sig_name_init=`$awk 'BEGIN      { printf "\"ZERO\", " }
13952                              !/^NSIG/   { printf "\"%s\", ", $1 }
13953                              END        { printf "0\n" }' signal.lst`
13954         sig_num_init=`$awk  'BEGIN      { printf "0, " }
13955                              !/^NSIG/   { printf "%d, ", $2}
13956                              END        { printf "0\n"}' signal.lst`
13957         ;;
13958 esac
13959 echo "The following $sig_count signals are available:"
13960 echo " "
13961 echo $sig_name | $awk \
13962 'BEGIN { linelen = 0 }
13963 {
13964         for (i = 1; i <= NF; i++) {
13965                 name = "SIG" $i " "
13966                 linelen = linelen + length(name)
13967                 if (linelen > 70) {
13968                         printf "\n"
13969                         linelen = length(name)
13970                 }
13971                 printf "%s", name
13972         }
13973         printf "\n"
13974 }'
13975 $rm -f signal signal.c signal.awk signal.lst signal_cmd 
13976
13977 echo " "
13978 case "$sizetype" in
13979 *_t) zzz="$sizetype"    ;;
13980 *)   zzz="filesize"     ;;
13981 esac
13982 echo "Checking the size of $zzz..." >&4 
13983 cat > try.c <<EOCP
13984 #include <sys/types.h>
13985 #include <stdio.h>
13986 int main() {
13987     printf("%d\n", (int)sizeof($sizetype));
13988     exit(0);
13989 }
13990 EOCP
13991 set try
13992 if eval $compile_ok; then
13993         yyy=`./try`
13994         case "$yyy" in
13995         '')     sizesize=4
13996                 echo "(I can't execute the test program--guessing $sizesize.)" >&4
13997                 ;;
13998         *)      sizesize=$yyy
13999                 echo "Your $zzz size is $sizesize bytes."
14000                 ;;
14001         esac
14002 else
14003         sizesize=4
14004         echo "(I can't compile the test program--guessing $sizesize.)" >&4
14005 fi
14006
14007
14008 : check for socklen_t
14009 echo " "
14010 echo "Checking to see if you have socklen_t..." >&4
14011 $cat >try.c <<EOCP
14012 #include <sys/types.h>
14013 #$d_socket HAS_SOCKET
14014 #ifdef HAS_SOCKET
14015 #include <sys/socket.h>
14016 #endif
14017 int main() { socklen_t x = 16; }
14018 EOCP
14019 set try
14020 if eval $compile; then
14021         val="$define"
14022         echo "You have socklen_t."
14023 else
14024         val="$undef"
14025         echo "You do not have socklen_t."
14026         case "$sizetype" in
14027         size_t) echo "(You do have size_t, that might work. Some people are happy with just an int.)" ;;
14028         esac
14029 fi
14030 $rm -f try try.*
14031 set d_socklen_t
14032 eval $setvar
14033
14034 : check for type of the size argument to socket calls
14035 case "$d_socket" in
14036 "$define")
14037         $cat <<EOM
14038
14039 Checking to see what type is the last argument of accept().
14040 EOM
14041         hdrs="$define sys/types.h $d_socket sys/socket.h" 
14042         yyy=''
14043         case "$d_socklen_t" in
14044         "$define") yyy="$yyy socklen_t"
14045         esac
14046         yyy="$yyy $sizetype int long unsigned"
14047         for xxx in $yyy; do
14048                 case "$socksizetype" in
14049                 '')     try="extern int accept(int, struct sockaddr *, $xxx *);"
14050                         if ./protochk "$try" $hdrs; then
14051                                 echo "Your system accepts '$xxx *' for the last argument of accept()."
14052                                 socksizetype="$xxx"
14053                         fi
14054                         ;;
14055                 esac
14056         done
14057 : In case none of those worked, prompt the user.
14058         case "$socksizetype" in
14059         '')     rp='What is the type for socket address structure sizes?'
14060                 dflt='int'
14061                 . ./myread
14062                 socksizetype=$ans
14063                 ;;
14064         esac
14065         ;;
14066 *)      : no sockets, so pick relatively harmless default
14067         socksizetype='int'
14068         ;;
14069 esac
14070
14071 : see what type is used for signed size_t
14072 set ssize_t ssizetype int stdio.h sys/types.h
14073 eval $typedef
14074 dflt="$ssizetype"
14075 $cat > ssize.c <<EOM
14076 #include <stdio.h>
14077 #include <sys/types.h>
14078 #define Size_t $sizetype
14079 #define SSize_t $dflt
14080 int main()
14081 {
14082         if (sizeof(Size_t) == sizeof(SSize_t))
14083                 printf("$dflt\n");
14084         else if (sizeof(Size_t) == sizeof(int))
14085                 printf("int\n");
14086         else 
14087                 printf("long\n");
14088         exit(0);
14089 }
14090 EOM
14091 echo " "
14092 set ssize
14093 if eval $compile_ok && ./ssize > /dev/null; then
14094         ssizetype=`./ssize`
14095         echo "I'll be using $ssizetype for functions returning a byte count." >&4
14096 else
14097         $cat >&4 <<EOM
14098 Help! I can't compile and run the ssize_t test program: please enlighten me!
14099 (This is probably a misconfiguration in your system or libraries, and
14100 you really ought to fix it.  Still, I'll try anyway.)
14101
14102 I need a type that is the same size as $sizetype, but is guaranteed to
14103 be signed.  Common values are ssize_t, int and long.
14104
14105 EOM
14106         rp="What signed type is the same size as $sizetype?"
14107         . ./myread
14108         ssizetype="$ans"
14109 fi
14110 $rm -f ssize ssize.*
14111
14112 : see what type of char stdio uses.
14113 echo " "
14114 if $contains 'unsigned.*char.*_ptr;' `./findhdr stdio.h` >/dev/null 2>&1 ; then
14115         echo "Your stdio uses unsigned chars." >&4
14116         stdchar="unsigned char"
14117 else
14118         echo "Your stdio uses signed chars." >&4
14119         stdchar="char"
14120 fi
14121
14122 : see if time exists
14123 echo " "
14124 if test "X$d_time" = X -o X"$timetype" = X; then
14125     if set time val -f d_time; eval $csym; $val; then
14126                 echo 'time() found.' >&4
14127                 val="$define"
14128                 rp="What is the type returned by time() on this system?"
14129                 set time_t timetype long stdio.h sys/types.h
14130                 eval $typedef_ask
14131     else
14132                 echo 'time() not found, hope that will do.' >&4
14133                 val="$undef"
14134                 timetype='int';
14135     fi
14136     set d_time
14137     eval $setvar
14138 fi
14139
14140 : see what type uids are declared as in the kernel
14141 echo " "
14142 echo "Looking for the type for user ids returned by getuid()."
14143 set uid_t uidtype xxx stdio.h sys/types.h
14144 eval $typedef
14145 case "$uidtype" in
14146 xxx)
14147         xxx=`./findhdr sys/user.h`
14148         set `grep '_ruid;' "$xxx" 2>/dev/null` unsigned short
14149         case $1 in
14150         unsigned) dflt="$1 $2" ;;
14151         *) dflt="$1" ;;
14152         esac
14153         ;;
14154 *) dflt="$uidtype";;
14155 esac
14156 case "$uidtype" in
14157 uid_t)  echo "uid_t found." ;;
14158 *)      rp="What is the type for user ids returned by getuid()?"
14159         . ./myread
14160         uidtype="$ans"
14161         ;;
14162 esac
14163
14164 echo " "
14165 case "$uidtype" in
14166 *_t) zzz="$uidtype"     ;;
14167 *)   zzz="uid"          ;;
14168 esac
14169 echo "Checking the size of $zzz..." >&4 
14170 cat > try.c <<EOCP
14171 #include <sys/types.h>
14172 #include <stdio.h>
14173 int main() {
14174     printf("%d\n", (int)sizeof($uidtype));
14175     exit(0);
14176 }
14177 EOCP
14178 set try
14179 if eval $compile_ok; then
14180         yyy=`./try`
14181         case "$yyy" in
14182         '')     uidsize=4
14183                 echo "(I can't execute the test program--guessing $uidsize.)" >&4
14184                 ;;
14185         *)      uidsize=$yyy
14186                 echo "Your $zzz is $uidsize bytes long."
14187                 ;;
14188         esac
14189 else
14190         uidsize=4
14191         echo "(I can't compile the test program--guessing $uidsize.)" >&4
14192 fi
14193
14194 echo " "
14195 case "$uidtype" in
14196 *_t) zzz="$uidtype"     ;;
14197 *)   zzz="uid"          ;;
14198 esac
14199 echo "Checking the sign of $zzz..." >&4
14200 cat > try.c <<EOCP
14201 #include <sys/types.h>
14202 #include <stdio.h>
14203 int main() {
14204         $uidtype foo = -1;
14205         if (foo < 0)
14206                 printf("-1\n");
14207         else
14208                 printf("1\n");
14209 }
14210 EOCP
14211 set try
14212 if eval $compile; then
14213         yyy=`./try`
14214         case "$yyy" in
14215         '')     uidsign=1
14216                 echo "(I can't execute the test program--guessing unsigned.)" >&4
14217                 ;;
14218         *)      uidsign=$yyy
14219                 case "$uidsign" in
14220                  1) echo "Your $zzz is unsigned." ;;
14221                 -1) echo "Your $zzz is signed."   ;;
14222                 esac
14223                 ;;
14224         esac
14225 else
14226         uidsign=1
14227         echo "(I can't compile the test program--guessing unsigned.)" >&4
14228 fi
14229
14230
14231
14232 echo " "
14233 $echo "Checking the format string to be used for uids..." >&4
14234
14235 case "$uidsign" in
14236 -1)     if $test X"$uidsize" = X"$ivsize"; then
14237                 uidformat="$ivdformat"
14238         else
14239                 if $test X"$uidsize" = X"$longsize"; then
14240                         uidformat='"ld"'
14241                 else
14242                         if $test X"$uidsize" = X"$intsize"; then
14243                                 uidformat='"d"'
14244                         else
14245                                 if $test X"$uidsize" = X"$shortsize"; then
14246                                         uidformat='"hd"'
14247                                 fi
14248                         fi
14249                 fi
14250         fi
14251         ;;
14252 *)      if $test X"$uidsize" = X"$uvsize"; then
14253                 uidformat="$uvuformat"
14254         else
14255                 if $test X"$uidsize" = X"$longsize"; then
14256                         uidformat='"lu"'
14257                 else
14258                         if $test X"$uidsize" = X"$intsize"; then
14259                                 uidformat='"u"'
14260                         else
14261                                 if $test X"$uidsize" = X"$shortsize"; then
14262                                         uidformat='"hu"'
14263                                 fi
14264                         fi
14265                 fi
14266         fi
14267         ;;
14268 esac
14269
14270 : see if dbm.h is available
14271 : see if dbmclose exists
14272 set dbmclose d_dbmclose
14273 eval $inlibc
14274
14275 case "$d_dbmclose" in
14276 $define)
14277         set dbm.h i_dbm
14278         eval $inhdr
14279         case "$i_dbm" in
14280         $define)
14281                 val="$undef"
14282                 set i_rpcsvcdbm
14283                 eval $setvar
14284                 ;;
14285         *)      set rpcsvc/dbm.h i_rpcsvcdbm
14286                 eval $inhdr
14287                 ;;
14288         esac
14289         ;;
14290 *)      echo "We won't be including <dbm.h>"
14291         val="$undef"
14292         set i_dbm
14293         eval $setvar
14294         val="$undef"
14295         set i_rpcsvcdbm
14296         eval $setvar
14297         ;;
14298 esac
14299
14300 : see if this is a sys/file.h system
14301 val=''
14302 set sys/file.h val
14303 eval $inhdr
14304
14305 : do we need to include sys/file.h ?
14306 case "$val" in
14307 "$define")
14308         echo " "
14309         if $h_sysfile; then
14310                 val="$define"
14311                 echo "We'll be including <sys/file.h>." >&4
14312         else
14313                 val="$undef"
14314                 echo "We won't be including <sys/file.h>." >&4
14315         fi
14316         ;;
14317 *)
14318         h_sysfile=false
14319         ;;
14320 esac
14321 set i_sysfile
14322 eval $setvar
14323
14324 : see if fcntl.h is there
14325 val=''
14326 set fcntl.h val
14327 eval $inhdr
14328
14329 : see if we can include fcntl.h
14330 case "$val" in
14331 "$define")
14332         echo " "
14333         if $h_fcntl; then
14334                 val="$define"
14335                 echo "We'll be including <fcntl.h>." >&4
14336         else
14337                 val="$undef"
14338                 if $h_sysfile; then
14339         echo "We don't need to include <fcntl.h> if we include <sys/file.h>." >&4
14340                 else
14341                         echo "We won't be including <fcntl.h>." >&4
14342                 fi
14343         fi
14344         ;;
14345 *)
14346         h_fcntl=false
14347         val="$undef"
14348         ;;
14349 esac
14350 set i_fcntl
14351 eval $setvar
14352
14353 : see if this is a iconv.h system
14354 set iconv.h i_iconv
14355 eval $inhdr
14356
14357 : see if this is a ieeefp.h system
14358 set ieeefp.h i_ieeefp
14359 eval $inhdr
14360
14361 : see if this is a libutil.h system
14362 set libutil.h i_libutil
14363 eval $inhdr
14364
14365 : see if locale.h is available
14366 set locale.h i_locale
14367 eval $inhdr
14368
14369 : see if mach cthreads are available
14370 if test "X$usethreads" = "X$define"; then
14371         set mach/cthreads.h i_machcthr
14372         eval $inhdr
14373 else
14374         i_machcthr="$undef"
14375 fi
14376
14377
14378
14379 : see if this is a math.h system
14380 set math.h i_math
14381 eval $inhdr
14382
14383 : see if this is a mntent.h system
14384 set mntent.h i_mntent
14385 eval $inhdr
14386
14387 : see if ndbm.h is available
14388 set ndbm.h t_ndbm
14389 eval $inhdr
14390 case "$t_ndbm" in
14391 $define)
14392         : see if dbm_open exists
14393         set dbm_open d_dbm_open
14394         eval $inlibc
14395         case "$d_dbm_open" in
14396         $undef)
14397                 t_ndbm="$undef"
14398                 echo "We won't be including <ndbm.h>"
14399                 ;;
14400         esac
14401         ;;
14402 esac
14403 val="$t_ndbm"
14404 set i_ndbm
14405 eval $setvar
14406
14407 : see if net/errno.h is available
14408 val=''
14409 set net/errno.h val
14410 eval $inhdr
14411
14412 : Unfortunately, it causes problems on some systems.  Arrgh.
14413 case "$val" in
14414 $define)
14415         cat > try.c <<'EOM'
14416 #include <stdio.h>
14417 #include <errno.h>
14418 #include <net/errno.h>
14419 int func()
14420 {
14421         return ENOTSOCK;
14422 }
14423 EOM
14424         if $cc $ccflags -c try.c >/dev/null 2>&1; then
14425                 echo "We'll be including <net/errno.h>." >&4
14426         else
14427                 echo "We won't be including <net/errno.h>." >&4
14428                 val="$undef"
14429         fi
14430         $rm -f try.* try
14431         ;;
14432 esac
14433 set i_neterrno
14434 eval $setvar
14435
14436 : see if netinet/tcp.h is available
14437 set netinet/tcp.h i_netinettcp
14438 eval $inhdr
14439
14440 : see if this is a poll.h system
14441 set poll.h i_poll
14442 eval $inhdr
14443
14444 : see if this is a prot.h system
14445 set prot.h i_prot
14446 eval $inhdr
14447
14448 echo " "
14449 $echo "Guessing which symbols your C compiler and preprocessor define..." >&4 
14450 $cat <<'EOSH' > Cppsym.know
14451 a29k ABI64 aegis AES_SOURCE AIX AIX32 AIX370
14452 AIX41 AIX42 AIX43 AIX_SOURCE aixpc ALL_SOURCE
14453 alliant alpha am29000 AM29000 amiga AMIGAOS AMIX
14454 ansi ANSI_C_SOURCE apollo ardent atarist att386 att3b BeOS
14455 BIG_ENDIAN BIT_MSF bsd BSD bsd43 bsd4_2 bsd4_3 BSD4_3 bsd4_4
14456 BSD_4_3 BSD_4_4 BSD_NET2 BSD_TIME BSD_TYPES BSDCOMPAT bsdi
14457 bull c cadmus clipper CMU COFF COMPILER_VERSION
14458 concurrent convex cpu cray CRAY CRAYMPP ctix CX_UX
14459 CYGWIN DGUX DGUX_SOURCE DJGPP dmert DOLPHIN DPX2 DSO
14460 Dynix DynixPTX ELF encore EPI EXTENSIONS FILE_OFFSET_BITS
14461 FreeBSD GCC_NEW_VARARGS gcos gcx gimpel
14462 GNU_SOURCE GNUC GNUC_MINOR GO32 gould GOULD_PN
14463 H3050R H3050RX hbullx20 hcx host_mips
14464 hp200 hp300 hp700 HP700 hp800 hp9000
14465 hp9000s200 hp9000s300 hp9000s400 hp9000s500
14466 hp9000s700 hp9000s800 hp9k8 hp_osf hppa hpux HPUX_SOURCE
14467 i186 i286 i386 i486 i586 i686 i8086 i80960 i860 I960
14468 iAPX286 ibm ibm032 ibmesa IBMR2 ibmrt ILP32 ILP64
14469 INLINE_INTRINSICS INTRINSICS INT64 interdata is68k ksr1
14470 LANGUAGE_C LARGE_FILE_API LARGEFILE64_SOURCE
14471 LARGEFILE_SOURCE LFS64_LARGEFILE LFS_LARGEFILE
14472 Linux LITTLE_ENDIAN LONG64 LONG_DOUBLE LONG_LONG
14473 LONGDOUBLE LONGLONG LP64 luna luna88k Lynx
14474 M68000 m68k m88100 m88k M88KBCS_TARGET M_COFF
14475 M_I186 M_I286 M_I386 M_I8086 M_I86 M_I86SM M_SYS3
14476 M_SYS5 M_SYSIII M_SYSV M_UNIX M_XENIX MACH machine MachTen
14477 MATH_HAS_NO_SIDE_EFFECTS
14478 mc300 mc500 mc68000 mc68010 mc68020 mc68030 mc68040
14479 mc68060 mc68k mc68k32 mc700 mc88000 mc88100 merlin
14480 mert MiNT mips MIPS_FPSET MIPS_ISA MIPS_SIM MIPS_SZINT
14481 MIPS_SZLONG MIPS_SZPTR MIPSEB MIPSEL MODERN_C motorola
14482 mpeix MSDOS MTXINU MULTIMAX mvs MVS n16 ncl_el ncl_mr
14483 NetBSD news1500 news1700 news1800 news1900 news3700
14484 news700 news800 news900 NeXT NLS ns16000 ns32000
14485 ns32016 ns32332 ns32k nsc32000
14486 OCS88 OEMVS OpenBSD os OS2 OS390 osf OSF1 OSF_SOURCE
14487 pa_risc PA_RISC1_1 PA_RISC2_0 PARAGON parisc
14488 pc532 pdp11 PGC PIC plexus PORTAR posix
14489 POSIX1B_SOURCE POSIX2_SOURCE POSIX4_SOURCE
14490 POSIX_C_SOURCE POSIX_SOURCE POWER
14491 PROTOTYPES PWB pyr QNX R3000 REENTRANT RES Rhapsody RISC6000
14492 riscix riscos RT scs SCO sequent sgi SGI_SOURCE sinix
14493 SIZE_INT SIZE_LONG SIZE_PTR SOCKET_SOURCE SOCKETS_SOURCE
14494 sony sony_news sonyrisc sparc sparclite spectrum
14495 stardent stdc STDC_EXT stratos sun sun3 sun386
14496 Sun386i svr3 svr4 SVR4_2 SVR4_SOURCE svr5
14497 SX system SYSTYPE_BSD SYSTYPE_BSD43 SYSTYPE_BSD44
14498 SYSTYPE_SVR4 SYSTYPE_SVR5 SYSTYPE_SYSV SYSV SYSV3 SYSV4 SYSV5
14499 sysV68 sysV88 Tek4132 Tek4300 titan
14500 tower tower32 tower32_200 tower32_600 tower32_700
14501 tower32_800 tower32_850 tss
14502 u370 u3b u3b2 u3b20 u3b200 u3b20d u3b5
14503 ultrix UMAXV UnicomPBB UnicomPBD UNICOS UNICOSMK
14504 unix UNIX95 UNIX99 unixpc unos USGr4 USGr4_2
14505 Utek UTek UTS UWIN uxpm uxps vax venix VMESA vms xenix Xenix286
14506 XOPEN_SOURCE XOPEN_SOURCE_EXTENDED XPG2 XPG2_EXTENDED
14507 XPG3 XPG3_EXTENDED XPG4 XPG4_EXTENDED
14508 z8000
14509 EOSH
14510 # Maybe put other stuff here too.
14511 cat <<EOSH >>Cppsym.know
14512 $osname
14513 EOSH
14514 ./tr '[a-z]' '[A-Z]' < Cppsym.know > Cppsym.a
14515 ./tr '[A-Z]' '[a-z]' < Cppsym.know > Cppsym.b
14516 $cat Cppsym.know > Cppsym.c
14517 $cat Cppsym.a Cppsym.b Cppsym.c | $tr ' ' $trnl | sort | uniq > Cppsym.know
14518 $rm -f Cppsym.a Cppsym.b Cppsym.c
14519 cat <<EOSH > Cppsym
14520 $startsh
14521 if $test \$# -gt 0; then
14522     echo \$* | $tr " " "$trnl" | ./Cppsym.try > Cppsym.got
14523     if $test -s Cppsym.got; then
14524         $rm -f Cppsym.got
14525         exit 0
14526     fi
14527     $rm -f Cppsym.got
14528     exit 1
14529 else
14530     $tr " " "$trnl" | ./Cppsym.try
14531     exit 0
14532 fi
14533 EOSH
14534 chmod +x Cppsym
14535 $eunicefix Cppsym
14536 cat <<EOSH > Cppsym.try
14537 $startsh
14538 cat <<'EOCP' > try.c
14539 #include <stdio.h>
14540 int main() {
14541 EOCP
14542 $awk \\
14543 EOSH
14544 cat <<'EOSH' >> Cppsym.try
14545 'length($1) > 0 {
14546     printf "#ifdef %s\n#if %s+0\nprintf(\"%s=%%ld\\n\", %s);\n#else\nprintf(\"%s\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
14547     printf "#ifdef _%s\n#if _%s+0\nprintf(\"_%s=%%ld\\n\", _%s);\n#else\nprintf(\"_%s\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
14548     printf "#ifdef __%s\n#if __%s+0\nprintf(\"__%s=%%ld\\n\", __%s);\n#else\nprintf(\"__%s\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
14549     printf "#ifdef __%s__\n#if __%s__+0\nprintf(\"__%s__=%%ld\\n\", __%s__);\n#else\nprintf(\"__%s__\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
14550 }'       >> try.c
14551 echo '}' >> try.c
14552 EOSH
14553 cat <<EOSH >> Cppsym.try
14554 ccflags="$ccflags"
14555 case "$osname-$gccversion" in
14556 irix-) ccflags="\$ccflags -woff 1178" ;;
14557 os2-*) ccflags="\$ccflags -Zlinker /PM:VIO" ;;
14558 esac
14559 $cc $optimize \$ccflags $ldflags -o try try.c $libs && ./try$exe_ext
14560 EOSH
14561 chmod +x Cppsym.try
14562 $eunicefix Cppsym.try
14563 ./Cppsym < Cppsym.know > Cppsym.true
14564 : now check the C compiler for additional symbols
14565 postprocess_cc_v=''
14566 case "$osname" in
14567 aix) postprocess_cc_v="|$tr , ' '" ;;
14568 esac
14569 $cat >ccsym <<EOS
14570 $startsh
14571 $cat >tmp.c <<EOF
14572 extern int foo;
14573 EOF
14574 for i in \`$cc -v -c tmp.c 2>&1 $postprocess_cc_v\`
14575 do
14576         case "\$i" in
14577         -D*) echo "\$i" | $sed 's/^-D//';;
14578         -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A\(.*\)(\(.*\))/\1=\2/';;
14579         esac
14580 done
14581 $rm -f try.c
14582 EOS
14583 postprocess_cc_v=''
14584 chmod +x ccsym
14585 $eunicefix ccsym
14586 ./ccsym > ccsym1.raw
14587 if $test -s ccsym1.raw; then
14588        $sort ccsym1.raw | $uniq >ccsym.raw
14589 else
14590        mv ccsym1.raw ccsym.raw
14591 fi
14592
14593 $awk '/\=/ { print $0; next }
14594         { print $0"=1" }' ccsym.raw >ccsym.list
14595 $awk '/\=/ { print $0; next }
14596         { print $0"=1" }' Cppsym.true >ccsym.true
14597 $comm -13 ccsym.true ccsym.list >ccsym.own
14598 $comm -12 ccsym.true ccsym.list >ccsym.com
14599 $comm -23 ccsym.true ccsym.list >ccsym.cpp
14600 also=''
14601 if $test -z ccsym.raw; then
14602         echo "Your C compiler doesn't seem to define any symbols!" >&4
14603         echo " "
14604         echo "However, your C preprocessor defines the following symbols:"
14605         $cat Cppsym.true
14606         ccsymbols=''
14607         cppsymbols=`$cat Cppsym.true`
14608         cppsymbols=`echo $cppsymbols`
14609         cppccsymbols="$cppsymbols"
14610 else
14611         if $test -s ccsym.com; then
14612                 echo "Your C compiler and pre-processor define these symbols:"
14613                 $sed -e 's/\(..*\)=.*/\1/' ccsym.com
14614                 also='also '
14615                 symbols='ones'
14616                 cppccsymbols=`$cat ccsym.com`
14617                 cppccsymbols=`echo $cppccsymbols`
14618                 $test "$silent" || sleep 1
14619         fi
14620         if $test -s ccsym.cpp; then
14621                 $test "$also" && echo " "
14622                 echo "Your C pre-processor ${also}defines the following symbols:"
14623                 $sed -e 's/\(..*\)=.*/\1/' ccsym.cpp
14624                 also='further '
14625                 cppsymbols=`$cat ccsym.cpp`
14626                 cppsymbols=`echo $cppsymbols`
14627                 $test "$silent" || sleep 1
14628         fi
14629         if $test -s ccsym.own; then
14630                 $test "$also" && echo " "
14631                 echo "Your C compiler ${also}defines the following cpp symbols:"
14632                 $sed -e 's/\(..*\)=1/\1/' ccsym.own
14633                 $sed -e 's/\(..*\)=.*/\1/' ccsym.own | $uniq >>Cppsym.true
14634                 ccsymbols=`$cat ccsym.own`
14635                 ccsymbols=`echo $ccsymbols`
14636                 $test "$silent" || sleep 1
14637         fi
14638 fi
14639 $rm -f ccsym* Cppsym.*
14640
14641 : see if this is a termio system
14642 val="$undef"
14643 val2="$undef"
14644 val3="$undef"
14645 if $test `./findhdr termios.h`; then
14646         set tcsetattr i_termios
14647         eval $inlibc
14648         val3="$i_termios"
14649 fi
14650 echo " "
14651 case "$val3" in
14652 "$define") echo "You have POSIX termios.h... good!" >&4;;
14653 *) if ./Cppsym pyr; then
14654                 case "`/bin/universe`" in
14655                 ucb) if $test `./findhdr sgtty.h`; then
14656                                 val2="$define"
14657                                 echo "<sgtty.h> found." >&4
14658                         else
14659                                 echo "System is pyramid with BSD universe."
14660                                 echo "<sgtty.h> not found--you could have problems." >&4
14661                         fi;;
14662                 *) if $test `./findhdr termio.h`; then
14663                                 val="$define"
14664                                 echo "<termio.h> found." >&4
14665                         else
14666                                 echo "System is pyramid with USG universe."
14667                                 echo "<termio.h> not found--you could have problems." >&4
14668                         fi;;
14669                 esac
14670         elif ./usg; then
14671                 if $test `./findhdr termio.h`; then
14672                         echo "<termio.h> found." >&4
14673                         val="$define"
14674                 elif $test `./findhdr sgtty.h`; then
14675                         echo "<sgtty.h> found." >&4
14676                         val2="$define"
14677                 else
14678 echo "Neither <termio.h> nor <sgtty.h> found--you could have problems." >&4
14679                 fi
14680         else
14681                 if $test `./findhdr sgtty.h`; then
14682                         echo "<sgtty.h> found." >&4
14683                         val2="$define"
14684                 elif $test `./findhdr termio.h`; then
14685                         echo "<termio.h> found." >&4
14686                         val="$define"
14687                 else
14688 echo "Neither <sgtty.h> nor <termio.h> found--you could have problems." >&4
14689                 fi
14690         fi;;
14691 esac
14692 set i_termio; eval $setvar
14693 val=$val2; set i_sgtty; eval $setvar
14694 val=$val3; set i_termios; eval $setvar
14695
14696 : see if this is a shadow.h system
14697 set shadow.h i_shadow
14698 eval $inhdr
14699
14700 : see if this is a socks.h system
14701 set socks.h i_socks
14702 eval $inhdr
14703
14704 : see if stdarg is available
14705 echo " "
14706 if $test `./findhdr stdarg.h`; then
14707         echo "<stdarg.h> found." >&4
14708         valstd="$define"
14709 else
14710         echo "<stdarg.h> NOT found." >&4
14711         valstd="$undef"
14712 fi
14713
14714 : see if varags is available
14715 echo " "
14716 if $test `./findhdr varargs.h`; then
14717         echo "<varargs.h> found." >&4
14718 else
14719         echo "<varargs.h> NOT found, but that's ok (I hope)." >&4
14720 fi
14721
14722 : set up the varargs testing programs
14723 $cat > varargs.c <<EOP
14724 #ifdef I_STDARG
14725 #include <stdarg.h>
14726 #endif
14727 #ifdef I_VARARGS
14728 #include <varargs.h>
14729 #endif
14730
14731 #ifdef I_STDARG
14732 int f(char *p, ...)
14733 #else
14734 int f(va_alist)
14735 va_dcl
14736 #endif
14737 {
14738         va_list ap;
14739 #ifndef I_STDARG
14740         char *p;
14741 #endif
14742 #ifdef I_STDARG
14743         va_start(ap,p);
14744 #else
14745         va_start(ap);
14746         p = va_arg(ap, char *);
14747 #endif
14748         va_end(ap);
14749 }
14750 EOP
14751 $cat > varargs <<EOP
14752 $startsh
14753 if $cc -c $ccflags -D\$1 varargs.c >/dev/null 2>&1; then
14754         echo "true"
14755 else
14756         echo "false"
14757 fi
14758 $rm -f varargs$_o
14759 EOP
14760 chmod +x varargs
14761
14762 : now check which varargs header should be included
14763 echo " "
14764 i_varhdr=''
14765 case "$valstd" in
14766 "$define")
14767         if `./varargs I_STDARG`; then
14768                 val='stdarg.h'
14769         elif `./varargs I_VARARGS`; then
14770                 val='varargs.h'
14771         fi
14772         ;;
14773 *)
14774         if `./varargs I_VARARGS`; then
14775                 val='varargs.h'
14776         fi
14777         ;;
14778 esac
14779 case "$val" in
14780 '')
14781 echo "I could not find the definition for va_dcl... You have problems..." >&4
14782         val="$undef"; set i_stdarg; eval $setvar
14783         val="$undef"; set i_varargs; eval $setvar
14784         ;;
14785 *) 
14786         set i_varhdr
14787         eval $setvar
14788         case "$i_varhdr" in
14789         stdarg.h)
14790                 val="$define"; set i_stdarg; eval $setvar
14791                 val="$undef"; set i_varargs; eval $setvar
14792                 ;;
14793         varargs.h)
14794                 val="$undef"; set i_stdarg; eval $setvar
14795                 val="$define"; set i_varargs; eval $setvar
14796                 ;;
14797         esac
14798         echo "We'll include <$i_varhdr> to get va_dcl definition." >&4;;
14799 esac
14800 $rm -f varargs*
14801
14802 : see if stddef is available
14803 set stddef.h i_stddef
14804 eval $inhdr
14805
14806 : see if this is a sunmath.h system
14807 set sunmath.h i_sunmath
14808 eval $inhdr
14809
14810 : see if sys/access.h is available
14811 set sys/access.h i_sysaccess
14812 eval $inhdr
14813
14814 : see if ioctl defs are in sgtty, termio, sys/filio or sys/ioctl
14815 set sys/filio.h i_sysfilio
14816 eval $inhdr
14817 echo " "
14818 if $test `./findhdr sys/ioctl.h`; then
14819         val="$define"
14820         echo '<sys/ioctl.h> found.' >&4
14821 else
14822         val="$undef"
14823         if $test $i_sysfilio = "$define"; then
14824             echo '<sys/ioctl.h> NOT found.' >&4
14825         else
14826                 $test $i_sgtty = "$define" && xxx="sgtty.h"
14827                 $test $i_termio = "$define" && xxx="termio.h"
14828                 $test $i_termios = "$define" && xxx="termios.h"
14829 echo "No <sys/ioctl.h> found, assuming ioctl args are defined in <$xxx>." >&4
14830         fi
14831 fi
14832 set i_sysioctl
14833 eval $setvar
14834
14835
14836 : see if this is a syslog.h system
14837 set syslog.h i_syslog
14838 eval $inhdr
14839
14840
14841 : see if this is a sys/mode.h system
14842 set sys/mode.h i_sysmode
14843 eval $inhdr
14844
14845 : see if sys/resource.h has to be included
14846 set sys/resource.h i_sysresrc
14847 eval $inhdr
14848
14849 : see if sys/security.h is available
14850 set sys/security.h i_syssecrt
14851 eval $inhdr
14852
14853 : see if this is a sys/statvfs.h system
14854 set sys/statvfs.h i_sysstatvfs
14855 eval $inhdr
14856
14857 : see if this is a sys/uio.h system
14858 set sys/uio.h i_sysuio
14859 eval $inhdr
14860
14861 : see if this is a sys/un.h system
14862 set sys/un.h i_sysun
14863 eval $inhdr
14864
14865
14866 : see if this is a sys/utsname.h system
14867 set sys/utsname.h i_sysutsname
14868 eval $inhdr
14869
14870 : see if this is a syswait system
14871 set sys/wait.h i_syswait
14872 eval $inhdr
14873
14874 : see if this is a ustat.h system
14875 set ustat.h i_ustat
14876 eval $inhdr
14877
14878 : see if this is an utime system
14879 set utime.h i_utime
14880 eval $inhdr
14881
14882 : see if this is a values.h system
14883 set values.h i_values
14884 eval $inhdr
14885
14886 : see if this is a vfork system
14887 case "$d_vfork" in
14888 "$define")
14889         set vfork.h i_vfork
14890         eval $inhdr
14891         ;;
14892 *)
14893         i_vfork="$undef"
14894         ;;
14895 esac
14896
14897 : see if gdbm.h is available
14898 set gdbm.h t_gdbm
14899 eval $inhdr
14900 case "$t_gdbm" in
14901 $define)
14902         : see if gdbm_open exists
14903         set gdbm_open d_gdbm_open
14904         eval $inlibc
14905         case "$d_gdbm_open" in
14906         $undef)
14907                 t_gdbm="$undef"
14908                 echo "We won't be including <gdbm.h>"
14909                 ;;
14910         esac
14911         ;;
14912 esac
14913 val="$t_gdbm"
14914 set i_gdbm
14915 eval $setvar
14916
14917 echo " "
14918 echo "Looking for extensions..." >&4
14919 : If we are using the old config.sh, known_extensions may contain
14920 : old or inaccurate or duplicate values.
14921 known_extensions=''
14922 nonxs_extensions=''
14923 : We do not use find because it might not be available.
14924 : We do not just use MANIFEST because the user may have dropped
14925 : some additional extensions into the source tree and expect them
14926 : to be built.
14927
14928 : Function to recursively find available extensions, ignoring DynaLoader
14929 : NOTE: recursion limit of 10 to prevent runaway in case of symlink madness
14930 find_extensions='
14931     for xxx in *; do
14932        case "$xxx" in
14933            DynaLoader|dynaload) ;;
14934            *)
14935            if $test -f $xxx/$xxx.xs; then
14936                known_extensions="$known_extensions $1$xxx";
14937            elif $test -f $xxx/Makefile.PL; then
14938                nonxs_extensions="$nonxs_extensions $1$xxx";
14939            else
14940                if $test -d $xxx -a $# -lt 10; then
14941                    set $1$xxx/ $*;
14942                    cd $xxx;
14943                    eval $find_extensions;
14944                    cd ..;
14945                    shift;
14946                fi;
14947            fi
14948            ;;
14949        esac;
14950     done'
14951 tdir=`pwd`
14952 cd $rsrc/ext
14953 set X
14954 shift
14955 eval $find_extensions
14956 set X $nonxs_extensions
14957 shift
14958 nonxs_extensions="$*"
14959 set X $known_extensions
14960 shift
14961 known_extensions="$*"
14962 cd $tdir
14963
14964 : Now see which are supported on this system.
14965 avail_ext=''
14966 for xxx in $known_extensions ; do
14967         case "$xxx" in
14968         DB_File|db_file)
14969                 case "$i_db" in
14970                 $define) avail_ext="$avail_ext $xxx" ;;
14971                 esac
14972                 ;;
14973         GDBM_File|gdbm_fil)
14974                 case "$i_gdbm" in 
14975                 $define) avail_ext="$avail_ext $xxx" ;;
14976                 esac
14977                 ;;
14978         NDBM_File|ndbm_fil)
14979                 case "$i_ndbm" in
14980                 $define)
14981                     case "$osname-$use64bitint" in
14982                     hpux-define)
14983                         case "$libs" in
14984                         *-lndbm*) avail_ext="$avail_ext $xxx" ;;
14985                         esac
14986                         ;;
14987                     *) avail_ext="$avail_ext $xxx" ;;
14988                     esac
14989                     ;;
14990                 esac
14991                 ;;
14992         ODBM_File|odbm_fil) 
14993                 case "${i_dbm}${i_rpcsvcdbm}" in
14994                 *"${define}"*)
14995                     case "$osname-$use64bitint" in
14996                     hpux-define)
14997                         case "$libs" in
14998                         *-ldbm*) avail_ext="$avail_ext $xxx" ;;
14999                         esac
15000                         ;;
15001                     *) avail_ext="$avail_ext $xxx" ;;
15002                     esac
15003                     ;;
15004                 esac
15005                 ;;
15006         POSIX|posix)
15007                 case "$useposix" in
15008                 true|define|y) avail_ext="$avail_ext $xxx" ;;
15009                 esac
15010                 ;;
15011         Opcode|opcode)
15012                 case "$useopcode" in
15013                 true|define|y) avail_ext="$avail_ext $xxx" ;;
15014                 esac
15015                 ;;
15016         Socket|socket)
15017                 case "$d_socket" in 
15018                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
15019                 esac
15020                 ;;
15021         Sys/Syslog|sys/syslog)
15022                 : XXX syslog requires socket
15023                 case "$d_socket" in 
15024                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
15025                 esac
15026                 ;;
15027         Thread|thread)
15028                 case "$usethreads" in 
15029                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
15030                 esac
15031                 ;;
15032         IPC/SysV|ipc/sysv)
15033                 : XXX Do we need a useipcsysv variable here
15034                 case "${d_msg}${d_sem}${d_shm}" in 
15035                 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
15036                 esac
15037                 ;;
15038         *)      avail_ext="$avail_ext $xxx"
15039                 ;;
15040         esac
15041 done
15042
15043 set X $avail_ext
15044 shift
15045 avail_ext="$*"
15046
15047 : Now see which nonxs extensions are supported on this system.
15048 : For now assume all are.
15049 nonxs_ext=''
15050 for xxx in $nonxs_extensions ; do
15051         case "$xxx" in
15052         *)      nonxs_ext="$nonxs_ext $xxx"
15053                 ;;
15054         esac
15055 done
15056
15057 set X $nonxs_ext
15058 shift
15059 nonxs_ext="$*"
15060
15061 case $usedl in
15062 $define)
15063         $cat <<EOM
15064 A number of extensions are supplied with $package.  You may choose to
15065 compile these extensions for dynamic loading (the default), compile
15066 them into the $package executable (static loading), or not include
15067 them at all.  Answer "none" to include no extensions.
15068 Note that DynaLoader is always built and need not be mentioned here.
15069
15070 EOM
15071         case "$dynamic_ext" in
15072         '') dflt="$avail_ext" ;;
15073         *)      dflt="$dynamic_ext"
15074                 # Perhaps we are reusing an old out-of-date config.sh.
15075                 case "$hint" in
15076                 previous)
15077                         if test X"$dynamic_ext" != X"$avail_ext"; then
15078                                 $cat <<EOM
15079 NOTICE:  Your previous config.sh list may be incorrect. 
15080 The extensions now available to you are 
15081         ${avail_ext}
15082 but the default list from your previous config.sh is
15083         ${dynamic_ext} 
15084
15085 EOM
15086                         fi
15087                         ;;
15088                 esac
15089                 ;;
15090         esac
15091         case "$dflt" in
15092         '')     dflt=none;;
15093         esac
15094         rp="What extensions do you wish to load dynamically?"
15095         . ./myread
15096         case "$ans" in
15097         none) dynamic_ext=' ' ;;
15098         *) dynamic_ext="$ans" ;;
15099         esac
15100
15101         case "$static_ext" in
15102         '')
15103                 : Exclude those already listed in dynamic linking
15104                 dflt=''
15105                 for xxx in $avail_ext; do
15106                         case " $dynamic_ext " in
15107                         *" $xxx "*) ;;
15108                         *) dflt="$dflt $xxx" ;;
15109                         esac
15110                 done
15111                 set X $dflt
15112                 shift
15113                 dflt="$*"
15114                 ;;
15115         *)  dflt="$static_ext" 
15116                 ;;
15117         esac
15118
15119         case "$dflt" in
15120         '')     dflt=none;;
15121         esac
15122         rp="What extensions do you wish to load statically?"
15123         . ./myread
15124         case "$ans" in
15125         none) static_ext=' ' ;;
15126         *) static_ext="$ans" ;;
15127         esac
15128         ;;
15129 *)
15130         $cat <<EOM
15131 A number of extensions are supplied with $package.  Answer "none" 
15132 to include no extensions. 
15133 Note that DynaLoader is always built and need not be mentioned here.
15134
15135 EOM
15136         case "$static_ext" in
15137         '') dflt="$avail_ext" ;;
15138         *)      dflt="$static_ext"
15139                 # Perhaps we are reusing an old out-of-date config.sh.
15140                 case "$hint" in
15141                 previous)
15142                         if test X"$static_ext" != X"$avail_ext"; then
15143                                 $cat <<EOM
15144 NOTICE:  Your previous config.sh list may be incorrect. 
15145 The extensions now available to you are 
15146         ${avail_ext}
15147 but the default list from your previous config.sh is
15148         ${static_ext} 
15149
15150 EOM
15151                         fi
15152                         ;;
15153                 esac
15154                 ;;
15155         esac
15156         : Exclude those that are not xs extensions
15157         case "$dflt" in
15158         '')     dflt=none;;
15159         esac
15160         rp="What extensions do you wish to include?"
15161         . ./myread
15162         case "$ans" in
15163         none) static_ext=' ' ;;
15164         *) static_ext="$ans" ;;
15165         esac
15166         ;;
15167 esac
15168
15169 set X $dynamic_ext $static_ext $nonxs_ext
15170 shift
15171 extensions="$*"
15172
15173 : Remove libraries needed only for extensions
15174 : The appropriate ext/Foo/Makefile.PL will add them back in, if necessary.
15175 case "$usedl" in
15176 $define|true|[yY]*)
15177         set X `echo " $libs " | sed -e 's@ -lndbm @ @' -e 's@ -lgdbm @ @' -e 's@ -ldbm @ @' -e 's@ -ldb @ @'` 
15178         shift
15179         perllibs="$*"
15180         ;;
15181 *)      perllibs="$libs"
15182         ;;
15183 esac
15184
15185 : Remove build directory name from cppstdin so it can be used from
15186 : either the present location or the final installed location.
15187 echo " "
15188 : Get out of the UU directory to get correct path name.
15189 cd ..
15190 case "$cppstdin" in
15191 `pwd`/cppstdin)
15192         echo "Stripping down cppstdin path name"
15193         cppstdin=cppstdin
15194         ;;
15195 esac
15196 cd UU
15197
15198 : end of configuration questions
15199 echo " "
15200 echo "End of configuration questions."
15201 echo " "
15202
15203 : back to where it started
15204 if test -d ../UU; then
15205         cd ..
15206 fi
15207
15208 : configuration may be patched via a 'config.over' file
15209 if $test -f config.over; then
15210         echo " "
15211         dflt=y
15212         rp='I see a config.over file.  Do you wish to load it?'
15213         . UU/myread
15214         case "$ans" in
15215         n*) echo "OK, I'll ignore it.";;
15216         *)      . ./config.over
15217                 echo "Configuration override changes have been loaded."
15218                 ;;
15219         esac
15220 fi
15221
15222 : in case they want portability, strip down executable paths
15223 case "$d_portable" in
15224 "$define")
15225         echo " "
15226         echo "Stripping down executable paths..." >&4
15227         for file in $loclist $trylist; do
15228                 eval temp=\$$file
15229                 eval $file=`basename $temp`
15230         done
15231         ;;
15232 esac
15233
15234 : create config.sh file
15235 echo " "
15236 echo "Creating config.sh..." >&4
15237 $spitshell <<EOT >config.sh
15238 $startsh
15239 #
15240 # This file was produced by running the Configure script. It holds all the
15241 # definitions figured out by Configure. Should you modify one of these values,
15242 # do not forget to propagate your changes by running "Configure -der". You may
15243 # instead choose to run each of the .SH files by yourself, or "Configure -S".
15244 #
15245
15246 # Package name      : $package
15247 # Source directory  : $src
15248 # Configuration time: $cf_time
15249 # Configured by     : $cf_by
15250 # Target system     : $myuname
15251
15252 Author='$Author'
15253 Date='$Date'
15254 Header='$Header'
15255 Id='$Id'
15256 Locker='$Locker'
15257 Log='$Log'
15258 Mcc='$Mcc'
15259 RCSfile='$RCSfile'
15260 Revision='$Revision'
15261 Source='$Source'
15262 State='$State'
15263 _a='$_a'
15264 _exe='$_exe'
15265 _o='$_o'
15266 afs='$afs'
15267 alignbytes='$alignbytes'
15268 ansi2knr='$ansi2knr'
15269 aphostname='$aphostname'
15270 api_revision='$api_revision'
15271 api_subversion='$api_subversion'
15272 api_version='$api_version'
15273 api_versionstring='$api_versionstring'
15274 ar='$ar'
15275 archlib='$archlib'
15276 archlibexp='$archlibexp'
15277 archname64='$archname64'
15278 archname='$archname'
15279 archobjs='$archobjs'
15280 awk='$awk'
15281 baserev='$baserev'
15282 bash='$bash'
15283 bin='$bin'
15284 bincompat5005='$bincompat5005'
15285 binexp='$binexp'
15286 bison='$bison'
15287 byacc='$byacc'
15288 byteorder='$byteorder'
15289 c='$c'
15290 castflags='$castflags'
15291 cat='$cat'
15292 cc='$cc'
15293 cccdlflags='$cccdlflags'
15294 ccdlflags='$ccdlflags'
15295 ccflags='$ccflags'
15296 ccflags_uselargefiles='$ccflags_uselargefiles'
15297 ccname='$ccname'
15298 ccsymbols='$ccsymbols'
15299 ccversion='$ccversion'
15300 cf_by='$cf_by'
15301 cf_email='$cf_email'
15302 cf_time='$cf_time'
15303 charsize='$charsize'
15304 chgrp='$chgrp'
15305 chmod='$chmod'
15306 chown='$chown'
15307 clocktype='$clocktype'
15308 comm='$comm'
15309 compress='$compress'
15310 contains='$contains'
15311 cp='$cp'
15312 cpio='$cpio'
15313 cpp='$cpp'
15314 cpp_stuff='$cpp_stuff'
15315 cppccsymbols='$cppccsymbols'
15316 cppflags='$cppflags'
15317 cpplast='$cpplast'
15318 cppminus='$cppminus'
15319 cpprun='$cpprun'
15320 cppstdin='$cppstdin'
15321 cppsymbols='$cppsymbols'
15322 crosscompile='$crosscompile'
15323 cryptlib='$cryptlib'
15324 csh='$csh'
15325 d_Gconvert='$d_Gconvert'
15326 d_PRIEUldbl='$d_PRIEUldbl'
15327 d_PRIFUldbl='$d_PRIFUldbl'
15328 d_PRIGUldbl='$d_PRIGUldbl'
15329 d_PRIXU64='$d_PRIXU64'
15330 d_PRId64='$d_PRId64'
15331 d_PRIeldbl='$d_PRIeldbl'
15332 d_PRIfldbl='$d_PRIfldbl'
15333 d_PRIgldbl='$d_PRIgldbl'
15334 d_PRIi64='$d_PRIi64'
15335 d_PRIo64='$d_PRIo64'
15336 d_PRIu64='$d_PRIu64'
15337 d_PRIx64='$d_PRIx64'
15338 d_SCNfldbl='$d_SCNfldbl'
15339 d_access='$d_access'
15340 d_accessx='$d_accessx'
15341 d_alarm='$d_alarm'
15342 d_archlib='$d_archlib'
15343 d_atolf='$d_atolf'
15344 d_atoll='$d_atoll'
15345 d_attribut='$d_attribut'
15346 d_bcmp='$d_bcmp'
15347 d_bcopy='$d_bcopy'
15348 d_bincompat5005='$d_bincompat5005'
15349 d_bsd='$d_bsd'
15350 d_bsdgetpgrp='$d_bsdgetpgrp'
15351 d_bsdsetpgrp='$d_bsdsetpgrp'
15352 d_bzero='$d_bzero'
15353 d_casti32='$d_casti32'
15354 d_castneg='$d_castneg'
15355 d_charvspr='$d_charvspr'
15356 d_chown='$d_chown'
15357 d_chroot='$d_chroot'
15358 d_chsize='$d_chsize'
15359 d_closedir='$d_closedir'
15360 d_const='$d_const'
15361 d_crypt='$d_crypt'
15362 d_csh='$d_csh'
15363 d_cuserid='$d_cuserid'
15364 d_dbl_dig='$d_dbl_dig'
15365 d_difftime='$d_difftime'
15366 d_dirnamlen='$d_dirnamlen'
15367 d_dlerror='$d_dlerror'
15368 d_dlopen='$d_dlopen'
15369 d_dlsymun='$d_dlsymun'
15370 d_dosuid='$d_dosuid'
15371 d_drand48proto='$d_drand48proto'
15372 d_dup2='$d_dup2'
15373 d_eaccess='$d_eaccess'
15374 d_endgrent='$d_endgrent'
15375 d_endhent='$d_endhent'
15376 d_endnent='$d_endnent'
15377 d_endpent='$d_endpent'
15378 d_endpwent='$d_endpwent'
15379 d_endsent='$d_endsent'
15380 d_eofnblk='$d_eofnblk'
15381 d_eunice='$d_eunice'
15382 d_fchmod='$d_fchmod'
15383 d_fchown='$d_fchown'
15384 d_fcntl='$d_fcntl'
15385 d_fd_macros='$d_fd_macros'
15386 d_fd_set='$d_fd_set'
15387 d_fds_bits='$d_fds_bits'
15388 d_fgetpos='$d_fgetpos'
15389 d_flexfnam='$d_flexfnam'
15390 d_flock='$d_flock'
15391 d_fork='$d_fork'
15392 d_fpathconf='$d_fpathconf'
15393 d_fpos64_t='$d_fpos64_t'
15394 d_frexpl='$d_frexpl'
15395 d_fs_data_s='$d_fs_data_s'
15396 d_fseeko='$d_fseeko'
15397 d_fsetpos='$d_fsetpos'
15398 d_fstatfs='$d_fstatfs'
15399 d_fstatvfs='$d_fstatvfs'
15400 d_ftello='$d_ftello'
15401 d_ftime='$d_ftime'
15402 d_getcwd='$d_getcwd'
15403 d_getespwnam='$d_getespwnam'
15404 d_getfsstat='$d_getfsstat'
15405 d_getgrent='$d_getgrent'
15406 d_getgrps='$d_getgrps'
15407 d_gethbyaddr='$d_gethbyaddr'
15408 d_gethbyname='$d_gethbyname'
15409 d_gethent='$d_gethent'
15410 d_gethname='$d_gethname'
15411 d_gethostprotos='$d_gethostprotos'
15412 d_getlogin='$d_getlogin'
15413 d_getmnt='$d_getmnt'
15414 d_getmntent='$d_getmntent'
15415 d_getnbyaddr='$d_getnbyaddr'
15416 d_getnbyname='$d_getnbyname'
15417 d_getnent='$d_getnent'
15418 d_getnetprotos='$d_getnetprotos'
15419 d_getpbyname='$d_getpbyname'
15420 d_getpbynumber='$d_getpbynumber'
15421 d_getpent='$d_getpent'
15422 d_getpgid='$d_getpgid'
15423 d_getpgrp2='$d_getpgrp2'
15424 d_getpgrp='$d_getpgrp'
15425 d_getppid='$d_getppid'
15426 d_getprior='$d_getprior'
15427 d_getprotoprotos='$d_getprotoprotos'
15428 d_getprpwnam='$d_getprpwnam'
15429 d_getpwent='$d_getpwent'
15430 d_getsbyname='$d_getsbyname'
15431 d_getsbyport='$d_getsbyport'
15432 d_getsent='$d_getsent'
15433 d_getservprotos='$d_getservprotos'
15434 d_getspnam='$d_getspnam'
15435 d_gettimeod='$d_gettimeod'
15436 d_gnulibc='$d_gnulibc'
15437 d_grpasswd='$d_grpasswd'
15438 d_hasmntopt='$d_hasmntopt'
15439 d_htonl='$d_htonl'
15440 d_iconv='$d_iconv'
15441 d_index='$d_index'
15442 d_inetaton='$d_inetaton'
15443 d_int64_t='$d_int64_t'
15444 d_isascii='$d_isascii'
15445 d_isnan='$d_isnan'
15446 d_isnanl='$d_isnanl'
15447 d_killpg='$d_killpg'
15448 d_lchown='$d_lchown'
15449 d_ldbl_dig='$d_ldbl_dig'
15450 d_link='$d_link'
15451 d_locconv='$d_locconv'
15452 d_lockf='$d_lockf'
15453 d_longdbl='$d_longdbl'
15454 d_longlong='$d_longlong'
15455 d_lseekproto='$d_lseekproto'
15456 d_lstat='$d_lstat'
15457 d_madvise='$d_madvise'
15458 d_mblen='$d_mblen'
15459 d_mbstowcs='$d_mbstowcs'
15460 d_mbtowc='$d_mbtowc'
15461 d_memchr='$d_memchr'
15462 d_memcmp='$d_memcmp'
15463 d_memcpy='$d_memcpy'
15464 d_memmove='$d_memmove'
15465 d_memset='$d_memset'
15466 d_mkdir='$d_mkdir'
15467 d_mkdtemp='$d_mkdtemp'
15468 d_mkfifo='$d_mkfifo'
15469 d_mkstemp='$d_mkstemp'
15470 d_mkstemps='$d_mkstemps'
15471 d_mktime='$d_mktime'
15472 d_mmap='$d_mmap'
15473 d_modfl='$d_modfl'
15474 d_mprotect='$d_mprotect'
15475 d_msg='$d_msg'
15476 d_msg_ctrunc='$d_msg_ctrunc'
15477 d_msg_dontroute='$d_msg_dontroute'
15478 d_msg_oob='$d_msg_oob'
15479 d_msg_peek='$d_msg_peek'
15480 d_msg_proxy='$d_msg_proxy'
15481 d_msgctl='$d_msgctl'
15482 d_msgget='$d_msgget'
15483 d_msgrcv='$d_msgrcv'
15484 d_msgsnd='$d_msgsnd'
15485 d_msync='$d_msync'
15486 d_munmap='$d_munmap'
15487 d_mymalloc='$d_mymalloc'
15488 d_nice='$d_nice'
15489 d_nv_preserves_uv='$d_nv_preserves_uv'
15490 d_nv_preserves_uv_bits='$d_nv_preserves_uv_bits'
15491 d_off64_t='$d_off64_t'
15492 d_old_pthread_create_joinable='$d_old_pthread_create_joinable'
15493 d_oldpthreads='$d_oldpthreads'
15494 d_oldsock='$d_oldsock'
15495 d_open3='$d_open3'
15496 d_pathconf='$d_pathconf'
15497 d_pause='$d_pause'
15498 d_perl_otherlibdirs='$d_perl_otherlibdirs'
15499 d_phostname='$d_phostname'
15500 d_pipe='$d_pipe'
15501 d_poll='$d_poll'
15502 d_portable='$d_portable'
15503 d_pthread_yield='$d_pthread_yield'
15504 d_pwage='$d_pwage'
15505 d_pwchange='$d_pwchange'
15506 d_pwclass='$d_pwclass'
15507 d_pwcomment='$d_pwcomment'
15508 d_pwexpire='$d_pwexpire'
15509 d_pwgecos='$d_pwgecos'
15510 d_pwpasswd='$d_pwpasswd'
15511 d_pwquota='$d_pwquota'
15512 d_qgcvt='$d_qgcvt'
15513 d_quad='$d_quad'
15514 d_readdir='$d_readdir'
15515 d_readlink='$d_readlink'
15516 d_rename='$d_rename'
15517 d_rewinddir='$d_rewinddir'
15518 d_rmdir='$d_rmdir'
15519 d_safebcpy='$d_safebcpy'
15520 d_safemcpy='$d_safemcpy'
15521 d_sanemcmp='$d_sanemcmp'
15522 d_sched_yield='$d_sched_yield'
15523 d_scm_rights='$d_scm_rights'
15524 d_seekdir='$d_seekdir'
15525 d_select='$d_select'
15526 d_sem='$d_sem'
15527 d_semctl='$d_semctl'
15528 d_semctl_semid_ds='$d_semctl_semid_ds'
15529 d_semctl_semun='$d_semctl_semun'
15530 d_semget='$d_semget'
15531 d_semop='$d_semop'
15532 d_setegid='$d_setegid'
15533 d_seteuid='$d_seteuid'
15534 d_setgrent='$d_setgrent'
15535 d_setgrps='$d_setgrps'
15536 d_sethent='$d_sethent'
15537 d_setlinebuf='$d_setlinebuf'
15538 d_setlocale='$d_setlocale'
15539 d_setnent='$d_setnent'
15540 d_setpent='$d_setpent'
15541 d_setpgid='$d_setpgid'
15542 d_setpgrp2='$d_setpgrp2'
15543 d_setpgrp='$d_setpgrp'
15544 d_setprior='$d_setprior'
15545 d_setproctitle='$d_setproctitle'
15546 d_setpwent='$d_setpwent'
15547 d_setregid='$d_setregid'
15548 d_setresgid='$d_setresgid'
15549 d_setresuid='$d_setresuid'
15550 d_setreuid='$d_setreuid'
15551 d_setrgid='$d_setrgid'
15552 d_setruid='$d_setruid'
15553 d_setsent='$d_setsent'
15554 d_setsid='$d_setsid'
15555 d_setvbuf='$d_setvbuf'
15556 d_sfio='$d_sfio'
15557 d_shm='$d_shm'
15558 d_shmat='$d_shmat'
15559 d_shmatprototype='$d_shmatprototype'
15560 d_shmctl='$d_shmctl'
15561 d_shmdt='$d_shmdt'
15562 d_shmget='$d_shmget'
15563 d_sigaction='$d_sigaction'
15564 d_sigsetjmp='$d_sigsetjmp'
15565 d_socket='$d_socket'
15566 d_socklen_t='$d_socklen_t'
15567 d_sockpair='$d_sockpair'
15568 d_socks5_init='$d_socks5_init'
15569 d_sqrtl='$d_sqrtl'
15570 d_statblks='$d_statblks'
15571 d_statfs_f_flags='$d_statfs_f_flags'
15572 d_statfs_s='$d_statfs_s'
15573 d_statvfs='$d_statvfs'
15574 d_stdio_cnt_lval='$d_stdio_cnt_lval'
15575 d_stdio_ptr_lval='$d_stdio_ptr_lval'
15576 d_stdio_stream_array='$d_stdio_stream_array'
15577 d_stdiobase='$d_stdiobase'
15578 d_stdstdio='$d_stdstdio'
15579 d_strchr='$d_strchr'
15580 d_strcoll='$d_strcoll'
15581 d_strctcpy='$d_strctcpy'
15582 d_strerrm='$d_strerrm'
15583 d_strerror='$d_strerror'
15584 d_strtod='$d_strtod'
15585 d_strtol='$d_strtol'
15586 d_strtold='$d_strtold'
15587 d_strtoll='$d_strtoll'
15588 d_strtoul='$d_strtoul'
15589 d_strtoull='$d_strtoull'
15590 d_strtouq='$d_strtouq'
15591 d_strxfrm='$d_strxfrm'
15592 d_suidsafe='$d_suidsafe'
15593 d_symlink='$d_symlink'
15594 d_syscall='$d_syscall'
15595 d_sysconf='$d_sysconf'
15596 d_sysernlst='$d_sysernlst'
15597 d_syserrlst='$d_syserrlst'
15598 d_system='$d_system'
15599 d_tcgetpgrp='$d_tcgetpgrp'
15600 d_tcsetpgrp='$d_tcsetpgrp'
15601 d_telldir='$d_telldir'
15602 d_telldirproto='$d_telldirproto'
15603 d_time='$d_time'
15604 d_times='$d_times'
15605 d_truncate='$d_truncate'
15606 d_tzname='$d_tzname'
15607 d_umask='$d_umask'
15608 d_uname='$d_uname'
15609 d_union_semun='$d_union_semun'
15610 d_ustat='$d_ustat'
15611 d_vendorarch='$d_vendorarch'
15612 d_vendorbin='$d_vendorbin'
15613 d_vendorlib='$d_vendorlib'
15614 d_vfork='$d_vfork'
15615 d_void_closedir='$d_void_closedir'
15616 d_voidsig='$d_voidsig'
15617 d_voidtty='$d_voidtty'
15618 d_volatile='$d_volatile'
15619 d_vprintf='$d_vprintf'
15620 d_wait4='$d_wait4'
15621 d_waitpid='$d_waitpid'
15622 d_wcstombs='$d_wcstombs'
15623 d_wctomb='$d_wctomb'
15624 d_xenix='$d_xenix'
15625 date='$date'
15626 db_hashtype='$db_hashtype'
15627 db_prefixtype='$db_prefixtype'
15628 defvoidused='$defvoidused'
15629 direntrytype='$direntrytype'
15630 dlext='$dlext'
15631 dlsrc='$dlsrc'
15632 doublesize='$doublesize'
15633 drand01='$drand01'
15634 dynamic_ext='$dynamic_ext'
15635 eagain='$eagain'
15636 ebcdic='$ebcdic'
15637 echo='$echo'
15638 egrep='$egrep'
15639 emacs='$emacs'
15640 eunicefix='$eunicefix'
15641 exe_ext='$exe_ext'
15642 expr='$expr'
15643 extensions='$extensions'
15644 fflushNULL='$fflushNULL'
15645 fflushall='$fflushall'
15646 find='$find'
15647 firstmakefile='$firstmakefile'
15648 flex='$flex'
15649 fpossize='$fpossize'
15650 fpostype='$fpostype'
15651 freetype='$freetype'
15652 full_ar='$full_ar'
15653 full_csh='$full_csh'
15654 full_sed='$full_sed'
15655 gccosandvers='$gccosandvers'
15656 gccversion='$gccversion'
15657 gidformat='$gidformat'
15658 gidsign='$gidsign'
15659 gidsize='$gidsize'
15660 gidtype='$gidtype'
15661 glibpth='$glibpth'
15662 grep='$grep'
15663 groupcat='$groupcat'
15664 groupstype='$groupstype'
15665 gzip='$gzip'
15666 h_fcntl='$h_fcntl'
15667 h_sysfile='$h_sysfile'
15668 hint='$hint'
15669 hostcat='$hostcat'
15670 i16size='$i16size'
15671 i16type='$i16type'
15672 i32size='$i32size'
15673 i32type='$i32type'
15674 i64size='$i64size'
15675 i64type='$i64type'
15676 i8size='$i8size'
15677 i8type='$i8type'
15678 i_arpainet='$i_arpainet'
15679 i_bsdioctl='$i_bsdioctl'
15680 i_db='$i_db'
15681 i_dbm='$i_dbm'
15682 i_dirent='$i_dirent'
15683 i_dld='$i_dld'
15684 i_dlfcn='$i_dlfcn'
15685 i_fcntl='$i_fcntl'
15686 i_float='$i_float'
15687 i_gdbm='$i_gdbm'
15688 i_grp='$i_grp'
15689 i_iconv='$i_iconv'
15690 i_ieeefp='$i_ieeefp'
15691 i_inttypes='$i_inttypes'
15692 i_libutil='$i_libutil'
15693 i_limits='$i_limits'
15694 i_locale='$i_locale'
15695 i_machcthr='$i_machcthr'
15696 i_malloc='$i_malloc'
15697 i_math='$i_math'
15698 i_memory='$i_memory'
15699 i_mntent='$i_mntent'
15700 i_ndbm='$i_ndbm'
15701 i_netdb='$i_netdb'
15702 i_neterrno='$i_neterrno'
15703 i_netinettcp='$i_netinettcp'
15704 i_niin='$i_niin'
15705 i_poll='$i_poll'
15706 i_prot='$i_prot'
15707 i_pthread='$i_pthread'
15708 i_pwd='$i_pwd'
15709 i_rpcsvcdbm='$i_rpcsvcdbm'
15710 i_sfio='$i_sfio'
15711 i_sgtty='$i_sgtty'
15712 i_shadow='$i_shadow'
15713 i_socks='$i_socks'
15714 i_stdarg='$i_stdarg'
15715 i_stddef='$i_stddef'
15716 i_stdlib='$i_stdlib'
15717 i_string='$i_string'
15718 i_sunmath='$i_sunmath'
15719 i_sysaccess='$i_sysaccess'
15720 i_sysdir='$i_sysdir'
15721 i_sysfile='$i_sysfile'
15722 i_sysfilio='$i_sysfilio'
15723 i_sysin='$i_sysin'
15724 i_sysioctl='$i_sysioctl'
15725 i_syslog='$i_syslog'
15726 i_sysmman='$i_sysmman'
15727 i_sysmode='$i_sysmode'
15728 i_sysmount='$i_sysmount'
15729 i_sysndir='$i_sysndir'
15730 i_sysparam='$i_sysparam'
15731 i_sysresrc='$i_sysresrc'
15732 i_syssecrt='$i_syssecrt'
15733 i_sysselct='$i_sysselct'
15734 i_syssockio='$i_syssockio'
15735 i_sysstat='$i_sysstat'
15736 i_sysstatfs='$i_sysstatfs'
15737 i_sysstatvfs='$i_sysstatvfs'
15738 i_systime='$i_systime'
15739 i_systimek='$i_systimek'
15740 i_systimes='$i_systimes'
15741 i_systypes='$i_systypes'
15742 i_sysuio='$i_sysuio'
15743 i_sysun='$i_sysun'
15744 i_sysutsname='$i_sysutsname'
15745 i_sysvfs='$i_sysvfs'
15746 i_syswait='$i_syswait'
15747 i_termio='$i_termio'
15748 i_termios='$i_termios'
15749 i_time='$i_time'
15750 i_unistd='$i_unistd'
15751 i_ustat='$i_ustat'
15752 i_utime='$i_utime'
15753 i_values='$i_values'
15754 i_varargs='$i_varargs'
15755 i_varhdr='$i_varhdr'
15756 i_vfork='$i_vfork'
15757 ignore_versioned_solibs='$ignore_versioned_solibs'
15758 inc_version_list='$inc_version_list'
15759 inc_version_list_init='$inc_version_list_init'
15760 incpath='$incpath'
15761 inews='$inews'
15762 installarchlib='$installarchlib'
15763 installbin='$installbin'
15764 installman1dir='$installman1dir'
15765 installman3dir='$installman3dir'
15766 installprefix='$installprefix'
15767 installprefixexp='$installprefixexp'
15768 installprivlib='$installprivlib'
15769 installscript='$installscript'
15770 installscripts='$installscripts'
15771 installsitearch='$installsitearch'
15772 installsitebin='$installsitebin'
15773 installsitelib='$installsitelib'
15774 installstyle='$installstyle'
15775 installusrbinperl='$installusrbinperl'
15776 installvendorarch='$installvendorarch'
15777 installvendorbin='$installvendorbin'
15778 installvendorlib='$installvendorlib'
15779 intsize='$intsize'
15780 ivdformat='$ivdformat'
15781 ivsize='$ivsize'
15782 ivtype='$ivtype'
15783 known_extensions='$known_extensions'
15784 ksh='$ksh'
15785 ld='$ld'
15786 lddlflags='$lddlflags'
15787 ldflags='$ldflags'
15788 ldflags_uselargefiles='$ldflags_uselargefiles'
15789 ldlibpthname='$ldlibpthname'
15790 less='$less'
15791 lib_ext='$lib_ext'
15792 libc='$libc'
15793 libperl='$libperl'
15794 libpth='$libpth'
15795 libs='$libs'
15796 libsdirs='$libsdirs'
15797 libsfiles='$libsfiles'
15798 libsfound='$libsfound'
15799 libspath='$libspath'
15800 libswanted='$libswanted'
15801 libswanted_uselargefiles='$libswanted_uselargefiles'
15802 line='$line'
15803 lint='$lint'
15804 lkflags='$lkflags'
15805 ln='$ln'
15806 lns='$lns'
15807 locincpth='$locincpth'
15808 loclibpth='$loclibpth'
15809 longdblsize='$longdblsize'
15810 longlongsize='$longlongsize'
15811 longsize='$longsize'
15812 lp='$lp'
15813 lpr='$lpr'
15814 ls='$ls'
15815 lseeksize='$lseeksize'
15816 lseektype='$lseektype'
15817 mail='$mail'
15818 mailx='$mailx'
15819 make='$make'
15820 make_set_make='$make_set_make'
15821 mallocobj='$mallocobj'
15822 mallocsrc='$mallocsrc'
15823 malloctype='$malloctype'
15824 man1dir='$man1dir'
15825 man1direxp='$man1direxp'
15826 man1ext='$man1ext'
15827 man3dir='$man3dir'
15828 man3direxp='$man3direxp'
15829 man3ext='$man3ext'
15830 mips_type='$mips_type'
15831 mkdir='$mkdir'
15832 mmaptype='$mmaptype'
15833 modetype='$modetype'
15834 more='$more'
15835 multiarch='$multiarch'
15836 mv='$mv'
15837 myarchname='$myarchname'
15838 mydomain='$mydomain'
15839 myhostname='$myhostname'
15840 myuname='$myuname'
15841 n='$n'
15842 netdb_hlen_type='$netdb_hlen_type'
15843 netdb_host_type='$netdb_host_type'
15844 netdb_name_type='$netdb_name_type'
15845 netdb_net_type='$netdb_net_type'
15846 nm='$nm'
15847 nm_opt='$nm_opt'
15848 nm_so_opt='$nm_so_opt'
15849 nonxs_ext='$nonxs_ext'
15850 nroff='$nroff'
15851 nvEUformat='$nvEUformat'
15852 nvFUformat='$nvFUformat'
15853 nvGUformat='$nvGUformat'
15854 nveformat='$nveformat'
15855 nvfformat='$nvfformat'
15856 nvgformat='$nvgformat'
15857 nvsize='$nvsize'
15858 nvtype='$nvtype'
15859 o_nonblock='$o_nonblock'
15860 obj_ext='$obj_ext'
15861 old_pthread_create_joinable='$old_pthread_create_joinable'
15862 optimize='$optimize'
15863 orderlib='$orderlib'
15864 osname='$osname'
15865 osvers='$osvers'
15866 otherlibdirs='$otherlibdirs'
15867 package='$package'
15868 pager='$pager'
15869 passcat='$passcat'
15870 patchlevel='$patchlevel'
15871 path_sep='$path_sep'
15872 perl5='$perl5'
15873 perl='$perl'
15874 perladmin='$perladmin'
15875 perllibs='$perllibs'
15876 perlpath='$perlpath'
15877 pg='$pg'
15878 phostname='$phostname'
15879 pidtype='$pidtype'
15880 plibpth='$plibpth'
15881 pm_apiversion='$pm_apiversion'
15882 pmake='$pmake'
15883 pr='$pr'
15884 prefix='$prefix'
15885 prefixexp='$prefixexp'
15886 privlib='$privlib'
15887 privlibexp='$privlibexp'
15888 prototype='$prototype'
15889 ptrsize='$ptrsize'
15890 quadkind='$quadkind'
15891 quadtype='$quadtype'
15892 randbits='$randbits'
15893 randfunc='$randfunc'
15894 randseedtype='$randseedtype'
15895 ranlib='$ranlib'
15896 rd_nodata='$rd_nodata'
15897 revision='$revision'
15898 rm='$rm'
15899 rmail='$rmail'
15900 runnm='$runnm'
15901 sPRIEUldbl='$sPRIEUldbl'
15902 sPRIFUldbl='$sPRIFUldbl'
15903 sPRIGUldbl='$sPRIGUldbl'
15904 sPRIXU64='$sPRIXU64'
15905 sPRId64='$sPRId64'
15906 sPRIeldbl='$sPRIeldbl'
15907 sPRIfldbl='$sPRIfldbl'
15908 sPRIgldbl='$sPRIgldbl'
15909 sPRIi64='$sPRIi64'
15910 sPRIo64='$sPRIo64'
15911 sPRIu64='$sPRIu64'
15912 sPRIx64='$sPRIx64'
15913 sSCNfldbl='$sSCNfldbl'
15914 sched_yield='$sched_yield'
15915 scriptdir='$scriptdir'
15916 scriptdirexp='$scriptdirexp'
15917 sed='$sed'
15918 seedfunc='$seedfunc'
15919 selectminbits='$selectminbits'
15920 selecttype='$selecttype'
15921 sendmail='$sendmail'
15922 sh='$sh'
15923 shar='$shar'
15924 sharpbang='$sharpbang'
15925 shmattype='$shmattype'
15926 shortsize='$shortsize'
15927 shrpenv='$shrpenv'
15928 shsharp='$shsharp'
15929 sig_count='$sig_count'
15930 sig_name='$sig_name'
15931 sig_name_init='$sig_name_init'
15932 sig_num='$sig_num'
15933 sig_num_init='$sig_num_init'
15934 signal_t='$signal_t'
15935 sitearch='$sitearch'
15936 sitearchexp='$sitearchexp'
15937 sitebin='$sitebin'
15938 sitebinexp='$sitebinexp'
15939 sitelib='$sitelib'
15940 sitelib_stem='$sitelib_stem'
15941 sitelibexp='$sitelibexp'
15942 siteprefix='$siteprefix'
15943 siteprefixexp='$siteprefixexp'
15944 sizesize='$sizesize'
15945 sizetype='$sizetype'
15946 sleep='$sleep'
15947 smail='$smail'
15948 so='$so'
15949 sockethdr='$sockethdr'
15950 socketlib='$socketlib'
15951 socksizetype='$socksizetype'
15952 sort='$sort'
15953 spackage='$spackage'
15954 spitshell='$spitshell'
15955 src='$src'
15956 ssizetype='$ssizetype'
15957 startperl='$startperl'
15958 startsh='$startsh'
15959 static_ext='$static_ext'
15960 stdchar='$stdchar'
15961 stdio_base='$stdio_base'
15962 stdio_bufsiz='$stdio_bufsiz'
15963 stdio_cnt='$stdio_cnt'
15964 stdio_filbuf='$stdio_filbuf'
15965 stdio_ptr='$stdio_ptr'
15966 stdio_stream_array='$stdio_stream_array'
15967 strings='$strings'
15968 submit='$submit'
15969 subversion='$subversion'
15970 sysman='$sysman'
15971 tail='$tail'
15972 tar='$tar'
15973 tbl='$tbl'
15974 tee='$tee'
15975 test='$test'
15976 timeincl='$timeincl'
15977 timetype='$timetype'
15978 touch='$touch'
15979 tr='$tr'
15980 trnl='$trnl'
15981 troff='$troff'
15982 u16size='$u16size'
15983 u16type='$u16type'
15984 u32size='$u32size'
15985 u32type='$u32type'
15986 u64size='$u64size'
15987 u64type='$u64type'
15988 u8size='$u8size'
15989 u8type='$u8type'
15990 uidformat='$uidformat'
15991 uidsign='$uidsign'
15992 uidsize='$uidsize'
15993 uidtype='$uidtype'
15994 uname='$uname'
15995 uniq='$uniq'
15996 uquadtype='$uquadtype'
15997 use5005threads='$use5005threads'
15998 use64bitall='$use64bitall'
15999 use64bitint='$use64bitint'
16000 usedl='$usedl'
16001 useithreads='$useithreads'
16002 uselargefiles='$uselargefiles'
16003 uselongdouble='$uselongdouble'
16004 usemorebits='$usemorebits'
16005 usemultiplicity='$usemultiplicity'
16006 usemymalloc='$usemymalloc'
16007 usenm='$usenm'
16008 useopcode='$useopcode'
16009 useperlio='$useperlio'
16010 useposix='$useposix'
16011 usesfio='$usesfio'
16012 useshrplib='$useshrplib'
16013 usesocks='$usesocks'
16014 usethreads='$usethreads'
16015 usevendorprefix='$usevendorprefix'
16016 usevfork='$usevfork'
16017 usrinc='$usrinc'
16018 uuname='$uuname'
16019 uvXUformat='$uvXUformat'
16020 uvoformat='$uvoformat'
16021 uvsize='$uvsize'
16022 uvtype='$uvtype'
16023 uvuformat='$uvuformat'
16024 uvxformat='$uvxformat'
16025 vendorarch='$vendorarch'
16026 vendorarchexp='$vendorarchexp'
16027 vendorbin='$vendorbin'
16028 vendorbinexp='$vendorbinexp'
16029 vendorlib='$vendorlib'
16030 vendorlib_stem='$vendorlib_stem'
16031 vendorlibexp='$vendorlibexp'
16032 vendorprefix='$vendorprefix'
16033 vendorprefixexp='$vendorprefixexp'
16034 version='$version'
16035 vi='$vi'
16036 voidflags='$voidflags'
16037 xlibpth='$xlibpth'
16038 xs_apiversion='$xs_apiversion'
16039 zcat='$zcat'
16040 zip='$zip'
16041 EOT
16042
16043 : Add in command line options if available
16044 $test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
16045
16046 : add special variables
16047 $test -f $src/patchlevel.h && \
16048 awk '/^#define[         ]+PERL_/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
16049 echo "CONFIGDOTSH=true" >>config.sh
16050
16051 : propagate old symbols
16052 if $test -f UU/config.sh; then
16053         <UU/config.sh sort | uniq >UU/oldconfig.sh
16054         sed -n 's/^\([a-zA-Z_0-9]*\)=.*/\1/p' config.sh config.sh UU/oldconfig.sh |\
16055         sort | uniq -u >UU/oldsyms
16056         set X `cat UU/oldsyms`
16057         shift
16058         case $# in
16059         0) ;;
16060         *)
16061                 cat <<EOM
16062 Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
16063 EOM
16064                 echo "# Variables propagated from previous config.sh file." >>config.sh
16065                 for sym in `cat UU/oldsyms`; do
16066                         echo "    Propagating $hint variable "'$'"$sym..."
16067                         eval 'tmp="$'"${sym}"'"'
16068                         echo "$tmp" | \
16069                                 sed -e "s/'/'\"'\"'/g" -e "s/^/$sym='/" -e "s/$/'/" >>config.sh
16070                 done
16071                 ;;
16072         esac
16073 fi
16074
16075 : Finish up by extracting the .SH files
16076 case "$alldone" in
16077 exit)
16078         $rm -rf UU
16079         echo "Done."
16080         exit 0
16081         ;;
16082 cont)
16083         ;;
16084 '')
16085         dflt=''
16086         nostick=true
16087         $cat <<EOM
16088
16089 If you'd like to make any changes to the config.sh file before I begin
16090 to configure things, do it as a shell escape now (e.g. !vi config.sh).
16091
16092 EOM
16093         rp="Press return or use a shell escape to edit config.sh:"
16094         . UU/myread
16095         nostick=''
16096         case "$ans" in
16097         '') ;;
16098         *) : in case they cannot read
16099                 sh 1>&4 -c "$ans";;
16100         esac
16101         ;;
16102 esac
16103
16104 : if this fails, just run all the .SH files by hand
16105 . ./config.sh
16106
16107 echo " "
16108 exec 1>&4
16109 . ./UU/extract
16110
16111 if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
16112         dflt=y
16113         case "$silent" in
16114         true) ;;
16115         *)
16116                 $cat <<EOM
16117
16118 Now you need to generate make dependencies by running "$make depend".
16119 You might prefer to run it in background: "$make depend > makedepend.out &"
16120 It can take a while, so you might not want to run it right now.
16121
16122 EOM
16123                 ;;
16124         esac
16125         rp="Run $make depend now?"
16126         . UU/myread
16127         case "$ans" in
16128         y*)
16129                 $make depend && echo "Now you must run '$make'."
16130                 ;;
16131         *)
16132                 echo "You must run '$make depend' then '$make'."
16133                 ;;
16134         esac
16135 elif test -f [Mm]akefile; then
16136         echo " "
16137         echo "Now you must run a $make."
16138 else
16139         echo "Done."
16140 fi
16141
16142 if $test -f Policy.sh; then
16143     $cat <<EOM
16144
16145 If you compile $package on a different machine or from a different object
16146 directory, copy the Policy.sh file from this object directory to the
16147 new one before you run Configure -- this will help you with most of
16148 the policy defaults.
16149
16150 EOM
16151 fi
16152 if $test -f config.msg; then
16153     echo "Hmm.  I also noted the following information while running:"
16154     echo " "
16155     $cat config.msg >&4
16156     $rm -f config.msg
16157 fi
16158 $rm -f kit*isdone ark*isdone
16159 $rm -rf UU
16160
16161 : End of Configure
16162