#2026 fallout.
[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 20 11:18:44 EET DST 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_pthreads_created_joinable=''
416 d_readdir=''
417 d_rewinddir=''
418 d_seekdir=''
419 d_telldir=''
420 d_readlink=''
421 d_rename=''
422 d_rmdir=''
423 d_safebcpy=''
424 d_safemcpy=''
425 d_sanemcmp=''
426 d_select=''
427 d_sem=''
428 d_semctl=''
429 d_semget=''
430 d_semop=''
431 d_setegid=''
432 d_seteuid=''
433 d_setgrent=''
434 d_setgrps=''
435 d_sethent=''
436 d_setlinebuf=''
437 d_setlocale=''
438 d_setnent=''
439 d_setpent=''
440 d_setpgid=''
441 d_setpgrp2=''
442 d_bsdsetpgrp=''
443 d_setpgrp=''
444 d_setprior=''
445 d_setpwent=''
446 d_setregid=''
447 d_setresgid=''
448 d_setresuid=''
449 d_setreuid=''
450 d_setrgid=''
451 d_setruid=''
452 d_setsent=''
453 d_setsid=''
454 d_setvbuf=''
455 d_sfio=''
456 usesfio=''
457 d_shm=''
458 d_shmat=''
459 d_shmatprototype=''
460 shmattype=''
461 d_shmctl=''
462 d_shmdt=''
463 d_shmget=''
464 d_sigaction=''
465 d_sigsetjmp=''
466 d_oldsock=''
467 d_socket=''
468 d_sockpair=''
469 sockethdr=''
470 socketlib=''
471 d_statblks=''
472 d_stdio_cnt_lval=''
473 d_stdio_ptr_lval=''
474 d_stdiobase=''
475 d_stdstdio=''
476 stdio_base=''
477 stdio_bufsiz=''
478 stdio_cnt=''
479 stdio_filbuf=''
480 stdio_ptr=''
481 d_index=''
482 d_strchr=''
483 d_strcoll=''
484 d_strctcpy=''
485 d_strerrm=''
486 d_strerror=''
487 d_sysernlst=''
488 d_syserrlst=''
489 d_strtod=''
490 d_strtol=''
491 d_strtoul=''
492 d_strxfrm=''
493 d_symlink=''
494 d_syscall=''
495 d_sysconf=''
496 d_system=''
497 d_tcgetpgrp=''
498 d_tcsetpgrp=''
499 d_time=''
500 timetype=''
501 clocktype=''
502 d_times=''
503 d_truncate=''
504 d_tzname=''
505 d_umask=''
506 d_semctl_semid_ds=''
507 d_semctl_semun=''
508 d_union_semun=''
509 d_vfork=''
510 usevfork=''
511 d_voidsig=''
512 signal_t=''
513 d_volatile=''
514 d_charvspr=''
515 d_vprintf=''
516 d_wait4=''
517 d_waitpid=''
518 d_wcstombs=''
519 d_wctomb=''
520 d_dbmclose64=''
521 d_dbminit64=''
522 d_delete64=''
523 d_fetch64=''
524 d_firstkey64=''
525 d_nextkey64=''
526 d_store64=''
527 dlext=''
528 cccdlflags=''
529 ccdlflags=''
530 dlsrc=''
531 ld=''
532 lddlflags=''
533 usedl=''
534 doublesize=''
535 ebcdic=''
536 fpostype=''
537 gidtype=''
538 groupstype=''
539 h_fcntl=''
540 h_sysfile=''
541 i_arpainet=''
542 db_hashtype=''
543 db_prefixtype=''
544 i_db=''
545 i_dbm=''
546 i_rpcsvcdbm=''
547 d_dirnamlen=''
548 direntrytype=''
549 i_dirent=''
550 i_dld=''
551 i_dlfcn=''
552 i_fcntl=''
553 i_float=''
554 i_gdbm=''
555 d_grpasswd=''
556 i_grp=''
557 d_int64t=''
558 i_inttypes=''
559 i_limits=''
560 i_locale=''
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 pthread_setdetachstate_pointer=''
705 ptrsize=''
706 drand01=''
707 randbits=''
708 randfunc=''
709 randseedtype=''
710 seedfunc=''
711 installscript=''
712 scriptdir=''
713 scriptdirexp=''
714 selectminbits=''
715 selecttype=''
716 sh=''
717 sig_name=''
718 sig_name_init=''
719 sig_num=''
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 set inttypes.h i_inttypes
7832 eval $inhdr
7833 : check for int64_t
7834 case "$use64bits" in
7835 "$define" )
7836         echo " "
7837         echo $n "Checking to see if your system supports int64_t...$c" >&4
7838         $cat >try.c <<EOCP
7839 #include <sys/types.h>
7840 #$i_inttypes I_INTTYPES
7841 #ifdef I_INTTYPES
7842 #include <inttypes.h>
7843 #endif
7844 int64_t foo() { int64_t x; x = 7; return x; }
7845 EOCP
7846         if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then
7847                 val="$define"
7848                 echo " Yup, it does." >&4
7849         else
7850                 val="$undef"
7851                 echo " Nope, it doesn't." >&4
7852         fi
7853         $rm -f try.*
7854         ;;
7855 *)      val="$undef"
7856         ;;
7857 esac
7858 set d_int64t
7859 eval $setvar
7860
7861
7862 : Look for isascii
7863 echo " "
7864 $cat >isascii.c <<'EOCP'
7865 #include <stdio.h>
7866 #include <ctype.h>
7867 main() {
7868         int c = 'A';
7869         if (isascii(c))
7870                 exit(0);
7871         else
7872                 exit(1);
7873 }
7874 EOCP
7875 set isascii
7876 if eval $compile; then
7877         echo "isascii() found." >&4
7878         val="$define"
7879 else
7880         echo "isascii() NOT found." >&4
7881         val="$undef"
7882 fi
7883 set d_isascii
7884 eval $setvar
7885 $rm -f isascii*
7886
7887 : see if killpg exists
7888 set killpg d_killpg
7889 eval $inlibc
7890
7891 : see if lchown exists
7892 echo " "
7893 $cat > try.c <<'EOCP'
7894 /* System header to define __stub macros and hopefully few prototypes,
7895     which can conflict with char lchown(); below.  */
7896 #include <assert.h>
7897 /* Override any gcc2 internal prototype to avoid an error.  */
7898 /* We use char because int might match the return type of a gcc2
7899    builtin and then its argument prototype would still apply.  */
7900 char lchown();
7901 int main() {
7902     /*  The GNU C library defines this for functions which it implements
7903         to always fail with ENOSYS.  Some functions are actually named
7904         something starting with __ and the normal name is an alias.  */
7905 #if defined (__stub_lchown) || defined (__stub___lchown)
7906 choke me
7907 #else
7908 lchown();
7909 #endif
7910 ; return 0; }
7911 EOCP
7912 set try
7913 if eval $compile; then
7914     $echo "lchown() found." >&4
7915     val="$define"
7916 else
7917     $echo "lchown() NOT found." >&4
7918     val="$undef"
7919 fi
7920 set d_lchown
7921 eval $setvar
7922
7923 : see if link exists
7924 set link d_link
7925 eval $inlibc
7926
7927 : see if localeconv exists
7928 set localeconv d_locconv
7929 eval $inlibc
7930
7931 : see if lockf exists
7932 set lockf d_lockf
7933 eval $inlibc
7934
7935 : check for length of double
7936 echo " "
7937 case "$doublesize" in
7938 '')
7939         $echo $n "Checking to see how big your double precision numbers are...$c" >&4
7940         $cat >try.c <<'EOCP'
7941 #include <stdio.h>
7942 main()
7943 {
7944         printf("%d\n", sizeof(double));
7945 }
7946 EOCP
7947         set try
7948         if eval $compile_ok; then
7949                 doublesize=`./try`
7950                 $echo " $doublesize bytes." >&4
7951         else
7952                 dflt='8'
7953                 echo "(I can't seem to compile the test program.  Guessing...)"
7954                 rp="What is the size of a double precision number (in bytes)?"
7955                 . ./myread
7956                 doublesize="$ans"
7957         fi
7958         ;;
7959 esac
7960 $rm -f try.c try
7961
7962 : check for long doubles
7963 echo " "
7964 echo $n "Checking to see if your system supports long doubles...$c" >&4
7965 echo 'long double foo() { long double x; x = 7.0; return x; }' > try.c
7966 if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then
7967         val="$define"
7968         echo " Yup, it does." >&4
7969 else
7970         val="$undef"
7971         echo " Nope, it doesn't." >&4
7972 fi
7973 $rm try.*
7974 set d_longdbl
7975 eval $setvar
7976
7977 : check for length of long double
7978 case "${d_longdbl}${longdblsize}" in
7979 $define)
7980         echo " "
7981         $echo $n "Checking to see how big your long doubles are...$c" >&4
7982         $cat >try.c <<'EOCP'
7983 #include <stdio.h>
7984 main()
7985 {
7986         printf("%d\n", sizeof(long double));
7987 }
7988 EOCP
7989         set try
7990         if eval $compile; then
7991                 longdblsize=`./try`
7992                 $echo " $longdblsize bytes." >&4
7993         else
7994                 dflt='8'
7995                 echo " "
7996                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
7997                 rp="What is the size of a long double (in bytes)?"
7998                 . ./myread
7999                 longdblsize="$ans"
8000         fi
8001         if $test "X$doublesize" = "X$longdblsize"; then
8002                 echo "(That isn't any different from an ordinary double.)"
8003         fi      
8004         ;;
8005 esac
8006 $rm -f try.c try
8007
8008 : check for long long
8009 echo " "
8010 echo $n "Checking to see if your system supports long long...$c" >&4
8011 echo 'long long foo() { long long x; x = 7; return x; }' > try.c
8012 if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then
8013         val="$define"
8014         echo " Yup, it does." >&4
8015 else
8016         val="$undef"
8017         echo " Nope, it doesn't." >&4
8018 fi
8019 $rm try.*
8020 set d_longlong
8021 eval $setvar
8022
8023 : check for length of long long
8024 case "${d_longlong}${longlongsize}" in
8025 $define)
8026         echo " "
8027         $echo $n "Checking to see how big your long longs are...$c" >&4
8028         $cat >try.c <<'EOCP'
8029 #include <stdio.h>
8030 main()
8031 {
8032         printf("%d\n", sizeof(long long));
8033 }
8034 EOCP
8035         set try
8036         if eval $compile_ok; then
8037                 longlongsize=`./try`
8038                 $echo " $longlongsize bytes." >&4
8039         else
8040                 dflt='8'
8041                 echo " "
8042                 echo "(I can't seem to compile the test program.  Guessing...)"
8043                 rp="What is the size of a long long (in bytes)?"
8044                 . ./myread
8045                 longlongsize="$ans"
8046         fi
8047         if $test "X$longsize" = "X$longlongsize"; then
8048                 echo "(That isn't any different from an ordinary long.)"
8049         fi      
8050         ;;
8051 esac
8052 $rm -f try.c try
8053
8054 : see if lstat exists
8055 set lstat d_lstat
8056 eval $inlibc
8057
8058 : see if mblen exists
8059 set mblen d_mblen
8060 eval $inlibc
8061
8062 : see if mbstowcs exists
8063 set mbstowcs d_mbstowcs
8064 eval $inlibc
8065
8066 : see if mbtowc exists
8067 set mbtowc d_mbtowc
8068 eval $inlibc
8069
8070 : see if memcmp exists
8071 set memcmp d_memcmp
8072 eval $inlibc
8073
8074 : see if memcpy exists
8075 set memcpy d_memcpy
8076 eval $inlibc
8077
8078 : see if memmove exists
8079 set memmove d_memmove
8080 eval $inlibc
8081
8082 : see if memset exists
8083 set memset d_memset
8084 eval $inlibc
8085
8086 : see if mkdir exists
8087 set mkdir d_mkdir
8088 eval $inlibc
8089
8090 : see if mkfifo exists
8091 set mkfifo d_mkfifo
8092 eval $inlibc
8093
8094 : see if mktime exists
8095 set mktime d_mktime
8096 eval $inlibc
8097
8098 : see if msgctl exists
8099 set msgctl d_msgctl
8100 eval $inlibc
8101
8102 : see if msgget exists
8103 set msgget d_msgget
8104 eval $inlibc
8105
8106 : see if msgsnd exists
8107 set msgsnd d_msgsnd
8108 eval $inlibc
8109
8110 : see if msgrcv exists
8111 set msgrcv d_msgrcv
8112 eval $inlibc
8113
8114 : see how much of the 'msg*(2)' library is present.
8115 h_msg=true
8116 echo " "
8117 case "$d_msgctl$d_msgget$d_msgsnd$d_msgrcv" in
8118 *"$undef"*) h_msg=false;;
8119 esac
8120 case "$osname" in
8121 freebsd)
8122     case "`ipcs 2>&1`" in
8123     "SVID messages"*"not configured"*)
8124         echo "Your $osname does not have the msg*(2) configured." >&4
8125         h_msg=false
8126         val="$undef"
8127         set msgctl d_msgctl
8128         eval $setvar
8129         set msgget d_msgget
8130         eval $setvar
8131         set msgsnd d_msgsnd
8132         eval $setvar
8133         set msgrcv d_msgrcv
8134         eval $setvar
8135         ;;
8136     esac
8137     ;;
8138 esac
8139 : we could also check for sys/ipc.h ...
8140 if $h_msg && $test `./findhdr sys/msg.h`; then
8141         echo "You have the full msg*(2) library." >&4
8142         val="$define"
8143 else
8144         echo "You don't have the full msg*(2) library." >&4
8145         val="$undef"
8146 fi
8147 set d_msg
8148 eval $setvar
8149
8150 : see if nice exists
8151 set nice d_nice
8152 eval $inlibc
8153
8154 : see if pause exists
8155 set pause d_pause
8156 eval $inlibc
8157
8158 : see if pipe exists
8159 set pipe d_pipe
8160 eval $inlibc
8161
8162 : see if poll exists
8163 set poll d_poll
8164 eval $inlibc
8165
8166 : test whether pthreads are created in joinable -- aka undetached -- state
8167 if test "X$usethreads" = "X$define"; then
8168         echo $n "Checking whether pthreads are created joinable. $c" >&4 
8169         $cat >try.c <<'EOCP'
8170 #include <pthread.h>
8171 #include <stdio.h>
8172 int main() {
8173     pthread_attr_t attr;
8174     int detachstate;
8175     printf("%s\n",
8176         pthread_attr_init(&attr) == 0 &&
8177         pthread_attr_getdetachstate(&attr, &detachstate) == 0 &&
8178         detachstate == PTHREAD_CREATE_DETACHED ?
8179         "detached" : "joinable");
8180     exit(0);
8181 }
8182 EOCP
8183         set try
8184         if eval $compile; then
8185                 yyy=`./try`
8186                 case "$yyy" in
8187                         detached) echo "Nope, they aren't." >&4 ;;
8188                         *) echo "Yup, they are." >&4 ;;
8189                 esac
8190         else
8191                 echo " "
8192                 echo "(I can't execute the test program--assuming they are.)" >&4
8193                 yyy=joinable
8194         fi
8195         $rm -f try try.*
8196         case "$yyy" in
8197                 detached) val="$undef" ;;
8198                 *) val="$define" ;;
8199         esac
8200         set d_pthreads_created_joinable
8201         eval $setvar
8202 else
8203     d_pthreads_created_joinable="$undef"
8204 fi
8205
8206 : see if this is a pwd.h system
8207 set pwd.h i_pwd
8208 eval $inhdr
8209
8210 case "$i_pwd" in
8211 $define)
8212         xxx=`./findhdr pwd.h`
8213         $cppstdin $cppflags $cppminus < $xxx >$$.h
8214
8215         if $contains 'pw_quota' $$.h >/dev/null 2>&1; then
8216                 val="$define"
8217         else
8218                 val="$undef"
8219         fi
8220         set d_pwquota
8221         eval $setvar
8222
8223         if $contains 'pw_age' $$.h >/dev/null 2>&1; then
8224                 val="$define"
8225         else
8226                 val="$undef"
8227         fi
8228         set d_pwage
8229         eval $setvar
8230
8231         if $contains 'pw_change' $$.h >/dev/null 2>&1; then
8232                 val="$define"
8233         else
8234                 val="$undef"
8235         fi
8236         set d_pwchange
8237         eval $setvar
8238
8239         if $contains 'pw_class' $$.h >/dev/null 2>&1; then
8240                 val="$define"
8241         else
8242                 val="$undef"
8243         fi
8244         set d_pwclass
8245         eval $setvar
8246
8247         if $contains 'pw_expire' $$.h >/dev/null 2>&1; then
8248                 val="$define"
8249         else
8250                 val="$undef"
8251         fi
8252         set d_pwexpire
8253         eval $setvar
8254
8255         if $contains 'pw_comment' $$.h >/dev/null 2>&1; then
8256                 val="$define"
8257         else
8258                 val="$undef"
8259         fi
8260         set d_pwcomment
8261         eval $setvar
8262
8263         if $contains 'pw_gecos' $$.h >/dev/null 2>&1; then
8264                 val="$define"
8265         else
8266                 val="$undef"
8267         fi
8268         set d_pwgecos
8269         eval $setvar
8270
8271         if $contains 'pw_passwd' $$.h >/dev/null 2>&1; then
8272                 val="$define"
8273         else
8274                 val="$undef"
8275         fi
8276         set d_pwpasswd
8277         eval $setvar
8278
8279         $rm -f $$.h
8280         ;;
8281 *)
8282         val="$undef"; 
8283         set d_pwquota; eval $setvar
8284         set d_pwage; eval $setvar
8285         set d_pwchange; eval $setvar
8286         set d_pwclass; eval $setvar
8287         set d_pwexpire; eval $setvar
8288         set d_pwcomment; eval $setvar
8289         set d_pwgecos; eval $setvar
8290         set d_pwpasswd; eval $setvar
8291         ;;
8292 esac
8293
8294 : see if readdir and friends exist
8295 set readdir d_readdir
8296 eval $inlibc
8297 set seekdir d_seekdir
8298 eval $inlibc
8299 set telldir d_telldir
8300 eval $inlibc
8301 set rewinddir d_rewinddir
8302 eval $inlibc
8303
8304 : see if readlink exists
8305 set readlink d_readlink
8306 eval $inlibc
8307
8308 : see if rename exists
8309 set rename d_rename
8310 eval $inlibc
8311
8312 : see if rmdir exists
8313 set rmdir d_rmdir
8314 eval $inlibc
8315
8316 : see if memory.h is available.
8317 val=''
8318 set memory.h val
8319 eval $inhdr
8320
8321 : See if it conflicts with string.h
8322 case "$val" in
8323 $define)
8324         case "$strings" in
8325         '') ;;
8326         *)
8327                 $cppstdin $cppflags $cppminus < $strings > mem.h
8328                 if $contains 'memcpy' mem.h >/dev/null 2>&1; then
8329                         echo " "
8330                         echo "We won't be including <memory.h>."
8331                         val="$undef"
8332                 fi
8333                 $rm -f mem.h
8334                 ;;
8335         esac
8336 esac
8337 set i_memory
8338 eval $setvar
8339
8340 : can bcopy handle overlapping blocks?
8341 val="$undef"
8342 case "$d_bcopy" in
8343 "$define")
8344         echo " "
8345         echo "Checking to see if your bcopy() can do overlapping copies..." >&4
8346         $cat >try.c <<EOCP
8347 #$i_memory I_MEMORY
8348 #$i_stdlib I_STDLIB
8349 #$i_string I_STRING
8350 #$i_unistd I_UNISTD
8351 EOCP
8352         $cat >>try.c <<'EOCP'
8353 #include <stdio.h>
8354 #ifdef I_MEMORY
8355 #  include <memory.h>
8356 #endif
8357 #ifdef I_STDLIB
8358 #  include <stdlib.h>
8359 #endif
8360 #ifdef I_STRING
8361 #  include <string.h>
8362 #else
8363 #  include <strings.h>
8364 #endif
8365 #ifdef I_UNISTD
8366 #  include <unistd.h>  /* Needed for NetBSD */
8367 #endif
8368 main()
8369 {
8370 char buf[128], abc[128];
8371 char *b;
8372 int len;
8373 int off;
8374 int align;
8375
8376 bcopy("abcdefghijklmnopqrstuvwxyz0123456789", abc, 36);
8377
8378 for (align = 7; align >= 0; align--) {
8379         for (len = 36; len; len--) {
8380                 b = buf+align;
8381                 bcopy(abc, b, len);
8382                 for (off = 1; off <= len; off++) {
8383                         bcopy(b, b+off, len);
8384                         bcopy(b+off, b, len);
8385                         if (bcmp(b, abc, len))
8386                                 exit(1);
8387                 }
8388         }
8389 }
8390 exit(0);
8391 }
8392 EOCP
8393         set try
8394         if eval $compile_ok; then
8395                 if ./try 2>/dev/null; then
8396                         echo "Yes, it can."
8397                         val="$define"
8398                 else
8399                         echo "It can't, sorry."
8400                         case "$d_memmove" in
8401                         "$define") echo "But that's Ok since you have memmove()." ;;
8402                         esac
8403                 fi
8404         else
8405                 echo "(I can't compile the test program, so we'll assume not...)"
8406                 case "$d_memmove" in
8407                 "$define") echo "But that's Ok since you have memmove()." ;;
8408                 esac
8409         fi
8410         ;;
8411 esac
8412 $rm -f try.* try core
8413 set d_safebcpy
8414 eval $setvar
8415
8416 : can memcpy handle overlapping blocks?
8417 val="$undef"
8418 case "$d_memcpy" in
8419 "$define")
8420         echo " "
8421         echo "Checking to see if your memcpy() can do overlapping copies..." >&4
8422         $cat >try.c <<EOCP
8423 #$i_memory I_MEMORY
8424 #$i_stdlib I_STDLIB
8425 #$i_string I_STRING
8426 #$i_unistd I_UNISTD
8427 EOCP
8428         $cat >>try.c <<'EOCP'
8429 #include <stdio.h>
8430 #ifdef I_MEMORY
8431 #  include <memory.h>
8432 #endif
8433 #ifdef I_STDLIB
8434 #  include <stdlib.h>
8435 #endif
8436 #ifdef I_STRING
8437 #  include <string.h>
8438 #else
8439 #  include <strings.h>
8440 #endif
8441 #ifdef I_UNISTD
8442 #  include <unistd.h>  /* Needed for NetBSD */
8443 #endif
8444 main()
8445 {
8446 char buf[128], abc[128];
8447 char *b;
8448 int len;
8449 int off;
8450 int align;
8451
8452 /* Copy "abcde..." string to char abc[] so that gcc doesn't
8453    try to store the string in read-only memory. */
8454 memcpy(abc, "abcdefghijklmnopqrstuvwxyz0123456789", 36);
8455
8456 for (align = 7; align >= 0; align--) {
8457         for (len = 36; len; len--) {
8458                 b = buf+align;
8459                 memcpy(b, abc, len);
8460                 for (off = 1; off <= len; off++) {
8461                         memcpy(b+off, b, len);
8462                         memcpy(b, b+off, len);
8463                         if (memcmp(b, abc, len))
8464                                 exit(1);
8465                 }
8466         }
8467 }
8468 exit(0);
8469 }
8470 EOCP
8471         set try
8472         if eval $compile_ok; then
8473                 if ./try 2>/dev/null; then
8474                         echo "Yes, it can."
8475                         val="$define"
8476                 else
8477                         echo "It can't, sorry."
8478                         case "$d_memmove" in
8479                         "$define") echo "But that's Ok since you have memmove()." ;;
8480                         esac
8481                 fi
8482         else
8483                 echo "(I can't compile the test program, so we'll assume not...)"
8484                 case "$d_memmove" in
8485                 "$define") echo "But that's Ok since you have memmove()." ;;
8486                 esac
8487         fi
8488         ;;
8489 esac
8490 $rm -f try.* try core
8491 set d_safemcpy
8492 eval $setvar
8493
8494 : can memcmp be trusted to compare relative magnitude?
8495 val="$undef"
8496 case "$d_memcmp" in
8497 "$define")
8498         echo " "
8499         echo "Checking if your memcmp() can compare relative magnitude..." >&4
8500         $cat >try.c <<EOCP
8501 #$i_memory I_MEMORY
8502 #$i_stdlib I_STDLIB
8503 #$i_string I_STRING
8504 #$i_unistd I_UNISTD
8505 EOCP
8506         $cat >>try.c <<'EOCP'
8507 #include <stdio.h>
8508 #ifdef I_MEMORY
8509 #  include <memory.h>
8510 #endif
8511 #ifdef I_STDLIB
8512 #  include <stdlib.h>
8513 #endif
8514 #ifdef I_STRING
8515 #  include <string.h>
8516 #else
8517 #  include <strings.h>
8518 #endif
8519 #ifdef I_UNISTD
8520 #  include <unistd.h>  /* Needed for NetBSD */
8521 #endif
8522 main()
8523 {
8524 char a = -1;
8525 char b = 0;
8526 if ((a < b) && memcmp(&a, &b, 1) < 0)
8527         exit(1);
8528 exit(0);
8529 }
8530 EOCP
8531         set try
8532         if eval $compile_ok; then
8533                 if ./try 2>/dev/null; then
8534                         echo "Yes, it can."
8535                         val="$define"
8536                 else
8537                         echo "No, it can't (it uses signed chars)."
8538                 fi
8539         else
8540                 echo "(I can't compile the test program, so we'll assume not...)"
8541         fi
8542         ;;
8543 esac
8544 $rm -f try.* try core
8545 set d_sanemcmp
8546 eval $setvar
8547
8548 : see if select exists
8549 set select d_select
8550 eval $inlibc
8551
8552 : see if semctl exists
8553 set semctl d_semctl
8554 eval $inlibc
8555
8556 : see if semget exists
8557 set semget d_semget
8558 eval $inlibc
8559
8560 : see if semop exists
8561 set semop d_semop
8562 eval $inlibc
8563
8564 : see how much of the 'sem*(2)' library is present.
8565 h_sem=true
8566 echo " "
8567 case "$d_semctl$d_semget$d_semop" in
8568 *"$undef"*) h_sem=false;;
8569 esac
8570 case "$osname" in
8571 freebsd)
8572     case "`ipcs 2>&1`" in
8573     "SVID messages"*"not configured"*)
8574         echo "Your $osname does not have the sem*(2) configured." >&4
8575         h_sem=false
8576         val="$undef"
8577         set semctl d_semctl
8578         eval $setvar
8579         set semget d_semget
8580         eval $setvar
8581         set semop d_semop
8582         eval $setvar
8583         ;;
8584     esac
8585     ;;
8586 esac
8587 : we could also check for sys/ipc.h ...
8588 if $h_sem && $test `./findhdr sys/sem.h`; then
8589         echo "You have the full sem*(2) library." >&4
8590         val="$define"
8591 else
8592         echo "You don't have the full sem*(2) library." >&4
8593         val="$undef"
8594 fi
8595 set d_sem
8596 eval $setvar
8597
8598 : see whether sys/sem.h defines union semun
8599 echo " "
8600 $cat > try.c <<'END'
8601 #include <sys/types.h>
8602 #include <sys/ipc.h>
8603 #include <sys/sem.h>
8604 int main () { union semun semun; semun.buf = 0; }
8605 END
8606 set try
8607 if eval $compile; then
8608     echo "You have union semun in <sys/sem.h>." >&4
8609     val="$define"
8610 else
8611     echo "You do not have union semun in <sys/sem.h>." >&4
8612     val="$undef"
8613 fi
8614 $rm -f try try.c try.h
8615 set d_union_semun
8616 eval $setvar
8617
8618 : see how to do semctl IPC_STAT
8619 case "$d_sem" in
8620 $define)
8621     : see whether semctl IPC_STAT can use union semun
8622     echo " "
8623     $cat > try.h <<END
8624 #ifndef S_IRUSR
8625 #   ifdef S_IREAD
8626 #       define S_IRUSR S_IREAD
8627 #       define S_IWUSR S_IWRITE
8628 #       define S_IXUSR S_IEXEC
8629 #   else
8630 #       define S_IRUSR 0400
8631 #       define S_IWUSR 0200
8632 #       define S_IXUSR 0100
8633 #   endif
8634 #   define S_IRGRP (S_IRUSR>>3)
8635 #   define S_IWGRP (S_IWUSR>>3)
8636 #   define S_IXGRP (S_IXUSR>>3)
8637 #   define S_IROTH (S_IRUSR>>6)
8638 #   define S_IWOTH (S_IWUSR>>6)
8639 #   define S_IXOTH (S_IXUSR>>6)
8640 #endif
8641 #ifndef S_IRWXU
8642 #   define S_IRWXU (S_IRUSR|S_IWUSR|S_IXUSR)
8643 #   define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)
8644 #   define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
8645 #endif
8646 END
8647
8648     $cat > try.c <<END
8649 #include <sys/types.h>
8650 #include <sys/ipc.h>
8651 #include <sys/sem.h>
8652 #include <sys/stat.h>
8653 #include <stdio.h>
8654 #include <errno.h>
8655 #include "try.h"
8656 #ifndef errno
8657 extern int errno;
8658 #endif
8659 #$d_union_semun HAS_UNION_SEMUN
8660 int main() {
8661     union semun
8662 #ifndef HAS_UNION_SEMUN
8663     {
8664         int val;
8665         struct semid_ds *buf;
8666         unsigned short *array;
8667     }
8668 #endif
8669     arg;
8670     int sem, st;
8671
8672 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) && defined(S_IRWXO) && defined(IPC_CREAT)
8673     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
8674     if (sem > -1) {
8675         struct semid_ds argbuf;
8676         arg.buf = &argbuf;
8677 #       ifdef IPC_STAT
8678         st = semctl(sem, 0, IPC_STAT, arg);
8679         if (st == 0)
8680             printf("semun\n");
8681         else
8682 #       endif /* IPC_STAT */
8683             printf("semctl IPC_STAT failed: errno = %d\n", errno);
8684 #       ifdef IPC_RMID
8685         if (semctl(sem, 0, IPC_RMID, arg) != 0)
8686 #       endif /* IPC_RMID */
8687             printf("semctl IPC_RMID failed: errno = %d\n", errno);
8688     } else
8689 #endif /* IPC_PRIVATE && ... */
8690         printf("semget failed: errno = %d\n", errno);
8691   return 0;
8692 }
8693 END
8694     val="$undef"
8695     set try
8696     if eval $compile; then
8697         xxx=`./try`
8698         case "$xxx" in
8699         semun) val="$define" ;;
8700         esac
8701     fi
8702     $rm -f try try.c
8703     set d_semctl_semun
8704     eval $setvar
8705     case "$d_semctl_semun" in
8706     $define)
8707         echo "You can use union semun for semctl IPC_STAT." >&4
8708         also='also'
8709         ;;
8710     *)  echo "You cannot use union semun for semctl IPC_STAT." >&4
8711         also=''
8712         ;;
8713     esac
8714
8715     : see whether semctl IPC_STAT can use struct semid_ds pointer
8716     $cat > try.c <<'END'
8717 #include <sys/types.h>
8718 #include <sys/ipc.h>
8719 #include <sys/sem.h>
8720 #include <sys/stat.h>
8721 #include "try.h"
8722 #include <stdio.h>
8723 #include <errno.h>
8724 #ifndef errno
8725 extern int errno;
8726 #endif
8727 int main() {
8728     struct semid_ds arg;
8729     int sem, st;
8730
8731 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) &&  defined(S_IRWXO) && defined(IPC_CREAT)
8732     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
8733     if (sem > -1) {
8734 #       ifdef IPC_STAT
8735         st = semctl(sem, 0, IPC_STAT, &arg);
8736         if (st == 0)
8737             printf("semid_ds\n");
8738         else
8739 #       endif /* IPC_STAT */
8740             printf("semctl IPC_STAT failed: errno = %d\n", errno);
8741 #       ifdef IPC_RMID
8742         if (semctl(sem, 0, IPC_RMID, &arg) != 0)
8743 #       endif /* IPC_RMID */
8744             printf("semctl IPC_RMID failed: errno = %d\n", errno);
8745     } else
8746 #endif /* IPC_PRIVATE && ... */
8747         printf("semget failed: errno = %d\n", errno);
8748
8749     return 0;
8750 }
8751 END
8752     val="$undef"
8753     set try
8754     if eval $compile; then
8755         xxx=`./try`
8756         case "$xxx" in
8757         semid_ds) val="$define" ;;
8758         esac
8759     fi
8760     $rm -f try try.c
8761     set d_semctl_semid_ds
8762     eval $setvar
8763     case "$d_semctl_semid_ds" in
8764     $define)
8765         echo "You can $also use struct semid_ds * for semctl IPC_STAT." >&4
8766         ;;
8767     *)  echo "You cannot use struct semid_ds * for semctl IPC_STAT." >&4
8768         ;;
8769     esac
8770     $rm -f try.h
8771     ;;
8772 *)  val="$undef"
8773
8774     # We do not have the full sem*(2) library, so assume we can not
8775     # use either.
8776
8777     set d_semctl_semun
8778     eval $setvar
8779
8780     set d_semctl_semid_ds
8781     eval $setvar
8782     ;;
8783 esac
8784
8785 : see if setegid exists
8786 set setegid d_setegid
8787 eval $inlibc
8788
8789 : see if seteuid exists
8790 set seteuid d_seteuid
8791 eval $inlibc
8792
8793 : see if setgrent exists
8794 set setgrent d_setgrent
8795 eval $inlibc
8796
8797 : see if sethostent exists
8798 set sethostent d_sethent
8799 eval $inlibc
8800
8801 : see if setlinebuf exists
8802 set setlinebuf d_setlinebuf
8803 eval $inlibc
8804
8805 : see if setlocale exists
8806 set setlocale d_setlocale
8807 eval $inlibc
8808
8809 : see if setnetent exists
8810 set setnetent d_setnent
8811 eval $inlibc
8812
8813 : see if setprotoent exists
8814 set setprotoent d_setpent
8815 eval $inlibc
8816
8817 : see if setpgid exists
8818 set setpgid d_setpgid
8819 eval $inlibc
8820
8821 : see if setpgrp2 exists
8822 set setpgrp2 d_setpgrp2
8823 eval $inlibc
8824
8825 : see if setpriority exists
8826 set setpriority d_setprior
8827 eval $inlibc
8828
8829 : see if setpwent exists
8830 set setpwent d_setpwent
8831 eval $inlibc
8832
8833 : see if setregid exists
8834 set setregid d_setregid
8835 eval $inlibc
8836 set setresgid d_setresgid
8837 eval $inlibc
8838
8839 : see if setreuid exists
8840 set setreuid d_setreuid
8841 eval $inlibc
8842 set setresuid d_setresuid
8843 eval $inlibc
8844
8845 : see if setrgid exists
8846 set setrgid d_setrgid
8847 eval $inlibc
8848
8849 : see if setruid exists
8850 set setruid d_setruid
8851 eval $inlibc
8852
8853 : see if setservent exists
8854 set setservent d_setsent
8855 eval $inlibc
8856
8857 : see if setsid exists
8858 set setsid d_setsid
8859 eval $inlibc
8860
8861 : see if setvbuf exists
8862 set setvbuf d_setvbuf
8863 eval $inlibc
8864
8865 : see if sfio.h is available
8866 set sfio.h i_sfio
8867 eval $inhdr
8868
8869
8870 : see if sfio library is available
8871 case "$i_sfio" in
8872 $define)
8873         val=''
8874         set sfreserve val
8875         eval $inlibc
8876         ;;
8877 *)
8878         val="$undef"
8879         ;;
8880 esac
8881 : Ok, but do we want to use it.
8882 case "$val" in
8883 $define)
8884         case "$usesfio" in
8885         true|$define|[yY]*) dflt='y';;
8886         *) dflt='n';;
8887         esac
8888         echo "$package can use the sfio library, but it is experimental."
8889         rp="You seem to have sfio available, do you want to try using it?"
8890         . ./myread
8891         case "$ans" in
8892         y|Y) ;;
8893         *)      echo "Ok, avoiding sfio this time.  I'll use stdio instead."
8894                 val="$undef"
8895                 : Remove sfio from list of libraries to use
8896                 set `echo X $libs | $sed -e 's/-lsfio / /' -e 's/-lsfio$//'`
8897                 shift
8898                 libs="$*"
8899                 echo "libs = $libs" >&4
8900                 ;;
8901         esac
8902         ;;
8903 *)      case "$usesfio" in
8904         true|$define|[yY]*)
8905                 echo "Sorry, cannot find sfio on this machine" >&4
8906                 echo "Ignoring your setting of usesfio=$usesfio" >&4
8907                 ;;
8908         esac
8909         ;;
8910 esac
8911 set d_sfio
8912 eval $setvar
8913 case "$d_sfio" in
8914 $define) usesfio='true';;
8915 *) usesfio='false';;
8916 esac
8917
8918 : see if shmctl exists
8919 set shmctl d_shmctl
8920 eval $inlibc
8921
8922 : see if shmget exists
8923 set shmget d_shmget
8924 eval $inlibc
8925
8926 : see if shmat exists
8927 set shmat d_shmat
8928 eval $inlibc
8929 : see what shmat returns
8930 case "$d_shmat" in
8931 "$define")
8932         $cat >shmat.c <<'END'
8933 #include <sys/shm.h>
8934 void *shmat();
8935 END
8936         if $cc $ccflags -c shmat.c >/dev/null 2>&1; then
8937                 shmattype='void *'
8938         else
8939                 shmattype='char *'
8940         fi
8941         echo "and it returns ($shmattype)." >&4
8942         : see if a prototype for shmat is available
8943         xxx=`./findhdr sys/shm.h`
8944         $cppstdin $cppflags $cppminus < $xxx > shmat.c 2>/dev/null
8945         if $contains 'shmat.*(' shmat.c >/dev/null 2>&1; then
8946                 val="$define"
8947         else
8948                 val="$undef"
8949         fi
8950         $rm -f shmat.[co]
8951         ;;
8952 *)
8953         val="$undef"
8954         ;;
8955 esac
8956 set d_shmatprototype
8957 eval $setvar
8958
8959 : see if shmdt exists
8960 set shmdt d_shmdt
8961 eval $inlibc
8962
8963 : see how much of the 'shm*(2)' library is present.
8964 h_shm=true
8965 echo " "
8966 case "$d_shmctl$d_shmget$d_shmat$d_shmdt" in
8967 *"$undef"*) h_shm=false;;
8968 esac
8969 case "$osname" in
8970 freebsd)
8971     case "`ipcs 2>&1`" in
8972     "SVID shared memory"*"not configured"*)
8973         echo "Your $osname does not have the shm*(2) configured." >&4
8974         h_shm=false
8975         val="$undef"
8976         set shmctl d_shmctl
8977         evat $setvar
8978         set shmget d_shmget
8979         evat $setvar
8980         set shmat d_shmat
8981         evat $setvar
8982         set shmdt d_shmdt
8983         evat $setvar
8984         ;;
8985     esac
8986     ;;
8987 esac
8988 : we could also check for sys/ipc.h ...
8989 if $h_shm && $test `./findhdr sys/shm.h`; then
8990         echo "You have the full shm*(2) library." >&4
8991         val="$define"
8992 else
8993         echo "You don't have the full shm*(2) library." >&4
8994         val="$undef"
8995 fi
8996 set d_shm
8997 eval $setvar
8998
8999 echo " "
9000 : see if we have sigaction
9001 if set sigaction val -f d_sigaction; eval $csym; $val; then
9002         echo 'sigaction() found.' >&4
9003         $cat > try.c <<'EOP'
9004 #include <stdio.h>
9005 #include <sys/types.h>
9006 #include <signal.h>
9007 main()
9008 {
9009     struct sigaction act, oact;
9010 }
9011 EOP
9012         set try
9013         if eval $compile_ok; then
9014                 val="$define"
9015         else
9016                 echo "But you don't seem to have a useable struct sigaction." >&4
9017                 val="$undef"
9018         fi
9019 else
9020         echo 'sigaction NOT found.' >&4
9021         val="$undef"
9022 fi
9023 set d_sigaction; eval $setvar
9024 $rm -f try try$_o try.c
9025
9026 : see if sigsetjmp exists
9027 echo " "
9028 case "$d_sigsetjmp" in
9029 '')
9030         $cat >try.c <<'EOP'
9031 #include <setjmp.h>
9032 sigjmp_buf env;
9033 int set = 1;
9034 main()
9035 {
9036         if (sigsetjmp(env,1))
9037                 exit(set);
9038         set = 0;
9039         siglongjmp(env, 1);
9040         exit(1);
9041 }
9042 EOP
9043         set try
9044         if eval $compile; then
9045                 if ./try >/dev/null 2>&1; then
9046                         echo "POSIX sigsetjmp found." >&4
9047                         val="$define"
9048                 else
9049                         $cat >&4 <<EOM
9050 Uh-Oh! You have POSIX sigsetjmp and siglongjmp, but they do not work properly!!
9051 I'll ignore them.
9052 EOM
9053                         val="$undef"
9054                 fi
9055         else
9056                 echo "sigsetjmp not found." >&4
9057                 val="$undef"
9058         fi
9059         ;;
9060 *) val="$d_sigsetjmp"
9061         case "$d_sigsetjmp" in
9062         $define) echo "POSIX sigsetjmp found." >&4;;
9063         $undef) echo "sigsetjmp not found." >&4;;
9064         esac
9065         ;;
9066 esac
9067 set d_sigsetjmp
9068 eval $setvar
9069 $rm -f try.c try
9070
9071 socketlib=''
9072 sockethdr=''
9073 : see whether socket exists
9074 echo " "
9075 $echo $n "Hmm... $c" >&4
9076 if set socket val -f d_socket; eval $csym; $val; then
9077         echo "Looks like you have Berkeley networking support." >&4
9078         d_socket="$define"
9079         if set setsockopt val -f; eval $csym; $val; then
9080                 d_oldsock="$undef"
9081         else
9082                 echo "...but it uses the old 4.1c interface, rather than 4.2" >&4
9083                 d_oldsock="$define"
9084         fi
9085 else
9086         if $contains socklib libc.list >/dev/null 2>&1; then
9087                 echo "Looks like you have Berkeley networking support." >&4
9088                 d_socket="$define"
9089                 : we will have to assume that it supports the 4.2 BSD interface
9090                 d_oldsock="$undef"
9091         else
9092                 echo "You don't have Berkeley networking in libc$_a..." >&4
9093                 if test -f /usr/lib/libnet$_a; then
9094                         ( ($nm $nm_opt /usr/lib/libnet$_a | eval $nm_extract) ||  \
9095                         $ar t /usr/lib/libnet$_a) 2>/dev/null >> libc.list
9096                         if $contains socket libc.list >/dev/null 2>&1; then
9097                         echo "...but the Wollongong group seems to have hacked it in." >&4
9098                                 socketlib="-lnet"
9099                                 sockethdr="-I/usr/netinclude"
9100                                 d_socket="$define"
9101                                 if $contains setsockopt libc.list >/dev/null 2>&1; then
9102                                         d_oldsock="$undef"
9103                                 else
9104                                         echo "...using the old 4.1c interface, rather than 4.2" >&4
9105                                         d_oldsock="$define"
9106                                 fi
9107                         else
9108                                 echo "or even in libnet$_a, which is peculiar." >&4
9109                                 d_socket="$undef"
9110                                 d_oldsock="$undef"
9111                         fi
9112                 else
9113                         echo "or anywhere else I see." >&4
9114                         d_socket="$undef"
9115                         d_oldsock="$undef"
9116                 fi
9117         fi
9118 fi
9119
9120 : see if socketpair exists
9121 set socketpair d_sockpair
9122 eval $inlibc
9123
9124 : see if stat knows about block sizes
9125 echo " "
9126 set d_statblks stat st_blocks $i_sysstat sys/stat.h
9127 eval $hasfield
9128
9129 : see if _ptr and _cnt from stdio act std
9130 echo " "
9131 if $contains '_IO_fpos_t' `./findhdr stdio.h` >/dev/null 2>&1 ; then
9132         echo "(Looks like you have stdio.h from Linux.)"
9133         case "$stdio_ptr" in
9134         '') stdio_ptr='((fp)->_IO_read_ptr)'
9135                 ptr_lval=$define
9136                 ;;
9137         *)      ptr_lval=$d_stdio_ptr_lval;;
9138         esac
9139         case "$stdio_cnt" in
9140         '') stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
9141                 cnt_lval=$undef
9142                 ;;
9143         *)      cnt_lval=$d_stdio_cnt_lval;;
9144         esac
9145         case "$stdio_base" in
9146         '') stdio_base='((fp)->_IO_read_base)';;
9147         esac
9148         case "$stdio_bufsiz" in
9149         '') stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)';;
9150         esac
9151 else
9152         case "$stdio_ptr" in
9153         '') stdio_ptr='((fp)->_ptr)'
9154                 ptr_lval=$define
9155                 ;;
9156         *)      ptr_lval=$d_stdio_ptr_lval;;
9157         esac
9158         case "$stdio_cnt" in
9159         '') stdio_cnt='((fp)->_cnt)'
9160                 cnt_lval=$define
9161                 ;;
9162         *)      cnt_lval=$d_stdio_cnt_lval;;
9163         esac
9164         case "$stdio_base" in
9165         '') stdio_base='((fp)->_base)';;
9166         esac
9167         case "$stdio_bufsiz" in
9168         '') stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)';;
9169         esac
9170 fi
9171 : test whether _ptr and _cnt really work
9172 echo "Checking how std your stdio is..." >&4
9173 $cat >try.c <<EOP
9174 #include <stdio.h>
9175 #define FILE_ptr(fp)    $stdio_ptr
9176 #define FILE_cnt(fp)    $stdio_cnt
9177 main() {
9178         FILE *fp = fopen("try.c", "r");
9179         char c = getc(fp);
9180         if (
9181                 18 <= FILE_cnt(fp) &&
9182                 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
9183         )
9184                 exit(0);
9185         exit(1);
9186 }
9187 EOP
9188 val="$undef"
9189 set try
9190 if eval $compile; then
9191         if ./try; then
9192                 echo "Your stdio acts pretty std."
9193                 val="$define"
9194         else
9195                 echo "Your stdio isn't very std."
9196         fi
9197 else
9198         echo "Your stdio doesn't appear very std."
9199 fi
9200 $rm -f try.c try
9201 set d_stdstdio
9202 eval $setvar
9203
9204 : Can _ptr be used as an lvalue?
9205 case "$d_stdstdio$ptr_lval" in
9206 $define$define) val=$define ;;
9207 *) val=$undef ;;
9208 esac
9209 set d_stdio_ptr_lval
9210 eval $setvar
9211
9212 : Can _cnt be used as an lvalue?
9213 case "$d_stdstdio$cnt_lval" in
9214 $define$define) val=$define ;;
9215 *) val=$undef ;;
9216 esac
9217 set d_stdio_cnt_lval
9218 eval $setvar
9219
9220 : see if _base is also standard
9221 val="$undef"
9222 case "$d_stdstdio" in
9223 $define)
9224         $cat >try.c <<EOP
9225 #include <stdio.h>
9226 #define FILE_base(fp)   $stdio_base
9227 #define FILE_bufsiz(fp) $stdio_bufsiz
9228 main() {
9229         FILE *fp = fopen("try.c", "r");
9230         char c = getc(fp);
9231         if (
9232                 19 <= FILE_bufsiz(fp) &&
9233                 strncmp(FILE_base(fp), "#include <stdio.h>\n", 19) == 0
9234         )
9235                 exit(0);
9236         exit(1);
9237 }
9238 EOP
9239         set try
9240         if eval $compile; then
9241                 if ./try; then
9242                         echo "And its _base field acts std."
9243                         val="$define"
9244                 else
9245                         echo "But its _base field isn't std."
9246                 fi
9247         else
9248                 echo "However, it seems to be lacking the _base field."
9249         fi
9250         $rm -f try.c try
9251         ;;
9252 esac
9253 set d_stdiobase
9254 eval $setvar
9255
9256 : see if strcoll exists
9257 set strcoll d_strcoll
9258 eval $inlibc
9259
9260 : check for structure copying
9261 echo " "
9262 echo "Checking to see if your C compiler can copy structs..." >&4
9263 $cat >try.c <<'EOCP'
9264 main()
9265 {
9266         struct blurfl {
9267                 int dyick;
9268         } foo, bar;
9269
9270         foo = bar;
9271 }
9272 EOCP
9273 if $cc -c try.c >/dev/null 2>&1 ; then
9274         val="$define"
9275         echo "Yup, it can."
9276 else
9277         val="$undef"
9278         echo "Nope, it can't."
9279 fi
9280 set d_strctcpy
9281 eval $setvar
9282 $rm -f try.*
9283
9284 : see if strerror and/or sys_errlist[] exist
9285 echo " "
9286 if test "X$d_strerror" = X -o "X$d_syserrlst" = X; then
9287     if set strerror val -f d_strerror; eval $csym; $val; then
9288                 echo 'strerror() found.' >&4
9289                 d_strerror="$define"
9290                 d_strerrm='strerror(e)'
9291                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
9292                         echo "(You also have sys_errlist[], so we could roll our own strerror.)" 
9293                         d_syserrlst="$define"
9294                 else
9295                         echo "(Since you don't have sys_errlist[], sterror() is welcome.)"
9296                         d_syserrlst="$undef"
9297                 fi
9298     elif xxx=`./findhdr string.h`; test "$xxx" || xxx=`./findhdr strings.h`; \
9299                         $contains '#[   ]*define.*strerror' "$xxx" >/dev/null 2>&1; then
9300                 echo 'strerror() found in string header.' >&4
9301                 d_strerror="$define"
9302                 d_strerrm='strerror(e)'
9303                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
9304                         echo "(Most probably, strerror() uses sys_errlist[] for descriptions.)"
9305                                 d_syserrlst="$define"
9306                 else
9307                         echo "(You don't appear to have any sys_errlist[], how can this be?)"
9308                         d_syserrlst="$undef"
9309                 fi
9310     elif set sys_errlist val -a d_syserrlst; eval $csym; $val; then
9311                 echo "strerror() not found, but you have sys_errlist[] so we'll use that." >&4
9312                 d_strerror="$undef"
9313                 d_syserrlst="$define"
9314                 d_strerrm='((e)<0||(e)>=sys_nerr?"unknown":sys_errlist[e])'
9315     else
9316                 echo 'strerror() and sys_errlist[] NOT found.' >&4
9317                 d_strerror="$undef"
9318                 d_syserrlst="$undef"
9319                 d_strerrm='"unknown"'
9320     fi
9321 fi
9322
9323 : see if strtod exists
9324 set strtod d_strtod
9325 eval $inlibc
9326
9327 : see if strtol exists
9328 set strtol d_strtol
9329 eval $inlibc
9330
9331 : see if strtoul exists
9332 set strtoul d_strtoul
9333 eval $inlibc
9334
9335 : see if strxfrm exists
9336 set strxfrm d_strxfrm
9337 eval $inlibc
9338
9339 : see if symlink exists
9340 set symlink d_symlink
9341 eval $inlibc
9342
9343 : see if syscall exists
9344 set syscall d_syscall
9345 eval $inlibc
9346
9347 : see if sysconf exists
9348 set sysconf d_sysconf
9349 eval $inlibc
9350
9351 : see if system exists
9352 set system d_system
9353 eval $inlibc
9354
9355 : see if tcgetpgrp exists
9356 set tcgetpgrp d_tcgetpgrp
9357 eval $inlibc
9358
9359 : see if tcsetpgrp exists
9360 set tcsetpgrp d_tcsetpgrp
9361 eval $inlibc
9362
9363 : define an is-a-typedef? function
9364 typedef='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
9365 case "$inclist" in
9366 "") inclist="sys/types.h";;
9367 esac;
9368 eval "varval=\$$var";
9369 case "$varval" in
9370 "")
9371         $rm -f temp.c;
9372         for inc in $inclist; do
9373                 echo "#include <$inc>" >>temp.c;
9374         done;
9375         echo "#ifdef $type" >> temp.c;
9376         echo "printf(\"We have $type\");" >> temp.c;
9377         echo "#endif" >> temp.c;
9378         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
9379         if $contains $type temp.E >/dev/null 2>&1; then
9380                 eval "$var=\$type";
9381         else
9382                 eval "$var=\$def";
9383         fi;
9384         $rm -f temp.?;;
9385 *) eval "$var=\$varval";;
9386 esac'
9387
9388 : define an is-a-typedef? function that prompts if the type is not available.
9389 typedef_ask='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
9390 case "$inclist" in
9391 "") inclist="sys/types.h";;
9392 esac;
9393 eval "varval=\$$var";
9394 case "$varval" in
9395 "")
9396         $rm -f temp.c;
9397         for inc in $inclist; do
9398                 echo "#include <$inc>" >>temp.c;
9399         done;
9400         echo "#ifdef $type" >> temp.c;
9401         echo "printf(\"We have $type\");" >> temp.c;
9402         echo "#endif" >> temp.c;
9403         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
9404         echo " " ;
9405         echo "$rp" | $sed -e "s/What is/Looking for/" -e "s/?/./";
9406         if $contains $type temp.E >/dev/null 2>&1; then
9407                 echo "$type found." >&4;
9408                 eval "$var=\$type";
9409         else
9410                 echo "$type NOT found." >&4;
9411                 dflt="$def";
9412                 . ./myread ;
9413                 eval "$var=\$ans";
9414         fi;
9415         $rm -f temp.?;;
9416 *) eval "$var=\$varval";;
9417 esac'
9418
9419 : see if this is a sys/times.h system
9420 set sys/times.h i_systimes
9421 eval $inhdr
9422
9423 : see if times exists
9424 echo " "
9425 if set times val -f d_times; eval $csym; $val; then
9426         echo 'times() found.' >&4
9427         d_times="$define"
9428         inc=''
9429         case "$i_systimes" in
9430         "$define") inc='sys/times.h';;
9431         esac
9432         rp="What is the type returned by times() on this system?"
9433         set clock_t clocktype long stdio.h sys/types.h $inc
9434         eval $typedef_ask
9435 else
9436         echo 'times() NOT found, hope that will do.' >&4
9437         d_times="$undef"
9438         clocktype='int'
9439 fi
9440
9441 : see if truncate exists
9442 set truncate d_truncate
9443 eval $inlibc
9444
9445 : see if tzname[] exists
9446 echo " "
9447 if set tzname val -a d_tzname; eval $csym; $val; then
9448         val="$define"
9449         echo 'tzname[] found.' >&4
9450 else
9451         val="$undef"
9452         echo 'tzname[] NOT found.' >&4
9453 fi
9454 set d_tzname
9455 eval $setvar
9456
9457 : see if umask exists
9458 set umask d_umask
9459 eval $inlibc
9460
9461 : see how we will look up host name
9462 echo " "
9463 if false; then
9464         : dummy stub to allow use of elif
9465 elif set uname val -f d_uname; eval $csym; $val; then
9466         if ./xenix; then
9467                 $cat <<'EOM'
9468 uname() was found, but you're running xenix, and older versions of xenix
9469 have a broken uname(). If you don't really know whether your xenix is old
9470 enough to have a broken system call, use the default answer.
9471
9472 EOM
9473                 dflt=y
9474                 case "$d_uname" in
9475                 "$define") dflt=n;;
9476                 esac
9477                 rp='Is your uname() broken?'
9478                 . ./myread
9479                 case "$ans" in
9480                 n*) d_uname="$define"; call=uname;;
9481                 esac
9482         else
9483                 echo 'uname() found.' >&4
9484                 d_uname="$define"
9485                 call=uname
9486         fi
9487 fi
9488 case "$d_gethname" in
9489 '') d_gethname="$undef";;
9490 esac
9491 case "$d_uname" in
9492 '') d_uname="$undef";;
9493 esac
9494 case "$d_phostname" in
9495 '') d_phostname="$undef";;
9496 esac
9497
9498 : backward compatibility for d_hvfork
9499 if test X$d_hvfork != X; then
9500         d_vfork="$d_hvfork"
9501         d_hvfork=''
9502 fi
9503 : see if there is a vfork
9504 val=''
9505 set vfork val
9506 eval $inlibc
9507
9508 : Ok, but do we want to use it. vfork is reportedly unreliable in 
9509 : perl on Solaris 2.x, and probably elsewhere.
9510 case "$val" in
9511 $define)
9512         echo " "
9513         case "$usevfork" in
9514         false) dflt='n';;
9515         *) dflt='y';;
9516         esac
9517         rp="Some systems have problems with vfork().  Do you want to use it?"
9518         . ./myread
9519         case "$ans" in
9520         y|Y) ;;
9521         *)
9522                 echo "Ok, we won't use vfork()."
9523                 val="$undef"
9524                 ;;
9525         esac
9526         ;;
9527 esac
9528 set d_vfork
9529 eval $setvar
9530 case "$d_vfork" in
9531 $define) usevfork='true';;
9532 *) usevfork='false';;
9533 esac
9534
9535 : see if this is an sysdir system
9536 set sys/dir.h i_sysdir
9537 eval $inhdr
9538
9539 : see if this is an sysndir system
9540 set sys/ndir.h i_sysndir
9541 eval $inhdr
9542
9543 : see if sys/types.h has to be included
9544 set sys/types.h i_systypes
9545 eval $inhdr
9546
9547 : see if closedir exists
9548 set closedir d_closedir
9549 eval $inlibc
9550
9551 case "$d_closedir" in
9552 "$define")
9553         echo " "
9554         echo "Checking whether closedir() returns a status..." >&4
9555         cat > closedir.c <<EOM
9556 #$i_dirent I_DIRENT             /**/
9557 #$i_sysdir I_SYS_DIR            /**/
9558 #$i_sysndir I_SYS_NDIR          /**/
9559 #$i_systypes I_SYS_TYPES        /**/
9560
9561 #if defined(I_SYS_TYPES)
9562 #include <sys/types.h>
9563 #endif
9564 #if defined(I_DIRENT)
9565 #include <dirent.h>
9566 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
9567 #include <sys/dir.h>
9568 #endif
9569 #else
9570 #ifdef I_SYS_NDIR
9571 #include <sys/ndir.h>
9572 #else
9573 #ifdef I_SYS_DIR
9574 #ifdef hp9000s500
9575 #include <ndir.h>       /* may be wrong in the future */
9576 #else
9577 #include <sys/dir.h>
9578 #endif
9579 #endif
9580 #endif
9581 #endif 
9582 int main() { return closedir(opendir(".")); }
9583 EOM
9584         set closedir
9585         if eval $compile_ok; then
9586                 if ./closedir > /dev/null 2>&1 ; then
9587                         echo "Yes, it does."
9588                         val="$undef"
9589                 else
9590                         echo "No, it doesn't."
9591                         val="$define"
9592                 fi
9593         else
9594                 echo "(I can't seem to compile the test program--assuming it doesn't)"
9595                 val="$define"
9596         fi
9597         ;;
9598 *)
9599         val="$undef";
9600         ;;
9601 esac
9602 set d_void_closedir
9603 eval $setvar
9604 $rm -f closedir*
9605 : check for volatile keyword
9606 echo " "
9607 echo 'Checking to see if your C compiler knows about "volatile"...' >&4
9608 $cat >try.c <<'EOCP'
9609 main()
9610 {
9611         typedef struct _goo_struct goo_struct;
9612         goo_struct * volatile goo = ((goo_struct *)0);
9613         struct _goo_struct {
9614                 long long_int;
9615                 int reg_int;
9616                 char char_var;
9617         };
9618         typedef unsigned short foo_t;
9619         char *volatile foo;
9620         volatile int bar;
9621         volatile foo_t blech;
9622         foo = foo;
9623 }
9624 EOCP
9625 if $cc -c $ccflags try.c >/dev/null 2>&1 ; then
9626         val="$define"
9627         echo "Yup, it does."
9628 else
9629         val="$undef"
9630         echo "Nope, it doesn't."
9631 fi
9632 set d_volatile
9633 eval $setvar
9634 $rm -f try.*
9635
9636 : see if there is a wait4
9637 set wait4 d_wait4
9638 eval $inlibc
9639
9640 : see if waitpid exists
9641 set waitpid d_waitpid
9642 eval $inlibc
9643
9644 : see if wcstombs exists
9645 set wcstombs d_wcstombs
9646 eval $inlibc
9647
9648 : see if wctomb exists
9649 set wctomb d_wctomb
9650 eval $inlibc
9651
9652 : preserve RCS keywords in files with variable substitution, grrr
9653 Date='$Date'
9654 Id='$Id'
9655 Log='$Log'
9656 RCSfile='$RCSfile'
9657 Revision='$Revision'
9658
9659 : check for alignment requirements
9660 echo " "
9661 case "$alignbytes" in
9662 '') echo "Checking alignment constraints..." >&4
9663         $cat >try.c <<'EOCP'
9664 struct foobar {
9665         char foo;
9666         double bar;
9667 } try;
9668 main()
9669 {
9670         printf("%d\n", (char *)&try.bar - (char *)&try.foo);
9671 }
9672 EOCP
9673         set try
9674         if eval $compile_ok; then
9675                 dflt=`./try`
9676         else
9677                 dflt='8'
9678                 echo "(I can't seem to compile the test program...)"
9679         fi
9680         ;;
9681 *) dflt="$alignbytes"
9682         ;;
9683 esac
9684 rp="Doubles must be aligned on a how-many-byte boundary?"
9685 . ./myread
9686 alignbytes="$ans"
9687 $rm -f try.c try
9688
9689 : check for ordering of bytes in a long
9690 case "$byteorder" in
9691 '')
9692         $cat <<'EOM'
9693   
9694 In the following, larger digits indicate more significance.  A big-endian
9695 machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
9696 little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
9697 machines may have weird orders like 3412.  A Cray will report 87654321. If
9698 the test program works the default is probably right.
9699 I'm now running the test program...
9700 EOM
9701         $cat >try.c <<'EOCP'
9702 #include <stdio.h>
9703 main()
9704 {
9705         int i;
9706         union {
9707                 unsigned long l;
9708                 char c[sizeof(long)];
9709         } u;
9710
9711         if (sizeof(long) > 4)
9712                 u.l = (0x08070605L << 32) | 0x04030201L;
9713         else
9714                 u.l = 0x04030201L;
9715         for (i = 0; i < sizeof(long); i++)
9716                 printf("%c", u.c[i]+'0');
9717         printf("\n");
9718         exit(0);
9719 }
9720 EOCP
9721         xxx_prompt=y
9722         set try
9723         if eval $compile && ./try > /dev/null; then
9724                 dflt=`./try`
9725                 case "$dflt" in
9726                 [1-4][1-4][1-4][1-4]|12345678|87654321)
9727                         echo "(The test program ran ok.)"
9728                         echo "byteorder=$dflt"
9729                         xxx_prompt=n
9730                         ;;
9731                 ????|????????) echo "(The test program ran ok.)" ;;
9732                 *) echo "(The test program didn't run right for some reason.)" ;;
9733                 esac
9734         else
9735                 dflt='4321'
9736                 cat <<'EOM'
9737 (I can't seem to compile the test program.  Guessing big-endian...)
9738 EOM
9739         fi
9740         case "$xxx_prompt" in
9741         y)
9742                 rp="What is the order of bytes in a long?"
9743                 . ./myread
9744                 byteorder="$ans"
9745                 ;;
9746         *)      byteorder=$dflt
9747                 ;;
9748         esac
9749         ;;
9750 esac
9751 $rm -f try.c try
9752
9753 : how do we catenate cpp tokens here?
9754 echo " "
9755 echo "Checking to see how your cpp does stuff like catenate tokens..." >&4
9756 $cat >cpp_stuff.c <<'EOCP'
9757 #define RCAT(a,b)a/**/b
9758 #define ACAT(a,b)a ## b
9759 RCAT(Rei,ser)
9760 ACAT(Cir,cus)
9761 EOCP
9762 $cppstdin $cppflags $cppminus <cpp_stuff.c >cpp_stuff.out 2>&1
9763 if $contains 'Circus' cpp_stuff.out >/dev/null 2>&1; then
9764         echo "Oh!  Smells like ANSI's been here." >&4
9765         echo "We can catify or stringify, separately or together!"
9766         cpp_stuff=42
9767 elif $contains 'Reiser' cpp_stuff.out >/dev/null 2>&1; then
9768         echo "Ah, yes!  The good old days!" >&4
9769         echo "However, in the good old days we don't know how to stringify and"
9770         echo "catify at the same time."
9771         cpp_stuff=1
9772 else
9773         $cat >&4 <<EOM
9774 Hmm, I don't seem to be able to catenate tokens with your cpp.  You're going
9775 to have to edit the values of CAT[2-5] in config.h...
9776 EOM
9777         cpp_stuff="/* Help! How do we handle cpp_stuff? */*/"
9778 fi
9779 $rm -f cpp_stuff.*
9780
9781 : see if this is a db.h system
9782 set db.h i_db
9783 eval $inhdr
9784
9785 case "$i_db" in
9786 $define)
9787         : Check db version.
9788         echo " "
9789         echo "Checking Berkeley DB version ..." >&4
9790         $cat >try.c <<EOCP
9791 #$d_const HASCONST
9792 #ifndef HASCONST
9793 #define const
9794 #endif
9795 #include <sys/types.h>
9796 #include <stdio.h>
9797 #include <db.h>
9798 main()
9799 {
9800 #ifdef DB_VERSION_MAJOR /* DB version >= 2 */
9801     int Major, Minor, Patch ;
9802     unsigned long Version ;
9803     (void)db_version(&Major, &Minor, &Patch) ;
9804     printf("You have Berkeley DB Version 2 or greater\n");
9805
9806     printf("db.h is from Berkeley DB Version %d.%d.%d\n",
9807                 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH);
9808     printf("libdb is from Berkeley DB Version %d.%d.%d\n",
9809                 Major, Minor, Patch) ;
9810
9811     /* check that db.h & libdb are compatible */
9812     if (DB_VERSION_MAJOR != Major || DB_VERSION_MINOR != Minor || DB_VERSION_PATCH != Patch) {
9813         printf("db.h and libdb are incompatible\n") ;
9814         exit(3);        
9815     }
9816
9817     printf("db.h and libdb are compatible\n") ;
9818
9819     Version = DB_VERSION_MAJOR * 1000000 + DB_VERSION_MINOR * 1000
9820                 + DB_VERSION_PATCH ;
9821
9822     /* needs to be >= 2.3.4 */
9823     if (Version < 2003004) {
9824     /* if (DB_VERSION_MAJOR == 2 && DB_VERSION_MINOR == 0 && DB_VERSION_PATCH < 5) { */
9825         printf("but Perl needs Berkeley DB 2.3.4 or greater\n") ;
9826         exit(2);        
9827     }
9828
9829     exit(0);
9830 #else
9831 #if defined(_DB_H_) && defined(BTREEMAGIC) && defined(HASHMAGIC)
9832     printf("You have Berkeley DB Version 1\n");
9833     exit(0);    /* DB version < 2: the coast is clear. */
9834 #else
9835     exit(1);    /* <db.h> not Berkeley DB? */
9836 #endif
9837 #endif
9838 }
9839 EOCP
9840         set try
9841         if eval $compile && ./try; then
9842                 echo 'Looks OK.' >&4
9843         else
9844                 echo "I can't use Berkeley DB with your <db.h>.  I'll disable Berkeley DB." >&4
9845                 i_db=$undef
9846                 case " $libs " in
9847                 *"-ldb "*)
9848                         : Remove db from list of libraries to use
9849                         echo "Removing unusable -ldb from library list" >&4
9850                         set `echo X $libs | $sed -e 's/-ldb / /' -e 's/-ldb$//'`
9851                         shift
9852                         libs="$*"
9853                         echo "libs = $libs" >&4
9854                         ;;
9855                 esac
9856         fi
9857         $rm -f try.*
9858         ;;
9859 esac
9860
9861 case "$i_db" in
9862 define)
9863         : Check the return type needed for hash 
9864         echo " "
9865         echo "Checking return type needed for hash for Berkeley DB ..." >&4
9866         $cat >try.c <<EOCP
9867 #$d_const HASCONST
9868 #ifndef HASCONST
9869 #define const
9870 #endif
9871 #include <sys/types.h>
9872 #include <db.h>
9873
9874 #ifndef DB_VERSION_MAJOR
9875 u_int32_t hash_cb (ptr, size)
9876 const void *ptr;
9877 size_t size;
9878 {
9879 }
9880 HASHINFO info;
9881 main()
9882 {
9883         info.hash = hash_cb;
9884 }
9885 #endif
9886 EOCP
9887         if $cc $ccflags -c try.c >try.out 2>&1 ; then
9888                 if $contains warning try.out >>/dev/null 2>&1 ; then
9889                         db_hashtype='int'
9890                 else
9891                         db_hashtype='u_int32_t'
9892                 fi
9893         else
9894                 : XXX Maybe we should just give up here.
9895                 db_hashtype=u_int32_t
9896                 $cat try.out >&4
9897                 echo "Help:  I can't seem to compile the db test program." >&4
9898                 echo "Something's wrong, but I'll assume you use $db_hashtype." >&4
9899         fi
9900         $rm -f try.*
9901         echo "Your version of Berkeley DB uses $db_hashtype for hash."
9902         ;;
9903 *)      db_hashtype=u_int32_t
9904         ;;
9905 esac
9906 case "$i_db" in
9907 define)
9908         : Check the return type needed for prefix 
9909         echo " "
9910         echo "Checking return type needed for prefix 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 size_t prefix_cb (key1, key2)
9921 const DBT *key1;
9922 const DBT *key2;
9923 {
9924 }
9925 BTREEINFO info;
9926 main()
9927 {
9928         info.prefix = prefix_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_prefixtype='int'
9935                 else
9936                         db_prefixtype='size_t'
9937                 fi
9938         else
9939                 db_prefixtype='size_t'
9940                 : XXX Maybe we should just give up here.
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_prefixtype." >&4
9944         fi
9945         $rm -f try.*
9946         echo "Your version of Berkeley DB uses $db_prefixtype for prefix."
9947         ;;
9948 *)      db_prefixtype='size_t'
9949         ;;
9950 esac
9951
9952 : check for void type
9953 echo " "
9954 echo "Checking to see how well your C compiler groks the void type..." >&4
9955 case "$voidflags" in
9956 '')
9957         $cat >try.c <<'EOCP'
9958 #if TRY & 1
9959 void sub() {
9960 #else
9961 sub() {
9962 #endif
9963         extern void moo();      /* function returning void */
9964         void (*goo)();          /* ptr to func returning void */
9965 #if TRY & 8
9966         void *hue;              /* generic ptr */
9967 #endif
9968 #if TRY & 2
9969         void (*foo[10])();
9970 #endif
9971
9972 #if TRY & 4
9973         if(goo == moo) {
9974                 exit(0);
9975         }
9976 #endif
9977         exit(0);
9978 }
9979 main() { sub(); }
9980 EOCP
9981         if $cc $ccflags -c -DTRY=$defvoidused try.c >.out 2>&1 ; then
9982                 voidflags=$defvoidused
9983         echo "Good.  It appears to support void to the level $package wants.">&4
9984                 if $contains warning .out >/dev/null 2>&1; then
9985                         echo "However, you might get some warnings that look like this:"
9986                         $cat .out
9987                 fi
9988         else
9989 echo "Hmm, your compiler has some difficulty with void. Checking further..." >&4
9990                 if $cc $ccflags -c -DTRY=1 try.c >/dev/null 2>&1; then
9991                         echo "It supports 1..."
9992                         if $cc $ccflags -c -DTRY=3 try.c >/dev/null 2>&1; then
9993                                 echo "It also supports 2..."
9994                                 if $cc $ccflags -c -DTRY=7 try.c >/dev/null 2>&1; then
9995                                         voidflags=7
9996                                         echo "And it supports 4 but not 8 definitely."
9997                                 else
9998                                         echo "It doesn't support 4..."
9999                                         if $cc $ccflags -c -DTRY=11 try.c >/dev/null 2>&1; then
10000                                                 voidflags=11
10001                                                 echo "But it supports 8."
10002                                         else
10003                                                 voidflags=3
10004                                                 echo "Neither does it support 8."
10005                                         fi
10006                                 fi
10007                         else
10008                                 echo "It does not support 2..."
10009                                 if $cc $ccflags -c -DTRY=13 try.c >/dev/null 2>&1; then
10010                                         voidflags=13
10011                                         echo "But it supports 4 and 8."
10012                                 else
10013                                         if $cc $ccflags -c -DTRY=5 try.c >/dev/null 2>&1; then
10014                                                 voidflags=5
10015                                                 echo "And it supports 4 but has not heard about 8."
10016                                         else
10017                                                 echo "However it supports 8 but not 4."
10018                                         fi
10019                                 fi
10020                         fi
10021                 else
10022                         echo "There is no support at all for void."
10023                         voidflags=0
10024                 fi
10025         fi
10026 esac
10027 case "$voidflags" in
10028 "$defvoidused") ;;
10029 *)      $cat >&4 <<'EOM'
10030   Support flag bits are:
10031     1: basic void declarations.
10032     2: arrays of pointers to functions returning void.
10033     4: operations between pointers to and addresses of void functions.
10034     8: generic void pointers.
10035 EOM
10036         dflt="$voidflags";
10037         rp="Your void support flags add up to what?"
10038         . ./myread
10039         voidflags="$ans"
10040         ;;
10041 esac
10042 $rm -f try.* .out
10043
10044
10045 : How can we generate normalized random numbers ?
10046 echo " "
10047 case "$randfunc" in
10048 '')
10049         if set drand48 val -f; eval $csym; $val; then
10050                 dflt="drand48"
10051                 echo "Good, found drand48()." >&4
10052         elif set random val -f; eval $csym; $val; then
10053                 dflt="random"
10054                 echo "OK, found random()." >&4
10055         else
10056                 dflt="rand"
10057                 echo "Yick, looks like I have to use rand()." >&4
10058         fi
10059         echo " "
10060         ;;
10061 *)
10062         dflt="$randfunc"
10063         ;;
10064 esac
10065 cont=true
10066
10067 case "$ccflags" in
10068 *-Dmy_rand=*|*-Dmy_srand=*)
10069         echo "Removing obsolete -Dmy_rand, -Dmy_srand, and -Drandbits from ccflags." >&4
10070         ccflags="`echo $ccflags | sed -e 's/-Dmy_rand=random/ /'`"
10071         ccflags="`echo $ccflags | sed -e 's/-Dmy_srand=srandom/ /'`"
10072         ccflags="`echo $ccflags | sed -e 's/-Drandbits=[0-9][0-9]*/ /'`"
10073         ;;
10074 esac
10075
10076 while $test "$cont"; do
10077         rp="Use which function to generate random numbers?"
10078         . ./myread
10079         if $test "$ans" = "$dflt"; then
10080                 : null
10081         else
10082                 randbits=''
10083         fi
10084         randfunc="$ans"
10085         if set $ans val -f; eval $csym; $val; then
10086                 cont=''
10087         else
10088                 dflt=n
10089                 rp="Function $ans does not exists. Use that name anyway?"
10090                 . ./myread
10091                 dflt=rand
10092                 case "$ans" in
10093                         [yY]*) cont='';;
10094                 esac
10095         fi
10096         case "$cont" in
10097         '')
10098                 case "$randfunc" in
10099                 drand48)
10100                         drand01="drand48()"
10101                         seedfunc="srand48"
10102                         randbits=48
10103                         randseedtype=long
10104                         ;;
10105                 rand|random)
10106                         case "$randbits" in
10107                         '')
10108 echo "Checking to see how many bits your $randfunc() function produces..." >&4
10109                                 $cat >try.c <<EOCP
10110 #$i_unistd I_UNISTD
10111 #$i_stdlib I_STDLIB
10112 #include <stdio.h>
10113 #ifdef I_UNISTD
10114 #  include <unistd.h>
10115 #endif
10116 #ifdef I_STDLIB
10117 #  include <stdlib.h>
10118 #endif
10119 main()
10120 {
10121         register int i;
10122         register unsigned long tmp;
10123         register unsigned long max = 0L;
10124
10125         for (i = 1000; i; i--) {
10126                 tmp = (unsigned long) $randfunc();
10127                 if (tmp > max) max = tmp;
10128         }
10129         for (i = 0; max; i++)
10130                 max /= 2;
10131         printf("%d\n",i);
10132 }
10133 EOCP
10134                                 set try
10135                                 if eval $compile_ok; then
10136                                         dflt=`try`
10137                                 else
10138                                         dflt='?'
10139                                         echo "(I can't seem to compile the test program...)"
10140                                 fi
10141                                 ;;
10142                         *)
10143                                 dflt="$randbits"
10144                                 ;;
10145                         esac
10146                         rp="How many bits does your $randfunc() function produce?"
10147                         . ./myread
10148                         randbits="$ans"
10149                         $rm -f try.c try
10150                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
10151                         seedfunc="s$randfunc"
10152                         randseedtype=unsigned
10153                         ;;
10154                 *)
10155                         dflt="31"
10156                         rp="How many bits does your $randfunc() function produce?"
10157                         . ./myread
10158                         randbits="$ans"
10159                         seedfunc="s$randfunc"
10160                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
10161                         if set $seedfunc val -f; eval $csym; $val; then
10162                                 echo "(Using $seedfunc() to seed random generator)"
10163                         else
10164                                 echo "(Warning: no $seedfunc() to seed random generator)"
10165                                 seedfunc=rand
10166                         fi
10167                         randseedtype=unsigned
10168                         ;;
10169                 esac
10170                 ;;
10171         esac
10172 done
10173
10174 echo " "
10175 echo "Determining whether or not we are on an EBCDIC system..." >&4
10176 $cat >tebcdic.c <<'EOM'
10177 int main()
10178 {
10179   if ('M'==0xd4) return 0;
10180   return 1;
10181 }
10182 EOM
10183
10184 val=$undef
10185 set tebcdic
10186 if eval $compile_ok; then
10187         if ./tebcdic; then
10188                 echo "You have EBCDIC." >&4
10189                 val="$define"
10190         else
10191                 echo "Nope, no EBCDIC.  Assuming ASCII or some ISO Latin." >&4
10192         fi
10193 else
10194         echo "$me: I'm unable to compile the test program." >&4
10195         echo "I'll assume ASCII or some ISO Latin." >&4
10196 fi
10197 $rm -f tebcdic.c tebcdic
10198 set ebcdic
10199 eval $setvar
10200
10201 : see what type file positions are declared as in the library
10202 rp="What is the type for file position used by fsetpos()?"
10203 set fpos_t fpostype long stdio.h sys/types.h
10204 eval $typedef_ask
10205
10206 : get csh whereabouts
10207 case "$csh" in
10208 'csh') val="$undef" ;;
10209 *) val="$define" ;;
10210 esac
10211 set d_csh
10212 eval $setvar
10213 : Respect a hint or command line value for full_csh.
10214 case "$full_csh" in
10215 '') full_csh=$csh ;;
10216 esac
10217
10218 : Store the full pathname to the sed program for use in the C program
10219 full_sed=$sed
10220
10221 : see what type gids are declared as in the kernel
10222 echo " "
10223 echo "Looking for the type for group ids returned by getgid()."
10224 set gid_t gidtype xxx stdio.h sys/types.h
10225 eval $typedef
10226 case "$gidtype" in
10227 xxx)
10228         xxx=`./findhdr sys/user.h`
10229         set `grep 'groups\[NGROUPS\];' "$xxx" 2>/dev/null` unsigned short
10230         case $1 in
10231         unsigned) dflt="$1 $2" ;;
10232         *) dflt="$1" ;;
10233         esac
10234         ;;
10235 *) dflt="$gidtype";;
10236 esac
10237 case "$gidtype" in
10238 gid_t) echo "gid_t found." ;;
10239 *)      rp="What is the type for group ids returned by getgid()?"
10240         . ./myread
10241         gidtype="$ans"
10242         ;;
10243 esac
10244
10245 : see if getgroups exists
10246 set getgroups d_getgrps
10247 eval $inlibc
10248
10249 : see if setgroups exists
10250 set setgroups d_setgrps
10251 eval $inlibc
10252
10253
10254 : Find type of 2nd arg to 'getgroups()' and 'setgroups()'
10255 echo " "
10256 case "$d_getgrps$d_setgrps" in
10257 *define*)
10258         case "$groupstype" in
10259         '') dflt="$gidtype" ;;
10260         *)  dflt="$groupstype" ;;
10261         esac
10262         $cat <<EOM
10263 What type of pointer is the second argument to getgroups() and setgroups()?
10264 Usually this is the same as group ids, $gidtype, but not always.
10265
10266 EOM
10267         rp='What type pointer is the second argument to getgroups() and setgroups()?'
10268         . ./myread
10269         groupstype="$ans"
10270         ;;
10271 *)  groupstype="$gidtype";;
10272 esac
10273
10274 : see what type lseek is declared as in the kernel
10275 rp="What is the type used for lseek's offset on this system?"
10276 set off_t lseektype long stdio.h sys/types.h
10277 eval $typedef_ask
10278
10279 echo " "
10280 $echo $n "Checking to see how big your file offsets are...$c" >&4
10281 $cat >try.c <<EOCP
10282 #include <sys/types.h>
10283 #include <stdio.h>
10284 main()
10285 {
10286         printf("%d\n", sizeof($lseektype));
10287 }
10288 EOCP
10289 set try
10290 if eval $compile_ok; then
10291         lseeksize=`./try`
10292         $echo " $lseeksize bytes." >&4
10293 else
10294         dflt='4'
10295         echo " "
10296         echo "(I can't seem to compile the test program.  Guessing...)"
10297         rp="What is the size of your file offsets (in bytes)?"
10298         . ./myread
10299         lseeksize="$ans"
10300 fi
10301 $rm -f try.c try
10302
10303 echo " "
10304 echo "Checking if your $make program sets \$(MAKE)..." >&4
10305 case "$make_set_make" in
10306 '')
10307         $sed 's/^X //' > testmake.mak << 'EOF'
10308 Xall:
10309 X       @echo 'maketemp="$(MAKE)"'
10310 EOF
10311         case "`$make -f testmake.mak 2>/dev/null`" in
10312         *maketemp=*) make_set_make='#' ;;
10313         *)      make_set_make="MAKE=$make" ;;
10314         esac
10315         $rm -f testmake.mak
10316         ;;
10317 esac
10318 case "$make_set_make" in
10319 '#') echo "Yup, it does.";;
10320 *) echo "Nope, it doesn't.";;
10321 esac
10322
10323 : see what type is used for mode_t
10324 rp="What is the type used for file modes for system calls (e.g. fchmod())?"
10325 set mode_t modetype int stdio.h sys/types.h
10326 eval $typedef_ask
10327
10328 : define a fucntion to check prototypes
10329 $cat > protochk <<EOSH
10330 $startsh
10331 cc="$cc"
10332 optimize="$optimize"
10333 ccflags="$ccflags"
10334 prototype="$prototype"
10335 define="$define"
10336 rm=$rm
10337 EOSH
10338
10339 $cat >> protochk <<'EOSH'
10340
10341 $rm -f try.c
10342 foo="$1"
10343 shift
10344 while test $# -ge 2; do
10345         case "$1" in
10346                 $define) echo "#include <$2>" >> try.c ;;
10347                 literal) echo "$2" >> try.c ;;
10348         esac
10349     shift 2
10350 done
10351 test "$prototype" = "$define"  && echo '#define CAN_PROTOTYPE' >> try.c
10352 cat >> try.c <<'EOCP'
10353 #ifdef CAN_PROTOTYPE
10354 #define _(args) args
10355 #else
10356 #define _(args) ()
10357 #endif
10358 EOCP
10359 echo "$foo" >> try.c
10360 echo 'int no_real_function_has_this_name _((void)) { return 0; }' >> try.c
10361 $cc $optimize $ccflags -c try.c > /dev/null 2>&1
10362 status=$?
10363 $rm -f try.[co]
10364 exit $status
10365 EOSH
10366 chmod +x protochk
10367 $eunicefix protochk
10368
10369 : see what type is used for size_t
10370 rp="What is the type used for the length parameter for string functions?"
10371 set size_t sizetype 'unsigned int' stdio.h sys/types.h
10372 eval $typedef_ask
10373
10374 : check for type of arguments to gethostbyaddr. 
10375 if test "X$netdb_host_type" = X -o "X$netdb_hlen_type" = X; then
10376         case "$d_gethbyaddr" in
10377         $define)
10378                 $cat <<EOM
10379
10380 Checking to see what type of arguments are accepted by gethostbyaddr().
10381 EOM
10382                 hdrs="$define sys/types.h
10383                         $d_socket sys/socket.h 
10384                         $i_niin netinet/in.h 
10385                         $i_netdb netdb.h
10386                         $i_unistd unistd.h"
10387                 : The first arg can 'char *' or 'void *'
10388                 : The second arg is some of integral type
10389                 for xxx in in_addr_t 'const void *' 'const char *' 'void *' 'char *'; do
10390                         for yyy in size_t long int; do
10391                                 case "$netdb_host_type" in
10392                                 '')     try="extern struct hostent *gethostbyaddr($xxx, $yyy, int);"
10393                                         if ./protochk "$try" $hdrs; then
10394                                                 echo "Your system accepts $xxx for the first arg."
10395                                                 echo "...and $yyy for the second arg."
10396                                                 netdb_host_type="$xxx"
10397                                                 netdb_hlen_type="$yyy"
10398                                         fi
10399                                         ;;
10400                                 esac
10401                         done
10402                 done
10403                 : In case none of those worked, prompt the user.
10404                 case "$netdb_host_type" in
10405                 '')     rp='What is the type for the 1st argument to gethostbyaddr?'
10406                         dflt='char *'
10407                         . ./myread
10408                         netdb_host_type=$ans
10409                         rp='What is the type for the 2nd argument to gethostbyaddr?'
10410                         dflt="$sizetype"
10411                         . ./myread
10412                         netdb_hlen_type=$ans
10413                         ;;
10414                 esac
10415                 ;;
10416         *)      : no gethostbyaddr, so pick harmless defaults
10417                 netdb_host_type='char *'
10418                 netdb_hlen_type="$sizetype"
10419                 ;;
10420         esac
10421         # Remove the "const" if needed. -- but then we'll have a 
10422         # prototype clash!
10423         # netdb_host_type=`echo "$netdb_host_type" | sed 's/^const //'`
10424 fi
10425
10426 : check for type of argument to gethostbyname. 
10427 if test "X$netdb_name_type" = X ; then
10428         case "$d_gethbyname" in
10429         $define)
10430                 $cat <<EOM
10431
10432 Checking to see what type of argument is accepted by gethostbyname().
10433 EOM
10434                 hdrs="$define sys/types.h
10435                         $d_socket sys/socket.h 
10436                         $i_niin netinet/in.h 
10437                         $i_netdb netdb.h
10438                         $i_unistd unistd.h"
10439                 for xxx in "const char *" "char *"; do
10440                         case "$netdb_name_type" in
10441                         '')     try="extern struct hostent *gethostbyname($xxx);"
10442                                 if ./protochk "$try" $hdrs; then
10443                                         echo "Your system accepts $xxx."
10444                                         netdb_name_type="$xxx"
10445                                 fi
10446                                 ;;
10447                         esac
10448                 done
10449                 : In case none of those worked, prompt the user.
10450                 case "$netdb_name_type" in
10451                 '')     rp='What is the type for the 1st argument to gethostbyname?'
10452                         dflt='char *'
10453                         . ./myread
10454                         netdb_name_type=$ans
10455                         ;;
10456                 esac
10457                 ;;
10458         *)      : no gethostbyname, so pick harmless default
10459                 netdb_name_type='char *'
10460                 ;;
10461         esac
10462 fi
10463
10464 : check for type of 1st argument to getnetbyaddr. 
10465 if test "X$netdb_net_type" = X ; then
10466         case "$d_getnbyaddr" in
10467         $define)
10468                 $cat <<EOM
10469
10470 Checking to see what type of 1st argument is accepted by getnetbyaddr().
10471 EOM
10472                 hdrs="$define sys/types.h
10473                         $d_socket sys/socket.h 
10474                         $i_niin netinet/in.h 
10475                         $i_netdb netdb.h
10476                         $i_unistd unistd.h"
10477                 for xxx in in_addr_t "unsigned long" long "unsigned int" int; do
10478                         case "$netdb_net_type" in
10479                         '')     try="extern struct netent *getnetbyaddr($xxx, int);"
10480                                 if ./protochk "$try" $hdrs; then
10481                                         echo "Your system accepts $xxx."
10482                                         netdb_net_type="$xxx"
10483                                 fi
10484                                 ;;
10485                         esac
10486                 done
10487                 : In case none of those worked, prompt the user.
10488                 case "$netdb_net_type" in
10489                 '')     rp='What is the type for the 1st argument to getnetbyaddr?'
10490                         dflt='long'
10491                         . ./myread
10492                         netdb_net_type=$ans
10493                         ;;
10494                 esac
10495                 ;;
10496         *)      : no getnetbyaddr, so pick harmless default
10497                 netdb_net_type='long'
10498                 ;;
10499         esac
10500 fi
10501 : locate the preferred pager for this system
10502 case "$pager" in
10503 '')
10504         dflt=''
10505         case "$pg" in
10506         /*) dflt=$pg;;
10507         esac
10508         case "$more" in
10509         /*) dflt=$more;;
10510         esac
10511         case "$less" in
10512         /*) dflt=$less;;
10513         esac
10514         case "$dflt" in
10515         '') dflt=/usr/ucb/more;;
10516         esac
10517         ;;
10518 *) dflt="$pager";;
10519 esac
10520 echo " "
10521 fn=f/
10522 rp='What pager is used on your system?'
10523 . ./getfile
10524 pager="$ans"
10525
10526 : see what type pids are declared as in the kernel
10527 rp="What is the type of process ids on this system?"
10528 set pid_t pidtype int stdio.h sys/types.h
10529 eval $typedef_ask
10530
10531
10532 : see whether the state of pthread_attr_setdetachstate is an int pointer
10533 $cat >try.c <<EOP
10534 #include <pthread.h>
10535 main() {
10536     pthread_attr_t attr;
10537     int state = 0;      
10538     pthread_attr_init(&attr);
10539 #ifdef POINTER
10540     pthread_attr_setdetachstate(&attr, &state);
10541 #else
10542     pthread_attr_setdetachstate(&attr, state);
10543 #endif
10544 }
10545 EOP
10546 set try
10547 if eval $compile; then
10548     val="$undef"
10549 else
10550     set try -DPOINTER
10551     if eval $compile; then
10552         val="$define"
10553     else
10554         val="$undef"
10555     fi
10556 fi
10557 set pthread_setdetachstate_pointer
10558 eval $setvar
10559
10560 $rm -f try try.*
10561
10562 : check for length of pointer
10563 echo " "
10564 case "$ptrsize" in
10565 '')
10566         $echo $n "Checking to see how big your pointers are...$c" >&4
10567         if test "$voidflags" -gt 7; then
10568                 echo '#define VOID_PTR char *' > try.c
10569         else
10570                 echo '#define VOID_PTR void *' > try.c
10571         fi
10572         $cat >>try.c <<'EOCP'
10573 #include <stdio.h>
10574 main()
10575 {
10576         printf("%d\n", sizeof(VOID_PTR));
10577         exit(0);
10578 }
10579 EOCP
10580         set try
10581         if eval $compile_ok; then
10582                 ptrsize=`./try`
10583                 $echo " $ptrsize bytes." >&4
10584         else
10585                 dflt='4'
10586                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
10587                 rp="What is the size of a pointer (in bytes)?"
10588                 . ./myread
10589                 ptrsize="$ans"
10590         fi
10591         ;;
10592 esac
10593 $rm -f try.c try
10594
10595 : see if ar generates random libraries by itself
10596 echo " "
10597 echo "Checking how to generate random libraries on your machine..." >&4
10598 echo 'int bar1() { return bar2(); }' > bar1.c
10599 echo 'int bar2() { return 2; }' > bar2.c
10600 $cat > foo.c <<'EOP'
10601 main() { printf("%d\n", bar1()); exit(0); }
10602 EOP
10603 $cc $ccflags -c bar1.c >/dev/null 2>&1
10604 $cc $ccflags -c bar2.c >/dev/null 2>&1
10605 $cc $ccflags -c foo.c >/dev/null 2>&1
10606 $ar rc bar$_a bar2$_o bar1$_o >/dev/null 2>&1
10607 if $cc $ccflags $ldflags -o foobar foo$_o bar$_a $libs > /dev/null 2>&1 &&
10608         ./foobar >/dev/null 2>&1; then
10609         echo "$ar appears to generate random libraries itself."
10610         orderlib=false
10611         ranlib=":"
10612 elif $ar ts bar$_a >/dev/null 2>&1 &&
10613         $cc $ccflags $ldflags -o foobar foo$_o bar$_a $libs > /dev/null 2>&1 &&
10614         ./foobar >/dev/null 2>&1; then
10615                 echo "a table of contents needs to be added with '$ar ts'."
10616                 orderlib=false
10617                 ranlib="$ar ts"
10618 else
10619         case "$ranlib" in
10620         :) ranlib='';;
10621         '')
10622                 ranlib=`./loc ranlib X /usr/bin /bin /usr/local/bin`
10623                 $test -f $ranlib || ranlib=''
10624                 ;;
10625         esac
10626         if $test -n "$ranlib"; then
10627                 echo "your system has '$ranlib'; we'll use that."
10628                 orderlib=false
10629         else
10630                 echo "your system doesn't seem to support random libraries"
10631                 echo "so we'll use lorder and tsort to order the libraries."
10632                 orderlib=true
10633                 ranlib=":"
10634         fi
10635 fi
10636 $rm -f foo* bar* 
10637
10638
10639 : see whether the various POSIXish _yields exist
10640 $cat >try.c <<EOP
10641 #include <pthread.h>
10642 #include <stdio.h>
10643 main() {
10644 #ifdef SCHED_YIELD
10645         sched_yield();
10646 #else
10647 #ifdef PTHREAD_YIELD
10648         pthread_yield();
10649 #else
10650 #ifdef PTHREAD_YIELD_NULL
10651         pthread_yield(NULL);
10652 #endif
10653 #endif
10654 #endif
10655 }
10656 EOP
10657 : see if sched_yield exists
10658 set try -DSCHED_YIELD
10659 if eval $compile; then
10660     val="$define"
10661     sched_yield='sched_yield()'
10662 else
10663     val="$undef"
10664 fi
10665 case "$usethreads" in
10666 $define)
10667         case "$val" in
10668         $define) echo 'sched_yield() found.' >&4        ;;
10669         *)       echo 'sched_yield() NOT found.' >&4    ;;
10670         esac
10671 esac
10672 set d_sched_yield
10673 eval $setvar
10674
10675 : see if pthread_yield exists
10676 set try -DPTHREAD_YIELD
10677 if eval $compile; then
10678     val="$define"
10679     case "$sched_yield" in
10680     '') sched_yield='pthread_yield()' ;;
10681     esac
10682 else
10683     set try -DPTHREAD_YIELD_NULL
10684     if eval $compile; then
10685         val="$define"
10686         case "$sched_yield" in
10687         '') sched_yield='pthread_yield(NULL)' ;;
10688         esac
10689     else
10690         val="$undef"
10691     fi
10692 fi
10693 case "$usethreads" in
10694 $define)
10695         case "$val" in
10696         $define) echo 'pthread_yield() found.' >&4      ;;
10697         *)       echo 'pthread_yield() NOT found.' >&4  ;;
10698         esac
10699         ;;
10700 esac
10701 set d_pthread_yield
10702 eval $setvar
10703
10704 case "$sched_yield" in
10705 '') sched_yield=undef ;;
10706 esac
10707
10708 $rm -f try try.*
10709
10710 : see if sys/select.h has to be included
10711 set sys/select.h i_sysselct
10712 eval $inhdr
10713
10714 : see if we should include time.h, sys/time.h, or both
10715 echo " "
10716 if test "X$timeincl" = X; then
10717         echo "Testing to see if we should include <time.h>, <sys/time.h> or both." >&4
10718         $echo $n "I'm now running the test program...$c"
10719         $cat >try.c <<'EOCP'
10720 #include <sys/types.h>
10721 #ifdef I_TIME
10722 #include <time.h>
10723 #endif
10724 #ifdef I_SYSTIME
10725 #ifdef SYSTIMEKERNEL
10726 #define KERNEL
10727 #endif
10728 #include <sys/time.h>
10729 #endif
10730 #ifdef I_SYSSELECT
10731 #include <sys/select.h>
10732 #endif
10733 main()
10734 {
10735         struct tm foo;
10736 #ifdef S_TIMEVAL
10737         struct timeval bar;
10738 #endif
10739 #ifdef S_TIMEZONE
10740         struct timezone tzp;
10741 #endif
10742         if (foo.tm_sec == foo.tm_sec)
10743                 exit(0);
10744 #ifdef S_TIMEVAL
10745         if (bar.tv_sec == bar.tv_sec)
10746                 exit(0);
10747 #endif
10748         exit(1);
10749 }
10750 EOCP
10751         flags=''
10752         for s_timezone in '-DS_TIMEZONE' ''; do
10753         sysselect=''
10754         for s_timeval in '-DS_TIMEVAL' ''; do
10755         for i_systimek in '' '-DSYSTIMEKERNEL'; do
10756         for i_time in '' '-DI_TIME'; do
10757         for i_systime in '-DI_SYSTIME' ''; do
10758                 case "$flags" in
10759                 '') $echo $n ".$c"
10760                         set try $i_time $i_systime $i_systimek $sysselect $s_timeval $s_timezone
10761                         if eval $compile; then
10762                                 set X $i_time $i_systime $i_systimek $sysselect $s_timeval
10763                                 shift
10764                                 flags="$*"
10765                                 echo " "
10766                                 $echo $n "Succeeded with $flags$c"
10767                         fi
10768                         ;;
10769                 esac
10770         done
10771         done
10772         done
10773         done
10774         done
10775         timeincl=''
10776         echo " "
10777         case "$flags" in
10778         *SYSTIMEKERNEL*) i_systimek="$define"
10779                 timeincl=`./findhdr sys/time.h`
10780                 echo "We'll include <sys/time.h> with KERNEL defined." >&4;;
10781         *) i_systimek="$undef";;
10782         esac
10783         case "$flags" in
10784         *I_TIME*) i_time="$define"
10785                 timeincl=`./findhdr time.h`" $timeincl"
10786                 echo "We'll include <time.h>." >&4;;
10787         *) i_time="$undef";;
10788         esac
10789         case "$flags" in
10790         *I_SYSTIME*) i_systime="$define"
10791                 timeincl=`./findhdr sys/time.h`" $timeincl"
10792                 echo "We'll include <sys/time.h>." >&4;;
10793         *) i_systime="$undef";;
10794         esac
10795         $rm -f try.c try
10796 fi
10797
10798 : check for fd_set items
10799 $cat <<EOM
10800
10801 Checking to see how well your C compiler handles fd_set and friends ...
10802 EOM
10803 $cat >fd_set.c <<EOCP
10804 #$i_systime I_SYS_TIME
10805 #$i_sysselct I_SYS_SELECT
10806 #$d_socket HAS_SOCKET
10807 #include <sys/types.h>
10808 #ifdef HAS_SOCKET
10809 #include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
10810 #endif
10811 #ifdef I_SYS_TIME
10812 #include <sys/time.h>
10813 #endif
10814 #ifdef I_SYS_SELECT
10815 #include <sys/select.h>
10816 #endif
10817 main() {
10818         fd_set fds;
10819
10820 #ifdef TRYBITS
10821         if(fds.fds_bits);
10822 #endif
10823
10824 #if defined(FD_SET) && defined(FD_CLR) && defined(FD_ISSET) && defined(FD_ZERO)
10825         exit(0);
10826 #else
10827         exit(1);
10828 #endif
10829 }
10830 EOCP
10831 set fd_set -DTRYBITS
10832 if eval $compile; then
10833         d_fds_bits="$define"
10834         d_fd_set="$define"
10835         echo "Well, your system knows about the normal fd_set typedef..." >&4
10836         if ./fd_set; then
10837                 echo "and you have the normal fd_set macros (just as I'd expect)." >&4
10838                 d_fd_macros="$define"
10839         else
10840                 $cat >&4 <<'EOM'
10841 but not the normal fd_set macros!  Gaaack!  I'll have to cover for you.
10842 EOM
10843                 d_fd_macros="$undef"
10844         fi
10845 else
10846         $cat <<'EOM'
10847 Hmm, your compiler has some difficulty with fd_set.  Checking further...
10848 EOM
10849         set fd_set
10850         if eval $compile; then
10851                 d_fds_bits="$undef"
10852                 d_fd_set="$define"
10853                 echo "Well, your system has some sort of fd_set available..." >&4
10854                 if ./fd_set; then
10855                         echo "and you have the normal fd_set macros." >&4
10856                         d_fd_macros="$define"
10857                 else
10858                         $cat <<'EOM'
10859 but not the normal fd_set macros!  Gross!  More work for me...
10860 EOM
10861                         d_fd_macros="$undef"
10862                 fi
10863         else
10864         echo "Well, you got zip.  That's OK, I can roll my own fd_set stuff." >&4
10865                 d_fd_set="$undef"
10866                 d_fds_bits="$undef"
10867                 d_fd_macros="$undef"
10868         fi
10869 fi
10870 $rm -f fd_set*
10871
10872 : check for type of arguments to select. 
10873 case "$selecttype" in
10874 '') case "$d_select" in
10875         $define)
10876                 $cat <<EOM
10877 Checking to see what type of arguments are accepted by select().
10878 EOM
10879                 hdrs="$define sys/types.h
10880                         $i_systime sys/time.h 
10881                         $i_sysselct sys/select.h
10882                         $d_socket sys/socket.h"
10883                 : The first arg can be int, unsigned, or size_t
10884                 : The last arg may or may not be 'const'
10885                 val=''
10886                 for xxx in 'fd_set *' 'int *' 'void *'; do
10887                         for nfd in 'int' 'size_t' 'unsigned long' 'unsigned' ; do
10888                                 for tmo in 'struct timeval *' 'const struct timeval *'; do
10889                                         case "$val" in
10890                                         '')     try="extern select _(($nfd, $xxx, $xxx, $xxx, $tmo));"
10891                                                 if ./protochk "$try" $hdrs; then
10892                                                         echo "Your system accepts $xxx."
10893                                                         val="$xxx"
10894                                                 fi
10895                                                 ;;
10896                                         esac
10897                                 done
10898                         done
10899                 done
10900                 case "$val" in
10901                 '')     rp='What is the type for the 2nd, 3rd, and 4th arguments to select?'
10902                         case "$d_fd_set" in
10903                                 $define) dflt="fd_set *" ;;
10904                                 *)              dflt="int *" ;;
10905                         esac
10906                         . ./myread
10907                         val=$ans
10908                         ;;
10909                 esac
10910                 selecttype="$val"
10911                 ;;
10912         *)      : no select, so pick a harmless default
10913                 selecttype='int *'
10914                 ;;
10915         esac
10916         ;;
10917 esac
10918
10919 : check for the select 'width'
10920 case "$selectminbits" in
10921 '') case "$d_select" in
10922         $define)
10923                 $cat <<EOM
10924
10925 Checking to see on how many bits at a time your select() operates...
10926 EOM
10927                 $cat >try.c <<EOCP
10928 #include <sys/types.h>
10929 #$i_time I_TIME
10930 #$i_systime I_SYS_TIME
10931 #$i_systimek I_SYS_TIME_KERNEL
10932 #ifdef I_TIME
10933 #   include <time.h>
10934 #endif
10935 #ifdef I_SYS_TIME
10936 #   ifdef I_SYS_TIME_KERNEL
10937 #       define KERNEL
10938 #   endif
10939 #   include <sys/time.h>
10940 #   ifdef I_SYS_TIME_KERNEL
10941 #       undef KERNEL
10942 #   endif
10943 #endif
10944 #$i_sysselct I_SYS_SELECT
10945 #ifdef I_SYS_SELECT
10946 #include <sys/select.h>
10947 #endif
10948 #include <stdio.h>
10949 $selecttype b;
10950 #define S sizeof(*(b))
10951 #define MINBITS 64
10952 #define NBYTES (S * 8 > MINBITS ? S : MINBITS/8)
10953 #define NBITS  (NBYTES * 8)
10954 int main() {
10955     char s[NBYTES];
10956     struct timeval t;
10957     int i;
10958     FILE* fp;
10959     int fd;
10960
10961     fclose(stdin);
10962     fp = fopen("try.c", "r");
10963     if (fp == 0)
10964       exit(1);
10965     fd = fileno(fp);
10966     if (fd < 0)
10967       exit(2);
10968     b = ($selecttype)s;
10969     for (i = 0; i < NBITS; i++)
10970         FD_SET(i, b);
10971     t.tv_sec  = 0;
10972     t.tv_usec = 0;
10973     select(fd + 1, b, 0, 0, &t);
10974     for (i = NBITS - 1; i > fd && FD_ISSET(i, b); i--);
10975     printf("%d\n", i + 1);
10976     return 0;
10977 }
10978 EOCP
10979                 set try
10980                 if eval $compile_ok; then
10981                         selectminbits=`./try`
10982                         case "$selectminbits" in
10983                         '')     cat >&4 <<EOM
10984 Cannot figure out on how many bits at a time your select() operates.
10985 I'll play safe and guess it is 32 bits.
10986 EOM
10987                                 selectminbits=32
10988                                 bits="32 bits"
10989                                 ;;
10990                         1)      bits="1 bit" ;;
10991                         *)      bits="$selectminbits bits" ;;
10992                         esac
10993                         echo "Your select() operates on $bits at a time." >&4
10994                 else
10995                         rp='What is the minimum number of bits your select() operates on?'
10996                         case "$byteorder" in
10997                         1234|12345678)  dflt=32 ;;
10998                         *)              dflt=1  ;;
10999                         esac
11000                         . ./myread
11001                         val=$ans
11002                         selectminbits="$val"
11003                 fi
11004                 $rm -f try.* try
11005                 ;;
11006         *)      : no select, so pick a harmless default
11007                 selectminbits='32'
11008                 ;;
11009         esac
11010         ;;
11011 esac
11012
11013 : Trace out the files included by signal.h, then look for SIGxxx names.
11014 : Remove SIGARRAYSIZE used by HPUX.
11015 : Remove SIGTYP void lines used by OS2.
11016 xxx=`echo '#include <signal.h>' |
11017         $cppstdin $cppminus $cppflags 2>/dev/null |
11018         $grep '^[       ]*#.*include' | 
11019         $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sort | $uniq`
11020 : Check this list of files to be sure we have parsed the cpp output ok.
11021 : This will also avoid potentially non-existent files, such 
11022 : as ../foo/bar.h
11023 xxxfiles=''
11024 for xx in $xxx /dev/null ; do
11025         $test -f "$xx" && xxxfiles="$xxxfiles $xx"
11026 done
11027 : If we have found no files, at least try signal.h
11028 case "$xxxfiles" in
11029 '')     xxxfiles=`./findhdr signal.h` ;;
11030 esac
11031 xxx=`awk '
11032 $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $2 !~ /SIGARRAYSIZE/ && $3 !~ /void/ {
11033         print substr($2, 4, 20)
11034 }
11035 $1 == "#" && $2 ~ /^define$/ && $3 ~ /^SIG[A-Z0-9]*$/ && $3 !~ /SIGARRAYSIZE/ && $4 !~ /void/ {
11036         print substr($3, 4, 20)
11037 }' $xxxfiles`
11038 : Append some common names just in case the awk scan failed.
11039 xxx="$xxx ABRT ALRM BUS CHLD CLD CONT DIL EMT FPE HUP ILL INT IO IOT KILL"
11040 xxx="$xxx LOST PHONE PIPE POLL PROF PWR QUIT SEGV STKFLT STOP SYS TERM TRAP"
11041 xxx="$xxx TSTP TTIN TTOU URG USR1 USR2 USR3 USR4 VTALRM"
11042 xxx="$xxx WINCH WIND WINDOW XCPU XFSZ"
11043 : generate a few handy files for later
11044 $cat > signal.c <<'EOCP'
11045 #include <sys/types.h>
11046 #include <signal.h>
11047 #include <stdio.h>
11048 int main() {
11049
11050 /* Strange style to avoid deeply-nested #if/#else/#endif */
11051 #ifndef NSIG
11052 #  ifdef _NSIG
11053 #    define NSIG (_NSIG)
11054 #  endif
11055 #endif
11056
11057 #ifndef NSIG
11058 #  ifdef SIGMAX
11059 #    define NSIG (SIGMAX+1)
11060 #  endif
11061 #endif
11062
11063 #ifndef NSIG
11064 #  ifdef SIG_MAX
11065 #    define NSIG (SIG_MAX+1)
11066 #  endif
11067 #endif
11068
11069 #ifndef NSIG
11070 #  ifdef MAXSIG
11071 #    define NSIG (MAXSIG+1)
11072 #  endif
11073 #endif
11074
11075 #ifndef NSIG
11076 #  ifdef MAX_SIG
11077 #    define NSIG (MAX_SIG+1)
11078 #  endif
11079 #endif
11080
11081 #ifndef NSIG
11082 #  ifdef SIGARRAYSIZE
11083 #    define NSIG (SIGARRAYSIZE+1) /* Not sure of the +1 */
11084 #  endif
11085 #endif
11086
11087 #ifndef NSIG
11088 #  ifdef _sys_nsig
11089 #    define NSIG (_sys_nsig) /* Solaris 2.5 */
11090 #  endif
11091 #endif
11092
11093 /* Default to some arbitrary number that's big enough to get most
11094    of the common signals.
11095 */
11096 #ifndef NSIG
11097 #    define NSIG 50
11098 #endif
11099
11100 printf("NSIG %d\n", NSIG);
11101
11102 #ifndef JUST_NSIG
11103
11104 EOCP
11105
11106 echo $xxx | $tr ' ' $trnl | $sort | $uniq | $awk '
11107 {
11108         printf "#ifdef SIG"; printf $1; printf "\n"
11109         printf "printf(\""; printf $1; printf " %%d\\n\",SIG";
11110         printf $1; printf ");\n"
11111         printf "#endif\n"
11112 }
11113 END {
11114         printf "#endif /* JUST_NSIG */\n";
11115         printf "}\n";
11116 }
11117 ' >>signal.c
11118 $cat >signal.awk <<'EOP'
11119 BEGIN { ndups = 0 }
11120 $1 ~ /^NSIG$/ { nsig = $2 }
11121 ($1 !~ /^NSIG$/) && (NF == 2) {
11122     if ($2 > maxsig) { maxsig = $2 }
11123     if (sig_name[$2]) {
11124         dup_name[ndups] = $1
11125         dup_num[ndups] = $2
11126         ndups++ 
11127     }
11128     else {
11129         sig_name[$2] = $1
11130         sig_num[$2] = $2
11131     }
11132
11133 }
11134 END { 
11135     if (nsig == 0) { nsig = maxsig + 1 }
11136         for (n = 1; n < nsig; n++) {
11137                 if (sig_name[n]) {
11138                         printf("%s %d\n", sig_name[n], sig_num[n])
11139                 }
11140                 else {
11141                         printf("NUM%d %d\n", n, n) 
11142                 }
11143         }
11144     for (n = 0; n < ndups; n++) {
11145                 printf("%s %d\n", dup_name[n], dup_num[n])
11146     }
11147 }
11148 EOP
11149 $cat >signal_cmd <<EOS
11150 $startsh
11151 if $test -s signal.lst; then
11152     echo "Using your existing signal.lst file"
11153         exit 0
11154 fi
11155 xxx="$xxx"
11156 EOS
11157 $cat >>signal_cmd <<'EOS'
11158
11159 set signal
11160 if eval $compile_ok; then
11161         ./signal$_exe | $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
11162 else
11163         echo "(I can't seem be able to compile the whole test program)" >&4
11164         echo "(I'll try it in little pieces.)" >&4
11165         set signal -DJUST_NSIG
11166         if eval $compile_ok; then
11167                 ./signal$_exe > signal.nsg
11168                 $cat signal.nsg
11169         else
11170                 echo "I can't seem to figure out how many signals you have." >&4
11171                 echo "Guessing 50." >&4
11172                 echo 'NSIG 50' > signal.nsg
11173         fi
11174         : Now look at all the signal names, one at a time.
11175         for xx in `echo $xxx | $tr ' ' $trnl | $sort | $uniq`; do
11176                 $cat > signal.c <<EOCP
11177 #include <sys/types.h>
11178 #include <signal.h>
11179 #include <stdio.h>
11180 int main() {
11181 printf("$xx %d\n", SIG${xx});
11182 return 0;
11183 }
11184 EOCP
11185                 set signal
11186                 if eval $compile; then
11187                         echo "SIG${xx} found."
11188                         ./signal$_exe  >> signal.ls1
11189                 else
11190                         echo "SIG${xx} NOT found."
11191                 fi
11192         done
11193         if $test -s signal.ls1; then
11194                 $cat signal.nsg signal.ls1 |
11195                         $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
11196         fi
11197
11198 fi
11199 if $test -s signal.lst; then
11200         :
11201 else
11202         echo "(AAK! I can't compile the test programs -- Guessing)" >&4
11203         echo 'kill -l' >signal
11204         set X `csh -f <signal`
11205         $rm -f signal
11206         shift
11207         case $# in
11208         0) set HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM;;
11209         esac
11210         echo $@ | $tr ' ' $trnl | \
11211                 $awk '{ printf $1; printf " %d\n", ++s; }' >signal.lst
11212 fi
11213 $rm -f signal.c signal$_exe signal$_o signal.nsg signal.ls1
11214 EOS
11215 chmod a+x signal_cmd
11216 $eunicefix signal_cmd
11217
11218 : generate list of signal names
11219 echo " "
11220 case "$sig_name_init" in
11221 '')
11222         echo "Generating a list of signal names and numbers..." >&4
11223         . ./signal_cmd
11224         sig_name=`$awk '{printf "%s ", $1}' signal.lst`
11225         sig_name="ZERO $sig_name"
11226         sig_name_init=`$awk 'BEGIN { printf "\"ZERO\", " }
11227                                                 { printf "\"%s\", ", $1 }
11228                                                 END { printf "0\n" }' signal.lst`
11229         sig_num=`$awk 'BEGIN { printf "0, " }
11230                                         { printf "%d, ", $2}
11231                                         END { printf "0\n"}' signal.lst`
11232         ;;
11233 esac
11234 echo "The following signals are available:"
11235 echo " "
11236 echo $sig_name | $awk \
11237 'BEGIN { linelen = 0 }
11238 {
11239         for (i = 1; i <= NF; i++) {
11240                 name = "SIG" $i " "
11241                 linelen = linelen + length(name)
11242                 if (linelen > 70) {
11243                         printf "\n"
11244                         linelen = length(name)
11245                 }
11246                 printf "%s", name
11247         }
11248         printf "\n"
11249 }'
11250 $rm -f signal signal.c signal.awk signal.lst signal_cmd 
11251
11252 : see what type is used for signed size_t
11253 set ssize_t ssizetype int stdio.h sys/types.h
11254 eval $typedef
11255 dflt="$ssizetype"
11256 $cat > ssize.c <<EOM
11257 #include <stdio.h>
11258 #include <sys/types.h>
11259 #define Size_t $sizetype
11260 #define SSize_t $dflt
11261 main()
11262 {
11263         if (sizeof(Size_t) == sizeof(SSize_t))
11264                 printf("$dflt\n");
11265         else if (sizeof(Size_t) == sizeof(int))
11266                 printf("int\n");
11267         else 
11268                 printf("long\n");
11269         exit(0);
11270 }
11271 EOM
11272 echo " "
11273 set ssize
11274 if eval $compile_ok && ./ssize > /dev/null; then
11275         ssizetype=`./ssize`
11276         echo "I'll be using $ssizetype for functions returning a byte count." >&4
11277 else
11278         $cat >&4 <<EOM
11279 Help! I can't compile and run the ssize_t test program: please enlighten me!
11280 (This is probably a misconfiguration in your system or libraries, and
11281 you really ought to fix it.  Still, I'll try anyway.)
11282
11283 I need a type that is the same size as $sizetype, but is guaranteed to
11284 be signed.  Common values are ssize_t, int and long.
11285
11286 EOM
11287         rp="What signed type is the same size as $sizetype?"
11288         . ./myread
11289         ssizetype="$ans"
11290 fi
11291 $rm -f ssize ssize.*
11292
11293 : see what type of char stdio uses.
11294 echo " "
11295 if $contains 'unsigned.*char.*_ptr;' `./findhdr stdio.h` >/dev/null 2>&1 ; then
11296         echo "Your stdio uses unsigned chars." >&4
11297         stdchar="unsigned char"
11298 else
11299         echo "Your stdio uses signed chars." >&4
11300         stdchar="char"
11301 fi
11302
11303 : see if time exists
11304 echo " "
11305 if test "X$d_time" = X -o X"$timetype" = X; then
11306     if set time val -f d_time; eval $csym; $val; then
11307                 echo 'time() found.' >&4
11308                 val="$define"
11309                 rp="What is the type returned by time() on this system?"
11310                 set time_t timetype long stdio.h sys/types.h
11311                 eval $typedef_ask
11312     else
11313                 echo 'time() not found, hope that will do.' >&4
11314                 val="$undef"
11315                 timetype='int';
11316     fi
11317     set d_time
11318     eval $setvar
11319 fi
11320
11321 : see what type uids are declared as in the kernel
11322 echo " "
11323 echo "Looking for the type for user ids returned by getuid()."
11324 set uid_t uidtype xxx stdio.h sys/types.h
11325 eval $typedef
11326 case "$uidtype" in
11327 xxx)
11328         xxx=`./findhdr sys/user.h`
11329         set `grep '_ruid;' "$xxx" 2>/dev/null` unsigned short
11330         case $1 in
11331         unsigned) dflt="$1 $2" ;;
11332         *) dflt="$1" ;;
11333         esac
11334         ;;
11335 *) dflt="$uidtype";;
11336 esac
11337 case "$uidtype" in
11338 uid_t)  echo "uid_t found." ;;
11339 *)      rp="What is the type for user ids returned by getuid()?"
11340         . ./myread
11341         uidtype="$ans"
11342         ;;
11343 esac
11344
11345 : see if dbm.h is available
11346 : see if dbmclose exists
11347 set dbmclose d_dbmclose
11348 eval $inlibc
11349
11350 case "$d_dbmclose" in
11351 $define)
11352         set dbm.h i_dbm
11353         eval $inhdr
11354         case "$i_dbm" in
11355         $define)
11356                 val="$undef"
11357                 set i_rpcsvcdbm
11358                 eval $setvar
11359                 ;;
11360         *)      set rpcsvc/dbm.h i_rpcsvcdbm
11361                 eval $inhdr
11362                 ;;
11363         esac
11364         ;;
11365 *)      echo "We won't be including <dbm.h>"
11366         val="$undef"
11367         set i_dbm
11368         eval $setvar
11369         val="$undef"
11370         set i_rpcsvcdbm
11371         eval $setvar
11372         ;;
11373 esac
11374
11375 : see if this is a sys/file.h system
11376 val=''
11377 set sys/file.h val
11378 eval $inhdr
11379
11380 : do we need to include sys/file.h ?
11381 case "$val" in
11382 "$define")
11383         echo " "
11384         if $h_sysfile; then
11385                 val="$define"
11386                 echo "We'll be including <sys/file.h>." >&4
11387         else
11388                 val="$undef"
11389                 echo "We won't be including <sys/file.h>." >&4
11390         fi
11391         ;;
11392 *)
11393         h_sysfile=false
11394         ;;
11395 esac
11396 set i_sysfile
11397 eval $setvar
11398
11399 : see if fcntl.h is there
11400 val=''
11401 set fcntl.h val
11402 eval $inhdr
11403
11404 : see if we can include fcntl.h
11405 case "$val" in
11406 "$define")
11407         echo " "
11408         if $h_fcntl; then
11409                 val="$define"
11410                 echo "We'll be including <fcntl.h>." >&4
11411         else
11412                 val="$undef"
11413                 if $h_sysfile; then
11414         echo "We don't need to include <fcntl.h> if we include <sys/file.h>." >&4
11415                 else
11416                         echo "We won't be including <fcntl.h>." >&4
11417                 fi
11418         fi
11419         ;;
11420 *)
11421         h_fcntl=false
11422         val="$undef"
11423         ;;
11424 esac
11425 set i_fcntl
11426 eval $setvar
11427
11428 : see if locale.h is available
11429 set locale.h i_locale
11430 eval $inhdr
11431
11432 : see if this is a math.h system
11433 set math.h i_math
11434 eval $inhdr
11435
11436 : see if ndbm.h is available
11437 set ndbm.h t_ndbm
11438 eval $inhdr
11439 case "$t_ndbm" in
11440 $define)
11441         : see if dbm_open exists
11442         set dbm_open d_dbm_open
11443         eval $inlibc
11444         case "$d_dbm_open" in
11445         $undef)
11446                 t_ndbm="$undef"
11447                 echo "We won't be including <ndbm.h>"
11448                 ;;
11449         esac
11450         ;;
11451 esac
11452 val="$t_ndbm"
11453 set i_ndbm
11454 eval $setvar
11455
11456 : see if net/errno.h is available
11457 val=''
11458 set net/errno.h val
11459 eval $inhdr
11460
11461 : Unfortunately, it causes problems on some systems.  Arrgh.
11462 case "$val" in
11463 $define)
11464         cat > try.c <<'EOM'
11465 #include <stdio.h>
11466 #include <errno.h>
11467 #include <net/errno.h>
11468 int func()
11469 {
11470         return ENOTSOCK;
11471 }
11472 EOM
11473         if $cc $ccflags -c try.c >/dev/null 2>&1; then
11474                 echo "We'll be including <net/errno.h>." >&4
11475         else
11476                 echo "We won't be including <net/errno.h>." >&4
11477                 val="$undef"
11478         fi
11479         $rm -f try.* try
11480         ;;
11481 esac
11482 set i_neterrno
11483 eval $setvar
11484
11485 : get C preprocessor symbols handy
11486 echo " "
11487 $echo $n "Hmm... $c"
11488 echo $al | $tr ' ' $trnl >Cppsym.know
11489 $cat <<EOSS >Cppsym
11490 $startsh
11491 case "\$1" in
11492 -l) list=true
11493         shift
11494         ;;
11495 esac
11496 unknown=''
11497 case "\$list\$#" in
11498 1|2)
11499         for sym do
11500                 if $contains "^\$1$" Cppsym.true >/dev/null 2>&1; then
11501                         exit 0
11502                 elif $contains "^\$1$" Cppsym.know >/dev/null 2>&1; then
11503                         :
11504                 else
11505                         unknown="\$unknown \$sym"
11506                 fi
11507         done
11508         set X \$unknown
11509         shift
11510         ;;
11511 esac
11512 case \$# in
11513 0) exit 1;;
11514 esac
11515 echo \$* | $tr ' ' '$trnl' | $sed -e 's/\(.*\)/\\
11516 #ifdef \1\\
11517 exit 0; _ _ _ _\1\\      \1\\
11518 #endif\\
11519 /' >Cppsym\$\$
11520 echo "exit 1; _ _ _" >>Cppsym\$\$
11521 $cppstdin $cppminus <Cppsym\$\$ | $grep '^exit [01]; _ _'  >Cppsym2\$\$
11522 case "\$list" in
11523 true) $awk 'NF > 5 {print substr(\$6,2,100)}' <Cppsym2\$\$ ;;
11524 *)
11525         sh Cppsym2\$\$
11526         status=\$?
11527         ;;
11528 esac
11529 $rm -f Cppsym\$\$ Cppsym2\$\$
11530 exit \$status
11531 EOSS
11532 chmod +x Cppsym
11533 $eunicefix Cppsym
11534 ./Cppsym -l $al | $sort | $grep -v '^$' >Cppsym.true
11535
11536 : now check the C compiler for additional symbols
11537 $cat >ccsym <<EOS
11538 $startsh
11539 $cat >tmp.c <<EOF
11540 extern int foo;
11541 EOF
11542 for i in \`$cc -v -c tmp.c 2>&1\`
11543 do
11544         case "\$i" in
11545         -D*) echo "\$i" | $sed 's/^-D//';;
11546         -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A\(.*\)(\(.*\))/\1=\2/';;
11547         esac
11548 done
11549 $rm -f try.c
11550 EOS
11551 chmod +x ccsym
11552 $eunicefix ccsym
11553 ./ccsym > ccsym1.raw
11554 if $test -s ccsym1.raw; then
11555        $sort ccsym1.raw | $uniq >ccsym.raw
11556 else
11557        mv ccsym1.raw ccsym.raw
11558 fi
11559
11560 $awk '/\=/ { print $0; next }
11561         { print $0"=1" }' ccsym.raw >ccsym.list
11562 $awk '{ print $0"=1" }' Cppsym.true >ccsym.true
11563 $comm -13 ccsym.true ccsym.list >ccsym.own
11564 $comm -12 ccsym.true ccsym.list >ccsym.com
11565 $comm -23 ccsym.true ccsym.list >ccsym.cpp
11566 also=''
11567 symbols='symbols'
11568 if $test -z ccsym.raw; then
11569         echo "Your C compiler doesn't seem to define any symbol!" >&4
11570         echo " "
11571         echo "However, your C preprocessor defines the following ones:"
11572         $cat Cppsym.true
11573 else
11574         if $test -s ccsym.com; then
11575                 echo "Your C compiler and pre-processor define these symbols:"
11576                 $sed -e 's/\(.*\)=.*/\1/' ccsym.com
11577                 also='also '
11578                 symbols='ones'
11579                 $test "$silent" || sleep 1
11580         fi
11581         if $test -s ccsym.cpp; then
11582                 $test "$also" && echo " "
11583                 echo "Your C pre-processor ${also}defines the following $symbols:"
11584                 $sed -e 's/\(.*\)=.*/\1/' ccsym.cpp
11585                 also='further '
11586                 $test "$silent" || sleep 1
11587         fi
11588         if $test -s ccsym.own; then
11589                 $test "$also" && echo " "
11590                 echo "Your C compiler ${also}defines the following cpp variables:"
11591                 $sed -e 's/\(.*\)=1/\1/' ccsym.own
11592                 $sed -e 's/\(.*\)=.*/\1/' ccsym.own | $uniq >>Cppsym.true
11593                 $test "$silent" || sleep 1
11594         fi
11595 fi
11596 $rm -f ccsym*
11597
11598 : see if this is a termio system
11599 val="$undef"
11600 val2="$undef"
11601 val3="$undef"
11602 if $test `./findhdr termios.h`; then
11603         set tcsetattr i_termios
11604         eval $inlibc
11605         val3="$i_termios"
11606 fi
11607 echo " "
11608 case "$val3" in
11609 "$define") echo "You have POSIX termios.h... good!" >&4;;
11610 *) if ./Cppsym pyr; then
11611                 case "`/bin/universe`" in
11612                 ucb) if $test `./findhdr sgtty.h`; then
11613                                 val2="$define"
11614                                 echo "<sgtty.h> found." >&4
11615                         else
11616                                 echo "System is pyramid with BSD universe."
11617                                 echo "<sgtty.h> not found--you could have problems." >&4
11618                         fi;;
11619                 *) if $test `./findhdr termio.h`; then
11620                                 val="$define"
11621                                 echo "<termio.h> found." >&4
11622                         else
11623                                 echo "System is pyramid with USG universe."
11624                                 echo "<termio.h> not found--you could have problems." >&4
11625                         fi;;
11626                 esac
11627         elif ./usg; then
11628                 if $test `./findhdr termio.h`; then
11629                         echo "<termio.h> found." >&4
11630                         val="$define"
11631                 elif $test `./findhdr sgtty.h`; then
11632                         echo "<sgtty.h> found." >&4
11633                         val2="$define"
11634                 else
11635 echo "Neither <termio.h> nor <sgtty.h> found--you could have problems." >&4
11636                 fi
11637         else
11638                 if $test `./findhdr sgtty.h`; then
11639                         echo "<sgtty.h> found." >&4
11640                         val2="$define"
11641                 elif $test `./findhdr termio.h`; then
11642                         echo "<termio.h> found." >&4
11643                         val="$define"
11644                 else
11645 echo "Neither <sgtty.h> nor <termio.h> found--you could have problems." >&4
11646                 fi
11647         fi;;
11648 esac
11649 set i_termio; eval $setvar
11650 val=$val2; set i_sgtty; eval $setvar
11651 val=$val3; set i_termios; eval $setvar
11652
11653 : see if stdarg is available
11654 echo " "
11655 if $test `./findhdr stdarg.h`; then
11656         echo "<stdarg.h> found." >&4
11657         valstd="$define"
11658 else
11659         echo "<stdarg.h> NOT found." >&4
11660         valstd="$undef"
11661 fi
11662
11663 : see if varags is available
11664 echo " "
11665 if $test `./findhdr varargs.h`; then
11666         echo "<varargs.h> found." >&4
11667 else
11668         echo "<varargs.h> NOT found, but that's ok (I hope)." >&4
11669 fi
11670
11671 : set up the varargs testing programs
11672 $cat > varargs.c <<EOP
11673 #ifdef I_STDARG
11674 #include <stdarg.h>
11675 #endif
11676 #ifdef I_VARARGS
11677 #include <varargs.h>
11678 #endif
11679
11680 #ifdef I_STDARG
11681 int f(char *p, ...)
11682 #else
11683 int f(va_alist)
11684 va_dcl
11685 #endif
11686 {
11687         va_list ap;
11688 #ifndef I_STDARG
11689         char *p;
11690 #endif
11691 #ifdef I_STDARG
11692         va_start(ap,p);
11693 #else
11694         va_start(ap);
11695         p = va_arg(ap, char *);
11696 #endif
11697         va_end(ap);
11698 }
11699 EOP
11700 $cat > varargs <<EOP
11701 $startsh
11702 if $cc -c $ccflags -D\$1 varargs.c >/dev/null 2>&1; then
11703         echo "true"
11704 else
11705         echo "false"
11706 fi
11707 $rm -f varargs$_o
11708 EOP
11709 chmod +x varargs
11710
11711 : now check which varargs header should be included
11712 echo " "
11713 i_varhdr=''
11714 case "$valstd" in
11715 "$define")
11716         if `./varargs I_STDARG`; then
11717                 val='stdarg.h'
11718         elif `./varargs I_VARARGS`; then
11719                 val='varargs.h'
11720         fi
11721         ;;
11722 *)
11723         if `./varargs I_VARARGS`; then
11724                 val='varargs.h'
11725         fi
11726         ;;
11727 esac
11728 case "$val" in
11729 '')
11730 echo "I could not find the definition for va_dcl... You have problems..." >&4
11731         val="$undef"; set i_stdarg; eval $setvar
11732         val="$undef"; set i_varargs; eval $setvar
11733         ;;
11734 *) 
11735         set i_varhdr
11736         eval $setvar
11737         case "$i_varhdr" in
11738         stdarg.h)
11739                 val="$define"; set i_stdarg; eval $setvar
11740                 val="$undef"; set i_varargs; eval $setvar
11741                 ;;
11742         varargs.h)
11743                 val="$undef"; set i_stdarg; eval $setvar
11744                 val="$define"; set i_varargs; eval $setvar
11745                 ;;
11746         esac
11747         echo "We'll include <$i_varhdr> to get va_dcl definition." >&4;;
11748 esac
11749 $rm -f varargs*
11750
11751 : see if stddef is available
11752 set stddef.h i_stddef
11753 eval $inhdr
11754
11755 : see if sys/access.h is available
11756 set sys/access.h i_sysaccess
11757 eval $inhdr
11758
11759 : see if ioctl defs are in sgtty, termio, sys/filio or sys/ioctl
11760 set sys/filio.h i_sysfilio
11761 eval $inhdr
11762 echo " "
11763 if $test `./findhdr sys/ioctl.h`; then
11764         val="$define"
11765         echo '<sys/ioctl.h> found.' >&4
11766 else
11767         val="$undef"
11768         if $test $i_sysfilio = "$define"; then
11769             echo '<sys/ioctl.h> NOT found.' >&4
11770         else
11771                 $test $i_sgtty = "$define" && xxx="sgtty.h"
11772                 $test $i_termio = "$define" && xxx="termio.h"
11773                 $test $i_termios = "$define" && xxx="termios.h"
11774 echo "No <sys/ioctl.h> found, assuming ioctl args are defined in <$xxx>." >&4
11775         fi
11776 fi
11777 set i_sysioctl
11778 eval $setvar
11779
11780 : see if this is a sys/param system
11781 set sys/param.h i_sysparam
11782 eval $inhdr
11783
11784 : see if sys/resource.h has to be included
11785 set sys/resource.h i_sysresrc
11786 eval $inhdr
11787
11788 : see if sys/security.h is available
11789 set sys/security.h i_syssecrt
11790 eval $inhdr
11791
11792 : see if this is a sys/un.h system
11793 set sys/un.h i_sysun
11794 eval $inhdr
11795
11796 : see if this is a syswait system
11797 set sys/wait.h i_syswait
11798 eval $inhdr
11799
11800 : see if this is an utime system
11801 set utime.h i_utime
11802 eval $inhdr
11803
11804 : see if this is a values.h system
11805 set values.h i_values
11806 eval $inhdr
11807
11808 : see if this is a vfork system
11809 case "$d_vfork" in
11810 "$define")
11811         set vfork.h i_vfork
11812         eval $inhdr
11813         ;;
11814 *)
11815         i_vfork="$undef"
11816         ;;
11817 esac
11818
11819 : see if gdbm.h is available
11820 set gdbm.h t_gdbm
11821 eval $inhdr
11822 case "$t_gdbm" in
11823 $define)
11824         : see if gdbm_open exists
11825         set gdbm_open d_gdbm_open
11826         eval $inlibc
11827         case "$d_gdbm_open" in
11828         $undef)
11829                 t_gdbm="$undef"
11830                 echo "We won't be including <gdbm.h>"
11831                 ;;
11832         esac
11833         ;;
11834 esac
11835 val="$t_gdbm"
11836 set i_gdbm
11837 eval $setvar
11838
11839 echo " "
11840 echo "Looking for extensions..." >&4
11841 tdir=`pwd`
11842 cd $rsrc/ext
11843 : If we are using the old config.sh, known_extensions may contain
11844 : old or inaccurate or duplicate values.
11845 known_extensions=''
11846 nonxs_extensions=''
11847 : We do not use find because it might not be available.
11848 : We do not just use MANIFEST because the user may have dropped
11849 : some additional extensions into the source tree and expect them
11850 : to be built.
11851 for xxx in * ; do
11852         case "$xxx" in
11853         DynaLoader|dynaload) ;;
11854         *)      if $test -f $xxx/$xxx.xs; then
11855                         known_extensions="$known_extensions $xxx"
11856                 elif $test -f $xxx/Makefile.PL; then
11857                         nonxs_extensions="$nonxs_extensions $xxx"
11858                 else
11859                         if $test -d $xxx; then
11860                                 # Look for nested extensions, eg. Devel/Dprof.
11861                                 cd $xxx
11862                                 for yyy in * ; do
11863                                 if $test -f $yyy/$yyy.xs; then
11864                                         known_extensions="$known_extensions $xxx/$yyy"
11865                                 elif $test -f $yyy/Makefile.PL; then
11866                                         nonxs_extensions="$nonxs_extensions $xxx/$yyy"
11867                                 fi
11868                                 done
11869                                 cd ..
11870                         fi
11871                 fi 
11872                 ;;
11873         esac
11874 done
11875 set X $nonxs_extensions
11876 shift
11877 nonxs_extensions="$*"
11878 set X $known_extensions
11879 shift
11880 known_extensions="$*"
11881 cd $tdir
11882
11883 : Now see which are supported on this system.
11884 avail_ext=''
11885 for xxx in $known_extensions ; do
11886         case "$xxx" in
11887         DB_File|db_file)
11888                 case "$i_db" in
11889                 $define) avail_ext="$avail_ext $xxx" ;;
11890                 esac
11891                 ;;
11892         GDBM_File|gdbm_fil)
11893                 case "$i_gdbm" in 
11894                 $define) avail_ext="$avail_ext $xxx" ;;
11895                 esac
11896                 ;;
11897         NDBM_File|ndbm_fil)
11898                 case "$i_ndbm" in
11899                 $define) avail_ext="$avail_ext $xxx" ;;
11900                 esac
11901                 ;;
11902         ODBM_File|odbm_fil) 
11903                 case "${i_dbm}${i_rpcsvcdbm}" in
11904                 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
11905                 esac
11906                 ;;
11907         POSIX|posix)
11908                 case "$useposix" in
11909                 true|define|y) avail_ext="$avail_ext $xxx" ;;
11910                 esac
11911                 ;;
11912         Opcode|opcode)
11913                 case "$useopcode" in
11914                 true|define|y) avail_ext="$avail_ext $xxx" ;;
11915                 esac
11916                 ;;
11917         Socket|socket)
11918                 case "$d_socket" in 
11919                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
11920                 esac
11921                 ;;
11922         Thread|thread)
11923                 case "$usethreads" in 
11924                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
11925                 esac
11926                 ;;
11927         IPC/SysV|ipc/sysv)
11928                 : XXX Do we need a useipcsysv variable here
11929                 case "${d_msg}${d_sem}${d_shm}" in 
11930                 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
11931                 esac
11932                 ;;
11933         *)      avail_ext="$avail_ext $xxx"
11934                 ;;
11935         esac
11936 done
11937
11938 set X $avail_ext
11939 shift
11940 avail_ext="$*"
11941
11942 : Now see which nonxs extensions are supported on this system.
11943 : For now assume all are.
11944 nonxs_ext=''
11945 for xxx in $nonxs_extensions ; do
11946         case "$xxx" in
11947         *)      nonxs_ext="$nonxs_ext $xxx"
11948                 ;;
11949         esac
11950 done
11951
11952 set X $nonxs_ext
11953 shift
11954 nonxs_ext="$*"
11955
11956 case $usedl in
11957 $define)
11958         $cat <<EOM
11959 A number of extensions are supplied with $package.  You may choose to
11960 compile these extensions for dynamic loading (the default), compile
11961 them into the $package executable (static loading), or not include
11962 them at all.  Answer "none" to include no extensions.
11963 Note that DynaLoader is always built and need not be mentioned here.
11964
11965 EOM
11966         case "$dynamic_ext" in
11967         '') dflt="$avail_ext" ;;
11968         *)      dflt="$dynamic_ext"
11969                 # Perhaps we are reusing an old out-of-date config.sh.
11970                 case "$hint" in
11971                 previous)
11972                         if test X"$dynamic_ext" != X"$avail_ext"; then
11973                                 $cat <<EOM
11974 NOTICE:  Your previous config.sh list may be incorrect. 
11975 The extensions now available to you are 
11976         ${avail_ext}
11977 but the default list from your previous config.sh is
11978         ${dynamic_ext} 
11979
11980 EOM
11981                         fi
11982                         ;;
11983                 esac
11984                 ;;
11985         esac
11986         case "$dflt" in
11987         '')     dflt=none;;
11988         esac
11989         rp="What extensions do you wish to load dynamically?"
11990         . ./myread
11991         case "$ans" in
11992         none) dynamic_ext=' ' ;;
11993         *) dynamic_ext="$ans" ;;
11994         esac
11995
11996         case "$static_ext" in
11997         '')
11998                 : Exclude those already listed in dynamic linking
11999                 dflt=''
12000                 for xxx in $avail_ext; do
12001                         case " $dynamic_ext " in
12002                         *" $xxx "*) ;;
12003                         *) dflt="$dflt $xxx" ;;
12004                         esac
12005                 done
12006                 set X $dflt
12007                 shift
12008                 dflt="$*"
12009                 ;;
12010         *)  dflt="$static_ext" 
12011                 ;;
12012         esac
12013
12014         case "$dflt" in
12015         '')     dflt=none;;
12016         esac
12017         rp="What extensions do you wish to load statically?"
12018         . ./myread
12019         case "$ans" in
12020         none) static_ext=' ' ;;
12021         *) static_ext="$ans" ;;
12022         esac
12023         ;;
12024 *)
12025         $cat <<EOM
12026 A number of extensions are supplied with $package.  Answer "none" 
12027 to include no extensions. 
12028 Note that DynaLoader is always built and need not be mentioned here.
12029
12030 EOM
12031         case "$static_ext" in
12032         '') dflt="$avail_ext" ;;
12033         *)      dflt="$static_ext"
12034                 # Perhaps we are reusing an old out-of-date config.sh.
12035                 case "$hint" in
12036                 previous)
12037                         if test X"$static_ext" != X"$avail_ext"; then
12038                                 $cat <<EOM
12039 NOTICE:  Your previous config.sh list may be incorrect. 
12040 The extensions now available to you are 
12041         ${avail_ext}
12042 but the default list from your previous config.sh is
12043         ${static_ext} 
12044
12045 EOM
12046                         fi
12047                         ;;
12048                 esac
12049                 ;;
12050         esac
12051         : Exclude those that are not xs extensions
12052         case "$dflt" in
12053         '')     dflt=none;;
12054         esac
12055         rp="What extensions do you wish to include?"
12056         . ./myread
12057         case "$ans" in
12058         none) static_ext=' ' ;;
12059         *) static_ext="$ans" ;;
12060         esac
12061         ;;
12062 esac
12063
12064 set X $dynamic_ext $static_ext $nonxs_ext
12065 shift
12066 extensions="$*"
12067
12068 : Remove build directory name from cppstdin so it can be used from
12069 : either the present location or the final installed location.
12070 echo " "
12071 : Get out of the UU directory to get correct path name.
12072 cd ..
12073 case "$cppstdin" in
12074 `pwd`/cppstdin)
12075         echo "Stripping down cppstdin path name"
12076         cppstdin=cppstdin
12077         ;;
12078 esac
12079 cd UU
12080
12081 : end of configuration questions
12082 echo " "
12083 echo "End of configuration questions."
12084 echo " "
12085
12086 : back to where it started
12087 if test -d ../UU; then
12088         cd ..
12089 fi
12090
12091 : configuration may be patched via a 'config.over' file
12092 if $test -f config.over; then
12093         echo " "
12094         dflt=y
12095         rp='I see a config.over file.  Do you wish to load it?'
12096         . UU/myread
12097         case "$ans" in
12098         n*) echo "OK, I'll ignore it.";;
12099         *)      . ./config.over
12100                 echo "Configuration override changes have been loaded."
12101                 ;;
12102         esac
12103 fi
12104
12105 : in case they want portability, strip down executable paths
12106 case "$d_portable" in
12107 "$define")
12108         echo " "
12109         echo "Stripping down executable paths..." >&4
12110         for file in $loclist $trylist; do
12111                 if test X$file != Xln -a X$file != Xar -o X$osname != Xos2; then
12112                         eval $file="\$file"
12113                 fi
12114         done
12115         ;;
12116 esac
12117
12118 : create config.sh file
12119 echo " "
12120 echo "Creating config.sh..." >&4
12121 $spitshell <<EOT >config.sh
12122 $startsh
12123 #
12124 # This file was produced by running the Configure script. It holds all the
12125 # definitions figured out by Configure. Should you modify one of these values,
12126 # do not forget to propagate your changes by running "Configure -der". You may
12127 # instead choose to run each of the .SH files by yourself, or "Configure -S".
12128 #
12129
12130 # Package name      : $package
12131 # Source directory  : $src
12132 # Configuration time: $cf_time
12133 # Configured by     : $cf_by
12134 # Target system     : $myuname
12135
12136 Author='$Author'
12137 Date='$Date'
12138 Header='$Header'
12139 Id='$Id'
12140 Locker='$Locker'
12141 Log='$Log'
12142 Mcc='$Mcc'
12143 RCSfile='$RCSfile'
12144 Revision='$Revision'
12145 Source='$Source'
12146 State='$State'
12147 _a='$_a'
12148 _exe='$_exe'
12149 _o='$_o'
12150 afs='$afs'
12151 alignbytes='$alignbytes'
12152 ansi2knr='$ansi2knr'
12153 aphostname='$aphostname'
12154 apiversion='$apiversion'
12155 ar='$ar'
12156 archlib='$archlib'
12157 archlibexp='$archlibexp'
12158 archname64='$archname64'
12159 archname='$archname'
12160 archobjs='$archobjs'
12161 awk='$awk'
12162 baserev='$baserev'
12163 bash='$bash'
12164 bin='$bin'
12165 binexp='$binexp'
12166 bison='$bison'
12167 byacc='$byacc'
12168 byteorder='$byteorder'
12169 c='$c'
12170 castflags='$castflags'
12171 cat='$cat'
12172 cc='$cc'
12173 cccdlflags='$cccdlflags'
12174 ccdlflags='$ccdlflags'
12175 ccflags='$ccflags'
12176 cf_by='$cf_by'
12177 cf_email='$cf_email'
12178 cf_time='$cf_time'
12179 chgrp='$chgrp'
12180 chmod='$chmod'
12181 chown='$chown'
12182 clocktype='$clocktype'
12183 comm='$comm'
12184 compress='$compress'
12185 contains='$contains'
12186 cp='$cp'
12187 cpio='$cpio'
12188 cpp='$cpp'
12189 cpp_stuff='$cpp_stuff'
12190 cppflags='$cppflags'
12191 cpplast='$cpplast'
12192 cppminus='$cppminus'
12193 cpprun='$cpprun'
12194 cppstdin='$cppstdin'
12195 cryptlib='$cryptlib'
12196 csh='$csh'
12197 d_Gconvert='$d_Gconvert'
12198 d_access='$d_access'
12199 d_accessx='$d_accessx'
12200 d_alarm='$d_alarm'
12201 d_archlib='$d_archlib'
12202 d_attribut='$d_attribut'
12203 d_bcmp='$d_bcmp'
12204 d_bcopy='$d_bcopy'
12205 d_bsd='$d_bsd'
12206 d_bsdgetpgrp='$d_bsdgetpgrp'
12207 d_bsdsetpgrp='$d_bsdsetpgrp'
12208 d_bzero='$d_bzero'
12209 d_casti32='$d_casti32'
12210 d_castneg='$d_castneg'
12211 d_charvspr='$d_charvspr'
12212 d_chown='$d_chown'
12213 d_chroot='$d_chroot'
12214 d_chsize='$d_chsize'
12215 d_closedir='$d_closedir'
12216 d_const='$d_const'
12217 d_crypt='$d_crypt'
12218 d_csh='$d_csh'
12219 d_cuserid='$d_cuserid'
12220 d_dbl_dig='$d_dbl_dig'
12221 d_dbmclose64='$d_dbmclose64'
12222 d_dbminit64='$d_dbminit64'
12223 d_delete64='$d_delete64'
12224 d_difftime='$d_difftime'
12225 d_dirent64s='$d_dirent64s'
12226 d_dirnamlen='$d_dirnamlen'
12227 d_dlerror='$d_dlerror'
12228 d_dlopen='$d_dlopen'
12229 d_dlsymun='$d_dlsymun'
12230 d_dosuid='$d_dosuid'
12231 d_drand48proto='$d_drand48proto'
12232 d_dup2='$d_dup2'
12233 d_eaccess='$d_eaccess'
12234 d_endgrent='$d_endgrent'
12235 d_endhent='$d_endhent'
12236 d_endnent='$d_endnent'
12237 d_endpent='$d_endpent'
12238 d_endpwent='$d_endpwent'
12239 d_endsent='$d_endsent'
12240 d_eofnblk='$d_eofnblk'
12241 d_eunice='$d_eunice'
12242 d_fchmod='$d_fchmod'
12243 d_fchown='$d_fchown'
12244 d_fcntl='$d_fcntl'
12245 d_fd_macros='$d_fd_macros'
12246 d_fd_set='$d_fd_set'
12247 d_fds_bits='$d_fds_bits'
12248 d_fetch64='$d_fetch64'
12249 d_fgetpos64='$d_fgetpos64'
12250 d_fgetpos='$d_fgetpos'
12251 d_firstkey64='$d_firstkey64'
12252 d_flexfnam='$d_flexfnam'
12253 d_flock64s='$d_flock64s'
12254 d_flock='$d_flock'
12255 d_fopen64='$d_fopen64'
12256 d_fork='$d_fork'
12257 d_fpathconf='$d_fpathconf'
12258 d_freopen64='$d_freopen64'
12259 d_fseek64='$d_fseek64'
12260 d_fseeko64='$d_fseeko64'
12261 d_fseeko='$d_fseeko'
12262 d_fsetpos64='$d_fsetpos64'
12263 d_fsetpos='$d_fsetpos'
12264 d_fstat64='$d_fstat64'
12265 d_ftell64='$d_ftell64'
12266 d_ftello64='$d_ftello64'
12267 d_ftello='$d_ftello'
12268 d_ftime='$d_ftime'
12269 d_ftruncate64='$d_ftruncate64'
12270 d_getgrent='$d_getgrent'
12271 d_getgrps='$d_getgrps'
12272 d_gethbyaddr='$d_gethbyaddr'
12273 d_gethbyname='$d_gethbyname'
12274 d_gethent='$d_gethent'
12275 d_gethname='$d_gethname'
12276 d_gethostprotos='$d_gethostprotos'
12277 d_getlogin='$d_getlogin'
12278 d_getnbyaddr='$d_getnbyaddr'
12279 d_getnbyname='$d_getnbyname'
12280 d_getnent='$d_getnent'
12281 d_getnetprotos='$d_getnetprotos'
12282 d_getpbyname='$d_getpbyname'
12283 d_getpbynumber='$d_getpbynumber'
12284 d_getpent='$d_getpent'
12285 d_getpgid='$d_getpgid'
12286 d_getpgrp2='$d_getpgrp2'
12287 d_getpgrp='$d_getpgrp'
12288 d_getppid='$d_getppid'
12289 d_getprior='$d_getprior'
12290 d_getprotoprotos='$d_getprotoprotos'
12291 d_getpwent='$d_getpwent'
12292 d_getsbyname='$d_getsbyname'
12293 d_getsbyport='$d_getsbyport'
12294 d_getsent='$d_getsent'
12295 d_getservprotos='$d_getservprotos'
12296 d_gettimeod='$d_gettimeod'
12297 d_gnulibc='$d_gnulibc'
12298 d_grpasswd='$d_grpasswd'
12299 d_htonl='$d_htonl'
12300 d_index='$d_index'
12301 d_inetaton='$d_inetaton'
12302 d_ino64t='$d_ino64t'
12303 d_int64t='$d_int64t'
12304 d_isascii='$d_isascii'
12305 d_killpg='$d_killpg'
12306 d_lchown='$d_lchown'
12307 d_link='$d_link'
12308 d_locconv='$d_locconv'
12309 d_lockf64='$d_lockf64'
12310 d_lockf='$d_lockf'
12311 d_longdbl='$d_longdbl'
12312 d_longlong='$d_longlong'
12313 d_lseek64='$d_lseek64'
12314 d_lstat64='$d_lstat64'
12315 d_lstat='$d_lstat'
12316 d_mblen='$d_mblen'
12317 d_mbstowcs='$d_mbstowcs'
12318 d_mbtowc='$d_mbtowc'
12319 d_memcmp='$d_memcmp'
12320 d_memcpy='$d_memcpy'
12321 d_memmove='$d_memmove'
12322 d_memset='$d_memset'
12323 d_mkdir='$d_mkdir'
12324 d_mkfifo='$d_mkfifo'
12325 d_mktime='$d_mktime'
12326 d_msg='$d_msg'
12327 d_msgctl='$d_msgctl'
12328 d_msgget='$d_msgget'
12329 d_msgrcv='$d_msgrcv'
12330 d_msgsnd='$d_msgsnd'
12331 d_mymalloc='$d_mymalloc'
12332 d_nextkey64='$d_nextkey64'
12333 d_nice='$d_nice'
12334 d_off64t='$d_off64t'
12335 d_oldpthreads='$d_oldpthreads'
12336 d_oldsock='$d_oldsock'
12337 d_open3='$d_open3'
12338 d_open64='$d_open64'
12339 d_opendir64='$d_opendir64'
12340 d_pathconf='$d_pathconf'
12341 d_pause='$d_pause'
12342 d_phostname='$d_phostname'
12343 d_pipe='$d_pipe'
12344 d_poll='$d_poll'
12345 d_portable='$d_portable'
12346 d_pthread_yield='$d_pthread_yield'
12347 d_pthreads_created_joinable='$d_pthreads_created_joinable'
12348 d_pwage='$d_pwage'
12349 d_pwchange='$d_pwchange'
12350 d_pwclass='$d_pwclass'
12351 d_pwcomment='$d_pwcomment'
12352 d_pwexpire='$d_pwexpire'
12353 d_pwgecos='$d_pwgecos'
12354 d_pwpasswd='$d_pwpasswd'
12355 d_pwquota='$d_pwquota'
12356 d_readdir64='$d_readdir64'
12357 d_readdir='$d_readdir'
12358 d_readlink='$d_readlink'
12359 d_rename='$d_rename'
12360 d_rewinddir='$d_rewinddir'
12361 d_rmdir='$d_rmdir'
12362 d_safebcpy='$d_safebcpy'
12363 d_safemcpy='$d_safemcpy'
12364 d_sanemcmp='$d_sanemcmp'
12365 d_sched_yield='$d_sched_yield'
12366 d_seekdir64='$d_seekdir64'
12367 d_seekdir='$d_seekdir'
12368 d_select='$d_select'
12369 d_sem='$d_sem'
12370 d_semctl='$d_semctl'
12371 d_semctl_semid_ds='$d_semctl_semid_ds'
12372 d_semctl_semun='$d_semctl_semun'
12373 d_semget='$d_semget'
12374 d_semop='$d_semop'
12375 d_setegid='$d_setegid'
12376 d_seteuid='$d_seteuid'
12377 d_setgrent='$d_setgrent'
12378 d_setgrps='$d_setgrps'
12379 d_sethent='$d_sethent'
12380 d_setlinebuf='$d_setlinebuf'
12381 d_setlocale='$d_setlocale'
12382 d_setnent='$d_setnent'
12383 d_setpent='$d_setpent'
12384 d_setpgid='$d_setpgid'
12385 d_setpgrp2='$d_setpgrp2'
12386 d_setpgrp='$d_setpgrp'
12387 d_setprior='$d_setprior'
12388 d_setpwent='$d_setpwent'
12389 d_setregid='$d_setregid'
12390 d_setresgid='$d_setresgid'
12391 d_setresuid='$d_setresuid'
12392 d_setreuid='$d_setreuid'
12393 d_setrgid='$d_setrgid'
12394 d_setruid='$d_setruid'
12395 d_setsent='$d_setsent'
12396 d_setsid='$d_setsid'
12397 d_setvbuf='$d_setvbuf'
12398 d_sfio='$d_sfio'
12399 d_shm='$d_shm'
12400 d_shmat='$d_shmat'
12401 d_shmatprototype='$d_shmatprototype'
12402 d_shmctl='$d_shmctl'
12403 d_shmdt='$d_shmdt'
12404 d_shmget='$d_shmget'
12405 d_sigaction='$d_sigaction'
12406 d_sigsetjmp='$d_sigsetjmp'
12407 d_socket='$d_socket'
12408 d_sockpair='$d_sockpair'
12409 d_stat64='$d_stat64'
12410 d_statblks='$d_statblks'
12411 d_stdio_cnt_lval='$d_stdio_cnt_lval'
12412 d_stdio_ptr_lval='$d_stdio_ptr_lval'
12413 d_stdiobase='$d_stdiobase'
12414 d_stdstdio='$d_stdstdio'
12415 d_store64='$d_store64'
12416 d_strchr='$d_strchr'
12417 d_strcoll='$d_strcoll'
12418 d_strctcpy='$d_strctcpy'
12419 d_strerrm='$d_strerrm'
12420 d_strerror='$d_strerror'
12421 d_strtod='$d_strtod'
12422 d_strtol='$d_strtol'
12423 d_strtoul='$d_strtoul'
12424 d_strxfrm='$d_strxfrm'
12425 d_suidsafe='$d_suidsafe'
12426 d_symlink='$d_symlink'
12427 d_syscall='$d_syscall'
12428 d_sysconf='$d_sysconf'
12429 d_sysernlst='$d_sysernlst'
12430 d_syserrlst='$d_syserrlst'
12431 d_system='$d_system'
12432 d_tcgetpgrp='$d_tcgetpgrp'
12433 d_tcsetpgrp='$d_tcsetpgrp'
12434 d_telldir64='$d_telldir64'
12435 d_telldir='$d_telldir'
12436 d_time='$d_time'
12437 d_times='$d_times'
12438 d_tmpfile64='$d_tmpfile64'
12439 d_truncate64='$d_truncate64'
12440 d_truncate='$d_truncate'
12441 d_tzname='$d_tzname'
12442 d_umask='$d_umask'
12443 d_uname='$d_uname'
12444 d_union_semun='$d_union_semun'
12445 d_vfork='$d_vfork'
12446 d_void_closedir='$d_void_closedir'
12447 d_voidsig='$d_voidsig'
12448 d_voidtty='$d_voidtty'
12449 d_volatile='$d_volatile'
12450 d_vprintf='$d_vprintf'
12451 d_wait4='$d_wait4'
12452 d_waitpid='$d_waitpid'
12453 d_wcstombs='$d_wcstombs'
12454 d_wctomb='$d_wctomb'
12455 d_xenix='$d_xenix'
12456 date='$date'
12457 db_hashtype='$db_hashtype'
12458 db_prefixtype='$db_prefixtype'
12459 defvoidused='$defvoidused'
12460 direntrytype='$direntrytype'
12461 dlext='$dlext'
12462 dlsrc='$dlsrc'
12463 doublesize='$doublesize'
12464 drand01='$drand01'
12465 dynamic_ext='$dynamic_ext'
12466 eagain='$eagain'
12467 ebcdic='$ebcdic'
12468 echo='$echo'
12469 egrep='$egrep'
12470 emacs='$emacs'
12471 eunicefix='$eunicefix'
12472 exe_ext='$exe_ext'
12473 expr='$expr'
12474 extensions='$extensions'
12475 find='$find'
12476 firstmakefile='$firstmakefile'
12477 flex='$flex'
12478 fpostype='$fpostype'
12479 freetype='$freetype'
12480 full_csh='$full_csh'
12481 full_sed='$full_sed'
12482 gccversion='$gccversion'
12483 gidtype='$gidtype'
12484 glibpth='$glibpth'
12485 grep='$grep'
12486 groupcat='$groupcat'
12487 groupstype='$groupstype'
12488 gzip='$gzip'
12489 h_fcntl='$h_fcntl'
12490 h_sysfile='$h_sysfile'
12491 hint='$hint'
12492 hostcat='$hostcat'
12493 huge='$huge'
12494 i_arpainet='$i_arpainet'
12495 i_bsdioctl='$i_bsdioctl'
12496 i_db='$i_db'
12497 i_dbm='$i_dbm'
12498 i_dirent='$i_dirent'
12499 i_dld='$i_dld'
12500 i_dlfcn='$i_dlfcn'
12501 i_fcntl='$i_fcntl'
12502 i_float='$i_float'
12503 i_gdbm='$i_gdbm'
12504 i_grp='$i_grp'
12505 i_inttypes='$i_inttypes'
12506 i_limits='$i_limits'
12507 i_locale='$i_locale'
12508 i_malloc='$i_malloc'
12509 i_math='$i_math'
12510 i_memory='$i_memory'
12511 i_ndbm='$i_ndbm'
12512 i_netdb='$i_netdb'
12513 i_neterrno='$i_neterrno'
12514 i_niin='$i_niin'
12515 i_pwd='$i_pwd'
12516 i_rpcsvcdbm='$i_rpcsvcdbm'
12517 i_sfio='$i_sfio'
12518 i_sgtty='$i_sgtty'
12519 i_stdarg='$i_stdarg'
12520 i_stddef='$i_stddef'
12521 i_stdlib='$i_stdlib'
12522 i_string='$i_string'
12523 i_sysaccess='$i_sysaccess'
12524 i_sysdir='$i_sysdir'
12525 i_sysfile='$i_sysfile'
12526 i_sysfilio='$i_sysfilio'
12527 i_sysin='$i_sysin'
12528 i_sysioctl='$i_sysioctl'
12529 i_sysndir='$i_sysndir'
12530 i_sysparam='$i_sysparam'
12531 i_sysresrc='$i_sysresrc'
12532 i_syssecrt='$i_syssecrt'
12533 i_sysselct='$i_sysselct'
12534 i_syssockio='$i_syssockio'
12535 i_sysstat='$i_sysstat'
12536 i_systime='$i_systime'
12537 i_systimek='$i_systimek'
12538 i_systimes='$i_systimes'
12539 i_systypes='$i_systypes'
12540 i_sysun='$i_sysun'
12541 i_syswait='$i_syswait'
12542 i_termio='$i_termio'
12543 i_termios='$i_termios'
12544 i_time='$i_time'
12545 i_unistd='$i_unistd'
12546 i_utime='$i_utime'
12547 i_values='$i_values'
12548 i_varargs='$i_varargs'
12549 i_varhdr='$i_varhdr'
12550 i_vfork='$i_vfork'
12551 ignore_versioned_solibs='$ignore_versioned_solibs'
12552 incpath='$incpath'
12553 inews='$inews'
12554 installarchlib='$installarchlib'
12555 installbin='$installbin'
12556 installman1dir='$installman1dir'
12557 installman3dir='$installman3dir'
12558 installprivlib='$installprivlib'
12559 installscript='$installscript'
12560 installsitearch='$installsitearch'
12561 installsitelib='$installsitelib'
12562 intsize='$intsize'
12563 known_extensions='$known_extensions'
12564 ksh='$ksh'
12565 large='$large'
12566 ld='$ld'
12567 lddlflags='$lddlflags'
12568 ldflags='$ldflags'
12569 less='$less'
12570 lib_ext='$lib_ext'
12571 libc='$libc'
12572 libperl='$libperl'
12573 libpth='$libpth'
12574 libs='$libs'
12575 libswanted='$libswanted'
12576 line='$line'
12577 lint='$lint'
12578 lkflags='$lkflags'
12579 ln='$ln'
12580 lns='$lns'
12581 locincpth='$locincpth'
12582 loclibpth='$loclibpth'
12583 longdblsize='$longdblsize'
12584 longlongsize='$longlongsize'
12585 longsize='$longsize'
12586 lp='$lp'
12587 lpr='$lpr'
12588 ls='$ls'
12589 lseeksize='$lseeksize'
12590 lseektype='$lseektype'
12591 mail='$mail'
12592 mailx='$mailx'
12593 make='$make'
12594 make_set_make='$make_set_make'
12595 mallocobj='$mallocobj'
12596 mallocsrc='$mallocsrc'
12597 malloctype='$malloctype'
12598 man1dir='$man1dir'
12599 man1direxp='$man1direxp'
12600 man1ext='$man1ext'
12601 man3dir='$man3dir'
12602 man3direxp='$man3direxp'
12603 man3ext='$man3ext'
12604 medium='$medium'
12605 mips='$mips'
12606 mips_type='$mips_type'
12607 mkdir='$mkdir'
12608 models='$models'
12609 modetype='$modetype'
12610 more='$more'
12611 mv='$mv'
12612 myarchname='$myarchname'
12613 mydomain='$mydomain'
12614 myhostname='$myhostname'
12615 myuname='$myuname'
12616 n='$n'
12617 netdb_hlen_type='$netdb_hlen_type'
12618 netdb_host_type='$netdb_host_type'
12619 netdb_name_type='$netdb_name_type'
12620 netdb_net_type='$netdb_net_type'
12621 nm='$nm'
12622 nm_opt='$nm_opt'
12623 nm_so_opt='$nm_so_opt'
12624 nonxs_ext='$nonxs_ext'
12625 nroff='$nroff'
12626 o_nonblock='$o_nonblock'
12627 obj_ext='$obj_ext'
12628 optimize='$optimize'
12629 orderlib='$orderlib'
12630 osname='$osname'
12631 osvers='$osvers'
12632 package='$package'
12633 pager='$pager'
12634 passcat='$passcat'
12635 patchlevel='$patchlevel'
12636 path_sep='$path_sep'
12637 perl='$perl'
12638 perladmin='$perladmin'
12639 perlpath='$perlpath'
12640 pg='$pg'
12641 phostname='$phostname'
12642 pidtype='$pidtype'
12643 plibpth='$plibpth'
12644 pmake='$pmake'
12645 pr='$pr'
12646 prefix='$prefix'
12647 prefixexp='$prefixexp'
12648 privlib='$privlib'
12649 privlibexp='$privlibexp'
12650 prototype='$prototype'
12651 pthread_setdetachstate_pointer='$pthread_setdetachstate_pointer'
12652 ptrsize='$ptrsize'
12653 randbits='$randbits'
12654 randfunc='$randfunc'
12655 randseedtype='$randseedtype'
12656 ranlib='$ranlib'
12657 rd_nodata='$rd_nodata'
12658 rm='$rm'
12659 rmail='$rmail'
12660 runnm='$runnm'
12661 sched_yield='$sched_yield'
12662 scriptdir='$scriptdir'
12663 scriptdirexp='$scriptdirexp'
12664 sed='$sed'
12665 seedfunc='$seedfunc'
12666 selectminbits='$selectminbits'
12667 selecttype='$selecttype'
12668 sendmail='$sendmail'
12669 sh='$sh'
12670 shar='$shar'
12671 sharpbang='$sharpbang'
12672 shmattype='$shmattype'
12673 shortsize='$shortsize'
12674 shrpenv='$shrpenv'
12675 shsharp='$shsharp'
12676 sig_name='$sig_name'
12677 sig_name_init='$sig_name_init'
12678 sig_num='$sig_num'
12679 signal_t='$signal_t'
12680 sitearch='$sitearch'
12681 sitearchexp='$sitearchexp'
12682 sitelib='$sitelib'
12683 sitelibexp='$sitelibexp'
12684 sizetype='$sizetype'
12685 sleep='$sleep'
12686 smail='$smail'
12687 small='$small'
12688 so='$so'
12689 sockethdr='$sockethdr'
12690 socketlib='$socketlib'
12691 sort='$sort'
12692 spackage='$spackage'
12693 spitshell='$spitshell'
12694 split='$split'
12695 src='$src'
12696 ssizetype='$ssizetype'
12697 startperl='$startperl'
12698 startsh='$startsh'
12699 static_ext='$static_ext'
12700 stdchar='$stdchar'
12701 stdio_base='$stdio_base'
12702 stdio_bufsiz='$stdio_bufsiz'
12703 stdio_cnt='$stdio_cnt'
12704 stdio_filbuf='$stdio_filbuf'
12705 stdio_ptr='$stdio_ptr'
12706 strings='$strings'
12707 submit='$submit'
12708 subversion='$subversion'
12709 sysman='$sysman'
12710 tail='$tail'
12711 tar='$tar'
12712 tbl='$tbl'
12713 tee='$tee'
12714 test='$test'
12715 timeincl='$timeincl'
12716 timetype='$timetype'
12717 touch='$touch'
12718 tr='$tr'
12719 trnl='$trnl'
12720 troff='$troff'
12721 uidtype='$uidtype'
12722 uname='$uname'
12723 uniq='$uniq'
12724 use64bits='$use64bits'
12725 usedl='$usedl'
12726 usemultiplicity='$usemultiplicity'
12727 usemymalloc='$usemymalloc'
12728 usenm='$usenm'
12729 useopcode='$useopcode'
12730 useperlio='$useperlio'
12731 useposix='$useposix'
12732 usesfio='$usesfio'
12733 useshrplib='$useshrplib'
12734 usethreads='$usethreads'
12735 usevfork='$usevfork'
12736 usrinc='$usrinc'
12737 uuname='$uuname'
12738 version='$version'
12739 vi='$vi'
12740 voidflags='$voidflags'
12741 xlibpth='$xlibpth'
12742 zcat='$zcat'
12743 zip='$zip'
12744 EOT
12745
12746 : Add in command line options if available
12747 $test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
12748
12749 : add special variables
12750 $test -f $src/patchlevel.h && \
12751 awk '/^#define/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
12752 echo "CONFIG=true" >>config.sh
12753
12754 : propagate old symbols
12755 if $test -f UU/config.sh; then
12756         <UU/config.sh sort | uniq >UU/oldconfig.sh
12757         sed -n 's/^\([a-zA-Z_0-9]*\)=.*/\1/p' config.sh config.sh UU/oldconfig.sh |\
12758         sort | uniq -u >UU/oldsyms
12759         set X `cat UU/oldsyms`
12760         shift
12761         case $# in
12762         0) ;;
12763         *)
12764                 cat <<EOM
12765 Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
12766 EOM
12767                 echo "# Variables propagated from previous config.sh file." >>config.sh
12768                 for sym in `cat UU/oldsyms`; do
12769                         echo "    Propagating $hint variable "'$'"$sym..."
12770                         eval 'tmp="$'"${sym}"'"'
12771                         echo "$tmp" | \
12772                                 sed -e "s/'/'\"'\"'/g" -e "s/^/$sym='/" -e "s/$/'/" >>config.sh
12773                 done
12774                 ;;
12775         esac
12776 fi
12777
12778 : Finish up by extracting the .SH files
12779 case "$alldone" in
12780 exit)
12781         $rm -rf UU
12782         echo "Done."
12783         exit 0
12784         ;;
12785 cont)
12786         ;;
12787 '')
12788         dflt=''
12789         nostick=true
12790         $cat <<EOM
12791
12792 If you'd like to make any changes to the config.sh file before I begin
12793 to configure things, do it as a shell escape now (e.g. !vi config.sh).
12794
12795 EOM
12796         rp="Press return or use a shell escape to edit config.sh:"
12797         . UU/myread
12798         nostick=''
12799         case "$ans" in
12800         '') ;;
12801         *) : in case they cannot read
12802                 sh 1>&4 -c "$ans";;
12803         esac
12804         ;;
12805 esac
12806
12807 : if this fails, just run all the .SH files by hand
12808 . ./config.sh
12809
12810 echo " "
12811 exec 1>&4
12812 . ./UU/extract
12813
12814 if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
12815         dflt=y
12816         case "$silent" in
12817         true) ;;
12818         *)
12819                 $cat <<EOM
12820
12821 Now you need to generate make dependencies by running "$make depend".
12822 You might prefer to run it in background: "$make depend > makedepend.out &"
12823 It can take a while, so you might not want to run it right now.
12824
12825 EOM
12826                 ;;
12827         esac
12828         rp="Run $make depend now?"
12829         . UU/myread
12830         case "$ans" in
12831         y*)
12832                 $make depend && echo "Now you must run a $make."
12833                 ;;
12834         *)
12835                 echo "You must run '$make depend' then '$make'."
12836                 ;;
12837         esac
12838 elif test -f [Mm]akefile; then
12839         echo " "
12840         echo "Now you must run a $make."
12841 else
12842         echo "Done."
12843 fi
12844
12845 if $test -f Policy.sh; then
12846     $cat <<EOM
12847
12848 If you compile $package on a different machine or from a different object
12849 directory, copy the Policy.sh file from this object directory to the
12850 new one before you run Configure -- this will help you with most of
12851 the policy defaults.
12852
12853 EOM
12854 fi
12855 if $test -f config.msg; then
12856     echo "Hmm.  I also noted the following information while running:"
12857     echo " "
12858     $cat config.msg >&4
12859     $rm -f config.msg
12860 fi
12861 $rm -f kit*isdone ark*isdone
12862 $rm -rf UU
12863
12864 : End of Configure
12865