1aaeb2fb7cd63dff4b12f19414508f042a9fd414
[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 Tue Oct 27 14:23:10 EET 1998 [metaconfig 3.0 PL70]
24 # (with additional metaconfig patches by jhi@iki.fi)
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 case "$inksh/$needksh" in
112 /[a-z]*)
113                 ENV=''
114                 changesh=true
115                 reason="$needksh"
116         ;;
117 esac
118 case "$inksh/$avoidksh" in
119 true/[a-z]*)
120         changesh=true
121         reason="$avoidksh"
122         ;;
123 esac
124 case "$inksh/$needksh-$avoidksh-" in
125 true/--)
126                 cat <<EOM
127 (I see you are using the Korn shell.  Some ksh's blow up on $me,
128 mainly on older exotic systems.  If yours does, try the Bourne shell instead.)
129 EOM
130         ;;
131 esac
132 case "$changesh" in
133 true)
134         echo "(Feeding myself to $newsh $reason.)"
135         case "$0" in
136         Configure|*/Configure) exec $newsh $0 "$@";;
137         *) exec $newsh Configure "$@";;
138         esac
139         ;;
140 esac
141
142 : if needed set CDPATH to a harmless value that is not chatty
143 : avoid bash 2.02 problems with empty CDPATH.
144 case "$CDPATH" in
145 '')     ;;
146 *)      case "$SHELL" in
147         *bash*) CDPATH='.' ;;
148         *)              CDPATH='' ;;
149         esac
150         ;;
151 esac
152 : Configure runs within the UU subdirectory
153 test -d UU || mkdir UU
154 cd UU && rm -f ./*
155
156 dynamic_ext=''
157 extensions=''
158 known_extensions=''
159 nonxs_ext=''
160 static_ext=''
161 useopcode=''
162 useposix=''
163 d_bsd=''
164 d_eunice=''
165 d_xenix=''
166 eunicefix=''
167 Mcc=''
168 ar=''
169 awk=''
170 bash=''
171 bison=''
172 byacc=''
173 cat=''
174 chgrp=''
175 chmod=''
176 chown=''
177 comm=''
178 compress=''
179 cp=''
180 cpio=''
181 cpp=''
182 csh=''
183 date=''
184 echo=''
185 egrep=''
186 emacs=''
187 expr=''
188 find=''
189 flex=''
190 grep=''
191 gzip=''
192 inews=''
193 ksh=''
194 less=''
195 line=''
196 lint=''
197 ln=''
198 lp=''
199 lpr=''
200 ls=''
201 mail=''
202 mailx=''
203 make=''
204 mkdir=''
205 more=''
206 mv=''
207 nm=''
208 nroff=''
209 perl=''
210 pg=''
211 pmake=''
212 pr=''
213 rm=''
214 rmail=''
215 sed=''
216 sendmail=''
217 shar=''
218 sleep=''
219 smail=''
220 sort=''
221 submit=''
222 tail=''
223 tar=''
224 tbl=''
225 tee=''
226 test=''
227 touch=''
228 tr=''
229 troff=''
230 uname=''
231 uniq=''
232 uuname=''
233 vi=''
234 zcat=''
235 zip=''
236 full_sed=''
237 libswanted=''
238 hint=''
239 myuname=''
240 osname=''
241 osvers=''
242 Author=''
243 Date=''
244 Header=''
245 Id=''
246 Locker=''
247 Log=''
248 RCSfile=''
249 Revision=''
250 Source=''
251 State=''
252 _a=''
253 _exe=''
254 _o=''
255 archobjs=''
256 exe_ext=''
257 firstmakefile=''
258 lib_ext=''
259 obj_ext=''
260 path_sep=''
261 afs=''
262 alignbytes=''
263 ansi2knr=''
264 archlib=''
265 archlibexp=''
266 d_archlib=''
267 installarchlib=''
268 archname=''
269 myarchname=''
270 baserev=''
271 bin=''
272 binexp=''
273 installbin=''
274 byteorder=''
275 cc=''
276 gccversion=''
277 ccflags=''
278 cppflags=''
279 ldflags=''
280 lkflags=''
281 locincpth=''
282 optimize=''
283 cf_email=''
284 cf_by=''
285 cf_time=''
286 contains=''
287 cpp_stuff=''
288 cpplast=''
289 cppminus=''
290 cpprun=''
291 cppstdin=''
292 d_access=''
293 d_accessx=''
294 d_alarm=''
295 d_attribut=''
296 d_bcmp=''
297 d_bcopy=''
298 d_bzero=''
299 d_casti32=''
300 castflags=''
301 d_castneg=''
302 d_chown=''
303 d_chroot=''
304 d_chsize=''
305 d_closedir=''
306 d_void_closedir=''
307 d_const=''
308 cryptlib=''
309 d_crypt=''
310 d_csh=''
311 full_csh=''
312 d_cuserid=''
313 d_dbl_dig=''
314 d_difftime=''
315 d_dlerror=''
316 d_dlopen=''
317 d_dlsymun=''
318 d_dosuid=''
319 d_suidsafe=''
320 d_drand48proto=''
321 d_dup2=''
322 d_eaccess=''
323 d_endgrent=''
324 d_endhent=''
325 d_endnent=''
326 d_endpent=''
327 d_endpwent=''
328 d_endsent=''
329 d_fchmod=''
330 d_fchown=''
331 d_fcntl=''
332 d_fd_macros=''
333 d_fd_set=''
334 d_fds_bits=''
335 d_fgetpos=''
336 d_flexfnam=''
337 d_flock=''
338 d_fork=''
339 d_fseeko=''
340 d_fsetpos=''
341 d_ftello=''
342 d_ftime=''
343 d_gettimeod=''
344 d_Gconvert=''
345 d_getgrent=''
346 d_getgrps=''
347 d_gethbyaddr=''
348 d_gethbyname=''
349 d_gethent=''
350 aphostname=''
351 d_gethname=''
352 d_phostname=''
353 d_uname=''
354 d_gethostprotos=''
355 d_getlogin=''
356 d_getnbyaddr=''
357 d_getnbyname=''
358 d_getnent=''
359 d_getnetprotos=''
360 d_getpent=''
361 d_getpgid=''
362 d_getpgrp2=''
363 d_bsdgetpgrp=''
364 d_getpgrp=''
365 d_getppid=''
366 d_getprior=''
367 d_getpbyname=''
368 d_getpbynumber=''
369 d_getprotoprotos=''
370 d_getpwent=''
371 d_getsent=''
372 d_getservprotos=''
373 d_getsbyname=''
374 d_getsbyport=''
375 d_gnulibc=''
376 d_htonl=''
377 d_inetaton=''
378 d_isascii=''
379 d_killpg=''
380 d_lchown=''
381 d_link=''
382 d_locconv=''
383 d_lockf=''
384 d_longdbl=''
385 longdblsize=''
386 d_longlong=''
387 longlongsize=''
388 d_lstat=''
389 d_mblen=''
390 d_mbstowcs=''
391 d_mbtowc=''
392 d_memcmp=''
393 d_memcpy=''
394 d_memmove=''
395 d_memset=''
396 d_mkdir=''
397 d_mkfifo=''
398 d_mktime=''
399 d_msg=''
400 d_msgctl=''
401 d_msgget=''
402 d_msgrcv=''
403 d_msgsnd=''
404 d_nice=''
405 d_open3=''
406 d_fpathconf=''
407 d_pathconf=''
408 d_pause=''
409 d_pipe=''
410 d_poll=''
411 d_portable=''
412 d_pthread_yield=''
413 d_sched_yield=''
414 sched_yield=''
415 d_readdir=''
416 d_rewinddir=''
417 d_seekdir=''
418 d_telldir=''
419 d_readlink=''
420 d_rename=''
421 d_rmdir=''
422 d_safebcpy=''
423 d_safemcpy=''
424 d_sanemcmp=''
425 d_select=''
426 d_sem=''
427 d_semctl=''
428 d_semget=''
429 d_semop=''
430 d_setegid=''
431 d_seteuid=''
432 d_setgrent=''
433 d_setgrps=''
434 d_sethent=''
435 d_setlinebuf=''
436 d_setlocale=''
437 d_setnent=''
438 d_setpent=''
439 d_setpgid=''
440 d_setpgrp2=''
441 d_bsdsetpgrp=''
442 d_setpgrp=''
443 d_setprior=''
444 d_setpwent=''
445 d_setregid=''
446 d_setresgid=''
447 d_setresuid=''
448 d_setreuid=''
449 d_setrgid=''
450 d_setruid=''
451 d_setsent=''
452 d_setsid=''
453 d_setvbuf=''
454 d_sfio=''
455 usesfio=''
456 d_shm=''
457 d_shmat=''
458 d_shmatprototype=''
459 shmattype=''
460 d_shmctl=''
461 d_shmdt=''
462 d_shmget=''
463 d_sigaction=''
464 d_sigsetjmp=''
465 d_oldsock=''
466 d_socket=''
467 d_sockpair=''
468 sockethdr=''
469 socketlib=''
470 d_statblks=''
471 d_stdio_cnt_lval=''
472 d_stdio_ptr_lval=''
473 d_stdiobase=''
474 d_stdstdio=''
475 stdio_base=''
476 stdio_bufsiz=''
477 stdio_cnt=''
478 stdio_filbuf=''
479 stdio_ptr=''
480 d_index=''
481 d_strchr=''
482 d_strcoll=''
483 d_strctcpy=''
484 d_strerrm=''
485 d_strerror=''
486 d_sysernlst=''
487 d_syserrlst=''
488 d_strtod=''
489 d_strtol=''
490 d_strtoul=''
491 d_strxfrm=''
492 d_symlink=''
493 d_syscall=''
494 d_sysconf=''
495 d_system=''
496 d_tcgetpgrp=''
497 d_tcsetpgrp=''
498 d_time=''
499 timetype=''
500 clocktype=''
501 d_times=''
502 d_truncate=''
503 d_tzname=''
504 d_umask=''
505 d_semctl_semid_ds=''
506 d_semctl_semun=''
507 d_union_semun=''
508 d_vfork=''
509 usevfork=''
510 d_voidsig=''
511 signal_t=''
512 d_volatile=''
513 d_charvspr=''
514 d_vprintf=''
515 d_wait4=''
516 d_waitpid=''
517 d_wcstombs=''
518 d_wctomb=''
519 d_dbmclose64=''
520 d_dbminit64=''
521 d_delete64=''
522 d_fetch64=''
523 d_firstkey64=''
524 d_nextkey64=''
525 d_store64=''
526 dlext=''
527 cccdlflags=''
528 ccdlflags=''
529 dlsrc=''
530 ld=''
531 lddlflags=''
532 usedl=''
533 doublesize=''
534 ebcdic=''
535 fpostype=''
536 gidtype=''
537 groupstype=''
538 h_fcntl=''
539 h_sysfile=''
540 i_arpainet=''
541 db_hashtype=''
542 db_prefixtype=''
543 i_db=''
544 i_dbm=''
545 i_rpcsvcdbm=''
546 d_dirnamlen=''
547 direntrytype=''
548 i_dirent=''
549 i_dld=''
550 i_dlfcn=''
551 i_fcntl=''
552 i_float=''
553 i_gdbm=''
554 d_grpasswd=''
555 i_grp=''
556 d_int64t=''
557 i_inttypes=''
558 i_limits=''
559 i_locale=''
560 i_machcthr=''
561 i_malloc=''
562 i_math=''
563 i_memory=''
564 i_ndbm=''
565 i_netdb=''
566 i_neterrno=''
567 i_niin=''
568 i_sysin=''
569 d_pwage=''
570 d_pwchange=''
571 d_pwclass=''
572 d_pwcomment=''
573 d_pwexpire=''
574 d_pwgecos=''
575 d_pwpasswd=''
576 d_pwquota=''
577 i_pwd=''
578 i_sfio=''
579 i_stddef=''
580 i_stdlib=''
581 i_string=''
582 strings=''
583 i_sysaccess=''
584 i_sysdir=''
585 i_sysfile=''
586 d_voidtty=''
587 i_bsdioctl=''
588 i_sysfilio=''
589 i_sysioctl=''
590 i_syssockio=''
591 i_sysndir=''
592 i_sysparam=''
593 i_sysresrc=''
594 i_syssecrt=''
595 i_sysselct=''
596 i_sysstat=''
597 i_systimes=''
598 i_systypes=''
599 i_sysun=''
600 i_syswait=''
601 i_sgtty=''
602 i_termio=''
603 i_termios=''
604 i_systime=''
605 i_systimek=''
606 i_time=''
607 timeincl=''
608 i_unistd=''
609 i_utime=''
610 i_values=''
611 i_stdarg=''
612 i_varargs=''
613 i_varhdr=''
614 i_vfork=''
615 intsize=''
616 longsize=''
617 shortsize=''
618 d_dirent64s=''
619 d_flock64s=''
620 d_fstat64=''
621 d_ftruncate64=''
622 d_ino64t=''
623 d_lockf64=''
624 d_lseek64=''
625 d_lstat64=''
626 d_off64t=''
627 d_open64=''
628 d_opendir64=''
629 d_readdir64=''
630 d_seekdir64=''
631 d_stat64=''
632 d_telldir64=''
633 d_truncate64=''
634 libc=''
635 libperl=''
636 shrpenv=''
637 useshrplib=''
638 glibpth=''
639 libpth=''
640 loclibpth=''
641 plibpth=''
642 xlibpth=''
643 ignore_versioned_solibs=''
644 libs=''
645 lns=''
646 lseeksize=''
647 lseektype=''
648 make_set_make=''
649 d_mymalloc=''
650 freetype=''
651 mallocobj=''
652 mallocsrc=''
653 malloctype=''
654 usemymalloc=''
655 installman1dir=''
656 man1dir=''
657 man1direxp=''
658 man1ext=''
659 installman3dir=''
660 man3dir=''
661 man3direxp=''
662 man3ext=''
663 huge=''
664 large=''
665 medium=''
666 models=''
667 small=''
668 split=''
669 modetype=''
670 mydomain=''
671 myhostname=''
672 phostname=''
673 c=''
674 n=''
675 d_eofnblk=''
676 eagain=''
677 o_nonblock=''
678 rd_nodata=''
679 netdb_hlen_type=''
680 netdb_host_type=''
681 netdb_name_type=''
682 netdb_net_type=''
683 groupcat=''
684 hostcat=''
685 passcat=''
686 orderlib=''
687 ranlib=''
688 package=''
689 spackage=''
690 pager=''
691 apiversion=''
692 patchlevel=''
693 subversion=''
694 version=''
695 perladmin=''
696 perlpath=''
697 pidtype=''
698 prefix=''
699 prefixexp=''
700 installprivlib=''
701 privlib=''
702 privlibexp=''
703 prototype=''
704 ptrsize=''
705 drand01=''
706 randbits=''
707 randfunc=''
708 randseedtype=''
709 seedfunc=''
710 installscript=''
711 scriptdir=''
712 scriptdirexp=''
713 selectminbits=''
714 selecttype=''
715 sh=''
716 sig_name=''
717 sig_name_init=''
718 sig_num=''
719 sig_num_init=''
720 installsitearch=''
721 sitearch=''
722 sitearchexp=''
723 installsitelib=''
724 sitelib=''
725 sitelibexp=''
726 sizetype=''
727 so=''
728 sharpbang=''
729 shsharp=''
730 spitshell=''
731 src=''
732 ssizetype=''
733 startperl=''
734 startsh=''
735 stdchar=''
736 d_fgetpos64=''
737 d_fopen64=''
738 d_freopen64=''
739 d_fseek64=''
740 d_fseeko64=''
741 d_fsetpos64=''
742 d_ftell64=''
743 d_ftello64=''
744 d_tmpfile64=''
745 sysman=''
746 trnl=''
747 uidtype=''
748 archname64=''
749 use64bits=''
750 usemultiplicity=''
751 nm_opt=''
752 nm_so_opt=''
753 runnm=''
754 usenm=''
755 useperlio=''
756 d_oldpthreads=''
757 usethreads=''
758 incpath=''
759 mips=''
760 mips_type=''
761 usrinc=''
762 defvoidused=''
763 voidflags=''
764 CONFIG=''
765
766 define='define'
767 undef='undef'
768 smallmach='pdp11 i8086 z8000 i80286 iAPX286'
769 rmlist=''
770
771 : We must find out about Eunice early
772 eunicefix=':'
773 if test -f /etc/unixtovms; then
774         eunicefix=/etc/unixtovms
775 fi
776 if test -f /etc/unixtovms.exe; then
777         eunicefix=/etc/unixtovms.exe
778 fi
779
780 i_whoami=''
781 : change the next line if compiling for Xenix/286 on Xenix/386
782 xlibpth='/usr/lib/386 /lib/386'
783
784 : Possible local library directories to search.
785 loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
786 loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
787
788 : general looking path for locating libraries
789 glibpth="/shlib /usr/shlib /lib/pa1.1 /usr/lib/large"
790 glibpth="$glibpth /lib /usr/lib $xlibpth"
791 glibpth="$glibpth /lib/large /usr/lib/small /lib/small"
792 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
793
794 : Private path used by Configure to find libraries.  Its value
795 : is prepended to libpth. This variable takes care of special
796 : machines, like the mips.  Usually, it should be empty.
797 plibpth=''
798
799 : Possible local include directories to search.
800 : Set locincpth to "" in a hint file to defeat local include searches.
801 locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
802 locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
803 :
804 : no include file wanted by default
805 inclwanted=''
806
807 : list of known cpp symbols, sorted alphabetically
808 al="AMIX BIT_MSF BSD BSD4_3 BSD_NET2 CMU CRAY DGUX DOLPHIN DPX2"
809 al="$al GO32 GOULD_PN HP700 I386 I80960 I960 Lynx M68000 M68K MACH"
810 al="$al MIPSEB MIPSEL MSDOS MTXINU MULTIMAX MVS"
811 al="$al M_COFF M_I186 M_I286 M_I386 M_I8086 M_I86 M_I86SM"
812 al="$al M_SYS3 M_SYS5 M_SYSIII M_SYSV M_UNIX M_XENIX"
813 al="$al NeXT OCS88 OSF1 PARISC PC532 PORTAR POSIX"
814 al="$al PWB R3000 RES RISC6000 RT Sun386i SVR3 SVR4"
815 al="$al SYSTYPE_BSD SYSTYPE_SVR4 SYSTYPE_SYSV Tek4132 Tek4300"
816 al="$al UMAXV USGr4 USGr4_2 UTEK UTS UTek UnicomPBB UnicomPBD Utek"
817 al="$al VMS Xenix286"
818 al="$al _AIX _AIX32 _AIX370 _AIX41 _AM29000 _COFF _CRAY _CX_UX _EPI"
819 al="$al _IBMESA _IBMR2 _M88K _M88KBCS_TARGET _POWER"
820 al="$al _MIPSEB _MIPSEL _M_COFF _M_I86 _M_I86SM _M_SYS3"
821 al="$al _M_SYS5 _M_SYSIII _M_SYSV _M_UNIX _M_XENIX _NLS _PGC_ _R3000"
822 al="$al _SYSTYPE_BSD _SYSTYPE_BSD43 _SYSTYPE_SVR4"
823 al="$al _SYSTYPE_SYSV _SYSV3 _U370 _UNICOS"
824 al="$al __386BSD__ __BIG_ENDIAN __BIG_ENDIAN__ __BSD_4_4__"
825 al="$al __DGUX__ __DPX2__ __H3050R __H3050RX"
826 al="$al __LITTLE_ENDIAN __LITTLE_ENDIAN__ __MACH__"
827 al="$al __MIPSEB __MIPSEB__ __MIPSEL __MIPSEL__"
828 al="$al __Next__ __OSF1__ __PARAGON__ __PGC__ __PWB __STDC__"
829 al="$al __SVR4_2__ __UMAXV__"
830 al="$al ____386BSD____ __alpha __alpha__ __amiga"
831 al="$al __bsd4_2 __bsd4_2__ __bsdi__ __convex__"
832 al="$al __host_mips__"
833 al="$al __hp9000s200 __hp9000s300 __hp9000s400 __hp9000s500"
834 al="$al __hp9000s500 __hp9000s700 __hp9000s800"
835 al="$al __hppa __hpux __hp_osf __i286 __i286__ __i386 __i386__"
836 al="$al __i486 __i486__ __i860 __i860__ __ibmesa __ksr1__ __linux__"
837 al="$al __m68k __m68k__ __m88100__ __m88k __m88k__"
838 al="$al __mc68000 __mc68000__ __mc68020 __mc68020__"
839 al="$al __mc68030 __mc68030__ __mc68040 __mc68040__"
840 al="$al __mc88100 __mc88100__ __mips __mips__"
841 al="$al __motorola__ __osf__ __pa_risc __sparc__ __stdc__"
842 al="$al __sun __sun__ __svr3__ __svr4__ __ultrix __ultrix__"
843 al="$al __unix __unix__ __uxpm__ __uxps__ __vax __vax__"
844 al="$al _host_mips _mips _unix"
845 al="$al a29k aegis aix aixpc alliant alpha am29000 amiga ansi ardent"
846 al="$al apollo ardent att386 att3b"
847 al="$al bsd bsd43 bsd4_2 bsd4_3 bsd4_4 bsdi bull"
848 al="$al cadmus clipper concurrent convex cray ctix"
849 al="$al dmert encore gcos gcx gimpel gould"
850 al="$al hbullx20 hcx host_mips hp200 hp300 hp700 hp800"
851 al="$al hp9000 hp9000s300 hp9000s400 hp9000s500"
852 al="$al hp9000s700 hp9000s800 hp9k8 hppa hpux"
853 al="$al i186 i286 i386 i486 i8086"
854 al="$al i80960 i860 iAPX286 ibm ibm032 ibmrt interdata is68k"
855 al="$al ksr1 linux luna luna88k m68k m88100 m88k"
856 al="$al mc300 mc500 mc68000 mc68010 mc68020 mc68030"
857 al="$al mc68040 mc68060 mc68k mc68k32 mc700"
858 al="$al mc88000 mc88100 merlin mert mips mvs n16"
859 al="$al ncl_el ncl_mr"
860 al="$al news1500 news1700 news1800 news1900 news3700"
861 al="$al news700 news800 news900 ns16000 ns32000"
862 al="$al ns32016 ns32332 ns32k nsc32000 os osf"
863 al="$al parisc pc532 pdp11 plexus posix pyr"
864 al="$al riscix riscos scs sequent sgi sinix sony sony_news"
865 al="$al sonyrisc sparc sparclite spectrum stardent stratos"
866 al="$al sun sun3 sun386 svr4 sysV68 sysV88"
867 al="$al titan tower tower32 tower32_200 tower32_600 tower32_700"
868 al="$al tower32_800 tower32_850 tss u370 u3b u3b2 u3b20 u3b200"
869 al="$al u3b20d u3b5 ultrix unix unixpc unos vax venix vms"
870 al="$al xenix z8000"
871
872 : Trailing extension.  Override this in a hint file, if needed.
873 _exe=''
874 : Extra object files, if any, needed on this platform.
875 archobjs=''
876 groupstype=''
877 : default library list
878 libswanted=''
879 ignore_versioned_solibs=''
880 : full support for void wanted by default
881 defvoidused=15
882
883 : set useposix=false in your hint file to disable the POSIX extension.
884 useposix=true
885 : set useopcode=false in your hint file to disable the Opcode extension.
886 useopcode=true
887 : set usemultiplicity on the Configure command line to enable multiplicity.
888 : set usethreads on the Configure command line to enable threads.
889 : List of libraries we want.
890 : If anyone needs -lnet, put it in a hint file.
891 libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl'
892 libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt"
893 libswanted="$libswanted ucb bsd BSD PW x"
894 : We probably want to search /usr/shlib before most other libraries.
895 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
896 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
897 glibpth="/usr/shlib $glibpth"
898 : Do not use vfork unless overridden by a hint file.
899 usevfork=false
900
901 : Find the basic shell for Bourne shell scripts
902 case "$sh" in
903 '')
904         case "$SYSTYPE" in
905         *bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;
906         *) xxx='/bin/sh';;
907         esac
908         if test -f "$xxx"; then
909                 sh="$xxx"
910         else
911                 : Build up a list and do a single loop so we can 'break' out.
912                 pth=`echo $PATH | sed -e "s/$p_/ /g"`
913                 for xxx in sh bash ksh pdksh ash; do
914                         for p in $pth; do
915                                 try="$try ${p}/${xxx}"
916                         done
917                 done
918                 for xxx in $try; do
919                         if test -f "$xxx"; then
920                                 sh="$xxx";
921                                 break
922                         elif test -f "$xxx.exe"; then
923                                 sh="$xxx";
924                                 break
925                         fi
926                 done
927         fi
928         ;;
929 esac
930
931 case "$sh" in
932 '')     cat <<EOM >&2
933 $me:  Fatal Error:  I can't find a Bourne Shell anywhere.  
934
935 Usually it's in /bin/sh.  How did you even get this far?
936 Please contact me (Jarkko Hietaniemi) at jhi@iki.fi and 
937 we'll try to straighten this all out.
938 EOM
939         exit 1
940         ;;
941 esac
942
943 : see if sh knows # comments
944 if `$sh -c '#' >/dev/null 2>&1`; then
945         shsharp=true
946         spitshell=cat
947         xcat=/bin/cat
948         test -f $xcat || xcat=/usr/bin/cat
949         echo "#!$xcat" >try
950         $eunicefix try
951         chmod +x try
952         ./try > today
953         if test -s today; then
954                 sharpbang='#!'
955         else
956                 echo "#! $xcat" > try
957                 $eunicefix try
958                 chmod +x try
959                 ./try > today
960                 if test -s today; then
961                         sharpbang='#! '
962                 else
963                         sharpbang=': use '
964                 fi
965         fi
966 else
967         echo " "
968         echo "Your $sh doesn't grok # comments--I will strip them later on."
969         shsharp=false
970         cd ..
971         echo "exec grep -v '^[  ]*#'" >spitshell
972         chmod +x spitshell
973         $eunicefix spitshell
974         spitshell=`pwd`/spitshell
975         cd UU
976         echo "I presume that if # doesn't work, #! won't work either!"
977         sharpbang=': use '
978 fi
979 rm -f try today
980
981 : figure out how to guarantee sh startup
982 case "$startsh" in
983 '') startsh=${sharpbang}${sh} ;;
984 *)
985 esac
986 cat >try <<EOSS
987 $startsh
988 set abc
989 test "$?abc" != 1
990 EOSS
991
992 chmod +x try
993 $eunicefix try
994 if ./try; then
995         : echo "Yup, it does."
996 else
997         echo "Hmm... '$startsh' does not guarantee sh startup..."
998         echo "You may have to fix up the shell scripts to make sure $sh runs them."
999 fi
1000 rm -f try
1001
1002
1003 : Save command line options in file UU/cmdline.opt for later use in
1004 : generating config.sh.
1005 cat > cmdline.opt <<EOSH
1006 # Configure command line arguments.
1007 config_arg0='$0'
1008 config_args='$*'
1009 config_argc=$#
1010 EOSH
1011 argn=1
1012 for arg in "$@"; do
1013         cat >>cmdline.opt <<EOSH
1014 config_arg$argn='$arg'
1015 EOSH
1016         argn=`expr $argn + 1`
1017 done
1018
1019 : produce awk script to parse command line options
1020 cat >options.awk <<'EOF'
1021 BEGIN {
1022         optstr = "dD:eEf:hKOrsSU:V";    # getopt-style specification
1023
1024         len = length(optstr);
1025         for (i = 1; i <= len; i++) {
1026                 c = substr(optstr, i, 1);
1027                 if (i < len) a = substr(optstr, i + 1, 1); else a = "";
1028                 if (a == ":") {
1029                         arg[c] = 1;
1030                         i++;
1031                 }
1032                 opt[c] = 1;
1033         }
1034 }
1035 {
1036         expect = 0;
1037         str = $0;
1038         if (substr(str, 1, 1) != "-") {
1039                 printf("'%s'\n", str);
1040                 next;
1041         }
1042         len = length($0);
1043         for (i = 2; i <= len; i++) {
1044                 c = substr(str, i, 1);
1045                 if (!opt[c]) {
1046                         printf("-%s\n", substr(str, i));
1047                         next;
1048                 }
1049                 printf("-%s\n", c);
1050                 if (arg[c]) {
1051                         if (i < len)
1052                                 printf("'%s'\n", substr(str, i + 1));
1053                         else
1054                                 expect = 1;
1055                         next;
1056                 }
1057         }
1058 }
1059 END {
1060         if (expect)
1061                 print "?";
1062 }
1063 EOF
1064
1065 : process the command line options
1066 set X `for arg in "$@"; do echo "X$arg"; done |
1067         sed -e s/X// | awk -f options.awk`
1068 eval "set $*"
1069 shift
1070 rm -f options.awk
1071
1072 : set up default values
1073 fastread=''
1074 reuseval=false
1075 config_sh=''
1076 alldone=''
1077 error=''
1078 silent=''
1079 extractsh=''
1080 override=''
1081 knowitall=''
1082 rm -f optdef.sh
1083 cat >optdef.sh <<EOS
1084 $startsh
1085 EOS
1086
1087
1088 : option parsing
1089 while test $# -gt 0; do
1090         case "$1" in
1091         -d) shift; fastread=yes;;
1092         -e) shift; alldone=cont;;
1093         -f)
1094                 shift
1095                 cd ..
1096                 if test -r "$1"; then
1097                         config_sh="$1"
1098                 else
1099                         echo "$me: cannot read config file $1." >&2
1100                         error=true
1101                 fi
1102                 cd UU
1103                 shift;;
1104         -h) shift; error=true;;
1105         -r) shift; reuseval=true;;
1106         -s) shift; silent=true; realsilent=true;;
1107         -E) shift; alldone=exit;;
1108         -K) shift; knowitall=true;;
1109         -O) shift; override=true;;
1110         -S) shift; silent=true; extractsh=true;;
1111         -D)
1112                 shift
1113                 case "$1" in
1114                 *=)
1115                         echo "$me: use '-U symbol=', not '-D symbol='." >&2
1116                         echo "$me: ignoring -D $1" >&2
1117                         ;;
1118                 *=*) echo "$1" | \
1119                                 sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;;
1120                 *) echo "$1='define'" >> optdef.sh;;
1121                 esac
1122                 shift
1123                 ;;
1124         -U)
1125                 shift
1126                 case "$1" in
1127                 *=) echo "$1" >> optdef.sh;;
1128                 *=*)
1129                         echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2
1130                         echo "$me: ignoring -U $1" >&2
1131                         ;;
1132                 *) echo "$1='undef'" >> optdef.sh;;
1133                 esac
1134                 shift
1135                 ;;
1136         -V) echo "$me generated by metaconfig 3.0 PL70." >&2
1137                 exit 0;;
1138         --) break;;
1139         -*) echo "$me: unknown option $1" >&2; shift; error=true;;
1140         *) break;;
1141         esac
1142 done
1143
1144 case "$error" in
1145 true)
1146         cat >&2 <<EOM
1147 Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1148                  [-U symbol] [-U symbol=]
1149   -d : use defaults for all answers.
1150   -e : go on without questioning past the production of config.sh.
1151   -f : specify an alternate default configuration file.
1152   -h : print this help message and exit (with an error status).
1153   -r : reuse C symbols value if possible (skips costly nm extraction).
1154   -s : silent mode, only echoes questions and essential information.
1155   -D : define symbol to have some value:
1156          -D symbol         symbol gets the value 'define'
1157          -D symbol=value   symbol gets the value 'value'
1158   -E : stop at the end of questions, after having produced config.sh.
1159   -K : do not use unless you know what you are doing.
1160   -O : let -D and -U override definitions from loaded configuration file.
1161   -S : perform variable substitutions on all .SH files (can mix with -f)
1162   -U : undefine symbol:
1163          -U symbol    symbol gets the value 'undef'
1164          -U symbol=   symbol gets completely empty
1165   -V : print version number and exit (with a zero status).
1166 EOM
1167         exit 1
1168         ;;
1169 esac
1170
1171 : Sanity checks
1172 case "$fastread$alldone" in
1173 yescont|yesexit) ;;
1174 *)
1175         if test ! -t 0; then
1176                 echo "Say 'sh Configure', not 'sh <Configure'"
1177                 exit 1
1178         fi
1179         ;;
1180 esac
1181
1182 exec 4>&1
1183 case "$silent" in
1184 true) exec 1>/dev/null;;
1185 esac
1186
1187 : run the defines and the undefines, if any, but leave the file out there...
1188 touch optdef.sh
1189 . ./optdef.sh
1190
1191 : set package name
1192 package=perl5
1193 first=`echo $package | sed -e 's/^\(.\).*/\1/'`
1194 last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
1195 case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1196 ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
1197 *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
1198 esac
1199
1200 : Some greps do not return status, grrr.
1201 echo "grimblepritz" >grimble
1202 if grep blurfldyick grimble >/dev/null 2>&1 ; then
1203         contains=contains
1204 elif grep grimblepritz grimble >/dev/null 2>&1 ; then
1205         contains=grep
1206 else
1207         contains=contains
1208 fi
1209 rm -f grimble
1210 : the following should work in any shell
1211 case "$contains" in
1212 contains*)
1213         echo " "
1214         echo "AGH!  Grep doesn't return a status.  Attempting remedial action."
1215         cat >contains <<'EOSS'
1216 grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
1217 EOSS
1218 chmod +x contains
1219 esac
1220
1221 : Find the path to the source tree
1222 case "$src" in
1223 '') case "$0" in
1224     */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`;;
1225     *)   src='.';;
1226     esac;;
1227 esac
1228 case "$src" in
1229 '')     src=/
1230         rsrc=/
1231         ;;
1232 /*) rsrc="$src";;
1233 *) rsrc="../$src";;
1234 esac
1235 if test -f $rsrc/Configure && \
1236         $contains "^package=$package$" $rsrc/Configure >/dev/null 2>&1
1237 then
1238    : found it, so we are ok.
1239 else
1240         rsrc=''
1241         for src in . .. ../.. ../../.. ../../../..; do
1242                 if test -f ../$src/Configure && \
1243                         $contains "^package=$package$" ../$src/Configure >/dev/null 2>&1
1244                 then
1245                         rsrc=../$src
1246                         break
1247                 fi
1248         done
1249 fi
1250 case "$rsrc" in
1251 '')
1252         cat <<EOM >&4
1253
1254 Sorry, I can't seem to locate the source dir for $package.  Please start
1255 Configure with an explicit path -- i.e. /some/path/Configure.
1256
1257 EOM
1258         exit 1
1259         ;;
1260 ../.)   rsrc='..';;
1261 *)
1262         echo " "
1263         echo "Sources for $package found in \"$src\"." >&4
1264         ;;
1265 esac
1266
1267 : script used to extract .SH files with variable substitutions
1268 cat >extract <<'EOS'
1269 CONFIG=true
1270 echo "Doing variable substitutions on .SH files..."
1271 if test -f $src/MANIFEST; then
1272         set x `awk '{print $1}' <$src/MANIFEST | grep '\.SH$'`
1273 else
1274         echo "(Looking for .SH files under the source directory.)"
1275         set x `(cd $src; find . -name "*.SH" -print)`
1276 fi
1277 shift
1278 case $# in
1279 0) set x `(cd $src; echo *.SH)`; shift;;
1280 esac
1281 if test ! -f $src/$1; then
1282         shift
1283 fi
1284 mkdir_p='
1285 name=$1;
1286 create="";
1287 while test $name; do
1288         if test ! -d "$name"; then
1289                 create="$name $create";
1290                 name=`echo $name | sed -e "s|^[^/]*$||"`;
1291                 name=`echo $name | sed -e "s|\(.*\)/.*|\1|"`;
1292         else
1293                 name="";
1294         fi;
1295 done;
1296 for file in $create; do
1297         mkdir $file;
1298 done
1299 '
1300 for file in $*; do
1301         case "$src" in
1302         ".")
1303                 case "$file" in
1304                 */*)
1305                         dir=`expr X$file : 'X\(.*\)/'`
1306                         file=`expr X$file : 'X.*/\(.*\)'`
1307                         (cd $dir && . ./$file)
1308                         ;;
1309                 *)
1310                         . ./$file
1311                         ;;
1312                 esac
1313                 ;;
1314         *)
1315                 case "$file" in
1316                 */*)
1317                         dir=`expr X$file : 'X\(.*\)/'`
1318                         file=`expr X$file : 'X.*/\(.*\)'`
1319                         (set x $dir; shift; eval $mkdir_p)
1320                         sh <$src/$dir/$file
1321                         ;;
1322                 *)
1323                         sh <$src/$file
1324                         ;;
1325                 esac
1326                 ;;
1327         esac
1328 done
1329 if test -f $src/config_h.SH; then
1330         if test ! -f config.h; then
1331         : oops, they left it out of MANIFEST, probably, so do it anyway.
1332         . $src/config_h.SH
1333         fi
1334 fi
1335 EOS
1336
1337 : extract files and exit if asked to do so
1338 case "$extractsh" in
1339 true)
1340         case "$realsilent" in
1341         true) ;;
1342         *) exec 1>&4;;
1343         esac
1344         case "$config_sh" in
1345         '') config_sh='config.sh';;
1346         esac
1347         echo " "
1348         echo "Fetching answers from $config_sh..."
1349         cd ..
1350         . $config_sh
1351         test "$override" && . ./optdef.sh
1352         echo " "
1353         . UU/extract
1354         rm -rf UU
1355         echo "Done."
1356         exit 0
1357         ;;
1358 esac
1359
1360 : Eunice requires " " instead of "", can you believe it
1361 echo " "
1362 : Here we go...
1363 echo "Beginning of configuration questions for $package."
1364
1365 trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
1366
1367 : first determine how to suppress newline on echo command
1368 echo " "
1369 echo "Checking echo to see how to suppress newlines..."
1370 (echo "hi there\c" ; echo " ") >.echotmp
1371 if $contains c .echotmp >/dev/null 2>&1 ; then
1372         echo "...using -n."
1373         n='-n'
1374         c=''
1375 else
1376         cat <<'EOM'
1377 ...using \c
1378 EOM
1379         n=''
1380         c='\c'
1381 fi
1382 echo $n "The star should be here-->$c"
1383 echo '*'
1384 rm -f .echotmp
1385
1386 : Now test for existence of everything in MANIFEST
1387 echo " "
1388 if test -f $rsrc/MANIFEST; then
1389         echo "First let's make sure your kit is complete.  Checking..." >&4
1390         awk '$1 !~ /PACK[A-Z]+/ {print $1}' $rsrc/MANIFEST | split -50
1391         rm -f missing
1392         tmppwd=`pwd`
1393         for filelist in x??; do
1394                 (cd $rsrc; ls `cat $tmppwd/$filelist` >/dev/null 2>>$tmppwd/missing)
1395         done
1396         if test -s missing; then
1397                 cat missing >&4
1398                 cat >&4 <<'EOM'
1399
1400 THIS PACKAGE SEEMS TO BE INCOMPLETE.
1401
1402 You have the option of continuing the configuration process, despite the
1403 distinct possibility that your kit is damaged, by typing 'y'es.  If you
1404 do, don't blame me if something goes wrong.  I advise you to type 'n'o
1405 and contact the author (jhi@iki.fi).
1406
1407 EOM
1408                 echo $n "Continue? [n] $c" >&4
1409                 read ans
1410                 case "$ans" in
1411                 y*)
1412                         echo "Continuing..." >&4
1413                         rm -f missing
1414                         ;;
1415                 *)
1416                         echo "ABORTING..." >&4
1417                         kill $$
1418                         ;;
1419                 esac
1420         else
1421                 echo "Looks good..."
1422         fi
1423 else
1424         echo "There is no MANIFEST file.  I hope your kit is complete !"
1425 fi
1426 rm -f missing x??
1427
1428 echo " "
1429 : Find the appropriate value for a newline for tr
1430 if test -n "$DJGPP"; then
1431        trnl='\012'
1432 fi
1433 if test X"$trnl" = X; then
1434         case "`echo foo|tr '\n' x 2>/dev/null`" in
1435         foox) trnl='\n' ;;
1436         esac
1437 fi
1438 if test X"$trnl" = X; then
1439         case "`echo foo|tr '\012' x 2>/dev/null`" in
1440         foox) trnl='\012' ;;
1441         esac
1442 fi
1443 if test X"$trnl" = X; then
1444         cat <<EOM >&2
1445
1446 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
1447
1448 EOM
1449         exit 1
1450 fi
1451
1452 : compute the number of columns on the terminal for proper question formatting
1453 case "$COLUMNS" in
1454 '') COLUMNS='80';;
1455 esac
1456
1457 : set up the echo used in my read
1458 myecho="case \"\$xxxm\" in
1459 '') echo $n \"\$rp $c\" >&4;;
1460 *) case \"\$rp\" in
1461         '') echo $n \"[\$xxxm] $c\";;
1462         *)
1463                 if test \`echo \"\$rp [\$xxxm]  \" | wc -c\` -ge $COLUMNS; then
1464                         echo \"\$rp\" >&4
1465                         echo $n \"[\$xxxm] $c\" >&4
1466                 else
1467                         echo $n \"\$rp [\$xxxm] $c\" >&4
1468                 fi
1469                 ;;
1470         esac;;
1471 esac"
1472
1473 : now set up to do reads with possible shell escape and default assignment
1474 cat <<EOSC >myread
1475 $startsh
1476 xxxm=\$dflt
1477 $myecho
1478 ans='!'
1479 case "\$fastread" in
1480 yes) case "\$dflt" in
1481         '') ;;
1482         *) ans='';
1483                 case "\$silent-\$rp" in
1484                 true-) ;;
1485                 *) echo " " >&4;;
1486                 esac;;
1487         esac;;
1488 *) case "\$silent" in
1489         true) case "\$rp" in
1490                 '') ans='';;
1491                 esac;;
1492         esac;;
1493 esac
1494 while expr "X\$ans" : "X!" >/dev/null; do
1495         read answ
1496         set x \$xxxm
1497         shift
1498         aok=''; eval "ans=\\"\$answ\\"" && aok=y
1499         case  "\$answ" in
1500         "!")
1501                 sh 1>&4
1502                 echo " "
1503                 $myecho
1504                 ;;
1505         !*)
1506                 set x \`expr "X\$ans" : "X!\(.*\)\$"\`
1507                 shift
1508                 sh 1>&4 -c "\$*"
1509                 echo " "
1510                 $myecho
1511                 ;;
1512         "\$ans")
1513                 case "\$ans" in
1514                 \\&*)
1515                         set x \`expr "X\$ans" : "X&\(.*\)\$"\`
1516                         shift
1517                         case "\$1" in
1518                         -d)
1519                                 fastread=yes
1520                                 echo "(OK, I'll run with -d after this question.)" >&4
1521                                 ;;
1522                         -*)
1523                                 echo "*** Sorry, \$1 not supported yet." >&4
1524                                 ;;
1525                         esac
1526                         $myecho
1527                         ans=!
1528                         ;;
1529                 esac;;
1530         *)
1531                 case "\$aok" in
1532                 y)
1533                         echo "*** Substitution done -- please confirm."
1534                         xxxm="\$ans"
1535                         ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
1536                         xxxm="\$ans"
1537                         ans=!
1538                         ;;
1539                 *)
1540                         echo "*** Error -- try again."
1541                         ans=!
1542                         ;;
1543                 esac
1544                 $myecho
1545                 ;;
1546         esac
1547         case "\$ans\$xxxm\$nostick" in
1548         '')
1549                 ans=!
1550                 $myecho
1551                 ;;
1552         esac
1553 done
1554 case "\$ans" in
1555 '') ans="\$xxxm";;
1556 esac
1557 EOSC
1558
1559 : create .config dir to save info across Configure sessions
1560 test -d ../.config || mkdir ../.config
1561 cat >../.config/README <<EOF
1562 This directory created by Configure to save information that should
1563 persist across sessions for $package.
1564
1565 You may safely delete it if you wish.
1566 EOF
1567
1568 : general instructions
1569 needman=true
1570 firsttime=true
1571 user=`(logname) 2>/dev/null`
1572 case "$user" in
1573 '') user=`whoami 2>&1`;;
1574 esac
1575 if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then
1576         firsttime=false
1577         echo " "
1578         rp='Would you like to see the instructions?'
1579         dflt=n
1580         . ./myread
1581         case "$ans" in
1582         [yY]*) ;;
1583         *) needman=false;;
1584         esac
1585 fi
1586 if $needman; then
1587         cat <<EOH
1588
1589 This installation shell script will examine your system and ask you questions
1590 to determine how the perl5 package should be installed. If you get
1591 stuck on a question, you may use a ! shell escape to start a subshell or
1592 execute a command.  Many of the questions will have default answers in square
1593 brackets; typing carriage return will give you the default.
1594
1595 On some of the questions which ask for file or directory names you are allowed
1596 to use the ~name construct to specify the login directory belonging to "name",
1597 even if you don't have a shell which knows about that.  Questions where this is
1598 allowed will be marked "(~name ok)".
1599
1600 EOH
1601         rp=''
1602         dflt='Type carriage return to continue'
1603         . ./myread
1604         cat <<'EOH'
1605
1606 The prompter used in this script allows you to use shell variables and
1607 backticks in your answers.  You may use $1, $2, etc...  to refer to the words
1608 in the default answer, as if the default line was a set of arguments given to a
1609 script shell.  This means you may also use $* to repeat the whole default line,
1610 so you do not have to re-type everything to add something to the default.
1611
1612 Everytime there is a substitution, you will have to confirm.  If there is an
1613 error (e.g. an unmatched backtick), the default answer will remain unchanged
1614 and you will be prompted again.
1615
1616 If you are in a hurry, you may run 'Configure -d'.  This will bypass nearly all
1617 the questions and use the computed defaults (or the previous answers if there
1618 was already a config.sh file). Type 'Configure -h' for a list of options.
1619 You may also start interactively and then answer '& -d' at any prompt to turn
1620 on the non-interactive behaviour for the remainder of the execution.
1621
1622 EOH
1623         . ./myread
1624         cat <<EOH
1625
1626 Much effort has been expended to ensure that this shell script will run on any
1627 Unix system.  If despite that it blows up on yours, your best bet is to edit
1628 Configure and run it again.  If you can't run Configure for some reason,
1629 you'll have to generate a config.sh file by hand.  Whatever problems you
1630 have, let me (jhi@iki.fi) know how I blew it.
1631
1632 This installation script affects things in two ways:
1633
1634 1) it may do direct variable substitutions on some of the files included
1635    in this kit.
1636 2) it builds a config.h file for inclusion in C programs.  You may edit
1637    any of these files as the need arises after running this script.
1638
1639 If you make a mistake on a question, there is no easy way to back up to it
1640 currently.  The easiest thing to do is to edit config.sh and rerun all the SH
1641 files.  Configure will offer to let you do this before it runs the SH files.
1642
1643 EOH
1644         dflt='Type carriage return to continue'
1645         . ./myread
1646         case "$firsttime" in
1647         true) echo $user >>../.config/instruct;;
1648         esac
1649 fi
1650
1651 : find out where common programs are
1652 echo " "
1653 echo "Locating common programs..." >&4
1654 cat <<EOSC >loc
1655 $startsh
1656 case \$# in
1657 0) exit 1;;
1658 esac
1659 thing=\$1
1660 shift
1661 dflt=\$1
1662 shift
1663 for dir in \$*; do
1664         case "\$thing" in
1665         .)
1666         if test -d \$dir/\$thing; then
1667                 echo \$dir
1668                 exit 0
1669         fi
1670         ;;
1671         *)
1672         for thisthing in \$dir/\$thing; do
1673                 : just loop through to pick last item
1674         done
1675         if test -f \$thisthing; then
1676                 echo \$thisthing
1677                 exit 0
1678         elif test -f \$dir/\$thing.exe; then
1679                 if test -n "$DJGPP"; then
1680                         echo \$dir/\$thing.exe
1681                 else
1682                         : on Eunice apparently
1683                         echo \$dir/\$thing
1684                 fi
1685                 exit 0
1686         fi
1687         ;;
1688         esac
1689 done
1690 echo \$dflt
1691 exit 1
1692 EOSC
1693 chmod +x loc
1694 $eunicefix loc
1695 loclist="
1696 awk
1697 cat
1698 comm
1699 cp
1700 echo
1701 expr
1702 grep
1703 ls
1704 make
1705 mkdir
1706 rm
1707 sed
1708 sort
1709 touch
1710 tr
1711 uniq
1712 "
1713 trylist="
1714 Mcc
1715 ar
1716 byacc
1717 cpp
1718 csh
1719 date
1720 egrep
1721 gzip
1722 less
1723 ln
1724 more
1725 nm
1726 nroff
1727 pg
1728 tee
1729 test
1730 uname
1731 zip
1732 "
1733 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1734 pth="$pth /lib /usr/lib"
1735 for file in $loclist; do
1736         eval xxx=\$$file
1737         case "$xxx" in
1738         /*|?:[\\/]*)
1739                 if test -f "$xxx"; then
1740                         : ok
1741                 else
1742                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
1743                         xxx=`./loc $file $file $pth`
1744                 fi
1745                 ;;
1746         '') xxx=`./loc $file $file $pth`;;
1747         *) xxx=`./loc $xxx $xxx $pth`;;
1748         esac
1749         eval $file=$xxx
1750         eval _$file=$xxx
1751         case "$xxx" in
1752         /*)
1753                 echo $file is in $xxx.
1754                 ;;
1755         ?:[\\/]*)
1756                 echo $file is in $xxx.
1757                 ;;
1758         *)
1759                 echo "I don't know where '$file' is, and my life depends on it." >&4
1760                 echo "Go find a public domain implementation or fix your PATH setting!" >&4
1761                 exit 1
1762                 ;;
1763         esac
1764 done
1765 echo " "
1766 echo "Don't worry if any of the following aren't found..."
1767 say=offhand
1768 for file in $trylist; do
1769         eval xxx=\$$file
1770         case "$xxx" in
1771         /*|?:[\\/]*)
1772                 if test -f "$xxx"; then
1773                         : ok
1774                 else
1775                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
1776                         xxx=`./loc $file $file $pth`
1777                 fi
1778                 ;;
1779         '') xxx=`./loc $file $file $pth`;;
1780         *) xxx=`./loc $xxx $xxx $pth`;;
1781         esac
1782         eval $file=$xxx
1783         eval _$file=$xxx
1784         case "$xxx" in
1785         /*)
1786                 echo $file is in $xxx.
1787                 ;;
1788         ?:[\\/]*)
1789                 echo $file is in $xxx.
1790                 ;;
1791         *)
1792                 echo "I don't see $file out there, $say."
1793                 say=either
1794                 ;;
1795         esac
1796 done
1797 case "$egrep" in
1798 egrep)
1799         echo "Substituting grep for egrep."
1800         egrep=$grep
1801         ;;
1802 esac
1803 case "$ln" in
1804 ln)
1805         echo "Substituting cp for ln."
1806         ln=$cp
1807         ;;
1808 esac
1809 case "$test" in
1810 test)
1811         echo "Hopefully test is built into your sh."
1812         ;;
1813 *)
1814         if `sh -c "PATH= test true" >/dev/null 2>&1`; then
1815                 echo "Using the test built into your sh."
1816                 test=test
1817                 _test=test
1818         fi
1819         ;;
1820 esac
1821 case "$echo" in
1822 echo)
1823         echo "Hopefully echo is built into your sh."
1824         ;;
1825 '') ;;
1826 *)
1827         echo " "
1828 echo "Checking compatibility between $echo and builtin echo (if any)..." >&4
1829         $echo $n "hi there$c" >foo1
1830         echo $n "hi there$c" >foo2
1831         if cmp foo1 foo2 >/dev/null 2>&1; then
1832                 echo "They are compatible.  In fact, they may be identical."
1833         else
1834                 case "$n" in
1835                 '-n') n='' c='\c';;
1836                 *) n='-n' c='';;
1837                 esac
1838                 cat <<FOO
1839 They are not compatible!  You are probably running ksh on a non-USG system.
1840 I'll have to use $echo instead of the builtin, since Bourne shell doesn't
1841 have echo built in and we may have to run some Bourne shell scripts.  That
1842 means I'll have to use '$n$c' to suppress newlines now.  Life is ridiculous.
1843
1844 FOO
1845                 $echo $n "The star should be here-->$c"
1846                 $echo "*"
1847         fi
1848         $rm -f foo1 foo2
1849         ;;
1850 esac
1851
1852 : determine whether symbolic links are supported
1853 echo " "
1854 $touch blurfl
1855 if $ln -s blurfl sym > /dev/null 2>&1 ; then
1856         echo "Symbolic links are supported." >&4
1857         lns="$ln -s"
1858 else
1859         echo "Symbolic links are NOT supported." >&4
1860         lns="$ln"
1861 fi
1862 $rm -f blurfl sym
1863
1864 : see whether [:lower:] and [:upper:] are supported character classes
1865 echo " "
1866 case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1867 ABYZ)
1868         echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4
1869         up='[:upper:]'
1870         low='[:lower:]'
1871         ;;
1872 *)      # There is a discontinuity in EBCDIC between 'I' and 'J'
1873         # (0xc9 and 0xd1), therefore that is a nice testing point.
1874         if test "X$up" = X -o "X$low" = X; then
1875             case "`echo IJ | $tr '[I-J]' '[i-j]' 2>/dev/null`" in
1876             ij) up='[A-Z]'
1877                 low='[a-z]'
1878                 ;;
1879             esac
1880         fi
1881         if test "X$up" = X -o "X$low" = X; then
1882             case "`echo IJ | $tr I-J i-j 2>/dev/null`" in
1883             ij) up='A-Z'
1884                 low='a-z'
1885                 ;;
1886             esac
1887         fi
1888         if test "X$up" = X -o "X$low" = X; then
1889             case "`echo IJ | od -x 2>/dev/null`" in
1890             *C9D1*|*c9d1*)
1891                 echo "Hey, this might be EBCDIC." >&4
1892                 if test "X$up" = X -o "X$low" = X; then
1893                     case "`echo IJ | $tr '[A-IJ-RS-Z]' '[a-ij-rs-z]' 2>/dev/null`" in
1894                     ij) up='[A-IJ-RS-Z]'
1895                         low='[a-ij-rs-z]'
1896                         ;;
1897                     esac
1898                 fi
1899                 if test "X$up" = X -o "X$low" = X; then
1900                     case "`echo IJ | $tr A-IJ-RS-Z a-ij-rs-z 2>/dev/null`" in
1901                     ij) up='A-IJ-RS-Z'
1902                         low='a-ij-rs-z'
1903                         ;;
1904                     esac
1905                 fi
1906                 ;;
1907             esac
1908         fi
1909 esac
1910 case "`echo IJ | $tr \"$up\" \"$low\" 2>/dev/null`" in
1911 ij)
1912     echo "Using $up and $low to convert case." >&4
1913     ;;
1914 *)
1915     echo "I don't know how to translate letters from upper to lower case." >&4
1916     echo "Your tr is not acting any way I know of." >&4
1917     exit 1
1918     ;;
1919 esac
1920 : set up the translation script tr, must be called with ./tr of course
1921 cat >tr <<EOSC
1922 $startsh
1923 case "\$1\$2" in
1924 '[A-Z][a-z]') exec $tr '$up' '$low';;
1925 '[a-z][A-Z]') exec $tr '$low' '$up';;
1926 esac
1927 exec $tr "\$@"
1928 EOSC
1929 chmod +x tr
1930 $eunicefix tr
1931
1932 : Try to determine whether config.sh was made on this system
1933 case "$config_sh" in
1934 '')
1935 myuname=`( ($uname -a) 2>/dev/null || hostname) 2>&1`
1936 # tr '[A-Z]' '[a-z]' would not work in EBCDIC
1937 # because the A-Z/a-z are not consecutive.
1938 myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \
1939         ./tr '[A-Z]' '[a-z]' | $tr $trnl ' '`
1940 newmyuname="$myuname"
1941 dflt=n
1942 case "$knowitall" in
1943 '')
1944         if test -f ../config.sh; then
1945                 if $contains myuname= ../config.sh >/dev/null 2>&1; then
1946                         eval "`grep myuname= ../config.sh`"
1947                 fi
1948                 if test "X$myuname" = "X$newmyuname"; then
1949                         dflt=y
1950                 fi
1951         fi
1952         ;;
1953 *) dflt=y;;
1954 esac
1955
1956 : Get old answers from old config file if Configure was run on the
1957 : same system, otherwise use the hints.
1958 hint=default
1959 cd ..
1960 if test -f config.sh; then
1961         echo " "
1962         rp="I see a config.sh file.  Shall I use it to set the defaults?"
1963         . UU/myread
1964         case "$ans" in
1965         n*|N*) echo "OK, I'll ignore it."; mv config.sh config.sh.old;;
1966         *)  echo "Fetching default answers from your old config.sh file..." >&4
1967                 tmp_n="$n"
1968                 tmp_c="$c"
1969                 tmp_sh="$sh"
1970                 . ./config.sh
1971                 cp config.sh UU
1972                 n="$tmp_n"
1973                 c="$tmp_c"
1974                 : Older versions did not always set $sh.  Catch re-use of such
1975                 : an old config.sh.
1976                 case "$sh" in
1977                 '') sh="$tmp_sh" ;;
1978                 esac
1979                 hint=previous
1980                 ;;
1981         esac
1982 fi
1983 if test ! -f config.sh; then
1984         $cat <<EOM
1985
1986 First time through, eh?  I have some defaults handy for some systems
1987 that need some extra help getting the Configure answers right:
1988
1989 EOM
1990         (cd $src/hints; ls -C *.sh) | $sed 's/\.sh/   /g' >&4
1991         dflt=''
1992         : Half the following guesses are probably wrong... If you have better
1993         : tests or hints, please send them to jhi@iki.fi
1994         : The metaconfig authors would also appreciate a copy...
1995         $test -f /irix && osname=irix
1996         $test -f /xenix && osname=sco_xenix
1997         $test -f /dynix && osname=dynix
1998         $test -f /dnix && osname=dnix
1999         $test -f /lynx.os && osname=lynxos
2000         $test -f /unicos && osname=unicos && osvers=`$uname -r`
2001         $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
2002         $test -f /bin/mips && /bin/mips && osname=mips
2003         $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
2004                 $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
2005         $test -d /usr/apollo/bin && osname=apollo
2006         $test -f /etc/saf/_sactab && osname=svr4
2007         $test -d /usr/include/minix && osname=minix
2008         if $test -d /MachTen -o -d /MachTen_Folder; then
2009                 osname=machten
2010                 if $test -x /sbin/version; then
2011                         osvers=`/sbin/version | $awk '{print $2}' |
2012                         $sed -e 's/[A-Za-z]$//'`
2013                 elif $test -x /usr/etc/version; then
2014                         osvers=`/usr/etc/version | $awk '{print $2}' |
2015                         $sed -e 's/[A-Za-z]$//'`
2016                 else
2017                         osvers="$2.$3"
2018                 fi
2019         fi
2020        $test -f /sys/posix.dll &&
2021                $test -f /usr/bin/what &&
2022                set X `/usr/bin/what /sys/posix.dll` &&
2023                $test "$3" = UWIN &&
2024                osname=uwin &&
2025                osvers="$5"
2026         if $test -f $uname; then
2027                 set X $myuname
2028                 shift
2029
2030                 case "$5" in
2031                 fps*) osname=fps ;;
2032                 mips*)
2033                         case "$4" in
2034                         umips) osname=umips ;;
2035                         *) osname=mips ;;
2036                         esac;;
2037                 [23]100) osname=mips ;;
2038                 next*) osname=next ;;
2039                 i386*)
2040                         if $test -f /etc/kconfig; then
2041                                 osname=isc
2042                                 if test "$lns" = "ln -s"; then
2043                                         osvers=4
2044                                 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then
2045                                         osvers=3
2046                                 elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then
2047                                         osvers=2
2048                                 fi
2049                         fi
2050                         ;;
2051                 pc*)
2052                         if test -n "$DJGPP"; then
2053                                 osname=dos
2054                                 osvers=djgpp
2055                         fi
2056                         ;;
2057                 esac
2058
2059                 case "$1" in
2060                 aix) osname=aix
2061                         tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1`
2062                         case "$tmp" in
2063                         'not found') osvers="$4"."$3" ;;
2064                         '<3240'|'<>3240') osvers=3.2.0 ;;
2065                         '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;;
2066                         '=3250'|'>3250') osvers=3.2.5 ;;
2067                         *) osvers=$tmp;;
2068                         esac
2069                         ;;
2070                 *dc.osx) osname=dcosx
2071                         osvers="$3"
2072                         ;;
2073                 dnix) osname=dnix
2074                         osvers="$3"
2075                         ;;
2076                 domainos) osname=apollo
2077                         osvers="$3"
2078                         ;;
2079                 dgux) osname=dgux 
2080                         osvers="$3"
2081                         ;;
2082                 dynixptx*) osname=dynixptx
2083                         osvers="$3"
2084                         ;;
2085                 freebsd) osname=freebsd 
2086                         osvers="$3" ;;
2087                 genix) osname=genix ;;
2088                 hp*) osname=hpux 
2089                         osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
2090                         ;;
2091                 irix*) osname=irix
2092                         case "$3" in
2093                         4*) osvers=4 ;;
2094                         5*) osvers=5 ;;
2095                         *)      osvers="$3" ;;
2096                         esac
2097                         ;;
2098                 linux) osname=linux
2099                         case "$3" in
2100                         *)      osvers="$3" ;;
2101                         esac
2102                         ;;
2103                 MiNT) osname=mint
2104                         ;;
2105                 netbsd*) osname=netbsd
2106                         osvers="$3"
2107                         ;;
2108                 news-os) osvers="$3"
2109                         case "$3" in
2110                         4*) osname=newsos4 ;;
2111                         *) osname=newsos ;;
2112                         esac
2113                         ;;
2114                 bsd386) osname=bsd386
2115                         osvers=`$uname -r`
2116                         ;;
2117                 POSIX-BC | posix-bc ) osname=posix-bc
2118                         osvers="$3"
2119                         ;;
2120                 powerux | power_ux | powermax_os | powermaxos | \
2121                 powerunix | power_unix) osname=powerux
2122                         osvers="$3"
2123                         ;;
2124                 next*) osname=next ;;
2125                 solaris) osname=solaris
2126                         case "$3" in
2127                         5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2128                         *)      osvers="$3" ;;
2129                         esac
2130                         ;;
2131                 sunos) osname=sunos
2132                         case "$3" in
2133                         5*) osname=solaris
2134                                 osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2135                         *)      osvers="$3" ;;
2136                         esac
2137                         ;;
2138                 titanos) osname=titanos
2139                         case "$3" in
2140                         1*) osvers=1 ;;
2141                         2*) osvers=2 ;;
2142                         3*) osvers=3 ;;
2143                         4*) osvers=4 ;;
2144                         *)      osvers="$3" ;;
2145                         esac
2146                         ;;
2147                 ultrix) osname=ultrix
2148                         osvers="$3"
2149                         ;;
2150                 osf1|mls+)      case "$5" in
2151                                 alpha)
2152                                         osname=dec_osf
2153                                         osvers=`echo "$3" | sed 's/^[xvt]//'`
2154                                         ;;
2155                         hp*)    osname=hp_osf1  ;;
2156                         mips)   osname=mips_osf1 ;;
2157                         esac
2158                         ;;
2159                 uts) osname=uts 
2160                         osvers="$3"
2161                         ;;
2162                 qnx) osname=qnx
2163                         osvers="$4"
2164                         ;;
2165                 $2) case "$osname" in
2166                         *isc*) ;;
2167                         *freebsd*) ;;
2168                         svr*)
2169                                 : svr4.x or possibly later
2170                                 case "svr$3" in 
2171                                 ${osname}*)
2172                                         osname=svr$3
2173                                         osvers=$4
2174                                         ;;
2175                                 esac
2176                                 case "$osname" in
2177                                 svr4.0)
2178                                         : Check for ESIX
2179                                         if test -f /stand/boot ; then
2180                                                 eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
2181                                                 if test -n "$INITPROG" -a -f "$INITPROG"; then
2182                         isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
2183                                                         if test -n "$isesix"; then
2184                                                                 osname=esix4
2185                                                         fi
2186                                                 fi
2187                                         fi
2188                                         ;;
2189                                 esac
2190                                 ;;
2191                         *)      if test -f /etc/systemid; then
2192                                         osname=sco
2193                                         set `echo $3 | $sed 's/\./ /g'` $4
2194                                         if $test -f $src/hints/sco_$1_$2_$3.sh; then
2195                                                 osvers=$1.$2.$3
2196                                         elif $test -f $src/hints/sco_$1_$2.sh; then
2197                                                 osvers=$1.$2
2198                                         elif $test -f $src/hints/sco_$1.sh; then
2199                                                 osvers=$1
2200                                         fi
2201                                 else
2202                                         case "$osname" in
2203                                         '') : Still unknown.  Probably a generic Sys V.
2204                                                 osname="sysv"
2205                                                 osvers="$3"
2206                                                 ;;
2207                                         esac
2208                                 fi
2209                                 ;;
2210                         esac
2211                         ;;
2212                 *)      case "$osname" in
2213                         '') : Still unknown.  Probably a generic BSD.
2214                                 osname="$1"
2215                                 osvers="$3"
2216                                 ;;
2217                         esac
2218                         ;;
2219                 esac
2220         else
2221                 if test -f /vmunix -a -f $src/hints/news_os.sh; then
2222                         (what /vmunix | UU/tr '[A-Z]' '[a-z]') > UU/kernel.what 2>&1
2223                         if $contains news-os UU/kernel.what >/dev/null 2>&1; then
2224                                 osname=news_os
2225                         fi
2226                         $rm -f UU/kernel.what
2227                 elif test -d c:/.; then
2228                         set X $myuname
2229                         osname=os2
2230                         osvers="$5"
2231                 fi
2232         fi
2233         
2234         : Now look for a hint file osname_osvers, unless one has been
2235         : specified already.
2236         case "$hintfile" in
2237         ''|' ')
2238                 file=`echo "${osname}_${osvers}" | $sed -e 's@\.@_@g' -e 's@_$@@'`
2239                 : Also try without trailing minor version numbers.
2240                 xfile=`echo $file | $sed -e 's@_[^_]*$@@'`
2241                 xxfile=`echo $xfile | $sed -e 's@_[^_]*$@@'`
2242                 xxxfile=`echo $xxfile | $sed -e 's@_[^_]*$@@'`
2243                 xxxxfile=`echo $xxxfile | $sed -e 's@_[^_]*$@@'`
2244                 case "$file" in
2245                 '') dflt=none ;;
2246                 *)  case "$osvers" in
2247                         '') dflt=$file
2248                                 ;;
2249                         *)  if $test -f $src/hints/$file.sh ; then
2250                                         dflt=$file
2251                                 elif $test -f $src/hints/$xfile.sh ; then
2252                                         dflt=$xfile
2253                                 elif $test -f $src/hints/$xxfile.sh ; then
2254                                         dflt=$xxfile
2255                                 elif $test -f $src/hints/$xxxfile.sh ; then
2256                                         dflt=$xxxfile
2257                                 elif $test -f $src/hints/$xxxxfile.sh ; then
2258                                         dflt=$xxxxfile
2259                                 elif $test -f "$src/hints/${osname}.sh" ; then
2260                                         dflt="${osname}"
2261                                 else
2262                                         dflt=none
2263                                 fi
2264                                 ;;
2265                         esac
2266                         ;;
2267                 esac
2268                 if $test -f Policy.sh ; then
2269                         case "$dflt" in
2270                         *Policy*) ;;
2271                         none) dflt="Policy" ;;
2272                         *) dflt="Policy $dflt" ;;
2273                         esac
2274                 fi
2275                 ;;
2276         *)
2277                 dflt=`echo $hintfile | $sed 's/\.sh$//'`
2278                 ;;
2279         esac
2280
2281         if $test -f Policy.sh ; then
2282                 $cat <<EOM
2283
2284 There's also a Policy hint file available, which should make the
2285 site-specific (policy) questions easier to answer.
2286 EOM
2287
2288         fi
2289
2290         $cat <<EOM
2291
2292 You may give one or more space-separated answers, or "none" if appropriate.
2293 A well-behaved OS will have no hints, so answering "none" or just "Policy"
2294 is a good thing.  DO NOT give a wrong version.
2295
2296 EOM
2297
2298         rp="Which of these apply, if any?"
2299         . UU/myread
2300         tans=$ans
2301         for file in $tans; do
2302                 if $test X$file = XPolicy -a -f Policy.sh; then
2303                         . Policy.sh
2304                         $cat Policy.sh >> UU/config.sh
2305                 elif $test -f $src/hints/$file.sh; then
2306                         . $src/hints/$file.sh
2307                         $cat $src/hints/$file.sh >> UU/config.sh
2308                 elif $test X$tans = X -o X$tans = Xnone ; then
2309                         : nothing
2310                 else
2311                         : Give one chance to correct a possible typo.
2312                         echo "$file.sh does not exist"
2313                         dflt=$file
2314                         rp="hint to use instead?"
2315                         . UU/myread
2316                         for file in $ans; do
2317                                 if $test -f "$src/hints/$file.sh"; then
2318                                         . $src/hints/$file.sh
2319                                         $cat $src/hints/$file.sh >> UU/config.sh
2320                                 elif $test X$ans = X -o X$ans = Xnone ; then
2321                                         : nothing
2322                                 else
2323                                         echo "$file.sh does not exist -- ignored."
2324                                 fi
2325                         done
2326                 fi
2327         done
2328
2329         hint=recommended
2330         : Remember our hint file for later.
2331         if $test -f "$src/hints/$file.sh" ; then
2332                 hintfile="$file"
2333         else
2334                 hintfile=''
2335         fi
2336 fi
2337 cd UU
2338 ;;
2339 *)
2340         echo " "
2341         echo "Fetching default answers from $config_sh..." >&4
2342         tmp_n="$n"
2343         tmp_c="$c"
2344         cd ..
2345         cp $config_sh config.sh 2>/dev/null
2346         chmod +w config.sh
2347         . ./config.sh
2348         cd UU
2349         cp ../config.sh .
2350         n="$tmp_n"
2351         c="$tmp_c"
2352         hint=previous
2353         ;;
2354 esac
2355 test "$override" && . ./optdef.sh
2356 myuname="$newmyuname"
2357
2358 : Restore computed paths
2359 for file in $loclist $trylist; do
2360         eval $file="\$_$file"
2361 done
2362
2363 cat << EOM
2364
2365 Configure uses the operating system name and version to set some defaults.
2366 The default value is probably right if the name rings a bell. Otherwise,
2367 since spelling matters for me, either accept the default or answer "none"
2368 to leave it blank.
2369
2370 EOM
2371 case "$osname" in
2372         ''|' ')
2373                 case "$hintfile" in
2374                 ''|' '|none) dflt=none ;;
2375                 *)  dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
2376                 esac
2377                 ;;
2378         *) dflt="$osname" ;;
2379 esac
2380 rp="Operating system name?"
2381 . ./myread
2382 case "$ans" in
2383 none)  osname='' ;;
2384 *) osname=`echo "$ans" | $sed -e 's/[   ][      ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
2385 esac
2386 echo " "
2387 case "$osvers" in
2388         ''|' ')
2389                 case "$hintfile" in
2390                 ''|' '|none) dflt=none ;;
2391                 *)      dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
2392                         dflt=`echo $dflt | $sed -e 's/^_//' -e 's/_/./g'`
2393                         case "$dflt" in
2394                         ''|' ') dflt=none ;;
2395                         esac
2396                         ;;
2397                 esac
2398                 ;;
2399         *) dflt="$osvers" ;;
2400 esac
2401 rp="Operating system version?"
2402 . ./myread
2403 case "$ans" in
2404 none)  osvers='' ;;
2405 *) osvers="$ans" ;;
2406 esac
2407
2408 : who configured the system
2409 cf_time=`LC_ALL=C; export LC_ALL; $date 2>&1`
2410 cf_by=`(logname) 2>/dev/null`
2411 case "$cf_by" in
2412 "")
2413         cf_by=`(whoami) 2>/dev/null`
2414         case "$cf_by" in
2415         "") cf_by=unknown ;;
2416         esac ;;
2417 esac
2418
2419 : set up the script used to warn in case of inconsistency
2420 cat <<EOS >whoa
2421 $startsh
2422 EOS
2423 cat <<'EOSC' >>whoa
2424 dflt=y
2425 echo " "
2426 echo "*** WHOA THERE!!! ***" >&4
2427 echo "    The $hint value for \$$var on this machine was \"$was\"!" >&4
2428 rp="    Keep the $hint value?"
2429 . ./myread
2430 case "$ans" in
2431 y) td=$was; tu=$was;;
2432 esac
2433 EOSC
2434
2435 : function used to set $1 to $val
2436 setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef;
2437 case "$val$was" in
2438 $define$undef) . ./whoa; eval "$var=\$td";;
2439 $undef$define) . ./whoa; eval "$var=\$tu";;
2440 *) eval "$var=$val";;
2441 esac'
2442
2443 cat <<EOM
2444
2445 Perl can be built to take advantage of threads, on some systems.
2446 To do so, Configure must be run with -Dusethreads.
2447 (See README.threads for details.)
2448 EOM
2449 case "$usethreads" in
2450 $define|true|[yY]*)     dflt='y';;
2451 *) dflt='n';;
2452 esac
2453 rp='Build a threading Perl?'
2454 . ./myread
2455 case "$ans" in
2456 y|Y)    val="$define" ;;     
2457 *)      val="$undef" ;;
2458 esac
2459 set usethreads
2460 eval $setvar 
2461 : Look for a hint-file generated 'call-back-unit'.  Now that the
2462 : user has specified if a threading perl is to be built, we may need 
2463 : to set or change some other defaults.
2464 if $test -f usethreads.cbu; then
2465     . ./usethreads.cbu
2466 fi
2467 case "$d_oldpthreads" in
2468 '')     : Configure tests would be welcome here.  For now, assume undef.
2469         val="$undef" ;;
2470 *)      val="$d_oldpthreads" ;;
2471 esac
2472 set d_oldpthreads
2473 eval $setvar
2474
2475 cat <<EOM
2476
2477 Perl can be built so that multiple Perl interpreters can coexist
2478 within the same Perl executable.  To do so, Configure must be run with
2479 -Dusemultiplicity.
2480
2481 Normally you do not need this and you should answer no.
2482
2483 EOM
2484 case "$usemultiplicity" in
2485 $define|true|[yY]*)     dflt='y';;
2486 *) dflt='n';;
2487 esac
2488 rp='Build Perl for multiplicity?'
2489 . ./myread
2490 case "$ans" in
2491 y|Y)    val="$define" ;;     
2492 *)      val="$undef" ;;
2493 esac
2494 set usemultiplicity
2495 eval $setvar 
2496
2497 cat <<EOM
2498
2499 Perl can be built to take advantage of explicit 64-bit interfaces,
2500 on some systems.  To do so, Configure must be run with -Duse64bits.
2501
2502 If this doesn't make any sense to you, just accept the default 'n'.
2503 EOM
2504 case "$use64bits" in
2505 $define|true|[yY]*)     dflt='y';;
2506 *) dflt='n';;
2507 esac
2508 rp='Try to use explicit 64-bit interfaces, if available?'
2509 . ./myread
2510 case "$ans" in
2511 y|Y) 
2512         val="$define"
2513         ;;     
2514 *)      
2515         val="$undef"
2516         ;;
2517 esac
2518 set use64bits
2519 eval $setvar
2520
2521 archname64=''
2522
2523 : determine the architecture name
2524 echo " "
2525 if xxx=`./loc arch blurfl $pth`; $test -f "$xxx"; then
2526         tarch=`arch`"-$osname"
2527 elif xxx=`./loc uname blurfl $pth`; $test -f "$xxx" ; then
2528         if uname -m > tmparch 2>&1 ; then
2529                 tarch=`$sed -e 's/ *$//' -e 's/ /_/g' \
2530                         -e 's/$/'"-$osname/" tmparch`
2531         else
2532                 tarch="$osname"
2533         fi
2534         $rm -f tmparch
2535 else
2536         tarch="$osname"
2537 fi
2538 case "$myarchname" in
2539 ''|"$tarch") ;;
2540 *)
2541         echo "(Your architecture name used to be $myarchname.)"
2542         archname=''
2543         ;;
2544 esac
2545 myarchname="$tarch"
2546 case "$archname" in
2547 '') dflt="$tarch";;
2548 *) dflt="$archname";;
2549 esac
2550 rp='What is your architecture name'
2551 . ./myread
2552 archname="$ans"
2553 case "$usethreads" in
2554 $define)
2555         echo "Threads selected." >&4
2556         case "$archname" in
2557         *-thread*) echo "...and architecture name already has -thread." >&4
2558                 ;;
2559         *)      archname="$archname-thread"
2560                 echo "...setting architecture name to $archname." >&4
2561                 ;;
2562         esac
2563         ;;
2564 esac
2565 case "$usemultiplicity" in
2566 $define)
2567         echo "Multiplicity selected." >&4
2568         case "$archname" in
2569         *-multi*) echo "...and architecture name already has -multi." >&4
2570                 ;;
2571         *)      archname="$archname-multi"
2572                 echo "...setting architecture name to $archname." >&4
2573                 ;;
2574         esac
2575         ;;
2576 esac
2577 case "$use64bits" in
2578 $define)
2579         echo "Explicit 64-bitness selected." >&4
2580         case "$archname64" in
2581         '')
2582                 ;;
2583         *)
2584                 case "$archname" in
2585                 *-$archname64*) echo "...and architecture name already has $archname64." >&4
2586                         ;;
2587                 *)      archname="$archname-$archname64"
2588                         echo "...setting architecture name to $archname." >&4
2589                         ;;
2590                 esac
2591                 ;;
2592         esac
2593 esac
2594
2595 : is AFS running?
2596 echo " "
2597 case "$afs" in
2598 $define|true)   afs=true ;;
2599 $undef|false)   afs=false ;;
2600 *)      if test -d /afs; then
2601                 afs=true
2602         else
2603                 afs=false
2604         fi
2605         ;;
2606 esac
2607 if $afs; then
2608         echo "AFS may be running... I'll be extra cautious then..." >&4
2609 else
2610         echo "AFS does not seem to be running..." >&4
2611 fi
2612
2613 : decide how portable to be.  Allow command line overrides.
2614 case "$d_portable" in
2615 "$undef") ;;
2616 *)      d_portable="$define" ;;
2617 esac
2618
2619 : set up shell script to do ~ expansion
2620 cat >filexp <<EOSS
2621 $startsh
2622 : expand filename
2623 case "\$1" in
2624  ~/*|~)
2625         echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
2626         ;;
2627  ~*)
2628         if $test -f /bin/csh; then
2629                 /bin/csh -f -c "glob \$1"
2630                 failed=\$?
2631                 echo ""
2632                 exit \$failed
2633         else
2634                 name=\`$expr x\$1 : '..\([^/]*\)'\`
2635                 dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
2636                 if $test ! -d "\$dir"; then
2637                         me=\`basename \$0\`
2638                         echo "\$me: can't locate home directory for: \$name" >&2
2639                         exit 1
2640                 fi
2641                 case "\$1" in
2642                 */*)
2643                         echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
2644                         ;;
2645                 *)
2646                         echo \$dir
2647                         ;;
2648                 esac
2649         fi
2650         ;;
2651 *)
2652         echo \$1
2653         ;;
2654 esac
2655 EOSS
2656 chmod +x filexp
2657 $eunicefix filexp
2658
2659 : now set up to get a file name
2660 cat <<EOS >getfile
2661 $startsh
2662 EOS
2663 cat <<'EOSC' >>getfile
2664 tilde=''
2665 fullpath=''
2666 already=''
2667 skip=''
2668 none_ok=''
2669 exp_file=''
2670 nopath_ok=''
2671 orig_rp="$rp"
2672 orig_dflt="$dflt"
2673
2674 case "$fn" in
2675 *\(*)
2676         expr $fn : '.*(\(.*\)).*' | tr ',' $trnl >getfile.ok
2677         fn=`echo $fn | sed 's/(.*)//'`
2678         ;;
2679 esac
2680
2681 case "$fn" in
2682 *:*)
2683         loc_file=`expr $fn : '.*:\(.*\)'`
2684         fn=`expr $fn : '\(.*\):.*'`
2685         ;;
2686 esac
2687
2688 case "$fn" in
2689 *~*) tilde=true;;
2690 esac
2691 case "$fn" in
2692 */*) fullpath=true;;
2693 esac
2694 case "$fn" in
2695 *+*) skip=true;;
2696 esac
2697 case "$fn" in
2698 *n*) none_ok=true;;
2699 esac
2700 case "$fn" in
2701 *e*) exp_file=true;;
2702 esac
2703 case "$fn" in
2704 *p*) nopath_ok=true;;
2705 esac
2706
2707 case "$fn" in
2708 *f*) type='File';;
2709 *d*) type='Directory';;
2710 *l*) type='Locate';;
2711 esac
2712
2713 what="$type"
2714 case "$what" in
2715 Locate) what='File';;
2716 esac
2717
2718 case "$exp_file" in
2719 '')
2720         case "$d_portable" in
2721         "$define") ;;
2722         *) exp_file=true;;
2723         esac
2724         ;;
2725 esac
2726
2727 cd ..
2728 while test "$type"; do
2729         redo=''
2730         rp="$orig_rp"
2731         dflt="$orig_dflt"
2732         case "$tilde" in
2733         true) rp="$rp (~name ok)";;
2734         esac
2735         . UU/myread
2736         if test -f UU/getfile.ok && \
2737                 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
2738         then
2739                 value="$ans"
2740                 ansexp="$ans"
2741                 break
2742         fi
2743         case "$ans" in
2744         none)
2745                 value=''
2746                 ansexp=''
2747                 case "$none_ok" in
2748                 true) type='';;
2749                 esac
2750                 ;;
2751         *)
2752                 case "$tilde" in
2753                 '') value="$ans"
2754                         ansexp="$ans";;
2755                 *)
2756                         value=`UU/filexp $ans`
2757                         case $? in
2758                         0)
2759                                 if test "$ans" != "$value"; then
2760                                         echo "(That expands to $value on this system.)"
2761                                 fi
2762                                 ;;
2763                         *) value="$ans";;
2764                         esac
2765                         ansexp="$value"
2766                         case "$exp_file" in
2767                         '') value="$ans";;
2768                         esac
2769                         ;;
2770                 esac
2771                 case "$fullpath" in
2772                 true)
2773                         case "$ansexp" in
2774                         /*) value="$ansexp" ;;
2775                         *)
2776                                 redo=true
2777                                 case "$already" in
2778                                 true)
2779                                 echo "I shall only accept a full path name, as in /bin/ls." >&4
2780                                 echo "Use a ! shell escape if you wish to check pathnames." >&4
2781                                         ;;
2782                                 *)
2783                                 echo "Please give a full path name, starting with slash." >&4
2784                                         case "$tilde" in
2785                                         true)
2786                                 echo "Note that using ~name is ok provided it expands well." >&4
2787                                                 already=true
2788                                                 ;;
2789                                         esac
2790                                 esac
2791                                 ;;
2792                         esac
2793                         ;;
2794                 esac
2795                 case "$redo" in
2796                 '')
2797                         case "$type" in
2798                         File)
2799                                 if test -f "$ansexp"; then
2800                                         type=''
2801                                 elif test -r "$ansexp" || (test -h "$ansexp") >/dev/null 2>&1
2802                                 then
2803                                         echo "($value is not a plain file, but that's ok.)"
2804                                         type=''
2805                                 fi
2806                                 ;;
2807                         Directory)
2808                                 if test -d "$ansexp"; then
2809                                         type=''
2810                                 fi
2811                                 ;;
2812                         Locate)
2813                                 if test -d "$ansexp"; then
2814                                         echo "(Looking for $loc_file in directory $value.)"
2815                                         value="$value/$loc_file"
2816                                         ansexp="$ansexp/$loc_file"
2817                                 fi
2818                                 if test -f "$ansexp"; then
2819                                         type=''
2820                                 fi
2821                                 case "$nopath_ok" in
2822                                 true)   case "$value" in
2823                                         */*) ;;
2824                                         *)      echo "Assuming $value will be in people's path."
2825                                                 type=''
2826                                                 ;;
2827                                         esac
2828                                         ;;
2829                                 esac
2830                                 ;;
2831                         esac
2832
2833                         case "$skip" in
2834                         true) type='';
2835                         esac
2836
2837                         case "$type" in
2838                         '') ;;
2839                         *)
2840                                 if test "$fastread" = yes; then
2841                                         dflt=y
2842                                 else
2843                                         dflt=n
2844                                 fi
2845                                 rp="$what $value doesn't exist.  Use that name anyway?"
2846                                 . UU/myread
2847                                 dflt=''
2848                                 case "$ans" in
2849                                 y*) type='';;
2850                                 *) echo " ";;
2851                                 esac
2852                                 ;;
2853                         esac
2854                         ;;
2855                 esac
2856                 ;;
2857         esac
2858 done
2859 cd UU
2860 ans="$value"
2861 rp="$orig_rp"
2862 dflt="$orig_dflt"
2863 rm -f getfile.ok
2864 EOSC
2865
2866 : determine root of directory hierarchy where package will be installed.
2867 case "$prefix" in
2868 '')
2869         dflt=`./loc . /usr/local /usr/local /local /opt /usr`
2870         ;;
2871 *)
2872         dflt="$prefix"
2873         ;;
2874 esac
2875 $cat <<EOM
2876
2877 By default, $package will be installed in $dflt/bin, manual
2878 pages under $dflt/man, etc..., i.e. with $dflt as prefix for
2879 all installation directories. Typically set to /usr/local, but you
2880 may choose /usr if you wish to install $package among your system
2881 binaries. If you wish to have binaries under /bin but manual pages
2882 under /usr/local/man, that's ok: you will be prompted separately
2883 for each of the installation directories, the prefix being only used
2884 to set the defaults.
2885
2886 EOM
2887 fn=d~
2888 rp='Installation prefix to use?'
2889 . ./getfile
2890 oldprefix=''
2891 case "$prefix" in
2892 '') ;;
2893 *)
2894         case "$ans" in
2895         "$prefix") ;;
2896         *) oldprefix="$prefix";;
2897         esac
2898         ;;
2899 esac
2900 prefix="$ans"
2901 prefixexp="$ansexp"
2902
2903 : set the prefixit variable, to compute a suitable default value
2904 prefixit='case "$3" in
2905 ""|none)
2906         case "$oldprefix" in
2907         "") eval "$1=\"\$$2\"";;
2908         *)
2909                 case "$3" in
2910                 "") eval "$1=";;
2911                 none)
2912                         eval "tp=\"\$$2\"";
2913                         case "$tp" in
2914                         ""|" ") eval "$1=\"\$$2\"";;
2915                         *) eval "$1=";;
2916                         esac;;
2917                 esac;;
2918         esac;;
2919 *)
2920         eval "tp=\"$oldprefix-\$$2-\""; eval "tp=\"$tp\"";
2921         case "$tp" in
2922         --|/*--|\~*--) eval "$1=\"$prefix/$3\"";;
2923         /*-$oldprefix/*|\~*-$oldprefix/*)
2924                 eval "$1=\`echo \$$2 | sed \"s,^$oldprefix,$prefix,\"\`";;
2925         *) eval "$1=\"\$$2\"";;
2926         esac;;
2927 esac'
2928
2929 : set the base revision
2930 baserev=5.0
2931
2932 : get the patchlevel
2933 echo " "
2934 echo "Getting the current patchlevel..." >&4
2935 if $test -r $rsrc/patchlevel.h;then
2936         patchlevel=`awk '/define[       ]+PATCHLEVEL/ {print $3}' $rsrc/patchlevel.h`
2937         subversion=`awk '/define[       ]+SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
2938 else
2939         patchlevel=0
2940         subversion=0
2941 fi
2942 $echo $n "(You have $package" $c
2943 case "$package" in
2944 "*$baserev")    ;;
2945 *)              $echo $n " $baserev" $c ;;
2946 esac
2947 $echo $n " patchlevel $patchlevel" $c
2948 test 0 -eq "$subversion" || $echo $n " subversion $subversion" $c
2949 echo ".)"
2950
2951 if test 0 -eq "$subversion"; then
2952         version=`LC_ALL=C; export LC_ALL; \
2953                  echo $baserev $patchlevel | \
2954                  $awk '{ printf "%.3f\n", $1 + $2/1000.0 }'`
2955 else
2956         version=`LC_ALL=C; export LC_ALL; \
2957                  echo $baserev $patchlevel $subversion | \
2958                  $awk '{ printf "%.5f\n", $1 + $2/1000.0 + $3/100000.0 }'`
2959 fi
2960 : Figure out perl API version.  Perhaps this should be in patchlevel.h
2961 if test "$subversion" -lt 50; then
2962         apiversion=`LC_ALL=C; export LC_ALL; \
2963                  echo $baserev $patchlevel | \
2964                  $awk '{ printf "%.3f\n", $1 + $2/1000.0 }'`
2965 else
2966         apiversion="$version"
2967 fi
2968
2969 : determine where private library files go
2970 : Usual default is /usr/local/lib/perl5/$version.
2971 : Also allow things like /opt/perl/lib/$version, since 
2972 : /opt/perl/lib/perl5... would be redundant.
2973 case "$prefix" in
2974 *perl*) set dflt privlib lib/$version ;;
2975 *)       set dflt privlib lib/$package/$version ;;
2976 esac
2977 eval $prefixit
2978 $cat <<EOM
2979
2980 There are some auxiliary files for $package that need to be put into a
2981 private library directory that is accessible by everyone.
2982
2983 EOM
2984 fn=d~+
2985 rp='Pathname where the private library files will reside?'
2986 . ./getfile
2987 if $test "X$privlibexp" != "X$ansexp"; then
2988         installprivlib=''
2989 fi
2990 privlib="$ans"
2991 privlibexp="$ansexp"
2992 if $afs; then
2993         $cat <<EOM
2994
2995 Since you are running AFS, I need to distinguish the directory in which
2996 private files reside from the directory in which they are installed (and from
2997 which they are presumably copied to the former directory by occult means).
2998
2999 EOM
3000         case "$installprivlib" in
3001         '') dflt=`echo $privlibexp | sed 's#^/afs/#/afs/.#'`;;
3002         *) dflt="$installprivlib";;
3003         esac
3004         fn=de~
3005         rp='Where will private files be installed?'
3006         . ./getfile
3007         installprivlib="$ans"
3008 else
3009         installprivlib="$privlibexp"
3010 fi
3011
3012 : set the prefixup variable, to restore leading tilda escape
3013 prefixup='case "$prefixexp" in
3014 "$prefix") ;;
3015 *) eval "$1=\`echo \$$1 | sed \"s,^$prefixexp,$prefix,\"\`";;
3016 esac'
3017
3018 : determine where public architecture dependent libraries go
3019 set archlib archlib
3020 eval $prefixit
3021 : privlib default is /usr/local/lib/$package/$version
3022 : archlib default is /usr/local/lib/$package/$version/$archname
3023 : privlib may have an optional trailing /share.
3024 tdflt=`echo $privlib | $sed 's,/share$,,'`
3025 tdflt=$tdflt/$archname
3026 case "$archlib" in
3027 '')     dflt=$tdflt
3028         ;;
3029 *)      dflt="$archlib"
3030     ;;
3031 esac
3032 cat <<EOM
3033
3034 $spackage contains architecture-dependent library files.  If you are
3035 sharing libraries in a heterogeneous environment, you might store
3036 these files in a separate location.  Otherwise, you can just include
3037 them with the rest of the public library files.
3038
3039 EOM
3040 fn=d+~
3041 rp='Where do you want to put the public architecture-dependent libraries?'
3042 . ./getfile
3043 archlib="$ans"
3044 archlibexp="$ansexp"
3045
3046 if $afs; then
3047         $cat <<EOM
3048
3049 Since you are running AFS, I need to distinguish the directory in
3050 which architecture-dependent library files reside from the directory
3051 in which they are installed (and from which they are presumably copied
3052 to the former directory by occult means).
3053
3054 EOM
3055         case "$installarchlib" in
3056         '') dflt=`echo $archlibexp | sed 's#^/afs/#/afs/.#'`;;
3057         *) dflt="$installarchlib";;
3058         esac
3059         fn=de~
3060         rp='Where will architecture-dependent library files be installed?'
3061         . ./getfile
3062         installarchlib="$ans"
3063 else
3064         installarchlib="$archlibexp"
3065 fi
3066 if $test X"$archlib" = X"$privlib"; then
3067         d_archlib="$undef"
3068 else
3069         d_archlib="$define"
3070 fi
3071
3072 : make some quick guesses about what we are up against
3073 echo " "
3074 $echo $n "Hmm...  $c"
3075 echo exit 1 >bsd
3076 echo exit 1 >usg
3077 echo exit 1 >v7
3078 echo exit 1 >osf1
3079 echo exit 1 >eunice
3080 echo exit 1 >xenix
3081 echo exit 1 >venix
3082 echo exit 1 >os2
3083 d_bsd="$undef"
3084 $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null
3085 if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1
3086 then
3087         echo "Looks kind of like an OSF/1 system, but we'll see..."
3088         echo exit 0 >osf1
3089 elif test `echo abc | tr a-z A-Z` = Abc ; then
3090         xxx=`./loc addbib blurfl $pth`
3091         if $test -f $xxx; then
3092         echo "Looks kind of like a USG system with BSD features, but we'll see..."
3093                 echo exit 0 >bsd
3094                 echo exit 0 >usg
3095         else
3096                 if $contains SIGTSTP foo >/dev/null 2>&1 ; then
3097                         echo "Looks kind of like an extended USG system, but we'll see..."
3098                 else
3099                         echo "Looks kind of like a USG system, but we'll see..."
3100                 fi
3101                 echo exit 0 >usg
3102         fi
3103 elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
3104         echo "Looks kind of like a BSD system, but we'll see..."
3105         d_bsd="$define"
3106         echo exit 0 >bsd
3107 else
3108         echo "Looks kind of like a Version 7 system, but we'll see..."
3109         echo exit 0 >v7
3110 fi
3111 case "$eunicefix" in
3112 *unixtovms*)
3113         $cat <<'EOI'
3114 There is, however, a strange, musty smell in the air that reminds me of
3115 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
3116 EOI
3117         echo exit 0 >eunice
3118         d_eunice="$define"
3119 : it so happens the Eunice I know will not run shell scripts in Unix format
3120         ;;
3121 *)
3122         echo " "
3123         echo "Congratulations.  You aren't running Eunice."
3124         d_eunice="$undef"
3125         ;;
3126 esac
3127 : Detect OS2.  The p_ variable is set above in the Head.U unit.
3128 case "$p_" in
3129 :) ;;
3130 *)
3131         $cat <<'EOI'
3132 I have the feeling something is not exactly right, however...don't tell me...
3133 lemme think...does HAL ring a bell?...no, of course, you're only running OS/2!
3134 EOI
3135         echo exit 0 >os2
3136         ;;
3137 esac
3138 if test -f /xenix; then
3139         echo "Actually, this looks more like a XENIX system..."
3140         echo exit 0 >xenix
3141         d_xenix="$define"
3142 else
3143         echo " "
3144         echo "It's not Xenix..."
3145         d_xenix="$undef"
3146 fi
3147 chmod +x xenix
3148 $eunicefix xenix
3149 if test -f /venix; then
3150         echo "Actually, this looks more like a VENIX system..."
3151         echo exit 0 >venix
3152 else
3153         echo " "
3154         if ./xenix; then
3155                 : null
3156         else
3157                 echo "Nor is it Venix..."
3158         fi
3159 fi
3160 chmod +x bsd usg v7 osf1 eunice xenix venix os2
3161 $eunicefix bsd usg v7 osf1 eunice xenix venix os2
3162 $rm -f foo
3163
3164 : see if setuid scripts can be secure
3165 $cat <<EOM
3166
3167 Some kernels have a bug that prevents setuid #! scripts from being
3168 secure.  Some sites have disabled setuid #! scripts because of this.
3169
3170 First let's decide if your kernel supports secure setuid #! scripts.
3171 (If setuid #! scripts would be secure but have been disabled anyway,
3172 don't say that they are secure if asked.)
3173
3174 EOM
3175
3176 val="$undef"
3177 if $test -d /dev/fd; then
3178         echo "#!$ls" >reflect
3179         chmod +x,u+s reflect
3180         ./reflect >flect 2>&1
3181         if $contains "/dev/fd" flect >/dev/null; then
3182                 echo "Congratulations, your kernel has secure setuid scripts!" >&4
3183                 val="$define"
3184         else
3185                 $cat <<EOM
3186 If you are not sure if they are secure, I can check but I'll need a
3187 username and password different from the one you are using right now.
3188 If you don't have such a username or don't want me to test, simply
3189 enter 'none'.
3190
3191 EOM
3192                 rp='Other username to test security of setuid scripts with?'
3193                 dflt='none'
3194                 . ./myread
3195                 case "$ans" in
3196                 n|none)
3197                         case "$d_suidsafe" in
3198                         '')     echo "I'll assume setuid scripts are *not* secure." >&4
3199                                 dflt=n;;
3200                         "$undef")
3201                                 echo "Well, the $hint value is *not* secure." >&4
3202                                 dflt=n;;
3203                         *)      echo "Well, the $hint value *is* secure." >&4
3204                                 dflt=y;;
3205                         esac
3206                         ;;
3207                 *)
3208                         $rm -f reflect flect
3209                         echo "#!$ls" >reflect
3210                         chmod +x,u+s reflect
3211                         echo >flect
3212                         chmod a+w flect
3213                         echo '"su" will (probably) prompt you for '"$ans's password."
3214                         su $ans -c './reflect >flect'
3215                         if $contains "/dev/fd" flect >/dev/null; then
3216                                 echo "Okay, it looks like setuid scripts are secure." >&4
3217                                 dflt=y
3218                         else
3219                                 echo "I don't think setuid scripts are secure." >&4
3220                                 dflt=n
3221                         fi
3222                         ;;
3223                 esac
3224                 rp='Does your kernel have *secure* setuid scripts?'
3225                 . ./myread
3226                 case "$ans" in
3227                 [yY]*)  val="$define";;
3228                 *)      val="$undef";;
3229                 esac
3230         fi
3231 else
3232         echo "I don't think setuid scripts are secure (no /dev/fd directory)." >&4
3233         echo "(That's for file descriptors, not floppy disks.)"
3234         val="$undef"
3235 fi
3236 set d_suidsafe
3237 eval $setvar
3238
3239 $rm -f reflect flect
3240
3241 : now see if they want to do setuid emulation
3242 echo " "
3243 val="$undef"
3244 case "$d_suidsafe" in
3245 "$define")
3246         val="$undef"
3247         echo "No need to emulate SUID scripts since they are secure here." >& 4
3248         ;;
3249 *)
3250         $cat <<EOM
3251 Some systems have disabled setuid scripts, especially systems where
3252 setuid scripts cannot be secure.  On systems where setuid scripts have
3253 been disabled, the setuid/setgid bits on scripts are currently
3254 useless.  It is possible for $package to detect those bits and emulate
3255 setuid/setgid in a secure fashion.  This emulation will only work if
3256 setuid scripts have been disabled in your kernel.
3257
3258 EOM
3259         case "$d_dosuid" in
3260         "$define") dflt=y ;;
3261         *) dflt=n ;;
3262         esac
3263         rp="Do you want to do setuid/setgid emulation?"
3264         . ./myread
3265         case "$ans" in
3266         [yY]*)  val="$define";;
3267         *)      val="$undef";;
3268         esac
3269         ;;
3270 esac
3271 set d_dosuid
3272 eval $setvar
3273
3274 : determine where manual pages are on this system
3275 echo " "
3276 case "$sysman" in
3277 '') 
3278         syspath='/usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1'
3279         syspath="$syspath /usr/man/u_man/man1 /usr/share/man/man1"
3280         syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1"
3281         syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1"
3282         syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
3283         sysman=`./loc . /usr/man/man1 $syspath`
3284         ;;
3285 esac
3286 if $test -d "$sysman"; then
3287         echo "System manual is in $sysman." >&4
3288 else
3289         echo "Could not find manual pages in source form." >&4
3290 fi
3291
3292 : see what memory models we can support
3293 case "$models" in
3294 '')
3295         $cat >pdp11.c <<'EOP'
3296 main() {
3297 #ifdef pdp11
3298         exit(0);
3299 #else
3300         exit(1);
3301 #endif
3302 }
3303 EOP
3304         ( cc -o pdp11 pdp11.c ) >/dev/null 2>&1
3305         if $test -f pdp11 && ./pdp11 2>/dev/null; then
3306                 dflt='unsplit split'
3307         else
3308                 tans=`./loc . X /lib/small /lib/large /usr/lib/small /usr/lib/large /lib/medium /usr/lib/medium /lib/huge`
3309                 case "$tans" in
3310                 X) dflt='none';;
3311                 *) if $test -d /lib/small || $test -d /usr/lib/small; then
3312                                 dflt='small'
3313                         else
3314                                 dflt=''
3315                         fi
3316                         if $test -d /lib/medium || $test -d /usr/lib/medium; then
3317                                 dflt="$dflt medium"
3318                         fi
3319                         if $test -d /lib/large || $test -d /usr/lib/large; then
3320                                 dflt="$dflt large"
3321                         fi
3322                         if $test -d /lib/huge || $test -d /usr/lib/huge; then
3323                                 dflt="$dflt huge"
3324                         fi
3325                 esac
3326         fi;;
3327 *) dflt="$models";;
3328 esac
3329 $cat <<EOM
3330  
3331 Some systems have different model sizes.  On most systems they are called
3332 small, medium, large, and huge.  On the PDP11 they are called unsplit and
3333 split.  If your system doesn't support different memory models, say "none".
3334 If you wish to force everything to one memory model, say "none" here and
3335 put the appropriate flags later when it asks you for other cc and ld flags.
3336 Venix systems may wish to put "none" and let the compiler figure things out.
3337 (In the following question multiple model names should be space separated.)
3338
3339 The default for most systems is "none".
3340
3341 EOM
3342 rp="Which memory models are supported?"
3343 . ./myread
3344 models="$ans"
3345
3346 case "$models" in
3347 none)
3348         small=''
3349         medium=''
3350         large=''
3351         huge=''
3352         unsplit=''
3353         split=''
3354         ;;
3355 *split)
3356         case "$split" in
3357         '') if $contains '\-i' $sysman/ld.1 >/dev/null 2>&1 || \
3358                          $contains '\-i' $sysman/cc.1 >/dev/null 2>&1; then
3359                         dflt='-i'
3360                 else
3361                         dflt='none'
3362                 fi;;
3363         *) dflt="$split";;
3364         esac
3365         rp="What flag indicates separate I and D space?"
3366         . ./myread
3367         tans="$ans"
3368         case "$tans" in
3369         none) tans='';;
3370         esac
3371         split="$tans"
3372         unsplit='';;
3373 *large*|*small*|*medium*|*huge*)
3374         case "$models" in
3375         *large*)
3376                 case "$large" in
3377                 '') dflt='-Ml';;
3378                 *) dflt="$large";;
3379                 esac
3380         rp="What flag indicates large model?"
3381         . ./myread
3382         tans="$ans"
3383         case "$tans" in
3384         none) tans='';
3385         esac
3386         large="$tans";;
3387         *) large='';;
3388         esac
3389         case "$models" in
3390         *huge*) case "$huge" in
3391                 '') dflt='-Mh';;
3392                 *) dflt="$huge";;
3393                 esac
3394                 rp="What flag indicates huge model?"
3395                 . ./myread
3396                 tans="$ans"
3397                 case "$tans" in
3398                 none) tans='';
3399                 esac
3400                 huge="$tans";;
3401         *) huge="$large";;
3402         esac
3403         case "$models" in
3404         *medium*) case "$medium" in
3405                 '') dflt='-Mm';;
3406                 *) dflt="$medium";;
3407                 esac
3408                 rp="What flag indicates medium model?"
3409                 . ./myread
3410                 tans="$ans"
3411                 case "$tans" in
3412                 none) tans='';
3413                 esac
3414                 medium="$tans";;
3415         *) medium="$large";;
3416         esac
3417         case "$models" in
3418         *small*) case "$small" in
3419                 '') dflt='none';;
3420                 *) dflt="$small";;
3421                 esac
3422                 rp="What flag indicates small model?"
3423                 . ./myread
3424                 tans="$ans"
3425                 case "$tans" in
3426                 none) tans='';
3427                 esac
3428                 small="$tans";;
3429         *) small='';;
3430         esac
3431         ;;
3432 *)
3433         echo "Unrecognized memory models--you may have to edit Makefile.SH" >&4
3434         ;;
3435 esac
3436 $rm -f pdp11.* pdp11
3437
3438 : see if we need a special compiler
3439 echo " "
3440 if ./usg; then
3441         case "$cc" in
3442         '') case "$Mcc" in
3443                 /*) dflt='Mcc';;
3444                 *) case "$large" in
3445                         -M*) dflt='cc';;
3446                         *)      if $contains '\-M' $sysman/cc.1 >/dev/null 2>&1 ; then
3447                                         if $contains '\-M' $sysman/cpp.1 >/dev/null 2>&1; then
3448                                                 dflt='cc'
3449                                         else
3450                                                 dflt='cc -M'
3451                                         fi
3452                                 else
3453                                         dflt='cc'
3454                                 fi;;
3455                         esac;;
3456                 esac;;
3457         *)  dflt="$cc";;
3458         esac
3459         case "$dflt" in
3460         *M*)    $cat <<'EOM'
3461 On some older systems the default C compiler will not resolve multiple global
3462 references that happen to have the same name.  On some such systems the "Mcc"
3463 command may be used to force these to be resolved.  On other systems a "cc -M"
3464 command is required.  (Note that the -M flag on other systems indicates a
3465 memory model to use!) If you have the Gnu C compiler, you might wish to use
3466 that instead.
3467
3468 EOM
3469         ;;
3470         esac
3471         rp="Use which C compiler?"
3472         . ./myread
3473         cc="$ans"
3474 else
3475         case "$cc" in
3476         '') dflt=cc;;
3477         *) dflt="$cc";;
3478         esac
3479         rp="Use which C compiler?"
3480         . ./myread
3481         cc="$ans"
3482 fi
3483 : Look for a hint-file generated 'call-back-unit'.  Now that the
3484 : user has specified the compiler, we may need to set or change some
3485 : other defaults.
3486 if $test -f cc.cbu; then
3487     . ./cc.cbu
3488 fi
3489 echo " "
3490 echo "Checking for GNU cc in disguise and/or its version number..." >&4
3491 $cat >gccvers.c <<EOM
3492 #include <stdio.h>
3493 int main() {
3494 #ifdef __GNUC__
3495 #ifdef __VERSION__
3496         printf("%s\n", __VERSION__);
3497 #else
3498         printf("%s\n", "1");
3499 #endif
3500 #endif
3501         exit(0);
3502 }
3503 EOM
3504 if $cc -o gccvers gccvers.c >/dev/null 2>&1; then
3505         gccversion=`./gccvers`
3506         case "$gccversion" in
3507         '') echo "You are not using GNU cc." ;;
3508         *)  echo "You are using GNU cc $gccversion." ;;
3509         esac
3510 else
3511         echo " "
3512         echo "*** WHOA THERE!!! ***" >&4
3513         echo "    Your C compiler \"$cc\" doesn't seem to be working!" >&4
3514         case "$knowitall" in
3515         '')
3516         echo "    You'd better start hunting for one and let me know about it." >&4
3517                 exit 1
3518                 ;;
3519         esac
3520 fi
3521 $rm -f gccvers*
3522 case "$gccversion" in
3523 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
3524 esac
3525
3526 : What should the include directory be ?
3527 echo " "
3528 $echo $n "Hmm...  $c"
3529 dflt='/usr/include'
3530 incpath=''
3531 mips_type=''
3532 if $test -f /bin/mips && /bin/mips; then
3533         echo "Looks like a MIPS system..."
3534         $cat >usr.c <<'EOCP'
3535 #ifdef SYSTYPE_BSD43
3536 /bsd43
3537 #endif
3538 EOCP
3539         if $cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then
3540                 dflt='/bsd43/usr/include'
3541                 incpath='/bsd43'
3542                 mips_type='BSD 4.3'
3543         else
3544                 mips_type='System V'
3545         fi
3546         $rm -f usr.c usr.out
3547         echo "and you're compiling with the $mips_type compiler and libraries."
3548         xxx_prompt=y
3549         echo "exit 0" >mips
3550 else
3551         echo "Doesn't look like a MIPS system."
3552         xxx_prompt=n
3553         echo "exit 1" >mips
3554 fi
3555 chmod +x mips
3556 $eunicefix mips
3557 case "$usrinc" in
3558 '') ;;
3559 *) dflt="$usrinc";;
3560 esac
3561 case "$xxx_prompt" in
3562 y)      fn=d/
3563         echo " "
3564         rp='Where are the include files you want to use?'
3565         . ./getfile
3566         usrinc="$ans"
3567         ;;
3568 *)      usrinc="$dflt"
3569         ;;
3570 esac
3571
3572 : see how we invoke the C preprocessor
3573 echo " "
3574 echo "Now, how can we feed standard input to your C preprocessor..." >&4
3575 cat <<'EOT' >testcpp.c
3576 #define ABC abc
3577 #define XYZ xyz
3578 ABC.XYZ
3579 EOT
3580 cd ..
3581 if test ! -f cppstdin; then
3582         echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin
3583 else
3584         echo "Keeping your $hint cppstdin wrapper."
3585 fi
3586 chmod 755 cppstdin
3587 wrapper=`pwd`/cppstdin
3588 ok='false'
3589 cd UU
3590
3591 if $test "X$cppstdin" != "X" && \
3592         $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \
3593         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3594 then
3595         echo "You used to use $cppstdin $cppminus so we'll use that again."
3596         case "$cpprun" in
3597         '') echo "But let's see if we can live without a wrapper..." ;;
3598         *)
3599                 if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
3600                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3601                 then
3602                         echo "(And we'll use $cpprun $cpplast to preprocess directly.)"
3603                         ok='true'
3604                 else
3605                         echo "(However, $cpprun $cpplast does not work, let's see...)"
3606                 fi
3607                 ;;
3608         esac
3609 else
3610         case "$cppstdin" in
3611         '') ;;
3612         *)
3613                 echo "Good old $cppstdin $cppminus does not seem to be of any help..."
3614                 ;;
3615         esac
3616 fi
3617
3618 if $ok; then
3619         : nothing
3620 elif echo 'Maybe "'"$cc"' -E" will work...'; \
3621         $cc -E <testcpp.c >testcpp.out 2>&1; \
3622         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3623         echo "Yup, it does."
3624         x_cpp="$cc -E"
3625         x_minus='';
3626 elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \
3627         $cc -E - <testcpp.c >testcpp.out 2>&1; \
3628         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3629         echo "Yup, it does."
3630         x_cpp="$cc -E"
3631         x_minus='-';
3632 elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \
3633         $cc -P <testcpp.c >testcpp.out 2>&1; \
3634         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3635         echo "Yipee, that works!"
3636         x_cpp="$cc -P"
3637         x_minus='';
3638 elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \
3639         $cc -P - <testcpp.c >testcpp.out 2>&1; \
3640         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3641         echo "At long last!"
3642         x_cpp="$cc -P"
3643         x_minus='-';
3644 elif echo 'No such luck, maybe "'$cpp'" will work...'; \
3645         $cpp <testcpp.c >testcpp.out 2>&1; \
3646         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3647         echo "It works!"
3648         x_cpp="$cpp"
3649         x_minus='';
3650 elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \
3651         $cpp - <testcpp.c >testcpp.out 2>&1; \
3652         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3653         echo "Hooray, it works!  I was beginning to wonder."
3654         x_cpp="$cpp"
3655         x_minus='-';
3656 elif echo 'Uh-uh.  Time to get fancy.  Trying a wrapper...'; \
3657         $wrapper <testcpp.c >testcpp.out 2>&1; \
3658         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3659         x_cpp="$wrapper"
3660         x_minus=''
3661         echo "Eureka!"
3662 else
3663         dflt=''
3664         rp="No dice.  I can't find a C preprocessor.  Name one:"
3665         . ./myread
3666         x_cpp="$ans"
3667         x_minus=''
3668         $x_cpp <testcpp.c >testcpp.out 2>&1
3669         if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3670                 echo "OK, that will do." >&4
3671         else
3672 echo "Sorry, I can't get that to work.  Go find one and rerun Configure." >&4
3673                 exit 1
3674         fi
3675 fi
3676
3677 case "$ok" in
3678 false)
3679         cppstdin="$x_cpp"
3680         cppminus="$x_minus"
3681         cpprun="$x_cpp"
3682         cpplast="$x_minus"
3683         set X $x_cpp
3684         shift
3685         case "$1" in
3686         "$cpp")
3687                 echo "Perhaps can we force $cc -E using a wrapper..."
3688                 if $wrapper <testcpp.c >testcpp.out 2>&1; \
3689                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3690                 then
3691                         echo "Yup, we can."
3692                         cppstdin="$wrapper"
3693                         cppminus='';
3694                 else
3695                         echo "Nope, we'll have to live without it..."
3696                 fi
3697                 ;;
3698         esac
3699         case "$cpprun" in
3700         "$wrapper")
3701                 cpprun=''
3702                 cpplast=''
3703                 ;;
3704         esac
3705         ;;
3706 esac
3707
3708 case "$cppstdin" in
3709 "$wrapper") ;;
3710 *) $rm -f $wrapper;;
3711 esac
3712 $rm -f testcpp.c testcpp.out
3713
3714 : Set private lib path
3715 case "$plibpth" in
3716 '') if ./mips; then
3717                 plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
3718         fi;;
3719 esac
3720 case "$libpth" in
3721 ' ') dlist='';;
3722 '') dlist="$loclibpth $plibpth $glibpth";;
3723 *) dlist="$libpth";;
3724 esac
3725
3726 : Now check and see which directories actually exist, avoiding duplicates
3727 libpth=''
3728 for xxx in $dlist
3729 do
3730     if $test -d $xxx; then
3731                 case " $libpth " in
3732                 *" $xxx "*) ;;
3733                 *) libpth="$libpth $xxx";;
3734                 esac
3735     fi
3736 done
3737 $cat <<'EOM'
3738
3739 Some systems have incompatible or broken versions of libraries.  Among
3740 the directories listed in the question below, please remove any you
3741 know not to be holding relevant libraries, and add any that are needed.
3742 Say "none" for none.
3743
3744 EOM
3745 case "$libpth" in
3746 '') dflt='none';;
3747 *)
3748         set X $libpth
3749         shift
3750         dflt=${1+"$@"}
3751         ;;
3752 esac
3753 rp="Directories to use for library searches?"
3754 . ./myread
3755 case "$ans" in
3756 none) libpth=' ';;
3757 *) libpth="$ans";;
3758 esac
3759
3760 : compute shared library extension
3761 case "$so" in
3762 '')
3763         if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
3764                 dflt='sl'
3765         else
3766                 dflt='so'
3767         fi
3768         ;;
3769 *) dflt="$so";;
3770 esac
3771 $cat <<EOM
3772
3773 On some systems, shared libraries may be available.  Answer 'none' if
3774 you want to suppress searching of shared libraries for the remaining
3775 of this configuration.
3776
3777 EOM
3778 rp='What is the file extension used for shared libraries?'
3779 . ./myread
3780 so="$ans"
3781
3782 : Define several unixisms.
3783 : Hints files or command line option can be used to override them.
3784 : The convoluted testing is in case hints files set either the old
3785 : or the new name.
3786 case "$_exe" in
3787 '')     case "$exe_ext" in
3788     '') ;;
3789         *)      _exe="$exe_ext" ;;
3790         esac
3791         ;;
3792 esac
3793 case "$_a" in
3794 '')     case "$lib_ext" in
3795     '') _a='.a';;
3796         *)      _a="$lib_ext" ;;
3797         esac
3798         ;;
3799 esac
3800 case "$_o" in
3801 '') case "$obj_ext" in
3802         '')     _o='.o';;
3803         *)      _o="$obj_ext";;
3804         esac
3805         ;;
3806 esac
3807 case "$p_" in
3808 '') case "$path_sep" in
3809         '')     p_=':';;
3810         *)      p_="$path_sep";;
3811         esac
3812         ;;
3813 esac
3814 exe_ext=$_exe
3815 lib_ext=$_a
3816 obj_ext=$_o
3817 path_sep=$p_
3818
3819 : Which makefile gets called first.  This is used by make depend.
3820 case "$firstmakefile" in
3821 '') firstmakefile='makefile';;
3822 esac
3823
3824 : Looking for optional libraries
3825 echo " "
3826 echo "Checking for optional libraries..." >&4
3827 case "$libs" in
3828 ' '|'') dflt='';;
3829 *) dflt="$libs";;
3830 esac
3831 case "$libswanted" in
3832 '') libswanted='c_s';;
3833 esac
3834 for thislib in $libswanted; do
3835         
3836         if xxx=`./loc lib$thislib.$so.[0-9]'*' X $libpth`;
3837                 $test -f "$xxx" -a "X$ignore_versioned_solibs" = "X"; then
3838                 echo "Found -l$thislib (shared)."
3839                 case " $dflt " in
3840                 *"-l$thislib "*);;
3841                 *) dflt="$dflt -l$thislib";;
3842                 esac
3843         elif xxx=`./loc lib$thislib.$so X $libpth` ; $test -f "$xxx"; then
3844                 echo "Found -l$thislib (shared)."
3845                 case " $dflt " in
3846                 *"-l$thislib "*);;
3847                 *) dflt="$dflt -l$thislib";;
3848                 esac
3849         elif xxx=`./loc lib$thislib$_a X $libpth`; $test -f "$xxx"; then
3850                 echo "Found -l$thislib."
3851                 case " $dflt " in
3852                 *"-l$thislib "*);;
3853                 *) dflt="$dflt -l$thislib";;
3854                 esac
3855         elif xxx=`./loc $thislib$_a X $libpth`; $test -f "$xxx"; then
3856                 echo "Found -l$thislib."
3857                 case " $dflt " in
3858                 *"-l$thislib "*);;
3859                 *) dflt="$dflt -l$thislib";;
3860                 esac
3861         elif xxx=`./loc lib${thislib}_s$_a X $libpth`; $test -f "$xxx"; then
3862                 echo "Found -l${thislib}_s."
3863                 case " $dflt " in
3864                 *"-l$thislib "*);;
3865                 *) dflt="$dflt -l${thislib}_s";;
3866                 esac
3867         elif xxx=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$xxx"; then
3868                 echo "Found -l$thislib."
3869                 case " $dflt " in
3870                 *"-l$thislib "*);;
3871                 *) dflt="$dflt -l$thislib";;
3872                 esac
3873         else
3874                 echo "No -l$thislib."
3875         fi
3876 done
3877 set X $dflt
3878 shift
3879 dflt="$*"
3880 case "$libs" in
3881 '') dflt="$dflt";;
3882 *) dflt="$libs";;
3883 esac
3884 case "$dflt" in
3885 ' '|'') dflt='none';;
3886 esac
3887
3888 $cat <<EOM
3889  
3890 Some versions of Unix support shared libraries, which make executables smaller
3891 but make load time slightly longer.
3892
3893 On some systems, mostly System V Release 3's, the shared library is included
3894 by putting the option "-lc_s" as the last thing on the cc command line when
3895 linking.  Other systems use shared libraries by default.  There may be other
3896 libraries needed to compile $package on your machine as well.  If your system
3897 needs the "-lc_s" option, include it here.  Include any other special libraries
3898 here as well.  Say "none" for none.
3899 EOM
3900
3901 echo " "
3902 rp="Any additional libraries?"
3903 . ./myread
3904 case "$ans" in
3905 none) libs=' ';;
3906 *) libs="$ans";;
3907 esac
3908
3909 : determine optimize, if desired, or use for debug flag also
3910 case "$optimize" in
3911 ' '|$undef) dflt='none';;
3912 '') dflt='-O';;
3913 *) dflt="$optimize";;
3914 esac
3915 $cat <<EOH
3916
3917 Some C compilers have problems with their optimizers.  By default, $package
3918 compiles with the -O flag to use the optimizer.  Alternately, you might want
3919 to use the symbolic debugger, which uses the -g flag (on traditional Unix
3920 systems).  Either flag can be specified here.  To use neither flag, specify
3921 the word "none".
3922
3923 EOH
3924 rp="What optimizer/debugger flag should be used?"
3925 . ./myread
3926 optimize="$ans"
3927 case "$optimize" in
3928 'none') optimize=" ";;
3929 esac
3930
3931 dflt=''
3932 : We will not override a previous value, but we might want to
3933 : augment a hint file
3934 case "$hint" in
3935 none|recommended)
3936         case "$gccversion" in
3937         1*) dflt='-fpcc-struct-return' ;;
3938         esac
3939         case "$optimize" in
3940         *-g*) dflt="$dflt -DDEBUGGING";;
3941         esac
3942         case "$gccversion" in
3943         2*) if test -d /etc/conf/kconfig.d &&
3944                         $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
3945                 then
3946                         dflt="$dflt -posix"
3947                 fi
3948                 ;;
3949         esac
3950         ;;
3951 esac
3952
3953 case "$mips_type" in
3954 *BSD*|'') inclwanted="$locincpth $usrinc";;
3955 *) inclwanted="$locincpth $inclwanted $usrinc/bsd";;
3956 esac
3957 for thisincl in $inclwanted; do
3958         if $test -d $thisincl; then
3959                 if $test x$thisincl != x$usrinc; then
3960                         case "$dflt" in
3961                         *$thisincl*);;
3962                         *) dflt="$dflt -I$thisincl";;
3963                         esac
3964                 fi
3965         fi
3966 done
3967
3968 inctest='if $contains $2 $usrinc/$1 >/dev/null 2>&1; then
3969         xxx=true;
3970 elif $contains $2 $usrinc/sys/$1 >/dev/null 2>&1; then
3971         xxx=true;
3972 else
3973         xxx=false;
3974 fi;
3975 if $xxx; then
3976         case "$dflt" in
3977         *$2*);;
3978         *) dflt="$dflt -D$2";;
3979         esac;
3980 fi'
3981
3982 if ./osf1; then
3983         set signal.h __LANGUAGE_C__; eval $inctest
3984 else
3985         set signal.h LANGUAGE_C; eval $inctest
3986 fi
3987
3988 case "$hint" in
3989 none|recommended) dflt="$ccflags $dflt" ;;
3990 *) dflt="$ccflags";;
3991 esac
3992
3993 case "$dflt" in
3994 ''|' ') dflt=none;;
3995 esac
3996 $cat <<EOH
3997
3998 Your C compiler may want other flags.  For this question you should include
3999 -I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
4000 but you should NOT include libraries or ld flags like -lwhatever.  If you
4001 want $package to honor its debug switch, you should include -DDEBUGGING here.
4002 Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
4003
4004 To use no flags, specify the word "none".
4005
4006 EOH
4007 set X $dflt
4008 shift
4009 dflt=${1+"$@"}
4010 rp="Any additional cc flags?"
4011 . ./myread
4012 case "$ans" in
4013 none) ccflags='';;
4014 *) ccflags="$ans";;
4015 esac
4016
4017 : the following weeds options from ccflags that are of no interest to cpp
4018 cppflags="$ccflags"
4019 case "$gccversion" in
4020 1*) cppflags="$cppflags -D__GNUC__"
4021 esac
4022 case "$mips_type" in
4023 '');;
4024 *BSD*) cppflags="$cppflags -DSYSTYPE_BSD43";;
4025 esac
4026 case "$cppflags" in
4027 '');;
4028 *)
4029         echo " "
4030         echo "Let me guess what the preprocessor flags are..." >&4
4031         set X $cppflags
4032         shift
4033         cppflags=''
4034         $cat >cpp.c <<'EOM'
4035 #define BLURFL foo
4036
4037 BLURFL xx LFRULB
4038 EOM
4039         previous=''
4040         for flag in $*
4041         do
4042                 case "$flag" in
4043                 -*) ftry="$flag";;
4044                 *) ftry="$previous $flag";;
4045                 esac
4046                 if $cppstdin -DLFRULB=bar $cppflags $ftry $cppminus <cpp.c \
4047                         >cpp1.out 2>/dev/null && \
4048                         $cpprun -DLFRULB=bar $cppflags $ftry $cpplast <cpp.c \
4049                         >cpp2.out 2>/dev/null && \
4050                         $contains 'foo.*xx.*bar' cpp1.out >/dev/null 2>&1 && \
4051                         $contains 'foo.*xx.*bar' cpp2.out >/dev/null 2>&1
4052                 then
4053                         cppflags="$cppflags $ftry"
4054                         previous=''
4055                 else
4056                         previous="$flag"
4057                 fi
4058         done
4059         set X $cppflags
4060         shift
4061         cppflags=${1+"$@"}
4062         case "$cppflags" in
4063         *-*)  echo "They appear to be: $cppflags";;
4064         esac
4065         $rm -f cpp.c cpp?.out
4066         ;;
4067 esac
4068
4069 : flags used in final linking phase
4070 case "$ldflags" in
4071 '') if ./venix; then
4072                 dflt='-i -z'
4073         else
4074                 dflt=''
4075         fi
4076         case "$ccflags" in
4077         *-posix*) dflt="$dflt -posix" ;;
4078         esac
4079         ;;
4080 *) dflt="$ldflags";;
4081 esac
4082
4083 : Try to guess additional flags to pick up local libraries.
4084 for thislibdir in $libpth; do
4085         case " $loclibpth " in
4086         *" $thislibdir "*)
4087                 case "$dflt " in 
4088                 *"-L$thislibdir "*) ;;
4089                 *)  dflt="$dflt -L$thislibdir" ;;
4090                 esac
4091                 ;;
4092         esac
4093 done
4094
4095 case "$dflt" in
4096 '') dflt='none' ;;
4097 esac
4098
4099 $cat <<EOH
4100
4101 Your C linker may need flags.  For this question you should
4102 include -L/whatever and any other flags used by the C linker, but you
4103 should NOT include libraries like -lwhatever.
4104
4105 Make sure you include the appropriate -L/path flags if your C linker
4106 does not normally search all of the directories you specified above,
4107 namely
4108         $libpth
4109 To use no flags, specify the word "none".
4110
4111 EOH
4112
4113 rp="Any additional ld flags (NOT including libraries)?"
4114 . ./myread
4115 case "$ans" in
4116 none) ldflags='';;
4117 *) ldflags="$ans";;
4118 esac
4119 rmlist="$rmlist pdp11"
4120
4121 : coherency check
4122 echo " "
4123 echo "Checking your choice of C compiler and flags for coherency..." >&4
4124 $cat > try.c <<'EOF'
4125 #include <stdio.h>
4126 main() { printf("Ok\n"); exit(0); }
4127 EOF
4128 set X $cc $optimize $ccflags -o try $ldflags try.c $libs
4129 shift
4130 $cat >try.msg <<'EOM'
4131 I've tried to compile and run the following simple program:
4132
4133 EOM
4134 $cat try.c
4135
4136 $cat >> try.msg <<EOM
4137
4138 I used the command:
4139
4140         $*
4141         ./try
4142
4143 and I got the following output:
4144
4145 EOM
4146 dflt=y
4147 if sh -c "$cc $optimize $ccflags -o try $ldflags try.c $libs" >>try.msg 2>&1; then
4148         if sh -c './try' >>try.msg 2>&1; then
4149                 xxx=`./try`
4150                 case "$xxx" in
4151                 "Ok") dflt=n ;;
4152                 *)      echo 'The program compiled OK, but produced no output.' >> try.msg
4153                         case " $libs " in
4154                         *" -lsfio "*)
4155                                 cat >> try.msg <<'EOQS'
4156 If $libs contains -lsfio, and sfio is mis-configured, then it
4157 sometimes (apparently) runs and exits with a 0 status, but with no
4158 output!  It may have to do with sfio's use of _exit vs. exit.
4159
4160 EOQS
4161                                 rp="You have a big problem.  Shall I abort Configure"
4162                                 dflt=y
4163                                 ;;
4164                         esac
4165                         ;;
4166                 esac
4167         else
4168                 echo "The program compiled OK, but exited with status $?." >>try.msg
4169                 rp="You have a problem.  Shall I abort Configure"
4170                 dflt=y
4171         fi
4172 else
4173         echo "I can't compile the test program." >>try.msg
4174         rp="You have a BIG problem.  Shall I abort Configure"
4175         dflt=y
4176 fi
4177 case "$dflt" in
4178 y)
4179         $cat try.msg >&4
4180         case "$knowitall" in
4181         '')
4182                 echo "(The supplied flags or libraries might be incorrect.)"
4183                 ;;
4184         *) dflt=n;;
4185         esac
4186         echo " "
4187         . ./myread
4188         case "$ans" in
4189         n*|N*) ;;
4190         *)      echo "Ok.  Stopping Configure." >&4
4191                 exit 1
4192                 ;;
4193         esac
4194         ;;
4195 n) echo "OK, that should do.";;
4196 esac
4197 $rm -f try try.* core
4198
4199 : determine filename position in cpp output
4200 echo " "
4201 echo "Computing filename position in cpp output for #include directives..." >&4
4202 echo '#include <stdio.h>' > foo.c
4203 $cat >fieldn <<EOF
4204 $startsh
4205 $cppstdin $cppflags $cppminus <foo.c 2>/dev/null | \
4206 $grep '^[       ]*#.*stdio\.h' | \
4207 while read cline; do
4208         pos=1
4209         set \$cline
4210         while $test \$# -gt 0; do
4211                 if $test -r \`echo \$1 | $tr -d '"'\`; then
4212                         echo "\$pos"
4213                         exit 0
4214                 fi
4215                 shift
4216                 pos=\`expr \$pos + 1\`
4217         done
4218 done
4219 EOF
4220 chmod +x fieldn
4221 fieldn=`./fieldn`
4222 $rm -f foo.c fieldn
4223 case $fieldn in
4224 '') pos='???';;
4225 1) pos=first;;
4226 2) pos=second;;
4227 3) pos=third;;
4228 *) pos="${fieldn}th";;
4229 esac
4230 echo "Your cpp writes the filename in the $pos field of the line."
4231
4232 : locate header file
4233 $cat >findhdr <<EOF
4234 $startsh
4235 wanted=\$1
4236 name=''
4237 if test -f $usrinc/\$wanted; then
4238         echo "$usrinc/\$wanted"
4239         exit 0
4240 fi
4241 awkprg='{ print \$$fieldn }'
4242 echo "#include <\$wanted>" > foo\$\$.c
4243 $cppstdin $cppminus $cppflags < foo\$\$.c 2>/dev/null | \
4244 $grep "^[       ]*#.*\$wanted" | \
4245 while read cline; do
4246         name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\`
4247         case "\$name" in
4248         */\$wanted) echo "\$name"; exit 0;;
4249         *) name='';;
4250         esac;
4251 done;
4252 $rm -f foo\$\$.c;
4253 case "\$name" in
4254 '') exit 1;;
4255 esac
4256 EOF
4257 chmod +x findhdr
4258
4259 : define an alternate in-header-list? function
4260 inhdr='echo " "; td=$define; tu=$undef; yyy=$@;
4261 cont=true; xxf="echo \"<\$1> found.\" >&4";
4262 case $# in 2) xxnf="echo \"<\$1> NOT found.\" >&4";;
4263 *) xxnf="echo \"<\$1> NOT found, ...\" >&4";;
4264 esac;
4265 case $# in 4) instead=instead;; *) instead="at last";; esac;
4266 while $test "$cont"; do
4267         xxx=`./findhdr $1`
4268         var=$2; eval "was=\$$2";
4269         if $test "$xxx" && $test -r "$xxx";
4270         then eval $xxf;
4271         eval "case \"\$$var\" in $undef) . ./whoa; esac"; eval "$var=\$td";
4272                 cont="";
4273         else eval $xxnf;
4274         eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu"; fi;
4275         set $yyy; shift; shift; yyy=$@;
4276         case $# in 0) cont="";;
4277         2) xxf="echo \"but I found <\$1> $instead.\" >&4";
4278                 xxnf="echo \"and I did not find <\$1> either.\" >&4";;
4279         *) xxf="echo \"but I found <\$1\> instead.\" >&4";
4280                 xxnf="echo \"there is no <\$1>, ...\" >&4";;
4281         esac;
4282 done;
4283 while $test "$yyy";
4284 do set $yyy; var=$2; eval "was=\$$2";
4285         eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu";
4286         set $yyy; shift; shift; yyy=$@;
4287 done'
4288
4289 : see if this is a malloc.h system
4290 set malloc.h i_malloc
4291 eval $inhdr
4292
4293 : see if stdlib is available
4294 set stdlib.h i_stdlib
4295 eval $inhdr
4296
4297 : determine which malloc to compile in
4298 echo " "
4299 case "$usemymalloc" in
4300 ''|[yY]*|true|$define)  dflt='y' ;;
4301 *)      dflt='n' ;;
4302 esac
4303 rp="Do you wish to attempt to use the malloc that comes with $package?"
4304 . ./myread
4305 usemymalloc="$ans"
4306 case "$ans" in
4307 y*|true)
4308         usemymalloc='y'
4309         mallocsrc='malloc.c'
4310         mallocobj="malloc$_o"
4311         d_mymalloc="$define"
4312         case "$libs" in
4313         *-lmalloc*)
4314                 : Remove malloc from list of libraries to use
4315                 echo "Removing unneeded -lmalloc from library list" >&4
4316                 set `echo X $libs | $sed -e 's/-lmalloc / /' -e 's/-lmalloc$//'`
4317                 shift
4318                 libs="$*"
4319                 echo "libs = $libs" >&4
4320                 ;;
4321         esac
4322         ;;
4323 *)
4324         usemymalloc='n'
4325         mallocsrc=''
4326         mallocobj=''
4327         d_mymalloc="$undef"
4328         ;;
4329 esac
4330
4331 : compute the return types of malloc and free
4332 echo " "
4333 $cat >malloc.c <<END
4334 #$i_malloc I_MALLOC
4335 #$i_stdlib I_STDLIB
4336 #include <stdio.h>
4337 #include <sys/types.h>
4338 #ifdef I_MALLOC
4339 #include <malloc.h>
4340 #endif
4341 #ifdef I_STDLIB
4342 #include <stdlib.h>
4343 #endif
4344 #ifdef TRY_MALLOC
4345 void *malloc();
4346 #endif
4347 #ifdef TRY_FREE
4348 void free();
4349 #endif
4350 END
4351 case "$malloctype" in
4352 '')
4353         if $cc $ccflags -c -DTRY_MALLOC malloc.c >/dev/null 2>&1; then
4354                 malloctype='void *'
4355         else
4356                 malloctype='char *'
4357         fi
4358         ;;
4359 esac
4360 echo "Your system wants malloc to return '$malloctype', it would seem." >&4
4361
4362 case "$freetype" in
4363 '')
4364         if $cc $ccflags -c -DTRY_FREE malloc.c >/dev/null 2>&1; then
4365                 freetype='void'
4366         else
4367                 freetype='int'
4368         fi
4369         ;;
4370 esac
4371 echo "Your system uses $freetype free(), it would seem." >&4
4372 $rm -f malloc.[co]
4373 : Cruising for prototypes
4374 echo " "
4375 echo "Checking out function prototypes..." >&4
4376 $cat >prototype.c <<'EOCP'
4377 main(int argc, char *argv[]) {
4378         exit(0);}
4379 EOCP
4380 if $cc $ccflags -c prototype.c >prototype.out 2>&1 ; then
4381         echo "Your C compiler appears to support function prototypes."
4382         val="$define"
4383 else
4384         echo "Your C compiler doesn't seem to understand function prototypes."
4385         val="$undef"
4386 fi
4387 set prototype
4388 eval $setvar
4389 $rm -f prototype*
4390
4391 case "$prototype" in
4392 "$define") ;;
4393 *)      ansi2knr='ansi2knr'
4394         echo " "
4395         cat <<EOM >&4
4396
4397 $me:  FATAL ERROR:
4398 This version of $package can only be compiled by a compiler that 
4399 understands function prototypes.  Unfortunately, your C compiler 
4400         $cc $ccflags
4401 doesn't seem to understand them.  Sorry about that.
4402
4403 If GNU cc is available for your system, perhaps you could try that instead.  
4404
4405 Eventually, we hope to support building Perl with pre-ANSI compilers.
4406 If you would like to help in that effort, please contact <perlbug@perl.org>.
4407
4408 Aborting Configure now.
4409 EOM
4410         exit 2
4411         ;;
4412 esac
4413
4414 : determine where public executables go
4415 echo " "
4416 set dflt bin bin
4417 eval $prefixit
4418 fn=d~
4419 rp='Pathname where the public executables will reside?'
4420 . ./getfile
4421 if $test "X$ansexp" != "X$binexp"; then
4422         installbin=''
4423 fi
4424 bin="$ans"
4425 binexp="$ansexp"
4426 if $afs; then
4427         $cat <<EOM
4428
4429 Since you are running AFS, I need to distinguish the directory in which
4430 executables reside from the directory in which they are installed (and from
4431 which they are presumably copied to the former directory by occult means).
4432
4433 EOM
4434         case "$installbin" in
4435         '') dflt=`echo $binexp | sed 's#^/afs/#/afs/.#'`;;
4436         *) dflt="$installbin";;
4437         esac
4438         fn=de~
4439         rp='Where will public executables be installed?'
4440         . ./getfile
4441         installbin="$ans"
4442 else
4443         installbin="$binexp"
4444 fi
4445
4446 : define a shorthand compile call
4447 compile='
4448 mc_file=$1;
4449 shift;
4450 $cc $optimize $ccflags $ldflags -o ${mc_file} $* ${mc_file}.c $libs > /dev/null 2>&1;'
4451 : define a shorthand compile call for compilations that should be ok.
4452 compile_ok='
4453 mc_file=$1;
4454 shift;
4455 $cc $optimize $ccflags $ldflags -o ${mc_file} $* ${mc_file}.c $libs;'
4456
4457 echo " "
4458 echo "Checking for GNU C Library..." >&4
4459 cat >gnulibc.c <<EOM
4460 #include <stdio.h>
4461 int
4462 main()
4463 {
4464 #ifdef __GLIBC__
4465     exit(0);
4466 #else
4467     exit(1);
4468 #endif
4469 }
4470 EOM
4471 set gnulibc
4472 if eval $compile_ok && ./gnulibc; then
4473         val="$define"
4474         echo "You are using the GNU C Library"
4475 else
4476         val="$undef"
4477         echo "You are not using the GNU C Library"
4478 fi
4479 $rm -f gnulibc*
4480 set d_gnulibc
4481 eval $setvar
4482
4483 : see if nm is to be used to determine whether a symbol is defined or not
4484 case "$usenm" in
4485 '')
4486         dflt=''
4487         case "$d_gnulibc" in
4488         "$define")
4489                 echo " "
4490                 echo "nm probably won't work on the GNU C Library." >&4
4491                 dflt=n
4492                 ;;
4493         esac
4494         case "$dflt" in
4495         '') 
4496                 if $test "$osname" = aix -a ! -f /lib/syscalls.exp; then
4497                         echo " "
4498                         echo "Whoops!  This is an AIX system without /lib/syscalls.exp!" >&4
4499                         echo "'nm' won't be sufficient on this sytem." >&4
4500                         dflt=n
4501                 fi
4502                 ;;
4503         esac
4504         case "$dflt" in
4505         '') dflt=`$egrep 'inlibc|csym' $rsrc/Configure | wc -l 2>/dev/null`
4506                 if $test $dflt -gt 20; then
4507                         dflt=y
4508                 else
4509                         dflt=n
4510                 fi
4511                 ;;
4512         esac
4513         ;;
4514 *)
4515         case "$usenm" in
4516         true|$define) dflt=y;;
4517         *) dflt=n;;
4518         esac
4519         ;;
4520 esac
4521 $cat <<EOM
4522
4523 I can use $nm to extract the symbols from your C libraries. This
4524 is a time consuming task which may generate huge output on the disk (up
4525 to 3 megabytes) but that should make the symbols extraction faster. The
4526 alternative is to skip the 'nm' extraction part and to compile a small
4527 test program instead to determine whether each symbol is present. If
4528 you have a fast C compiler and/or if your 'nm' output cannot be parsed,
4529 this may be the best solution.
4530
4531 You probably shouldn't let me use 'nm' if you are using the GNU C Library.
4532
4533 EOM
4534 rp="Shall I use $nm to extract C symbols from the libraries?"
4535 . ./myread
4536 case "$ans" in
4537 [Nn]*) usenm=false;;
4538 *) usenm=true;;
4539 esac
4540
4541 runnm=$usenm
4542 case "$reuseval" in
4543 true) runnm=false;;
4544 esac
4545
4546 : nm options which may be necessary
4547 case "$nm_opt" in
4548 '') if $test -f /mach_boot; then
4549                 nm_opt=''       # Mach
4550         elif $test -d /usr/ccs/lib; then
4551                 nm_opt='-p'     # Solaris (and SunOS?)
4552         elif $test -f /dgux; then
4553                 nm_opt='-p'     # DG-UX
4554         elif $test -f /lib64/rld; then
4555                 nm_opt='-p'     # 64-bit Irix
4556         else
4557                 nm_opt=''
4558         fi;;
4559 esac
4560
4561 : nm options which may be necessary for shared libraries but illegal
4562 : for archive libraries.  Thank you, Linux.
4563 case "$nm_so_opt" in
4564 '')     case "$myuname" in
4565         *linux*)
4566                 if $nm --help | $grep 'dynamic' > /dev/null 2>&1; then
4567                         nm_so_opt='--dynamic'
4568                 fi
4569                 ;;
4570         esac
4571         ;;
4572 esac
4573
4574 case "$runnm" in
4575 true)
4576 : get list of predefined functions in a handy place
4577 echo " "
4578 case "$libc" in
4579 '') libc=unknown
4580         case "$libs" in
4581         *-lc_s*) libc=`./loc libc_s$_a $libc $libpth`
4582         esac
4583         ;;
4584 esac
4585 libnames='';
4586 case "$libs" in
4587 '') ;;
4588 *)  for thislib in $libs; do
4589         case "$thislib" in
4590         -lc|-lc_s)
4591                 : Handle C library specially below.
4592                 ;;
4593         -l*)
4594                 thislib=`echo $thislib | $sed -e 's/^-l//'`
4595                 if try=`./loc lib$thislib.$so.'*' X $libpth`; $test -f "$try"; then
4596                         :
4597                 elif try=`./loc lib$thislib.$so X $libpth`; $test -f "$try"; then
4598                         :
4599                 elif try=`./loc lib$thislib$_a X $libpth`; $test -f "$try"; then
4600                         :
4601                 elif try=`./loc $thislib$_a X $libpth`; $test -f "$try"; then
4602                         :
4603                 elif try=`./loc lib$thislib X $libpth`; $test -f "$try"; then
4604                         :
4605                 elif try=`./loc $thislib X $libpth`; $test -f "$try"; then
4606                         :
4607                 elif try=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$try"; then
4608                         :
4609                 else
4610                         try=''
4611                 fi
4612                 libnames="$libnames $try"
4613                 ;;
4614         *) libnames="$libnames $thislib" ;;
4615         esac
4616         done
4617         ;;
4618 esac
4619 xxx=normal
4620 case "$libc" in
4621 unknown)
4622         set /lib/libc.$so
4623         for xxx in $libpth; do
4624                 $test -r $1 || set $xxx/libc.$so
4625                 : The messy sed command sorts on library version numbers.
4626                 $test -r $1 || \
4627                         set `echo blurfl; echo $xxx/libc.$so.[0-9]* | \
4628                         tr ' ' $trnl | egrep -v '\.[A-Za-z]*$' | $sed -e '
4629                                 h
4630                                 s/[0-9][0-9]*/0000&/g
4631                                 s/0*\([0-9][0-9][0-9][0-9][0-9]\)/\1/g
4632                                 G
4633                                 s/\n/ /' | \
4634                          sort | $sed -e 's/^.* //'`
4635                 eval set \$$#
4636         done
4637         $test -r $1 || set /usr/ccs/lib/libc.$so
4638         $test -r $1 || set /lib/libsys_s$_a
4639         ;;
4640 *)
4641         set blurfl
4642         ;;
4643 esac
4644 if $test -r "$1"; then
4645         echo "Your (shared) C library seems to be in $1."
4646         libc="$1"
4647 elif $test -r /lib/libc && $test -r /lib/clib; then
4648         echo "Your C library seems to be in both /lib/clib and /lib/libc."
4649         xxx=apollo
4650         libc='/lib/clib /lib/libc'
4651         if $test -r /lib/syslib; then
4652                 echo "(Your math library is in /lib/syslib.)"
4653                 libc="$libc /lib/syslib"
4654         fi
4655 elif $test -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
4656         echo "Your C library seems to be in $libc, as you said before."
4657 elif $test -r $incpath/usr/lib/libc$_a; then
4658         libc=$incpath/usr/lib/libc$_a;
4659         echo "Your C library seems to be in $libc.  That's fine."
4660 elif $test -r /lib/libc$_a; then
4661         libc=/lib/libc$_a;
4662         echo "Your C library seems to be in $libc.  You're normal."
4663 else
4664         if tans=`./loc libc$_a blurfl/dyick $libpth`; $test -r "$tans"; then
4665                 :
4666         elif tans=`./loc libc blurfl/dyick $libpth`; $test -r "$tans"; then
4667                 libnames="$libnames "`./loc clib blurfl/dyick $libpth`
4668         elif tans=`./loc clib blurfl/dyick $libpth`; $test -r "$tans"; then
4669                 :
4670         elif tans=`./loc Slibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
4671                 :
4672         elif tans=`./loc Mlibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
4673                 :
4674         else
4675                 tans=`./loc Llibc$_a blurfl/dyick $xlibpth`
4676         fi
4677         if $test -r "$tans"; then
4678                 echo "Your C library seems to be in $tans, of all places."
4679                 libc=$tans
4680         else
4681                 libc='blurfl'
4682         fi
4683 fi
4684 if $test $xxx = apollo -o -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
4685         dflt="$libc"
4686         cat <<EOM
4687
4688 If the guess above is wrong (which it might be if you're using a strange
4689 compiler, or your machine supports multiple models), you can override it here.
4690
4691 EOM
4692 else
4693         dflt=''
4694         echo $libpth | tr ' ' $trnl | sort | uniq > libpath
4695         cat >&4 <<EOM
4696 I can't seem to find your C library.  I've looked in the following places:
4697
4698 EOM
4699         $sed 's/^/      /' libpath
4700         cat <<EOM
4701
4702 None of these seems to contain your C library. I need to get its name...
4703
4704 EOM
4705 fi
4706 fn=f
4707 rp='Where is your C library?'
4708 . ./getfile
4709 libc="$ans"
4710
4711 echo " "
4712 echo $libc $libnames | tr ' ' $trnl | sort | uniq > libnames
4713 set X `cat libnames`
4714 shift
4715 xxx=files
4716 case $# in 1) xxx=file; esac
4717 echo "Extracting names from the following $xxx for later perusal:" >&4
4718 echo " "
4719 $sed 's/^/      /' libnames >&4
4720 echo " "
4721 $echo $n "This may take a while...$c" >&4
4722
4723 for file in $*; do
4724         case $file in
4725         *$so*) $nm $nm_so_opt $nm_opt $file 2>/dev/null;;
4726         *) $nm $nm_opt $file 2>/dev/null;;
4727         esac
4728 done >libc.tmp
4729
4730 $echo $n ".$c"
4731 $grep fprintf libc.tmp > libc.ptf
4732 xscan='eval "<libc.ptf $com >libc.list"; $echo $n ".$c" >&4'
4733 xrun='eval "<libc.tmp $com >libc.list"; echo "done" >&4'
4734 xxx='[ADTSIW]'
4735 if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx  *_[_.]*//p' -e 's/^.* $xxx  *//p'";\
4736         eval $xscan;\
4737         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4738                 eval $xrun
4739 elif com="$sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p'";\
4740         eval $xscan;\
4741         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4742                 eval $xrun
4743 elif com="$sed -n -e '/|UNDEF/d' -e '/FUNC..GL/s/^.*|__*//p'";\
4744         eval $xscan;\
4745         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4746                 eval $xrun
4747 elif com="$sed -n -e 's/^.* D __*//p' -e 's/^.* D //p'";\
4748         eval $xscan;\
4749         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4750                 eval $xrun
4751 elif com="$sed -n -e 's/^_//' -e 's/^\([a-zA-Z_0-9]*\).*xtern.*text.*/\1/p'";\
4752         eval $xscan;\
4753         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4754                 eval $xrun
4755 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p'";\
4756         eval $xscan;\
4757         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4758                 eval $xrun
4759 elif com="$grep '|' | $sed -n -e '/|COMMON/d' -e '/|DATA/d' \
4760                                 -e '/ file/d' -e 's/^\([^       ]*\).*/\1/p'";\
4761         eval $xscan;\
4762         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4763                 eval $xrun
4764 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p' -e 's/^.*|FUNC |WEAK .*|//p'";\
4765         eval $xscan;\
4766         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4767                 eval $xrun
4768 elif com="$sed -n -e 's/^__//' -e '/|Undef/d' -e '/|Proc/s/ .*//p'";\
4769         eval $xscan;\
4770         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4771                 eval $xrun
4772 elif com="$sed -n -e 's/^.*|Proc .*|Text *| *//p'";\
4773         eval $xscan;\
4774         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4775                 eval $xrun
4776 elif com="$sed -n -e '/Def. Text/s/.* \([^ ]*\)\$/\1/p'";\
4777         eval $xscan;\
4778         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4779                 eval $xrun
4780 elif com="$sed -n -e 's/^[-0-9a-f ]*_\(.*\)=.*/\1/p'";\
4781         eval $xscan;\
4782         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4783                 eval $xrun
4784 elif com="$sed -n -e 's/.*\.text n\ \ \ \.//p'";\
4785         eval $xscan;\
4786         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
4787                 eval $xrun
4788 else
4789         $nm -p $* 2>/dev/null >libc.tmp
4790         $grep fprintf libc.tmp > libc.ptf
4791         if com="$sed -n -e 's/^.* [ADTSIW]  *_[_.]*//p' -e 's/^.* [ADTSIW] //p'";\
4792                 eval $xscan; $contains '^fprintf$' libc.list >/dev/null 2>&1
4793         then
4794                 nm_opt='-p'
4795                 eval $xrun
4796         else
4797                 echo " "
4798                 echo "$nm didn't seem to work right. Trying $ar instead..." >&4
4799                 com=''
4800                 if $ar t $libc > libc.tmp && $contains '^fprintf$' libc.tmp >/dev/null 2>&1; then
4801                         for thisname in $libnames $libc; do
4802                                 $ar t $thisname >>libc.tmp
4803                         done
4804                         $sed -e "s/\\$_o\$//" < libc.tmp > libc.list
4805                         echo "Ok." >&4
4806                 elif test "X$osname" = "Xos2" && $ar tv $libc > libc.tmp; then
4807                         # Repeat libc to extract forwarders to DLL entries too
4808                         for thisname in $libnames $libc; do
4809                                 $ar tv $thisname >>libc.tmp
4810                                 # Revision 50 of EMX has bug in $ar.
4811                                 # it will not extract forwarders to DLL entries
4812                                 # Use emximp which will extract exactly them.
4813                                 emximp -o tmp.imp $thisname \
4814                                     2>/dev/null && \
4815                                     $sed -e 's/^\([_a-zA-Z0-9]*\) .*$/\1/p' \
4816                                     < tmp.imp >>libc.tmp
4817                                 $rm tmp.imp
4818                         done
4819                         $sed -e "s/\\$_o\$//" -e 's/^ \+//' < libc.tmp > libc.list
4820                         echo "Ok." >&4
4821                 else
4822                         echo "$ar didn't seem to work right." >&4
4823                         echo "Maybe this is a Cray...trying bld instead..." >&4
4824                         if bld t $libc | $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" > libc.list
4825                         then
4826                                 for thisname in $libnames; do
4827                                         bld t $libnames | \
4828                                         $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" >>libc.list
4829                                         $ar t $thisname >>libc.tmp
4830                                 done
4831                                 echo "Ok." >&4
4832                         else
4833                                 echo "That didn't work either.  Giving up." >&4
4834                                 exit 1
4835                         fi
4836                 fi
4837         fi
4838 fi
4839 nm_extract="$com"
4840 if $test -f /lib/syscalls.exp; then
4841         echo " "
4842         echo "Also extracting names from /lib/syscalls.exp for good ole AIX..." >&4
4843         $sed -n 's/^\([^        ]*\)[   ]*syscall$/\1/p' /lib/syscalls.exp >>libc.list
4844 fi
4845 ;;
4846 esac
4847 $rm -f libnames libpath
4848
4849 : see if dld is available
4850 set dld.h i_dld
4851 eval $inhdr
4852
4853 : is a C symbol defined?
4854 csym='tlook=$1;
4855 case "$3" in
4856 -v) tf=libc.tmp; tc=""; tdc="";;
4857 -a) tf=libc.tmp; tc="[0]"; tdc="[]";;
4858 *) tlook="^$1\$"; tf=libc.list; tc="()"; tdc="()";;
4859 esac;
4860 tx=yes;
4861 case "$reuseval-$4" in
4862 true-) ;;
4863 true-*) tx=no; eval "tval=\$$4"; case "$tval" in "") tx=yes;; esac;;
4864 esac;
4865 case "$tx" in
4866 yes)
4867         case "$runnm" in
4868         true)
4869                 if $contains $tlook $tf >/dev/null 2>&1;
4870                 then tval=true;
4871                 else tval=false;
4872                 fi;;
4873         *)
4874                 echo "main() { extern short $1$tdc; printf(\"%hd\", $1$tc); }" > t.c;
4875                 if $cc $optimize $ccflags $ldflags -o t t.c $libs >/dev/null 2>&1;
4876                 then tval=true;
4877                 else tval=false;
4878                 fi;
4879                 $rm -f t t.c;;
4880         esac;;
4881 *)
4882         case "$tval" in
4883         $define) tval=true;;
4884         *) tval=false;;
4885         esac;;
4886 esac;
4887 eval "$2=$tval"'
4888
4889 : define an is-in-libc? function
4890 inlibc='echo " "; td=$define; tu=$undef;
4891 sym=$1; var=$2; eval "was=\$$2";
4892 tx=yes;
4893 case "$reuseval$was" in
4894 true) ;;
4895 true*) tx=no;;
4896 esac;
4897 case "$tx" in
4898 yes)
4899         set $sym tres -f;
4900         eval $csym;
4901         case "$tres" in
4902         true)
4903                 echo "$sym() found." >&4;
4904                 case "$was" in $undef) . ./whoa; esac; eval "$var=\$td";;
4905         *)
4906                 echo "$sym() NOT found." >&4;
4907                 case "$was" in $define) . ./whoa; esac; eval "$var=\$tu";;
4908         esac;;
4909 *)
4910         case "$was" in
4911         $define) echo "$sym() found." >&4;;
4912         *) echo "$sym() NOT found." >&4;;
4913         esac;;
4914 esac'
4915
4916 : see if dlopen exists
4917 xxx_runnm="$runnm"
4918 runnm=false
4919 set dlopen d_dlopen
4920 eval $inlibc
4921 runnm="$xxx_runnm"
4922
4923 : determine which dynamic loading, if any, to compile in
4924 echo " "
4925 dldir="ext/DynaLoader"
4926 case "$usedl" in
4927 $define|y|true)
4928         dflt='y'
4929         usedl="$define"
4930         ;;
4931 $undef|n|false)
4932         dflt='n'
4933         usedl="$undef"
4934         ;;
4935 *) 
4936         dflt='n'
4937         case "$d_dlopen" in
4938             $define) dflt='y' ;;
4939         esac
4940         case "$i_dld" in
4941             $define) dflt='y' ;;
4942         esac
4943         : Does a dl_xxx.xs file exist for this operating system
4944         $test -f $rsrc/$dldir/dl_${osname}.xs && dflt='y'
4945         ;;
4946 esac
4947 rp="Do you wish to use dynamic loading?"
4948 . ./myread
4949 usedl="$ans"
4950 case "$ans" in
4951 y*) usedl="$define"
4952         case "$dlsrc" in
4953         '')
4954                 if $test -f $rsrc/$dldir/dl_${osname}.xs ; then
4955                         dflt="$dldir/dl_${osname}.xs"
4956                 elif $test "$d_dlopen" = "$define" ; then
4957                         dflt="$dldir/dl_dlopen.xs"
4958                 elif $test "$i_dld" = "$define" ; then
4959                         dflt="$dldir/dl_dld.xs"
4960                 else
4961                         dflt=''
4962                 fi
4963                 ;;
4964         *)      dflt="$dldir/$dlsrc"
4965                 ;;
4966         esac
4967     echo "The following dynamic loading files are available:"
4968         : Can not go over to $dldir because getfile has path hard-coded in.
4969         tdir=`pwd`; cd $rsrc; $ls -C $dldir/dl*.xs; cd $tdir
4970         rp="Source file to use for dynamic loading"
4971         fn="fne"
4972         # XXX This getfile call will fail the existence check if you try 
4973         # building away from $src (this is not supported yet).
4974         . ./getfile
4975         usedl="$define"
4976         : emulate basename
4977         dlsrc=`echo $ans | $sed -e 's@.*/\([^/]*\)$@\1@'`
4978
4979         $cat << EOM
4980
4981 Some systems may require passing special flags to $cc -c to
4982 compile modules that will be used to create a shared library.
4983 To use no flags, say "none".
4984
4985 EOM
4986     case "$cccdlflags" in
4987     '') case "$gccversion" in
4988                 '') case "$osname" in
4989                         hpux)   dflt='+z' ;;
4990                         next)   dflt='none' ;;
4991                         irix*)  dflt='-KPIC' ;;
4992                         svr4*|esix*|solaris) dflt='-KPIC' ;;
4993                         sunos)  dflt='-pic' ;;
4994                         *)      dflt='none' ;;
4995                     esac
4996                         ;;
4997                 *)  case "$osname" in
4998                         svr4*|esix*|solaris) dflt='-fPIC' ;;
4999                         *)      dflt='-fpic' ;;
5000                     esac ;;
5001             esac ;;
5002         ' ') dflt='none' ;;
5003     *)  dflt="$cccdlflags" ;;
5004     esac
5005     rp="Any special flags to pass to $cc -c to compile shared library modules?"
5006     . ./myread
5007     case "$ans" in
5008     none) cccdlflags=' ' ;;
5009     *) cccdlflags="$ans" ;;
5010     esac
5011
5012     cat << EOM
5013
5014 Some systems use ld to create libraries that can be dynamically loaded,
5015 while other systems (such as those using ELF) use $cc.
5016
5017 EOM
5018         case "$ld" in
5019         '')     $cat >try.c <<'EOM'
5020 /* Test for whether ELF binaries are produced */
5021 #include <fcntl.h>
5022 #include <stdlib.h>
5023 main() {
5024         char b[4];
5025         int i = open("a.out",O_RDONLY);
5026         if(i == -1) 
5027                 exit(1); /* fail */
5028         if(read(i,b,4)==4 && b[0]==127 && b[1]=='E' && b[2]=='L' && b[3]=='F')
5029                 exit(0); /* succeed (yes, it's ELF) */
5030         else
5031                 exit(1); /* fail */
5032 }
5033 EOM
5034                 if $cc $ccflags try.c >/dev/null 2>&1 && ./a.out; then
5035                         cat <<EOM
5036 You appear to have ELF support.  I'll use $cc to build dynamic libraries.
5037 EOM
5038                         dflt="$cc"
5039                 else
5040                         echo "I'll use ld to build dynamic libraries."
5041                         dflt='ld'
5042                 fi
5043                 rm -f try.c a.out
5044                 ;;
5045         *)      dflt="$ld"
5046                 ;;
5047         esac
5048
5049     rp="What command should be used to create dynamic libraries?"
5050     . ./myread
5051         ld="$ans"
5052
5053     cat << EOM
5054
5055 Some systems may require passing special flags to $ld to create a
5056 library that can be dynamically loaded.  If your ld flags include
5057 -L/other/path options to locate libraries outside your loader's normal
5058 search path, you may need to specify those -L options here as well.  To
5059 use no flags, say "none".
5060
5061 EOM
5062     case "$lddlflags" in
5063     '') case "$osname" in
5064                         hpux)  dflt='-b' ;;
5065                         linux|irix*)    dflt='-shared' ;;
5066                         next)  dflt='none' ;;
5067                         solaris) dflt='-G' ;;
5068                         sunos) dflt='-assert nodefinitions' ;;
5069                         svr4*|esix*) dflt="-G $ldflags" ;;
5070                 *)     dflt='none' ;;
5071                         esac
5072                         ;;
5073     *) dflt="$lddlflags" ;;
5074     esac
5075
5076         : Try to guess additional flags to pick up local libraries.
5077         for thisflag in $ldflags; do
5078                 case "$thisflag" in
5079                 -L*)
5080                         case " $dflt " in
5081                         *" $thisflag "*) ;;
5082                         *) dflt="$dflt $thisflag" ;;
5083                         esac
5084                         ;;
5085                 esac
5086         done
5087
5088         case "$dflt" in
5089         ''|' ') dflt='none' ;;
5090         esac
5091
5092     rp="Any special flags to pass to $ld to create a dynamically loaded library?"
5093     . ./myread
5094     case "$ans" in
5095     none) lddlflags=' ' ;;
5096     *) lddlflags="$ans" ;;
5097     esac
5098
5099         cat <<EOM
5100
5101 Some systems may require passing special flags to $cc to indicate that
5102 the resulting executable will use dynamic linking.  To use no flags,
5103 say "none".
5104
5105 EOM
5106     case "$ccdlflags" in
5107     '') case "$osname" in
5108                 hpux)   dflt='-Wl,-E' ;;
5109                 linux)  dflt='-rdynamic' ;;
5110                 next)   dflt='none' ;;
5111                 sunos)  dflt='none' ;;
5112                 *)      dflt='none' ;;
5113             esac ;;
5114     ' ')  dflt='none' ;;
5115     *)  dflt="$ccdlflags" ;;
5116     esac
5117     rp="Any special flags to pass to $cc to use dynamic loading?"
5118     . ./myread
5119     case "$ans" in
5120     none) ccdlflags=' ' ;;
5121     *) ccdlflags="$ans" ;;
5122     esac
5123     ;;
5124 *)  usedl="$undef"
5125         ld='ld'
5126     dlsrc='dl_none.xs'
5127     lddlflags=''
5128     ccdlflags=''
5129     ;;
5130 esac
5131
5132 also=''
5133 case "$usedl" in
5134 $undef)
5135         # No dynamic loading being used, so don't bother even to prompt.
5136         useshrplib='false'
5137         ;;
5138 *)      case "$useshrplib" in
5139         '')     case "$osname" in
5140                 svr4*|dgux|dynixptx|esix|powerux)
5141                         dflt=y
5142                         also='Building a shared libperl is required for dynamic loading to work on your system.'
5143                         ;;
5144                 next*)
5145                         case "$osvers" in
5146                         4*)     dflt=y
5147                                 also='Building a shared libperl is needed for MAB support.'
5148                                 ;;
5149                         *)      dflt=n
5150                                 ;;
5151                         esac
5152                         ;;
5153                 *)      dflt=n
5154                         ;;
5155                 esac
5156                 ;;
5157         $define|true|[Yy]*)
5158                 dflt=y
5159                 ;;
5160         *)      dflt=n
5161                 ;;
5162         esac
5163         $cat << EOM
5164
5165 The perl executable is normally obtained by linking perlmain.c with
5166 libperl${_a}, any static extensions (usually just DynaLoader), and
5167 any other libraries needed on this system (such as -lm, etc.).  Since
5168 your system supports dynamic loading, it is probably possible to build
5169 a shared libperl.$so.  If you will have more than one executable linked
5170 to libperl.$so, this will significantly reduce the size of each
5171 executable, but it may have a noticeable affect on performance.  The
5172 default is probably sensible for your system.
5173 $also
5174
5175 EOM
5176         rp="Build a shared libperl.$so (y/n)"
5177         . ./myread
5178         case "$ans" in
5179         true|$define|[Yy]*)
5180                 useshrplib='true'
5181                 # Why does next4 have to be so different?
5182                 case "${osname}${osvers}" in
5183                 next4*) xxx='DYLD_LIBRARY_PATH' ;;
5184                 os2*)   xxx='' ;; # Nothing special needed.
5185                 *)              xxx='LD_LIBRARY_PATH' ;;
5186                 esac
5187                 if test X"$xxx" != "X"; then
5188                         $cat <<EOM  | $tee -a ../config.msg >&4
5189
5190 To build perl, you must add the current working directory to your
5191 $xxx environment variable before running make.  You can do
5192 this with
5193    $xxx=\`pwd\`; export $xxx
5194 for Bourne-style shells, or
5195    setenv $xxx \`pwd\`
5196 for Csh-style shells.  You *MUST* do this before running make.
5197
5198 EOM
5199                 fi
5200                 ;;
5201         *)      useshrplib='false' ;;
5202         esac
5203         ;;
5204 esac
5205
5206 case "$useshrplib" in
5207 true)
5208         case "$libperl" in
5209         '')
5210                 # Figure out a good name for libperl.so.  Since it gets stored in
5211                 # a version-specific architecture-dependent library, the version
5212                 # number isn't really that important, except for making cc/ld happy.
5213                 #
5214                 # A name such as libperl.so.3.1
5215                 majmin="libperl.$so.$patchlevel.$subversion"
5216                 # A name such as libperl.so.301
5217                 majonly=`echo $patchlevel $subversion |
5218                         $awk '{printf "%d%02d", $1, $2}'`
5219                 majonly=libperl.$so.$majonly
5220                 # I'd prefer to keep the os-specific stuff here to a minimum, and
5221                 # rely on figuring it out from the naming of libc.
5222                 case "${osname}${osvers}" in
5223                 next4*)
5224                         dflt=libperl.5.$so
5225                         # XXX How handle the --version stuff for MAB?
5226                         ;;
5227                 linux*)  # ld won't link with a bare -lperl otherwise.
5228                         dflt=libperl.$so
5229                         ;;
5230                 *)      # Try to guess based on whether libc has major.minor.
5231                         case "$libc" in
5232                         *libc.$so.[0-9]*.[0-9]*) dflt=$majmin ;;
5233                         *libc.$so.[0-9]*) dflt=$majonly ;;
5234                         *)      dflt=libperl.$so ;;
5235                         esac
5236                         ;;
5237                 esac
5238                 ;;
5239         *)      dflt=$libperl
5240                 ;;
5241         esac
5242         cat << EOM
5243
5244 I need to select a good name for the shared libperl.  If your system uses
5245 library names with major and minor numbers, then you might want something
5246 like $majmin.  Alternatively, if your system uses a single version
5247 number for shared libraries, then you might want to use $majonly.
5248 Or, your system might be quite happy with a simple libperl.$so.
5249
5250 Since the shared libperl will get installed into a version-specific
5251 architecture-dependent directory, the version number of the shared perl
5252 library probably isn't important, so the default should be o.k.
5253
5254 EOM
5255         rp='What name do you want to give to the shared libperl?'
5256         . ./myread
5257         libperl=$ans
5258         echo "Ok, I'll use $libperl"
5259         ;;
5260 *)
5261         libperl="libperl${_a}"
5262         ;;
5263 esac
5264
5265 # Detect old use of shrpdir via undocumented Configure -Dshrpdir
5266 case "$shrpdir" in
5267 '') ;;
5268 *)      $cat >&4 <<EOM
5269 WARNING:  Use of the shrpdir variable for the installation location of
5270 the shared $libperl is not supported.  It was never documented and
5271 will not work in this version.  Let me (jhi@iki.fi)
5272 know of any problems this may cause.
5273
5274 EOM
5275         case "$shrpdir" in
5276         "$archlibexp/CORE")
5277                 $cat >&4 <<EOM
5278 But your current setting of $shrpdir is
5279 the default anyway, so it's harmless.
5280 EOM
5281                 ;;
5282         *)
5283                 $cat >&4 <<EOM
5284 Further, your current attempted setting of $shrpdir
5285 conflicts with the value of $archlibexp/CORE
5286 that installperl will use.
5287 EOM
5288                 ;;
5289         esac
5290         ;;
5291 esac
5292
5293 # How will the perl executable find the installed shared $libperl?
5294 # Add $xxx to ccdlflags.
5295 # If we can't figure out a command-line option, use $shrpenv to
5296 # set env LD_RUN_PATH.  The main perl makefile uses this.
5297 shrpdir=$archlibexp/CORE
5298 xxx=''
5299 tmp_shrpenv=''
5300 if "$useshrplib"; then
5301     case "$osname" in 
5302         aix)
5303                 # We'll set it in Makefile.SH...
5304                 ;;
5305         solaris|netbsd)
5306                 xxx="-R $shrpdir"
5307                 ;;
5308         freebsd)
5309                 xxx="-Wl,-R$shrpdir"
5310                 ;;
5311         linux|irix*|dec_osf)
5312                 xxx="-Wl,-rpath,$shrpdir"
5313                 ;;
5314         next)
5315                 # next doesn't like the default...
5316                 ;;
5317         *)
5318                 tmp_shrpenv="env LD_RUN_PATH=$shrpdir"
5319                 ;;
5320         esac
5321         case "$xxx" in
5322         '') ;;
5323         *)      
5324                 # Only add $xxx if it isn't already in ccdlflags.
5325                 case " $ccdlflags " in
5326                 *" $xxx "*)     ;;
5327                 *)      ccdlflags="$ccdlflags $xxx"
5328                         cat <<EOM >&4
5329
5330 Adding $xxx to the flags
5331 passed to $ld so that the perl executable will find the 
5332 installed shared $libperl.
5333
5334 EOM
5335                         ;;
5336                 esac
5337                 ;;
5338         esac
5339 fi
5340 # Respect a hint or command-line value.
5341 case "$shrpenv" in
5342 '') shrpenv="$tmp_shrpenv" ;;
5343 esac
5344
5345 : determine where manual pages go
5346 set man1dir man1dir none
5347 eval $prefixit
5348 $cat <<EOM
5349
5350 $spackage has manual pages available in source form.
5351 EOM
5352 case "$nroff" in
5353 nroff)
5354         echo "However, you don't have nroff, so they're probably useless to you."
5355         case "$man1dir" in
5356         '') man1dir="none";;
5357         esac;;
5358 esac
5359 echo "If you don't want the manual sources installed, answer 'none'."
5360 case "$man1dir" in
5361 ' ') dflt=none
5362         ;;
5363 '')
5364         lookpath="$prefixexp/man/man1 $prefixexp/man/l_man/man1"
5365         lookpath="$lookpath $prefixexp/man/p_man/man1"
5366         lookpath="$lookpath $prefixexp/man/u_man/man1"
5367         lookpath="$lookpath $prefixexp/man/man.1"
5368         case "$sysman" in
5369         */?_man*)       dflt=`./loc . $prefixexp/l_man/man1 $lookpath` ;;
5370         *)      dflt=`./loc . $prefixexp/man/man1 $lookpath` ;;
5371         esac
5372         set dflt
5373         eval $prefixup
5374         ;;
5375 *)  dflt="$man1dir"
5376         ;;
5377 esac
5378 echo " "
5379 fn=dn+~
5380 rp="Where do the main $spackage manual pages (source) go?"
5381 . ./getfile
5382 if $test "X$man1direxp" != "X$ansexp"; then
5383         installman1dir=''
5384 fi
5385 man1dir="$ans"
5386 man1direxp="$ansexp"
5387 case "$man1dir" in
5388 '') man1dir=' '
5389         installman1dir='';;
5390 esac
5391 if $afs; then
5392         $cat <<EOM
5393
5394 Since you are running AFS, I need to distinguish the directory in which
5395 manual pages reside from the directory in which they are installed (and from
5396 which they are presumably copied to the former directory by occult means).
5397
5398 EOM
5399         case "$installman1dir" in
5400         '') dflt=`echo $man1direxp | sed 's#^/afs/#/afs/.#'`;;
5401         *) dflt="$installman1dir";;
5402         esac
5403         fn=de~
5404         rp='Where will man pages be installed?'
5405         . ./getfile
5406         installman1dir="$ans"
5407 else
5408         installman1dir="$man1direxp"
5409 fi
5410
5411 : What suffix to use on installed man pages
5412
5413 case "$man1dir" in
5414 ' ')
5415         man1ext='0'
5416         ;;
5417 *)
5418         rp="What suffix should be used for the main $spackage man pages?"
5419         case "$man1ext" in
5420         '')     case "$man1dir" in
5421                 *1)  dflt=1 ;;
5422                 *1p) dflt=1p ;;
5423                 *1pm) dflt=1pm ;;
5424                 *l) dflt=l;;
5425                 *n) dflt=n;;
5426                 *o) dflt=o;;
5427                 *p) dflt=p;;
5428                 *C) dflt=C;;
5429                 *L) dflt=L;;
5430                 *L1) dflt=L1;;
5431                 *) dflt=1;;
5432                 esac
5433                 ;;
5434         *)      dflt="$man1ext";;
5435         esac
5436         . ./myread
5437         man1ext="$ans"
5438         ;;
5439 esac
5440
5441 : see if we can have long filenames
5442 echo " "
5443 rmlist="$rmlist /tmp/cf$$"
5444 $test -d /tmp/cf$$ || mkdir /tmp/cf$$
5445 first=123456789abcdef
5446 second=/tmp/cf$$/$first
5447 $rm -f $first $second
5448 if (echo hi >$first) 2>/dev/null; then
5449         if $test -f 123456789abcde; then
5450                 echo 'You cannot have filenames longer than 14 characters.  Sigh.' >&4
5451                 val="$undef"
5452         else
5453                 if (echo hi >$second) 2>/dev/null; then
5454                         if $test -f /tmp/cf$$/123456789abcde; then
5455                                 $cat <<'EOM'
5456 That's peculiar... You can have filenames longer than 14 characters, but only
5457 on some of the filesystems.  Maybe you are using NFS.  Anyway, to avoid problems
5458 I shall consider your system cannot support long filenames at all.
5459 EOM
5460                                 val="$undef"
5461                         else
5462                                 echo 'You can have filenames longer than 14 characters.' >&4
5463                                 val="$define"
5464                         fi
5465                 else
5466                         $cat <<'EOM'
5467 How confusing! Some of your filesystems are sane enough to allow filenames
5468 longer than 14 characters but some others like /tmp can't even think about them.
5469 So, for now on, I shall assume your kernel does not allow them at all.
5470 EOM
5471                         val="$undef"
5472                 fi
5473         fi
5474 else
5475         $cat <<'EOM'
5476 You can't have filenames longer than 14 chars.  You can't even think about them!
5477 EOM
5478         val="$undef"
5479 fi 
5480 set d_flexfnam
5481 eval $setvar
5482 $rm -rf /tmp/cf$$ 123456789abcde*
5483
5484 : determine where library module manual pages go
5485 set man3dir man3dir none
5486 eval $prefixit
5487 $cat <<EOM
5488
5489 $spackage has manual pages for many of the library modules.
5490 EOM
5491
5492 case "$nroff" in
5493 nroff)
5494         $cat <<'EOM'
5495 However, you don't have nroff, so they're probably useless to you.
5496 EOM
5497         case "$man3dir" in
5498         '') man3dir="none";;
5499         esac;;
5500 esac
5501
5502 case "$d_flexfnam" in
5503 undef)
5504         $cat <<'EOM'
5505 However, your system can't handle the long file names like File::Basename.3. 
5506 EOM
5507         case "$man3dir" in
5508         '') man3dir="none";;
5509         esac;;
5510 esac
5511
5512 echo "If you don't want the manual sources installed, answer 'none'."
5513 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
5514 case "$man3dir" in
5515 '')     case "$prefix" in 
5516         *$prog*) dflt=`echo $man1dir | 
5517                         $sed -e 's/man1/man3/g' -e 's/man\.1/man\.3/g'` ;;
5518         *)      dflt="$privlib/man/man3" ;;
5519         esac
5520         ;;
5521 ' ') dflt=none;;
5522 *)      dflt="$man3dir" ;;
5523 esac
5524 echo " "
5525
5526 fn=dn+~
5527 rp="Where do the $package library man pages (source) go?"
5528 . ./getfile
5529 if test "X$man3direxp" != "X$ansexp"; then
5530         installman3dir=''
5531 fi
5532
5533 man3dir="$ans"
5534 man3direxp="$ansexp"
5535 case "$man3dir" in
5536 '') man3dir=' '
5537         installman3dir='';;
5538 esac
5539 if $afs; then
5540         $cat <<EOM
5541
5542 Since you are running AFS, I need to distinguish the directory in which
5543 manual pages reside from the directory in which they are installed (and from
5544 which they are presumably copied to the former directory by occult means).
5545
5546 EOM
5547         case "$installman3dir" in
5548         '') dflt=`echo $man3direxp | sed 's#^/afs/#/afs/.#'`;;
5549         *) dflt="$installman3dir";;
5550         esac
5551         fn=de~
5552         rp='Where will man pages be installed?'
5553         . ./getfile
5554         installman3dir="$ans"
5555 else
5556         installman3dir="$man3direxp"
5557 fi
5558
5559 : What suffix to use on installed man pages
5560
5561 case "$man3dir" in
5562 ' ')
5563         man3ext='0'
5564         ;;
5565 *)
5566         rp="What suffix should be used for the $package library man pages?"
5567         case "$man3ext" in
5568         '')     case "$man3dir" in
5569                 *3)  dflt=3 ;;
5570                 *3p) dflt=3p ;;
5571                 *3pm) dflt=3pm ;;
5572                 *l) dflt=l;;
5573                 *n) dflt=n;;
5574                 *o) dflt=o;;
5575                 *p) dflt=p;;
5576                 *C) dflt=C;;
5577                 *L) dflt=L;;
5578                 *L3) dflt=L3;;
5579                 *) dflt=3;;
5580                 esac
5581                 ;;
5582         *)      dflt="$man3ext";;
5583         esac
5584         . ./myread
5585         man3ext="$ans"
5586         ;;
5587 esac
5588
5589 : see if we have to deal with yellow pages, now NIS.
5590 if $test -d /usr/etc/yp || $test -d /etc/yp; then
5591         if $test -f /usr/etc/nibindd; then
5592                 echo " "
5593                 echo "I'm fairly confident you're on a NeXT."
5594                 echo " "
5595                 rp='Do you get the hosts file via NetInfo?'
5596                 dflt=y
5597                 case "$hostcat" in
5598                 nidump*) ;;
5599                 '') ;;
5600                 *) dflt=n;;
5601                 esac
5602                 . ./myread
5603                 case "$ans" in
5604                 y*) hostcat='nidump hosts .';;
5605                 *)      case "$hostcat" in
5606                         nidump*) hostcat='';;
5607                         esac
5608                         ;;
5609                 esac
5610         fi
5611         case "$hostcat" in
5612         nidump*) ;;
5613         *)
5614                 case "$hostcat" in
5615                 *ypcat*) dflt=y;;
5616                 '') if $contains '^\+' /etc/passwd >/dev/null 2>&1; then
5617                                 dflt=y
5618                         else
5619                                 dflt=n
5620                         fi;;
5621                 *) dflt=n;;
5622                 esac
5623                 echo " "
5624                 rp='Are you getting the hosts file via yellow pages?'
5625                 . ./myread
5626                 case "$ans" in
5627                 y*) hostcat='ypcat hosts';;
5628                 *) hostcat='cat /etc/hosts';;
5629                 esac
5630                 ;;
5631         esac
5632 fi
5633 case "$hostcat" in
5634 '') hostcat='cat /etc/hosts';;
5635 esac
5636 case "$groupcat" in
5637 '') groupcat='cat /etc/group';;
5638 esac
5639 case "$passcat" in
5640 '') passcat='cat /etc/passwd';;
5641 esac
5642
5643 : now get the host name
5644 echo " "
5645 echo "Figuring out host name..." >&4
5646 case "$myhostname" in
5647 '') cont=true
5648         echo 'Maybe "hostname" will work...'
5649         if tans=`sh -c hostname 2>&1` ; then
5650                 myhostname=$tans
5651                 phostname=hostname
5652                 cont=''
5653         fi
5654         ;;
5655 *) cont='';;
5656 esac
5657 if $test "$cont"; then
5658         if ./xenix; then
5659                 echo 'Oh, dear.  Maybe "/etc/systemid" is the key...'
5660                 if tans=`cat /etc/systemid 2>&1` ; then
5661                         myhostname=$tans
5662                         phostname='cat /etc/systemid'
5663                         echo "Whadyaknow.  Xenix always was a bit strange..."
5664                         cont=''
5665                 fi
5666         elif $test -r /etc/systemid; then
5667                 echo "(What is a non-Xenix system doing with /etc/systemid?)"
5668         fi
5669 fi
5670 if $test "$cont"; then
5671         echo 'No, maybe "uuname -l" will work...'
5672         if tans=`sh -c 'uuname -l' 2>&1` ; then
5673                 myhostname=$tans
5674                 phostname='uuname -l'
5675         else
5676                 echo 'Strange.  Maybe "uname -n" will work...'
5677                 if tans=`sh -c 'uname -n' 2>&1` ; then
5678                         myhostname=$tans
5679                         phostname='uname -n'
5680                 else
5681                         echo 'Oh well, maybe I can mine it out of whoami.h...'
5682                         if tans=`sh -c $contains' sysname $usrinc/whoami.h' 2>&1` ; then
5683                                 myhostname=`echo "$tans" | $sed 's/^.*"\(.*\)"/\1/'`
5684                                 phostname="sed -n -e '"'/sysname/s/^.*\"\\(.*\\)\"/\1/{'"' -e p -e q -e '}' <$usrinc/whoami.h"
5685                         else
5686                                 case "$myhostname" in
5687                                 '') echo "Does this machine have an identity crisis or something?"
5688                                         phostname='';;
5689                                 *)
5690                                         echo "Well, you said $myhostname before..."
5691                                         phostname='echo $myhostname';;
5692                                 esac
5693                         fi
5694                 fi
5695         fi
5696 fi
5697 : you do not want to know about this
5698 set $myhostname
5699 myhostname=$1
5700
5701 : verify guess
5702 if $test "$myhostname" ; then
5703         dflt=y
5704         rp='Your host name appears to be "'$myhostname'".'" Right?"
5705         . ./myread
5706         case "$ans" in
5707         y*) ;;
5708         *) myhostname='';;
5709         esac
5710 fi
5711
5712 : bad guess or no guess
5713 while $test "X$myhostname" = X ; do
5714         dflt=''
5715         rp="Please type the (one word) name of your host:"
5716         . ./myread
5717         myhostname="$ans"
5718 done
5719
5720 : translate upper to lower if necessary
5721 case "$myhostname" in
5722 *[A-Z]*)
5723         echo "(Normalizing case in your host name)"
5724         myhostname=`echo $myhostname | ./tr '[A-Z]' '[a-z]'`
5725         ;;
5726 esac
5727
5728 case "$myhostname" in
5729 *.*)
5730         dflt=`expr "X$myhostname" : "X[^.]*\(\..*\)"`
5731         myhostname=`expr "X$myhostname" : "X\([^.]*\)\."`
5732         echo "(Trimming domain name from host name--host name is now $myhostname)"
5733         ;;
5734 *) case "$mydomain" in
5735         '')
5736                 {
5737                         test "X$hostcat" = "Xypcat hosts" &&
5738                         ypmatch "$myhostname" hosts 2>/dev/null |\
5739                                 $sed -e 's/[     ]*#.*//; s/$/ /' > hosts && \
5740                         $test -s hosts
5741                 } || {
5742                         $hostcat | $sed -n -e "s/[       ]*#.*//; s/\$/ /
5743                                         /[       ]$myhostname[  . ]/p" > hosts
5744                 }
5745                 tmp_re="[       . ]"
5746                 $test x`$awk "/[0-9].*[  ]$myhostname$tmp_re/ { sum++ }
5747                              END { print sum }" hosts` = x1 || tmp_re="[         ]"
5748                 dflt=.`$awk "/[0-9].*[   ]$myhostname$tmp_re/ {for(i=2; i<=NF;i++) print \\\$i}" \
5749                         hosts | $sort | $uniq | \
5750                         $sed -n -e "s/$myhostname\.\([-a-zA-Z0-9_.]\)/\1/p"`
5751                 case `$echo X$dflt` in
5752                 X*\ *)  echo "(Several hosts in /etc/hosts matched hostname)"
5753                         dflt=.
5754                         ;;
5755                 X.) echo "(You do not have fully-qualified names in /etc/hosts)"
5756                         ;;
5757                 esac
5758                 case "$dflt" in
5759                 .)
5760                         tans=`./loc resolv.conf X /etc /usr/etc`
5761                         if $test -f "$tans"; then
5762                                 echo "(Attempting domain name extraction from $tans)"
5763                                 dflt=.`$sed -n -e 's/   / /g' \
5764                                   -e 's/^search  *\([^ ]*\).*/\1/p' $tans \
5765                                   | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
5766                                 case "$dflt" in
5767                                 .) dflt=.`$sed -n -e 's/        / /g' \
5768                                      -e 's/^domain  *\([^ ]*\).*/\1/p' $tans \
5769                                      | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
5770                                         ;;
5771                                 esac
5772                         fi
5773                         ;;
5774                 esac
5775                 case "$dflt" in
5776                 .) echo "(No help from resolv.conf either -- attempting clever guess)"
5777                         dflt=.`sh -c domainname 2>/dev/null`
5778                         case "$dflt" in
5779                         '') dflt='.';;
5780                         .nis.*|.yp.*|.main.*) dflt=`echo $dflt | $sed -e 's/^\.[^.]*//'`;;
5781                         esac
5782                         ;;
5783                 esac
5784                 case "$dflt" in
5785                 .) echo "(Lost all hope -- silly guess then)"
5786                         dflt='.uucp'
5787                         ;;
5788                 esac
5789                 $rm -f hosts
5790                 ;;
5791         *) dflt="$mydomain";;
5792         esac;;
5793 esac
5794 echo " "
5795 rp="What is your domain name?"
5796 . ./myread
5797 tans="$ans"
5798 case "$ans" in
5799 '') ;;
5800 .*) ;;
5801 *) tans=".$tans";;
5802 esac
5803 mydomain="$tans"
5804
5805 : translate upper to lower if necessary
5806 case "$mydomain" in
5807 *[A-Z]*)
5808         echo "(Normalizing case in your domain name)"
5809         mydomain=`echo $mydomain | ./tr '[A-Z]' '[a-z]'`
5810         ;;
5811 esac
5812
5813 : a little sanity check here
5814 case "$phostname" in
5815 '') ;;
5816 *)
5817         case `$phostname | ./tr '[A-Z]' '[a-z]'` in
5818         $myhostname$mydomain|$myhostname) ;;
5819         *)
5820                 case "$phostname" in
5821                 sed*)
5822                         echo "(That doesn't agree with your whoami.h file, by the way.)"
5823                         ;;
5824                 *)
5825                         echo "(That doesn't agree with your $phostname command, by the way.)"
5826                         ;;
5827                 esac
5828         ;;
5829         esac
5830         ;;
5831 esac
5832
5833 $cat <<EOM
5834
5835 I need to get your e-mail address in Internet format if possible, i.e.
5836 something like user@host.domain. Please answer accurately since I have
5837 no easy means to double check it. The default value provided below
5838 is most probably close to the reality but may not be valid from outside
5839 your organization...
5840
5841 EOM
5842 cont=x
5843 while test "$cont"; do
5844         case "$cf_email" in
5845         '') dflt="$cf_by@$myhostname$mydomain";;
5846         *) dflt="$cf_email";;
5847         esac
5848         rp='What is your e-mail address?'
5849         . ./myread
5850         cf_email="$ans"
5851         case "$cf_email" in
5852         *@*.*) cont='' ;;
5853         *)
5854                 rp='Address does not look like an Internet one.  Use it anyway?'
5855                 case "$fastread" in
5856                 yes) dflt=y ;;
5857                 *) dflt=n ;;
5858                 esac
5859                 . ./myread
5860                 case "$ans" in
5861                 y*) cont='' ;;
5862                 *) echo " " ;;
5863                 esac
5864                 ;;
5865         esac
5866 done
5867
5868 $cat <<EOM
5869
5870 If you or somebody else will be maintaining perl at your site, please
5871 fill in the correct e-mail address here so that they may be contacted
5872 if necessary. Currently, the "perlbug" program included with perl
5873 will send mail to this address in addition to perlbug@perl.com. You may
5874 enter "none" for no administrator.
5875
5876 EOM
5877 case "$perladmin" in
5878 '') dflt="$cf_email";;
5879 *) dflt="$perladmin";;
5880 esac
5881 rp='Perl administrator e-mail address'
5882 . ./myread
5883 perladmin="$ans"
5884
5885 : figure out how to guarantee perl startup
5886 case "$startperl" in
5887 '')
5888         case "$sharpbang" in
5889         *!)
5890                 $cat <<EOH
5891
5892 I can use the #! construct to start perl on your system. This will
5893 make startup of perl scripts faster, but may cause problems if you
5894 want to share those scripts and perl is not in a standard place
5895 ($binexp/perl) on all your platforms. The alternative is to force
5896 a shell by starting the script with a single ':' character.
5897
5898 EOH
5899                 dflt="$binexp/perl"
5900                 rp='What shall I put after the #! to start up perl ("none" to not use #!)?'
5901                 . ./myread
5902                 case "$ans" in
5903                 none)   startperl=": # use perl";;
5904                 *)      startperl="#!$ans"
5905                         if $test 30 -lt `echo "$ans" | wc -c`; then
5906                                 $cat >&4 <<EOM
5907
5908 WARNING:  Some systems limit the #! command to 32 characters.
5909 If you experience difficulty running Perl scripts with #!, try
5910 installing Perl in a directory with a shorter pathname.
5911
5912 EOM
5913                         fi ;;
5914                 esac
5915                 ;;
5916         *) startperl=": # use perl"
5917                 ;;
5918         esac
5919         ;;
5920 esac
5921 echo "I'll use $startperl to start perl scripts."
5922
5923 : figure best path for perl in scripts
5924 case "$perlpath" in
5925 '')
5926         perlpath="$binexp/perl"
5927         case "$startperl" in
5928         *!*) ;;
5929         *)
5930                 $cat <<EOH
5931
5932 I will use the "eval 'exec'" idiom to start Perl on your system.
5933 I can use the full path of your Perl binary for this purpose, but
5934 doing so may cause problems if you want to share those scripts and
5935 Perl is not always in a standard place ($binexp/perl).
5936
5937 EOH
5938                 dflt="$binexp/perl"
5939                 rp="What path shall I use in \"eval 'exec'\"?"
5940                 . ./myread
5941                 perlpath="$ans"
5942                 ;;
5943         esac
5944         ;;
5945 esac
5946 case "$startperl" in
5947 *!*)    ;;
5948 *)      echo "I'll use $perlpath in \"eval 'exec'\"" ;;
5949 esac
5950
5951 : determine where public executable scripts go
5952 set scriptdir scriptdir
5953 eval $prefixit
5954 case "$scriptdir" in
5955 '')
5956         dflt="$bin"
5957         : guess some guesses
5958         $test -d /usr/share/scripts && dflt=/usr/share/scripts
5959         $test -d /usr/share/bin && dflt=/usr/share/bin
5960         $test -d /usr/local/script && dflt=/usr/local/script
5961         $test -d $prefixexp/script && dflt=$prefixexp/script
5962         set dflt
5963         eval $prefixup
5964         ;;
5965 *)  dflt="$scriptdir"
5966         ;;
5967 esac
5968 $cat <<EOM
5969  
5970 Some installations have a separate directory just for executable scripts so
5971 that they can mount it across multiple architectures but keep the scripts in
5972 one spot.  You might, for example, have a subdirectory of /usr/share for this.
5973 Or you might just lump your scripts in with all your other executables.
5974  
5975 EOM
5976 fn=d~
5977 rp='Where do you keep publicly executable scripts?'
5978 . ./getfile
5979 if $test "X$ansexp" != "X$scriptdirexp"; then
5980         installscript=''
5981 fi
5982 scriptdir="$ans"
5983 scriptdirexp="$ansexp"
5984 if $afs; then
5985         $cat <<EOM
5986
5987 Since you are running AFS, I need to distinguish the directory in which
5988 scripts reside from the directory in which they are installed (and from
5989 which they are presumably copied to the former directory by occult means).
5990
5991 EOM
5992         case "$installscript" in
5993         '') dflt=`echo $scriptdirexp | sed 's#^/afs/#/afs/.#'`;;
5994         *) dflt="$installscript";;
5995         esac
5996         fn=de~
5997         rp='Where will public scripts be installed?'
5998         . ./getfile
5999         installscript="$ans"
6000 else
6001         installscript="$scriptdirexp"
6002 fi
6003
6004 : determine where site specific libraries go.
6005 : Usual default is /usr/local/lib/perl5/site_perl/$apiversion
6006 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6007 case "$prefix" in
6008 *perl*) set dflt sitelib lib/site_$prog/$apiversion ;;
6009 *)       set dflt sitelib lib/$package/site_$prog/$apiversion ;;
6010 esac
6011 eval $prefixit
6012 $cat <<EOM
6013
6014 The installation process will also create a directory for
6015 site-specific extensions and modules.  Some users find it convenient
6016 to place all local files in this directory rather than in the main
6017 distribution directory.
6018
6019 EOM
6020 fn=d~+
6021 rp='Pathname for the site-specific library files?'
6022 . ./getfile
6023 if $test "X$sitelibexp" != "X$ansexp"; then
6024         installsitelib=''
6025 fi
6026 sitelib="$ans"
6027 sitelibexp="$ansexp"
6028 if $afs; then
6029         $cat <<EOM
6030
6031 Since you are running AFS, I need to distinguish the directory in
6032 which site-specific files reside from the directory in which they are
6033 installed (and from which they are presumably copied to the former
6034 directory by occult means).
6035
6036 EOM
6037         case "$installsitelib" in
6038         '') dflt=`echo $sitelibexp | sed 's#^/afs/#/afs/.#'`;;
6039         *) dflt="$installsitelib";;
6040         esac
6041         fn=de~
6042         rp='Where will site-specific files be installed?'
6043         . ./getfile
6044         installsitelib="$ans"
6045 else
6046         installsitelib="$sitelibexp"
6047 fi
6048
6049 : determine where site specific architecture-dependent libraries go.
6050 : sitelib  default is /usr/local/lib/perl5/site_perl/$apiversion
6051 : sitearch default is /usr/local/lib/perl5/site_perl/$apiversion/$archname
6052 : sitelib may have an optional trailing /share.
6053 tdflt=`echo $sitelib | $sed 's,/share$,,'`
6054 tdflt="$tdflt/$archname"
6055 set sitearch sitearch none
6056 eval $prefixit
6057 case "$sitearch" in
6058 '')     dflt="$tdflt" ;;
6059 *)      dflt="$sitearch" ;;
6060 esac
6061 $cat <<EOM
6062
6063 The installation process will also create a directory for
6064 architecture-dependent site-specific extensions and modules.
6065
6066 EOM
6067 fn=nd~+
6068 rp='Pathname for the site-specific architecture-dependent library files?'
6069 . ./getfile
6070 if $test "X$sitearchexp" != "X$ansexp"; then
6071         installsitearch=''
6072 fi
6073 sitearch="$ans"
6074 sitearchexp="$ansexp"
6075 if $afs; then
6076         $cat <<EOM
6077
6078 Since you are running AFS, I need to distinguish the directory in
6079 which site-specific architecture-dependent library files reside from
6080 the directory in which they are installed (and from which they are
6081 presumably copied to the former directory by occult means).
6082
6083 EOM
6084         case "$installsitearch" in
6085         '') dflt=`echo $sitearchexp | sed 's#^/afs/#/afs/.#'`;;
6086         *) dflt="$installsitearch";;
6087         esac
6088         fn=de~
6089         rp='Where will site-specific architecture-dependent files be installed?'
6090         . ./getfile
6091         installsitearch="$ans"
6092 else
6093         installsitearch="$sitearchexp"
6094 fi
6095
6096 cat <<EOM
6097
6098 Previous version of $package used the standard IO mechanisms as defined
6099 in <stdio.h>.  Versions 5.003_02 and later of perl allow alternate IO
6100 mechanisms via a "PerlIO" abstraction, but the stdio mechanism is still
6101 the default.  This abstraction layer can use AT&T's sfio (if you already
6102 have sfio installed) or regular stdio.  Using PerlIO with sfio may cause
6103 problems with some extension modules.  Using PerlIO with stdio is safe,
6104 but it is slower than plain stdio and therefore is not the default.
6105
6106 If this doesn't make any sense to you, just accept the default 'n'.
6107 EOM
6108 case "$useperlio" in
6109 $define|true|[yY]*)     dflt='y';;
6110 *) dflt='n';;
6111 esac
6112 rp='Use the experimental PerlIO abstraction layer?'
6113 . ./myread
6114 case "$ans" in
6115 y|Y) 
6116         val="$define"
6117         ;;     
6118 *)      
6119         echo "Ok, doing things the stdio way"
6120         val="$undef"
6121         ;;
6122 esac
6123 set useperlio
6124 eval $setvar 
6125
6126 : Check how to convert floats to strings.
6127 if test "X$d_Gconvert" = X; then
6128         echo " "
6129         echo "Checking for an efficient way to convert floats to strings."
6130         $cat >try.c <<'EOP'
6131 #ifdef TRY_gconvert
6132 #define Gconvert(x,n,t,b) gconvert((x),(n),(t),(b))
6133 char *myname = "gconvert";
6134 #endif
6135 #ifdef TRY_gcvt
6136 #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
6137 char *myname = "gcvt";
6138 #endif
6139 #ifdef TRY_sprintf
6140 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
6141 char *myname = "sprintf";
6142 #endif
6143
6144 #include <stdio.h>
6145
6146 int
6147 checkit(expect, got)
6148 char *expect;
6149 char *got;
6150 {
6151     if (strcmp(expect, got)) {
6152                 printf("%s oddity:  Expected %s, got %s\n",
6153                         myname, expect, got);
6154                 exit(1);
6155         }
6156 }
6157
6158 int
6159 main()
6160
6161         char buf[64]; 
6162         buf[63] = '\0';
6163
6164         /* This must be 1st test on (which?) platform */
6165         /* Alan Burlison <AlanBurlsin@unn.unisys.com> */
6166         Gconvert(0.1, 8, 0, buf);
6167         checkit("0.1", buf);
6168
6169         Gconvert(1.0, 8, 0, buf); 
6170         checkit("1", buf);
6171
6172         Gconvert(0.0, 8, 0, buf); 
6173         checkit("0", buf);
6174
6175         Gconvert(-1.0, 8, 0, buf); 
6176         checkit("-1", buf);
6177
6178         /* Some Linux gcvt's give 1.e+5 here. */
6179         Gconvert(100000.0, 8, 0, buf); 
6180         checkit("100000", buf);
6181         
6182         /* Some Linux gcvt's give -1.e+5 here. */
6183         Gconvert(-100000.0, 8, 0, buf); 
6184         checkit("-100000", buf);
6185
6186         exit(0);
6187 }
6188 EOP
6189         case "$d_Gconvert" in
6190         gconvert*) xxx_list='gconvert gcvt sprintf' ;;
6191         gcvt*) xxx_list='gcvt gconvert sprintf' ;;
6192         sprintf*) xxx_list='sprintf gconvert gcvt' ;;
6193         *) xxx_list='gconvert gcvt sprintf' ;;
6194         esac
6195
6196         for xxx_convert in $xxx_list; do
6197                 echo "Trying $xxx_convert"
6198                 $rm -f try try$_o
6199                 set try -DTRY_$xxx_convert
6200                 if eval $compile; then
6201                         echo "$xxx_convert" found. >&4
6202                         if ./try; then
6203                                 echo "I'll use $xxx_convert to convert floats into a string." >&4
6204                                 break;
6205                         else
6206                                 echo "...But $xxx_convert didn't work as I expected."
6207                         fi
6208                 else
6209                         echo "$xxx_convert NOT found." >&4
6210                 fi
6211         done
6212                 
6213         case "$xxx_convert" in
6214         gconvert) d_Gconvert='gconvert((x),(n),(t),(b))' ;;
6215         gcvt) d_Gconvert='gcvt((x),(n),(b))' ;;
6216         *) d_Gconvert='sprintf((b),"%.*g",(n),(x))' ;;
6217         esac
6218 fi
6219
6220 : Initialize h_fcntl
6221 h_fcntl=false
6222
6223 : Initialize h_sysfile
6224 h_sysfile=false
6225
6226 : access call always available on UNIX
6227 set access d_access
6228 eval $inlibc
6229
6230 : locate the flags for 'access()'
6231 case "$d_access" in
6232 "$define")
6233         echo " "
6234         $cat >access.c <<'EOCP'
6235 #include <sys/types.h>
6236 #ifdef I_FCNTL
6237 #include <fcntl.h>
6238 #endif
6239 #ifdef I_SYS_FILE
6240 #include <sys/file.h>
6241 #endif
6242 #ifdef I_UNISTD
6243 #include <unistd.h>
6244 #endif
6245 main() {
6246         exit(R_OK);
6247 }
6248 EOCP
6249         : check sys/file.h first, no particular reason here
6250         if $test `./findhdr sys/file.h` && \
6251                 $cc $cppflags -DI_SYS_FILE -o access access.c >/dev/null 2>&1 ; then
6252                 h_sysfile=true;
6253                 echo "<sys/file.h> defines the *_OK access constants." >&4
6254         elif $test `./findhdr fcntl.h` && \
6255                 $cc $cppflags -DI_FCNTL -o access access.c >/dev/null 2>&1 ; then
6256                 h_fcntl=true;
6257                 echo "<fcntl.h> defines the *_OK access constants." >&4
6258         elif $test `./findhdr unistd.h` && \
6259                 $cc $cppflags -DI_UNISTD -o access access.c >/dev/null 2>&1 ; then
6260                 echo "<unistd.h> defines the *_OK access constants." >&4
6261         else
6262                 echo "I can't find the four *_OK access constants--I'll use mine." >&4
6263         fi
6264         ;;
6265 esac
6266 $rm -f access*
6267
6268 : see if accessx exists
6269 set accessx d_accessx
6270 eval $inlibc
6271
6272 : see if alarm exists
6273 set alarm d_alarm
6274 eval $inlibc
6275
6276 : Look for GNU-cc style attribute checking
6277 echo " "
6278 echo "Checking whether your compiler can handle __attribute__ ..." >&4
6279 $cat >attrib.c <<'EOCP'
6280 #include <stdio.h>
6281 void croak (char* pat,...) __attribute__((format(printf,1,2),noreturn));
6282 EOCP
6283 if $cc $ccflags -c attrib.c >attrib.out 2>&1 ; then
6284         if $contains 'warning' attrib.out >/dev/null 2>&1; then
6285                 echo "Your C compiler doesn't fully support __attribute__."
6286                 val="$undef"
6287         else
6288                 echo "Your C compiler supports __attribute__."
6289                 val="$define"
6290         fi
6291 else
6292         echo "Your C compiler doesn't seem to understand __attribute__ at all."
6293         val="$undef"
6294 fi
6295 set d_attribut
6296 eval $setvar
6297 $rm -f attrib*
6298
6299 : see if bcmp exists
6300 set bcmp d_bcmp
6301 eval $inlibc
6302
6303 : see if bcopy exists
6304 set bcopy d_bcopy
6305 eval $inlibc
6306
6307 : see if this is a unistd.h system
6308 set unistd.h i_unistd
6309 eval $inhdr
6310
6311 : see if getpgrp exists
6312 set getpgrp d_getpgrp
6313 eval $inlibc
6314
6315 case "$d_getpgrp" in
6316 "$define")
6317         echo " "
6318         echo "Checking to see which flavor of getpgrp is in use..."
6319         $cat >set.c <<EOP
6320 #$i_unistd I_UNISTD
6321 #include <sys/types.h>
6322 #ifdef I_UNISTD
6323 #  include <unistd.h>
6324 #endif
6325 main()
6326 {
6327         if (getuid() == 0) {
6328                 printf("(I see you are running Configure as super-user...)\n");
6329                 setuid(1);
6330         }
6331 #ifdef TRY_BSD_PGRP
6332         if (getpgrp(1) == 0)
6333                 exit(0);
6334 #else
6335         if (getpgrp() > 0)
6336                 exit(0);
6337 #endif
6338         exit(1);
6339 }
6340 EOP
6341         if $cc -DTRY_BSD_PGRP $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
6342                 echo "You have to use getpgrp(pid) instead of getpgrp()." >&4
6343                 val="$define"
6344         elif $cc $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
6345                 echo "You have to use getpgrp() instead of getpgrp(pid)." >&4
6346                 val="$undef"
6347         else
6348                 echo "I can't seem to compile and run the test program."
6349                 if ./usg; then
6350                         xxx="a USG one, i.e. you use getpgrp()."
6351                 else
6352                         # SVR4 systems can appear rather BSD-ish.
6353                         case "$i_unistd" in
6354                         $undef)
6355                                 xxx="a BSD one, i.e. you use getpgrp(pid)."
6356                                 val="$define"
6357                                 ;;
6358                         $define)
6359                                 xxx="probably a USG one, i.e. you use getpgrp()."
6360                                 val="$undef"
6361                                 ;;
6362                         esac
6363                 fi
6364                 echo "Assuming your getpgrp is $xxx" >&4
6365         fi
6366         ;;
6367 *) val="$undef";;
6368 esac
6369 set d_bsdgetpgrp
6370 eval $setvar
6371 $rm -f set set.c
6372
6373 : see if setpgrp exists
6374 set setpgrp d_setpgrp
6375 eval $inlibc
6376
6377 case "$d_setpgrp" in
6378 "$define")
6379         echo " "
6380         echo "Checking to see which flavor of setpgrp is in use..."
6381         $cat >set.c <<EOP
6382 #$i_unistd I_UNISTD
6383 #include <sys/types.h>
6384 #ifdef I_UNISTD
6385 #  include <unistd.h>
6386 #endif
6387 main()
6388 {
6389         if (getuid() == 0) {
6390                 printf("(I see you are running Configure as super-user...)\n");
6391                 setuid(1);
6392         }
6393 #ifdef TRY_BSD_PGRP
6394         if (-1 == setpgrp(1, 1))
6395                 exit(0);
6396 #else
6397         if (setpgrp() != -1)
6398                 exit(0);
6399 #endif
6400         exit(1);
6401 }
6402 EOP
6403         if $cc -DTRY_BSD_PGRP $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
6404                 echo 'You have to use setpgrp(pid,pgrp) instead of setpgrp().' >&4
6405                 val="$define"
6406         elif $cc $ccflags $ldflags -o set set.c $libs >/dev/null 2>&1 && ./set; then
6407                 echo 'You have to use setpgrp() instead of setpgrp(pid,pgrp).' >&4
6408                 val="$undef"
6409         else
6410                 echo "(I can't seem to compile and run the test program.)"
6411                 if ./usg; then
6412                         xxx="a USG one, i.e. you use setpgrp()."
6413                 else
6414                         # SVR4 systems can appear rather BSD-ish.
6415                         case "$i_unistd" in
6416                         $undef)
6417                                 xxx="a BSD one, i.e. you use setpgrp(pid,pgrp)."
6418                                 val="$define"
6419                                 ;;
6420                         $define)
6421                                 xxx="probably a USG one, i.e. you use setpgrp()."
6422                                 val="$undef"
6423                                 ;;
6424                         esac
6425                 fi
6426                 echo "Assuming your setpgrp is $xxx" >&4
6427         fi
6428         ;;
6429 *) val="$undef";;
6430 esac
6431 set d_bsdsetpgrp
6432 eval $setvar
6433 $rm -f set set.c
6434 : see if bzero exists
6435 set bzero d_bzero
6436 eval $inlibc
6437
6438 : check for lengths of integral types
6439 echo " "
6440 case "$intsize" in
6441 '')
6442         echo "Checking to see how big your integers are..." >&4
6443         $cat >intsize.c <<'EOCP'
6444 #include <stdio.h>
6445 main()
6446 {
6447         printf("intsize=%d;\n", sizeof(int));
6448         printf("longsize=%d;\n", sizeof(long));
6449         printf("shortsize=%d;\n", sizeof(short));
6450         exit(0);
6451 }
6452 EOCP
6453         set intsize
6454         if eval $compile_ok && ./intsize > /dev/null; then
6455                 eval `./intsize`
6456                 echo "Your integers are $intsize bytes long."
6457                 echo "Your long integers are $longsize bytes long."
6458                 echo "Your short integers are $shortsize bytes long."
6459         else
6460                 $cat >&4 <<EOM
6461 !
6462 Help! I can't compile and run the intsize test program: please enlighten me!
6463 (This is probably a misconfiguration in your system or libraries, and
6464 you really ought to fix it.  Still, I'll try anyway.)
6465 !
6466 EOM
6467                 dflt=4
6468                 rp="What is the size of an integer (in bytes)?"
6469                 . ./myread
6470                 intsize="$ans"
6471                 dflt=$intsize
6472                 rp="What is the size of a long integer (in bytes)?"
6473                 . ./myread
6474                 longsize="$ans"
6475                 dflt=2
6476                 rp="What is the size of a short integer (in bytes)?"
6477                 . ./myread
6478                 shortsize="$ans"
6479         fi
6480         ;;
6481 esac
6482 $rm -f intsize intsize.*
6483
6484 : see if signal is declared as pointer to function returning int or void
6485 echo " "
6486 xxx=`./findhdr signal.h`
6487 $test "$xxx" && $cppstdin $cppminus $cppflags < $xxx >$$.tmp 2>/dev/null
6488 if $contains 'int.*\*[  ]*signal' $$.tmp >/dev/null 2>&1 ; then
6489         echo "You have int (*signal())() instead of void." >&4
6490         val="$undef"
6491 elif $contains 'void.*\*[       ]*signal' $$.tmp >/dev/null 2>&1 ; then
6492         echo "You have void (*signal())()." >&4
6493         val="$define"
6494 elif $contains 'extern[         ]*[(\*]*signal' $$.tmp >/dev/null 2>&1 ; then
6495         echo "You have int (*signal())() instead of void." >&4
6496         val="$undef"
6497 elif $contains 'void.*\*.*sig' $$.tmp >/dev/null 2>&1 ; then
6498         echo "You have void (*signal())()." >&4
6499         val="$define"
6500 else
6501         case "$d_voidsig" in
6502         '')
6503         echo "I can't determine whether signal handler returns void or int..." >&4
6504                 dflt=void
6505                 rp="What type does your signal handler return?"
6506                 . ./myread
6507                 case "$ans" in
6508                 v*) val="$define";;
6509                 *) val="$undef";;
6510                 esac;;
6511         "$define")
6512                 echo "As you already told me, signal handler returns void." >&4
6513                 val="$define"
6514                 ;;
6515         *)      echo "As you already told me, signal handler returns int." >&4
6516                 val="$undef"
6517                 ;;
6518         esac
6519 fi
6520 set d_voidsig
6521 eval $setvar
6522 case "$d_voidsig" in
6523 "$define") signal_t="void";;
6524 *) signal_t="int";;
6525 esac
6526 $rm -f $$.tmp
6527
6528 : check for ability to cast large floats to 32-bit ints.
6529 echo " "
6530 echo 'Checking whether your C compiler can cast large floats to int32.' >&4
6531 if $test "$intsize" -ge 4; then
6532         xxx=int
6533 else
6534         xxx=long
6535 fi
6536 $cat >try.c <<EOCP
6537 #include <stdio.h>
6538 #include <sys/types.h>
6539 #include <signal.h>
6540 $signal_t blech(s) int s; { exit(3); }
6541 main()
6542 {
6543         $xxx i32;
6544         double f, g;
6545         int result = 0;
6546         char str[16];
6547         signal(SIGFPE, blech);
6548
6549         /* Don't let compiler optimize the test away.  Store the number 
6550            in a writable string for gcc to pass to sscanf under HP/UX.
6551         */
6552         sprintf(str, "2147483647");
6553         sscanf(str, "%lf", &f); /* f = (double) 0x7fffffff; */
6554         g = 10 * f;
6555         i32  = ($xxx) g;
6556
6557         /* x86 processors will probably give 0x8000 0000, which is a
6558        sign change.  We don't want that.  We want to mimic SPARC
6559            behavior here, which is to preserve the sign and give
6560            back 0x7fff ffff.
6561         */
6562         if (i32 != ($xxx) f)
6563                 result |= 1;
6564         exit(result);
6565 }
6566 EOCP
6567 set try
6568 if eval $compile_ok; then
6569         ./try
6570         yyy=$?
6571 else
6572         echo "(I can't seem to compile the test program--assuming it can't)"
6573         yyy=1
6574 fi
6575 case "$yyy" in
6576 0)      val="$define"
6577         echo "Yup, it can."
6578         ;;
6579 *)      val="$undef"
6580         echo "Nope, it can't."
6581         ;;
6582 esac
6583 set d_casti32
6584 eval $setvar
6585 $rm -f try try.*
6586
6587 : check for ability to cast negative floats to unsigned
6588 echo " "
6589 echo 'Checking whether your C compiler can cast negative float to unsigned.' >&4
6590 $cat >try.c <<EOCP
6591 #include <stdio.h>
6592 #include <sys/types.h>
6593 #include <signal.h>
6594 $signal_t blech(s) int s; { exit(7); }
6595 $signal_t blech_in_list(s) int s; { exit(4); }
6596 unsigned long dummy_long(p) unsigned long p; { return p; }
6597 unsigned int dummy_int(p) unsigned int p; { return p; }
6598 unsigned short dummy_short(p) unsigned short p; { return p; }
6599 main()
6600 {
6601         double f;
6602         unsigned long along;
6603         unsigned int aint;
6604         unsigned short ashort;
6605         int result = 0;
6606         char str[16];
6607         
6608         /* Frustrate gcc-2.7.2's optimizer which failed this test with
6609            a direct f = -123. assignment.  gcc-2.8.0 reportedly
6610            optimized the whole file away
6611         */
6612         /* Store the number in a writable string for gcc to pass to 
6613            sscanf under HP/UX.
6614         */
6615         sprintf(str, "-123");
6616         sscanf(str, "%lf", &f);  /* f = -123.; */
6617
6618         signal(SIGFPE, blech);
6619         along = (unsigned long)f;
6620         aint = (unsigned int)f;
6621         ashort = (unsigned short)f;
6622         if (along != (unsigned long)-123)
6623                 result |= 1;
6624         if (aint != (unsigned int)-123)
6625                 result |= 1;
6626         if (ashort != (unsigned short)-123)
6627                 result |= 1;
6628         sprintf(str, "1073741824.");
6629         sscanf(str, "%lf", &f); /* f = (double)0x40000000; */
6630         f = f + f;
6631         along = 0;
6632         along = (unsigned long)f;
6633         if (along != 0x80000000)
6634                 result |= 2;
6635         f -= 1.;
6636         along = 0;
6637         along = (unsigned long)f;
6638         if (along != 0x7fffffff)
6639                 result |= 1;
6640         f += 2.;
6641         along = 0;
6642         along = (unsigned long)f;
6643         if (along != 0x80000001)
6644                 result |= 2;
6645         if (result)
6646                 exit(result);
6647         signal(SIGFPE, blech_in_list);
6648         sprintf(str, "123.");
6649         sscanf(str, "%lf", &f);  /* f = 123.; */
6650         along = dummy_long((unsigned long)f);
6651         aint = dummy_int((unsigned int)f);
6652         ashort = dummy_short((unsigned short)f);
6653         if (along != (unsigned long)123)
6654                 result |= 4;
6655         if (aint != (unsigned int)123)
6656                 result |= 4;
6657         if (ashort != (unsigned short)123)
6658                 result |= 4;
6659         exit(result);
6660
6661 }
6662 EOCP
6663 set try
6664 if eval $compile_ok; then
6665         ./try
6666         castflags=$?
6667 else
6668         echo "(I can't seem to compile the test program--assuming it can't)"
6669         castflags=7
6670 fi
6671 case "$castflags" in
6672 0)      val="$define"
6673         echo "Yup, it can."
6674         ;;
6675 *)      val="$undef"
6676         echo "Nope, it can't."
6677         ;;
6678 esac
6679 set d_castneg
6680 eval $setvar
6681 $rm -f try.*
6682
6683 : see if vprintf exists
6684 echo " "
6685 if set vprintf val -f d_vprintf; eval $csym; $val; then
6686         echo 'vprintf() found.' >&4
6687         val="$define"
6688         $cat >vprintf.c <<'EOF'
6689 #include <varargs.h>
6690
6691 main() { xxx("foo"); }
6692
6693 xxx(va_alist)
6694 va_dcl
6695 {
6696         va_list args;
6697         char buf[10];
6698
6699         va_start(args);
6700         exit((unsigned long)vsprintf(buf,"%s",args) > 10L);
6701 }
6702 EOF
6703         set vprintf
6704         if eval $compile && ./vprintf; then
6705                 echo "Your vsprintf() returns (int)." >&4
6706                 val2="$undef"
6707         else
6708                 echo "Your vsprintf() returns (char*)." >&4
6709                 val2="$define"
6710         fi
6711 else
6712         echo 'vprintf() NOT found.' >&4
6713                 val="$undef"
6714                 val2="$undef"
6715 fi
6716 set d_vprintf
6717 eval $setvar
6718 val=$val2
6719 set d_charvspr
6720 eval $setvar
6721
6722 : see if chown exists
6723 set chown d_chown
6724 eval $inlibc
6725
6726 : see if chroot exists
6727 set chroot d_chroot
6728 eval $inlibc
6729
6730 : see if chsize exists
6731 set chsize d_chsize
6732 eval $inlibc
6733
6734 : check for const keyword
6735 echo " "
6736 echo 'Checking to see if your C compiler knows about "const"...' >&4
6737 $cat >const.c <<'EOCP'
6738 typedef struct spug { int drokk; } spug;
6739 main()
6740 {
6741         const char *foo;
6742         const spug y;
6743 }
6744 EOCP
6745 if $cc -c $ccflags const.c >/dev/null 2>&1 ; then
6746         val="$define"
6747         echo "Yup, it does."
6748 else
6749         val="$undef"
6750         echo "Nope, it doesn't."
6751 fi
6752 set d_const
6753 eval $setvar
6754
6755 : see if crypt exists
6756 echo " "
6757 if set crypt val -f d_crypt; eval $csym; $val; then
6758         echo 'crypt() found.' >&4
6759         val="$define"
6760         cryptlib=''
6761 else
6762         cryptlib=`./loc Slibcrypt$_a "" $xlibpth`
6763         if $test -z "$cryptlib"; then
6764                 cryptlib=`./loc Mlibcrypt$_a "" $xlibpth`
6765         else
6766                 cryptlib=-lcrypt
6767         fi
6768         if $test -z "$cryptlib"; then
6769                 cryptlib=`./loc Llibcrypt$_a "" $xlibpth`
6770         else
6771                 cryptlib=-lcrypt
6772         fi
6773         if $test -z "$cryptlib"; then
6774                 cryptlib=`./loc libcrypt$_a "" $libpth`
6775         else
6776                 cryptlib=-lcrypt
6777         fi
6778         if $test -z "$cryptlib"; then
6779                 echo 'crypt() NOT found.' >&4
6780                 val="$undef"
6781         else
6782                 val="$define"
6783         fi
6784 fi
6785 set d_crypt
6786 eval $setvar
6787
6788 : see if cuserid exists
6789 set cuserid d_cuserid
6790 eval $inlibc
6791
6792 : see if this is a limits.h system
6793 set limits.h i_limits
6794 eval $inhdr
6795
6796 : see if this is a float.h system
6797 set float.h i_float
6798 eval $inhdr
6799
6800 : See if number of significant digits in a double precision number is known
6801 echo " "
6802 $cat >dbl_dig.c <<EOM
6803 #$i_limits I_LIMITS
6804 #$i_float I_FLOAT
6805 #ifdef I_LIMITS
6806 #include <limits.h>
6807 #endif
6808 #ifdef I_FLOAT
6809 #include <float.h>
6810 #endif
6811 #ifdef DBL_DIG
6812 printf("Contains DBL_DIG");
6813 #endif
6814 EOM
6815 $cppstdin $cppflags $cppminus < dbl_dig.c >dbl_dig.E 2>/dev/null
6816 if $contains 'DBL_DIG' dbl_dig.E >/dev/null 2>&1; then
6817         echo "DBL_DIG found." >&4
6818         val="$define"
6819 else
6820         echo "DBL_DIG NOT found." >&4
6821         val="$undef"
6822 fi
6823 $rm -f dbl_dig.?
6824 set d_dbl_dig
6825 eval $setvar
6826
6827
6828 if $test X"$use64bits" = X"$define"; then
6829         : see if dbminit64 exists
6830         set dbminit64 d_dbminit64
6831         eval $inlibc
6832
6833         : see if dbmclose64 exists
6834         set dbmclose64 d_dbmclose64
6835         eval $inlibc
6836
6837         : see if fetch64 exists
6838         set fetch64 d_fetch64
6839         eval $inlibc
6840
6841         : see if store64 exists
6842         set store64 d_store64
6843         eval $inlibc
6844
6845         : see if delete64 exists
6846         set delete64 d_delete64
6847         eval $inlibc
6848
6849         : see if firstkey64 exists
6850         set firstkey64 d_firstkey64
6851         eval $inlibc
6852
6853         : see if nextkey64 exists
6854         set nextkey64 d_nextkey64
6855         eval $inlibc
6856 else
6857         val="$undef"
6858         for xxx in d_dbminit64 d_dbmclose64 d_fetch64 d_store64 d_delete64 d_firstkey64 d_nextkey64
6859         do
6860                 set $xxx
6861                 eval $setvar
6862         done
6863 fi
6864
6865 : see if difftime exists
6866 set difftime d_difftime
6867 eval $inlibc
6868
6869 : see if sys/stat.h is available
6870 set sys/stat.h i_sysstat
6871 eval $inhdr
6872
6873 : see if this is a dirent system
6874 echo " "
6875 if xinc=`./findhdr dirent.h`; $test "$xinc"; then
6876         val="$define"
6877         echo "<dirent.h> found." >&4
6878 else
6879         val="$undef"
6880         if xinc=`./findhdr sys/dir.h`; $test "$xinc"; then
6881                 echo "<sys/dir.h> found." >&4
6882                 echo " "
6883         else
6884                 xinc=`./findhdr sys/ndir.h`
6885         fi
6886         echo "<dirent.h> NOT found." >&4
6887 fi
6888 set i_dirent
6889 eval $setvar
6890
6891 : Look for type of directory structure.
6892 echo " "
6893 $cppstdin $cppflags $cppminus < "$xinc" > try.c
6894
6895 case "$direntrytype" in
6896 ''|' ')
6897         case "$i_dirent" in
6898         $define) guess1='struct dirent' ;;
6899         *) guess1='struct direct'  ;;
6900         esac
6901         ;;
6902 *)      guess1="$direntrytype"
6903         ;;
6904 esac
6905
6906 case "$guess1" in
6907 'struct dirent') guess2='struct direct' ;;
6908 *) guess2='struct dirent' ;;
6909 esac
6910                 
6911 if $contains "$guess1" try.c >/dev/null 2>&1; then
6912         direntrytype="$guess1"
6913         echo "Your directory entries are $direntrytype." >&4
6914 elif $contains "$guess2" try.c >/dev/null 2>&1; then
6915         direntrytype="$guess2"
6916         echo "Your directory entries seem to be $direntrytype." >&4
6917 else
6918         echo "I don't recognize your system's directory entries." >&4
6919         rp="What type is used for directory entries on this system?"
6920         dflt="$guess1"
6921         . ./myread
6922         direntrytype="$ans"
6923 fi
6924 $rm -f try.c
6925
6926
6927 : see if the directory entry stores field length
6928 echo " "
6929 $cppstdin $cppflags $cppminus < "$xinc" > try.c
6930 if $contains 'd_namlen' try.c >/dev/null 2>&1; then
6931         echo "Good, your directory entry keeps length information in d_namlen." >&4
6932         val="$define"
6933 else
6934         echo "Your directory entry does not know about the d_namlen field." >&4
6935         val="$undef"
6936 fi
6937 set d_dirnamlen
6938 eval $setvar
6939 $rm -f try.c
6940
6941 hasfield='varname=$1; struct=$2; field=$3; shift; shift; shift;
6942 while $test $# -ge 2; do
6943         case "$1" in
6944         $define) echo "#include <$2>";;
6945         esac ;
6946     shift 2;
6947 done > try.c;
6948 echo "int main () { struct $struct foo; foo.$field = 0; }" >> try.c;
6949 if eval $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then
6950         val="$define";
6951 else
6952         val="$undef";
6953 fi;
6954 set $varname;
6955 eval $setvar;
6956 $rm -f try.c try.o'
6957
6958
6959 if $test X"$use64bits" = X"$define"; then
6960         : see if fstat64 exists
6961         set fstat64 d_fstat64
6962         eval $inlibc
6963
6964         : see if ftruncate64 exists
6965         set ftruncate64 d_ftruncate64
6966         eval $inlibc
6967
6968         : see if lockf64 exists
6969         set lockf64 d_lockf64
6970         eval $inlibc
6971
6972         : see if lseek64 exists
6973         set lseek64 d_lseek64
6974         eval $inlibc
6975
6976         : see if lstat64 exists
6977         set lstat64 d_lstat64
6978         eval $inlibc
6979
6980         : see if open64 exists
6981         set open64 d_open64
6982         eval $inlibc
6983
6984         : see if opendir64 exists
6985         set opendir64 d_opendir64
6986         eval $inlibc
6987
6988         : see if readdir64 exists
6989         set readdir64 d_readdir64
6990         eval $inlibc
6991
6992         : see if seekdir64 exists
6993         set seekdir64 d_seekdir64
6994         eval $inlibc
6995
6996         : see if stat64 exists
6997         set stat64 d_stat64
6998         eval $inlibc
6999
7000         : see if telldir64 exists
7001         set telldir64 d_telldir64
7002         eval $inlibc
7003
7004         : see if truncate64 exists
7005         set truncate64 d_truncate64
7006         eval $inlibc
7007
7008         : check for off64_t
7009         echo " "
7010         echo $n "Checking to see if your system supports off64_t...$c" >&4
7011         $cat >try.c <<EOCP
7012 #include <sys/types.h>
7013 off64_t foo() { off64_t x; x = 7; return x; }'
7014 EOCP
7015         if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then
7016                 val="$define"
7017                 echo " Yup, it does." >&4
7018         else
7019                 val="$undef"
7020                 echo " Nope, it doesn't." >&4
7021         fi
7022         $rm -f try.*
7023         set d_off64t
7024         eval $setvar
7025
7026         : check for ino64_t
7027         echo " "
7028         echo $n "Checking to see if your system supports ino64_t...$c" >&4
7029         val="$undef"
7030         case "$i_sysstat" in
7031         "$define" )
7032                 $cat >try.c <<EOCP
7033 #include <sys/types.h>
7034 #include <sys/stat.h>
7035 ino64_t foo() { ino64_t x; x = 7; return x; }'
7036 EOCP
7037                 if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then
7038                         val="$define"
7039                 fi
7040                 $rm -f try.*
7041                 ;;
7042         esac
7043         if $test "X$val" = X"$define"; then
7044                 echo " Yup, it does." >&4
7045         else
7046                 echo " Nope, it doesn't." >&4
7047         fi
7048         set d_ino64t
7049         eval $setvar
7050
7051         : check for struct flock64
7052         echo " "
7053         echo "Checking to see if your system supports struct flock64..." >&4
7054         if $h_fcntl; then
7055                 set d_flock64s flock64 l_len define fcntl.h
7056                 eval $hasfield
7057         else
7058                 val="$undef"
7059                 set d_flock64s
7060                 eval $setvar
7061         fi
7062         case "$d_flock64s" in
7063         "$define")      echo "Yup, it does." >&4
7064                         ;;
7065         *)              echo "Nope, it doesn't." >&4
7066                         ;;
7067         esac
7068
7069         : check for struct dirent64
7070         echo " "
7071         echo "Checking to see if your system supports struct dirent64..." >&4
7072         set d_dirent64s dirent64 d_off $i_dirent dirent.h
7073         eval $hasfield
7074         case "$d_flock64s" in
7075         "$define")      echo "Yup, it does." >&4
7076                         ;;
7077         *)              echo "Nope, it doesn't." >&4
7078                         ;;
7079         esac
7080
7081 else
7082         val="$undef"
7083         for xxx in d_fstat64 d_ftruncate64 d_lockf64 d_lseek64 d_lstat64 d_open64 d_opendir64 d_readdir64 d_seekdir64 d_stat64 d_telldir64 d_truncate64 d_off64t d_ino64t d_flock64s d_dirent64s
7084         do
7085                 set $xxx
7086                 eval $setvar
7087         done
7088 fi
7089
7090 : see if dlerror exists
7091 xxx_runnm="$runnm"
7092 runnm=false
7093 set dlerror d_dlerror
7094 eval $inlibc
7095 runnm="$xxx_runnm"
7096
7097 : see if dlfcn is available
7098 set dlfcn.h i_dlfcn
7099 eval $inhdr
7100
7101 case "$usedl" in
7102 $define|y|true)
7103         $cat << EOM
7104
7105 On a few systems, the dynamically loaded modules that perl generates and uses
7106 will need a different extension than shared libs. The default will probably
7107 be appropriate.
7108
7109 EOM
7110         case "$dlext" in
7111         '')     dflt="$so" ;;
7112         *)      dflt="$dlext" ;;
7113         esac
7114         rp='What is the extension of dynamically loaded modules'
7115         . ./myread
7116         dlext="$ans"
7117         ;;
7118 *)
7119         dlext="none"
7120         ;;
7121 esac
7122
7123 : Check if dlsym need a leading underscore
7124 echo " "
7125 val="$undef"
7126
7127 case "$dlsrc" in
7128 dl_dlopen.xs)
7129         echo "Checking whether your dlsym() needs a leading underscore ..." >&4
7130         $cat >dyna.c <<'EOM'
7131 fred () { }
7132 EOM
7133
7134 $cat >fred.c<<EOM
7135
7136 #include <stdio.h>
7137 #$i_dlfcn I_DLFCN
7138 #ifdef I_DLFCN
7139 #include <dlfcn.h>      /* the dynamic linker include file for Sunos/Solaris */
7140 #else
7141 #include <sys/types.h>
7142 #include <nlist.h>
7143 #include <link.h>
7144 #endif
7145
7146 extern int fred() ;
7147
7148 main()
7149 {
7150     void * handle ;
7151     void * symbol ;
7152 #ifndef RTLD_LAZY
7153     int mode = 1 ;
7154 #else
7155     int mode = RTLD_LAZY ;
7156 #endif
7157     handle = dlopen("./dyna.$dlext", mode) ;
7158     if (handle == NULL) {
7159         printf ("1\n") ;
7160         fflush (stdout) ;
7161         exit(0);
7162     }
7163     symbol = dlsym(handle, "fred") ;
7164     if (symbol == NULL) {
7165         /* try putting a leading underscore */
7166         symbol = dlsym(handle, "_fred") ;
7167         if (symbol == NULL) {
7168             printf ("2\n") ;
7169             fflush (stdout) ;
7170             exit(0);
7171         }
7172         printf ("3\n") ;
7173     }
7174     else
7175         printf ("4\n") ;
7176     fflush (stdout) ;
7177     exit(0);
7178 }
7179 EOM
7180         : Call the object file tmp-dyna.o in case dlext=o.
7181         if $cc $ccflags $cccdlflags -c dyna.c > /dev/null 2>&1 && 
7182                 mv dyna${_o} tmp-dyna${_o} > /dev/null 2>&1 && 
7183                 $ld $lddlflags -o dyna.$dlext tmp-dyna${_o} > /dev/null 2>&1 && 
7184                 $cc $ccflags -o fred $ldflags $cccdlflags $ccdlflags fred.c $libs > /dev/null 2>&1; then
7185                 xxx=`./fred`
7186                 case $xxx in
7187                 1)      echo "Test program failed using dlopen." >&4
7188                         echo "Perhaps you should not use dynamic loading." >&4;;
7189                 2)      echo "Test program failed using dlsym." >&4
7190                         echo "Perhaps you should not use dynamic loading." >&4;;
7191                 3)      echo "dlsym needs a leading underscore" >&4
7192                         val="$define" ;;
7193                 4)      echo "dlsym doesn't need a leading underscore." >&4;;
7194                 esac
7195         else
7196                 echo "I can't compile and run the test program." >&4
7197         fi
7198         ;;
7199 esac
7200                 
7201 $rm -f fred fred.? dyna.$dlext dyna.? tmp-dyna.?
7202
7203 set d_dlsymun
7204 eval $setvar
7205
7206 hasproto='varname=$1; func=$2; shift; shift;
7207 while $test $# -ge 2; do
7208         case "$1" in
7209         $define) echo "#include <$2>";;
7210         esac ;
7211     shift 2;
7212 done > try.c;
7213 $cppstdin $cppflags $cppminus < try.c > tryout.c 2>/dev/null;
7214 if $contains "$func.*(" tryout.c >/dev/null 2>&1; then
7215         echo "$func() prototype found.";
7216         val="$define";
7217 else
7218         echo "$func() prototype NOT found.";
7219         val="$undef";
7220 fi;
7221 set $varname;
7222 eval $setvar;
7223 $rm -f try.c tryout.c'
7224
7225 : see if prototype for drand48 is available
7226 echo " "
7227 set d_drand48proto drand48 $i_stdlib stdlib.h $i_unistd unistd.h
7228 eval $hasproto
7229
7230 : see if dup2 exists
7231 set dup2 d_dup2
7232 eval $inlibc
7233
7234 : see if eaccess exists
7235 set eaccess d_eaccess
7236 eval $inlibc
7237
7238 : see if endgrent exists
7239 set endgrent d_endgrent
7240 eval $inlibc
7241
7242 : see if endhostent exists
7243 set endhostent d_endhent
7244 eval $inlibc
7245
7246 : see if endnetent exists
7247 set endnetent d_endnent
7248 eval $inlibc
7249
7250 : see if endprotoent exists
7251 set endprotoent d_endpent
7252 eval $inlibc
7253
7254 : see if endpwent exists
7255 set endpwent d_endpwent
7256 eval $inlibc
7257
7258 : see if endservent exists
7259 set endservent d_endsent
7260 eval $inlibc
7261
7262 : Locate the flags for 'open()'
7263 echo " "
7264 $cat >open3.c <<'EOCP'
7265 #include <sys/types.h>
7266 #ifdef I_FCNTL
7267 #include <fcntl.h>
7268 #endif
7269 #ifdef I_SYS_FILE
7270 #include <sys/file.h>
7271 #endif
7272 main() {
7273         if(O_RDONLY);
7274 #ifdef O_TRUNC
7275         exit(0);
7276 #else
7277         exit(1);
7278 #endif
7279 }
7280 EOCP
7281 : check sys/file.h first to get FREAD on Sun
7282 if $test `./findhdr sys/file.h` && \
7283                 set open3 -DI_SYS_FILE && eval $compile; then
7284         h_sysfile=true;
7285         echo "<sys/file.h> defines the O_* constants..." >&4
7286         if ./open3; then
7287                 echo "and you have the 3 argument form of open()." >&4
7288                 val="$define"
7289         else
7290                 echo "but not the 3 argument form of open().  Oh, well." >&4
7291                 val="$undef"
7292         fi
7293 elif $test `./findhdr fcntl.h` && \
7294                 set open3 -DI_FCNTL && eval $compile; then
7295         h_fcntl=true;
7296         echo "<fcntl.h> defines the O_* constants..." >&4
7297         if ./open3; then
7298                 echo "and you have the 3 argument form of open()." >&4
7299                 val="$define"
7300         else
7301                 echo "but not the 3 argument form of open().  Oh, well." >&4
7302                 val="$undef"
7303         fi
7304 else
7305         val="$undef"
7306         echo "I can't find the O_* constant definitions!  You got problems." >&4
7307 fi
7308 set d_open3
7309 eval $setvar
7310 $rm -f open3*
7311
7312 : check for non-blocking I/O stuff
7313 case "$h_sysfile" in
7314 true) echo "#include <sys/file.h>" > head.c;;
7315 *)
7316         case "$h_fcntl" in
7317         true) echo "#include <fcntl.h>" > head.c;;
7318         *) echo "#include <sys/fcntl.h>" > head.c;;
7319         esac
7320         ;;
7321 esac
7322 echo " "
7323 echo "Figuring out the flag used by open() for non-blocking I/O..." >&4
7324 case "$o_nonblock" in
7325 '')
7326         $cat head.c > try.c
7327         $cat >>try.c <<'EOCP'
7328 main() {
7329 #ifdef O_NONBLOCK
7330         printf("O_NONBLOCK\n");
7331         exit(0);
7332 #endif
7333 #ifdef O_NDELAY
7334         printf("O_NDELAY\n");
7335         exit(0);
7336 #endif
7337 #ifdef FNDELAY
7338         printf("FNDELAY\n");
7339         exit(0);
7340 #endif
7341         exit(0);
7342 }
7343 EOCP
7344         set try
7345         if eval $compile_ok; then
7346                 o_nonblock=`./try`
7347                 case "$o_nonblock" in
7348                 '') echo "I can't figure it out, assuming O_NONBLOCK will do.";;
7349                 *) echo "Seems like we can use $o_nonblock.";;
7350                 esac
7351         else
7352                 echo "(I can't compile the test program; pray O_NONBLOCK is right!)"
7353         fi
7354         ;;
7355 *) echo "Using $hint value $o_nonblock.";;
7356 esac
7357 $rm -f try try.* .out core
7358
7359 echo " "
7360 echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4
7361 case "$eagain" in
7362 '')
7363         $cat head.c > try.c
7364         $cat >>try.c <<EOCP
7365 #include <errno.h>
7366 #include <sys/types.h>
7367 #include <signal.h>
7368 #define MY_O_NONBLOCK $o_nonblock
7369 #ifndef errno  /* XXX need better Configure test */
7370 extern int errno;
7371 #endif
7372 $signal_t blech(x) int x; { exit(3); }
7373 EOCP
7374         $cat >> try.c <<'EOCP'
7375 main()
7376 {
7377         int pd[2];
7378         int pu[2];
7379         char buf[1];
7380         char string[100];
7381
7382         pipe(pd);       /* Down: child -> parent */
7383         pipe(pu);       /* Up: parent -> child */
7384         if (0 != fork()) {
7385                 int ret;
7386                 close(pd[1]);   /* Parent reads from pd[0] */
7387                 close(pu[0]);   /* Parent writes (blocking) to pu[1] */
7388                 if (-1 == fcntl(pd[0], F_SETFL, MY_O_NONBLOCK))
7389                         exit(1);
7390                 signal(SIGALRM, blech);
7391                 alarm(5);
7392                 if ((ret = read(pd[0], buf, 1)) > 0)    /* Nothing to read! */
7393                         exit(2);
7394                 sprintf(string, "%d\n", ret);
7395                 write(2, string, strlen(string));
7396                 alarm(0);
7397 #ifdef EAGAIN
7398                 if (errno == EAGAIN) {
7399                         printf("EAGAIN\n");
7400                         goto ok;
7401                 }
7402 #endif
7403 #ifdef EWOULDBLOCK
7404                 if (errno == EWOULDBLOCK)
7405                         printf("EWOULDBLOCK\n");
7406 #endif
7407         ok:
7408                 write(pu[1], buf, 1);   /* Unblocks child, tell it to close our pipe */
7409                 sleep(2);                               /* Give it time to close our pipe */
7410                 alarm(5);
7411                 ret = read(pd[0], buf, 1);      /* Should read EOF */
7412                 alarm(0);
7413                 sprintf(string, "%d\n", ret);
7414                 write(3, string, strlen(string));
7415                 exit(0);
7416         }
7417
7418         close(pd[0]);                   /* We write to pd[1] */
7419         close(pu[1]);                   /* We read from pu[0] */
7420         read(pu[0], buf, 1);    /* Wait for parent to signal us we may continue */
7421         close(pd[1]);                   /* Pipe pd is now fully closed! */
7422         exit(0);                                /* Bye bye, thank you for playing! */
7423 }
7424 EOCP
7425         set try
7426         if eval $compile_ok; then
7427                 echo "$startsh" >mtry
7428                 echo "./try >try.out 2>try.ret 3>try.err || exit 4" >>mtry
7429                 chmod +x mtry
7430                 ./mtry >/dev/null 2>&1
7431                 case $? in
7432                 0) eagain=`$cat try.out`;;
7433                 1) echo "Could not perform non-blocking setting!";;
7434                 2) echo "I did a successful read() for something that was not there!";;
7435                 3) echo "Hmm... non-blocking I/O does not seem to be working!";;
7436                 *) echo "Something terribly wrong happened during testing.";;
7437                 esac
7438                 rd_nodata=`$cat try.ret`
7439                 echo "A read() system call with no data present returns $rd_nodata."
7440                 case "$rd_nodata" in
7441                 0|-1) ;;
7442                 *)
7443                         echo "(That's peculiar, fixing that to be -1.)"
7444                         rd_nodata=-1
7445                         ;;
7446                 esac
7447                 case "$eagain" in
7448                 '')
7449                         echo "Forcing errno EAGAIN on read() with no data available."
7450                         eagain=EAGAIN
7451                         ;;
7452                 *)
7453                         echo "Your read() sets errno to $eagain when no data is available."
7454                         ;;
7455                 esac
7456                 status=`$cat try.err`
7457                 case "$status" in
7458                 0) echo "And it correctly returns 0 to signal EOF.";;
7459                 -1) echo "But it also returns -1 to signal EOF, so be careful!";;
7460                 *) echo "However, your read() returns '$status' on EOF??";;
7461                 esac
7462                 val="$define"
7463                 if test "$status" = "$rd_nodata"; then
7464                         echo "WARNING: you can't distinguish between EOF and no data!"
7465                         val="$undef"
7466                 fi
7467         else
7468                 echo "I can't compile the test program--assuming errno EAGAIN will do."
7469                 eagain=EAGAIN
7470         fi
7471         set d_eofnblk
7472         eval $setvar
7473         ;;
7474 *)
7475         echo "Using $hint value $eagain."
7476         echo "Your read() returns $rd_nodata when no data is present."
7477         case "$d_eofnblk" in
7478         "$define") echo "And you can see EOF because read() returns 0.";;
7479         "$undef") echo "But you can't see EOF status from read() returned value.";;
7480         *)
7481                 echo "(Assuming you can't see EOF status from read anyway.)"
7482                 d_eofnblk=$undef
7483                 ;;
7484         esac
7485         ;;
7486 esac
7487 $rm -f try try.* .out core head.c mtry
7488
7489 : see if fchmod exists
7490 set fchmod d_fchmod
7491 eval $inlibc
7492
7493 : see if fchown exists
7494 set fchown d_fchown
7495 eval $inlibc
7496
7497 : see if this is an fcntl system
7498 set fcntl d_fcntl
7499 eval $inlibc
7500
7501 : see if fgetpos exists
7502 set fgetpos d_fgetpos
7503 eval $inlibc
7504
7505
7506 if $test X"$use64bits" = X"$define"; then
7507         : see if fgetpos64 exists
7508         set fgetpos64 d_fgetpos64
7509         eval $inlibc
7510
7511         : see if fopen64 exists
7512         set freopen64 d_fopen64
7513         eval $inlibc
7514
7515         : see if freopen64 exists
7516         set freopen64 d_freopen64
7517         eval $inlibc
7518
7519         : see if fseek64 exists
7520         set fseek64 d_fseek64
7521         eval $inlibc
7522
7523         : see if fseeko64 exists
7524         set fseeko64 d_fseeko64
7525         eval $inlibc
7526
7527         : see if fsetpos64 exists
7528         set fsetpos64 d_fsetpos64
7529         eval $inlibc
7530
7531         : see if ftell64 exists
7532         set ftell64 d_ftell64
7533         eval $inlibc
7534
7535         : see if ftello64 exists
7536         set ftello64 d_ftello64
7537         eval $inlibc
7538
7539         : see if tmpfile64 exists
7540         set tmpfile64 d_tmpfile64
7541         eval $inlibc
7542 else
7543         val="$undef"
7544         for xxx in d_fgetpos64 d_fopen64 d_freopen64 d_fseek64 d_fseeko64 d_fsetpos64 d_ftell64 d_ftello64 d_tmpfile64
7545         do
7546                 set $xxx
7547                 eval $setvar
7548         done
7549 fi
7550
7551 : see if flock exists
7552 set flock d_flock
7553 eval $inlibc
7554
7555 : see if fork exists
7556 set fork d_fork
7557 eval $inlibc
7558
7559 : see if pathconf exists
7560 set pathconf d_pathconf
7561 eval $inlibc
7562
7563 : see if fpathconf exists
7564 set fpathconf d_fpathconf
7565 eval $inlibc
7566
7567 : see if fseeko exists
7568 set fseeko d_fseeko
7569 eval $inlibc
7570
7571 : see if fsetpos exists
7572 set fsetpos d_fsetpos
7573 eval $inlibc
7574
7575 : see if ftello exists
7576 set ftello d_ftello
7577 eval $inlibc
7578
7579 : see if getgrent exists
7580 set getgrent d_getgrent
7581 eval $inlibc
7582
7583 : see if gethostbyaddr exists
7584 set gethostbyaddr d_gethbyaddr
7585 eval $inlibc
7586
7587 : see if gethostbyname exists
7588 set gethostbyname d_gethbyname
7589 eval $inlibc
7590
7591 : see if gethostent exists
7592 set gethostent d_gethent
7593 eval $inlibc
7594
7595 : see if this is a netdb.h system
7596 set netdb.h i_netdb
7597 eval $inhdr
7598
7599 : see if prototypes for various gethostxxx netdb.h functions are available
7600 echo " "
7601 set d_gethostprotos gethostent $i_netdb netdb.h
7602 eval $hasproto
7603
7604 : see if getlogin exists
7605 set getlogin d_getlogin
7606 eval $inlibc
7607
7608 : see if getnetbyaddr exists
7609 set getnetbyaddr d_getnbyaddr
7610 eval $inlibc
7611
7612 : see if getnetbyname exists
7613 set getnetbyname d_getnbyname
7614 eval $inlibc
7615
7616 : see if getnetent exists
7617 set getnetent d_getnent
7618 eval $inlibc
7619
7620 : see if prototypes for various getnetxxx netdb.h functions are available
7621 echo " "
7622 set d_getnetprotos getnetent $i_netdb netdb.h
7623 eval $hasproto
7624
7625
7626 : see if getprotobyname exists
7627 set getprotobyname d_getpbyname
7628 eval $inlibc
7629
7630 : see if getprotobynumber exists
7631 set getprotobynumber d_getpbynumber
7632 eval $inlibc
7633
7634 : see if getprotoent exists
7635 set getprotoent d_getpent
7636 eval $inlibc
7637
7638 : see if getpgid exists
7639 set getpgid d_getpgid
7640 eval $inlibc
7641
7642 : see if getpgrp2 exists
7643 set getpgrp2 d_getpgrp2
7644 eval $inlibc
7645
7646 : see if getppid exists
7647 set getppid d_getppid
7648 eval $inlibc
7649
7650 : see if getpriority exists
7651 set getpriority d_getprior
7652 eval $inlibc
7653
7654 : see if prototypes for various getprotoxxx netdb.h functions are available
7655 echo " "
7656 set d_getprotoprotos getprotoent $i_netdb netdb.h
7657 eval $hasproto
7658
7659 : see if getpwent exists
7660 set getpwent d_getpwent
7661 eval $inlibc
7662
7663
7664 : see if getservbyname exists
7665 set getservbyname d_getsbyname
7666 eval $inlibc
7667
7668 : see if getservbyport exists
7669 set getservbyport d_getsbyport
7670 eval $inlibc
7671
7672 : see if getservent exists
7673 set getservent d_getsent
7674 eval $inlibc
7675
7676 : see if prototypes for various getservxxx netdb.h functions are available
7677 echo " "
7678 set d_getservprotos getservent $i_netdb netdb.h
7679 eval $hasproto
7680
7681 : see if gettimeofday or ftime exists
7682 set gettimeofday d_gettimeod
7683 eval $inlibc
7684 case "$d_gettimeod" in
7685 "$undef")
7686         set ftime d_ftime 
7687         eval $inlibc
7688         ;;
7689 *)
7690         val="$undef"; set d_ftime; eval $setvar
7691         ;;
7692 esac
7693 case "$d_gettimeod$d_ftime" in
7694 "$undef$undef")
7695         echo " "
7696         echo 'No ftime() nor gettimeofday() -- timing may be less accurate.' >&4
7697         ;;
7698 esac
7699
7700 : see if this is an grp system
7701 set grp.h i_grp
7702 eval $inhdr
7703
7704 case "$i_grp" in
7705 $define)
7706         xxx=`./findhdr grp.h`
7707         $cppstdin $cppflags $cppminus < $xxx >$$.h
7708
7709         if $contains 'gr_passwd' $$.h >/dev/null 2>&1; then
7710                 val="$define"
7711         else
7712                 val="$undef"
7713         fi
7714         set d_grpasswd
7715         eval $setvar
7716
7717         $rm -f $$.h
7718         ;;
7719 *)
7720         val="$undef";
7721         set d_grpasswd; eval $setvar
7722         ;;
7723 esac
7724
7725 : see if this is a netinet/in.h or sys/in.h system
7726 set netinet/in.h i_niin sys/in.h i_sysin
7727 eval $inhdr
7728
7729 : see if arpa/inet.h has to be included
7730 set arpa/inet.h i_arpainet
7731 eval $inhdr
7732
7733 : see if htonl --and friends-- exists
7734 val=''
7735 set htonl val
7736 eval $inlibc
7737
7738 : Maybe they are macros.
7739 case "$val" in
7740 $undef)
7741         $cat >htonl.c <<EOM
7742 #include <stdio.h>
7743 #include <sys/types.h>
7744 #$i_niin I_NETINET_IN
7745 #$i_sysin I_SYS_IN
7746 #$i_arpainet I_ARPA_INET
7747 #ifdef I_NETINET_IN
7748 #include <netinet/in.h>
7749 #endif
7750 #ifdef I_SYS_IN
7751 #include <sys/in.h>
7752 #endif
7753 #ifdef I_ARPA_INET
7754 #include <arpa/inet.h>
7755 #endif
7756 #ifdef htonl
7757 printf("Defined as a macro.");
7758 #endif
7759 EOM
7760         $cppstdin $cppflags $cppminus < htonl.c >htonl.E 2>/dev/null
7761         if $contains 'Defined as a macro' htonl.E >/dev/null 2>&1; then
7762                 val="$define"
7763                 echo "But it seems to be defined as a macro." >&4
7764         fi
7765         $rm -f htonl.?
7766         ;;
7767 esac
7768 set d_htonl
7769 eval $setvar
7770
7771 : see which of string.h or strings.h is needed
7772 echo " "
7773 strings=`./findhdr string.h`
7774 if $test "$strings" && $test -r "$strings"; then
7775         echo "Using <string.h> instead of <strings.h>." >&4
7776         val="$define"
7777 else
7778         val="$undef"
7779         strings=`./findhdr strings.h`
7780         if $test "$strings" && $test -r "$strings"; then
7781                 echo "Using <strings.h> instead of <string.h>." >&4
7782         else
7783                 echo "No string header found -- You'll surely have problems." >&4
7784         fi
7785 fi
7786 set i_string
7787 eval $setvar
7788 case "$i_string" in
7789 "$undef") strings=`./findhdr strings.h`;;
7790 *)        strings=`./findhdr string.h`;;
7791 esac
7792
7793 : index or strchr
7794 echo " "
7795 if set index val -f; eval $csym; $val; then
7796         if set strchr val -f d_strchr; eval $csym; $val; then
7797                 if $contains strchr "$strings" >/dev/null 2>&1 ; then
7798                         val="$define"
7799                         vali="$undef"
7800                         echo "strchr() found." >&4
7801                 else
7802                         val="$undef"
7803                         vali="$define"
7804                         echo "index() found." >&4
7805                 fi
7806         else
7807                 val="$undef"
7808                 vali="$define"
7809                 echo "index() found." >&4
7810         fi
7811 else
7812         if set strchr val -f d_strchr; eval $csym; $val; then
7813                 val="$define"
7814                 vali="$undef"
7815                 echo "strchr() found." >&4
7816         else
7817                 echo "No index() or strchr() found!" >&4
7818                 val="$undef"
7819                 vali="$undef"
7820         fi
7821 fi
7822 set d_strchr; eval $setvar
7823 val="$vali"
7824 set d_index; eval $setvar
7825
7826 : check whether inet_aton exists
7827 set inet_aton d_inetaton
7828 eval $inlibc
7829
7830 : see if inttypes.h is available
7831 : we want a real compile instead of Inhdr because some systems
7832 : have an inttypes.h which includes non-existent headers
7833 $cat >try.c <<EOCP
7834 #include <inttypes.h>
7835 extern int foo;
7836 EOCP
7837 set try
7838 if eval $compile; then
7839         val="$define"
7840 else
7841         val="$undef"
7842 fi
7843 set i_inttypes
7844 eval $setvar
7845
7846 : check for int64_t
7847 case "$use64bits" in
7848 "$define" )
7849         echo " "
7850         echo $n "Checking to see if your system supports int64_t...$c" >&4
7851         $cat >try.c <<EOCP
7852 #include <sys/types.h>
7853 #$i_inttypes I_INTTYPES
7854 #ifdef I_INTTYPES
7855 #include <inttypes.h>
7856 #endif
7857 int64_t foo() { int64_t x; x = 7; return x; }
7858 EOCP
7859         if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then
7860                 val="$define"
7861                 echo " Yup, it does." >&4
7862         else
7863                 val="$undef"
7864                 echo " Nope, it doesn't." >&4
7865         fi
7866         $rm -f try.*
7867         ;;
7868 *)      val="$undef"
7869         ;;
7870 esac
7871 set d_int64t
7872 eval $setvar
7873
7874
7875 : Look for isascii
7876 echo " "
7877 $cat >isascii.c <<'EOCP'
7878 #include <stdio.h>
7879 #include <ctype.h>
7880 main() {
7881         int c = 'A';
7882         if (isascii(c))
7883                 exit(0);
7884         else
7885                 exit(1);
7886 }
7887 EOCP
7888 set isascii
7889 if eval $compile; then
7890         echo "isascii() found." >&4
7891         val="$define"
7892 else
7893         echo "isascii() NOT found." >&4
7894         val="$undef"
7895 fi
7896 set d_isascii
7897 eval $setvar
7898 $rm -f isascii*
7899
7900 : see if killpg exists
7901 set killpg d_killpg
7902 eval $inlibc
7903
7904 : see if lchown exists
7905 echo " "
7906 $cat > try.c <<'EOCP'
7907 /* System header to define __stub macros and hopefully few prototypes,
7908     which can conflict with char lchown(); below.  */
7909 #include <assert.h>
7910 /* Override any gcc2 internal prototype to avoid an error.  */
7911 /* We use char because int might match the return type of a gcc2
7912    builtin and then its argument prototype would still apply.  */
7913 char lchown();
7914 int main() {
7915     /*  The GNU C library defines this for functions which it implements
7916         to always fail with ENOSYS.  Some functions are actually named
7917         something starting with __ and the normal name is an alias.  */
7918 #if defined (__stub_lchown) || defined (__stub___lchown)
7919 choke me
7920 #else
7921 lchown();
7922 #endif
7923 ; return 0; }
7924 EOCP
7925 set try
7926 if eval $compile; then
7927     $echo "lchown() found." >&4
7928     val="$define"
7929 else
7930     $echo "lchown() NOT found." >&4
7931     val="$undef"
7932 fi
7933 set d_lchown
7934 eval $setvar
7935
7936 : see if link exists
7937 set link d_link
7938 eval $inlibc
7939
7940 : see if localeconv exists
7941 set localeconv d_locconv
7942 eval $inlibc
7943
7944 : see if lockf exists
7945 set lockf d_lockf
7946 eval $inlibc
7947
7948 : check for length of double
7949 echo " "
7950 case "$doublesize" in
7951 '')
7952         $echo $n "Checking to see how big your double precision numbers are...$c" >&4
7953         $cat >try.c <<'EOCP'
7954 #include <stdio.h>
7955 main()
7956 {
7957         printf("%d\n", sizeof(double));
7958 }
7959 EOCP
7960         set try
7961         if eval $compile_ok; then
7962                 doublesize=`./try`
7963                 $echo " $doublesize bytes." >&4
7964         else
7965                 dflt='8'
7966                 echo "(I can't seem to compile the test program.  Guessing...)"
7967                 rp="What is the size of a double precision number (in bytes)?"
7968                 . ./myread
7969                 doublesize="$ans"
7970         fi
7971         ;;
7972 esac
7973 $rm -f try.c try
7974
7975 : check for long doubles
7976 echo " "
7977 echo $n "Checking to see if your system supports long doubles...$c" >&4
7978 echo 'long double foo() { long double x; x = 7.0; return x; }' > try.c
7979 if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then
7980         val="$define"
7981         echo " Yup, it does." >&4
7982 else
7983         val="$undef"
7984         echo " Nope, it doesn't." >&4
7985 fi
7986 $rm try.*
7987 set d_longdbl
7988 eval $setvar
7989
7990 : check for length of long double
7991 case "${d_longdbl}${longdblsize}" in
7992 $define)
7993         echo " "
7994         $echo $n "Checking to see how big your long doubles are...$c" >&4
7995         $cat >try.c <<'EOCP'
7996 #include <stdio.h>
7997 main()
7998 {
7999         printf("%d\n", sizeof(long double));
8000 }
8001 EOCP
8002         set try
8003         if eval $compile; then
8004                 longdblsize=`./try`
8005                 $echo " $longdblsize bytes." >&4
8006         else
8007                 dflt='8'
8008                 echo " "
8009                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
8010                 rp="What is the size of a long double (in bytes)?"
8011                 . ./myread
8012                 longdblsize="$ans"
8013         fi
8014         if $test "X$doublesize" = "X$longdblsize"; then
8015                 echo "(That isn't any different from an ordinary double.)"
8016         fi      
8017         ;;
8018 esac
8019 $rm -f try.c try
8020
8021 : check for long long
8022 echo " "
8023 echo $n "Checking to see if your system supports long long...$c" >&4
8024 echo 'long long foo() { long long x; x = 7; return x; }' > try.c
8025 if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then
8026         val="$define"
8027         echo " Yup, it does." >&4
8028 else
8029         val="$undef"
8030         echo " Nope, it doesn't." >&4
8031 fi
8032 $rm try.*
8033 set d_longlong
8034 eval $setvar
8035
8036 : check for length of long long
8037 case "${d_longlong}${longlongsize}" in
8038 $define)
8039         echo " "
8040         $echo $n "Checking to see how big your long longs are...$c" >&4
8041         $cat >try.c <<'EOCP'
8042 #include <stdio.h>
8043 main()
8044 {
8045         printf("%d\n", sizeof(long long));
8046 }
8047 EOCP
8048         set try
8049         if eval $compile_ok; then
8050                 longlongsize=`./try`
8051                 $echo " $longlongsize bytes." >&4
8052         else
8053                 dflt='8'
8054                 echo " "
8055                 echo "(I can't seem to compile the test program.  Guessing...)"
8056                 rp="What is the size of a long long (in bytes)?"
8057                 . ./myread
8058                 longlongsize="$ans"
8059         fi
8060         if $test "X$longsize" = "X$longlongsize"; then
8061                 echo "(That isn't any different from an ordinary long.)"
8062         fi      
8063         ;;
8064 esac
8065 $rm -f try.c try
8066
8067 : see if lstat exists
8068 set lstat d_lstat
8069 eval $inlibc
8070
8071 : see if mblen exists
8072 set mblen d_mblen
8073 eval $inlibc
8074
8075 : see if mbstowcs exists
8076 set mbstowcs d_mbstowcs
8077 eval $inlibc
8078
8079 : see if mbtowc exists
8080 set mbtowc d_mbtowc
8081 eval $inlibc
8082
8083 : see if memcmp exists
8084 set memcmp d_memcmp
8085 eval $inlibc
8086
8087 : see if memcpy exists
8088 set memcpy d_memcpy
8089 eval $inlibc
8090
8091 : see if memmove exists
8092 set memmove d_memmove
8093 eval $inlibc
8094
8095 : see if memset exists
8096 set memset d_memset
8097 eval $inlibc
8098
8099 : see if mkdir exists
8100 set mkdir d_mkdir
8101 eval $inlibc
8102
8103 : see if mkfifo exists
8104 set mkfifo d_mkfifo
8105 eval $inlibc
8106
8107 : see if mktime exists
8108 set mktime d_mktime
8109 eval $inlibc
8110
8111 : see if msgctl exists
8112 set msgctl d_msgctl
8113 eval $inlibc
8114
8115 : see if msgget exists
8116 set msgget d_msgget
8117 eval $inlibc
8118
8119 : see if msgsnd exists
8120 set msgsnd d_msgsnd
8121 eval $inlibc
8122
8123 : see if msgrcv exists
8124 set msgrcv d_msgrcv
8125 eval $inlibc
8126
8127 : see how much of the 'msg*(2)' library is present.
8128 h_msg=true
8129 echo " "
8130 case "$d_msgctl$d_msgget$d_msgsnd$d_msgrcv" in
8131 *"$undef"*) h_msg=false;;
8132 esac
8133 case "$osname" in
8134 freebsd)
8135     case "`ipcs 2>&1`" in
8136     "SVID messages"*"not configured"*)
8137         echo "Your $osname does not have the msg*(2) configured." >&4
8138         h_msg=false
8139         val="$undef"
8140         set msgctl d_msgctl
8141         eval $setvar
8142         set msgget d_msgget
8143         eval $setvar
8144         set msgsnd d_msgsnd
8145         eval $setvar
8146         set msgrcv d_msgrcv
8147         eval $setvar
8148         ;;
8149     esac
8150     ;;
8151 esac
8152 : we could also check for sys/ipc.h ...
8153 if $h_msg && $test `./findhdr sys/msg.h`; then
8154         echo "You have the full msg*(2) library." >&4
8155         val="$define"
8156 else
8157         echo "You don't have the full msg*(2) library." >&4
8158         val="$undef"
8159 fi
8160 set d_msg
8161 eval $setvar
8162
8163 : see if nice exists
8164 set nice d_nice
8165 eval $inlibc
8166
8167 : see if pause exists
8168 set pause d_pause
8169 eval $inlibc
8170
8171 : see if pipe exists
8172 set pipe d_pipe
8173 eval $inlibc
8174
8175 : see if poll exists
8176 set poll d_poll
8177 eval $inlibc
8178
8179
8180 : see whether the various POSIXish _yields exist
8181 $cat >try.c <<EOP
8182 #include <pthread.h>
8183 #include <stdio.h>
8184 main() {
8185 #ifdef SCHED_YIELD
8186         sched_yield();
8187 #else
8188 #ifdef PTHREAD_YIELD
8189         pthread_yield();
8190 #else
8191 #ifdef PTHREAD_YIELD_NULL
8192         pthread_yield(NULL);
8193 #endif
8194 #endif
8195 #endif
8196 }
8197 EOP
8198 : see if sched_yield exists
8199 set try -DSCHED_YIELD
8200 if eval $compile; then
8201     val="$define"
8202     sched_yield='sched_yield()'
8203 else
8204     val="$undef"
8205 fi
8206 case "$usethreads" in
8207 $define)
8208         case "$val" in
8209         $define) echo 'sched_yield() found.' >&4        ;;
8210         *)       echo 'sched_yield() NOT found.' >&4    ;;
8211         esac
8212 esac
8213 set d_sched_yield
8214 eval $setvar
8215
8216 : see if pthread_yield exists
8217 set try -DPTHREAD_YIELD
8218 if eval $compile; then
8219     val="$define"
8220     case "$sched_yield" in
8221     '') sched_yield='pthread_yield()' ;;
8222     esac
8223 else
8224     set try -DPTHREAD_YIELD_NULL
8225     if eval $compile; then
8226         val="$define"
8227         case "$sched_yield" in
8228         '') sched_yield='pthread_yield(NULL)' ;;
8229         esac
8230     else
8231         val="$undef"
8232     fi
8233 fi
8234 case "$usethreads" in
8235 $define)
8236         case "$val" in
8237         $define) echo 'pthread_yield() found.' >&4      ;;
8238         *)       echo 'pthread_yield() NOT found.' >&4  ;;
8239         esac
8240         ;;
8241 esac
8242 set d_pthread_yield
8243 eval $setvar
8244
8245 case "$sched_yield" in
8246 '') sched_yield=undef ;;
8247 esac
8248
8249 $rm -f try try.*
8250
8251 : see if this is a pwd.h system
8252 set pwd.h i_pwd
8253 eval $inhdr
8254
8255 case "$i_pwd" in
8256 $define)
8257         xxx=`./findhdr pwd.h`
8258         $cppstdin $cppflags $cppminus < $xxx >$$.h
8259
8260         if $contains 'pw_quota' $$.h >/dev/null 2>&1; then
8261                 val="$define"
8262         else
8263                 val="$undef"
8264         fi
8265         set d_pwquota
8266         eval $setvar
8267
8268         if $contains 'pw_age' $$.h >/dev/null 2>&1; then
8269                 val="$define"
8270         else
8271                 val="$undef"
8272         fi
8273         set d_pwage
8274         eval $setvar
8275
8276         if $contains 'pw_change' $$.h >/dev/null 2>&1; then
8277                 val="$define"
8278         else
8279                 val="$undef"
8280         fi
8281         set d_pwchange
8282         eval $setvar
8283
8284         if $contains 'pw_class' $$.h >/dev/null 2>&1; then
8285                 val="$define"
8286         else
8287                 val="$undef"
8288         fi
8289         set d_pwclass
8290         eval $setvar
8291
8292         if $contains 'pw_expire' $$.h >/dev/null 2>&1; then
8293                 val="$define"
8294         else
8295                 val="$undef"
8296         fi
8297         set d_pwexpire
8298         eval $setvar
8299
8300         if $contains 'pw_comment' $$.h >/dev/null 2>&1; then
8301                 val="$define"
8302         else
8303                 val="$undef"
8304         fi
8305         set d_pwcomment
8306         eval $setvar
8307
8308         if $contains 'pw_gecos' $$.h >/dev/null 2>&1; then
8309                 val="$define"
8310         else
8311                 val="$undef"
8312         fi
8313         set d_pwgecos
8314         eval $setvar
8315
8316         if $contains 'pw_passwd' $$.h >/dev/null 2>&1; then
8317                 val="$define"
8318         else
8319                 val="$undef"
8320         fi
8321         set d_pwpasswd
8322         eval $setvar
8323
8324         $rm -f $$.h
8325         ;;
8326 *)
8327         val="$undef"; 
8328         set d_pwquota; eval $setvar
8329         set d_pwage; eval $setvar
8330         set d_pwchange; eval $setvar
8331         set d_pwclass; eval $setvar
8332         set d_pwexpire; eval $setvar
8333         set d_pwcomment; eval $setvar
8334         set d_pwgecos; eval $setvar
8335         set d_pwpasswd; eval $setvar
8336         ;;
8337 esac
8338
8339 : see if readdir and friends exist
8340 set readdir d_readdir
8341 eval $inlibc
8342 set seekdir d_seekdir
8343 eval $inlibc
8344 set telldir d_telldir
8345 eval $inlibc
8346 set rewinddir d_rewinddir
8347 eval $inlibc
8348
8349 : see if readlink exists
8350 set readlink d_readlink
8351 eval $inlibc
8352
8353 : see if rename exists
8354 set rename d_rename
8355 eval $inlibc
8356
8357 : see if rmdir exists
8358 set rmdir d_rmdir
8359 eval $inlibc
8360
8361 : see if memory.h is available.
8362 val=''
8363 set memory.h val
8364 eval $inhdr
8365
8366 : See if it conflicts with string.h
8367 case "$val" in
8368 $define)
8369         case "$strings" in
8370         '') ;;
8371         *)
8372                 $cppstdin $cppflags $cppminus < $strings > mem.h
8373                 if $contains 'memcpy' mem.h >/dev/null 2>&1; then
8374                         echo " "
8375                         echo "We won't be including <memory.h>."
8376                         val="$undef"
8377                 fi
8378                 $rm -f mem.h
8379                 ;;
8380         esac
8381 esac
8382 set i_memory
8383 eval $setvar
8384
8385 : can bcopy handle overlapping blocks?
8386 val="$undef"
8387 case "$d_bcopy" in
8388 "$define")
8389         echo " "
8390         echo "Checking to see if your bcopy() can do overlapping copies..." >&4
8391         $cat >try.c <<EOCP
8392 #$i_memory I_MEMORY
8393 #$i_stdlib I_STDLIB
8394 #$i_string I_STRING
8395 #$i_unistd I_UNISTD
8396 EOCP
8397         $cat >>try.c <<'EOCP'
8398 #include <stdio.h>
8399 #ifdef I_MEMORY
8400 #  include <memory.h>
8401 #endif
8402 #ifdef I_STDLIB
8403 #  include <stdlib.h>
8404 #endif
8405 #ifdef I_STRING
8406 #  include <string.h>
8407 #else
8408 #  include <strings.h>
8409 #endif
8410 #ifdef I_UNISTD
8411 #  include <unistd.h>  /* Needed for NetBSD */
8412 #endif
8413 main()
8414 {
8415 char buf[128], abc[128];
8416 char *b;
8417 int len;
8418 int off;
8419 int align;
8420
8421 bcopy("abcdefghijklmnopqrstuvwxyz0123456789", abc, 36);
8422
8423 for (align = 7; align >= 0; align--) {
8424         for (len = 36; len; len--) {
8425                 b = buf+align;
8426                 bcopy(abc, b, len);
8427                 for (off = 1; off <= len; off++) {
8428                         bcopy(b, b+off, len);
8429                         bcopy(b+off, b, len);
8430                         if (bcmp(b, abc, len))
8431                                 exit(1);
8432                 }
8433         }
8434 }
8435 exit(0);
8436 }
8437 EOCP
8438         set try
8439         if eval $compile_ok; then
8440                 if ./try 2>/dev/null; then
8441                         echo "Yes, it can."
8442                         val="$define"
8443                 else
8444                         echo "It can't, sorry."
8445                         case "$d_memmove" in
8446                         "$define") echo "But that's Ok since you have memmove()." ;;
8447                         esac
8448                 fi
8449         else
8450                 echo "(I can't compile the test program, so we'll assume not...)"
8451                 case "$d_memmove" in
8452                 "$define") echo "But that's Ok since you have memmove()." ;;
8453                 esac
8454         fi
8455         ;;
8456 esac
8457 $rm -f try.* try core
8458 set d_safebcpy
8459 eval $setvar
8460
8461 : can memcpy handle overlapping blocks?
8462 val="$undef"
8463 case "$d_memcpy" in
8464 "$define")
8465         echo " "
8466         echo "Checking to see if your memcpy() can do overlapping copies..." >&4
8467         $cat >try.c <<EOCP
8468 #$i_memory I_MEMORY
8469 #$i_stdlib I_STDLIB
8470 #$i_string I_STRING
8471 #$i_unistd I_UNISTD
8472 EOCP
8473         $cat >>try.c <<'EOCP'
8474 #include <stdio.h>
8475 #ifdef I_MEMORY
8476 #  include <memory.h>
8477 #endif
8478 #ifdef I_STDLIB
8479 #  include <stdlib.h>
8480 #endif
8481 #ifdef I_STRING
8482 #  include <string.h>
8483 #else
8484 #  include <strings.h>
8485 #endif
8486 #ifdef I_UNISTD
8487 #  include <unistd.h>  /* Needed for NetBSD */
8488 #endif
8489 main()
8490 {
8491 char buf[128], abc[128];
8492 char *b;
8493 int len;
8494 int off;
8495 int align;
8496
8497 /* Copy "abcde..." string to char abc[] so that gcc doesn't
8498    try to store the string in read-only memory. */
8499 memcpy(abc, "abcdefghijklmnopqrstuvwxyz0123456789", 36);
8500
8501 for (align = 7; align >= 0; align--) {
8502         for (len = 36; len; len--) {
8503                 b = buf+align;
8504                 memcpy(b, abc, len);
8505                 for (off = 1; off <= len; off++) {
8506                         memcpy(b+off, b, len);
8507                         memcpy(b, b+off, len);
8508                         if (memcmp(b, abc, len))
8509                                 exit(1);
8510                 }
8511         }
8512 }
8513 exit(0);
8514 }
8515 EOCP
8516         set try
8517         if eval $compile_ok; then
8518                 if ./try 2>/dev/null; then
8519                         echo "Yes, it can."
8520                         val="$define"
8521                 else
8522                         echo "It can't, sorry."
8523                         case "$d_memmove" in
8524                         "$define") echo "But that's Ok since you have memmove()." ;;
8525                         esac
8526                 fi
8527         else
8528                 echo "(I can't compile the test program, so we'll assume not...)"
8529                 case "$d_memmove" in
8530                 "$define") echo "But that's Ok since you have memmove()." ;;
8531                 esac
8532         fi
8533         ;;
8534 esac
8535 $rm -f try.* try core
8536 set d_safemcpy
8537 eval $setvar
8538
8539 : can memcmp be trusted to compare relative magnitude?
8540 val="$undef"
8541 case "$d_memcmp" in
8542 "$define")
8543         echo " "
8544         echo "Checking if your memcmp() can compare relative magnitude..." >&4
8545         $cat >try.c <<EOCP
8546 #$i_memory I_MEMORY
8547 #$i_stdlib I_STDLIB
8548 #$i_string I_STRING
8549 #$i_unistd I_UNISTD
8550 EOCP
8551         $cat >>try.c <<'EOCP'
8552 #include <stdio.h>
8553 #ifdef I_MEMORY
8554 #  include <memory.h>
8555 #endif
8556 #ifdef I_STDLIB
8557 #  include <stdlib.h>
8558 #endif
8559 #ifdef I_STRING
8560 #  include <string.h>
8561 #else
8562 #  include <strings.h>
8563 #endif
8564 #ifdef I_UNISTD
8565 #  include <unistd.h>  /* Needed for NetBSD */
8566 #endif
8567 main()
8568 {
8569 char a = -1;
8570 char b = 0;
8571 if ((a < b) && memcmp(&a, &b, 1) < 0)
8572         exit(1);
8573 exit(0);
8574 }
8575 EOCP
8576         set try
8577         if eval $compile_ok; then
8578                 if ./try 2>/dev/null; then
8579                         echo "Yes, it can."
8580                         val="$define"
8581                 else
8582                         echo "No, it can't (it uses signed chars)."
8583                 fi
8584         else
8585                 echo "(I can't compile the test program, so we'll assume not...)"
8586         fi
8587         ;;
8588 esac
8589 $rm -f try.* try core
8590 set d_sanemcmp
8591 eval $setvar
8592
8593 : see if select exists
8594 set select d_select
8595 eval $inlibc
8596
8597 : see if semctl exists
8598 set semctl d_semctl
8599 eval $inlibc
8600
8601 : see if semget exists
8602 set semget d_semget
8603 eval $inlibc
8604
8605 : see if semop exists
8606 set semop d_semop
8607 eval $inlibc
8608
8609 : see how much of the 'sem*(2)' library is present.
8610 h_sem=true
8611 echo " "
8612 case "$d_semctl$d_semget$d_semop" in
8613 *"$undef"*) h_sem=false;;
8614 esac
8615 case "$osname" in
8616 freebsd)
8617     case "`ipcs 2>&1`" in
8618     "SVID messages"*"not configured"*)
8619         echo "Your $osname does not have the sem*(2) configured." >&4
8620         h_sem=false
8621         val="$undef"
8622         set semctl d_semctl
8623         eval $setvar
8624         set semget d_semget
8625         eval $setvar
8626         set semop d_semop
8627         eval $setvar
8628         ;;
8629     esac
8630     ;;
8631 esac
8632 : we could also check for sys/ipc.h ...
8633 if $h_sem && $test `./findhdr sys/sem.h`; then
8634         echo "You have the full sem*(2) library." >&4
8635         val="$define"
8636 else
8637         echo "You don't have the full sem*(2) library." >&4
8638         val="$undef"
8639 fi
8640 set d_sem
8641 eval $setvar
8642
8643 : see whether sys/sem.h defines union semun
8644 echo " "
8645 $cat > try.c <<'END'
8646 #include <sys/types.h>
8647 #include <sys/ipc.h>
8648 #include <sys/sem.h>
8649 int main () { union semun semun; semun.buf = 0; }
8650 END
8651 set try
8652 if eval $compile; then
8653     echo "You have union semun in <sys/sem.h>." >&4
8654     val="$define"
8655 else
8656     echo "You do not have union semun in <sys/sem.h>." >&4
8657     val="$undef"
8658 fi
8659 $rm -f try try.c try.h
8660 set d_union_semun
8661 eval $setvar
8662
8663 : see how to do semctl IPC_STAT
8664 case "$d_sem" in
8665 $define)
8666     : see whether semctl IPC_STAT can use union semun
8667     echo " "
8668     $cat > try.h <<END
8669 #ifndef S_IRUSR
8670 #   ifdef S_IREAD
8671 #       define S_IRUSR S_IREAD
8672 #       define S_IWUSR S_IWRITE
8673 #       define S_IXUSR S_IEXEC
8674 #   else
8675 #       define S_IRUSR 0400
8676 #       define S_IWUSR 0200
8677 #       define S_IXUSR 0100
8678 #   endif
8679 #   define S_IRGRP (S_IRUSR>>3)
8680 #   define S_IWGRP (S_IWUSR>>3)
8681 #   define S_IXGRP (S_IXUSR>>3)
8682 #   define S_IROTH (S_IRUSR>>6)
8683 #   define S_IWOTH (S_IWUSR>>6)
8684 #   define S_IXOTH (S_IXUSR>>6)
8685 #endif
8686 #ifndef S_IRWXU
8687 #   define S_IRWXU (S_IRUSR|S_IWUSR|S_IXUSR)
8688 #   define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)
8689 #   define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
8690 #endif
8691 END
8692
8693     $cat > try.c <<END
8694 #include <sys/types.h>
8695 #include <sys/ipc.h>
8696 #include <sys/sem.h>
8697 #include <sys/stat.h>
8698 #include <stdio.h>
8699 #include <errno.h>
8700 #include "try.h"
8701 #ifndef errno
8702 extern int errno;
8703 #endif
8704 #$d_union_semun HAS_UNION_SEMUN
8705 int main() {
8706     union semun
8707 #ifndef HAS_UNION_SEMUN
8708     {
8709         int val;
8710         struct semid_ds *buf;
8711         unsigned short *array;
8712     }
8713 #endif
8714     arg;
8715     int sem, st;
8716
8717 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) && defined(S_IRWXO) && defined(IPC_CREAT)
8718     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
8719     if (sem > -1) {
8720         struct semid_ds argbuf;
8721         arg.buf = &argbuf;
8722 #       ifdef IPC_STAT
8723         st = semctl(sem, 0, IPC_STAT, arg);
8724         if (st == 0)
8725             printf("semun\n");
8726         else
8727 #       endif /* IPC_STAT */
8728             printf("semctl IPC_STAT failed: errno = %d\n", errno);
8729 #       ifdef IPC_RMID
8730         if (semctl(sem, 0, IPC_RMID, arg) != 0)
8731 #       endif /* IPC_RMID */
8732             printf("semctl IPC_RMID failed: errno = %d\n", errno);
8733     } else
8734 #endif /* IPC_PRIVATE && ... */
8735         printf("semget failed: errno = %d\n", errno);
8736   return 0;
8737 }
8738 END
8739     val="$undef"
8740     set try
8741     if eval $compile; then
8742         xxx=`./try`
8743         case "$xxx" in
8744         semun) val="$define" ;;
8745         esac
8746     fi
8747     $rm -f try try.c
8748     set d_semctl_semun
8749     eval $setvar
8750     case "$d_semctl_semun" in
8751     $define)
8752         echo "You can use union semun for semctl IPC_STAT." >&4
8753         also='also'
8754         ;;
8755     *)  echo "You cannot use union semun for semctl IPC_STAT." >&4
8756         also=''
8757         ;;
8758     esac
8759
8760     : see whether semctl IPC_STAT can use struct semid_ds pointer
8761     $cat > try.c <<'END'
8762 #include <sys/types.h>
8763 #include <sys/ipc.h>
8764 #include <sys/sem.h>
8765 #include <sys/stat.h>
8766 #include "try.h"
8767 #include <stdio.h>
8768 #include <errno.h>
8769 #ifndef errno
8770 extern int errno;
8771 #endif
8772 int main() {
8773     struct semid_ds arg;
8774     int sem, st;
8775
8776 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) &&  defined(S_IRWXO) && defined(IPC_CREAT)
8777     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
8778     if (sem > -1) {
8779 #       ifdef IPC_STAT
8780         st = semctl(sem, 0, IPC_STAT, &arg);
8781         if (st == 0)
8782             printf("semid_ds\n");
8783         else
8784 #       endif /* IPC_STAT */
8785             printf("semctl IPC_STAT failed: errno = %d\n", errno);
8786 #       ifdef IPC_RMID
8787         if (semctl(sem, 0, IPC_RMID, &arg) != 0)
8788 #       endif /* IPC_RMID */
8789             printf("semctl IPC_RMID failed: errno = %d\n", errno);
8790     } else
8791 #endif /* IPC_PRIVATE && ... */
8792         printf("semget failed: errno = %d\n", errno);
8793
8794     return 0;
8795 }
8796 END
8797     val="$undef"
8798     set try
8799     if eval $compile; then
8800         xxx=`./try`
8801         case "$xxx" in
8802         semid_ds) val="$define" ;;
8803         esac
8804     fi
8805     $rm -f try try.c
8806     set d_semctl_semid_ds
8807     eval $setvar
8808     case "$d_semctl_semid_ds" in
8809     $define)
8810         echo "You can $also use struct semid_ds* for semctl IPC_STAT." >&4
8811         ;;
8812     *)  echo "You cannot use struct semid_ds* for semctl IPC_STAT." >&4
8813         ;;
8814     esac
8815     $rm -f try.h
8816     ;;
8817 *)  val="$undef"
8818
8819     # We do not have the full sem*(2) library, so assume we can not
8820     # use either.
8821
8822     set d_semctl_semun
8823     eval $setvar
8824
8825     set d_semctl_semid_ds
8826     eval $setvar
8827     ;;
8828 esac
8829
8830 : see if setegid exists
8831 set setegid d_setegid
8832 eval $inlibc
8833
8834 : see if seteuid exists
8835 set seteuid d_seteuid
8836 eval $inlibc
8837
8838 : see if setgrent exists
8839 set setgrent d_setgrent
8840 eval $inlibc
8841
8842 : see if sethostent exists
8843 set sethostent d_sethent
8844 eval $inlibc
8845
8846 : see if setlinebuf exists
8847 set setlinebuf d_setlinebuf
8848 eval $inlibc
8849
8850 : see if setlocale exists
8851 set setlocale d_setlocale
8852 eval $inlibc
8853
8854 : see if setnetent exists
8855 set setnetent d_setnent
8856 eval $inlibc
8857
8858 : see if setprotoent exists
8859 set setprotoent d_setpent
8860 eval $inlibc
8861
8862 : see if setpgid exists
8863 set setpgid d_setpgid
8864 eval $inlibc
8865
8866 : see if setpgrp2 exists
8867 set setpgrp2 d_setpgrp2
8868 eval $inlibc
8869
8870 : see if setpriority exists
8871 set setpriority d_setprior
8872 eval $inlibc
8873
8874 : see if setpwent exists
8875 set setpwent d_setpwent
8876 eval $inlibc
8877
8878 : see if setregid exists
8879 set setregid d_setregid
8880 eval $inlibc
8881 set setresgid d_setresgid
8882 eval $inlibc
8883
8884 : see if setreuid exists
8885 set setreuid d_setreuid
8886 eval $inlibc
8887 set setresuid d_setresuid
8888 eval $inlibc
8889
8890 : see if setrgid exists
8891 set setrgid d_setrgid
8892 eval $inlibc
8893
8894 : see if setruid exists
8895 set setruid d_setruid
8896 eval $inlibc
8897
8898 : see if setservent exists
8899 set setservent d_setsent
8900 eval $inlibc
8901
8902 : see if setsid exists
8903 set setsid d_setsid
8904 eval $inlibc
8905
8906 : see if setvbuf exists
8907 set setvbuf d_setvbuf
8908 eval $inlibc
8909
8910 : see if sfio.h is available
8911 set sfio.h i_sfio
8912 eval $inhdr
8913
8914
8915 : see if sfio library is available
8916 case "$i_sfio" in
8917 $define)
8918         val=''
8919         set sfreserve val
8920         eval $inlibc
8921         ;;
8922 *)
8923         val="$undef"
8924         ;;
8925 esac
8926 : Ok, but do we want to use it.
8927 case "$val" in
8928 $define)
8929         case "$usesfio" in
8930         true|$define|[yY]*) dflt='y';;
8931         *) dflt='n';;
8932         esac
8933         echo "$package can use the sfio library, but it is experimental."
8934         rp="You seem to have sfio available, do you want to try using it?"
8935         . ./myread
8936         case "$ans" in
8937         y|Y) ;;
8938         *)      echo "Ok, avoiding sfio this time.  I'll use stdio instead."
8939                 val="$undef"
8940                 : Remove sfio from list of libraries to use
8941                 set `echo X $libs | $sed -e 's/-lsfio / /' -e 's/-lsfio$//'`
8942                 shift
8943                 libs="$*"
8944                 echo "libs = $libs" >&4
8945                 ;;
8946         esac
8947         ;;
8948 *)      case "$usesfio" in
8949         true|$define|[yY]*)
8950                 echo "Sorry, cannot find sfio on this machine" >&4
8951                 echo "Ignoring your setting of usesfio=$usesfio" >&4
8952                 ;;
8953         esac
8954         ;;
8955 esac
8956 set d_sfio
8957 eval $setvar
8958 case "$d_sfio" in
8959 $define) usesfio='true';;
8960 *) usesfio='false';;
8961 esac
8962
8963 : see if shmctl exists
8964 set shmctl d_shmctl
8965 eval $inlibc
8966
8967 : see if shmget exists
8968 set shmget d_shmget
8969 eval $inlibc
8970
8971 : see if shmat exists
8972 set shmat d_shmat
8973 eval $inlibc
8974 : see what shmat returns
8975 case "$d_shmat" in
8976 "$define")
8977         $cat >shmat.c <<'END'
8978 #include <sys/shm.h>
8979 void *shmat();
8980 END
8981         if $cc $ccflags -c shmat.c >/dev/null 2>&1; then
8982                 shmattype='void *'
8983         else
8984                 shmattype='char *'
8985         fi
8986         echo "and it returns ($shmattype)." >&4
8987         : see if a prototype for shmat is available
8988         xxx=`./findhdr sys/shm.h`
8989         $cppstdin $cppflags $cppminus < $xxx > shmat.c 2>/dev/null
8990         if $contains 'shmat.*(' shmat.c >/dev/null 2>&1; then
8991                 val="$define"
8992         else
8993                 val="$undef"
8994         fi
8995         $rm -f shmat.[co]
8996         ;;
8997 *)
8998         val="$undef"
8999         ;;
9000 esac
9001 set d_shmatprototype
9002 eval $setvar
9003
9004 : see if shmdt exists
9005 set shmdt d_shmdt
9006 eval $inlibc
9007
9008 : see how much of the 'shm*(2)' library is present.
9009 h_shm=true
9010 echo " "
9011 case "$d_shmctl$d_shmget$d_shmat$d_shmdt" in
9012 *"$undef"*) h_shm=false;;
9013 esac
9014 case "$osname" in
9015 freebsd)
9016     case "`ipcs 2>&1`" in
9017     "SVID shared memory"*"not configured"*)
9018         echo "Your $osname does not have the shm*(2) configured." >&4
9019         h_shm=false
9020         val="$undef"
9021         set shmctl d_shmctl
9022         evat $setvar
9023         set shmget d_shmget
9024         evat $setvar
9025         set shmat d_shmat
9026         evat $setvar
9027         set shmdt d_shmdt
9028         evat $setvar
9029         ;;
9030     esac
9031     ;;
9032 esac
9033 : we could also check for sys/ipc.h ...
9034 if $h_shm && $test `./findhdr sys/shm.h`; then
9035         echo "You have the full shm*(2) library." >&4
9036         val="$define"
9037 else
9038         echo "You don't have the full shm*(2) library." >&4
9039         val="$undef"
9040 fi
9041 set d_shm
9042 eval $setvar
9043
9044 echo " "
9045 : see if we have sigaction
9046 if set sigaction val -f d_sigaction; eval $csym; $val; then
9047         echo 'sigaction() found.' >&4
9048         $cat > try.c <<'EOP'
9049 #include <stdio.h>
9050 #include <sys/types.h>
9051 #include <signal.h>
9052 main()
9053 {
9054     struct sigaction act, oact;
9055 }
9056 EOP
9057         set try
9058         if eval $compile_ok; then
9059                 val="$define"
9060         else
9061                 echo "But you don't seem to have a useable struct sigaction." >&4
9062                 val="$undef"
9063         fi
9064 else
9065         echo 'sigaction NOT found.' >&4
9066         val="$undef"
9067 fi
9068 set d_sigaction; eval $setvar
9069 $rm -f try try$_o try.c
9070
9071 : see if sigsetjmp exists
9072 echo " "
9073 case "$d_sigsetjmp" in
9074 '')
9075         $cat >try.c <<'EOP'
9076 #include <setjmp.h>
9077 sigjmp_buf env;
9078 int set = 1;
9079 main()
9080 {
9081         if (sigsetjmp(env,1))
9082                 exit(set);
9083         set = 0;
9084         siglongjmp(env, 1);
9085         exit(1);
9086 }
9087 EOP
9088         set try
9089         if eval $compile; then
9090                 if ./try >/dev/null 2>&1; then
9091                         echo "POSIX sigsetjmp found." >&4
9092                         val="$define"
9093                 else
9094                         $cat >&4 <<EOM
9095 Uh-Oh! You have POSIX sigsetjmp and siglongjmp, but they do not work properly!!
9096 I'll ignore them.
9097 EOM
9098                         val="$undef"
9099                 fi
9100         else
9101                 echo "sigsetjmp not found." >&4
9102                 val="$undef"
9103         fi
9104         ;;
9105 *) val="$d_sigsetjmp"
9106         case "$d_sigsetjmp" in
9107         $define) echo "POSIX sigsetjmp found." >&4;;
9108         $undef) echo "sigsetjmp not found." >&4;;
9109         esac
9110         ;;
9111 esac
9112 set d_sigsetjmp
9113 eval $setvar
9114 $rm -f try.c try
9115
9116 socketlib=''
9117 sockethdr=''
9118 : see whether socket exists
9119 echo " "
9120 $echo $n "Hmm... $c" >&4
9121 if set socket val -f d_socket; eval $csym; $val; then
9122         echo "Looks like you have Berkeley networking support." >&4
9123         d_socket="$define"
9124         if set setsockopt val -f; eval $csym; $val; then
9125                 d_oldsock="$undef"
9126         else
9127                 echo "...but it uses the old 4.1c interface, rather than 4.2" >&4
9128                 d_oldsock="$define"
9129         fi
9130 else
9131         if $contains socklib libc.list >/dev/null 2>&1; then
9132                 echo "Looks like you have Berkeley networking support." >&4
9133                 d_socket="$define"
9134                 : we will have to assume that it supports the 4.2 BSD interface
9135                 d_oldsock="$undef"
9136         else
9137                 echo "You don't have Berkeley networking in libc$_a..." >&4
9138                 if test -f /usr/lib/libnet$_a; then
9139                         ( ($nm $nm_opt /usr/lib/libnet$_a | eval $nm_extract) ||  \
9140                         $ar t /usr/lib/libnet$_a) 2>/dev/null >> libc.list
9141                         if $contains socket libc.list >/dev/null 2>&1; then
9142                         echo "...but the Wollongong group seems to have hacked it in." >&4
9143                                 socketlib="-lnet"
9144                                 sockethdr="-I/usr/netinclude"
9145                                 d_socket="$define"
9146                                 if $contains setsockopt libc.list >/dev/null 2>&1; then
9147                                         d_oldsock="$undef"
9148                                 else
9149                                         echo "...using the old 4.1c interface, rather than 4.2" >&4
9150                                         d_oldsock="$define"
9151                                 fi
9152                         else
9153                                 echo "or even in libnet$_a, which is peculiar." >&4
9154                                 d_socket="$undef"
9155                                 d_oldsock="$undef"
9156                         fi
9157                 else
9158                         echo "or anywhere else I see." >&4
9159                         d_socket="$undef"
9160                         d_oldsock="$undef"
9161                 fi
9162         fi
9163 fi
9164
9165 : see if socketpair exists
9166 set socketpair d_sockpair
9167 eval $inlibc
9168
9169 : see if stat knows about block sizes
9170 echo " "
9171 set d_statblks stat st_blocks $i_sysstat sys/stat.h
9172 eval $hasfield
9173
9174 : see if _ptr and _cnt from stdio act std
9175 echo " "
9176 if $contains '_IO_fpos_t' `./findhdr stdio.h` >/dev/null 2>&1 ; then
9177         echo "(Looks like you have stdio.h from Linux.)"
9178         case "$stdio_ptr" in
9179         '') stdio_ptr='((fp)->_IO_read_ptr)'
9180                 ptr_lval=$define
9181                 ;;
9182         *)      ptr_lval=$d_stdio_ptr_lval;;
9183         esac
9184         case "$stdio_cnt" in
9185         '') stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
9186                 cnt_lval=$undef
9187                 ;;
9188         *)      cnt_lval=$d_stdio_cnt_lval;;
9189         esac
9190         case "$stdio_base" in
9191         '') stdio_base='((fp)->_IO_read_base)';;
9192         esac
9193         case "$stdio_bufsiz" in
9194         '') stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)';;
9195         esac
9196 else
9197         case "$stdio_ptr" in
9198         '') stdio_ptr='((fp)->_ptr)'
9199                 ptr_lval=$define
9200                 ;;
9201         *)      ptr_lval=$d_stdio_ptr_lval;;
9202         esac
9203         case "$stdio_cnt" in
9204         '') stdio_cnt='((fp)->_cnt)'
9205                 cnt_lval=$define
9206                 ;;
9207         *)      cnt_lval=$d_stdio_cnt_lval;;
9208         esac
9209         case "$stdio_base" in
9210         '') stdio_base='((fp)->_base)';;
9211         esac
9212         case "$stdio_bufsiz" in
9213         '') stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)';;
9214         esac
9215 fi
9216 : test whether _ptr and _cnt really work
9217 echo "Checking how std your stdio is..." >&4
9218 $cat >try.c <<EOP
9219 #include <stdio.h>
9220 #define FILE_ptr(fp)    $stdio_ptr
9221 #define FILE_cnt(fp)    $stdio_cnt
9222 main() {
9223         FILE *fp = fopen("try.c", "r");
9224         char c = getc(fp);
9225         if (
9226                 18 <= FILE_cnt(fp) &&
9227                 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
9228         )
9229                 exit(0);
9230         exit(1);
9231 }
9232 EOP
9233 val="$undef"
9234 set try
9235 if eval $compile; then
9236         if ./try; then
9237                 echo "Your stdio acts pretty std."
9238                 val="$define"
9239         else
9240                 echo "Your stdio isn't very std."
9241         fi
9242 else
9243         echo "Your stdio doesn't appear very std."
9244 fi
9245 $rm -f try.c try
9246 set d_stdstdio
9247 eval $setvar
9248
9249 : Can _ptr be used as an lvalue?
9250 case "$d_stdstdio$ptr_lval" in
9251 $define$define) val=$define ;;
9252 *) val=$undef ;;
9253 esac
9254 set d_stdio_ptr_lval
9255 eval $setvar
9256
9257 : Can _cnt be used as an lvalue?
9258 case "$d_stdstdio$cnt_lval" in
9259 $define$define) val=$define ;;
9260 *) val=$undef ;;
9261 esac
9262 set d_stdio_cnt_lval
9263 eval $setvar
9264
9265 : see if _base is also standard
9266 val="$undef"
9267 case "$d_stdstdio" in
9268 $define)
9269         $cat >try.c <<EOP
9270 #include <stdio.h>
9271 #define FILE_base(fp)   $stdio_base
9272 #define FILE_bufsiz(fp) $stdio_bufsiz
9273 main() {
9274         FILE *fp = fopen("try.c", "r");
9275         char c = getc(fp);
9276         if (
9277                 19 <= FILE_bufsiz(fp) &&
9278                 strncmp(FILE_base(fp), "#include <stdio.h>\n", 19) == 0
9279         )
9280                 exit(0);
9281         exit(1);
9282 }
9283 EOP
9284         set try
9285         if eval $compile; then
9286                 if ./try; then
9287                         echo "And its _base field acts std."
9288                         val="$define"
9289                 else
9290                         echo "But its _base field isn't std."
9291                 fi
9292         else
9293                 echo "However, it seems to be lacking the _base field."
9294         fi
9295         $rm -f try.c try
9296         ;;
9297 esac
9298 set d_stdiobase
9299 eval $setvar
9300
9301 : see if strcoll exists
9302 set strcoll d_strcoll
9303 eval $inlibc
9304
9305 : check for structure copying
9306 echo " "
9307 echo "Checking to see if your C compiler can copy structs..." >&4
9308 $cat >try.c <<'EOCP'
9309 main()
9310 {
9311         struct blurfl {
9312                 int dyick;
9313         } foo, bar;
9314
9315         foo = bar;
9316 }
9317 EOCP
9318 if $cc -c try.c >/dev/null 2>&1 ; then
9319         val="$define"
9320         echo "Yup, it can."
9321 else
9322         val="$undef"
9323         echo "Nope, it can't."
9324 fi
9325 set d_strctcpy
9326 eval $setvar
9327 $rm -f try.*
9328
9329 : see if strerror and/or sys_errlist[] exist
9330 echo " "
9331 if test "X$d_strerror" = X -o "X$d_syserrlst" = X; then
9332     if set strerror val -f d_strerror; eval $csym; $val; then
9333                 echo 'strerror() found.' >&4
9334                 d_strerror="$define"
9335                 d_strerrm='strerror(e)'
9336                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
9337                         echo "(You also have sys_errlist[], so we could roll our own strerror.)" 
9338                         d_syserrlst="$define"
9339                 else
9340                         echo "(Since you don't have sys_errlist[], sterror() is welcome.)"
9341                         d_syserrlst="$undef"
9342                 fi
9343     elif xxx=`./findhdr string.h`; test "$xxx" || xxx=`./findhdr strings.h`; \
9344                         $contains '#[   ]*define.*strerror' "$xxx" >/dev/null 2>&1; then
9345                 echo 'strerror() found in string header.' >&4
9346                 d_strerror="$define"
9347                 d_strerrm='strerror(e)'
9348                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
9349                         echo "(Most probably, strerror() uses sys_errlist[] for descriptions.)"
9350                                 d_syserrlst="$define"
9351                 else
9352                         echo "(You don't appear to have any sys_errlist[], how can this be?)"
9353                         d_syserrlst="$undef"
9354                 fi
9355     elif set sys_errlist val -a d_syserrlst; eval $csym; $val; then
9356                 echo "strerror() not found, but you have sys_errlist[] so we'll use that." >&4
9357                 d_strerror="$undef"
9358                 d_syserrlst="$define"
9359                 d_strerrm='((e)<0||(e)>=sys_nerr?"unknown":sys_errlist[e])'
9360     else
9361                 echo 'strerror() and sys_errlist[] NOT found.' >&4
9362                 d_strerror="$undef"
9363                 d_syserrlst="$undef"
9364                 d_strerrm='"unknown"'
9365     fi
9366 fi
9367
9368 : see if strtod exists
9369 set strtod d_strtod
9370 eval $inlibc
9371
9372 : see if strtol exists
9373 set strtol d_strtol
9374 eval $inlibc
9375
9376 : see if strtoul exists
9377 set strtoul d_strtoul
9378 eval $inlibc
9379
9380 : see if strxfrm exists
9381 set strxfrm d_strxfrm
9382 eval $inlibc
9383
9384 : see if symlink exists
9385 set symlink d_symlink
9386 eval $inlibc
9387
9388 : see if syscall exists
9389 set syscall d_syscall
9390 eval $inlibc
9391
9392 : see if sysconf exists
9393 set sysconf d_sysconf
9394 eval $inlibc
9395
9396 : see if system exists
9397 set system d_system
9398 eval $inlibc
9399
9400 : see if tcgetpgrp exists
9401 set tcgetpgrp d_tcgetpgrp
9402 eval $inlibc
9403
9404 : see if tcsetpgrp exists
9405 set tcsetpgrp d_tcsetpgrp
9406 eval $inlibc
9407
9408 : define an is-a-typedef? function
9409 typedef='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
9410 case "$inclist" in
9411 "") inclist="sys/types.h";;
9412 esac;
9413 eval "varval=\$$var";
9414 case "$varval" in
9415 "")
9416         $rm -f temp.c;
9417         for inc in $inclist; do
9418                 echo "#include <$inc>" >>temp.c;
9419         done;
9420         echo "#ifdef $type" >> temp.c;
9421         echo "printf(\"We have $type\");" >> temp.c;
9422         echo "#endif" >> temp.c;
9423         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
9424         if $contains $type temp.E >/dev/null 2>&1; then
9425                 eval "$var=\$type";
9426         else
9427                 eval "$var=\$def";
9428         fi;
9429         $rm -f temp.?;;
9430 *) eval "$var=\$varval";;
9431 esac'
9432
9433 : define an is-a-typedef? function that prompts if the type is not available.
9434 typedef_ask='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
9435 case "$inclist" in
9436 "") inclist="sys/types.h";;
9437 esac;
9438 eval "varval=\$$var";
9439 case "$varval" in
9440 "")
9441         $rm -f temp.c;
9442         for inc in $inclist; do
9443                 echo "#include <$inc>" >>temp.c;
9444         done;
9445         echo "#ifdef $type" >> temp.c;
9446         echo "printf(\"We have $type\");" >> temp.c;
9447         echo "#endif" >> temp.c;
9448         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
9449         echo " " ;
9450         echo "$rp" | $sed -e "s/What is/Looking for/" -e "s/?/./";
9451         if $contains $type temp.E >/dev/null 2>&1; then
9452                 echo "$type found." >&4;
9453                 eval "$var=\$type";
9454         else
9455                 echo "$type NOT found." >&4;
9456                 dflt="$def";
9457                 . ./myread ;
9458                 eval "$var=\$ans";
9459         fi;
9460         $rm -f temp.?;;
9461 *) eval "$var=\$varval";;
9462 esac'
9463
9464 : see if this is a sys/times.h system
9465 set sys/times.h i_systimes
9466 eval $inhdr
9467
9468 : see if times exists
9469 echo " "
9470 if set times val -f d_times; eval $csym; $val; then
9471         echo 'times() found.' >&4
9472         d_times="$define"
9473         inc=''
9474         case "$i_systimes" in
9475         "$define") inc='sys/times.h';;
9476         esac
9477         rp="What is the type returned by times() on this system?"
9478         set clock_t clocktype long stdio.h sys/types.h $inc
9479         eval $typedef_ask
9480 else
9481         echo 'times() NOT found, hope that will do.' >&4
9482         d_times="$undef"
9483         clocktype='int'
9484 fi
9485
9486 : see if truncate exists
9487 set truncate d_truncate
9488 eval $inlibc
9489
9490 : see if tzname[] exists
9491 echo " "
9492 if set tzname val -a d_tzname; eval $csym; $val; then
9493         val="$define"
9494         echo 'tzname[] found.' >&4
9495 else
9496         val="$undef"
9497         echo 'tzname[] NOT found.' >&4
9498 fi
9499 set d_tzname
9500 eval $setvar
9501
9502 : see if umask exists
9503 set umask d_umask
9504 eval $inlibc
9505
9506 : see how we will look up host name
9507 echo " "
9508 if false; then
9509         : dummy stub to allow use of elif
9510 elif set uname val -f d_uname; eval $csym; $val; then
9511         if ./xenix; then
9512                 $cat <<'EOM'
9513 uname() was found, but you're running xenix, and older versions of xenix
9514 have a broken uname(). If you don't really know whether your xenix is old
9515 enough to have a broken system call, use the default answer.
9516
9517 EOM
9518                 dflt=y
9519                 case "$d_uname" in
9520                 "$define") dflt=n;;
9521                 esac
9522                 rp='Is your uname() broken?'
9523                 . ./myread
9524                 case "$ans" in
9525                 n*) d_uname="$define"; call=uname;;
9526                 esac
9527         else
9528                 echo 'uname() found.' >&4
9529                 d_uname="$define"
9530                 call=uname
9531         fi
9532 fi
9533 case "$d_gethname" in
9534 '') d_gethname="$undef";;
9535 esac
9536 case "$d_uname" in
9537 '') d_uname="$undef";;
9538 esac
9539 case "$d_phostname" in
9540 '') d_phostname="$undef";;
9541 esac
9542
9543 : backward compatibility for d_hvfork
9544 if test X$d_hvfork != X; then
9545         d_vfork="$d_hvfork"
9546         d_hvfork=''
9547 fi
9548 : see if there is a vfork
9549 val=''
9550 set vfork val
9551 eval $inlibc
9552
9553 : Ok, but do we want to use it. vfork is reportedly unreliable in 
9554 : perl on Solaris 2.x, and probably elsewhere.
9555 case "$val" in
9556 $define)
9557         echo " "
9558         case "$usevfork" in
9559         false) dflt='n';;
9560         *) dflt='y';;
9561         esac
9562         rp="Some systems have problems with vfork().  Do you want to use it?"
9563         . ./myread
9564         case "$ans" in
9565         y|Y) ;;
9566         *)
9567                 echo "Ok, we won't use vfork()."
9568                 val="$undef"
9569                 ;;
9570         esac
9571         ;;
9572 esac
9573 set d_vfork
9574 eval $setvar
9575 case "$d_vfork" in
9576 $define) usevfork='true';;
9577 *) usevfork='false';;
9578 esac
9579
9580 : see if this is an sysdir system
9581 set sys/dir.h i_sysdir
9582 eval $inhdr
9583
9584 : see if this is an sysndir system
9585 set sys/ndir.h i_sysndir
9586 eval $inhdr
9587
9588 : see if sys/types.h has to be included
9589 set sys/types.h i_systypes
9590 eval $inhdr
9591
9592 : see if closedir exists
9593 set closedir d_closedir
9594 eval $inlibc
9595
9596 case "$d_closedir" in
9597 "$define")
9598         echo " "
9599         echo "Checking whether closedir() returns a status..." >&4
9600         cat > closedir.c <<EOM
9601 #$i_dirent I_DIRENT             /**/
9602 #$i_sysdir I_SYS_DIR            /**/
9603 #$i_sysndir I_SYS_NDIR          /**/
9604 #$i_systypes I_SYS_TYPES        /**/
9605
9606 #if defined(I_SYS_TYPES)
9607 #include <sys/types.h>
9608 #endif
9609 #if defined(I_DIRENT)
9610 #include <dirent.h>
9611 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
9612 #include <sys/dir.h>
9613 #endif
9614 #else
9615 #ifdef I_SYS_NDIR
9616 #include <sys/ndir.h>
9617 #else
9618 #ifdef I_SYS_DIR
9619 #ifdef hp9000s500
9620 #include <ndir.h>       /* may be wrong in the future */
9621 #else
9622 #include <sys/dir.h>
9623 #endif
9624 #endif
9625 #endif
9626 #endif 
9627 int main() { return closedir(opendir(".")); }
9628 EOM
9629         set closedir
9630         if eval $compile_ok; then
9631                 if ./closedir > /dev/null 2>&1 ; then
9632                         echo "Yes, it does."
9633                         val="$undef"
9634                 else
9635                         echo "No, it doesn't."
9636                         val="$define"
9637                 fi
9638         else
9639                 echo "(I can't seem to compile the test program--assuming it doesn't)"
9640                 val="$define"
9641         fi
9642         ;;
9643 *)
9644         val="$undef";
9645         ;;
9646 esac
9647 set d_void_closedir
9648 eval $setvar
9649 $rm -f closedir*
9650 : check for volatile keyword
9651 echo " "
9652 echo 'Checking to see if your C compiler knows about "volatile"...' >&4
9653 $cat >try.c <<'EOCP'
9654 main()
9655 {
9656         typedef struct _goo_struct goo_struct;
9657         goo_struct * volatile goo = ((goo_struct *)0);
9658         struct _goo_struct {
9659                 long long_int;
9660                 int reg_int;
9661                 char char_var;
9662         };
9663         typedef unsigned short foo_t;
9664         char *volatile foo;
9665         volatile int bar;
9666         volatile foo_t blech;
9667         foo = foo;
9668 }
9669 EOCP
9670 if $cc -c $ccflags try.c >/dev/null 2>&1 ; then
9671         val="$define"
9672         echo "Yup, it does."
9673 else
9674         val="$undef"
9675         echo "Nope, it doesn't."
9676 fi
9677 set d_volatile
9678 eval $setvar
9679 $rm -f try.*
9680
9681 : see if there is a wait4
9682 set wait4 d_wait4
9683 eval $inlibc
9684
9685 : see if waitpid exists
9686 set waitpid d_waitpid
9687 eval $inlibc
9688
9689 : see if wcstombs exists
9690 set wcstombs d_wcstombs
9691 eval $inlibc
9692
9693 : see if wctomb exists
9694 set wctomb d_wctomb
9695 eval $inlibc
9696
9697 : preserve RCS keywords in files with variable substitution, grrr
9698 Date='$Date'
9699 Id='$Id'
9700 Log='$Log'
9701 RCSfile='$RCSfile'
9702 Revision='$Revision'
9703
9704 : check for alignment requirements
9705 echo " "
9706 case "$alignbytes" in
9707 '') echo "Checking alignment constraints..." >&4
9708         $cat >try.c <<'EOCP'
9709 struct foobar {
9710         char foo;
9711         double bar;
9712 } try;
9713 main()
9714 {
9715         printf("%d\n", (char *)&try.bar - (char *)&try.foo);
9716 }
9717 EOCP
9718         set try
9719         if eval $compile_ok; then
9720                 dflt=`./try`
9721         else
9722                 dflt='8'
9723                 echo "(I can't seem to compile the test program...)"
9724         fi
9725         ;;
9726 *) dflt="$alignbytes"
9727         ;;
9728 esac
9729 rp="Doubles must be aligned on a how-many-byte boundary?"
9730 . ./myread
9731 alignbytes="$ans"
9732 $rm -f try.c try
9733
9734 : check for ordering of bytes in a long
9735 case "$byteorder" in
9736 '')
9737         $cat <<'EOM'
9738   
9739 In the following, larger digits indicate more significance.  A big-endian
9740 machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
9741 little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
9742 machines may have weird orders like 3412.  A Cray will report 87654321. If
9743 the test program works the default is probably right.
9744 I'm now running the test program...
9745 EOM
9746         $cat >try.c <<'EOCP'
9747 #include <stdio.h>
9748 main()
9749 {
9750         int i;
9751         union {
9752                 unsigned long l;
9753                 char c[sizeof(long)];
9754         } u;
9755
9756         if (sizeof(long) > 4)
9757                 u.l = (0x08070605L << 32) | 0x04030201L;
9758         else
9759                 u.l = 0x04030201L;
9760         for (i = 0; i < sizeof(long); i++)
9761                 printf("%c", u.c[i]+'0');
9762         printf("\n");
9763         exit(0);
9764 }
9765 EOCP
9766         xxx_prompt=y
9767         set try
9768         if eval $compile && ./try > /dev/null; then
9769                 dflt=`./try`
9770                 case "$dflt" in
9771                 [1-4][1-4][1-4][1-4]|12345678|87654321)
9772                         echo "(The test program ran ok.)"
9773                         echo "byteorder=$dflt"
9774                         xxx_prompt=n
9775                         ;;
9776                 ????|????????) echo "(The test program ran ok.)" ;;
9777                 *) echo "(The test program didn't run right for some reason.)" ;;
9778                 esac
9779         else
9780                 dflt='4321'
9781                 cat <<'EOM'
9782 (I can't seem to compile the test program.  Guessing big-endian...)
9783 EOM
9784         fi
9785         case "$xxx_prompt" in
9786         y)
9787                 rp="What is the order of bytes in a long?"
9788                 . ./myread
9789                 byteorder="$ans"
9790                 ;;
9791         *)      byteorder=$dflt
9792                 ;;
9793         esac
9794         ;;
9795 esac
9796 $rm -f try.c try
9797
9798 : how do we catenate cpp tokens here?
9799 echo " "
9800 echo "Checking to see how your cpp does stuff like catenate tokens..." >&4
9801 $cat >cpp_stuff.c <<'EOCP'
9802 #define RCAT(a,b)a/**/b
9803 #define ACAT(a,b)a ## b
9804 RCAT(Rei,ser)
9805 ACAT(Cir,cus)
9806 EOCP
9807 $cppstdin $cppflags $cppminus <cpp_stuff.c >cpp_stuff.out 2>&1
9808 if $contains 'Circus' cpp_stuff.out >/dev/null 2>&1; then
9809         echo "Oh!  Smells like ANSI's been here." >&4
9810         echo "We can catify or stringify, separately or together!"
9811         cpp_stuff=42
9812 elif $contains 'Reiser' cpp_stuff.out >/dev/null 2>&1; then
9813         echo "Ah, yes!  The good old days!" >&4
9814         echo "However, in the good old days we don't know how to stringify and"
9815         echo "catify at the same time."
9816         cpp_stuff=1
9817 else
9818         $cat >&4 <<EOM
9819 Hmm, I don't seem to be able to catenate tokens with your cpp.  You're going
9820 to have to edit the values of CAT[2-5] in config.h...
9821 EOM
9822         cpp_stuff="/* Help! How do we handle cpp_stuff? */*/"
9823 fi
9824 $rm -f cpp_stuff.*
9825
9826 : see if this is a db.h system
9827 set db.h i_db
9828 eval $inhdr
9829
9830 case "$i_db" in
9831 $define)
9832         : Check db version.
9833         echo " "
9834         echo "Checking Berkeley DB version ..." >&4
9835         $cat >try.c <<EOCP
9836 #$d_const HASCONST
9837 #ifndef HASCONST
9838 #define const
9839 #endif
9840 #include <sys/types.h>
9841 #include <stdio.h>
9842 #include <db.h>
9843 main()
9844 {
9845 #ifdef DB_VERSION_MAJOR /* DB version >= 2 */
9846     int Major, Minor, Patch ;
9847     unsigned long Version ;
9848     (void)db_version(&Major, &Minor, &Patch) ;
9849     printf("You have Berkeley DB Version 2 or greater\n");
9850
9851     printf("db.h is from Berkeley DB Version %d.%d.%d\n",
9852                 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH);
9853     printf("libdb is from Berkeley DB Version %d.%d.%d\n",
9854                 Major, Minor, Patch) ;
9855
9856     /* check that db.h & libdb are compatible */
9857     if (DB_VERSION_MAJOR != Major || DB_VERSION_MINOR != Minor || DB_VERSION_PATCH != Patch) {
9858         printf("db.h and libdb are incompatible\n") ;
9859         exit(3);        
9860     }
9861
9862     printf("db.h and libdb are compatible\n") ;
9863
9864     Version = DB_VERSION_MAJOR * 1000000 + DB_VERSION_MINOR * 1000
9865                 + DB_VERSION_PATCH ;
9866
9867     /* needs to be >= 2.3.4 */
9868     if (Version < 2003004) {
9869     /* if (DB_VERSION_MAJOR == 2 && DB_VERSION_MINOR == 0 && DB_VERSION_PATCH < 5) { */
9870         printf("but Perl needs Berkeley DB 2.3.4 or greater\n") ;
9871         exit(2);        
9872     }
9873
9874     exit(0);
9875 #else
9876 #if defined(_DB_H_) && defined(BTREEMAGIC) && defined(HASHMAGIC)
9877     printf("You have Berkeley DB Version 1\n");
9878     exit(0);    /* DB version < 2: the coast is clear. */
9879 #else
9880     exit(1);    /* <db.h> not Berkeley DB? */
9881 #endif
9882 #endif
9883 }
9884 EOCP
9885         set try
9886         if eval $compile && ./try; then
9887                 echo 'Looks OK.' >&4
9888         else
9889                 echo "I can't use Berkeley DB with your <db.h>.  I'll disable Berkeley DB." >&4
9890                 i_db=$undef
9891                 case " $libs " in
9892                 *"-ldb "*)
9893                         : Remove db from list of libraries to use
9894                         echo "Removing unusable -ldb from library list" >&4
9895                         set `echo X $libs | $sed -e 's/-ldb / /' -e 's/-ldb$//'`
9896                         shift
9897                         libs="$*"
9898                         echo "libs = $libs" >&4
9899                         ;;
9900                 esac
9901         fi
9902         $rm -f try.*
9903         ;;
9904 esac
9905
9906 case "$i_db" in
9907 define)
9908         : Check the return type needed for hash 
9909         echo " "
9910         echo "Checking return type needed for hash for Berkeley DB ..." >&4
9911         $cat >try.c <<EOCP
9912 #$d_const HASCONST
9913 #ifndef HASCONST
9914 #define const
9915 #endif
9916 #include <sys/types.h>
9917 #include <db.h>
9918
9919 #ifndef DB_VERSION_MAJOR
9920 u_int32_t hash_cb (ptr, size)
9921 const void *ptr;
9922 size_t size;
9923 {
9924 }
9925 HASHINFO info;
9926 main()
9927 {
9928         info.hash = hash_cb;
9929 }
9930 #endif
9931 EOCP
9932         if $cc $ccflags -c try.c >try.out 2>&1 ; then
9933                 if $contains warning try.out >>/dev/null 2>&1 ; then
9934                         db_hashtype='int'
9935                 else
9936                         db_hashtype='u_int32_t'
9937                 fi
9938         else
9939                 : XXX Maybe we should just give up here.
9940                 db_hashtype=u_int32_t
9941                 $cat try.out >&4
9942                 echo "Help:  I can't seem to compile the db test program." >&4
9943                 echo "Something's wrong, but I'll assume you use $db_hashtype." >&4
9944         fi
9945         $rm -f try.*
9946         echo "Your version of Berkeley DB uses $db_hashtype for hash."
9947         ;;
9948 *)      db_hashtype=u_int32_t
9949         ;;
9950 esac
9951 case "$i_db" in
9952 define)
9953         : Check the return type needed for prefix 
9954         echo " "
9955         echo "Checking return type needed for prefix for Berkeley DB ..." >&4
9956         cat >try.c <<EOCP
9957 #$d_const HASCONST
9958 #ifndef HASCONST
9959 #define const
9960 #endif
9961 #include <sys/types.h>
9962 #include <db.h>
9963
9964 #ifndef DB_VERSION_MAJOR
9965 size_t prefix_cb (key1, key2)
9966 const DBT *key1;
9967 const DBT *key2;
9968 {
9969 }
9970 BTREEINFO info;
9971 main()
9972 {
9973         info.prefix = prefix_cb;
9974 }
9975 #endif
9976 EOCP
9977         if $cc $ccflags -c try.c  >try.out 2>&1 ; then
9978                 if $contains warning try.out >>/dev/null 2>&1 ; then
9979                         db_prefixtype='int'
9980                 else
9981                         db_prefixtype='size_t'
9982                 fi
9983         else
9984                 db_prefixtype='size_t'
9985                 : XXX Maybe we should just give up here.
9986                 $cat try.out >&4
9987                 echo "Help:  I can't seem to compile the db test program." >&4
9988                 echo "Something's wrong, but I'll assume you use $db_prefixtype." >&4
9989         fi
9990         $rm -f try.*
9991         echo "Your version of Berkeley DB uses $db_prefixtype for prefix."
9992         ;;
9993 *)      db_prefixtype='size_t'
9994         ;;
9995 esac
9996
9997 : check for void type
9998 echo " "
9999 echo "Checking to see how well your C compiler groks the void type..." >&4
10000 case "$voidflags" in
10001 '')
10002         $cat >try.c <<'EOCP'
10003 #if TRY & 1
10004 void sub() {
10005 #else
10006 sub() {
10007 #endif
10008         extern void moo();      /* function returning void */
10009         void (*goo)();          /* ptr to func returning void */
10010 #if TRY & 8
10011         void *hue;              /* generic ptr */
10012 #endif
10013 #if TRY & 2
10014         void (*foo[10])();
10015 #endif
10016
10017 #if TRY & 4
10018         if(goo == moo) {
10019                 exit(0);
10020         }
10021 #endif
10022         exit(0);
10023 }
10024 main() { sub(); }
10025 EOCP
10026         if $cc $ccflags -c -DTRY=$defvoidused try.c >.out 2>&1 ; then
10027                 voidflags=$defvoidused
10028         echo "Good.  It appears to support void to the level $package wants.">&4
10029                 if $contains warning .out >/dev/null 2>&1; then
10030                         echo "However, you might get some warnings that look like this:"
10031                         $cat .out
10032                 fi
10033         else
10034 echo "Hmm, your compiler has some difficulty with void. Checking further..." >&4
10035                 if $cc $ccflags -c -DTRY=1 try.c >/dev/null 2>&1; then
10036                         echo "It supports 1..."
10037                         if $cc $ccflags -c -DTRY=3 try.c >/dev/null 2>&1; then
10038                                 echo "It also supports 2..."
10039                                 if $cc $ccflags -c -DTRY=7 try.c >/dev/null 2>&1; then
10040                                         voidflags=7
10041                                         echo "And it supports 4 but not 8 definitely."
10042                                 else
10043                                         echo "It doesn't support 4..."
10044                                         if $cc $ccflags -c -DTRY=11 try.c >/dev/null 2>&1; then
10045                                                 voidflags=11
10046                                                 echo "But it supports 8."
10047                                         else
10048                                                 voidflags=3
10049                                                 echo "Neither does it support 8."
10050                                         fi
10051                                 fi
10052                         else
10053                                 echo "It does not support 2..."
10054                                 if $cc $ccflags -c -DTRY=13 try.c >/dev/null 2>&1; then
10055                                         voidflags=13
10056                                         echo "But it supports 4 and 8."
10057                                 else
10058                                         if $cc $ccflags -c -DTRY=5 try.c >/dev/null 2>&1; then
10059                                                 voidflags=5
10060                                                 echo "And it supports 4 but has not heard about 8."
10061                                         else
10062                                                 echo "However it supports 8 but not 4."
10063                                         fi
10064                                 fi
10065                         fi
10066                 else
10067                         echo "There is no support at all for void."
10068                         voidflags=0
10069                 fi
10070         fi
10071 esac
10072 case "$voidflags" in
10073 "$defvoidused") ;;
10074 *)      $cat >&4 <<'EOM'
10075   Support flag bits are:
10076     1: basic void declarations.
10077     2: arrays of pointers to functions returning void.
10078     4: operations between pointers to and addresses of void functions.
10079     8: generic void pointers.
10080 EOM
10081         dflt="$voidflags";
10082         rp="Your void support flags add up to what?"
10083         . ./myread
10084         voidflags="$ans"
10085         ;;
10086 esac
10087 $rm -f try.* .out
10088
10089
10090 : How can we generate normalized random numbers ?
10091 echo " "
10092 case "$randfunc" in
10093 '')
10094         if set drand48 val -f; eval $csym; $val; then
10095                 dflt="drand48"
10096                 echo "Good, found drand48()." >&4
10097         elif set random val -f; eval $csym; $val; then
10098                 dflt="random"
10099                 echo "OK, found random()." >&4
10100         else
10101                 dflt="rand"
10102                 echo "Yick, looks like I have to use rand()." >&4
10103         fi
10104         echo " "
10105         ;;
10106 *)
10107         dflt="$randfunc"
10108         ;;
10109 esac
10110 cont=true
10111
10112 case "$ccflags" in
10113 *-Dmy_rand=*|*-Dmy_srand=*)
10114         echo "Removing obsolete -Dmy_rand, -Dmy_srand, and -Drandbits from ccflags." >&4
10115         ccflags="`echo $ccflags | sed -e 's/-Dmy_rand=random/ /'`"
10116         ccflags="`echo $ccflags | sed -e 's/-Dmy_srand=srandom/ /'`"
10117         ccflags="`echo $ccflags | sed -e 's/-Drandbits=[0-9][0-9]*/ /'`"
10118         ;;
10119 esac
10120
10121 while $test "$cont"; do
10122         rp="Use which function to generate random numbers?"
10123         . ./myread
10124         if $test "$ans" = "$dflt"; then
10125                 : null
10126         else
10127                 randbits=''
10128         fi
10129         randfunc="$ans"
10130         if set $ans val -f; eval $csym; $val; then
10131                 cont=''
10132         else
10133                 dflt=n
10134                 rp="Function $ans does not exists. Use that name anyway?"
10135                 . ./myread
10136                 dflt=rand
10137                 case "$ans" in
10138                         [yY]*) cont='';;
10139                 esac
10140         fi
10141         case "$cont" in
10142         '')
10143                 case "$randfunc" in
10144                 drand48)
10145                         drand01="drand48()"
10146                         seedfunc="srand48"
10147                         randbits=48
10148                         randseedtype=long
10149                         ;;
10150                 rand|random)
10151                         case "$randbits" in
10152                         '')
10153 echo "Checking to see how many bits your $randfunc() function produces..." >&4
10154                                 $cat >try.c <<EOCP
10155 #$i_unistd I_UNISTD
10156 #$i_stdlib I_STDLIB
10157 #include <stdio.h>
10158 #ifdef I_UNISTD
10159 #  include <unistd.h>
10160 #endif
10161 #ifdef I_STDLIB
10162 #  include <stdlib.h>
10163 #endif
10164 main()
10165 {
10166         register int i;
10167         register unsigned long tmp;
10168         register unsigned long max = 0L;
10169
10170         for (i = 1000; i; i--) {
10171                 tmp = (unsigned long) $randfunc();
10172                 if (tmp > max) max = tmp;
10173         }
10174         for (i = 0; max; i++)
10175                 max /= 2;
10176         printf("%d\n",i);
10177 }
10178 EOCP
10179                                 set try
10180                                 if eval $compile_ok; then
10181                                         dflt=`try`
10182                                 else
10183                                         dflt='?'
10184                                         echo "(I can't seem to compile the test program...)"
10185                                 fi
10186                                 ;;
10187                         *)
10188                                 dflt="$randbits"
10189                                 ;;
10190                         esac
10191                         rp="How many bits does your $randfunc() function produce?"
10192                         . ./myread
10193                         randbits="$ans"
10194                         $rm -f try.c try
10195                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
10196                         seedfunc="s$randfunc"
10197                         randseedtype=unsigned
10198                         ;;
10199                 *)
10200                         dflt="31"
10201                         rp="How many bits does your $randfunc() function produce?"
10202                         . ./myread
10203                         randbits="$ans"
10204                         seedfunc="s$randfunc"
10205                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
10206                         if set $seedfunc val -f; eval $csym; $val; then
10207                                 echo "(Using $seedfunc() to seed random generator)"
10208                         else
10209                                 echo "(Warning: no $seedfunc() to seed random generator)"
10210                                 seedfunc=rand
10211                         fi
10212                         randseedtype=unsigned
10213                         ;;
10214                 esac
10215                 ;;
10216         esac
10217 done
10218
10219 echo " "
10220 echo "Determining whether or not we are on an EBCDIC system..." >&4
10221 $cat >tebcdic.c <<'EOM'
10222 int main()
10223 {
10224   if ('M'==0xd4) return 0;
10225   return 1;
10226 }
10227 EOM
10228
10229 val=$undef
10230 set tebcdic
10231 if eval $compile_ok; then
10232         if ./tebcdic; then
10233                 echo "You have EBCDIC." >&4
10234                 val="$define"
10235         else
10236                 echo "Nope, no EBCDIC.  Assuming ASCII or some ISO Latin." >&4
10237         fi
10238 else
10239         echo "$me: I'm unable to compile the test program." >&4
10240         echo "I'll assume ASCII or some ISO Latin." >&4
10241 fi
10242 $rm -f tebcdic.c tebcdic
10243 set ebcdic
10244 eval $setvar
10245
10246 : see what type file positions are declared as in the library
10247 rp="What is the type for file position used by fsetpos()?"
10248 set fpos_t fpostype long stdio.h sys/types.h
10249 eval $typedef_ask
10250
10251 : get csh whereabouts
10252 case "$csh" in
10253 'csh') val="$undef" ;;
10254 *) val="$define" ;;
10255 esac
10256 set d_csh
10257 eval $setvar
10258 : Respect a hint or command line value for full_csh.
10259 case "$full_csh" in
10260 '') full_csh=$csh ;;
10261 esac
10262
10263 : Store the full pathname to the sed program for use in the C program
10264 full_sed=$sed
10265
10266 : see what type gids are declared as in the kernel
10267 echo " "
10268 echo "Looking for the type for group ids returned by getgid()."
10269 set gid_t gidtype xxx stdio.h sys/types.h
10270 eval $typedef
10271 case "$gidtype" in
10272 xxx)
10273         xxx=`./findhdr sys/user.h`
10274         set `grep 'groups\[NGROUPS\];' "$xxx" 2>/dev/null` unsigned short
10275         case $1 in
10276         unsigned) dflt="$1 $2" ;;
10277         *) dflt="$1" ;;
10278         esac
10279         ;;
10280 *) dflt="$gidtype";;
10281 esac
10282 case "$gidtype" in
10283 gid_t) echo "gid_t found." ;;
10284 *)      rp="What is the type for group ids returned by getgid()?"
10285         . ./myread
10286         gidtype="$ans"
10287         ;;
10288 esac
10289
10290 : see if getgroups exists
10291 set getgroups d_getgrps
10292 eval $inlibc
10293
10294 : see if setgroups exists
10295 set setgroups d_setgrps
10296 eval $inlibc
10297
10298
10299 : Find type of 2nd arg to 'getgroups()' and 'setgroups()'
10300 echo " "
10301 case "$d_getgrps$d_setgrps" in
10302 *define*)
10303         case "$groupstype" in
10304         '') dflt="$gidtype" ;;
10305         *)  dflt="$groupstype" ;;
10306         esac
10307         $cat <<EOM
10308 What type of pointer is the second argument to getgroups() and setgroups()?
10309 Usually this is the same as group ids, $gidtype, but not always.
10310
10311 EOM
10312         rp='What type pointer is the second argument to getgroups() and setgroups()?'
10313         . ./myread
10314         groupstype="$ans"
10315         ;;
10316 *)  groupstype="$gidtype";;
10317 esac
10318
10319 : see what type lseek is declared as in the kernel
10320 rp="What is the type used for lseek's offset on this system?"
10321 set off_t lseektype long stdio.h sys/types.h
10322 eval $typedef_ask
10323
10324 echo " "
10325 $echo $n "Checking to see how big your file offsets are...$c" >&4
10326 $cat >try.c <<EOCP
10327 #include <sys/types.h>
10328 #include <stdio.h>
10329 main()
10330 {
10331         printf("%d\n", sizeof($lseektype));
10332 }
10333 EOCP
10334 set try
10335 if eval $compile_ok; then
10336         lseeksize=`./try`
10337         $echo " $lseeksize bytes." >&4
10338 else
10339         dflt='4'
10340         echo " "
10341         echo "(I can't seem to compile the test program.  Guessing...)"
10342         rp="What is the size of your file offsets (in bytes)?"
10343         . ./myread
10344         lseeksize="$ans"
10345 fi
10346 $rm -f try.c try
10347
10348 echo " "
10349 echo "Checking if your $make program sets \$(MAKE)..." >&4
10350 case "$make_set_make" in
10351 '')
10352         $sed 's/^X //' > testmake.mak << 'EOF'
10353 Xall:
10354 X       @echo 'maketemp="$(MAKE)"'
10355 EOF
10356         case "`$make -f testmake.mak 2>/dev/null`" in
10357         *maketemp=*) make_set_make='#' ;;
10358         *)      make_set_make="MAKE=$make" ;;
10359         esac
10360         $rm -f testmake.mak
10361         ;;
10362 esac
10363 case "$make_set_make" in
10364 '#') echo "Yup, it does.";;
10365 *) echo "Nope, it doesn't.";;
10366 esac
10367
10368 : see what type is used for mode_t
10369 rp="What is the type used for file modes for system calls (e.g. fchmod())?"
10370 set mode_t modetype int stdio.h sys/types.h
10371 eval $typedef_ask
10372
10373 : define a fucntion to check prototypes
10374 $cat > protochk <<EOSH
10375 $startsh
10376 cc="$cc"
10377 optimize="$optimize"
10378 ccflags="$ccflags"
10379 prototype="$prototype"
10380 define="$define"
10381 rm=$rm
10382 EOSH
10383
10384 $cat >> protochk <<'EOSH'
10385
10386 $rm -f try.c
10387 foo="$1"
10388 shift
10389 while test $# -ge 2; do
10390         case "$1" in
10391                 $define) echo "#include <$2>" >> try.c ;;
10392                 literal) echo "$2" >> try.c ;;
10393         esac
10394     shift 2
10395 done
10396 test "$prototype" = "$define"  && echo '#define CAN_PROTOTYPE' >> try.c
10397 cat >> try.c <<'EOCP'
10398 #ifdef CAN_PROTOTYPE
10399 #define _(args) args
10400 #else
10401 #define _(args) ()
10402 #endif
10403 EOCP
10404 echo "$foo" >> try.c
10405 echo 'int no_real_function_has_this_name _((void)) { return 0; }' >> try.c
10406 $cc $optimize $ccflags -c try.c > /dev/null 2>&1
10407 status=$?
10408 $rm -f try.[co]
10409 exit $status
10410 EOSH
10411 chmod +x protochk
10412 $eunicefix protochk
10413
10414 : see what type is used for size_t
10415 rp="What is the type used for the length parameter for string functions?"
10416 set size_t sizetype 'unsigned int' stdio.h sys/types.h
10417 eval $typedef_ask
10418
10419 : check for type of arguments to gethostbyaddr. 
10420 if test "X$netdb_host_type" = X -o "X$netdb_hlen_type" = X; then
10421         case "$d_gethbyaddr" in
10422         $define)
10423                 $cat <<EOM
10424
10425 Checking to see what type of arguments are accepted by gethostbyaddr().
10426 EOM
10427                 hdrs="$define sys/types.h
10428                         $d_socket sys/socket.h 
10429                         $i_niin netinet/in.h 
10430                         $i_netdb netdb.h
10431                         $i_unistd unistd.h"
10432                 : The first arg can 'char *' or 'void *'
10433                 : The second arg is some of integral type
10434                 for xxx in in_addr_t 'const void *' 'const char *' 'void *' 'char *'; do
10435                         for yyy in size_t long int; do
10436                                 case "$netdb_host_type" in
10437                                 '')     try="extern struct hostent *gethostbyaddr($xxx, $yyy, int);"
10438                                         if ./protochk "$try" $hdrs; then
10439                                                 echo "Your system accepts $xxx for the first arg."
10440                                                 echo "...and $yyy for the second arg."
10441                                                 netdb_host_type="$xxx"
10442                                                 netdb_hlen_type="$yyy"
10443                                         fi
10444                                         ;;
10445                                 esac
10446                         done
10447                 done
10448                 : In case none of those worked, prompt the user.
10449                 case "$netdb_host_type" in
10450                 '')     rp='What is the type for the 1st argument to gethostbyaddr?'
10451                         dflt='char *'
10452                         . ./myread
10453                         netdb_host_type=$ans
10454                         rp='What is the type for the 2nd argument to gethostbyaddr?'
10455                         dflt="$sizetype"
10456                         . ./myread
10457                         netdb_hlen_type=$ans
10458                         ;;
10459                 esac
10460                 ;;
10461         *)      : no gethostbyaddr, so pick harmless defaults
10462                 netdb_host_type='char *'
10463                 netdb_hlen_type="$sizetype"
10464                 ;;
10465         esac
10466         # Remove the "const" if needed. -- but then we'll have a 
10467         # prototype clash!
10468         # netdb_host_type=`echo "$netdb_host_type" | sed 's/^const //'`
10469 fi
10470
10471 : check for type of argument to gethostbyname. 
10472 if test "X$netdb_name_type" = X ; then
10473         case "$d_gethbyname" in
10474         $define)
10475                 $cat <<EOM
10476
10477 Checking to see what type of argument is accepted by gethostbyname().
10478 EOM
10479                 hdrs="$define sys/types.h
10480                         $d_socket sys/socket.h 
10481                         $i_niin netinet/in.h 
10482                         $i_netdb netdb.h
10483                         $i_unistd unistd.h"
10484                 for xxx in "const char *" "char *"; do
10485                         case "$netdb_name_type" in
10486                         '')     try="extern struct hostent *gethostbyname($xxx);"
10487                                 if ./protochk "$try" $hdrs; then
10488                                         echo "Your system accepts $xxx."
10489                                         netdb_name_type="$xxx"
10490                                 fi
10491                                 ;;
10492                         esac
10493                 done
10494                 : In case none of those worked, prompt the user.
10495                 case "$netdb_name_type" in
10496                 '')     rp='What is the type for the 1st argument to gethostbyname?'
10497                         dflt='char *'
10498                         . ./myread
10499                         netdb_name_type=$ans
10500                         ;;
10501                 esac
10502                 ;;
10503         *)      : no gethostbyname, so pick harmless default
10504                 netdb_name_type='char *'
10505                 ;;
10506         esac
10507 fi
10508
10509 : check for type of 1st argument to getnetbyaddr. 
10510 if test "X$netdb_net_type" = X ; then
10511         case "$d_getnbyaddr" in
10512         $define)
10513                 $cat <<EOM
10514
10515 Checking to see what type of 1st argument is accepted by getnetbyaddr().
10516 EOM
10517                 hdrs="$define sys/types.h
10518                         $d_socket sys/socket.h 
10519                         $i_niin netinet/in.h 
10520                         $i_netdb netdb.h
10521                         $i_unistd unistd.h"
10522                 for xxx in in_addr_t "unsigned long" long "unsigned int" int; do
10523                         case "$netdb_net_type" in
10524                         '')     try="extern struct netent *getnetbyaddr($xxx, int);"
10525                                 if ./protochk "$try" $hdrs; then
10526                                         echo "Your system accepts $xxx."
10527                                         netdb_net_type="$xxx"
10528                                 fi
10529                                 ;;
10530                         esac
10531                 done
10532                 : In case none of those worked, prompt the user.
10533                 case "$netdb_net_type" in
10534                 '')     rp='What is the type for the 1st argument to getnetbyaddr?'
10535                         dflt='long'
10536                         . ./myread
10537                         netdb_net_type=$ans
10538                         ;;
10539                 esac
10540                 ;;
10541         *)      : no getnetbyaddr, so pick harmless default
10542                 netdb_net_type='long'
10543                 ;;
10544         esac
10545 fi
10546 : locate the preferred pager for this system
10547 case "$pager" in
10548 '')
10549         dflt=''
10550         case "$pg" in
10551         /*) dflt=$pg;;
10552         esac
10553         case "$more" in
10554         /*) dflt=$more;;
10555         esac
10556         case "$less" in
10557         /*) dflt=$less;;
10558         esac
10559         case "$dflt" in
10560         '') dflt=/usr/ucb/more;;
10561         esac
10562         ;;
10563 *) dflt="$pager";;
10564 esac
10565 echo " "
10566 fn=f/
10567 rp='What pager is used on your system?'
10568 . ./getfile
10569 pager="$ans"
10570
10571 : see what type pids are declared as in the kernel
10572 rp="What is the type of process ids on this system?"
10573 set pid_t pidtype int stdio.h sys/types.h
10574 eval $typedef_ask
10575
10576 : check for length of pointer
10577 echo " "
10578 case "$ptrsize" in
10579 '')
10580         $echo $n "Checking to see how big your pointers are...$c" >&4
10581         if test "$voidflags" -gt 7; then
10582                 echo '#define VOID_PTR char *' > try.c
10583         else
10584                 echo '#define VOID_PTR void *' > try.c
10585         fi
10586         $cat >>try.c <<'EOCP'
10587 #include <stdio.h>
10588 main()
10589 {
10590         printf("%d\n", sizeof(VOID_PTR));
10591         exit(0);
10592 }
10593 EOCP
10594         set try
10595         if eval $compile_ok; then
10596                 ptrsize=`./try`
10597                 $echo " $ptrsize bytes." >&4
10598         else
10599                 dflt='4'
10600                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
10601                 rp="What is the size of a pointer (in bytes)?"
10602                 . ./myread
10603                 ptrsize="$ans"
10604         fi
10605         ;;
10606 esac
10607 $rm -f try.c try
10608
10609 : see if ar generates random libraries by itself
10610 echo " "
10611 echo "Checking how to generate random libraries on your machine..." >&4
10612 echo 'int bar1() { return bar2(); }' > bar1.c
10613 echo 'int bar2() { return 2; }' > bar2.c
10614 $cat > foo.c <<'EOP'
10615 main() { printf("%d\n", bar1()); exit(0); }
10616 EOP
10617 $cc $ccflags -c bar1.c >/dev/null 2>&1
10618 $cc $ccflags -c bar2.c >/dev/null 2>&1
10619 $cc $ccflags -c foo.c >/dev/null 2>&1
10620 $ar rc bar$_a bar2$_o bar1$_o >/dev/null 2>&1
10621 if $cc $ccflags $ldflags -o foobar foo$_o bar$_a $libs > /dev/null 2>&1 &&
10622         ./foobar >/dev/null 2>&1; then
10623         echo "$ar appears to generate random libraries itself."
10624         orderlib=false
10625         ranlib=":"
10626 elif $ar ts bar$_a >/dev/null 2>&1 &&
10627         $cc $ccflags $ldflags -o foobar foo$_o bar$_a $libs > /dev/null 2>&1 &&
10628         ./foobar >/dev/null 2>&1; then
10629                 echo "a table of contents needs to be added with '$ar ts'."
10630                 orderlib=false
10631                 ranlib="$ar ts"
10632 else
10633         case "$ranlib" in
10634         :) ranlib='';;
10635         '')
10636                 ranlib=`./loc ranlib X /usr/bin /bin /usr/local/bin`
10637                 $test -f $ranlib || ranlib=''
10638                 ;;
10639         esac
10640         if $test -n "$ranlib"; then
10641                 echo "your system has '$ranlib'; we'll use that."
10642                 orderlib=false
10643         else
10644                 echo "your system doesn't seem to support random libraries"
10645                 echo "so we'll use lorder and tsort to order the libraries."
10646                 orderlib=true
10647                 ranlib=":"
10648         fi
10649 fi
10650 $rm -f foo* bar* 
10651
10652 : see if sys/select.h has to be included
10653 set sys/select.h i_sysselct
10654 eval $inhdr
10655
10656 : see if we should include time.h, sys/time.h, or both
10657 echo " "
10658 if test "X$timeincl" = X; then
10659         echo "Testing to see if we should include <time.h>, <sys/time.h> or both." >&4
10660         $echo $n "I'm now running the test program...$c"
10661         $cat >try.c <<'EOCP'
10662 #include <sys/types.h>
10663 #ifdef I_TIME
10664 #include <time.h>
10665 #endif
10666 #ifdef I_SYSTIME
10667 #ifdef SYSTIMEKERNEL
10668 #define KERNEL
10669 #endif
10670 #include <sys/time.h>
10671 #endif
10672 #ifdef I_SYSSELECT
10673 #include <sys/select.h>
10674 #endif
10675 main()
10676 {
10677         struct tm foo;
10678 #ifdef S_TIMEVAL
10679         struct timeval bar;
10680 #endif
10681 #ifdef S_TIMEZONE
10682         struct timezone tzp;
10683 #endif
10684         if (foo.tm_sec == foo.tm_sec)
10685                 exit(0);
10686 #ifdef S_TIMEVAL
10687         if (bar.tv_sec == bar.tv_sec)
10688                 exit(0);
10689 #endif
10690         exit(1);
10691 }
10692 EOCP
10693         flags=''
10694         for s_timezone in '-DS_TIMEZONE' ''; do
10695         sysselect=''
10696         for s_timeval in '-DS_TIMEVAL' ''; do
10697         for i_systimek in '' '-DSYSTIMEKERNEL'; do
10698         for i_time in '' '-DI_TIME'; do
10699         for i_systime in '-DI_SYSTIME' ''; do
10700                 case "$flags" in
10701                 '') $echo $n ".$c"
10702                         set try $i_time $i_systime $i_systimek $sysselect $s_timeval $s_timezone
10703                         if eval $compile; then
10704                                 set X $i_time $i_systime $i_systimek $sysselect $s_timeval
10705                                 shift
10706                                 flags="$*"
10707                                 echo " "
10708                                 $echo $n "Succeeded with $flags$c"
10709                         fi
10710                         ;;
10711                 esac
10712         done
10713         done
10714         done
10715         done
10716         done
10717         timeincl=''
10718         echo " "
10719         case "$flags" in
10720         *SYSTIMEKERNEL*) i_systimek="$define"
10721                 timeincl=`./findhdr sys/time.h`
10722                 echo "We'll include <sys/time.h> with KERNEL defined." >&4;;
10723         *) i_systimek="$undef";;
10724         esac
10725         case "$flags" in
10726         *I_TIME*) i_time="$define"
10727                 timeincl=`./findhdr time.h`" $timeincl"
10728                 echo "We'll include <time.h>." >&4;;
10729         *) i_time="$undef";;
10730         esac
10731         case "$flags" in
10732         *I_SYSTIME*) i_systime="$define"
10733                 timeincl=`./findhdr sys/time.h`" $timeincl"
10734                 echo "We'll include <sys/time.h>." >&4;;
10735         *) i_systime="$undef";;
10736         esac
10737         $rm -f try.c try
10738 fi
10739
10740 : check for fd_set items
10741 $cat <<EOM
10742
10743 Checking to see how well your C compiler handles fd_set and friends ...
10744 EOM
10745 $cat >fd_set.c <<EOCP
10746 #$i_systime I_SYS_TIME
10747 #$i_sysselct I_SYS_SELECT
10748 #$d_socket HAS_SOCKET
10749 #include <sys/types.h>
10750 #ifdef HAS_SOCKET
10751 #include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
10752 #endif
10753 #ifdef I_SYS_TIME
10754 #include <sys/time.h>
10755 #endif
10756 #ifdef I_SYS_SELECT
10757 #include <sys/select.h>
10758 #endif
10759 main() {
10760         fd_set fds;
10761
10762 #ifdef TRYBITS
10763         if(fds.fds_bits);
10764 #endif
10765
10766 #if defined(FD_SET) && defined(FD_CLR) && defined(FD_ISSET) && defined(FD_ZERO)
10767         exit(0);
10768 #else
10769         exit(1);
10770 #endif
10771 }
10772 EOCP
10773 set fd_set -DTRYBITS
10774 if eval $compile; then
10775         d_fds_bits="$define"
10776         d_fd_set="$define"
10777         echo "Well, your system knows about the normal fd_set typedef..." >&4
10778         if ./fd_set; then
10779                 echo "and you have the normal fd_set macros (just as I'd expect)." >&4
10780                 d_fd_macros="$define"
10781         else
10782                 $cat >&4 <<'EOM'
10783 but not the normal fd_set macros!  Gaaack!  I'll have to cover for you.
10784 EOM
10785                 d_fd_macros="$undef"
10786         fi
10787 else
10788         $cat <<'EOM'
10789 Hmm, your compiler has some difficulty with fd_set.  Checking further...
10790 EOM
10791         set fd_set
10792         if eval $compile; then
10793                 d_fds_bits="$undef"
10794                 d_fd_set="$define"
10795                 echo "Well, your system has some sort of fd_set available..." >&4
10796                 if ./fd_set; then
10797                         echo "and you have the normal fd_set macros." >&4
10798                         d_fd_macros="$define"
10799                 else
10800                         $cat <<'EOM'
10801 but not the normal fd_set macros!  Gross!  More work for me...
10802 EOM
10803                         d_fd_macros="$undef"
10804                 fi
10805         else
10806         echo "Well, you got zip.  That's OK, I can roll my own fd_set stuff." >&4
10807                 d_fd_set="$undef"
10808                 d_fds_bits="$undef"
10809                 d_fd_macros="$undef"
10810         fi
10811 fi
10812 $rm -f fd_set*
10813
10814 : check for type of arguments to select. 
10815 case "$selecttype" in
10816 '') case "$d_select" in
10817         $define)
10818                 $cat <<EOM
10819 Checking to see what type of arguments are accepted by select().
10820 EOM
10821                 hdrs="$define sys/types.h
10822                         $i_systime sys/time.h 
10823                         $i_sysselct sys/select.h
10824                         $d_socket sys/socket.h"
10825                 : The first arg can be int, unsigned, or size_t
10826                 : The last arg may or may not be 'const'
10827                 val=''
10828                 : void pointer has been seen but using that
10829                 : breaks the selectminbits test
10830                 for xxx in 'fd_set *' 'int *'; do
10831                         for nfd in 'int' 'size_t' 'unsigned long' 'unsigned' ; do
10832                                 for tmo in 'struct timeval *' 'const struct timeval *'; do
10833                                         case "$val" in
10834                                         '')     try="extern select _(($nfd, $xxx, $xxx, $xxx, $tmo));"
10835                                                 if ./protochk "$try" $hdrs; then
10836                                                         echo "Your system accepts $xxx."
10837                                                         val="$xxx"
10838                                                 fi
10839                                                 ;;
10840                                         esac
10841                                 done
10842                         done
10843                 done
10844                 case "$val" in
10845                 '')     rp='What is the type for the 2nd, 3rd, and 4th arguments to select?'
10846                         case "$d_fd_set" in
10847                                 $define) dflt="fd_set *" ;;
10848                                 *)              dflt="int *" ;;
10849                         esac
10850                         . ./myread
10851                         val=$ans
10852                         ;;
10853                 esac
10854                 selecttype="$val"
10855                 ;;
10856         *)      : no select, so pick a harmless default
10857                 selecttype='int *'
10858                 ;;
10859         esac
10860         ;;
10861 esac
10862
10863 : check for the select 'width'
10864 case "$selectminbits" in
10865 '') case "$d_select" in
10866         $define)
10867                 $cat <<EOM
10868
10869 Checking to see on how many bits at a time your select() operates...
10870 EOM
10871                 $cat >try.c <<EOCP
10872 #include <sys/types.h>
10873 #$i_time I_TIME
10874 #$i_systime I_SYS_TIME
10875 #$i_systimek I_SYS_TIME_KERNEL
10876 #ifdef I_TIME
10877 #   include <time.h>
10878 #endif
10879 #ifdef I_SYS_TIME
10880 #   ifdef I_SYS_TIME_KERNEL
10881 #       define KERNEL
10882 #   endif
10883 #   include <sys/time.h>
10884 #   ifdef I_SYS_TIME_KERNEL
10885 #       undef KERNEL
10886 #   endif
10887 #endif
10888 #$i_sysselct I_SYS_SELECT
10889 #ifdef I_SYS_SELECT
10890 #include <sys/select.h>
10891 #endif
10892 #include <stdio.h>
10893 $selecttype b;
10894 #define S sizeof(*(b))
10895 #define MINBITS 64
10896 #define NBYTES (S * 8 > MINBITS ? S : MINBITS/8)
10897 #define NBITS  (NBYTES * 8)
10898 int main() {
10899     char s[NBYTES];
10900     struct timeval t;
10901     int i;
10902     FILE* fp;
10903     int fd;
10904
10905     fclose(stdin);
10906     fp = fopen("try.c", "r");
10907     if (fp == 0)
10908       exit(1);
10909     fd = fileno(fp);
10910     if (fd < 0)
10911       exit(2);
10912     b = ($selecttype)s;
10913     for (i = 0; i < NBITS; i++)
10914         FD_SET(i, b);
10915     t.tv_sec  = 0;
10916     t.tv_usec = 0;
10917     select(fd + 1, b, 0, 0, &t);
10918     for (i = NBITS - 1; i > fd && FD_ISSET(i, b); i--);
10919     printf("%d\n", i + 1);
10920     return 0;
10921 }
10922 EOCP
10923                 set try
10924                 if eval $compile_ok; then
10925                         selectminbits=`./try`
10926                         case "$selectminbits" in
10927                         '')     cat >&4 <<EOM
10928 Cannot figure out on how many bits at a time your select() operates.
10929 I'll play safe and guess it is 32 bits.
10930 EOM
10931                                 selectminbits=32
10932                                 bits="32 bits"
10933                                 ;;
10934                         1)      bits="1 bit" ;;
10935                         *)      bits="$selectminbits bits" ;;
10936                         esac
10937                         echo "Your select() operates on $bits at a time." >&4
10938                 else
10939                         rp='What is the minimum number of bits your select() operates on?'
10940                         case "$byteorder" in
10941                         1234|12345678)  dflt=32 ;;
10942                         *)              dflt=1  ;;
10943                         esac
10944                         . ./myread
10945                         val=$ans
10946                         selectminbits="$val"
10947                 fi
10948                 $rm -f try.* try
10949                 ;;
10950         *)      : no select, so pick a harmless default
10951                 selectminbits='32'
10952                 ;;
10953         esac
10954         ;;
10955 esac
10956
10957 : Trace out the files included by signal.h, then look for SIGxxx names.
10958 : Remove SIGARRAYSIZE used by HPUX.
10959 : Remove SIGTYP void lines used by OS2.
10960 xxx=`echo '#include <signal.h>' |
10961         $cppstdin $cppminus $cppflags 2>/dev/null |
10962         $grep '^[       ]*#.*include' | 
10963         $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sort | $uniq`
10964 : Check this list of files to be sure we have parsed the cpp output ok.
10965 : This will also avoid potentially non-existent files, such 
10966 : as ../foo/bar.h
10967 xxxfiles=''
10968 for xx in $xxx /dev/null ; do
10969         $test -f "$xx" && xxxfiles="$xxxfiles $xx"
10970 done
10971 : If we have found no files, at least try signal.h
10972 case "$xxxfiles" in
10973 '')     xxxfiles=`./findhdr signal.h` ;;
10974 esac
10975 xxx=`awk '
10976 $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $2 !~ /SIGARRAYSIZE/ && $3 !~ /void/ {
10977         print substr($2, 4, 20)
10978 }
10979 $1 == "#" && $2 ~ /^define$/ && $3 ~ /^SIG[A-Z0-9]*$/ && $3 !~ /SIGARRAYSIZE/ && $4 !~ /void/ {
10980         print substr($3, 4, 20)
10981 }' $xxxfiles`
10982 : Append some common names just in case the awk scan failed.
10983 xxx="$xxx ABRT ALRM BUS CHLD CLD CONT DIL EMT FPE HUP ILL INT IO IOT KILL"
10984 xxx="$xxx LOST PHONE PIPE POLL PROF PWR QUIT SEGV STKFLT STOP SYS TERM TRAP"
10985 xxx="$xxx TSTP TTIN TTOU URG USR1 USR2 USR3 USR4 VTALRM"
10986 xxx="$xxx WINCH WIND WINDOW XCPU XFSZ"
10987 : generate a few handy files for later
10988 $cat > signal.c <<'EOCP'
10989 #include <sys/types.h>
10990 #include <signal.h>
10991 #include <stdio.h>
10992 int main() {
10993
10994 /* Strange style to avoid deeply-nested #if/#else/#endif */
10995 #ifndef NSIG
10996 #  ifdef _NSIG
10997 #    define NSIG (_NSIG)
10998 #  endif
10999 #endif
11000
11001 #ifndef NSIG
11002 #  ifdef SIGMAX
11003 #    define NSIG (SIGMAX+1)
11004 #  endif
11005 #endif
11006
11007 #ifndef NSIG
11008 #  ifdef SIG_MAX
11009 #    define NSIG (SIG_MAX+1)
11010 #  endif
11011 #endif
11012
11013 #ifndef NSIG
11014 #  ifdef MAXSIG
11015 #    define NSIG (MAXSIG+1)
11016 #  endif
11017 #endif
11018
11019 #ifndef NSIG
11020 #  ifdef MAX_SIG
11021 #    define NSIG (MAX_SIG+1)
11022 #  endif
11023 #endif
11024
11025 #ifndef NSIG
11026 #  ifdef SIGARRAYSIZE
11027 #    define NSIG (SIGARRAYSIZE+1) /* Not sure of the +1 */
11028 #  endif
11029 #endif
11030
11031 #ifndef NSIG
11032 #  ifdef _sys_nsig
11033 #    define NSIG (_sys_nsig) /* Solaris 2.5 */
11034 #  endif
11035 #endif
11036
11037 /* Default to some arbitrary number that's big enough to get most
11038    of the common signals.
11039 */
11040 #ifndef NSIG
11041 #    define NSIG 50
11042 #endif
11043
11044 printf("NSIG %d\n", NSIG);
11045
11046 #ifndef JUST_NSIG
11047
11048 EOCP
11049
11050 echo $xxx | $tr ' ' $trnl | $sort | $uniq | $awk '
11051 {
11052         printf "#ifdef SIG"; printf $1; printf "\n"
11053         printf "printf(\""; printf $1; printf " %%d\\n\",SIG";
11054         printf $1; printf ");\n"
11055         printf "#endif\n"
11056 }
11057 END {
11058         printf "#endif /* JUST_NSIG */\n";
11059         printf "}\n";
11060 }
11061 ' >>signal.c
11062 $cat >signal.awk <<'EOP'
11063 BEGIN { ndups = 0 }
11064 $1 ~ /^NSIG$/ { nsig = $2 }
11065 ($1 !~ /^NSIG$/) && (NF == 2) {
11066     if ($2 > maxsig) { maxsig = $2 }
11067     if (sig_name[$2]) {
11068         dup_name[ndups] = $1
11069         dup_num[ndups] = $2
11070         ndups++ 
11071     }
11072     else {
11073         sig_name[$2] = $1
11074         sig_num[$2] = $2
11075     }
11076
11077 }
11078 END { 
11079     if (nsig == 0) { nsig = maxsig + 1 }
11080         for (n = 1; n < nsig; n++) {
11081                 if (sig_name[n]) {
11082                         printf("%s %d\n", sig_name[n], sig_num[n])
11083                 }
11084                 else {
11085                         printf("NUM%d %d\n", n, n) 
11086                 }
11087         }
11088     for (n = 0; n < ndups; n++) {
11089                 printf("%s %d\n", dup_name[n], dup_num[n])
11090     }
11091 }
11092 EOP
11093 $cat >signal_cmd <<EOS
11094 $startsh
11095 if $test -s signal.lst; then
11096     echo "Using your existing signal.lst file"
11097         exit 0
11098 fi
11099 xxx="$xxx"
11100 EOS
11101 $cat >>signal_cmd <<'EOS'
11102
11103 set signal
11104 if eval $compile_ok; then
11105         ./signal$_exe | $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
11106 else
11107         echo "(I can't seem be able to compile the whole test program)" >&4
11108         echo "(I'll try it in little pieces.)" >&4
11109         set signal -DJUST_NSIG
11110         if eval $compile_ok; then
11111                 ./signal$_exe > signal.nsg
11112                 $cat signal.nsg
11113         else
11114                 echo "I can't seem to figure out how many signals you have." >&4
11115                 echo "Guessing 50." >&4
11116                 echo 'NSIG 50' > signal.nsg
11117         fi
11118         : Now look at all the signal names, one at a time.
11119         for xx in `echo $xxx | $tr ' ' $trnl | $sort | $uniq`; do
11120                 $cat > signal.c <<EOCP
11121 #include <sys/types.h>
11122 #include <signal.h>
11123 #include <stdio.h>
11124 int main() {
11125 printf("$xx %d\n", SIG${xx});
11126 return 0;
11127 }
11128 EOCP
11129                 set signal
11130                 if eval $compile; then
11131                         echo "SIG${xx} found."
11132                         ./signal$_exe  >> signal.ls1
11133                 else
11134                         echo "SIG${xx} NOT found."
11135                 fi
11136         done
11137         if $test -s signal.ls1; then
11138                 $cat signal.nsg signal.ls1 |
11139                         $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
11140         fi
11141
11142 fi
11143 if $test -s signal.lst; then
11144         :
11145 else
11146         echo "(AAK! I can't compile the test programs -- Guessing)" >&4
11147         echo 'kill -l' >signal
11148         set X `csh -f <signal`
11149         $rm -f signal
11150         shift
11151         case $# in
11152         0) set HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM;;
11153         esac
11154         echo $@ | $tr ' ' $trnl | \
11155                 $awk '{ printf $1; printf " %d\n", ++s; }' >signal.lst
11156 fi
11157 $rm -f signal.c signal$_exe signal$_o signal.nsg signal.ls1
11158 EOS
11159 chmod a+x signal_cmd
11160 $eunicefix signal_cmd
11161
11162 : generate list of signal names
11163 echo " "
11164 case "$sig_num" in
11165 *,*)    sig_num="" # Ignore old-style sig_num with commas from config.sh.
11166         ;;
11167 esac
11168 case "$sig_name_init" in
11169 '')
11170         echo "Generating a list of signal names and numbers..." >&4
11171         . ./signal_cmd
11172         sig_name=`$awk '{printf "%s ", $1}' signal.lst`
11173         sig_name="ZERO $sig_name"
11174         sig_name_init=`$awk 'BEGIN { printf "\"ZERO\", " }
11175                                                 { printf "\"%s\", ", $1 }
11176                                                 END { printf "0\n" }' signal.lst`
11177         sig_num=`$awk '{printf "%d ", $2}' signal.lst`
11178         sig_num="0 $sig_num"
11179         sig_num_init=`$awk 'BEGIN { printf "0, " }
11180                                         { printf "%d, ", $2}
11181                                         END { printf "0\n"}' signal.lst`
11182         ;;
11183 esac
11184 echo "The following signals are available:"
11185 echo " "
11186 echo $sig_name | $awk \
11187 'BEGIN { linelen = 0 }
11188 {
11189         for (i = 1; i <= NF; i++) {
11190                 name = "SIG" $i " "
11191                 linelen = linelen + length(name)
11192                 if (linelen > 70) {
11193                         printf "\n"
11194                         linelen = length(name)
11195                 }
11196                 printf "%s", name
11197         }
11198         printf "\n"
11199 }'
11200 $rm -f signal signal.c signal.awk signal.lst signal_cmd 
11201
11202 : see what type is used for signed size_t
11203 set ssize_t ssizetype int stdio.h sys/types.h
11204 eval $typedef
11205 dflt="$ssizetype"
11206 $cat > ssize.c <<EOM
11207 #include <stdio.h>
11208 #include <sys/types.h>
11209 #define Size_t $sizetype
11210 #define SSize_t $dflt
11211 main()
11212 {
11213         if (sizeof(Size_t) == sizeof(SSize_t))
11214                 printf("$dflt\n");
11215         else if (sizeof(Size_t) == sizeof(int))
11216                 printf("int\n");
11217         else 
11218                 printf("long\n");
11219         exit(0);
11220 }
11221 EOM
11222 echo " "
11223 set ssize
11224 if eval $compile_ok && ./ssize > /dev/null; then
11225         ssizetype=`./ssize`
11226         echo "I'll be using $ssizetype for functions returning a byte count." >&4
11227 else
11228         $cat >&4 <<EOM
11229 Help! I can't compile and run the ssize_t test program: please enlighten me!
11230 (This is probably a misconfiguration in your system or libraries, and
11231 you really ought to fix it.  Still, I'll try anyway.)
11232
11233 I need a type that is the same size as $sizetype, but is guaranteed to
11234 be signed.  Common values are ssize_t, int and long.
11235
11236 EOM
11237         rp="What signed type is the same size as $sizetype?"
11238         . ./myread
11239         ssizetype="$ans"
11240 fi
11241 $rm -f ssize ssize.*
11242
11243 : see what type of char stdio uses.
11244 echo " "
11245 if $contains 'unsigned.*char.*_ptr;' `./findhdr stdio.h` >/dev/null 2>&1 ; then
11246         echo "Your stdio uses unsigned chars." >&4
11247         stdchar="unsigned char"
11248 else
11249         echo "Your stdio uses signed chars." >&4
11250         stdchar="char"
11251 fi
11252
11253 : see if time exists
11254 echo " "
11255 if test "X$d_time" = X -o X"$timetype" = X; then
11256     if set time val -f d_time; eval $csym; $val; then
11257                 echo 'time() found.' >&4
11258                 val="$define"
11259                 rp="What is the type returned by time() on this system?"
11260                 set time_t timetype long stdio.h sys/types.h
11261                 eval $typedef_ask
11262     else
11263                 echo 'time() not found, hope that will do.' >&4
11264                 val="$undef"
11265                 timetype='int';
11266     fi
11267     set d_time
11268     eval $setvar
11269 fi
11270
11271 : see what type uids are declared as in the kernel
11272 echo " "
11273 echo "Looking for the type for user ids returned by getuid()."
11274 set uid_t uidtype xxx stdio.h sys/types.h
11275 eval $typedef
11276 case "$uidtype" in
11277 xxx)
11278         xxx=`./findhdr sys/user.h`
11279         set `grep '_ruid;' "$xxx" 2>/dev/null` unsigned short
11280         case $1 in
11281         unsigned) dflt="$1 $2" ;;
11282         *) dflt="$1" ;;
11283         esac
11284         ;;
11285 *) dflt="$uidtype";;
11286 esac
11287 case "$uidtype" in
11288 uid_t)  echo "uid_t found." ;;
11289 *)      rp="What is the type for user ids returned by getuid()?"
11290         . ./myread
11291         uidtype="$ans"
11292         ;;
11293 esac
11294
11295 : see if dbm.h is available
11296 : see if dbmclose exists
11297 set dbmclose d_dbmclose
11298 eval $inlibc
11299
11300 case "$d_dbmclose" in
11301 $define)
11302         set dbm.h i_dbm
11303         eval $inhdr
11304         case "$i_dbm" in
11305         $define)
11306                 val="$undef"
11307                 set i_rpcsvcdbm
11308                 eval $setvar
11309                 ;;
11310         *)      set rpcsvc/dbm.h i_rpcsvcdbm
11311                 eval $inhdr
11312                 ;;
11313         esac
11314         ;;
11315 *)      echo "We won't be including <dbm.h>"
11316         val="$undef"
11317         set i_dbm
11318         eval $setvar
11319         val="$undef"
11320         set i_rpcsvcdbm
11321         eval $setvar
11322         ;;
11323 esac
11324
11325 : see if this is a sys/file.h system
11326 val=''
11327 set sys/file.h val
11328 eval $inhdr
11329
11330 : do we need to include sys/file.h ?
11331 case "$val" in
11332 "$define")
11333         echo " "
11334         if $h_sysfile; then
11335                 val="$define"
11336                 echo "We'll be including <sys/file.h>." >&4
11337         else
11338                 val="$undef"
11339                 echo "We won't be including <sys/file.h>." >&4
11340         fi
11341         ;;
11342 *)
11343         h_sysfile=false
11344         ;;
11345 esac
11346 set i_sysfile
11347 eval $setvar
11348
11349 : see if fcntl.h is there
11350 val=''
11351 set fcntl.h val
11352 eval $inhdr
11353
11354 : see if we can include fcntl.h
11355 case "$val" in
11356 "$define")
11357         echo " "
11358         if $h_fcntl; then
11359                 val="$define"
11360                 echo "We'll be including <fcntl.h>." >&4
11361         else
11362                 val="$undef"
11363                 if $h_sysfile; then
11364         echo "We don't need to include <fcntl.h> if we include <sys/file.h>." >&4
11365                 else
11366                         echo "We won't be including <fcntl.h>." >&4
11367                 fi
11368         fi
11369         ;;
11370 *)
11371         h_fcntl=false
11372         val="$undef"
11373         ;;
11374 esac
11375 set i_fcntl
11376 eval $setvar
11377
11378 : see if locale.h is available
11379 set locale.h i_locale
11380 eval $inhdr
11381
11382 : see if mach cthreads are available
11383 set mach/cthreads.h i_machcthr
11384 eval $inhdr
11385
11386 : see if this is a math.h system
11387 set math.h i_math
11388 eval $inhdr
11389
11390 : see if ndbm.h is available
11391 set ndbm.h t_ndbm
11392 eval $inhdr
11393 case "$t_ndbm" in
11394 $define)
11395         : see if dbm_open exists
11396         set dbm_open d_dbm_open
11397         eval $inlibc
11398         case "$d_dbm_open" in
11399         $undef)
11400                 t_ndbm="$undef"
11401                 echo "We won't be including <ndbm.h>"
11402                 ;;
11403         esac
11404         ;;
11405 esac
11406 val="$t_ndbm"
11407 set i_ndbm
11408 eval $setvar
11409
11410 : see if net/errno.h is available
11411 val=''
11412 set net/errno.h val
11413 eval $inhdr
11414
11415 : Unfortunately, it causes problems on some systems.  Arrgh.
11416 case "$val" in
11417 $define)
11418         cat > try.c <<'EOM'
11419 #include <stdio.h>
11420 #include <errno.h>
11421 #include <net/errno.h>
11422 int func()
11423 {
11424         return ENOTSOCK;
11425 }
11426 EOM
11427         if $cc $ccflags -c try.c >/dev/null 2>&1; then
11428                 echo "We'll be including <net/errno.h>." >&4
11429         else
11430                 echo "We won't be including <net/errno.h>." >&4
11431                 val="$undef"
11432         fi
11433         $rm -f try.* try
11434         ;;
11435 esac
11436 set i_neterrno
11437 eval $setvar
11438
11439 : get C preprocessor symbols handy
11440 echo " "
11441 $echo $n "Hmm... $c"
11442 echo $al | $tr ' ' $trnl >Cppsym.know
11443 $cat <<EOSS >Cppsym
11444 $startsh
11445 case "\$1" in
11446 -l) list=true
11447         shift
11448         ;;
11449 esac
11450 unknown=''
11451 case "\$list\$#" in
11452 1|2)
11453         for sym do
11454                 if $contains "^\$1$" Cppsym.true >/dev/null 2>&1; then
11455                         exit 0
11456                 elif $contains "^\$1$" Cppsym.know >/dev/null 2>&1; then
11457                         :
11458                 else
11459                         unknown="\$unknown \$sym"
11460                 fi
11461         done
11462         set X \$unknown
11463         shift
11464         ;;
11465 esac
11466 case \$# in
11467 0) exit 1;;
11468 esac
11469 echo \$* | $tr ' ' '$trnl' | $sed -e 's/\(.*\)/\\
11470 #ifdef \1\\
11471 exit 0; _ _ _ _\1\\      \1\\
11472 #endif\\
11473 /' >Cppsym\$\$
11474 echo "exit 1; _ _ _" >>Cppsym\$\$
11475 $cppstdin $cppminus <Cppsym\$\$ | $grep '^exit [01]; _ _'  >Cppsym2\$\$
11476 case "\$list" in
11477 true) $awk 'NF > 5 {print substr(\$6,2,100)}' <Cppsym2\$\$ ;;
11478 *)
11479         sh Cppsym2\$\$
11480         status=\$?
11481         ;;
11482 esac
11483 $rm -f Cppsym\$\$ Cppsym2\$\$
11484 exit \$status
11485 EOSS
11486 chmod +x Cppsym
11487 $eunicefix Cppsym
11488 ./Cppsym -l $al | $sort | $grep -v '^$' >Cppsym.true
11489
11490 : now check the C compiler for additional symbols
11491 $cat >ccsym <<EOS
11492 $startsh
11493 $cat >tmp.c <<EOF
11494 extern int foo;
11495 EOF
11496 for i in \`$cc -v -c tmp.c 2>&1\`
11497 do
11498         case "\$i" in
11499         -D*) echo "\$i" | $sed 's/^-D//';;
11500         -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A\(.*\)(\(.*\))/\1=\2/';;
11501         esac
11502 done
11503 $rm -f try.c
11504 EOS
11505 chmod +x ccsym
11506 $eunicefix ccsym
11507 ./ccsym > ccsym1.raw
11508 if $test -s ccsym1.raw; then
11509        $sort ccsym1.raw | $uniq >ccsym.raw
11510 else
11511        mv ccsym1.raw ccsym.raw
11512 fi
11513
11514 $awk '/\=/ { print $0; next }
11515         { print $0"=1" }' ccsym.raw >ccsym.list
11516 $awk '{ print $0"=1" }' Cppsym.true >ccsym.true
11517 $comm -13 ccsym.true ccsym.list >ccsym.own
11518 $comm -12 ccsym.true ccsym.list >ccsym.com
11519 $comm -23 ccsym.true ccsym.list >ccsym.cpp
11520 also=''
11521 symbols='symbols'
11522 if $test -z ccsym.raw; then
11523         echo "Your C compiler doesn't seem to define any symbol!" >&4
11524         echo " "
11525         echo "However, your C preprocessor defines the following ones:"
11526         $cat Cppsym.true
11527 else
11528         if $test -s ccsym.com; then
11529                 echo "Your C compiler and pre-processor define these symbols:"
11530                 $sed -e 's/\(.*\)=.*/\1/' ccsym.com
11531                 also='also '
11532                 symbols='ones'
11533                 $test "$silent" || sleep 1
11534         fi
11535         if $test -s ccsym.cpp; then
11536                 $test "$also" && echo " "
11537                 echo "Your C pre-processor ${also}defines the following $symbols:"
11538                 $sed -e 's/\(.*\)=.*/\1/' ccsym.cpp
11539                 also='further '
11540                 $test "$silent" || sleep 1
11541         fi
11542         if $test -s ccsym.own; then
11543                 $test "$also" && echo " "
11544                 echo "Your C compiler ${also}defines the following cpp variables:"
11545                 $sed -e 's/\(.*\)=1/\1/' ccsym.own
11546                 $sed -e 's/\(.*\)=.*/\1/' ccsym.own | $uniq >>Cppsym.true
11547                 $test "$silent" || sleep 1
11548         fi
11549 fi
11550 $rm -f ccsym*
11551
11552 : see if this is a termio system
11553 val="$undef"
11554 val2="$undef"
11555 val3="$undef"
11556 if $test `./findhdr termios.h`; then
11557         set tcsetattr i_termios
11558         eval $inlibc
11559         val3="$i_termios"
11560 fi
11561 echo " "
11562 case "$val3" in
11563 "$define") echo "You have POSIX termios.h... good!" >&4;;
11564 *) if ./Cppsym pyr; then
11565                 case "`/bin/universe`" in
11566                 ucb) if $test `./findhdr sgtty.h`; then
11567                                 val2="$define"
11568                                 echo "<sgtty.h> found." >&4
11569                         else
11570                                 echo "System is pyramid with BSD universe."
11571                                 echo "<sgtty.h> not found--you could have problems." >&4
11572                         fi;;
11573                 *) if $test `./findhdr termio.h`; then
11574                                 val="$define"
11575                                 echo "<termio.h> found." >&4
11576                         else
11577                                 echo "System is pyramid with USG universe."
11578                                 echo "<termio.h> not found--you could have problems." >&4
11579                         fi;;
11580                 esac
11581         elif ./usg; then
11582                 if $test `./findhdr termio.h`; then
11583                         echo "<termio.h> found." >&4
11584                         val="$define"
11585                 elif $test `./findhdr sgtty.h`; then
11586                         echo "<sgtty.h> found." >&4
11587                         val2="$define"
11588                 else
11589 echo "Neither <termio.h> nor <sgtty.h> found--you could have problems." >&4
11590                 fi
11591         else
11592                 if $test `./findhdr sgtty.h`; then
11593                         echo "<sgtty.h> found." >&4
11594                         val2="$define"
11595                 elif $test `./findhdr termio.h`; then
11596                         echo "<termio.h> found." >&4
11597                         val="$define"
11598                 else
11599 echo "Neither <sgtty.h> nor <termio.h> found--you could have problems." >&4
11600                 fi
11601         fi;;
11602 esac
11603 set i_termio; eval $setvar
11604 val=$val2; set i_sgtty; eval $setvar
11605 val=$val3; set i_termios; eval $setvar
11606
11607 : see if stdarg is available
11608 echo " "
11609 if $test `./findhdr stdarg.h`; then
11610         echo "<stdarg.h> found." >&4
11611         valstd="$define"
11612 else
11613         echo "<stdarg.h> NOT found." >&4
11614         valstd="$undef"
11615 fi
11616
11617 : see if varags is available
11618 echo " "
11619 if $test `./findhdr varargs.h`; then
11620         echo "<varargs.h> found." >&4
11621 else
11622         echo "<varargs.h> NOT found, but that's ok (I hope)." >&4
11623 fi
11624
11625 : set up the varargs testing programs
11626 $cat > varargs.c <<EOP
11627 #ifdef I_STDARG
11628 #include <stdarg.h>
11629 #endif
11630 #ifdef I_VARARGS
11631 #include <varargs.h>
11632 #endif
11633
11634 #ifdef I_STDARG
11635 int f(char *p, ...)
11636 #else
11637 int f(va_alist)
11638 va_dcl
11639 #endif
11640 {
11641         va_list ap;
11642 #ifndef I_STDARG
11643         char *p;
11644 #endif
11645 #ifdef I_STDARG
11646         va_start(ap,p);
11647 #else
11648         va_start(ap);
11649         p = va_arg(ap, char *);
11650 #endif
11651         va_end(ap);
11652 }
11653 EOP
11654 $cat > varargs <<EOP
11655 $startsh
11656 if $cc -c $ccflags -D\$1 varargs.c >/dev/null 2>&1; then
11657         echo "true"
11658 else
11659         echo "false"
11660 fi
11661 $rm -f varargs$_o
11662 EOP
11663 chmod +x varargs
11664
11665 : now check which varargs header should be included
11666 echo " "
11667 i_varhdr=''
11668 case "$valstd" in
11669 "$define")
11670         if `./varargs I_STDARG`; then
11671                 val='stdarg.h'
11672         elif `./varargs I_VARARGS`; then
11673                 val='varargs.h'
11674         fi
11675         ;;
11676 *)
11677         if `./varargs I_VARARGS`; then
11678                 val='varargs.h'
11679         fi
11680         ;;
11681 esac
11682 case "$val" in
11683 '')
11684 echo "I could not find the definition for va_dcl... You have problems..." >&4
11685         val="$undef"; set i_stdarg; eval $setvar
11686         val="$undef"; set i_varargs; eval $setvar
11687         ;;
11688 *) 
11689         set i_varhdr
11690         eval $setvar
11691         case "$i_varhdr" in
11692         stdarg.h)
11693                 val="$define"; set i_stdarg; eval $setvar
11694                 val="$undef"; set i_varargs; eval $setvar
11695                 ;;
11696         varargs.h)
11697                 val="$undef"; set i_stdarg; eval $setvar
11698                 val="$define"; set i_varargs; eval $setvar
11699                 ;;
11700         esac
11701         echo "We'll include <$i_varhdr> to get va_dcl definition." >&4;;
11702 esac
11703 $rm -f varargs*
11704
11705 : see if stddef is available
11706 set stddef.h i_stddef
11707 eval $inhdr
11708
11709 : see if sys/access.h is available
11710 set sys/access.h i_sysaccess
11711 eval $inhdr
11712
11713 : see if ioctl defs are in sgtty, termio, sys/filio or sys/ioctl
11714 set sys/filio.h i_sysfilio
11715 eval $inhdr
11716 echo " "
11717 if $test `./findhdr sys/ioctl.h`; then
11718         val="$define"
11719         echo '<sys/ioctl.h> found.' >&4
11720 else
11721         val="$undef"
11722         if $test $i_sysfilio = "$define"; then
11723             echo '<sys/ioctl.h> NOT found.' >&4
11724         else
11725                 $test $i_sgtty = "$define" && xxx="sgtty.h"
11726                 $test $i_termio = "$define" && xxx="termio.h"
11727                 $test $i_termios = "$define" && xxx="termios.h"
11728 echo "No <sys/ioctl.h> found, assuming ioctl args are defined in <$xxx>." >&4
11729         fi
11730 fi
11731 set i_sysioctl
11732 eval $setvar
11733
11734 : see if this is a sys/param system
11735 set sys/param.h i_sysparam
11736 eval $inhdr
11737
11738 : see if sys/resource.h has to be included
11739 set sys/resource.h i_sysresrc
11740 eval $inhdr
11741
11742 : see if sys/security.h is available
11743 set sys/security.h i_syssecrt
11744 eval $inhdr
11745
11746 : see if this is a sys/un.h system
11747 set sys/un.h i_sysun
11748 eval $inhdr
11749
11750 : see if this is a syswait system
11751 set sys/wait.h i_syswait
11752 eval $inhdr
11753
11754 : see if this is an utime system
11755 set utime.h i_utime
11756 eval $inhdr
11757
11758 : see if this is a values.h system
11759 set values.h i_values
11760 eval $inhdr
11761
11762 : see if this is a vfork system
11763 case "$d_vfork" in
11764 "$define")
11765         set vfork.h i_vfork
11766         eval $inhdr
11767         ;;
11768 *)
11769         i_vfork="$undef"
11770         ;;
11771 esac
11772
11773 : see if gdbm.h is available
11774 set gdbm.h t_gdbm
11775 eval $inhdr
11776 case "$t_gdbm" in
11777 $define)
11778         : see if gdbm_open exists
11779         set gdbm_open d_gdbm_open
11780         eval $inlibc
11781         case "$d_gdbm_open" in
11782         $undef)
11783                 t_gdbm="$undef"
11784                 echo "We won't be including <gdbm.h>"
11785                 ;;
11786         esac
11787         ;;
11788 esac
11789 val="$t_gdbm"
11790 set i_gdbm
11791 eval $setvar
11792
11793 echo " "
11794 echo "Looking for extensions..." >&4
11795 tdir=`pwd`
11796 cd $rsrc/ext
11797 : If we are using the old config.sh, known_extensions may contain
11798 : old or inaccurate or duplicate values.
11799 known_extensions=''
11800 nonxs_extensions=''
11801 : We do not use find because it might not be available.
11802 : We do not just use MANIFEST because the user may have dropped
11803 : some additional extensions into the source tree and expect them
11804 : to be built.
11805 for xxx in * ; do
11806         case "$xxx" in
11807         DynaLoader|dynaload) ;;
11808         *)      if $test -f $xxx/$xxx.xs; then
11809                         known_extensions="$known_extensions $xxx"
11810                 elif $test -f $xxx/Makefile.PL; then
11811                         nonxs_extensions="$nonxs_extensions $xxx"
11812                 else
11813                         if $test -d $xxx; then
11814                                 # Look for nested extensions, eg. Devel/Dprof.
11815                                 cd $xxx
11816                                 for yyy in * ; do
11817                                 if $test -f $yyy/$yyy.xs; then
11818                                         known_extensions="$known_extensions $xxx/$yyy"
11819                                 elif $test -f $yyy/Makefile.PL; then
11820                                         nonxs_extensions="$nonxs_extensions $xxx/$yyy"
11821                                 fi
11822                                 done
11823                                 cd ..
11824                         fi
11825                 fi 
11826                 ;;
11827         esac
11828 done
11829 set X $nonxs_extensions
11830 shift
11831 nonxs_extensions="$*"
11832 set X $known_extensions
11833 shift
11834 known_extensions="$*"
11835 cd $tdir
11836
11837 : Now see which are supported on this system.
11838 avail_ext=''
11839 for xxx in $known_extensions ; do
11840         case "$xxx" in
11841         DB_File|db_file)
11842                 case "$i_db" in
11843                 $define) avail_ext="$avail_ext $xxx" ;;
11844                 esac
11845                 ;;
11846         GDBM_File|gdbm_fil)
11847                 case "$i_gdbm" in 
11848                 $define) avail_ext="$avail_ext $xxx" ;;
11849                 esac
11850                 ;;
11851         NDBM_File|ndbm_fil)
11852                 case "$i_ndbm" in
11853                 $define) avail_ext="$avail_ext $xxx" ;;
11854                 esac
11855                 ;;
11856         ODBM_File|odbm_fil) 
11857                 case "${i_dbm}${i_rpcsvcdbm}" in
11858                 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
11859                 esac
11860                 ;;
11861         POSIX|posix)
11862                 case "$useposix" in
11863                 true|define|y) avail_ext="$avail_ext $xxx" ;;
11864                 esac
11865                 ;;
11866         Opcode|opcode)
11867                 case "$useopcode" in
11868                 true|define|y) avail_ext="$avail_ext $xxx" ;;
11869                 esac
11870                 ;;
11871         Socket|socket)
11872                 case "$d_socket" in 
11873                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
11874                 esac
11875                 ;;
11876         Thread|thread)
11877                 case "$usethreads" in 
11878                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
11879                 esac
11880                 ;;
11881         IPC/SysV|ipc/sysv)
11882                 : XXX Do we need a useipcsysv variable here
11883                 case "${d_msg}${d_sem}${d_shm}" in 
11884                 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
11885                 esac
11886                 ;;
11887         *)      avail_ext="$avail_ext $xxx"
11888                 ;;
11889         esac
11890 done
11891
11892 set X $avail_ext
11893 shift
11894 avail_ext="$*"
11895
11896 : Now see which nonxs extensions are supported on this system.
11897 : For now assume all are.
11898 nonxs_ext=''
11899 for xxx in $nonxs_extensions ; do
11900         case "$xxx" in
11901         *)      nonxs_ext="$nonxs_ext $xxx"
11902                 ;;
11903         esac
11904 done
11905
11906 set X $nonxs_ext
11907 shift
11908 nonxs_ext="$*"
11909
11910 case $usedl in
11911 $define)
11912         $cat <<EOM
11913 A number of extensions are supplied with $package.  You may choose to
11914 compile these extensions for dynamic loading (the default), compile
11915 them into the $package executable (static loading), or not include
11916 them at all.  Answer "none" to include no extensions.
11917 Note that DynaLoader is always built and need not be mentioned here.
11918
11919 EOM
11920         case "$dynamic_ext" in
11921         '') dflt="$avail_ext" ;;
11922         *)      dflt="$dynamic_ext"
11923                 # Perhaps we are reusing an old out-of-date config.sh.
11924                 case "$hint" in
11925                 previous)
11926                         if test X"$dynamic_ext" != X"$avail_ext"; then
11927                                 $cat <<EOM
11928 NOTICE:  Your previous config.sh list may be incorrect. 
11929 The extensions now available to you are 
11930         ${avail_ext}
11931 but the default list from your previous config.sh is
11932         ${dynamic_ext} 
11933
11934 EOM
11935                         fi
11936                         ;;
11937                 esac
11938                 ;;
11939         esac
11940         case "$dflt" in
11941         '')     dflt=none;;
11942         esac
11943         rp="What extensions do you wish to load dynamically?"
11944         . ./myread
11945         case "$ans" in
11946         none) dynamic_ext=' ' ;;
11947         *) dynamic_ext="$ans" ;;
11948         esac
11949
11950         case "$static_ext" in
11951         '')
11952                 : Exclude those already listed in dynamic linking
11953                 dflt=''
11954                 for xxx in $avail_ext; do
11955                         case " $dynamic_ext " in
11956                         *" $xxx "*) ;;
11957                         *) dflt="$dflt $xxx" ;;
11958                         esac
11959                 done
11960                 set X $dflt
11961                 shift
11962                 dflt="$*"
11963                 ;;
11964         *)  dflt="$static_ext" 
11965                 ;;
11966         esac
11967
11968         case "$dflt" in
11969         '')     dflt=none;;
11970         esac
11971         rp="What extensions do you wish to load statically?"
11972         . ./myread
11973         case "$ans" in
11974         none) static_ext=' ' ;;
11975         *) static_ext="$ans" ;;
11976         esac
11977         ;;
11978 *)
11979         $cat <<EOM
11980 A number of extensions are supplied with $package.  Answer "none" 
11981 to include no extensions. 
11982 Note that DynaLoader is always built and need not be mentioned here.
11983
11984 EOM
11985         case "$static_ext" in
11986         '') dflt="$avail_ext" ;;
11987         *)      dflt="$static_ext"
11988                 # Perhaps we are reusing an old out-of-date config.sh.
11989                 case "$hint" in
11990                 previous)
11991                         if test X"$static_ext" != X"$avail_ext"; then
11992                                 $cat <<EOM
11993 NOTICE:  Your previous config.sh list may be incorrect. 
11994 The extensions now available to you are 
11995         ${avail_ext}
11996 but the default list from your previous config.sh is
11997         ${static_ext} 
11998
11999 EOM
12000                         fi
12001                         ;;
12002                 esac
12003                 ;;
12004         esac
12005         : Exclude those that are not xs extensions
12006         case "$dflt" in
12007         '')     dflt=none;;
12008         esac
12009         rp="What extensions do you wish to include?"
12010         . ./myread
12011         case "$ans" in
12012         none) static_ext=' ' ;;
12013         *) static_ext="$ans" ;;
12014         esac
12015         ;;
12016 esac
12017
12018 set X $dynamic_ext $static_ext $nonxs_ext
12019 shift
12020 extensions="$*"
12021
12022 : Remove build directory name from cppstdin so it can be used from
12023 : either the present location or the final installed location.
12024 echo " "
12025 : Get out of the UU directory to get correct path name.
12026 cd ..
12027 case "$cppstdin" in
12028 `pwd`/cppstdin)
12029         echo "Stripping down cppstdin path name"
12030         cppstdin=cppstdin
12031         ;;
12032 esac
12033 cd UU
12034
12035 : end of configuration questions
12036 echo " "
12037 echo "End of configuration questions."
12038 echo " "
12039
12040 : back to where it started
12041 if test -d ../UU; then
12042         cd ..
12043 fi
12044
12045 : configuration may be patched via a 'config.over' file
12046 if $test -f config.over; then
12047         echo " "
12048         dflt=y
12049         rp='I see a config.over file.  Do you wish to load it?'
12050         . UU/myread
12051         case "$ans" in
12052         n*) echo "OK, I'll ignore it.";;
12053         *)      . ./config.over
12054                 echo "Configuration override changes have been loaded."
12055                 ;;
12056         esac
12057 fi
12058
12059 : in case they want portability, strip down executable paths
12060 case "$d_portable" in
12061 "$define")
12062         echo " "
12063         echo "Stripping down executable paths..." >&4
12064         for file in $loclist $trylist; do
12065                 if test X$file != Xln -a X$file != Xar -o X$osname != Xos2; then
12066                         eval $file="\$file"
12067                 fi
12068         done
12069         ;;
12070 esac
12071
12072 : create config.sh file
12073 echo " "
12074 echo "Creating config.sh..." >&4
12075 $spitshell <<EOT >config.sh
12076 $startsh
12077 #
12078 # This file was produced by running the Configure script. It holds all the
12079 # definitions figured out by Configure. Should you modify one of these values,
12080 # do not forget to propagate your changes by running "Configure -der". You may
12081 # instead choose to run each of the .SH files by yourself, or "Configure -S".
12082 #
12083
12084 # Package name      : $package
12085 # Source directory  : $src
12086 # Configuration time: $cf_time
12087 # Configured by     : $cf_by
12088 # Target system     : $myuname
12089
12090 Author='$Author'
12091 Date='$Date'
12092 Header='$Header'
12093 Id='$Id'
12094 Locker='$Locker'
12095 Log='$Log'
12096 Mcc='$Mcc'
12097 RCSfile='$RCSfile'
12098 Revision='$Revision'
12099 Source='$Source'
12100 State='$State'
12101 _a='$_a'
12102 _exe='$_exe'
12103 _o='$_o'
12104 afs='$afs'
12105 alignbytes='$alignbytes'
12106 ansi2knr='$ansi2knr'
12107 aphostname='$aphostname'
12108 apiversion='$apiversion'
12109 ar='$ar'
12110 archlib='$archlib'
12111 archlibexp='$archlibexp'
12112 archname64='$archname64'
12113 archname='$archname'
12114 archobjs='$archobjs'
12115 awk='$awk'
12116 baserev='$baserev'
12117 bash='$bash'
12118 bin='$bin'
12119 binexp='$binexp'
12120 bison='$bison'
12121 byacc='$byacc'
12122 byteorder='$byteorder'
12123 c='$c'
12124 castflags='$castflags'
12125 cat='$cat'
12126 cc='$cc'
12127 cccdlflags='$cccdlflags'
12128 ccdlflags='$ccdlflags'
12129 ccflags='$ccflags'
12130 cf_by='$cf_by'
12131 cf_email='$cf_email'
12132 cf_time='$cf_time'
12133 chgrp='$chgrp'
12134 chmod='$chmod'
12135 chown='$chown'
12136 clocktype='$clocktype'
12137 comm='$comm'
12138 compress='$compress'
12139 contains='$contains'
12140 cp='$cp'
12141 cpio='$cpio'
12142 cpp='$cpp'
12143 cpp_stuff='$cpp_stuff'
12144 cppflags='$cppflags'
12145 cpplast='$cpplast'
12146 cppminus='$cppminus'
12147 cpprun='$cpprun'
12148 cppstdin='$cppstdin'
12149 cryptlib='$cryptlib'
12150 csh='$csh'
12151 d_Gconvert='$d_Gconvert'
12152 d_access='$d_access'
12153 d_accessx='$d_accessx'
12154 d_alarm='$d_alarm'
12155 d_archlib='$d_archlib'
12156 d_attribut='$d_attribut'
12157 d_bcmp='$d_bcmp'
12158 d_bcopy='$d_bcopy'
12159 d_bsd='$d_bsd'
12160 d_bsdgetpgrp='$d_bsdgetpgrp'
12161 d_bsdsetpgrp='$d_bsdsetpgrp'
12162 d_bzero='$d_bzero'
12163 d_casti32='$d_casti32'
12164 d_castneg='$d_castneg'
12165 d_charvspr='$d_charvspr'
12166 d_chown='$d_chown'
12167 d_chroot='$d_chroot'
12168 d_chsize='$d_chsize'
12169 d_closedir='$d_closedir'
12170 d_const='$d_const'
12171 d_crypt='$d_crypt'
12172 d_csh='$d_csh'
12173 d_cuserid='$d_cuserid'
12174 d_dbl_dig='$d_dbl_dig'
12175 d_dbmclose64='$d_dbmclose64'
12176 d_dbminit64='$d_dbminit64'
12177 d_delete64='$d_delete64'
12178 d_difftime='$d_difftime'
12179 d_dirent64s='$d_dirent64s'
12180 d_dirnamlen='$d_dirnamlen'
12181 d_dlerror='$d_dlerror'
12182 d_dlopen='$d_dlopen'
12183 d_dlsymun='$d_dlsymun'
12184 d_dosuid='$d_dosuid'
12185 d_drand48proto='$d_drand48proto'
12186 d_dup2='$d_dup2'
12187 d_eaccess='$d_eaccess'
12188 d_endgrent='$d_endgrent'
12189 d_endhent='$d_endhent'
12190 d_endnent='$d_endnent'
12191 d_endpent='$d_endpent'
12192 d_endpwent='$d_endpwent'
12193 d_endsent='$d_endsent'
12194 d_eofnblk='$d_eofnblk'
12195 d_eunice='$d_eunice'
12196 d_fchmod='$d_fchmod'
12197 d_fchown='$d_fchown'
12198 d_fcntl='$d_fcntl'
12199 d_fd_macros='$d_fd_macros'
12200 d_fd_set='$d_fd_set'
12201 d_fds_bits='$d_fds_bits'
12202 d_fetch64='$d_fetch64'
12203 d_fgetpos64='$d_fgetpos64'
12204 d_fgetpos='$d_fgetpos'
12205 d_firstkey64='$d_firstkey64'
12206 d_flexfnam='$d_flexfnam'
12207 d_flock64s='$d_flock64s'
12208 d_flock='$d_flock'
12209 d_fopen64='$d_fopen64'
12210 d_fork='$d_fork'
12211 d_fpathconf='$d_fpathconf'
12212 d_freopen64='$d_freopen64'
12213 d_fseek64='$d_fseek64'
12214 d_fseeko64='$d_fseeko64'
12215 d_fseeko='$d_fseeko'
12216 d_fsetpos64='$d_fsetpos64'
12217 d_fsetpos='$d_fsetpos'
12218 d_fstat64='$d_fstat64'
12219 d_ftell64='$d_ftell64'
12220 d_ftello64='$d_ftello64'
12221 d_ftello='$d_ftello'
12222 d_ftime='$d_ftime'
12223 d_ftruncate64='$d_ftruncate64'
12224 d_getgrent='$d_getgrent'
12225 d_getgrps='$d_getgrps'
12226 d_gethbyaddr='$d_gethbyaddr'
12227 d_gethbyname='$d_gethbyname'
12228 d_gethent='$d_gethent'
12229 d_gethname='$d_gethname'
12230 d_gethostprotos='$d_gethostprotos'
12231 d_getlogin='$d_getlogin'
12232 d_getnbyaddr='$d_getnbyaddr'
12233 d_getnbyname='$d_getnbyname'
12234 d_getnent='$d_getnent'
12235 d_getnetprotos='$d_getnetprotos'
12236 d_getpbyname='$d_getpbyname'
12237 d_getpbynumber='$d_getpbynumber'
12238 d_getpent='$d_getpent'
12239 d_getpgid='$d_getpgid'
12240 d_getpgrp2='$d_getpgrp2'
12241 d_getpgrp='$d_getpgrp'
12242 d_getppid='$d_getppid'
12243 d_getprior='$d_getprior'
12244 d_getprotoprotos='$d_getprotoprotos'
12245 d_getpwent='$d_getpwent'
12246 d_getsbyname='$d_getsbyname'
12247 d_getsbyport='$d_getsbyport'
12248 d_getsent='$d_getsent'
12249 d_getservprotos='$d_getservprotos'
12250 d_gettimeod='$d_gettimeod'
12251 d_gnulibc='$d_gnulibc'
12252 d_grpasswd='$d_grpasswd'
12253 d_htonl='$d_htonl'
12254 d_index='$d_index'
12255 d_inetaton='$d_inetaton'
12256 d_ino64t='$d_ino64t'
12257 d_int64t='$d_int64t'
12258 d_isascii='$d_isascii'
12259 d_killpg='$d_killpg'
12260 d_lchown='$d_lchown'
12261 d_link='$d_link'
12262 d_locconv='$d_locconv'
12263 d_lockf64='$d_lockf64'
12264 d_lockf='$d_lockf'
12265 d_longdbl='$d_longdbl'
12266 d_longlong='$d_longlong'
12267 d_lseek64='$d_lseek64'
12268 d_lstat64='$d_lstat64'
12269 d_lstat='$d_lstat'
12270 d_mblen='$d_mblen'
12271 d_mbstowcs='$d_mbstowcs'
12272 d_mbtowc='$d_mbtowc'
12273 d_memcmp='$d_memcmp'
12274 d_memcpy='$d_memcpy'
12275 d_memmove='$d_memmove'
12276 d_memset='$d_memset'
12277 d_mkdir='$d_mkdir'
12278 d_mkfifo='$d_mkfifo'
12279 d_mktime='$d_mktime'
12280 d_msg='$d_msg'
12281 d_msgctl='$d_msgctl'
12282 d_msgget='$d_msgget'
12283 d_msgrcv='$d_msgrcv'
12284 d_msgsnd='$d_msgsnd'
12285 d_mymalloc='$d_mymalloc'
12286 d_nextkey64='$d_nextkey64'
12287 d_nice='$d_nice'
12288 d_off64t='$d_off64t'
12289 d_oldpthreads='$d_oldpthreads'
12290 d_oldsock='$d_oldsock'
12291 d_open3='$d_open3'
12292 d_open64='$d_open64'
12293 d_opendir64='$d_opendir64'
12294 d_pathconf='$d_pathconf'
12295 d_pause='$d_pause'
12296 d_phostname='$d_phostname'
12297 d_pipe='$d_pipe'
12298 d_poll='$d_poll'
12299 d_portable='$d_portable'
12300 d_pthread_yield='$d_pthread_yield'
12301 d_pwage='$d_pwage'
12302 d_pwchange='$d_pwchange'
12303 d_pwclass='$d_pwclass'
12304 d_pwcomment='$d_pwcomment'
12305 d_pwexpire='$d_pwexpire'
12306 d_pwgecos='$d_pwgecos'
12307 d_pwpasswd='$d_pwpasswd'
12308 d_pwquota='$d_pwquota'
12309 d_readdir64='$d_readdir64'
12310 d_readdir='$d_readdir'
12311 d_readlink='$d_readlink'
12312 d_rename='$d_rename'
12313 d_rewinddir='$d_rewinddir'
12314 d_rmdir='$d_rmdir'
12315 d_safebcpy='$d_safebcpy'
12316 d_safemcpy='$d_safemcpy'
12317 d_sanemcmp='$d_sanemcmp'
12318 d_sched_yield='$d_sched_yield'
12319 d_seekdir64='$d_seekdir64'
12320 d_seekdir='$d_seekdir'
12321 d_select='$d_select'
12322 d_sem='$d_sem'
12323 d_semctl='$d_semctl'
12324 d_semctl_semid_ds='$d_semctl_semid_ds'
12325 d_semctl_semun='$d_semctl_semun'
12326 d_semget='$d_semget'
12327 d_semop='$d_semop'
12328 d_setegid='$d_setegid'
12329 d_seteuid='$d_seteuid'
12330 d_setgrent='$d_setgrent'
12331 d_setgrps='$d_setgrps'
12332 d_sethent='$d_sethent'
12333 d_setlinebuf='$d_setlinebuf'
12334 d_setlocale='$d_setlocale'
12335 d_setnent='$d_setnent'
12336 d_setpent='$d_setpent'
12337 d_setpgid='$d_setpgid'
12338 d_setpgrp2='$d_setpgrp2'
12339 d_setpgrp='$d_setpgrp'
12340 d_setprior='$d_setprior'
12341 d_setpwent='$d_setpwent'
12342 d_setregid='$d_setregid'
12343 d_setresgid='$d_setresgid'
12344 d_setresuid='$d_setresuid'
12345 d_setreuid='$d_setreuid'
12346 d_setrgid='$d_setrgid'
12347 d_setruid='$d_setruid'
12348 d_setsent='$d_setsent'
12349 d_setsid='$d_setsid'
12350 d_setvbuf='$d_setvbuf'
12351 d_sfio='$d_sfio'
12352 d_shm='$d_shm'
12353 d_shmat='$d_shmat'
12354 d_shmatprototype='$d_shmatprototype'
12355 d_shmctl='$d_shmctl'
12356 d_shmdt='$d_shmdt'
12357 d_shmget='$d_shmget'
12358 d_sigaction='$d_sigaction'
12359 d_sigsetjmp='$d_sigsetjmp'
12360 d_socket='$d_socket'
12361 d_sockpair='$d_sockpair'
12362 d_stat64='$d_stat64'
12363 d_statblks='$d_statblks'
12364 d_stdio_cnt_lval='$d_stdio_cnt_lval'
12365 d_stdio_ptr_lval='$d_stdio_ptr_lval'
12366 d_stdiobase='$d_stdiobase'
12367 d_stdstdio='$d_stdstdio'
12368 d_store64='$d_store64'
12369 d_strchr='$d_strchr'
12370 d_strcoll='$d_strcoll'
12371 d_strctcpy='$d_strctcpy'
12372 d_strerrm='$d_strerrm'
12373 d_strerror='$d_strerror'
12374 d_strtod='$d_strtod'
12375 d_strtol='$d_strtol'
12376 d_strtoul='$d_strtoul'
12377 d_strxfrm='$d_strxfrm'
12378 d_suidsafe='$d_suidsafe'
12379 d_symlink='$d_symlink'
12380 d_syscall='$d_syscall'
12381 d_sysconf='$d_sysconf'
12382 d_sysernlst='$d_sysernlst'
12383 d_syserrlst='$d_syserrlst'
12384 d_system='$d_system'
12385 d_tcgetpgrp='$d_tcgetpgrp'
12386 d_tcsetpgrp='$d_tcsetpgrp'
12387 d_telldir64='$d_telldir64'
12388 d_telldir='$d_telldir'
12389 d_time='$d_time'
12390 d_times='$d_times'
12391 d_tmpfile64='$d_tmpfile64'
12392 d_truncate64='$d_truncate64'
12393 d_truncate='$d_truncate'
12394 d_tzname='$d_tzname'
12395 d_umask='$d_umask'
12396 d_uname='$d_uname'
12397 d_union_semun='$d_union_semun'
12398 d_vfork='$d_vfork'
12399 d_void_closedir='$d_void_closedir'
12400 d_voidsig='$d_voidsig'
12401 d_voidtty='$d_voidtty'
12402 d_volatile='$d_volatile'
12403 d_vprintf='$d_vprintf'
12404 d_wait4='$d_wait4'
12405 d_waitpid='$d_waitpid'
12406 d_wcstombs='$d_wcstombs'
12407 d_wctomb='$d_wctomb'
12408 d_xenix='$d_xenix'
12409 date='$date'
12410 db_hashtype='$db_hashtype'
12411 db_prefixtype='$db_prefixtype'
12412 defvoidused='$defvoidused'
12413 direntrytype='$direntrytype'
12414 dlext='$dlext'
12415 dlsrc='$dlsrc'
12416 doublesize='$doublesize'
12417 drand01='$drand01'
12418 dynamic_ext='$dynamic_ext'
12419 eagain='$eagain'
12420 ebcdic='$ebcdic'
12421 echo='$echo'
12422 egrep='$egrep'
12423 emacs='$emacs'
12424 eunicefix='$eunicefix'
12425 exe_ext='$exe_ext'
12426 expr='$expr'
12427 extensions='$extensions'
12428 find='$find'
12429 firstmakefile='$firstmakefile'
12430 flex='$flex'
12431 fpostype='$fpostype'
12432 freetype='$freetype'
12433 full_csh='$full_csh'
12434 full_sed='$full_sed'
12435 gccversion='$gccversion'
12436 gidtype='$gidtype'
12437 glibpth='$glibpth'
12438 grep='$grep'
12439 groupcat='$groupcat'
12440 groupstype='$groupstype'
12441 gzip='$gzip'
12442 h_fcntl='$h_fcntl'
12443 h_sysfile='$h_sysfile'
12444 hint='$hint'
12445 hostcat='$hostcat'
12446 huge='$huge'
12447 i_arpainet='$i_arpainet'
12448 i_bsdioctl='$i_bsdioctl'
12449 i_db='$i_db'
12450 i_dbm='$i_dbm'
12451 i_dirent='$i_dirent'
12452 i_dld='$i_dld'
12453 i_dlfcn='$i_dlfcn'
12454 i_fcntl='$i_fcntl'
12455 i_float='$i_float'
12456 i_gdbm='$i_gdbm'
12457 i_grp='$i_grp'
12458 i_inttypes='$i_inttypes'
12459 i_limits='$i_limits'
12460 i_locale='$i_locale'
12461 i_machcthr='$i_machcthr'
12462 i_malloc='$i_malloc'
12463 i_math='$i_math'
12464 i_memory='$i_memory'
12465 i_ndbm='$i_ndbm'
12466 i_netdb='$i_netdb'
12467 i_neterrno='$i_neterrno'
12468 i_niin='$i_niin'
12469 i_pwd='$i_pwd'
12470 i_rpcsvcdbm='$i_rpcsvcdbm'
12471 i_sfio='$i_sfio'
12472 i_sgtty='$i_sgtty'
12473 i_stdarg='$i_stdarg'
12474 i_stddef='$i_stddef'
12475 i_stdlib='$i_stdlib'
12476 i_string='$i_string'
12477 i_sysaccess='$i_sysaccess'
12478 i_sysdir='$i_sysdir'
12479 i_sysfile='$i_sysfile'
12480 i_sysfilio='$i_sysfilio'
12481 i_sysin='$i_sysin'
12482 i_sysioctl='$i_sysioctl'
12483 i_sysndir='$i_sysndir'
12484 i_sysparam='$i_sysparam'
12485 i_sysresrc='$i_sysresrc'
12486 i_syssecrt='$i_syssecrt'
12487 i_sysselct='$i_sysselct'
12488 i_syssockio='$i_syssockio'
12489 i_sysstat='$i_sysstat'
12490 i_systime='$i_systime'
12491 i_systimek='$i_systimek'
12492 i_systimes='$i_systimes'
12493 i_systypes='$i_systypes'
12494 i_sysun='$i_sysun'
12495 i_syswait='$i_syswait'
12496 i_termio='$i_termio'
12497 i_termios='$i_termios'
12498 i_time='$i_time'
12499 i_unistd='$i_unistd'
12500 i_utime='$i_utime'
12501 i_values='$i_values'
12502 i_varargs='$i_varargs'
12503 i_varhdr='$i_varhdr'
12504 i_vfork='$i_vfork'
12505 ignore_versioned_solibs='$ignore_versioned_solibs'
12506 incpath='$incpath'
12507 inews='$inews'
12508 installarchlib='$installarchlib'
12509 installbin='$installbin'
12510 installman1dir='$installman1dir'
12511 installman3dir='$installman3dir'
12512 installprivlib='$installprivlib'
12513 installscript='$installscript'
12514 installsitearch='$installsitearch'
12515 installsitelib='$installsitelib'
12516 intsize='$intsize'
12517 known_extensions='$known_extensions'
12518 ksh='$ksh'
12519 large='$large'
12520 ld='$ld'
12521 lddlflags='$lddlflags'
12522 ldflags='$ldflags'
12523 less='$less'
12524 lib_ext='$lib_ext'
12525 libc='$libc'
12526 libperl='$libperl'
12527 libpth='$libpth'
12528 libs='$libs'
12529 libswanted='$libswanted'
12530 line='$line'
12531 lint='$lint'
12532 lkflags='$lkflags'
12533 ln='$ln'
12534 lns='$lns'
12535 locincpth='$locincpth'
12536 loclibpth='$loclibpth'
12537 longdblsize='$longdblsize'
12538 longlongsize='$longlongsize'
12539 longsize='$longsize'
12540 lp='$lp'
12541 lpr='$lpr'
12542 ls='$ls'
12543 lseeksize='$lseeksize'
12544 lseektype='$lseektype'
12545 mail='$mail'
12546 mailx='$mailx'
12547 make='$make'
12548 make_set_make='$make_set_make'
12549 mallocobj='$mallocobj'
12550 mallocsrc='$mallocsrc'
12551 malloctype='$malloctype'
12552 man1dir='$man1dir'
12553 man1direxp='$man1direxp'
12554 man1ext='$man1ext'
12555 man3dir='$man3dir'
12556 man3direxp='$man3direxp'
12557 man3ext='$man3ext'
12558 medium='$medium'
12559 mips='$mips'
12560 mips_type='$mips_type'
12561 mkdir='$mkdir'
12562 models='$models'
12563 modetype='$modetype'
12564 more='$more'
12565 mv='$mv'
12566 myarchname='$myarchname'
12567 mydomain='$mydomain'
12568 myhostname='$myhostname'
12569 myuname='$myuname'
12570 n='$n'
12571 netdb_hlen_type='$netdb_hlen_type'
12572 netdb_host_type='$netdb_host_type'
12573 netdb_name_type='$netdb_name_type'
12574 netdb_net_type='$netdb_net_type'
12575 nm='$nm'
12576 nm_opt='$nm_opt'
12577 nm_so_opt='$nm_so_opt'
12578 nonxs_ext='$nonxs_ext'
12579 nroff='$nroff'
12580 o_nonblock='$o_nonblock'
12581 obj_ext='$obj_ext'
12582 optimize='$optimize'
12583 orderlib='$orderlib'
12584 osname='$osname'
12585 osvers='$osvers'
12586 package='$package'
12587 pager='$pager'
12588 passcat='$passcat'
12589 patchlevel='$patchlevel'
12590 path_sep='$path_sep'
12591 perl='$perl'
12592 perladmin='$perladmin'
12593 perlpath='$perlpath'
12594 pg='$pg'
12595 phostname='$phostname'
12596 pidtype='$pidtype'
12597 plibpth='$plibpth'
12598 pmake='$pmake'
12599 pr='$pr'
12600 prefix='$prefix'
12601 prefixexp='$prefixexp'
12602 privlib='$privlib'
12603 privlibexp='$privlibexp'
12604 prototype='$prototype'
12605 ptrsize='$ptrsize'
12606 randbits='$randbits'
12607 randfunc='$randfunc'
12608 randseedtype='$randseedtype'
12609 ranlib='$ranlib'
12610 rd_nodata='$rd_nodata'
12611 rm='$rm'
12612 rmail='$rmail'
12613 runnm='$runnm'
12614 sched_yield='$sched_yield'
12615 scriptdir='$scriptdir'
12616 scriptdirexp='$scriptdirexp'
12617 sed='$sed'
12618 seedfunc='$seedfunc'
12619 selectminbits='$selectminbits'
12620 selecttype='$selecttype'
12621 sendmail='$sendmail'
12622 sh='$sh'
12623 shar='$shar'
12624 sharpbang='$sharpbang'
12625 shmattype='$shmattype'
12626 shortsize='$shortsize'
12627 shrpenv='$shrpenv'
12628 shsharp='$shsharp'
12629 sig_name='$sig_name'
12630 sig_name_init='$sig_name_init'
12631 sig_num='$sig_num'
12632 sig_num_init='$sig_num_init'
12633 signal_t='$signal_t'
12634 sitearch='$sitearch'
12635 sitearchexp='$sitearchexp'
12636 sitelib='$sitelib'
12637 sitelibexp='$sitelibexp'
12638 sizetype='$sizetype'
12639 sleep='$sleep'
12640 smail='$smail'
12641 small='$small'
12642 so='$so'
12643 sockethdr='$sockethdr'
12644 socketlib='$socketlib'
12645 sort='$sort'
12646 spackage='$spackage'
12647 spitshell='$spitshell'
12648 split='$split'
12649 src='$src'
12650 ssizetype='$ssizetype'
12651 startperl='$startperl'
12652 startsh='$startsh'
12653 static_ext='$static_ext'
12654 stdchar='$stdchar'
12655 stdio_base='$stdio_base'
12656 stdio_bufsiz='$stdio_bufsiz'
12657 stdio_cnt='$stdio_cnt'
12658 stdio_filbuf='$stdio_filbuf'
12659 stdio_ptr='$stdio_ptr'
12660 strings='$strings'
12661 submit='$submit'
12662 subversion='$subversion'
12663 sysman='$sysman'
12664 tail='$tail'
12665 tar='$tar'
12666 tbl='$tbl'
12667 tee='$tee'
12668 test='$test'
12669 timeincl='$timeincl'
12670 timetype='$timetype'
12671 touch='$touch'
12672 tr='$tr'
12673 trnl='$trnl'
12674 troff='$troff'
12675 uidtype='$uidtype'
12676 uname='$uname'
12677 uniq='$uniq'
12678 use64bits='$use64bits'
12679 usedl='$usedl'
12680 usemultiplicity='$usemultiplicity'
12681 usemymalloc='$usemymalloc'
12682 usenm='$usenm'
12683 useopcode='$useopcode'
12684 useperlio='$useperlio'
12685 useposix='$useposix'
12686 usesfio='$usesfio'
12687 useshrplib='$useshrplib'
12688 usethreads='$usethreads'
12689 usevfork='$usevfork'
12690 usrinc='$usrinc'
12691 uuname='$uuname'
12692 version='$version'
12693 vi='$vi'
12694 voidflags='$voidflags'
12695 xlibpth='$xlibpth'
12696 zcat='$zcat'
12697 zip='$zip'
12698 EOT
12699
12700 : Add in command line options if available
12701 $test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
12702
12703 : add special variables
12704 $test -f $src/patchlevel.h && \
12705 awk '/^#define/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
12706 echo "CONFIG=true" >>config.sh
12707
12708 : propagate old symbols
12709 if $test -f UU/config.sh; then
12710         <UU/config.sh sort | uniq >UU/oldconfig.sh
12711         sed -n 's/^\([a-zA-Z_0-9]*\)=.*/\1/p' config.sh config.sh UU/oldconfig.sh |\
12712         sort | uniq -u >UU/oldsyms
12713         set X `cat UU/oldsyms`
12714         shift
12715         case $# in
12716         0) ;;
12717         *)
12718                 cat <<EOM
12719 Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
12720 EOM
12721                 echo "# Variables propagated from previous config.sh file." >>config.sh
12722                 for sym in `cat UU/oldsyms`; do
12723                         echo "    Propagating $hint variable "'$'"$sym..."
12724                         eval 'tmp="$'"${sym}"'"'
12725                         echo "$tmp" | \
12726                                 sed -e "s/'/'\"'\"'/g" -e "s/^/$sym='/" -e "s/$/'/" >>config.sh
12727                 done
12728                 ;;
12729         esac
12730 fi
12731
12732 : Finish up by extracting the .SH files
12733 case "$alldone" in
12734 exit)
12735         $rm -rf UU
12736         echo "Done."
12737         exit 0
12738         ;;
12739 cont)
12740         ;;
12741 '')
12742         dflt=''
12743         nostick=true
12744         $cat <<EOM
12745
12746 If you'd like to make any changes to the config.sh file before I begin
12747 to configure things, do it as a shell escape now (e.g. !vi config.sh).
12748
12749 EOM
12750         rp="Press return or use a shell escape to edit config.sh:"
12751         . UU/myread
12752         nostick=''
12753         case "$ans" in
12754         '') ;;
12755         *) : in case they cannot read
12756                 sh 1>&4 -c "$ans";;
12757         esac
12758         ;;
12759 esac
12760
12761 : if this fails, just run all the .SH files by hand
12762 . ./config.sh
12763
12764 echo " "
12765 exec 1>&4
12766 . ./UU/extract
12767
12768 if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
12769         dflt=y
12770         case "$silent" in
12771         true) ;;
12772         *)
12773                 $cat <<EOM
12774
12775 Now you need to generate make dependencies by running "$make depend".
12776 You might prefer to run it in background: "$make depend > makedepend.out &"
12777 It can take a while, so you might not want to run it right now.
12778
12779 EOM
12780                 ;;
12781         esac
12782         rp="Run $make depend now?"
12783         . UU/myread
12784         case "$ans" in
12785         y*)
12786                 $make depend && echo "Now you must run a $make."
12787                 ;;
12788         *)
12789                 echo "You must run '$make depend' then '$make'."
12790                 ;;
12791         esac
12792 elif test -f [Mm]akefile; then
12793         echo " "
12794         echo "Now you must run a $make."
12795 else
12796         echo "Done."
12797 fi
12798
12799 if $test -f Policy.sh; then
12800     $cat <<EOM
12801
12802 If you compile $package on a different machine or from a different object
12803 directory, copy the Policy.sh file from this object directory to the
12804 new one before you run Configure -- this will help you with most of
12805 the policy defaults.
12806
12807 EOM
12808 fi
12809 if $test -f config.msg; then
12810     echo "Hmm.  I also noted the following information while running:"
12811     echo " "
12812     $cat config.msg >&4
12813     $rm -f config.msg
12814 fi
12815 $rm -f kit*isdone ark*isdone
12816 $rm -rf UU
12817
12818 : End of Configure
12819