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