More Panther moves.
[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 May  7 23:33:48 EET DST 2003 [metaconfig 3.0 PL70]
24 # (with additional metaconfig patches by perlbug@perl.org)
25
26 cat >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 >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 c1$$ c2$$
44 true || exec sh $0 $argv:q
45
46 (exit $?0) || cat c2$$
47 (exit $?0) || exec sh $0 $argv:q
48 rm -f c1$$ c2$$
49
50 if test -f /dev/cputype -a -f /dev/drivers -a -f /dev/osversion; then
51         cat >&4 <<EOF
52 ***
53 *** I'm sorry but this system looks like Plan 9 and Plan 9 doesn't do
54 *** Configure that well.  (Plan 9 is close to UNIX but not close enough.)
55 *** Please read the README.plan9 for further instructions.
56 *** Cannot continue, aborting.
57 ***
58 EOF
59         exit 1
60 fi
61
62 : compute my invocation name
63 me=$0
64 case "$0" in
65 */*)
66         me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
67         test "$me" || me=$0
68         ;;
69 esac
70
71 : Proper separator for the PATH environment variable
72 p_=:
73 : On OS/2 this directory should exist if this is not floppy only system :-]
74 if test -d c:/. || ( uname -a | grep -i 'os\(/\|\)2' ) 2>&1 >/dev/null ; then
75     if test -n "$OS2_SHELL"; then
76                 p_=\;
77                 PATH=`cmd /c "echo %PATH%" | tr '\\\\' / `
78                 OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
79                 is_os2=yes
80         elif test -n "$DJGPP"; then
81                 case "X${MACHTYPE:-nonesuchmach}" in
82                 *cygwin) ;;
83                 *) p_=\; ;;
84                 esac
85         fi
86 fi
87
88 : Proper PATH setting
89 paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
90 paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
91 paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
92 paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
93 paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
94 paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /usr/ccs/bin"
95 paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
96 paths="$paths /sbin /usr/sbin /usr/libexec"
97 paths="$paths /system/gnu_library/bin"
98
99 for p in $paths
100 do
101         case "$p_$PATH$p_" in
102         *$p_$p$p_*) ;;
103         *) test -d $p && PATH=$PATH$p_$p ;;
104         esac
105 done
106
107 PATH=.$p_$PATH
108 export PATH
109
110 : shall we be using ksh?
111 inksh=''
112 needksh=''
113 avoidksh=''
114 newsh=/bin/ksh
115 changesh=''
116 if (PATH=.; alias -x) >/dev/null 2>&1; then
117                 inksh=true
118 fi
119 if test -f /hp-ux -a -f /bin/ksh; then
120         needksh='to avoid sh bug in "here document" expansion'
121 fi
122 if test -d /usr/lpp -a -f /usr/bin/bsh -a -f /usr/bin/uname; then
123         if test X`/usr/bin/uname -v` = X4; then
124                 avoidksh="to avoid AIX 4's /bin/sh"
125                 newsh=/usr/bin/bsh
126         fi
127 fi
128 if test -f /osf_boot -a -f /usr/sbin/setld; then
129         if test X`/usr/bin/uname -s` = XOSF1; then
130                 avoidksh="to avoid Digital UNIX' ksh"
131                 newsh=/bin/sh
132                 unset BIN_SH # if this is 'xpg4' sh will start up ksh
133         fi
134 fi
135 case "$inksh/$needksh" in
136 /[a-z]*)
137                 ENV=''
138                 changesh=true
139                 reason="$needksh"
140         ;;
141 esac
142 case "$inksh/$avoidksh" in
143 true/[a-z]*)
144         changesh=true
145         reason="$avoidksh"
146         ;;
147 esac
148 case "$inksh/$needksh-$avoidksh-" in
149 true/--)
150                 cat <<EOM
151 (I see you are using the Korn shell.  Some ksh's blow up on $me,
152 mainly on older exotic systems.  If yours does, try the Bourne shell instead.)
153 EOM
154         ;;
155 esac
156 case "$changesh" in
157 true)
158         export newsh
159         echo "(Feeding myself to $newsh $reason.)"
160         case "$0" in
161         Configure|*/Configure) exec $newsh $0 "$@";;
162         *) exec $newsh Configure "$@";;
163         esac
164         ;;
165 esac
166
167 : if needed set CDPATH to a harmless value that is not chatty
168 : avoid bash 2.02 problems with empty CDPATH.
169 case "$CDPATH" in
170 '')     ;;
171 *)      case "$SHELL" in
172         *bash*) CDPATH='.' ;;
173         *)              CDPATH='' ;;
174         esac
175         ;;
176 esac
177 : Configure runs within the UU subdirectory
178 test -d UU || mkdir UU
179 cd UU && rm -f ./*
180
181 ccname=''
182 ccversion=''
183 ccsymbols=''
184 cppccsymbols=''
185 cppsymbols=''
186 from=''
187 run=''
188 targetarch=''
189 to=''
190 usecrosscompile=''
191 perllibs=''
192 dynamic_ext=''
193 extensions=''
194 known_extensions=''
195 nonxs_ext=''
196 static_ext=''
197 useopcode=''
198 useposix=''
199 extras=''
200 d_bsd=''
201 d_eunice=''
202 d_xenix=''
203 eunicefix=''
204 Mcc=''
205 ar=''
206 awk=''
207 bash=''
208 bison=''
209 byacc=''
210 cat=''
211 chgrp=''
212 chmod=''
213 chown=''
214 comm=''
215 compress=''
216 cp=''
217 cpio=''
218 cpp=''
219 csh=''
220 date=''
221 echo=''
222 egrep=''
223 emacs=''
224 expr=''
225 find=''
226 flex=''
227 gmake=''
228 grep=''
229 gzip=''
230 inews=''
231 ksh=''
232 less=''
233 line=''
234 lint=''
235 ln=''
236 lp=''
237 lpr=''
238 ls=''
239 mail=''
240 mailx=''
241 make=''
242 mkdir=''
243 more=''
244 mv=''
245 nm=''
246 nroff=''
247 perl=''
248 pg=''
249 pmake=''
250 pr=''
251 rm=''
252 rmail=''
253 sed=''
254 sendmail=''
255 shar=''
256 sleep=''
257 smail=''
258 sort=''
259 submit=''
260 tail=''
261 tar=''
262 tbl=''
263 tee=''
264 test=''
265 touch=''
266 tr=''
267 troff=''
268 uname=''
269 uniq=''
270 uuname=''
271 vi=''
272 zcat=''
273 zip=''
274 full_ar=''
275 full_sed=''
276 libswanted=''
277 hint=''
278 myuname=''
279 osname=''
280 osvers=''
281 Author=''
282 Date=''
283 Header=''
284 Id=''
285 Locker=''
286 Log=''
287 RCSfile=''
288 Revision=''
289 Source=''
290 State=''
291 _a=''
292 _exe=''
293 _o=''
294 archobjs=''
295 exe_ext=''
296 firstmakefile=''
297 lib_ext=''
298 obj_ext=''
299 path_sep=''
300 afs=''
301 afsroot=''
302 alignbytes=''
303 ansi2knr=''
304 archlib=''
305 archlibexp=''
306 d_archlib=''
307 installarchlib=''
308 archname=''
309 myarchname=''
310 d_atolf=''
311 d_atoll=''
312 baserev=''
313 bin=''
314 binexp=''
315 installbin=''
316 byteorder=''
317 cc=''
318 ccflags=''
319 cppflags=''
320 ldflags=''
321 lkflags=''
322 locincpth=''
323 optimize=''
324 cf_email=''
325 cf_by=''
326 cf_time=''
327 charsize=''
328 contains=''
329 cpp_stuff=''
330 cpplast=''
331 cppminus=''
332 cpprun=''
333 cppstdin=''
334 d__fwalk=''
335 d_access=''
336 d_accessx=''
337 d_aintl=''
338 d_alarm=''
339 asctime_r_proto=''
340 d_asctime_r=''
341 d_attribut=''
342 d_bcmp=''
343 d_bcopy=''
344 d_bzero=''
345 d_casti32=''
346 castflags=''
347 d_castneg=''
348 d_chown=''
349 d_chroot=''
350 d_chsize=''
351 d_class=''
352 d_closedir=''
353 d_void_closedir=''
354 d_cmsghdr_s=''
355 d_const=''
356 d_copysignl=''
357 cryptlib=''
358 d_crypt=''
359 crypt_r_proto=''
360 d_crypt_r=''
361 d_csh=''
362 full_csh=''
363 ctermid_r_proto=''
364 d_ctermid_r=''
365 ctime_r_proto=''
366 d_ctime_r=''
367 d_cuserid=''
368 d_dbl_dig=''
369 d_dbminitproto=''
370 d_difftime=''
371 d_dirfd=''
372 d_dlerror=''
373 d_dlopen=''
374 d_dlsymun=''
375 d_dosuid=''
376 d_suidsafe=''
377 d_drand48_r=''
378 drand48_r_proto=''
379 d_drand48proto=''
380 d_dup2=''
381 d_eaccess=''
382 d_endgrent=''
383 d_endgrent_r=''
384 endgrent_r_proto=''
385 d_endhent=''
386 d_endhostent_r=''
387 endhostent_r_proto=''
388 d_endnent=''
389 d_endnetent_r=''
390 endnetent_r_proto=''
391 d_endpent=''
392 d_endprotoent_r=''
393 endprotoent_r_proto=''
394 d_endpwent=''
395 d_endpwent_r=''
396 endpwent_r_proto=''
397 d_endsent=''
398 d_endservent_r=''
399 endservent_r_proto=''
400 d_faststdio=''
401 d_fchdir=''
402 d_fchmod=''
403 d_fchown=''
404 d_fcntl=''
405 d_fcntl_can_lock=''
406 d_fd_macros=''
407 d_fd_set=''
408 d_fds_bits=''
409 d_fgetpos=''
410 d_finite=''
411 d_finitel=''
412 d_flexfnam=''
413 d_flock=''
414 d_flockproto=''
415 d_fork=''
416 d_fp_class=''
417 d_fpclass=''
418 d_fpclassify=''
419 d_fpclassl=''
420 d_fpos64_t=''
421 d_frexpl=''
422 d_fs_data_s=''
423 d_fseeko=''
424 d_fsetpos=''
425 d_fstatfs=''
426 d_fsync=''
427 d_ftello=''
428 d_ftime=''
429 d_gettimeod=''
430 d_Gconvert=''
431 d_getcwd=''
432 d_getespwnam=''
433 d_getfsstat=''
434 d_getgrent=''
435 d_getgrent_r=''
436 getgrent_r_proto=''
437 d_getgrgid_r=''
438 getgrgid_r_proto=''
439 d_getgrnam_r=''
440 getgrnam_r_proto=''
441 d_getgrps=''
442 d_gethbyaddr=''
443 d_gethbyname=''
444 d_gethent=''
445 aphostname=''
446 d_gethname=''
447 d_phostname=''
448 d_uname=''
449 d_gethostbyaddr_r=''
450 gethostbyaddr_r_proto=''
451 d_gethostbyname_r=''
452 gethostbyname_r_proto=''
453 d_gethostent_r=''
454 gethostent_r_proto=''
455 d_gethostprotos=''
456 d_getitimer=''
457 d_getlogin=''
458 d_getlogin_r=''
459 getlogin_r_proto=''
460 d_getmnt=''
461 d_getmntent=''
462 d_getnbyaddr=''
463 d_getnbyname=''
464 d_getnent=''
465 d_getnetbyaddr_r=''
466 getnetbyaddr_r_proto=''
467 d_getnetbyname_r=''
468 getnetbyname_r_proto=''
469 d_getnetent_r=''
470 getnetent_r_proto=''
471 d_getnetprotos=''
472 d_getpagsz=''
473 d_getpent=''
474 d_getpgid=''
475 d_getpgrp2=''
476 d_bsdgetpgrp=''
477 d_getpgrp=''
478 d_getppid=''
479 d_getprior=''
480 d_getpbyname=''
481 d_getpbynumber=''
482 d_getprotobyname_r=''
483 getprotobyname_r_proto=''
484 d_getprotobynumber_r=''
485 getprotobynumber_r_proto=''
486 d_getprotoent_r=''
487 getprotoent_r_proto=''
488 d_getprotoprotos=''
489 d_getprpwnam=''
490 d_getpwent=''
491 d_getpwent_r=''
492 getpwent_r_proto=''
493 d_getpwnam_r=''
494 getpwnam_r_proto=''
495 d_getpwuid_r=''
496 getpwuid_r_proto=''
497 d_getsent=''
498 d_getservbyname_r=''
499 getservbyname_r_proto=''
500 d_getservbyport_r=''
501 getservbyport_r_proto=''
502 d_getservent_r=''
503 getservent_r_proto=''
504 d_getservprotos=''
505 d_getspnam=''
506 d_getspnam_r=''
507 getspnam_r_proto=''
508 d_getsbyname=''
509 d_getsbyport=''
510 d_gmtime_r=''
511 gmtime_r_proto=''
512 d_gnulibc=''
513 gnulibc_version=''
514 d_hasmntopt=''
515 d_htonl=''
516 d_ilogbl=''
517 d_inetaton=''
518 d_int64_t=''
519 d_isascii=''
520 d_isfinite=''
521 d_isinf=''
522 d_isnan=''
523 d_isnanl=''
524 d_killpg=''
525 d_lchown=''
526 d_ldbl_dig=''
527 d_link=''
528 d_localtime_r=''
529 localtime_r_proto=''
530 d_locconv=''
531 d_lockf=''
532 d_longdbl=''
533 longdblsize=''
534 d_longlong=''
535 longlongsize=''
536 d_lseekproto=''
537 d_lstat=''
538 d_madvise=''
539 d_mblen=''
540 d_mbstowcs=''
541 d_mbtowc=''
542 d_memchr=''
543 d_memcmp=''
544 d_memcpy=''
545 d_memmove=''
546 d_memset=''
547 d_mkdir=''
548 d_mkdtemp=''
549 d_mkfifo=''
550 d_mkstemp=''
551 d_mkstemps=''
552 d_mktime=''
553 d_mmap=''
554 mmaptype=''
555 d_modfl=''
556 d_modfl_pow32_bug=''
557 d_modflproto=''
558 d_mprotect=''
559 d_msg=''
560 d_msgctl=''
561 d_msgget=''
562 d_msghdr_s=''
563 d_msgrcv=''
564 d_msgsnd=''
565 d_msync=''
566 d_munmap=''
567 d_nanosleep=''
568 d_nice=''
569 d_nl_langinfo=''
570 d_off64_t=''
571 d_open3=''
572 d_fpathconf=''
573 d_pathconf=''
574 d_pause=''
575 d_pipe=''
576 d_poll=''
577 d_portable=''
578 d_procselfexe=''
579 procselfexe=''
580 d_old_pthread_create_joinable=''
581 old_pthread_create_joinable=''
582 d_pthread_atfork=''
583 d_pthread_yield=''
584 d_sched_yield=''
585 sched_yield=''
586 d_qgcvt=''
587 d_random_r=''
588 random_r_proto=''
589 d_readdir64_r=''
590 readdir64_r_proto=''
591 d_readdir=''
592 d_rewinddir=''
593 d_seekdir=''
594 d_telldir=''
595 d_readdir_r=''
596 readdir_r_proto=''
597 d_readlink=''
598 d_readv=''
599 d_recvmsg=''
600 d_rename=''
601 d_rmdir=''
602 d_safebcpy=''
603 d_safemcpy=''
604 d_sanemcmp=''
605 d_sbrkproto=''
606 d_scalbnl=''
607 d_select=''
608 d_sem=''
609 d_semctl=''
610 d_semget=''
611 d_semop=''
612 d_sendmsg=''
613 d_setegid=''
614 d_seteuid=''
615 d_setgrent=''
616 d_setgrent_r=''
617 setgrent_r_proto=''
618 d_setgrps=''
619 d_sethent=''
620 d_sethostent_r=''
621 sethostent_r_proto=''
622 d_setitimer=''
623 d_setlinebuf=''
624 d_setlocale=''
625 d_setlocale_r=''
626 setlocale_r_proto=''
627 d_setnent=''
628 d_setnetent_r=''
629 setnetent_r_proto=''
630 d_setpent=''
631 d_setpgid=''
632 d_setpgrp2=''
633 d_bsdsetpgrp=''
634 d_setpgrp=''
635 d_setprior=''
636 d_setproctitle=''
637 d_setprotoent_r=''
638 setprotoent_r_proto=''
639 d_setpwent=''
640 d_setpwent_r=''
641 setpwent_r_proto=''
642 d_setregid=''
643 d_setresgid=''
644 d_setresuid=''
645 d_setreuid=''
646 d_setrgid=''
647 d_setruid=''
648 d_setsent=''
649 d_setservent_r=''
650 setservent_r_proto=''
651 d_setsid=''
652 d_setvbuf=''
653 d_sfio=''
654 usesfio=''
655 d_shm=''
656 d_shmat=''
657 d_shmatprototype=''
658 shmattype=''
659 d_shmctl=''
660 d_shmdt=''
661 d_shmget=''
662 d_sigaction=''
663 d_sigprocmask=''
664 d_sigsetjmp=''
665 d_sockatmark=''
666 d_sockatmarkproto=''
667 d_msg_ctrunc=''
668 d_msg_dontroute=''
669 d_msg_oob=''
670 d_msg_peek=''
671 d_msg_proxy=''
672 d_oldsock=''
673 d_scm_rights=''
674 d_socket=''
675 d_sockpair=''
676 sockethdr=''
677 socketlib=''
678 d_socklen_t=''
679 d_socks5_init=''
680 d_sqrtl=''
681 d_srand48_r=''
682 srand48_r_proto=''
683 d_srandom_r=''
684 srandom_r_proto=''
685 d_sresgproto=''
686 d_sresuproto=''
687 d_statblks=''
688 d_statfs_f_flags=''
689 d_statfs_s=''
690 d_fstatvfs=''
691 d_statvfs=''
692 d_stdio_cnt_lval=''
693 d_stdio_ptr_lval=''
694 d_stdio_ptr_lval_nochange_cnt=''
695 d_stdio_ptr_lval_sets_cnt=''
696 d_stdiobase=''
697 d_stdstdio=''
698 stdio_base=''
699 stdio_bufsiz=''
700 stdio_cnt=''
701 stdio_filbuf=''
702 stdio_ptr=''
703 d_index=''
704 d_strchr=''
705 d_strcoll=''
706 d_strctcpy=''
707 d_strerrm=''
708 d_strerror=''
709 d_sysernlst=''
710 d_syserrlst=''
711 d_strerror_r=''
712 strerror_r_proto=''
713 d_strftime=''
714 d_strtod=''
715 d_strtol=''
716 d_strtold=''
717 d_strtoll=''
718 d_strtoq=''
719 d_strtoul=''
720 d_strtoull=''
721 d_strtouq=''
722 d_strxfrm=''
723 d_symlink=''
724 d_syscall=''
725 d_syscallproto=''
726 d_sysconf=''
727 d_system=''
728 d_tcgetpgrp=''
729 d_tcsetpgrp=''
730 d_telldirproto=''
731 d_time=''
732 timetype=''
733 clocktype=''
734 d_times=''
735 d_tmpnam_r=''
736 tmpnam_r_proto=''
737 d_truncate=''
738 d_ttyname_r=''
739 ttyname_r_proto=''
740 d_tzname=''
741 d_u32align=''
742 d_ualarm=''
743 d_umask=''
744 d_semctl_semid_ds=''
745 d_semctl_semun=''
746 d_union_semun=''
747 d_unordered=''
748 d_usleep=''
749 d_usleepproto=''
750 d_ustat=''
751 d_vfork=''
752 usevfork=''
753 d_voidsig=''
754 signal_t=''
755 d_volatile=''
756 d_charvspr=''
757 d_vprintf=''
758 d_wait4=''
759 d_waitpid=''
760 d_wcstombs=''
761 d_wctomb=''
762 d_writev=''
763 dlext=''
764 cccdlflags=''
765 ccdlflags=''
766 dlsrc=''
767 ld=''
768 lddlflags=''
769 usedl=''
770 doublesize=''
771 ebcdic=''
772 fflushNULL=''
773 fflushall=''
774 fpossize=''
775 fpostype=''
776 gccansipedantic=''
777 gccosandvers=''
778 gccversion=''
779 gidformat=''
780 gidsign=''
781 gidsize=''
782 gidtype=''
783 groupstype=''
784 h_fcntl=''
785 h_sysfile=''
786 html1dir=''
787 html1direxp=''
788 installhtml1dir=''
789 html3dir=''
790 html3direxp=''
791 installhtml3dir=''
792 i_arpainet=''
793 i_crypt=''
794 db_hashtype=''
795 db_prefixtype=''
796 db_version_major=''
797 db_version_minor=''
798 db_version_patch=''
799 i_db=''
800 i_dbm=''
801 i_rpcsvcdbm=''
802 d_dirnamlen=''
803 direntrytype=''
804 i_dirent=''
805 i_dld=''
806 i_dlfcn=''
807 i_fcntl=''
808 i_float=''
809 i_fp=''
810 i_fp_class=''
811 i_gdbm=''
812 d_grpasswd=''
813 i_grp=''
814 i_ieeefp=''
815 i_inttypes=''
816 i_langinfo=''
817 i_libutil=''
818 i_limits=''
819 i_locale=''
820 i_machcthr=''
821 i_malloc=''
822 i_math=''
823 i_memory=''
824 i_mntent=''
825 i_ndbm=''
826 i_netdb=''
827 i_neterrno=''
828 i_netinettcp=''
829 i_niin=''
830 i_sysin=''
831 i_poll=''
832 i_prot=''
833 i_pthread=''
834 d_pwage=''
835 d_pwchange=''
836 d_pwclass=''
837 d_pwcomment=''
838 d_pwexpire=''
839 d_pwgecos=''
840 d_pwpasswd=''
841 d_pwquota=''
842 i_pwd=''
843 i_sfio=''
844 i_shadow=''
845 i_socks=''
846 i_stddef=''
847 i_stdlib=''
848 i_string=''
849 strings=''
850 i_sunmath=''
851 i_sysaccess=''
852 i_sysdir=''
853 i_sysfile=''
854 d_voidtty=''
855 i_bsdioctl=''
856 i_sysfilio=''
857 i_sysioctl=''
858 i_syssockio=''
859 i_syslog=''
860 i_sysmman=''
861 i_sysmode=''
862 i_sysmount=''
863 i_sysndir=''
864 i_sysparam=''
865 i_sysresrc=''
866 i_syssecrt=''
867 i_sysselct=''
868 i_sysstat=''
869 i_sysstatfs=''
870 i_sysstatvfs=''
871 i_systimes=''
872 i_systypes=''
873 i_sysuio=''
874 i_sysun=''
875 i_sysutsname=''
876 i_sysvfs=''
877 i_syswait=''
878 i_sgtty=''
879 i_termio=''
880 i_termios=''
881 d_tm_tm_gmtoff=''
882 d_tm_tm_zone=''
883 i_systime=''
884 i_systimek=''
885 i_time=''
886 timeincl=''
887 i_unistd=''
888 i_ustat=''
889 i_utime=''
890 i_values=''
891 i_stdarg=''
892 i_varargs=''
893 i_varhdr=''
894 i_vfork=''
895 inc_version_list=''
896 inc_version_list_init=''
897 installprefix=''
898 installprefixexp=''
899 installstyle=''
900 installusrbinperl=''
901 intsize=''
902 longsize=''
903 shortsize=''
904 issymlink=''
905 libc=''
906 ldlibpthname=''
907 libperl=''
908 shrpenv=''
909 useshrplib=''
910 glibpth=''
911 libpth=''
912 loclibpth=''
913 plibpth=''
914 xlibpth=''
915 ignore_versioned_solibs=''
916 libs=''
917 libsdirs=''
918 libsfiles=''
919 libsfound=''
920 libspath=''
921 lns=''
922 d_PRIEUldbl=''
923 d_PRIFUldbl=''
924 d_PRIGUldbl=''
925 d_PRIeldbl=''
926 d_PRIfldbl=''
927 d_PRIgldbl=''
928 d_SCNfldbl=''
929 sPRIEUldbl=''
930 sPRIFUldbl=''
931 sPRIGUldbl=''
932 sPRIeldbl=''
933 sPRIfldbl=''
934 sPRIgldbl=''
935 sSCNfldbl=''
936 lseeksize=''
937 lseektype=''
938 make_set_make=''
939 d_mymalloc=''
940 freetype=''
941 mallocobj=''
942 mallocsrc=''
943 malloctype=''
944 usemymalloc=''
945 installman1dir=''
946 man1dir=''
947 man1direxp=''
948 man1ext=''
949 installman3dir=''
950 man3dir=''
951 man3direxp=''
952 man3ext=''
953 modetype=''
954 multiarch=''
955 mydomain=''
956 myhostname=''
957 phostname=''
958 c=''
959 n=''
960 d_eofnblk=''
961 eagain=''
962 o_nonblock=''
963 rd_nodata=''
964 need_va_copy=''
965 netdb_hlen_type=''
966 netdb_host_type=''
967 netdb_name_type=''
968 netdb_net_type=''
969 groupcat=''
970 hostcat=''
971 passcat=''
972 orderlib=''
973 ranlib=''
974 d_perl_otherlibdirs=''
975 otherlibdirs=''
976 package=''
977 spackage=''
978 pager=''
979 api_revision=''
980 api_subversion=''
981 api_version=''
982 api_versionstring=''
983 patchlevel=''
984 perl_patchlevel=''
985 revision=''
986 subversion=''
987 version=''
988 version_patchlevel_string=''
989 perl5=''
990 perladmin=''
991 perlpath=''
992 d_nv_preserves_uv=''
993 i16size=''
994 i16type=''
995 i32size=''
996 i32type=''
997 i64size=''
998 i64type=''
999 i8size=''
1000 i8type=''
1001 ivsize=''
1002 ivtype=''
1003 nv_preserves_uv_bits=''
1004 nvsize=''
1005 nvtype=''
1006 u16size=''
1007 u16type=''
1008 u32size=''
1009 u32type=''
1010 u64size=''
1011 u64type=''
1012 u8size=''
1013 u8type=''
1014 uvsize=''
1015 uvtype=''
1016 ivdformat=''
1017 nvEUformat=''
1018 nvFUformat=''
1019 nvGUformat=''
1020 nveformat=''
1021 nvfformat=''
1022 nvgformat=''
1023 uvXUformat=''
1024 uvoformat=''
1025 uvuformat=''
1026 uvxformat=''
1027 pidtype=''
1028 prefix=''
1029 prefixexp=''
1030 installprivlib=''
1031 privlib=''
1032 privlibexp=''
1033 prototype=''
1034 ptrsize=''
1035 d_PRIXU64=''
1036 d_PRId64=''
1037 d_PRIi64=''
1038 d_PRIo64=''
1039 d_PRIu64=''
1040 d_PRIx64=''
1041 sPRIXU64=''
1042 sPRId64=''
1043 sPRIi64=''
1044 sPRIo64=''
1045 sPRIu64=''
1046 sPRIx64=''
1047 d_quad=''
1048 quadkind=''
1049 quadtype=''
1050 uquadtype=''
1051 drand01=''
1052 randbits=''
1053 randfunc=''
1054 randseedtype=''
1055 seedfunc=''
1056 installscript=''
1057 scriptdir=''
1058 scriptdirexp=''
1059 selectminbits=''
1060 selecttype=''
1061 sh=''
1062 sig_count=''
1063 sig_name=''
1064 sig_name_init=''
1065 sig_num=''
1066 sig_num_init=''
1067 sig_size=''
1068 installsitearch=''
1069 sitearch=''
1070 sitearchexp=''
1071 installsitebin=''
1072 sitebin=''
1073 sitebinexp=''
1074 installsitehtml1=''
1075 sitehtml1=''
1076 sitehtml1exp=''
1077 installsitehtml3=''
1078 sitehtml3=''
1079 sitehtml3exp=''
1080 installsitelib=''
1081 sitelib=''
1082 sitelib_stem=''
1083 sitelibexp=''
1084 installsiteman1=''
1085 siteman1=''
1086 siteman1exp=''
1087 installsiteman3=''
1088 siteman3=''
1089 siteman3exp=''
1090 siteprefix=''
1091 siteprefixexp=''
1092 installsitescript=''
1093 sitescript=''
1094 sitescriptexp=''
1095 sizesize=''
1096 sizetype=''
1097 so=''
1098 socksizetype=''
1099 sharpbang=''
1100 shsharp=''
1101 spitshell=''
1102 src=''
1103 ssizetype=''
1104 startperl=''
1105 startsh=''
1106 stdchar=''
1107 d_stdio_stream_array=''
1108 stdio_stream_array=''
1109 sysman=''
1110 trnl=''
1111 uidformat=''
1112 uidsign=''
1113 uidsize=''
1114 uidtype=''
1115 archname64=''
1116 use64bitall=''
1117 use64bitint=''
1118 usefaststdio=''
1119 ccflags_uselargefiles=''
1120 ldflags_uselargefiles=''
1121 libswanted_uselargefiles=''
1122 uselargefiles=''
1123 uselongdouble=''
1124 usemorebits=''
1125 usemultiplicity=''
1126 nm_opt=''
1127 nm_so_opt=''
1128 runnm=''
1129 usenm=''
1130 useperlio=''
1131 usesocks=''
1132 d_oldpthreads=''
1133 use5005threads=''
1134 useithreads=''
1135 usereentrant=''
1136 usethreads=''
1137 incpath=''
1138 mips_type=''
1139 usrinc=''
1140 d_vendorarch=''
1141 installvendorarch=''
1142 vendorarch=''
1143 vendorarchexp=''
1144 d_vendorbin=''
1145 installvendorbin=''
1146 vendorbin=''
1147 vendorbinexp=''
1148 installvendorhtml1=''
1149 vendorhtml1=''
1150 vendorhtml1exp=''
1151 installvendorhtml3=''
1152 vendorhtml3=''
1153 vendorhtml3exp=''
1154 d_vendorlib=''
1155 installvendorlib=''
1156 vendorlib=''
1157 vendorlib_stem=''
1158 vendorlibexp=''
1159 installvendorman1=''
1160 vendorman1=''
1161 vendorman1exp=''
1162 installvendorman3=''
1163 vendorman3=''
1164 vendorman3exp=''
1165 usevendorprefix=''
1166 vendorprefix=''
1167 vendorprefixexp=''
1168 d_vendorscript=''
1169 installvendorscript=''
1170 vendorscript=''
1171 vendorscriptexp=''
1172 versiononly=''
1173 defvoidused=''
1174 voidflags=''
1175 pm_apiversion=''
1176 xs_apiversion=''
1177 yacc=''
1178 yaccflags=''
1179 CONFIG=''
1180
1181 define='define'
1182 undef='undef'
1183 smallmach='pdp11 i8086 z8000 i80286 iAPX286'
1184 rmlist=''
1185
1186 : We must find out about Eunice early
1187 eunicefix=':'
1188 if test -f /etc/unixtovms; then
1189         eunicefix=/etc/unixtovms
1190 fi
1191 if test -f /etc/unixtovms.exe; then
1192         eunicefix=/etc/unixtovms.exe
1193 fi
1194
1195 : Set executable suffix now -- needed before hints available
1196 if test -f "/libs/version.library"; then
1197 : Amiga OS
1198     _exe=""
1199 elif test -f "/system/gnu_library/bin/ar.pm"; then
1200 : Stratus VOS
1201     _exe=".pm"
1202 elif test -n "$DJGPP"; then
1203 : DOS DJGPP
1204     _exe=".exe"
1205 elif test -d c:/. -o -n "$is_os2" ; then
1206 : OS/2 or cygwin
1207     _exe=".exe"
1208 fi
1209
1210 i_whoami=''
1211 : Possible local include directories to search.
1212 : Set locincpth to "" in a hint file to defeat local include searches.
1213 locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
1214 locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
1215 :
1216 : no include file wanted by default
1217 inclwanted=''
1218
1219 siteman1=''
1220 siteman3=''
1221 sitescript=''
1222 : Trailing extension.  Override this in a hint file, if needed.
1223 : Extra object files, if any, needed on this platform.
1224 archobjs=''
1225 groupstype=''
1226 libnames=''
1227 : change the next line if compiling for Xenix/286 on Xenix/386
1228 xlibpth='/usr/lib/386 /lib/386'
1229 : Possible local library directories to search.
1230 loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
1231 loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
1232
1233 : general looking path for locating libraries
1234 glibpth="/lib /usr/lib $xlibpth"
1235 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
1236 test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
1237 test -f /shlib/libc.so     && glibpth="/shlib $glibpth"
1238
1239 : Private path used by Configure to find libraries.  Its value
1240 : is prepended to libpth. This variable takes care of special
1241 : machines, like the mips.  Usually, it should be empty.
1242 plibpth=''
1243
1244 : default library list
1245 libswanted=''
1246 : some systems want to use only the non-versioned libso:s
1247 ignore_versioned_solibs=''
1248 : full support for void wanted by default
1249 defvoidused=15
1250
1251 ccname=''
1252 ccversion=''
1253 perllibs=''
1254 : set useposix=false in your hint file to disable the POSIX extension.
1255 useposix=true
1256 : set useopcode=false in your hint file to disable the Opcode extension.
1257 useopcode=true
1258 archname64=''
1259 ccflags_uselargefiles=''
1260 ldflags_uselargefiles=''
1261 libswanted_uselargefiles=''
1262 : set usemultiplicity on the Configure command line to enable multiplicity.
1263 : set usesocks on the Configure command line to enable socks.
1264 archname=''
1265 : set usethreads on the Configure command line to enable threads.
1266 usereentrant='undef'
1267 : List of libraries we want.
1268 : If anyone needs -lnet, put it in a hint file.
1269 libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl'
1270 libswanted="$libswanted dld ld sun m c cposix posix"
1271 libswanted="$libswanted ndir dir crypt sec"
1272 libswanted="$libswanted ucb bsd BSD PW x util rt posix4"
1273 : We probably want to search /usr/shlib before most other libraries.
1274 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
1275 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
1276 glibpth="/usr/shlib $glibpth"
1277 : Do not use vfork unless overridden by a hint file.
1278 usevfork=false
1279
1280 : Find the basic shell for Bourne shell scripts
1281 case "$sh" in
1282 '')
1283         case "$SYSTYPE" in
1284         *bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;
1285         *) xxx='/bin/sh';;
1286         esac
1287         if test -f "$xxx"; then
1288                 sh="$xxx"
1289         else
1290                 : Build up a list and do a single loop so we can 'break' out.
1291                 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1292                 for xxx in sh bash ksh pdksh ash; do
1293                         for p in $pth; do
1294                                 try="$try ${p}/${xxx}"
1295                         done
1296                 done
1297                 for xxx in $try; do
1298                         if test -f "$xxx"; then
1299                                 sh="$xxx";
1300                                 break
1301                         elif test "X$_exe" != X -a -f "$xxx$_exe"; then
1302                                 sh="$xxx";
1303                                 break
1304                         elif test -f "$xxx.exe"; then
1305                                 sh="$xxx";
1306                                 break
1307                         fi
1308                 done
1309         fi
1310         ;;
1311 esac
1312
1313 case "$sh" in
1314 '')     cat >&2 <<EOM
1315 $me:  Fatal Error:  I can't find a Bourne Shell anywhere.  
1316
1317 Usually it's in /bin/sh.  How did you even get this far?
1318 Please contact me (Perl Maintainers) at perlbug@perl.org and 
1319 we'll try to straighten this all out.
1320 EOM
1321         exit 1
1322         ;;
1323 esac
1324
1325 : see if sh knows # comments
1326 if `$sh -c '#' >/dev/null 2>&1`; then
1327         shsharp=true
1328         spitshell=cat
1329         xcat=/bin/cat
1330         test -f $xcat$_exe || xcat=/usr/bin/cat
1331         if test ! -f $xcat$_exe; then
1332                 for p in `echo $PATH | sed -e "s/$p_/ /g"` $paths; do
1333                         if test -f $p/cat$_exe; then
1334                                 xcat=$p/cat
1335                                 break
1336                         fi
1337                 done
1338                 if test ! -f $xcat$_exe; then
1339                         echo "Can't find cat anywhere!"
1340                         exit 1
1341                 fi
1342         fi
1343         echo "#!$xcat" >sharp
1344         $eunicefix sharp
1345         chmod +x sharp
1346         ./sharp > today
1347         if test -s today; then
1348                 sharpbang='#!'
1349         else
1350                 echo "#! $xcat" > sharp
1351                 $eunicefix sharp
1352                 chmod +x sharp
1353                 ./sharp > today
1354                 if test -s today; then
1355                         sharpbang='#! '
1356                 else
1357                         sharpbang=': use '
1358                 fi
1359         fi
1360 else
1361         echo " "
1362         echo "Your $sh doesn't grok # comments--I will strip them later on."
1363         shsharp=false
1364         cd ..
1365         echo "exec grep -v '^[  ]*#'" >spitshell
1366         chmod +x spitshell
1367         $eunicefix spitshell
1368         spitshell=`pwd`/spitshell
1369         cd UU
1370         echo "I presume that if # doesn't work, #! won't work either!"
1371         sharpbang=': use '
1372 fi
1373 rm -f sharp today
1374
1375 : figure out how to guarantee sh startup
1376 case "$startsh" in
1377 '') startsh=${sharpbang}${sh} ;;
1378 *)
1379 esac
1380 cat >sharp <<EOSS
1381 $startsh
1382 set abc
1383 test "$?abc" != 1
1384 EOSS
1385
1386 chmod +x sharp
1387 $eunicefix sharp
1388 if ./sharp; then
1389         : echo "Yup, it does."
1390 else
1391         echo "Hmm... '$startsh' does not guarantee sh startup..."
1392         echo "You may have to fix up the shell scripts to make sure $sh runs them."
1393 fi
1394 rm -f sharp
1395
1396
1397 : Save command line options in file UU/cmdline.opt for later use in
1398 : generating config.sh.
1399 cat > cmdline.opt <<EOSH
1400 # Configure command line arguments.
1401 config_arg0='$0'
1402 config_args='$*'
1403 config_argc=$#
1404 EOSH
1405 argn=1
1406 args_exp=''
1407 args_sep=''
1408 for arg in "$@"; do
1409         cat >>cmdline.opt <<EOSH
1410 config_arg$argn='$arg'
1411 EOSH
1412         # Extreme backslashitis: replace each ' by '"'"'
1413         cat <<EOC | sed -e "s/'/'"'"'"'"'"'"'/g" > cmdl.opt
1414 $arg
1415 EOC
1416         arg_exp=`cat cmdl.opt`
1417         args_exp="$args_exp$args_sep'$arg_exp'"
1418         argn=`expr $argn + 1`
1419         args_sep=' '
1420 done
1421 # args_exp is good for restarting self: eval "set X $args_exp"; shift; $0 "$@"
1422 # used by ./hints/os2.sh
1423 rm -f cmdl.opt
1424
1425 : produce awk script to parse command line options
1426 cat >options.awk <<'EOF'
1427 BEGIN {
1428         optstr = "A:dD:eEf:hKOrsSU:V";  # getopt-style specification
1429
1430         len = length(optstr);
1431         for (i = 1; i <= len; i++) {
1432                 c = substr(optstr, i, 1);
1433                 if (i < len) a = substr(optstr, i + 1, 1); else a = "";
1434                 if (a == ":") {
1435                         arg[c] = 1;
1436                         i++;
1437                 }
1438                 opt[c] = 1;
1439         }
1440 }
1441 {
1442         expect = 0;
1443         str = $0;
1444         if (substr(str, 1, 1) != "-") {
1445                 printf("'%s'\n", str);
1446                 next;
1447         }
1448         len = length($0);
1449         for (i = 2; i <= len; i++) {
1450                 c = substr(str, i, 1);
1451                 if (!opt[c]) {
1452                         printf("-%s\n", substr(str, i));
1453                         next;
1454                 }
1455                 printf("-%s\n", c);
1456                 if (arg[c]) {
1457                         if (i < len)
1458                                 printf("'%s'\n", substr(str, i + 1));
1459                         else
1460                                 expect = 1;
1461                         next;
1462                 }
1463         }
1464 }
1465 END {
1466         if (expect)
1467                 print "?";
1468 }
1469 EOF
1470
1471 : process the command line options
1472 set X `for arg in "$@"; do echo "X$arg"; done |
1473         sed -e s/X// | awk -f options.awk`
1474 eval "set $*"
1475 shift
1476 rm -f options.awk
1477
1478 : set up default values
1479 fastread=''
1480 reuseval=false
1481 config_sh=''
1482 alldone=''
1483 error=''
1484 silent=''
1485 extractsh=''
1486 override=''
1487 knowitall=''
1488 rm -f optdef.sh posthint.sh
1489 cat >optdef.sh <<EOS
1490 $startsh
1491 EOS
1492
1493
1494 : option parsing
1495 while test $# -gt 0; do
1496         case "$1" in
1497         -d) shift; fastread=yes;;
1498         -e) shift; alldone=cont;;
1499         -f)
1500                 shift
1501                 cd ..
1502                 if test -r "$1"; then
1503                         config_sh="$1"
1504                 else
1505                         echo "$me: cannot read config file $1." >&2
1506                         error=true
1507                 fi
1508                 cd UU
1509                 shift;;
1510         -h) shift; error=true;;
1511         -r) shift; reuseval=true;;
1512         -s) shift; silent=true; realsilent=true;;
1513         -E) shift; alldone=exit;;
1514         -K) shift; knowitall=true;;
1515         -O) shift; override=true;;
1516         -S) shift; silent=true; extractsh=true;;
1517         -D)
1518                 shift
1519                 case "$1" in
1520                 *=)
1521                         echo "$me: use '-U symbol=', not '-D symbol='." >&2
1522                         echo "$me: ignoring -D $1" >&2
1523                         ;;
1524                 *=*) echo "$1" | \
1525                                 sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;;
1526                 *) echo "$1='define'" >> optdef.sh;;
1527                 esac
1528                 shift
1529                 ;;
1530         -U)
1531                 shift
1532                 case "$1" in
1533                 *=) echo "$1" >> optdef.sh;;
1534                 *=*)
1535                         echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2
1536                         echo "$me: ignoring -U $1" >&2
1537                         ;;
1538                 *) echo "$1='undef'" >> optdef.sh;;
1539                 esac
1540                 shift
1541                 ;;
1542         -A)
1543             shift
1544             xxx=''
1545             yyy="$1"
1546             zzz=''
1547             uuu=undef
1548             case "$yyy" in
1549             *=*) zzz=`echo "$yyy"|sed 's!=.*!!'`
1550                  case "$zzz" in
1551                  *:*) zzz='' ;;
1552                  *)   xxx=append
1553                       zzz=" "`echo "$yyy"|sed 's!^[^=]*=!!'` 
1554                       yyy=`echo "$yyy"|sed 's!=.*!!'` ;;
1555                  esac
1556                  ;;
1557             esac
1558             case "$xxx" in
1559             '')  case "$yyy" in
1560                  *:*) xxx=`echo "$yyy"|sed 's!:.*!!'`
1561                       yyy=`echo "$yyy"|sed 's!^[^:]*:!!'`
1562                       zzz=`echo "$yyy"|sed 's!^[^=]*=!!'`
1563                       yyy=`echo "$yyy"|sed 's!=.*!!'` ;;
1564                  *)   xxx=`echo "$yyy"|sed 's!:.*!!'`
1565                       yyy=`echo "$yyy"|sed 's!^[^:]*:!!'` ;;
1566                  esac
1567                  ;;       
1568             esac
1569             case "$xxx" in
1570             append)
1571                 echo "$yyy=\"\${$yyy}$zzz\""    >> posthint.sh ;;
1572             clear)
1573                 echo "$yyy=''"                  >> posthint.sh ;;
1574             define)
1575                 case "$zzz" in
1576                 '') zzz=define ;;
1577                 esac
1578                 echo "$yyy='$zzz'"              >> posthint.sh ;;
1579             eval)
1580                 echo "eval \"$yyy=$zzz\""       >> posthint.sh ;;
1581             prepend)
1582                 echo "$yyy=\"$zzz\${$yyy}\""    >> posthint.sh ;;
1583             undef)
1584                 case "$zzz" in
1585                 '') zzz="$uuu" ;;
1586                 esac
1587                 echo "$yyy=$zzz"                >> posthint.sh ;;
1588             *)  echo "$me: unknown -A command '$xxx', ignoring -A $1" >&2 ;;
1589             esac
1590             shift
1591             ;;
1592         -V) echo "$me generated by metaconfig 3.0 PL70." >&2
1593             exit 0;;
1594         --) break;;
1595         -*) echo "$me: unknown option $1" >&2; shift; error=true;;
1596         *) break;;
1597         esac
1598 done
1599
1600 case "$error" in
1601 true)
1602         cat >&2 <<EOM
1603 Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1604                  [-U symbol] [-U symbol=] [-A command:symbol...]
1605   -d : use defaults for all answers.
1606   -e : go on without questioning past the production of config.sh.
1607   -f : specify an alternate default configuration file.
1608   -h : print this help message and exit (with an error status).
1609   -r : reuse C symbols value if possible (skips costly nm extraction).
1610   -s : silent mode, only echoes questions and essential information.
1611   -D : define symbol to have some value:
1612          -D symbol         symbol gets the value 'define'
1613          -D symbol=value   symbol gets the value 'value'
1614   -E : stop at the end of questions, after having produced config.sh.
1615   -K : do not use unless you know what you are doing.
1616   -O : let -D and -U override definitions from loaded configuration file.
1617   -S : perform variable substitutions on all .SH files (can mix with -f)
1618   -U : undefine symbol:
1619          -U symbol    symbol gets the value 'undef'
1620          -U symbol=   symbol gets completely empty
1621   -A : manipulate symbol after the platform specific hints have been applied:
1622          -A symbol=value                append " "value to symbol
1623          -A append:symbol=value         append value to symbol
1624          -A define:symbol=value         define symbol to have value
1625          -A clear:symbol                define symbol to be ''
1626          -A define:symbol               define symbol to be 'define'
1627          -A eval:symbol=value           define symbol to be eval of value
1628          -A prepend:symbol=value        prepend value to symbol
1629          -A undef:symbol                define symbol to be 'undef'
1630          -A undef:symbol=               define symbol to be ''
1631   -V : print version number and exit (with a zero status).
1632 EOM
1633         exit 1
1634         ;;
1635 esac
1636
1637 : Sanity checks
1638 case "$fastread$alldone" in
1639 yescont|yesexit) ;;
1640 *)
1641         case "$extractsh" in
1642         true) ;;
1643         *)
1644                 if test ! -t 0; then
1645                         echo "Say 'sh Configure', not 'sh <Configure'"
1646                         exit 1
1647                 fi
1648                 ;;
1649         esac
1650         ;;
1651 esac
1652
1653 exec 4>&1
1654 case "$silent" in
1655 true) exec 1>/dev/null;;
1656 esac
1657
1658 : run the defines and the undefines, if any, but leave the file out there...
1659 touch optdef.sh
1660 . ./optdef.sh
1661 : create the posthint manipulation script and leave the file out there...
1662 touch posthint.sh
1663
1664 : set package name
1665 package=perl5
1666 first=`echo $package | sed -e 's/^\(.\).*/\1/'`
1667 last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
1668 case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1669 ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
1670 *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
1671 esac
1672
1673 : Some greps do not return status, grrr.
1674 echo "grimblepritz" >grimble
1675 if grep blurfldyick grimble >/dev/null 2>&1 ; then
1676         contains=contains
1677 elif grep grimblepritz grimble >/dev/null 2>&1 ; then
1678         contains=grep
1679 else
1680         contains=contains
1681 fi
1682 rm -f grimble
1683 : the following should work in any shell
1684 case "$contains" in
1685 contains*)
1686         echo " "
1687         echo "AGH!  Grep doesn't return a status.  Attempting remedial action."
1688         cat >contains <<'EOSS'
1689 grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
1690 EOSS
1691 chmod +x contains
1692 esac
1693
1694 : Find the path to the source tree
1695 case "$src" in
1696 '') case "$0" in
1697     */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`
1698          case "$src" in
1699          /*)    ;;
1700          .)     ;;
1701          *)     src=`cd ../$src && pwd` ;;
1702          esac
1703          ;;
1704     *)   src='.';;
1705     esac;;
1706 esac
1707 case "$src" in
1708 '')     src=/
1709         rsrc=/
1710         ;;
1711 /*) rsrc="$src";;
1712 *) rsrc="../$src";;
1713 esac
1714 if test -f $rsrc/Configure && \
1715         $contains "^package=$package$" $rsrc/Configure >/dev/null 2>&1
1716 then
1717    : found it, so we are ok.
1718 else
1719         rsrc=''
1720         for src in . .. ../.. ../../.. ../../../..; do
1721                 if test -f ../$src/Configure && \
1722                         $contains "^package=$package$" ../$src/Configure >/dev/null 2>&1
1723                 then
1724                         rsrc=../$src
1725                         break
1726                 fi
1727         done
1728 fi
1729 case "$rsrc" in
1730 '')
1731         cat <<EOM >&4
1732
1733 Sorry, I can't seem to locate the source dir for $package.  Please start
1734 Configure with an explicit path -- i.e. /some/path/Configure.
1735
1736 EOM
1737         exit 1
1738         ;;
1739 ../.)   rsrc='..';;
1740 *)
1741         echo " "
1742         echo "Sources for $package found in \"$src\"." >&4
1743         ;;
1744 esac
1745
1746 : script used to extract .SH files with variable substitutions
1747 cat >extract <<'EOS'
1748 PERL_CONFIG_SH=true
1749 echo "Doing variable substitutions on .SH files..."
1750 if test -f MANIFEST; then
1751         set x `awk '{print $1}' < MANIFEST | grep '\.SH$'`
1752 else
1753         echo "(Looking for .SH files under the source directory.)"
1754         set x `(cd "$src"; find . -name "*.SH" -print)`
1755 fi
1756 shift
1757 case $# in
1758 0) set x `(cd "$src"; echo *.SH)`; shift;;
1759 esac
1760 if test ! -f "$src/$1"; then
1761         shift
1762 fi
1763 mkdir_p='
1764 name=$1;
1765 create="";
1766 while test $name; do
1767         if test ! -d "$name"; then
1768                 create="$name $create";
1769                 name=`echo $name | sed -e "s|^[^/]*$||"`;
1770                 name=`echo $name | sed -e "s|\(.*\)/.*|\1|"`;
1771         else
1772                 name="";
1773         fi;
1774 done;
1775 for file in $create; do
1776         mkdir $file;
1777 done
1778 '
1779 for file in $*; do
1780         case "$src" in
1781         ".")
1782                 case "$file" in
1783                 */*)
1784                         dir=`expr X$file : 'X\(.*\)/'`
1785                         file=`expr X$file : 'X.*/\(.*\)'`
1786                         (cd "$dir" && . ./$file)
1787                         ;;
1788                 *)
1789                         . ./$file
1790                         ;;
1791                 esac
1792                 ;;
1793         *)
1794                 case "$file" in
1795                 */*)
1796                         dir=`expr X$file : 'X\(.*\)/'`
1797                         file=`expr X$file : 'X.*/\(.*\)'`
1798                         (set x $dir; shift; eval $mkdir_p)
1799                         sh <"$src/$dir/$file"
1800                         ;;
1801                 *)
1802                         sh <"$src/$file"
1803                         ;;
1804                 esac
1805                 ;;
1806         esac
1807 done
1808 if test -f "$src/config_h.SH"; then
1809         if test ! -f config.h; then
1810         : oops, they left it out of MANIFEST, probably, so do it anyway.
1811         . "$src/config_h.SH"
1812         fi
1813 fi
1814 EOS
1815
1816 : extract files and exit if asked to do so
1817 case "$extractsh" in
1818 true)
1819         case "$realsilent" in
1820         true) ;;
1821         *) exec 1>&4;;
1822         esac
1823         case "$config_sh" in
1824         '') config_sh='config.sh';;
1825         esac
1826         echo " "
1827         echo "Fetching answers from $config_sh..."
1828         cd ..
1829         . $config_sh
1830         test "$override" && . ./optdef.sh
1831         echo " "
1832         . UU/extract
1833         rm -rf UU
1834         echo "Extraction done."
1835         exit 0
1836         ;;
1837 esac
1838
1839 : Eunice requires " " instead of "", can you believe it
1840 echo " "
1841 : Here we go...
1842 echo "Beginning of configuration questions for $package."
1843
1844 trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
1845
1846 : first determine how to suppress newline on echo command
1847 echo " "
1848 echo "Checking echo to see how to suppress newlines..."
1849 (echo "hi there\c" ; echo " ") >.echotmp
1850 if $contains c .echotmp >/dev/null 2>&1 ; then
1851         echo "...using -n."
1852         n='-n'
1853         c=''
1854 else
1855         cat <<'EOM'
1856 ...using \c
1857 EOM
1858         n=''
1859         c='\c'
1860 fi
1861 echo $n "The star should be here-->$c"
1862 echo '*'
1863 rm -f .echotmp
1864
1865 : Now test for existence of everything in MANIFEST
1866 echo " "
1867 if test -f "$rsrc/MANIFEST"; then
1868         echo "First let's make sure your kit is complete.  Checking..." >&4
1869         awk '$1 !~ /PACK[A-Z]+/ {print $1}' "$rsrc/MANIFEST" | (split -l 50 2>/dev/null || split -50)
1870         rm -f missing
1871         tmppwd=`pwd`
1872         for filelist in x??; do
1873                 (cd "$rsrc"; ls `cat "$tmppwd/$filelist"` >/dev/null 2>>"$tmppwd/missing")
1874         done
1875         if test -s missing; then
1876                 cat missing >&4
1877                 cat >&4 <<'EOM'
1878
1879 THIS PACKAGE SEEMS TO BE INCOMPLETE.
1880
1881 You have the option of continuing the configuration process, despite the
1882 distinct possibility that your kit is damaged, by typing 'y'es.  If you
1883 do, don't blame me if something goes wrong.  I advise you to type 'n'o
1884 and contact the author (perlbug@perl.org).
1885
1886 EOM
1887                 echo $n "Continue? [n] $c" >&4
1888                 read ans
1889                 case "$ans" in
1890                 y*)
1891                         echo "Continuing..." >&4
1892                         rm -f missing
1893                         ;;
1894                 *)
1895                         echo "ABORTING..." >&4
1896                         kill $$
1897                         ;;
1898                 esac
1899         else
1900                 echo "Looks good..."
1901         fi
1902 else
1903         echo "There is no MANIFEST file.  I hope your kit is complete !"
1904 fi
1905 rm -f missing x??
1906
1907 echo " "
1908 : Find the appropriate value for a newline for tr
1909 if test -n "$DJGPP"; then
1910        trnl='\012'
1911 fi
1912 if test X"$trnl" = X; then
1913         case "`echo foo|tr '\n' x 2>/dev/null`" in
1914         foox) trnl='\n' ;;
1915         esac
1916 fi
1917 if test X"$trnl" = X; then
1918         case "`echo foo|tr '\012' x 2>/dev/null`" in
1919         foox) trnl='\012' ;;
1920         esac
1921 fi
1922 if test X"$trnl" = X; then
1923        case "`echo foo|tr '\r\n' xy 2>/dev/null`" in
1924        fooxy) trnl='\n\r' ;;
1925        esac
1926 fi
1927 if test X"$trnl" = X; then
1928         cat <<EOM >&2
1929
1930 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
1931
1932 EOM
1933         exit 1
1934 fi
1935
1936 : compute the number of columns on the terminal for proper question formatting
1937 case "$COLUMNS" in
1938 '') COLUMNS='80';;
1939 esac
1940
1941 : set up the echo used in my read
1942 myecho="case \"\$xxxm\" in
1943 '') echo $n \"\$rp $c\" >&4;;
1944 *) case \"\$rp\" in
1945         '') echo $n \"[\$xxxm] $c\";;
1946         *)
1947                 if test \`echo \"\$rp [\$xxxm]  \" | wc -c\` -ge $COLUMNS; then
1948                         echo \"\$rp\" >&4
1949                         echo $n \"[\$xxxm] $c\" >&4
1950                 else
1951                         echo $n \"\$rp [\$xxxm] $c\" >&4
1952                 fi
1953                 ;;
1954         esac;;
1955 esac"
1956
1957 : now set up to do reads with possible shell escape and default assignment
1958 cat <<EOSC >myread
1959 $startsh
1960 xxxm=\$dflt
1961 $myecho
1962 ans='!'
1963 case "\$fastread" in
1964 yes) case "\$dflt" in
1965         '') ;;
1966         *) ans='';
1967                 case "\$silent-\$rp" in
1968                 true-) ;;
1969                 *) echo " " >&4;;
1970                 esac;;
1971         esac;;
1972 *) case "\$silent" in
1973         true) case "\$rp" in
1974                 '') ans='';;
1975                 esac;;
1976         esac;;
1977 esac
1978 while expr "X\$ans" : "X!" >/dev/null; do
1979         read answ
1980         set x \$xxxm
1981         shift
1982         aok=''; eval "ans=\\"\$answ\\"" && aok=y
1983         case  "\$answ" in
1984         "!")
1985                 sh 1>&4
1986                 echo " "
1987                 $myecho
1988                 ;;
1989         !*)
1990                 set x \`expr "X\$ans" : "X!\(.*\)\$"\`
1991                 shift
1992                 sh 1>&4 -c "\$*"
1993                 echo " "
1994                 $myecho
1995                 ;;
1996         "\$ans")
1997                 case "\$ans" in
1998                 \\&*)
1999                         set x \`expr "X\$ans" : "X&\(.*\)\$"\`
2000                         shift
2001                         case "\$1" in
2002                         -d)
2003                                 fastread=yes
2004                                 echo "(OK, I'll run with -d after this question.)" >&4
2005                                 ;;
2006                         -*)
2007                                 echo "*** Sorry, \$1 not supported yet." >&4
2008                                 ;;
2009                         esac
2010                         $myecho
2011                         ans=!
2012                         ;;
2013                 esac;;
2014         *)
2015                 case "\$aok" in
2016                 y)
2017                         echo "*** Substitution done -- please confirm."
2018                         xxxm="\$ans"
2019                         ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
2020                         xxxm="\$ans"
2021                         ans=!
2022                         ;;
2023                 *)
2024                         echo "*** Error -- try again."
2025                         ans=!
2026                         ;;
2027                 esac
2028                 $myecho
2029                 ;;
2030         esac
2031         case "\$ans\$xxxm\$nostick" in
2032         '')
2033                 ans=!
2034                 $myecho
2035                 ;;
2036         esac
2037 done
2038 case "\$ans" in
2039 '') ans="\$xxxm";;
2040 esac
2041 EOSC
2042
2043 : create .config dir to save info across Configure sessions
2044 test -d ../.config || mkdir ../.config
2045 cat >../.config/README <<EOF
2046 This directory created by Configure to save information that should
2047 persist across sessions for $package.
2048
2049 You may safely delete it if you wish.
2050 EOF
2051
2052 xversion=`awk '/define[         ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
2053 case "$usedevel" in
2054 $define|true|[yY]*) ;;
2055 *) case "$xversion" in
2056    *[13579])
2057         cat >&4 <<EOH
2058 *** WHOA THERE!!! ***
2059
2060     This is an UNSTABLE DEVELOPMENT release.
2061     The version of this $package distribution is $xversion, that is, odd,
2062     (as opposed to even) and that signifies a development release.
2063     If you want a maintenance release, you want an even-numbered version.
2064
2065     Do ***NOT*** install this into production use.
2066     Data corruption and crashes are possible.
2067
2068     It is most seriously suggested that you do not continue any further
2069     unless you want to help in developing and debugging Perl.
2070
2071     If you *still* want to build perl, you can answer 'y' now,
2072     or pass -Dusedevel to Configure.
2073
2074 EOH
2075         rp='Do you really want to continue?'
2076         dflt='n'
2077         . ./myread
2078         case "$ans" in
2079         [yY]) echo >&4 "Okay, continuing."
2080               usedevel="$define" ;;
2081         *) echo >&4 "Okay, bye."
2082            exit 1
2083            ;;
2084         esac
2085         ;;
2086     esac
2087     ;;
2088 esac
2089 case "$usedevel" in
2090 $define|true|[yY]*)
2091         case "$versiononly" in
2092         '') versiononly="$define" ;;
2093         esac
2094         case "$installusrbinperl" in
2095         '') installusrbinperl="$undef" ;;
2096         esac
2097         ;;
2098 esac
2099
2100 : general instructions
2101 needman=true
2102 firsttime=true
2103 user=`(logname) 2>/dev/null`
2104 case "$user" in
2105 '') user=`whoami 2>&1`;;
2106 esac
2107 if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then
2108         firsttime=false
2109         echo " "
2110         rp='Would you like to see the instructions?'
2111         dflt=n
2112         . ./myread
2113         case "$ans" in
2114         [yY]*) ;;
2115         *) needman=false;;
2116         esac
2117 fi
2118 if $needman; then
2119         cat <<EOH
2120
2121 This installation shell script will examine your system and ask you questions
2122 to determine how the perl5 package should be installed. If you get
2123 stuck on a question, you may use a ! shell escape to start a subshell or
2124 execute a command.  Many of the questions will have default answers in square
2125 brackets; typing carriage return will give you the default.
2126
2127 On some of the questions which ask for file or directory names you are allowed
2128 to use the ~name construct to specify the login directory belonging to "name",
2129 even if you don't have a shell which knows about that.  Questions where this is
2130 allowed will be marked "(~name ok)".
2131
2132 EOH
2133         rp=''
2134         dflt='Type carriage return to continue'
2135         . ./myread
2136         cat <<'EOH'
2137
2138 The prompter used in this script allows you to use shell variables and
2139 backticks in your answers.  You may use $1, $2, etc...  to refer to the words
2140 in the default answer, as if the default line was a set of arguments given to a
2141 script shell.  This means you may also use $* to repeat the whole default line,
2142 so you do not have to re-type everything to add something to the default.
2143
2144 Everytime there is a substitution, you will have to confirm.  If there is an
2145 error (e.g. an unmatched backtick), the default answer will remain unchanged
2146 and you will be prompted again.
2147
2148 If you are in a hurry, you may run 'Configure -d'.  This will bypass nearly all
2149 the questions and use the computed defaults (or the previous answers if there
2150 was already a config.sh file). Type 'Configure -h' for a list of options.
2151 You may also start interactively and then answer '& -d' at any prompt to turn
2152 on the non-interactive behaviour for the remainder of the execution.
2153
2154 EOH
2155         . ./myread
2156         cat <<EOH
2157
2158 Much effort has been expended to ensure that this shell script will run on any
2159 Unix system.  If despite that it blows up on yours, your best bet is to edit
2160 Configure and run it again.  If you can't run Configure for some reason,
2161 you'll have to generate a config.sh file by hand.  Whatever problems you
2162 have, let me (perlbug@perl.org) know how I blew it.
2163
2164 This installation script affects things in two ways:
2165
2166 1) it may do direct variable substitutions on some of the files included
2167    in this kit.
2168 2) it builds a config.h file for inclusion in C programs.  You may edit
2169    any of these files as the need arises after running this script.
2170
2171 If you make a mistake on a question, there is no easy way to back up to it
2172 currently.  The easiest thing to do is to edit config.sh and rerun all the SH
2173 files.  Configure will offer to let you do this before it runs the SH files.
2174
2175 EOH
2176         dflt='Type carriage return to continue'
2177         . ./myread
2178         case "$firsttime" in
2179         true) echo $user >>../.config/instruct;;
2180         esac
2181 fi
2182
2183 : find out where common programs are
2184 echo " "
2185 echo "Locating common programs..." >&4
2186 cat <<EOSC >loc
2187 $startsh
2188 case \$# in
2189 0) exit 1;;
2190 esac
2191 thing=\$1
2192 shift
2193 dflt=\$1
2194 shift
2195 for dir in \$*; do
2196         case "\$thing" in
2197         .)
2198         if test -d \$dir/\$thing; then
2199                 echo \$dir
2200                 exit 0
2201         fi
2202         ;;
2203         *)
2204         for thisthing in \$dir/\$thing; do
2205                 : just loop through to pick last item
2206         done
2207         if test -f \$thisthing; then
2208                 echo \$thisthing
2209                 exit 0
2210         elif test "X$_exe" != X -a -f \$thisthing$_exe; then
2211                 echo \$thisthing
2212                 exit 0
2213         elif test -f \$dir/\$thing.exe; then
2214                 if test -n "$DJGPP"; then
2215                         echo \$dir/\$thing.exe
2216                 elif test "$eunicefix" != ":"; then
2217                         : on Eunice apparently
2218                         echo \$dir/\$thing
2219                         exit 0
2220                 fi
2221                 exit 0
2222         fi
2223         ;;
2224         esac
2225 done
2226 echo \$dflt
2227 exit 1
2228 EOSC
2229 chmod +x loc
2230 $eunicefix loc
2231 loclist="
2232 awk
2233 cat
2234 chmod
2235 comm
2236 cp
2237 echo
2238 expr
2239 grep
2240 ls
2241 mkdir
2242 rm
2243 sed
2244 sort
2245 touch
2246 tr
2247 uniq
2248 "
2249 trylist="
2250 Mcc
2251 ar
2252 bison
2253 byacc
2254 cpp
2255 csh
2256 date
2257 egrep
2258 gmake
2259 gzip
2260 less
2261 ln
2262 make
2263 more
2264 nm
2265 nroff
2266 pg
2267 test
2268 uname
2269 zip
2270 "
2271 pth=`echo $PATH | sed -e "s/$p_/ /g"`
2272 pth="$pth /lib /usr/lib"
2273 for file in $loclist; do
2274         eval xxx=\$$file
2275         case "$xxx" in
2276         /*|?:[\\/]*)
2277                 if test -f "$xxx"; then
2278                         : ok
2279                 else
2280                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2281                         xxx=`./loc $file $file $pth`
2282                 fi
2283                 ;;
2284         '') xxx=`./loc $file $file $pth`;;
2285         *) xxx=`./loc $xxx $xxx $pth`;;
2286         esac
2287         eval $file=$xxx$_exe
2288         eval _$file=$xxx
2289         case "$xxx" in
2290         /*)
2291                 echo $file is in $xxx.
2292                 ;;
2293         ?:[\\/]*)
2294                 echo $file is in $xxx.
2295                 ;;
2296         *)
2297                 echo "I don't know where '$file' is, and my life depends on it." >&4
2298                 echo "Go find a public domain implementation or fix your PATH setting!" >&4
2299                 exit 1
2300                 ;;
2301         esac
2302 done
2303 echo " "
2304 echo "Don't worry if any of the following aren't found..."
2305 say=offhand
2306 for file in $trylist; do
2307         eval xxx=\$$file
2308         case "$xxx" in
2309         /*|?:[\\/]*)
2310                 if test -f "$xxx"; then
2311                         : ok
2312                 else
2313                         echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2314                         xxx=`./loc $file $file $pth`
2315                 fi
2316                 ;;
2317         '') xxx=`./loc $file $file $pth`;;
2318         *) xxx=`./loc $xxx $xxx $pth`;;
2319         esac
2320         eval $file=$xxx$_exe
2321         eval _$file=$xxx
2322         case "$xxx" in
2323         /*)
2324                 echo $file is in $xxx.
2325                 ;;
2326         ?:[\\/]*)
2327                 echo $file is in $xxx.
2328                 ;;
2329         *)
2330                 echo "I don't see $file out there, $say."
2331                 say=either
2332                 ;;
2333         esac
2334 done
2335 case "$egrep" in
2336 egrep)
2337         echo "Substituting grep for egrep."
2338         egrep=$grep
2339         _egrep=$grep
2340         ;;
2341 esac
2342 case "$ln" in
2343 ln)
2344         echo "Substituting cp for ln."
2345         ln=$cp
2346         _ln=$cp
2347         ;;
2348 esac
2349 case "$make" in
2350 make)   
2351         case "$gmake" in
2352         gmake)
2353         echo "I can't find make or gmake, and my life depends on it." >&4
2354         echo "Go find a public domain implementation or fix your PATH setting!" >&4
2355         exit 1
2356         ;;
2357         esac
2358         ;;
2359 esac    
2360 case "$gmake" in
2361 gmake)  ;;
2362 *)      # We can't have osname yet.
2363         if test -f "/system/gnu_library/bin/ar.pm"; then # Stratus VOS
2364                 # Assume that gmake, if found, is definitely GNU make
2365                 # and prefer it over the system make.
2366                 echo "Substituting gmake for make."
2367                 make=$gmake
2368                 _make=$gmake
2369         fi
2370         ;;
2371 esac
2372 case "$test" in
2373 test)
2374         echo "Hopefully test is built into your sh."
2375         ;;
2376 *)
2377         if `sh -c "PATH= test true" >/dev/null 2>&1`; then
2378                 echo "Using the test built into your sh."
2379                 test=test
2380                 _test=test
2381         fi
2382         ;;
2383 esac
2384 case "$echo" in
2385 echo)
2386         echo "Hopefully echo is built into your sh."
2387         ;;
2388 '') ;;
2389 *)
2390         echo " "
2391 echo "Checking compatibility between $echo and builtin echo (if any)..." >&4
2392         $echo $n "hi there$c" >foo1
2393         echo $n "hi there$c" >foo2
2394         if cmp foo1 foo2 >/dev/null 2>&1; then
2395                 echo "They are compatible.  In fact, they may be identical."
2396         else
2397                 case "$n" in
2398                 '-n') n='' c='\c';;
2399                 *) n='-n' c='';;
2400                 esac
2401                 cat <<FOO
2402 They are not compatible!  You are probably running ksh on a non-USG system.
2403 I'll have to use $echo instead of the builtin, since Bourne shell doesn't
2404 have echo built in and we may have to run some Bourne shell scripts.  That
2405 means I'll have to use '$n$c' to suppress newlines now.  Life is ridiculous.
2406
2407 FOO
2408                 $echo $n "The star should be here-->$c"
2409                 $echo "*"
2410         fi
2411         $rm -f foo1 foo2
2412         ;;
2413 esac
2414
2415 cat <<EOS >trygcc
2416 $startsh
2417 EOS
2418 cat <<'EOSC' >>trygcc
2419 case "$cc" in
2420 '') ;;
2421 *)  $rm -f try try.*
2422     $cat >try.c <<EOM
2423 int main(int argc, char *argv[]) {
2424   return 0;
2425 }
2426 EOM
2427     if $cc -o try $ccflags $ldflags try.c; then
2428        :
2429     else
2430         echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2431         despair=yes
2432         trygcc=yes
2433         case "$cc" in
2434         *gcc*) trygcc=no ;;
2435         esac
2436         case "`$cc -v -c try.c 2>&1`" in
2437         *gcc*) trygcc=no ;;
2438         esac
2439         if $test X"$trygcc" = Xyes; then
2440             if gcc -o try -c try.c; then
2441                 echo " "
2442                 echo "You seem to have a working gcc, though." >&4
2443                 rp="Would you like to use it?"
2444                 dflt=y
2445                 if $test -f myread; then
2446                     . ./myread
2447                 else
2448                     if $test -f UU/myread; then
2449                         . ./UU/myread
2450                     else
2451                         echo "Cannot find myread, sorry.  Aborting." >&2
2452                         exit 1
2453                     fi
2454                 fi  
2455                 case "$ans" in
2456                 [yY]*) cc=gcc; ccname=gcc; ccflags=''; despair=no;
2457                        if $test -f usethreads.cbu; then
2458                            $cat >&4 <<EOM 
2459
2460 *** However, any setting of the C compiler flags (e.g. for thread support)
2461 *** has been lost.  It may be necessary to pass -Dcc=gcc to Configure
2462 *** (together with e.g. -Dusethreads).
2463
2464 EOM
2465                        fi;;
2466                 esac
2467             fi
2468         fi
2469     fi
2470     $rm -f try try.*
2471     ;;
2472 esac
2473 EOSC
2474
2475 cat <<EOS >checkcc
2476 $startsh
2477 EOS
2478 cat <<'EOSC' >>checkcc
2479 case "$cc" in        
2480 '') ;;
2481 *)  $rm -f try try.*              
2482     $cat >try.c <<EOM
2483 int main(int argc, char *argv[]) {
2484   return 0;
2485 }
2486 EOM
2487     if $cc -o try $ccflags $ldflags try.c; then
2488        :
2489     else
2490         if $test X"$despair" = Xyes; then
2491            echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2492         fi
2493         $cat >&4 <<EOM         
2494 You need to find a working C compiler.
2495 Either (purchase and) install the C compiler supplied by your OS vendor,
2496 or for a free C compiler try http://gcc.gnu.org/
2497 I cannot continue any further, aborting.
2498 EOM
2499         exit 1
2500     fi
2501     $rm -f try try.*
2502     ;;
2503 esac
2504 EOSC
2505
2506 : determine whether symbolic links are supported
2507 echo " "
2508 $touch blurfl
2509 if $ln -s blurfl sym > /dev/null 2>&1 ; then
2510         echo "Symbolic links are supported." >&4
2511         lns="$ln -s"
2512 else
2513         echo "Symbolic links are NOT supported." >&4
2514         lns="$ln"
2515 fi
2516 $rm -f blurfl sym
2517
2518 : determine whether symbolic links are supported
2519 echo " "
2520 case "$lns" in
2521 *"ln"*" -s")
2522         echo "Checking how to test for symbolic links..." >&4
2523         $lns blurfl sym
2524         if $test "X$issymlink" = X; then
2525                 case "$newsh" in
2526                 '') sh     -c "PATH= test -h sym" >/dev/null 2>&1 ;;
2527                 *)  $newsh -c "PATH= test -h sym" >/dev/null 2>&1 ;;
2528                 esac
2529                 if test $? = 0; then
2530                         issymlink="test -h"
2531                 else
2532                         echo "Your builtin 'test -h' may be broken." >&4
2533                         case "$test" in
2534                         /*)     ;;
2535                         *)      pth=`echo $PATH | sed -e "s/$p_/ /g"`
2536                                 for p in $pth
2537                                 do
2538                                         if test -f "$p/$test"; then
2539                                                 test="$p/$test"
2540                                                 break
2541                                         fi
2542                                 done
2543                                 ;;
2544                         esac
2545                         case "$test" in
2546                         /*)
2547                                 echo "Trying external '$test -h'." >&4
2548                                 issymlink="$test -h"
2549                                 if $test ! -h sym >/dev/null 2>&1; then
2550                                         echo "External '$test -h' is broken, too." >&4
2551                                         issymlink=''
2552                                 fi
2553                                 ;;
2554                         *)      issymlink='' ;;
2555                         esac
2556                 fi              
2557         fi
2558         if $test "X$issymlink" = X; then
2559                 if $test -L sym 2>/dev/null; then
2560                         issymlink="$test -L"
2561                         echo "The builtin '$test -L' worked." >&4
2562                 fi
2563         fi
2564         if $test "X$issymlink" != X; then
2565                 echo "You can test for symbolic links with '$issymlink'." >&4
2566         else
2567                 echo "I do not know how you can test for symbolic links." >&4
2568         fi
2569         $rm -f blurfl sym
2570         ;;
2571 *)      echo "No symbolic links, so not testing for their testing..." >&4
2572         ;;
2573 esac
2574 echo " "
2575
2576
2577 case "$mksymlinks" in
2578 $define|true|[yY]*)
2579         case "$src" in
2580         ''|'.') echo "Cannot create symlinks in the original directory." >&4
2581                 exit 1
2582                 ;;
2583         *)      case "$lns:$issymlink" in
2584                 *"ln"*" -s:"*"test -"?)
2585                         echo "Creating the symbolic links..." >&4
2586                         echo "(First creating the subdirectories...)" >&4
2587                         cd ..
2588                         awk '{print $1}' $src/MANIFEST | grep / | sed 's:/[^/]*$::' | sort -u | while true; do
2589                                 read directory
2590                                 test -z "$directory" && break
2591                                 mkdir -p $directory
2592                         done
2593                         # Sanity check 1.
2594                         if test ! -d t/base; then
2595                                 echo "Failed to create the subdirectories.  Aborting." >&4
2596                                 exit 1
2597                         fi
2598                         echo "(Then creating the symlinks...)" >&4
2599                         awk '{print $1}' $src/MANIFEST | while true; do
2600                                 read filename
2601                                 test -z "$filename" && break
2602                                 if test -f $filename; then
2603                                         if $issymlink $filename; then
2604                                                 rm -f $filename
2605                                         fi
2606                                 fi
2607                                 if test -f $filename; then
2608                                         echo "$filename already exists, not symlinking."
2609                                 else
2610                                         ln -s $src/$filename $filename
2611                                 fi
2612                         done
2613                         # Sanity check 2.
2614                         if test ! -f t/base/lex.t; then
2615                                 echo "Failed to create the symlinks (t/base/lex.t missing).  Aborting." >&4
2616                                 exit 1
2617                         fi
2618                         cd UU
2619                         ;;
2620                 *)      echo "(I cannot figure out how to do symbolic links, ignoring mksymlinks)." >&4
2621                         ;;
2622                 esac
2623                 ;;
2624         esac
2625         ;;
2626 esac
2627
2628
2629 case "$usecrosscompile" in
2630 $define|true|[yY]*)
2631         $echo "Cross-compiling..."
2632         croak=''
2633         case "$cc" in
2634         *-*-gcc) # A cross-compiling gcc, probably.
2635             targetarch=`$echo $cc|$sed 's/-gcc$//'`
2636             ar=$targetarch-ar
2637             # leave out ld, choosing it is more complex
2638             nm=$targetarch-nm
2639             ranlib=$targetarch-ranlib
2640             $echo 'extern int foo;' > try.c
2641             set X `$cc -v -E try.c 2>&1 | $awk '/^#include </,/^End of search /'|$grep '/include'`
2642             shift
2643             if $test $# -gt 0; then
2644                 incpth="$incpth $*"
2645                 incpth="`$echo $incpth|$sed 's/^ //'`"
2646                 echo "Guessing incpth '$incpth'." >&4
2647                 for i in $*; do
2648                     j="`$echo $i|$sed 's,/include$,/lib,'`"
2649                     if $test -d $j; then
2650                         libpth="$libpth $j"
2651                     fi
2652                 done   
2653                 libpth="`$echo $libpth|$sed 's/^ //'`"
2654                 echo "Guessing libpth '$libpth'." >&4
2655             fi
2656             $rm -f try.c
2657             ;;
2658         esac
2659         case "$targetarch" in
2660         '') echo "Targetarch not defined." >&4; croak=y ;;
2661         *)  echo "Using targetarch $targetarch." >&4 ;;
2662         esac
2663         case "$incpth" in
2664         '') echo "Incpth not defined." >&4; croak=y ;;
2665         *)  echo "Using incpth '$incpth'." >&4 ;;
2666         esac
2667         case "$libpth" in
2668         '') echo "Libpth not defined." >&4; croak=y ;;
2669         *)  echo "Using libpth '$libpth'." >&4 ;;
2670         esac
2671         case "$usrinc" in
2672         '') for i in $incpth; do
2673                 if $test -f $i/errno.h -a -f $i/stdio.h -a -f $i/time.h; then
2674                     usrinc=$i
2675                     echo "Guessing usrinc $usrinc." >&4
2676                     break
2677                 fi
2678             done
2679             case "$usrinc" in
2680             '') echo "Usrinc not defined." >&4; croak=y ;;
2681             esac
2682             ;;
2683         *)  echo "Using usrinc $usrinc." >&4 ;;
2684         esac
2685         case "$targethost" in
2686         '') echo "Targethost not defined." >&4; croak=y ;;
2687         *)  echo "Using targethost $targethost." >&4
2688         esac
2689         locincpth=' '
2690         loclibpth=' '
2691         case "$croak" in
2692         y) echo "Cannot continue, aborting." >&4; exit 1 ;;
2693         esac
2694         case "$src" in
2695         /*) run=$src/Cross/run
2696             targetmkdir=$src/Cross/mkdir
2697             to=$src/Cross/to
2698             from=$src/Cross/from
2699             ;;
2700         *)  pwd=`$test -f ../Configure & cd ..; pwd`
2701             run=$pwd/Cross/run
2702             targetmkdir=$pwd/Cross/mkdir
2703             to=$pwd/Cross/to
2704             from=$pwd/Cross/from
2705             ;;
2706         esac
2707         case "$targetrun" in
2708         '') targetrun=ssh ;;
2709         esac
2710         case "$targetto" in
2711         '') targetto=scp ;;
2712         esac
2713         case "$targetfrom" in
2714         '') targetfrom=scp ;;
2715         esac
2716         run=$run-$targetrun
2717         to=$to-$targetto
2718         from=$from-$targetfrom
2719         case "$targetdir" in
2720         '')  targetdir=/tmp
2721              echo "Guessing targetdir $targetdir." >&4
2722              ;;
2723         esac
2724         case "$targetuser" in
2725         '')  targetuser=root
2726              echo "Guessing targetuser $targetuser." >&4
2727              ;;
2728         esac
2729         case "$targetfrom" in
2730         scp)    q=-q ;;
2731         *)      q='' ;;
2732         esac
2733         case "$targetrun" in
2734         ssh|rsh)
2735             cat >$run <<EOF
2736 #!/bin/sh
2737 case "\$1" in
2738 -cwd)
2739   shift
2740   cwd=\$1
2741   shift
2742   ;;
2743 esac
2744 case "\$cwd" in
2745 '') cwd=$targetdir ;;
2746 esac
2747 exe=\$1
2748 shift
2749 if $test ! -f \$exe.xok; then
2750   $to \$exe
2751   $touch \$exe.xok
2752 fi
2753 $targetrun -l $targetuser $targethost "cd \$cwd && ./\$exe \$@"
2754 EOF
2755             ;;
2756         *)  echo "Unknown targetrun '$targetrun'" >&4
2757             exit 1
2758             ;;
2759         esac
2760         case "$targetmkdir" in
2761         */Cross/mkdir)
2762             cat >$targetmkdir <<EOF
2763 #!/bin/sh
2764 $targetrun -l $targetuser $targethost "mkdir -p \$@"
2765 EOF
2766             $chmod a+rx $targetmkdir
2767             ;;
2768         *)  echo "Unknown targetmkdir '$targetmkdir'" >&4
2769             exit 1
2770             ;;
2771         esac
2772         case "$targetto" in
2773         scp|rcp)
2774             cat >$to <<EOF
2775 #!/bin/sh
2776 for f in \$@
2777 do
2778   case "\$f" in
2779   /*)
2780     $targetmkdir \`dirname \$f\`
2781     $targetto $q \$f $targetuser@$targethost:\$f            || exit 1
2782     ;;
2783   *)
2784     $targetmkdir $targetdir/\`dirname \$f\`
2785     $targetto $q \$f $targetuser@$targethost:$targetdir/\$f || exit 1
2786     ;;
2787   esac
2788 done
2789 exit 0
2790 EOF
2791             ;;
2792         cp) cat >$to <<EOF
2793 #!/bin/sh
2794 for f in \$@
2795 do
2796   case "\$f" in
2797   /*)
2798     $mkdir -p $targetdir/\`dirname \$f\`
2799     $cp \$f $targetdir/\$f || exit 1
2800     ;;
2801   *)
2802     $targetmkdir $targetdir/\`dirname \$f\`
2803     $cp \$f $targetdir/\$f || exit 1
2804     ;;
2805   esac
2806 done
2807 exit 0
2808 EOF
2809             ;;
2810         *)  echo "Unknown targetto '$targetto'" >&4
2811             exit 1
2812             ;;
2813         esac
2814         case "$targetfrom" in
2815         scp|rcp)
2816           cat >$from <<EOF
2817 #!/bin/sh
2818 for f in \$@
2819 do
2820   $rm -f \$f
2821   $targetfrom $q $targetuser@$targethost:$targetdir/\$f . || exit 1
2822 done
2823 exit 0
2824 EOF
2825             ;;
2826         cp) cat >$from <<EOF
2827 #!/bin/sh
2828 for f in \$@
2829 do
2830   $rm -f \$f
2831   cp $targetdir/\$f . || exit 1
2832 done
2833 exit 0
2834 EOF
2835             ;;
2836         *)  echo "Unknown targetfrom '$targetfrom'" >&4
2837             exit 1
2838             ;;
2839         esac
2840         if $test ! -f $run; then
2841             echo "Target 'run' script '$run' not found." >&4
2842         else
2843             $chmod a+rx $run
2844         fi
2845         if $test ! -f $to; then
2846             echo "Target 'to' script '$to' not found." >&4
2847         else
2848             $chmod a+rx $to
2849         fi
2850         if $test ! -f $from; then
2851             echo "Target 'from' script '$from' not found." >&4
2852         else
2853             $chmod a+rx $from
2854         fi
2855         if $test ! -f $run -o ! -f $to -o ! -f $from; then
2856             exit 1
2857         fi
2858         cat >&4 <<EOF
2859 Using '$run' for remote execution,
2860 and '$from' and '$to'
2861 for remote file transfer.
2862 EOF
2863         ;;
2864 *)      run=''
2865         to=:
2866         from=:
2867         usecrosscompile='undef'
2868         targetarch=''
2869         ;;
2870 esac
2871
2872 : see whether [:lower:] and [:upper:] are supported character classes
2873 echo " "
2874 case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
2875 ABYZ)
2876         echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4
2877         up='[:upper:]'
2878         low='[:lower:]'
2879         ;;
2880 *)      # There is a discontinuity in EBCDIC between 'I' and 'J'
2881         # (0xc9 and 0xd1), therefore that is a nice testing point.
2882         if test "X$up" = X -o "X$low" = X; then
2883             case "`echo IJ | $tr '[I-J]' '[i-j]' 2>/dev/null`" in
2884             ij) up='[A-Z]'
2885                 low='[a-z]'
2886                 ;;
2887             esac
2888         fi
2889         if test "X$up" = X -o "X$low" = X; then
2890             case "`echo IJ | $tr I-J i-j 2>/dev/null`" in
2891             ij) up='A-Z'
2892                 low='a-z'
2893                 ;;
2894             esac
2895         fi
2896         if test "X$up" = X -o "X$low" = X; then
2897             case "`echo IJ | od -x 2>/dev/null`" in
2898             *C9D1*|*c9d1*)
2899                 echo "Hey, this might be EBCDIC." >&4
2900                 if test "X$up" = X -o "X$low" = X; then
2901                     case "`echo IJ | $tr '[A-IJ-RS-Z]' '[a-ij-rs-z]' 2>/dev/null`" in
2902                     ij) up='[A-IJ-RS-Z]'
2903                         low='[a-ij-rs-z]'
2904                         ;;
2905                     esac
2906                 fi
2907                 if test "X$up" = X -o "X$low" = X; then
2908                     case "`echo IJ | $tr A-IJ-RS-Z a-ij-rs-z 2>/dev/null`" in
2909                     ij) up='A-IJ-RS-Z'
2910                         low='a-ij-rs-z'
2911                         ;;
2912                     esac
2913                 fi
2914                 ;;
2915             esac
2916         fi
2917 esac
2918 case "`echo IJ | $tr \"$up\" \"$low\" 2>/dev/null`" in
2919 ij)
2920     echo "Using $up and $low to convert case." >&4
2921     ;;
2922 *)
2923     echo "I don't know how to translate letters from upper to lower case." >&4
2924     echo "Your tr is not acting any way I know of." >&4
2925     exit 1
2926     ;;
2927 esac
2928 : set up the translation script tr, must be called with ./tr of course
2929 cat >tr <<EOSC
2930 $startsh
2931 case "\$1\$2" in
2932 '[A-Z][a-z]') exec $tr '$up' '$low';;
2933 '[a-z][A-Z]') exec $tr '$low' '$up';;
2934 esac
2935 exec $tr "\$@"
2936 EOSC
2937 chmod +x tr
2938 $eunicefix tr
2939
2940 : Try to determine whether config.sh was made on this system
2941 case "$config_sh" in
2942 '')
2943 myuname=`$uname -a 2>/dev/null`
2944 $test -z "$myuname" && myuname=`hostname 2>/dev/null`
2945 # tr '[A-Z]' '[a-z]' would not work in EBCDIC
2946 # because the A-Z/a-z are not consecutive.
2947 myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \
2948         ./tr '[A-Z]' '[a-z]' | $tr $trnl ' '`
2949 newmyuname="$myuname"
2950 dflt=n
2951 case "$knowitall" in
2952 '')
2953         if test -f ../config.sh; then
2954                 if $contains myuname= ../config.sh >/dev/null 2>&1; then
2955                         eval "`grep myuname= ../config.sh`"
2956                 fi
2957                 if test "X$myuname" = "X$newmyuname"; then
2958                         dflt=y
2959                 fi
2960         fi
2961         ;;
2962 *) dflt=y;;
2963 esac
2964
2965 : Get old answers from old config file if Configure was run on the
2966 : same system, otherwise use the hints.
2967 hint=default
2968 cd ..
2969 if test -f config.sh; then
2970         echo " "
2971         rp="I see a config.sh file.  Shall I use it to set the defaults?"
2972         . UU/myread
2973         case "$ans" in
2974         n*|N*) echo "OK, I'll ignore it."
2975                 mv config.sh config.sh.old
2976                 myuname="$newmyuname"
2977                 ;;
2978         *)  echo "Fetching default answers from your old config.sh file..." >&4
2979                 tmp_n="$n"
2980                 tmp_c="$c"
2981                 tmp_sh="$sh"
2982                 . ./config.sh
2983                 cp config.sh UU
2984                 n="$tmp_n"
2985                 c="$tmp_c"
2986                 : Older versions did not always set $sh.  Catch re-use of such
2987                 : an old config.sh.
2988                 case "$sh" in
2989                 '') sh="$tmp_sh" ;;
2990                 esac
2991                 hint=previous
2992                 ;;
2993         esac
2994 fi
2995 . ./UU/checkcc
2996 if test ! -f config.sh; then
2997         $cat <<EOM
2998
2999 First time through, eh?  I have some defaults handy for some systems
3000 that need some extra help getting the Configure answers right:
3001
3002 EOM
3003         (cd $src/hints; ls -C *.sh) | $sed 's/\.sh/   /g' >&4
3004         dflt=''
3005         : Half the following guesses are probably wrong... If you have better
3006         : tests or hints, please send them to perlbug@perl.org
3007         : The metaconfig authors would also appreciate a copy...
3008         $test -f /irix && osname=irix
3009         $test -f /xenix && osname=sco_xenix
3010         $test -f /dynix && osname=dynix
3011         $test -f /dnix && osname=dnix
3012         $test -f /lynx.os && osname=lynxos
3013         $test -f /unicos && osname=unicos && osvers=`$uname -r`
3014         $test -f /unicosmk && osname=unicosmk && osvers=`$uname -r`
3015         $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
3016         $test -f /bin/mips && /bin/mips && osname=mips
3017         $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
3018                 $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
3019         $test -d /usr/apollo/bin && osname=apollo
3020         $test -f /etc/saf/_sactab && osname=svr4
3021         $test -d /usr/include/minix && osname=minix
3022         $test -f /system/gnu_library/bin/ar.pm && osname=vos
3023         if $test -d /MachTen -o -d /MachTen_Folder; then
3024                 osname=machten
3025                 if $test -x /sbin/version; then
3026                         osvers=`/sbin/version | $awk '{print $2}' |
3027                         $sed -e 's/[A-Za-z]$//'`
3028                 elif $test -x /usr/etc/version; then
3029                         osvers=`/usr/etc/version | $awk '{print $2}' |
3030                         $sed -e 's/[A-Za-z]$//'`
3031                 else
3032                         osvers="$2.$3"
3033                 fi
3034         fi
3035
3036         $test -f /sys/posix.dll &&
3037                 $test -f /usr/bin/what &&
3038                 set X `/usr/bin/what /sys/posix.dll` &&
3039                 $test "$3" = UWIN &&
3040                 osname=uwin &&
3041                 osvers="$5"
3042
3043         if $test -f $uname; then
3044                 set X $myuname
3045                 shift
3046
3047                 case "$5" in
3048                 fps*) osname=fps ;;
3049                 mips*)
3050                         case "$4" in
3051                         umips) osname=umips ;;
3052                         *) osname=mips ;;
3053                         esac;;
3054                 [23]100) osname=mips ;;
3055                 next*) osname=next ;;
3056                 i386*)
3057                         tmp=`/bin/uname -X 2>/dev/null|awk '/3\.2v[45]/{ print $(NF) }'`
3058                         if $test "$tmp" != "" -a "$3" = "3.2" -a -f '/etc/systemid'; then
3059                                 osname='sco'
3060                                 osvers=$tmp
3061                         elif $test -f /etc/kconfig; then
3062                                 osname=isc
3063                                 if test "$lns" = "$ln -s"; then
3064                                         osvers=4
3065                                 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then
3066                                         osvers=3
3067                                 elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then
3068                                         osvers=2
3069                                 fi
3070                         fi
3071                         tmp=''
3072                         ;;
3073                 pc*)
3074                         if test -n "$DJGPP"; then
3075                                 osname=dos
3076                                 osvers=djgpp
3077                         fi
3078                         ;;
3079                 esac
3080
3081                 case "$1" in
3082                 aix) osname=aix
3083                         tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1`
3084                         case "$tmp" in
3085                         'not found') osvers="$4"."$3" ;;
3086                         '<3240'|'<>3240') osvers=3.2.0 ;;
3087                         '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;;
3088                         '=3250'|'>3250') osvers=3.2.5 ;;
3089                         *) osvers=$tmp;;
3090                         esac
3091                         ;;
3092                 bsd386) osname=bsd386
3093                         osvers=`$uname -r`
3094                         ;;
3095                 cygwin*) osname=cygwin
3096                         osvers="$3"
3097                         ;;
3098                 *dc.osx) osname=dcosx
3099                         osvers="$3"
3100                         ;;
3101                 dnix) osname=dnix
3102                         osvers="$3"
3103                         ;;
3104                 domainos) osname=apollo
3105                         osvers="$3"
3106                         ;;
3107                 dgux) osname=dgux 
3108                         osvers="$3"
3109                         ;;
3110                 dynixptx*) osname=dynixptx
3111                         osvers=`echo "$4"|sed 's/^v//'`
3112                         ;;
3113                 freebsd) osname=freebsd 
3114                         osvers="$3" ;;
3115                 genix) osname=genix ;;
3116                 hp*) osname=hpux 
3117                         osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
3118                         ;;
3119                 irix*) osname=irix
3120                         case "$3" in
3121                         4*) osvers=4 ;;
3122                         5*) osvers=5 ;;
3123                         *)      osvers="$3" ;;
3124                         esac
3125                         ;;
3126                 linux) osname=linux
3127                         case "$3" in
3128                         *)      osvers="$3" ;;
3129                         esac
3130                         ;;
3131                 MiNT) osname=mint
3132                         ;;
3133                 netbsd*) osname=netbsd
3134                         osvers="$3"
3135                         ;;
3136                 news-os) osvers="$3"
3137                         case "$3" in
3138                         4*) osname=newsos4 ;;
3139                         *) osname=newsos ;;
3140                         esac
3141                         ;;
3142                 next*) osname=next ;;
3143                 nonstop-ux) osname=nonstopux ;;
3144                 openbsd) osname=openbsd
3145                         osvers="$3"
3146                         ;;
3147                 os2)    osname=os2
3148                         osvers="$4"
3149                         ;;
3150                 POSIX-BC | posix-bc ) osname=posix-bc
3151                         osvers="$3"
3152                         ;;
3153                 powerux | power_ux | powermax_os | powermaxos | \
3154                 powerunix | power_unix) osname=powerux
3155                         osvers="$3"
3156                         ;;
3157                 qnx) osname=qnx
3158                         osvers="$4"
3159                         ;;
3160                 solaris) osname=solaris
3161                         case "$3" in
3162                         5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
3163                         *)      osvers="$3" ;;
3164                         esac
3165                         ;;
3166                 sunos) osname=sunos
3167                         case "$3" in
3168                         5*) osname=solaris
3169                                 osvers=`echo $3 | $sed 's/^5/2/g'` ;;
3170                         *)      osvers="$3" ;;
3171                         esac
3172                         ;;
3173                 titanos) osname=titanos
3174                         case "$3" in
3175                         1*) osvers=1 ;;
3176                         2*) osvers=2 ;;
3177                         3*) osvers=3 ;;
3178                         4*) osvers=4 ;;
3179                         *)      osvers="$3" ;;
3180                         esac
3181                         ;;
3182                 ultrix) osname=ultrix
3183                         osvers="$3"
3184                         ;;
3185                 osf1|mls+)      case "$5" in
3186                                 alpha)
3187                                         osname=dec_osf
3188                                         osvers=`sizer -v | awk -FUNIX '{print $2}' | awk '{print $1}' |  tr '[A-Z]' '[a-z]' | sed 's/^[xvt]//'`
3189                                         case "$osvers" in
3190                                         [1-9].[0-9]*) ;;
3191                                         *) osvers=`echo "$3" | sed 's/^[xvt]//'` ;;
3192                                         esac
3193                                         ;;
3194                         hp*)    osname=hp_osf1  ;;
3195                         mips)   osname=mips_osf1 ;;
3196                         esac
3197                         ;;
3198                 # UnixWare 7.1.2 is known as Open UNIX 8
3199                 openunix|unixware) osname=svr5
3200                         osvers="$4"
3201                         ;;
3202                 uts)    osname=uts
3203                         osvers="$3"
3204                         ;;
3205                 vos) osvers="$3"
3206                         ;;
3207                 $2) case "$osname" in
3208                         *isc*) ;;
3209                         *freebsd*) ;;
3210                         svr*)
3211                                 : svr4.x or possibly later
3212                                 case "svr$3" in 
3213                                 ${osname}*)
3214                                         osname=svr$3
3215                                         osvers=$4
3216                                         ;;
3217                                 esac
3218                                 case "$osname" in
3219                                 svr4.0)
3220                                         : Check for ESIX
3221                                         if test -f /stand/boot ; then
3222                                                 eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
3223                                                 if test -n "$INITPROG" -a -f "$INITPROG"; then
3224                         isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
3225                                                         if test -n "$isesix"; then
3226                                                                 osname=esix4
3227                                                         fi
3228                                                 fi
3229                                         fi
3230                                         ;;
3231                                 esac
3232                                 ;;
3233                         *)      if test -f /etc/systemid; then
3234                                         osname=sco
3235                                         set `echo $3 | $sed 's/\./ /g'` $4
3236                                         if $test -f $src/hints/sco_$1_$2_$3.sh; then
3237                                                 osvers=$1.$2.$3
3238                                         elif $test -f $src/hints/sco_$1_$2.sh; then
3239                                                 osvers=$1.$2
3240                                         elif $test -f $src/hints/sco_$1.sh; then
3241                                                 osvers=$1
3242                                         fi
3243                                 else
3244                                         case "$osname" in
3245                                         '') : Still unknown.  Probably a generic Sys V.
3246                                                 osname="sysv"
3247                                                 osvers="$3"
3248                                                 ;;
3249                                         esac
3250                                 fi
3251                                 ;;
3252                         esac
3253                         ;;
3254                 *)      case "$osname" in
3255                         '') : Still unknown.  Probably a generic BSD.
3256                                 osname="$1"
3257                                 osvers="$3"
3258                                 ;;
3259                         esac
3260                         ;;
3261                 esac
3262         else
3263                 if test -f /vmunix -a -f $src/hints/news_os.sh; then
3264                         (what /vmunix | UU/tr '[A-Z]' '[a-z]') > UU/kernel.what 2>&1
3265                         if $contains news-os UU/kernel.what >/dev/null 2>&1; then
3266                                 osname=news_os
3267                         fi
3268                         $rm -f UU/kernel.what
3269                 elif test -d c:/. -o -n "$is_os2" ; then
3270                         set X $myuname
3271                         osname=os2
3272                         osvers="$5"
3273                 fi
3274         fi
3275         
3276         case "$targetarch" in
3277         '') ;;
3278         *)  hostarch=$osname
3279             osname=`echo $targetarch|sed 's,^[^-]*-,,'`
3280             osvers=''
3281             ;;
3282         esac
3283
3284         : Now look for a hint file osname_osvers, unless one has been
3285         : specified already.
3286         case "$hintfile" in
3287         ''|' ')
3288                 file=`echo "${osname}_${osvers}" | $sed -e 's%\.%_%g' -e 's%_$%%'`
3289                 : Also try without trailing minor version numbers.
3290                 xfile=`echo $file | $sed -e 's%_[^_]*$%%'`
3291                 xxfile=`echo $xfile | $sed -e 's%_[^_]*$%%'`
3292                 xxxfile=`echo $xxfile | $sed -e 's%_[^_]*$%%'`
3293                 xxxxfile=`echo $xxxfile | $sed -e 's%_[^_]*$%%'`
3294                 case "$file" in
3295                 '') dflt=none ;;
3296                 *)  case "$osvers" in
3297                         '') dflt=$file
3298                                 ;;
3299                         *)  if $test -f $src/hints/$file.sh ; then
3300                                         dflt=$file
3301                                 elif $test -f $src/hints/$xfile.sh ; then
3302                                         dflt=$xfile
3303                                 elif $test -f $src/hints/$xxfile.sh ; then
3304                                         dflt=$xxfile
3305                                 elif $test -f $src/hints/$xxxfile.sh ; then
3306                                         dflt=$xxxfile
3307                                 elif $test -f $src/hints/$xxxxfile.sh ; then
3308                                         dflt=$xxxxfile
3309                                 elif $test -f "$src/hints/${osname}.sh" ; then
3310                                         dflt="${osname}"
3311                                 else
3312                                         dflt=none
3313                                 fi
3314                                 ;;
3315                         esac
3316                         ;;
3317                 esac
3318                 if $test -f Policy.sh ; then
3319                         case "$dflt" in
3320                         *Policy*) ;;
3321                         none) dflt="Policy" ;;
3322                         *) dflt="Policy $dflt" ;;
3323                         esac
3324                 fi
3325                 ;;
3326         *)
3327                 dflt=`echo $hintfile | $sed 's/\.sh$//'`
3328                 ;;
3329         esac
3330
3331         if $test -f Policy.sh ; then
3332                 $cat <<EOM
3333
3334 There's also a Policy hint file available, which should make the
3335 site-specific (policy) questions easier to answer.
3336 EOM
3337
3338         fi
3339
3340         $cat <<EOM
3341
3342 You may give one or more space-separated answers, or "none" if appropriate.
3343 A well-behaved OS will have no hints, so answering "none" or just "Policy"
3344 is a good thing.  DO NOT give a wrong version or a wrong OS.
3345
3346 EOM
3347
3348         rp="Which of these apply, if any?"
3349         . UU/myread
3350         tans=$ans
3351         for file in $tans; do
3352                 if $test X$file = XPolicy -a -f Policy.sh; then
3353                         . Policy.sh
3354                         $cat Policy.sh >> UU/config.sh
3355                 elif $test -f $src/hints/$file.sh; then
3356                         . $src/hints/$file.sh
3357                         $cat $src/hints/$file.sh >> UU/config.sh
3358                 elif $test X"$tans" = X -o X"$tans" = Xnone ; then
3359                         : nothing
3360                 else
3361                         : Give one chance to correct a possible typo.
3362                         echo "$file.sh does not exist"
3363                         dflt=$file
3364                         rp="hint to use instead?"
3365                         . UU/myread
3366                         for file in $ans; do
3367                                 if $test -f "$src/hints/$file.sh"; then
3368                                         . $src/hints/$file.sh
3369                                         $cat $src/hints/$file.sh >> UU/config.sh
3370                                 elif $test X$ans = X -o X$ans = Xnone ; then
3371                                         : nothing
3372                                 else
3373                                         echo "$file.sh does not exist -- ignored."
3374                                 fi
3375                         done
3376                 fi
3377         done
3378
3379         hint=recommended
3380         : Remember our hint file for later.
3381         if $test -f "$src/hints/$file.sh" ; then
3382                 hintfile="$file"
3383         else
3384                 hintfile=''
3385         fi
3386 fi
3387 cd UU
3388 ;;
3389 *)
3390         echo " "
3391         echo "Fetching default answers from $config_sh..." >&4
3392         tmp_n="$n"
3393         tmp_c="$c"
3394         cd ..
3395         cp $config_sh config.sh 2>/dev/null
3396         chmod +w config.sh
3397         . ./config.sh
3398         cd UU
3399         cp ../config.sh .
3400         n="$tmp_n"
3401         c="$tmp_c"
3402         hint=previous
3403         ;;
3404 esac
3405 test "$override" && . ./optdef.sh
3406
3407 : Restore computed paths
3408 for file in $loclist $trylist; do
3409         eval $file="\$_$file"
3410 done
3411
3412 cat << EOM
3413
3414 Configure uses the operating system name and version to set some defaults.
3415 The default value is probably right if the name rings a bell. Otherwise,
3416 since spelling matters for me, either accept the default or answer "none"
3417 to leave it blank.
3418
3419 EOM
3420 case "$osname" in
3421         ''|' ')
3422                 case "$hintfile" in
3423                 ''|' '|none) dflt=none ;;
3424                 *)  dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
3425                 esac
3426                 ;;
3427         *) dflt="$osname" ;;
3428 esac
3429 rp="Operating system name?"
3430 . ./myread
3431 case "$ans" in
3432 none)  osname='' ;;
3433 *) osname=`echo "$ans" | $sed -e 's/[   ][      ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
3434 esac
3435 echo " "
3436 case "$osvers" in
3437         ''|' ')
3438                 case "$hintfile" in
3439                 ''|' '|none) dflt=none ;;
3440                 *)      dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
3441                         dflt=`echo $dflt | $sed -e 's/^_//' -e 's/_/./g'`
3442                         case "$dflt" in
3443                         ''|' ') dflt=none ;;
3444                         esac
3445                         ;;
3446                 esac
3447                 ;;
3448         *) dflt="$osvers" ;;
3449 esac
3450 rp="Operating system version?"
3451 . ./myread
3452 case "$ans" in
3453 none)  osvers='' ;;
3454 *) osvers="$ans" ;;
3455 esac
3456
3457
3458 . ./posthint.sh
3459
3460 : who configured the system
3461 cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
3462 cf_by=`(logname) 2>/dev/null`
3463 case "$cf_by" in
3464 "")
3465         cf_by=`(whoami) 2>/dev/null`
3466         case "$cf_by" in
3467         "") cf_by=unknown ;;
3468         esac ;;
3469 esac
3470
3471 : set up the script used to warn in case of inconsistency
3472 cat <<EOS >whoa
3473 $startsh
3474 EOS
3475 cat <<'EOSC' >>whoa
3476 dflt=y
3477 echo " "
3478 echo "*** WHOA THERE!!! ***" >&4
3479 echo "    The $hint value for \$$var on this machine was \"$was\"!" >&4
3480 rp="    Keep the $hint value?"
3481 . ./myread
3482 case "$ans" in
3483 y) td=$was; tu=$was;;
3484 esac
3485 EOSC
3486
3487 : function used to set $1 to $val
3488 setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef;
3489 case "$val$was" in
3490 $define$undef) . ./whoa; eval "$var=\$td";;
3491 $undef$define) . ./whoa; eval "$var=\$tu";;
3492 *) eval "$var=$val";;
3493 esac'
3494
3495 case "$usesocks" in
3496 $define|true|[yY]*)     dflt='y';;
3497 *) dflt='n';;
3498 esac
3499 cat <<EOM
3500
3501 Perl can be built to use the SOCKS proxy protocol library.  To do so,
3502 Configure must be run with -Dusesocks.  If you use SOCKS you also need
3503 to use the PerlIO abstraction layer, this will be implicitly selected.
3504
3505 If this doesn't make any sense to you, just accept the default '$dflt'.
3506 EOM
3507 rp='Build Perl for SOCKS?'
3508 . ./myread
3509 case "$ans" in
3510 y|Y)    val="$define" ;;     
3511 *)      val="$undef" ;;
3512 esac
3513 set usesocks
3514 eval $setvar
3515
3516 case "$usesocks" in
3517 $define|true|[yY]*) useperlio="$define";;
3518 esac
3519
3520 case "$useperlio" in
3521 $define|true|[yY]*|'')  dflt='y';;
3522 *) dflt='n';;
3523 esac
3524 cat <<EOM
3525
3526 Previous version of $package used the standard IO mechanisms as
3527 defined in <stdio.h>.  Versions 5.003_02 and later of $package allow
3528 alternate IO mechanisms via the PerlIO abstraction layer, but the
3529 stdio mechanism is still available if needed.  The abstraction layer
3530 can use AT&T's sfio (if you already have sfio installed) or regular stdio.
3531 Using PerlIO with sfio may cause problems with some extension modules.
3532
3533 If this doesn't make any sense to you, just accept the default '$dflt'.
3534 EOM
3535 rp='Use the PerlIO abstraction layer?'
3536 . ./myread
3537 case "$ans" in
3538 y|Y) 
3539         val="$define"
3540         ;;
3541 *)      
3542         echo "Ok, doing things the stdio way."
3543         val="$undef"
3544         ;;
3545 esac
3546 set useperlio
3547 eval $setvar 
3548
3549 case "$usesocks" in
3550 $define|true|[yY]*)
3551         case "$useperlio" in
3552         $define|true|[yY]*) ;;
3553         *)      cat >&4 <<EOM
3554
3555 You are using the SOCKS proxy protocol library which means that you
3556 should also use the PerlIO layer.  You may be headed for trouble.
3557
3558 EOM
3559                 ;;
3560         esac
3561         ;;
3562 esac
3563
3564         
3565 case "$usethreads" in
3566 $define|true|[yY]*)     dflt='y';;
3567 *)     # Catch case where user specified ithreads or 5005threads but
3568        # forgot -Dusethreads (A.D. 4/2002)
3569        case "$useithreads$use5005threads" in
3570        *$define*)      
3571                 case "$useperlio" in
3572                 "$define")      dflt='y' ;;
3573                 *)              dflt='n' ;;
3574                 esac
3575                 ;;
3576        *)       dflt='n';;
3577        esac
3578        ;;
3579 esac
3580 cat <<EOM
3581
3582 Perl can be built to take advantage of threads on some systems.
3583 To do so, Configure can be run with -Dusethreads.
3584
3585 Note that Perl built with threading support runs slightly slower
3586 and uses more memory than plain Perl. The current implementation
3587 is believed to be stable, but it is fairly new, and so should be
3588 treated with caution.
3589
3590 If this doesn't make any sense to you, just accept the default '$dflt'.
3591 EOM
3592 rp='Build a threading Perl?'
3593 . ./myread
3594 case "$ans" in
3595 y|Y)    val="$define" ;;
3596 *)      val="$undef" ;;
3597 esac
3598 set usethreads
3599 eval $setvar
3600
3601 case "$usethreads" in
3602 $define)
3603         $cat <<EOM
3604
3605 Since release 5.6, Perl has had two different threading implementations,
3606 the newer interpreter-based version (ithreads) with one interpreter per
3607 thread, and the older 5.005 version (5005threads).
3608 The 5005threads version is effectively unmaintained and will probably be
3609 removed in Perl 5.10, so there should be no need to build a Perl using it
3610 unless needed for backwards compatibility with some existing 5.005threads
3611 code.
3612
3613 EOM
3614         : Default to ithreads unless overridden on command line or with
3615         : old config.sh
3616         dflt='y'
3617         case "$use5005threads" in
3618                 $define|true|[yY]*) dflt='n';;
3619         esac
3620         case "$useithreads" in
3621                 $undef|false|[nN]*) dflt='n';;
3622         esac
3623         rp='Use the newer interpreter-based ithreads?'
3624         . ./myread
3625         case "$ans" in
3626         y|Y)    val="$define" ;;
3627         *)      val="$undef" ;;
3628         esac
3629         set useithreads
3630         eval $setvar
3631         : Now set use5005threads to the opposite value.
3632         case "$useithreads" in
3633         $define) val="$undef" ;;
3634         *) val="$define" ;;
3635         esac
3636         set use5005threads
3637         eval $setvar
3638         ;;
3639 *)
3640         useithreads="$undef"
3641         use5005threads="$undef"
3642         ;;
3643 esac
3644
3645 case "$useithreads$use5005threads" in
3646 "$define$define")
3647         $cat >&4 <<EOM
3648
3649 You cannot have both the ithreads and the 5.005 threads enabled
3650 at the same time.  Disabling the 5.005 threads since they are
3651 much less stable than the ithreads.
3652
3653 EOM
3654         use5005threads="$undef"
3655         ;;
3656 esac
3657
3658 if test X"$usethreads" = "X$define" -a "X$useperlio" = "Xundef"; then
3659         cat >&4 <<EOF
3660 ***
3661 *** To build with ithreads you must also use the PerlIO layer.
3662 *** Cannot continue, aborting.
3663 ***
3664 EOF
3665         exit 1
3666 fi
3667
3668 case "$d_oldpthreads" in
3669 '')     : Configure tests would be welcome here.  For now, assume undef.
3670         val="$undef" ;;
3671 *)      val="$d_oldpthreads" ;;
3672 esac
3673 set d_oldpthreads
3674 eval $setvar
3675
3676
3677 case "$usethreads" in
3678 "$define"|true|[yY]*)
3679 : Look for a hint-file generated 'call-back-unit'.  If the
3680 : user has specified that a threading perl is to be built,
3681 : we may need to set or change some other defaults.
3682         if $test -f usethreads.cbu; then
3683                 echo "Your platform has some specific hints for threaded builds, using them..."
3684                 . ./usethreads.cbu
3685         else
3686                 $cat <<EOM
3687 (Your platform doesn't have any specific hints for threaded builds.
3688  Assuming POSIX threads, then.)
3689 EOM
3690         fi
3691         ;;
3692 esac
3693
3694 cat <<EOM
3695
3696 Perl can be built so that multiple Perl interpreters can coexist
3697 within the same Perl executable.
3698 EOM
3699
3700 case "$useithreads" in
3701 $define)
3702         cat <<EOM
3703 This multiple interpreter support is required for interpreter-based threads.
3704 EOM
3705         val="$define"
3706         ;;
3707 *)      case "$usemultiplicity" in
3708         $define|true|[yY]*)     dflt='y';;
3709         *) dflt='n';;
3710         esac
3711         echo " "
3712         echo "If this doesn't make any sense to you, just accept the default '$dflt'."
3713         rp='Build Perl for multiplicity?'
3714         . ./myread
3715         case "$ans" in
3716         y|Y)    val="$define" ;;
3717         *)      val="$undef" ;;
3718         esac
3719         ;;
3720 esac
3721 set usemultiplicity
3722 eval $setvar
3723
3724
3725 case "$usemorebits" in
3726 "$define"|true|[yY]*)
3727         use64bitint="$define"
3728         uselongdouble="$define"
3729         usemorebits="$define"
3730         ;;
3731 *)      usemorebits="$undef"
3732         ;;
3733 esac
3734
3735 : make some quick guesses about what we are up against
3736 echo " "
3737 $echo $n "Hmm...  $c"
3738 echo exit 1 >bsd
3739 echo exit 1 >usg
3740 echo exit 1 >v7
3741 echo exit 1 >osf1
3742 echo exit 1 >eunice
3743 echo exit 1 >xenix
3744 echo exit 1 >venix
3745 echo exit 1 >os2
3746 d_bsd="$undef"
3747 $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null
3748 if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1
3749 then
3750         echo "Looks kind of like an OSF/1 system, but we'll see..."
3751         echo exit 0 >osf1
3752 elif test `echo abc | $tr a-z A-Z` = Abc ; then
3753         xxx=`./loc addbib blurfl $pth`
3754         if $test -f $xxx; then
3755         echo "Looks kind of like a USG system with BSD features, but we'll see..."
3756                 echo exit 0 >bsd
3757                 echo exit 0 >usg
3758         else
3759                 if $contains SIGTSTP foo >/dev/null 2>&1 ; then
3760                         echo "Looks kind of like an extended USG system, but we'll see..."
3761                 else
3762                         echo "Looks kind of like a USG system, but we'll see..."
3763                 fi
3764                 echo exit 0 >usg
3765         fi
3766 elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
3767         echo "Looks kind of like a BSD system, but we'll see..."
3768         d_bsd="$define"
3769         echo exit 0 >bsd
3770 else
3771         echo "Looks kind of like a Version 7 system, but we'll see..."
3772         echo exit 0 >v7
3773 fi
3774 case "$eunicefix" in
3775 *unixtovms*)
3776         $cat <<'EOI'
3777 There is, however, a strange, musty smell in the air that reminds me of
3778 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
3779 EOI
3780         echo exit 0 >eunice
3781         d_eunice="$define"
3782 : it so happens the Eunice I know will not run shell scripts in Unix format
3783         ;;
3784 *)
3785         echo " "
3786         echo "Congratulations.  You aren't running Eunice."
3787         d_eunice="$undef"
3788         ;;
3789 esac
3790 : Detect OS2.  The p_ variable is set above in the Head.U unit.
3791 : Note that this also -- wrongly -- detects e.g. dos-djgpp, which also uses
3792 : semicolon as a patch separator
3793 case "$p_" in
3794 :) ;;
3795 *)
3796         $cat <<'EOI'
3797 I have the feeling something is not exactly right, however...don't tell me...
3798 lemme think...does HAL ring a bell?...no, of course, you're only running OS/2!
3799 (Or you may be running DOS with DJGPP.)
3800 EOI
3801         echo exit 0 >os2
3802         ;;
3803 esac
3804 if test -f /xenix; then
3805         echo "Actually, this looks more like a XENIX system..."
3806         echo exit 0 >xenix
3807         d_xenix="$define"
3808 else
3809         echo " "
3810         echo "It's not Xenix..."
3811         d_xenix="$undef"
3812 fi
3813 chmod +x xenix
3814 $eunicefix xenix
3815 if test -f /venix; then
3816         echo "Actually, this looks more like a VENIX system..."
3817         echo exit 0 >venix
3818 else
3819         echo " "
3820         if ./xenix; then
3821                 : null
3822         else
3823                 echo "Nor is it Venix..."
3824         fi
3825 fi
3826 chmod +x bsd usg v7 osf1 eunice xenix venix os2
3827 $eunicefix bsd usg v7 osf1 eunice xenix venix os2
3828 $rm -f foo
3829
3830 case "$cc" in
3831 '') dflt=cc;;
3832 *) dflt="$cc";;
3833 esac
3834 rp="Use which C compiler?"
3835 . ./myread
3836 cc="$ans"
3837
3838 : See if they have not cc but they do have gcc
3839 . ./trygcc
3840 : Look for a hint-file generated 'call-back-unit'.  Now that the
3841 : user has specified the compiler, we may need to set or change some
3842 : other defaults.
3843 if $test -f cc.cbu; then
3844     . ./cc.cbu
3845 fi
3846 . ./checkcc
3847
3848 echo " "
3849 echo "Checking for GNU cc in disguise and/or its version number..." >&4
3850 $cat >try.c <<EOM
3851 #include <stdio.h>
3852 int main() {
3853 #ifdef __GNUC__
3854 #ifdef __VERSION__
3855         printf("%s\n", __VERSION__);
3856 #else
3857         printf("%s\n", "1");
3858 #endif
3859 #endif
3860         return(0);
3861 }
3862 EOM
3863 if $cc -o try $ccflags $ldflags try.c; then
3864         gccversion=`$run ./try`
3865         case "$gccversion" in
3866         '') echo "You are not using GNU cc." ;;
3867         *)  echo "You are using GNU cc $gccversion."
3868             ccname=gcc
3869             ;;
3870         esac
3871 else
3872         echo " "
3873         echo "*** WHOA THERE!!! ***" >&4
3874         echo "    Your C compiler \"$cc\" doesn't seem to be working!" >&4
3875         case "$knowitall" in
3876         '')
3877         echo "    You'd better start hunting for one and let me know about it." >&4
3878                 exit 1
3879                 ;;
3880         esac
3881 fi
3882 $rm -f try try.*
3883 case "$gccversion" in
3884 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
3885 esac
3886 case "$gccversion" in
3887 '') gccosandvers='' ;;
3888 *) gccshortvers=`echo "$gccversion"|sed 's/ .*//'`
3889    gccosandvers=`$cc -v 2>&1|grep '/specs$'|sed "s!.*/[^-/]*-[^-/]*-\([^-/]*\)/$gccshortvers/specs!\1!"`
3890    gccshortvers=''
3891    case "$gccosandvers" in
3892    $osname) gccosandvers='' ;; # linux gccs seem to have no linux osvers, grr
3893    $osname$osvers) ;; # looking good
3894    $osname*) cat <<EOM >&4
3895
3896 *** WHOA THERE!!! ***
3897
3898     Your gcc has not been compiled for the exact release of
3899     your operating system ($gccosandvers versus $osname$osvers).
3900
3901     In general it is a good idea to keep gcc synchronized with
3902     the operating system because otherwise serious problems
3903     may ensue when trying to compile software, like Perl.
3904
3905     I'm trying to be optimistic here, though, and will continue.
3906     If later during the configuration and build icky compilation
3907     problems appear (headerfile conflicts being the most common
3908     manifestation), I suggest reinstalling the gcc to match
3909     your operating system release.
3910
3911 EOM
3912       ;;
3913    *) gccosandvers='' ;; # failed to parse, better be silent
3914    esac
3915    ;;
3916 esac
3917 case "$ccname" in
3918 '') ccname="$cc" ;;
3919 esac
3920
3921 # gcc 3.* complain about adding -Idirectories that they already know about,
3922 # so we will take those off from locincpth.
3923 case "$gccversion" in
3924 3*)
3925     echo "main(){}">try.c
3926     for incdir in $locincpth; do
3927        warn=`$cc $ccflags -I$incdir -c try.c 2>&1 | \
3928              grep '^c[cp]p*[01]: warning: changing search order '`
3929        if test "X$warn" != X; then
3930            locincpth=`echo " $locincpth " | sed "s! $incdir ! !"`
3931        fi
3932     done
3933     $rm -f try try.*
3934 esac
3935
3936 : decide how portable to be.  Allow command line overrides.
3937 case "$d_portable" in
3938 "$undef") ;;
3939 *)      d_portable="$define" ;;
3940 esac
3941
3942 : set up shell script to do ~ expansion
3943 cat >filexp <<EOSS
3944 $startsh
3945 : expand filename
3946 case "\$1" in
3947  ~/*|~)
3948         echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
3949         ;;
3950  ~*)
3951         if $test -f /bin/csh; then
3952                 /bin/csh -f -c "glob \$1"
3953                 failed=\$?
3954                 echo ""
3955                 exit \$failed
3956         else
3957                 name=\`$expr x\$1 : '..\([^/]*\)'\`
3958                 dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
3959                 if $test ! -d "\$dir"; then
3960                         me=\`basename \$0\`
3961                         echo "\$me: can't locate home directory for: \$name" >&2
3962                         exit 1
3963                 fi
3964                 case "\$1" in
3965                 */*)
3966                         echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
3967                         ;;
3968                 *)
3969                         echo \$dir
3970                         ;;
3971                 esac
3972         fi
3973         ;;
3974 *)
3975         echo \$1
3976         ;;
3977 esac
3978 EOSS
3979 chmod +x filexp
3980 $eunicefix filexp
3981
3982 : now set up to get a file name
3983 cat <<EOS >getfile
3984 $startsh
3985 EOS
3986 cat <<'EOSC' >>getfile
3987 tilde=''
3988 fullpath=''
3989 already=''
3990 skip=''
3991 none_ok=''
3992 exp_file=''
3993 nopath_ok=''
3994 orig_rp="$rp"
3995 orig_dflt="$dflt"
3996 case "$gfpth" in
3997 '') gfpth='.' ;;
3998 esac
3999
4000 case "$fn" in
4001 *\(*)
4002         : getfile will accept an answer from the comma-separated list
4003         : enclosed in parentheses even if it does not meet other criteria.
4004         expr "$fn" : '.*(\(.*\)).*' | $tr ',' $trnl >getfile.ok
4005         fn=`echo $fn | sed 's/(.*)//'`
4006         ;;
4007 esac
4008
4009 case "$fn" in
4010 *:*)
4011         loc_file=`expr $fn : '.*:\(.*\)'`
4012         fn=`expr $fn : '\(.*\):.*'`
4013         ;;
4014 esac
4015
4016 case "$fn" in
4017 *~*) tilde=true;;
4018 esac
4019 case "$fn" in
4020 */*) fullpath=true;;
4021 esac
4022 case "$fn" in
4023 *+*) skip=true;;
4024 esac
4025 case "$fn" in
4026 *n*) none_ok=true;;
4027 esac
4028 case "$fn" in
4029 *e*) exp_file=true;;
4030 esac
4031 case "$fn" in
4032 *p*) nopath_ok=true;;
4033 esac
4034
4035 case "$fn" in
4036 *f*) type='File';;
4037 *d*) type='Directory';;
4038 *l*) type='Locate';;
4039 esac
4040
4041 what="$type"
4042 case "$what" in
4043 Locate) what='File';;
4044 esac
4045
4046 case "$exp_file" in
4047 '')
4048         case "$d_portable" in
4049         "$define") ;;
4050         *) exp_file=true;;
4051         esac
4052         ;;
4053 esac
4054
4055 cd ..
4056 while test "$type"; do
4057         redo=''
4058         rp="$orig_rp"
4059         dflt="$orig_dflt"
4060         case "$tilde" in
4061         true) rp="$rp (~name ok)";;
4062         esac
4063         . UU/myread
4064         if test -f UU/getfile.ok && \
4065                 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
4066         then
4067                 value="$ans"
4068                 ansexp="$ans"
4069                 break
4070         fi
4071         case "$ans" in
4072         none)
4073                 value=''
4074                 ansexp=''
4075                 case "$none_ok" in
4076                 true) type='';;
4077                 esac
4078                 ;;
4079         *)
4080                 case "$tilde" in
4081                 '') value="$ans"
4082                         ansexp="$ans";;
4083                 *)
4084                         value=`UU/filexp $ans`
4085                         case $? in
4086                         0)
4087                                 if test "$ans" != "$value"; then
4088                                         echo "(That expands to $value on this system.)"
4089                                 fi
4090                                 ;;
4091                         *) value="$ans";;
4092                         esac
4093                         ansexp="$value"
4094                         case "$exp_file" in
4095                         '') value="$ans";;
4096                         esac
4097                         ;;
4098                 esac
4099                 case "$fullpath" in
4100                 true)
4101                         case "$ansexp" in
4102                         /*) value="$ansexp" ;;
4103                         [a-zA-Z]:/*) value="$ansexp" ;;
4104                         *)
4105                                 redo=true
4106                                 case "$already" in
4107                                 true)
4108                                 echo "I shall only accept a full path name, as in /bin/ls." >&4
4109                                 echo "Use a ! shell escape if you wish to check pathnames." >&4
4110                                         ;;
4111                                 *)
4112                                 echo "Please give a full path name, starting with slash." >&4
4113                                         case "$tilde" in
4114                                         true)
4115                                 echo "Note that using ~name is ok provided it expands well." >&4
4116                                                 already=true
4117                                                 ;;
4118                                         esac
4119                                 esac
4120                                 ;;
4121                         esac
4122                         ;;
4123                 esac
4124                 case "$redo" in
4125                 '')
4126                         case "$type" in
4127                         File)
4128                                 for fp in $gfpth; do
4129                                         if test "X$fp" = X.; then
4130                                             pf="$ansexp"
4131                                         else    
4132                                             pf="$fp/$ansexp"
4133                                         fi
4134                                         if test -f "$pf"; then
4135                                                 type=''
4136                                         elif test -r "$pf" || (test -h "$pf") >/dev/null 2>&1
4137                                         then
4138                                                 echo "($value is not a plain file, but that's ok.)"
4139                                                 type=''
4140                                         fi
4141                                         if test X"$type" = X; then
4142                                             value="$pf"
4143                                             break
4144                                         fi
4145                                 done
4146                                 ;;
4147                         Directory)
4148                                 for fp in $gfpth; do
4149                                         if test "X$fp" = X.; then
4150                                             dir="$ans"
4151                                             direxp="$ansexp"
4152                                         else    
4153                                             dir="$fp/$ansexp"
4154                                             direxp="$fp/$ansexp"
4155                                         fi
4156                                         if test -d "$direxp"; then
4157                                                 type=''
4158                                                 value="$dir"
4159                                                 break
4160                                         fi
4161                                 done
4162                                 ;;
4163                         Locate)
4164                                 if test -d "$ansexp"; then
4165                                         echo "(Looking for $loc_file in directory $value.)"
4166                                         value="$value/$loc_file"
4167                                         ansexp="$ansexp/$loc_file"
4168                                 fi
4169                                 if test -f "$ansexp"; then
4170                                         type=''
4171                                 fi
4172                                 case "$nopath_ok" in
4173                                 true)   case "$value" in
4174                                         */*) ;;
4175                                         *)      echo "Assuming $value will be in people's path."
4176                                                 type=''
4177                                                 ;;
4178                                         esac
4179                                         ;;
4180                                 esac
4181                                 ;;
4182                         esac
4183
4184                         case "$skip" in
4185                         true) type='';
4186                         esac
4187
4188                         case "$type" in
4189                         '') ;;
4190                         *)
4191                                 if test "$fastread" = yes; then
4192                                         dflt=y
4193                                 else
4194                                         dflt=n
4195                                 fi
4196                                 rp="$what $value doesn't exist.  Use that name anyway?"
4197                                 . UU/myread
4198                                 dflt=''
4199                                 case "$ans" in
4200                                 y*) type='';;
4201                                 *) echo " ";;
4202                                 esac
4203                                 ;;
4204                         esac
4205                         ;;
4206                 esac
4207                 ;;
4208         esac
4209 done
4210 cd UU
4211 ans="$value"
4212 rp="$orig_rp"
4213 dflt="$orig_dflt"
4214 rm -f getfile.ok
4215 test "X$gfpthkeep" != Xy && gfpth=""
4216 EOSC
4217
4218 : What should the include directory be ?
4219 echo " "
4220 $echo $n "Hmm...  $c"
4221 dflt='/usr/include'
4222 incpath=''
4223 mips_type=''
4224 if $test -f /bin/mips && /bin/mips; then
4225         echo "Looks like a MIPS system..."
4226         $cat >usr.c <<'EOCP'
4227 #ifdef SYSTYPE_BSD43
4228 /bsd43
4229 #endif
4230 EOCP
4231         if cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then
4232                 dflt='/bsd43/usr/include'
4233                 incpath='/bsd43'
4234                 mips_type='BSD 4.3'
4235         else
4236                 mips_type='System V'
4237         fi
4238         $rm -f usr.c usr.out
4239         echo "and you're compiling with the $mips_type compiler and libraries."
4240         xxx_prompt=y
4241         echo "exit 0" >mips
4242 else
4243         echo "Doesn't look like a MIPS system."
4244         xxx_prompt=n
4245         echo "exit 1" >mips
4246 fi
4247 chmod +x mips
4248 $eunicefix mips
4249 case "$usrinc" in
4250 '') ;;
4251 *) dflt="$usrinc";;
4252 esac
4253 case "$xxx_prompt" in
4254 y)      fn=d/
4255         echo " "
4256         rp='Where are the include files you want to use?'
4257         . ./getfile
4258         usrinc="$ans"
4259         ;;
4260 *)      usrinc="$dflt"
4261         ;;
4262 esac
4263
4264 : see how we invoke the C preprocessor
4265 echo " "
4266 echo "Now, how can we feed standard input to your C preprocessor..." >&4
4267 cat <<'EOT' >testcpp.c
4268 #define ABC abc
4269 #define XYZ xyz
4270 ABC.XYZ
4271 EOT
4272 cd ..
4273 if test ! -f cppstdin; then
4274         if test "X$osname" = "Xaix" -a "X$gccversion" = X; then
4275                 # AIX cc -E doesn't show the absolute headerfile
4276                 # locations but we'll cheat by using the -M flag.
4277                 echo 'cat >.$$.c; rm -f .$$.u; '"$cc"' ${1+"$@"} -M -c .$$.c 2>/dev/null; test -s .$$.u && awk '"'"'$2 ~ /\.h$/ { print "# 0 \""$2"\"" }'"'"' .$$.u; rm -f .$$.o .$$.u; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' > cppstdin
4278         else
4279                 echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin
4280         fi
4281 else
4282         echo "Keeping your $hint cppstdin wrapper."
4283 fi
4284 chmod 755 cppstdin
4285 wrapper=`pwd`/cppstdin
4286 ok='false'
4287 cd UU
4288
4289 if $test "X$cppstdin" != "X" && \
4290         $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \
4291         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4292 then
4293         echo "You used to use $cppstdin $cppminus so we'll use that again."
4294         case "$cpprun" in
4295         '') echo "But let's see if we can live without a wrapper..." ;;
4296         *)
4297                 if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
4298                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4299                 then
4300                         echo "(And we'll use $cpprun $cpplast to preprocess directly.)"
4301                         ok='true'
4302                 else
4303                         echo "(However, $cpprun $cpplast does not work, let's see...)"
4304                 fi
4305                 ;;
4306         esac
4307 else
4308         case "$cppstdin" in
4309         '') ;;
4310         *)
4311                 echo "Good old $cppstdin $cppminus does not seem to be of any help..."
4312                 ;;
4313         esac
4314 fi
4315
4316 if $ok; then
4317         : nothing
4318 elif echo 'Maybe "'"$cc"' -E" will work...'; \
4319         $cc -E <testcpp.c >testcpp.out 2>&1; \
4320         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4321         echo "Yup, it does."
4322         x_cpp="$cc -E"
4323         x_minus='';
4324 elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \
4325         $cc -E - <testcpp.c >testcpp.out 2>&1; \
4326         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4327         echo "Yup, it does."
4328         x_cpp="$cc -E"
4329         x_minus='-';
4330 elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \
4331         $cc -P <testcpp.c >testcpp.out 2>&1; \
4332         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4333         echo "Yipee, that works!"
4334         x_cpp="$cc -P"
4335         x_minus='';
4336 elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \
4337         $cc -P - <testcpp.c >testcpp.out 2>&1; \
4338         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4339         echo "At long last!"
4340         x_cpp="$cc -P"
4341         x_minus='-';
4342 elif echo 'No such luck, maybe "'$cpp'" will work...'; \
4343         $cpp <testcpp.c >testcpp.out 2>&1; \
4344         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4345         echo "It works!"
4346         x_cpp="$cpp"
4347         x_minus='';
4348 elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \
4349         $cpp - <testcpp.c >testcpp.out 2>&1; \
4350         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4351         echo "Hooray, it works!  I was beginning to wonder."
4352         x_cpp="$cpp"
4353         x_minus='-';
4354 elif echo 'Uh-uh.  Time to get fancy.  Trying a wrapper...'; \
4355         $wrapper <testcpp.c >testcpp.out 2>&1; \
4356         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4357         x_cpp="$wrapper"
4358         x_minus=''
4359         echo "Eureka!"
4360 else
4361         dflt=''
4362         rp="No dice.  I can't find a C preprocessor.  Name one:"
4363         . ./myread
4364         x_cpp="$ans"
4365         x_minus=''
4366         $x_cpp <testcpp.c >testcpp.out 2>&1
4367         if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4368                 echo "OK, that will do." >&4
4369         else
4370 echo "Sorry, I can't get that to work.  Go find one and rerun Configure." >&4
4371                 exit 1
4372         fi
4373 fi
4374
4375 case "$ok" in
4376 false)
4377         cppstdin="$x_cpp"
4378         cppminus="$x_minus"
4379         cpprun="$x_cpp"
4380         cpplast="$x_minus"
4381         set X $x_cpp
4382         shift
4383         case "$1" in
4384         "$cpp")
4385                 echo "Perhaps can we force $cc -E using a wrapper..."
4386                 if $wrapper <testcpp.c >testcpp.out 2>&1; \
4387                         $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4388                 then
4389                         echo "Yup, we can."
4390                         cppstdin="$wrapper"
4391                         cppminus='';
4392                 else
4393                         echo "Nope, we'll have to live without it..."
4394                 fi
4395                 ;;
4396         esac
4397         case "$cpprun" in
4398         "$wrapper")
4399                 cpprun=''
4400                 cpplast=''
4401                 ;;
4402         esac
4403         ;;
4404 esac
4405
4406 case "$cppstdin" in
4407 "$wrapper"|'cppstdin') ;;
4408 *) $rm -f $wrapper;;
4409 esac
4410 $rm -f testcpp.c testcpp.out
4411
4412 : Set private lib path
4413 case "$plibpth" in
4414 '') if ./mips; then
4415                 plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
4416         fi;;
4417 esac
4418 case "$libpth" in
4419 ' ') dlist='';;
4420 '') dlist="$loclibpth $plibpth $glibpth";;
4421 *) dlist="$libpth";;
4422 esac
4423
4424 : Now check and see which directories actually exist, avoiding duplicates
4425 libpth=''
4426 for xxx in $dlist
4427 do
4428     if $test -d $xxx; then
4429                 case " $libpth " in
4430                 *" $xxx "*) ;;
4431                 *) libpth="$libpth $xxx";;
4432                 esac
4433     fi
4434 done
4435 $cat <<'EOM'
4436
4437 Some systems have incompatible or broken versions of libraries.  Among
4438 the directories listed in the question below, please remove any you
4439 know not to be holding relevant libraries, and add any that are needed.
4440 Say "none" for none.
4441
4442 EOM
4443 case "$libpth" in
4444 '') dflt='none';;
4445 *)
4446         set X $libpth
4447         shift
4448         dflt=${1+"$@"}
4449         ;;
4450 esac
4451 rp="Directories to use for library searches?"
4452 . ./myread
4453 case "$ans" in
4454 none) libpth=' ';;
4455 *) libpth="$ans";;
4456 esac
4457
4458 : compute shared library extension
4459 case "$so" in
4460 '')
4461         if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
4462                 dflt='sl'
4463         else
4464                 dflt='so'
4465         fi
4466         ;;
4467 *) dflt="$so";;
4468 esac
4469 $cat <<EOM
4470
4471 On some systems, shared libraries may be available.  Answer 'none' if
4472 you want to suppress searching of shared libraries for the remainder
4473 of this configuration.
4474
4475 EOM
4476 rp='What is the file extension used for shared libraries?'
4477 . ./myread
4478 so="$ans"
4479
4480 : Define several unixisms.
4481 : Hints files or command line option can be used to override them.
4482 : The convoluted testing is in case hints files set either the old
4483 : or the new name.
4484 case "$_exe" in
4485 '')     case "$exe_ext" in
4486         '')     ;;
4487         *)      _exe="$exe_ext" ;;
4488         esac
4489         ;;
4490 esac
4491 case "$_a" in
4492 '')     case "$lib_ext" in
4493     '') _a='.a';;
4494         *)      _a="$lib_ext" ;;
4495         esac
4496         ;;
4497 esac
4498 case "$_o" in
4499 '') case "$obj_ext" in
4500         '')     _o='.o';;
4501         *)      _o="$obj_ext";;
4502         esac
4503         ;;
4504 esac
4505 case "$p_" in
4506 '') case "$path_sep" in
4507         '')     p_=':';;
4508         *)      p_="$path_sep";;
4509         esac
4510         ;;
4511 esac
4512 exe_ext=$_exe
4513 lib_ext=$_a
4514 obj_ext=$_o
4515 path_sep=$p_
4516
4517 : Which makefile gets called first.  This is used by make depend.
4518 case "$firstmakefile" in
4519 '') firstmakefile='makefile';;
4520 esac
4521
4522 case "$ccflags" in
4523 *-DUSE_LONG_DOUBLE*|*-DUSE_MORE_BITS*) uselongdouble="$define" ;;
4524 esac
4525
4526 case "$uselongdouble" in
4527 $define|true|[yY]*)     dflt='y';;
4528 *) dflt='n';;
4529 esac
4530 cat <<EOM
4531
4532 Perl can be built to take advantage of long doubles which
4533 (if available) may give more accuracy and range for floating point numbers.
4534
4535 If this doesn't make any sense to you, just accept the default '$dflt'.
4536 EOM
4537 rp='Try to use long doubles if available?'
4538 . ./myread
4539 case "$ans" in
4540 y|Y)    val="$define"   ;;
4541 *)      val="$undef"    ;;
4542 esac
4543 set uselongdouble
4544 eval $setvar
4545
4546 case "$uselongdouble" in
4547 true|[yY]*) uselongdouble="$define" ;;
4548 esac
4549
4550 case "$uselongdouble" in
4551 $define)
4552 : Look for a hint-file generated 'call-back-unit'.  If the
4553 : user has specified that long doubles should be used,
4554 : we may need to set or change some other defaults.
4555         if $test -f uselongdouble.cbu; then
4556                 echo "Your platform has some specific hints for long doubles, using them..."
4557                 . ./uselongdouble.cbu
4558         else
4559                 $cat <<EOM
4560 (Your platform doesn't have any specific hints for long doubles.)
4561 EOM
4562         fi
4563         ;;
4564 esac
4565
4566 : Looking for optional libraries
4567 echo " "
4568 echo "Checking for optional libraries..." >&4
4569 case "$libs" in
4570 ' '|'') dflt='';;
4571 *) dflt="$libs";;
4572 esac
4573 case "$libswanted" in
4574 '') libswanted='c_s';;
4575 esac
4576 case "$usesocks" in
4577 "$define") libswanted="$libswanted socks5 socks5_sh" ;;
4578 esac
4579 libsfound=''
4580 libsfiles=''
4581 libsdirs=''
4582 libspath=''
4583 for thisdir in $libpth $xlibpth; do
4584   test -d $thisdir && libspath="$libspath $thisdir"
4585 done
4586 for thislib in $libswanted; do
4587         for thisdir in $libspath; do
4588             xxx=''
4589             if $test ! -f "$xxx" -a "X$ignore_versioned_solibs" = "X"; then
4590                 xxx=`ls $thisdir/lib$thislib.$so.[0-9] 2>/dev/null|sed -n '$p'`
4591                 $test -f "$xxx" && eval $libscheck
4592                 $test -f "$xxx" && libstyle=shared
4593             fi
4594             if test ! -f "$xxx"; then
4595                 xxx=$thisdir/lib$thislib.$so
4596                 $test -f "$xxx" && eval $libscheck
4597                 $test -f "$xxx" && libstyle=shared
4598             fi  
4599             if test ! -f "$xxx"; then
4600                 xxx=$thisdir/lib$thislib$_a
4601                 $test -f "$xxx" && eval $libscheck
4602                 $test -f "$xxx" && libstyle=static
4603             fi
4604             if test ! -f "$xxx"; then
4605                 xxx=$thisdir/$thislib$_a
4606                 $test -f "$xxx" && eval $libscheck
4607                 $test -f "$xxx" && libstyle=static
4608             fi
4609             if test ! -f "$xxx"; then
4610                 xxx=$thisdir/lib${thislib}_s$_a
4611                 $test -f "$xxx" && eval $libscheck
4612                 $test -f "$xxx" && libstyle=static
4613                 $test -f "$xxx" && thislib=${thislib}_s
4614             fi
4615             if test ! -f "$xxx"; then
4616                 xxx=$thisdir/Slib$thislib$_a
4617                 $test -f "$xxx" && eval $libscheck
4618                 $test -f "$xxx" && libstyle=static
4619             fi
4620             if $test -f "$xxx"; then
4621                 case "$libstyle" in
4622                 shared) echo "Found -l$thislib (shared)." ;;
4623                 static) echo "Found -l$thislib." ;;
4624                 *)      echo "Found -l$thislib ($libstyle)." ;;
4625                 esac
4626                 case " $dflt " in
4627                 *"-l$thislib "*);;
4628                 *) dflt="$dflt -l$thislib"
4629                    libsfound="$libsfound $xxx"
4630                    yyy=`basename $xxx`
4631                    libsfiles="$libsfiles $yyy"
4632                    yyy=`echo $xxx|$sed -e "s%/$yyy\\$%%"`
4633                    case " $libsdirs " in
4634                    *" $yyy "*) ;;
4635                    *) libsdirs="$libsdirs $yyy" ;;
4636                    esac
4637                    ;;
4638                 esac
4639                 break
4640             fi  
4641         done
4642         if $test ! -f "$xxx"; then
4643             echo "No -l$thislib."
4644         fi
4645 done
4646 set X $dflt
4647 shift
4648 dflt="$*"
4649 case "$libs" in
4650 '') dflt="$dflt";;
4651 *) dflt="$libs";;
4652 esac
4653 case "$dflt" in
4654 ' '|'') dflt='none';;
4655 esac
4656
4657 $cat <<EOM
4658
4659 In order to compile $package on your machine, a number of libraries
4660 are usually needed.  Include any other special libraries here as well.
4661 Say "none" for none.  The default list is almost always right.
4662 EOM
4663
4664 echo " "
4665 rp="What libraries to use?"
4666 . ./myread
4667 case "$ans" in
4668 none) libs=' ';;
4669 *) libs="$ans";;
4670 esac
4671
4672 : determine optimization, if desired, or use for debug flag also
4673 case "$optimize" in
4674 ' '|$undef) dflt='none';;
4675 '') dflt='-O';;
4676 *) dflt="$optimize";;
4677 esac
4678 $cat <<EOH
4679
4680 By default, $package compiles with the -O flag to use the optimizer.
4681 Alternately, you might want to use the symbolic debugger, which uses
4682 the -g flag (on traditional Unix systems).  Either flag can be
4683 specified here.  To use neither flag, specify the word "none".
4684
4685 EOH
4686 rp="What optimizer/debugger flag should be used?"
4687 . ./myread
4688 optimize="$ans"
4689 case "$optimize" in
4690 'none') optimize=" ";;
4691 esac
4692
4693 dflt=''
4694 : We will not override a previous value, but we might want to
4695 : augment a hint file
4696 case "$hint" in
4697 default|recommended)
4698         case "$gccversion" in
4699         1*) dflt='-fpcc-struct-return' ;;
4700         esac
4701         case "$optimize" in
4702         *-g*) dflt="$dflt -DDEBUGGING";;
4703         esac
4704         case "$gccversion" in
4705         2*) if test -d /etc/conf/kconfig.d &&
4706                         $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
4707                 then
4708                         dflt="$dflt -posix"
4709                 fi
4710                 ;;
4711         esac
4712         case "$gccversion" in
4713         1*) ;;
4714         2.[0-8]*) ;;
4715         ?*)     echo " "
4716                 echo "Checking if your compiler accepts -fno-strict-aliasing" 2>&1
4717                 echo 'int main(void) { return 0; }' > gcctest.c
4718                 if $cc -O2 -fno-strict-aliasing -o gcctest gcctest.c; then
4719                         echo "Yes, it does." 2>&1
4720                         case "$ccflags" in
4721                         *strict-aliasing*) 
4722                                 echo "Leaving current flags $ccflags alone." 2>&1
4723                                 ;;
4724                         *) dflt="$dflt -fno-strict-aliasing" ;;
4725                         esac
4726                 else
4727                         echo "Nope, it doesn't, but that's ok." 2>&1
4728                 fi
4729                 ;;
4730         esac
4731         ;;
4732 esac
4733
4734 case "$mips_type" in
4735 *BSD*|'') inclwanted="$locincpth $usrinc";;
4736 *) inclwanted="$locincpth $inclwanted $usrinc/bsd";;
4737 esac
4738 for thisincl in $inclwanted; do
4739         if $test -d $thisincl; then
4740                 if $test x$thisincl != x$usrinc; then
4741                         case "$dflt" in
4742                         *" -I$thisincl "*);;
4743                         *) dflt="$dflt -I$thisincl ";;
4744                         esac
4745                 fi
4746         fi
4747 done
4748
4749 inctest='if $contains $2 $usrinc/$1 >/dev/null 2>&1; then
4750         xxx=true;
4751 elif $contains $2 $usrinc/sys/$1 >/dev/null 2>&1; then
4752         xxx=true;
4753 else
4754         xxx=false;
4755 fi;
4756 if $xxx; then
4757         case "$dflt" in
4758         *$2*);;
4759         *) dflt="$dflt -D$2";;
4760         esac;
4761 fi'
4762
4763 set signal.h LANGUAGE_C; eval $inctest
4764
4765 case "$usesocks" in
4766 $define)
4767         ccflags="$ccflags -DSOCKS"
4768         ;;
4769 esac
4770
4771 case "$hint" in
4772 default|recommended) dflt="$ccflags $dflt" ;;
4773 *) dflt="$ccflags";;
4774 esac
4775
4776 case "$dflt" in
4777 ''|' ') dflt=none;;
4778 esac
4779
4780 $cat <<EOH
4781
4782 Your C compiler may want other flags.  For this question you should include
4783 -I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
4784 but you should NOT include libraries or ld flags like -lwhatever.  If you
4785 want $package to honor its debug switch, you should include -DDEBUGGING here.
4786 Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
4787
4788 To use no flags, specify the word "none".
4789
4790 EOH
4791 set X $dflt
4792 shift
4793 dflt=${1+"$@"}
4794 rp="Any additional cc flags?"
4795 . ./myread
4796 case "$ans" in
4797 none) ccflags='';;
4798 *) ccflags="$ans";;
4799 esac
4800
4801 : the following weeds options from ccflags that are of no interest to cpp
4802 case "$cppflags" in
4803 '') cppflags="$ccflags" ;;
4804 *)  cppflags="$cppflags $ccflags" ;;
4805 esac
4806 case "$gccversion" in
4807 1*) cppflags="$cppflags -D__GNUC__"
4808 esac
4809 case "$mips_type" in
4810 '');;
4811 *BSD*) cppflags="$cppflags -DSYSTYPE_BSD43";;
4812 esac
4813 case "$cppflags" in
4814 '');;
4815 *)
4816         echo " "
4817         echo "Let me guess what the preprocessor flags are..." >&4
4818         set X $cppflags
4819         shift
4820         cppflags=''
4821         $cat >cpp.c <<'EOM'
4822 #define BLURFL foo
4823
4824 BLURFL xx LFRULB
4825 EOM
4826         previous=''
4827         for flag in $*
4828         do
4829                 case "$flag" in
4830                 -*) ftry="$flag";;
4831                 *) ftry="$previous $flag";;
4832                 esac
4833                 if $cppstdin -DLFRULB=bar $cppflags $ftry $cppminus <cpp.c \
4834                         >cpp1.out 2>/dev/null && \
4835                         $cpprun -DLFRULB=bar $cppflags $ftry $cpplast <cpp.c \
4836                         >cpp2.out 2>/dev/null && \
4837                         $contains 'foo.*xx.*bar' cpp1.out >/dev/null 2>&1 && \
4838                         $contains 'foo.*xx.*bar' cpp2.out >/dev/null 2>&1
4839                 then
4840                         cppflags="$cppflags $ftry"
4841                         previous=''
4842                 else
4843                         previous="$flag"
4844                 fi
4845         done
4846         set X $cppflags
4847         shift
4848         cppflags=${1+"$@"}
4849         case "$cppflags" in
4850         *-*)  echo "They appear to be: $cppflags";;
4851         esac
4852         $rm -f cpp.c cpp?.out
4853         ;;
4854 esac
4855
4856 : flags used in final linking phase
4857 case "$ldflags" in
4858 '') if ./venix; then
4859                 dflt='-i -z'
4860         else
4861                 dflt=''
4862         fi
4863         case "$ccflags" in
4864         *-posix*) dflt="$dflt -posix" ;;
4865         esac
4866         ;;
4867 *) dflt="$ldflags";;
4868 esac
4869
4870 : Try to guess additional flags to pick up local libraries.
4871 for thislibdir in $libpth; do
4872         case " $loclibpth " in
4873         *" $thislibdir "*)
4874                 case "$dflt " in 
4875                 *"-L$thislibdir "*) ;;
4876                 *)  dflt="$dflt -L$thislibdir" ;;
4877                 esac
4878                 ;;
4879         esac
4880 done
4881
4882 case "$dflt" in
4883 '') dflt='none' ;;
4884 esac
4885
4886 $cat <<EOH
4887
4888 Your C linker may need flags.  For this question you should
4889 include -L/whatever and any other flags used by the C linker, but you
4890 should NOT include libraries like -lwhatever.
4891
4892 Make sure you include the appropriate -L/path flags if your C linker
4893 does not normally search all of the directories you specified above,
4894 namely
4895         $libpth
4896 To use no flags, specify the word "none".
4897
4898 EOH
4899
4900 rp="Any additional ld flags (NOT including libraries)?"
4901 . ./myread
4902 case "$ans" in
4903 none) ldflags='';;
4904 *) ldflags="$ans";;
4905 esac
4906 rmlist="$rmlist pdp11"
4907
4908 : coherency check
4909 echo " "
4910 echo "Checking your choice of C compiler and flags for coherency..." >&4
4911 $cat > try.c <<'EOF'
4912 #include <stdio.h>
4913 int main() { printf("Ok\n"); return(0); }
4914 EOF
4915 set X $cc -o try $optimize $ccflags $ldflags try.c $libs
4916 shift
4917 $cat >try.msg <<'EOM'
4918 I've tried to compile and run the following simple program:
4919
4920 EOM
4921 $cat try.c >> try.msg
4922
4923 $cat >> try.msg <<EOM
4924
4925 I used the command:
4926
4927         $*
4928         $run ./try
4929
4930 and I got the following output:
4931
4932 EOM
4933 dflt=y
4934 if $sh -c "$cc -o try $optimize $ccflags $ldflags try.c $libs" >>try.msg 2>&1; then
4935         if $sh -c "$run ./try" >>try.msg 2>&1; then
4936                 xxx=`$run ./try`
4937                 case "$xxx" in
4938                 "Ok") dflt=n ;;
4939                 *)      echo 'The program compiled OK, but produced no output.' >> try.msg
4940                         case " $libs " in
4941                         *" -lsfio "*)
4942                                 cat >> try.msg <<'EOQS'
4943 If $libs contains -lsfio, and sfio is mis-configured, then it
4944 sometimes (apparently) runs and exits with a 0 status, but with no
4945 output!  It may have to do with sfio's use of _exit vs. exit.
4946
4947 EOQS
4948                                 rp="You have a big problem.  Shall I abort Configure"
4949                                 dflt=y
4950                                 ;;
4951                         esac
4952                         ;;
4953                 esac
4954         else
4955                 echo "The program compiled OK, but exited with status $?." >>try.msg
4956                 rp="You have a problem.  Shall I abort Configure"
4957                 dflt=y
4958         fi
4959 else
4960         echo "I can't compile the test program." >>try.msg
4961         rp="You have a BIG problem.  Shall I abort Configure"
4962         dflt=y
4963 fi
4964 case "$dflt" in
4965 y)
4966         $cat try.msg >&4
4967         case "$knowitall" in
4968         '')
4969                 echo "(The supplied flags or libraries might be incorrect.)"
4970                 ;;
4971         *) dflt=n;;
4972         esac
4973         echo " "
4974         . ./myread
4975         case "$ans" in
4976         n*|N*) ;;
4977         *)      echo "Ok.  Stopping Configure." >&4
4978                 exit 1
4979                 ;;
4980         esac
4981         ;;
4982 n) echo "OK, that should do.";;
4983 esac
4984 $rm -f try try.* core
4985
4986 : define a shorthand compile call
4987 compile='
4988 mc_file=$1;
4989 shift;
4990 $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs > /dev/null 2>&1;'
4991 : define a shorthand compile call for compilations that should be ok.
4992 compile_ok='
4993 mc_file=$1;
4994 shift;
4995 $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs;'
4996
4997 : determine filename position in cpp output
4998 echo " "
4999 echo "Computing filename position in cpp output for #include directives..." >&4
5000 case "$osname" in
5001 vos) testaccess=-e ;;
5002 *)   testaccess=-r ;;
5003 esac
5004 echo '#include <stdio.h>' > foo.c
5005 $cat >fieldn <<EOF
5006 $startsh
5007 $cppstdin $cppflags $cppminus <foo.c 2>/dev/null | \
5008 $grep '^[       ]*#.*stdio\.h' | \
5009 while read cline; do
5010         pos=1
5011         set \$cline
5012         while $test \$# -gt 0; do
5013                 if $test $testaccess \`echo \$1 | $tr -d '"'\`; then
5014                         echo "\$pos"
5015                         exit 0
5016                 fi
5017                 shift
5018                 pos=\`expr \$pos + 1\`
5019         done
5020 done
5021 EOF
5022 chmod +x fieldn
5023 fieldn=`./fieldn`
5024 $rm -f foo.c fieldn
5025 case $fieldn in
5026 '') pos='???';;
5027 1) pos=first;;
5028 2) pos=second;;
5029 3) pos=third;;
5030 *) pos="${fieldn}th";;
5031 esac
5032 echo "Your cpp writes the filename in the $pos field of the line."
5033
5034 case "$osname" in
5035 vos) cppfilter="tr '\\\\>' '/' |" ;; # path component separator is >
5036 os2) cppfilter="sed -e 's|\\\\\\\\|/|g' |" ;; # path component separator is \
5037 *)   cppfilter='' ;;
5038 esac
5039 : locate header file
5040 $cat >findhdr <<EOF
5041 $startsh
5042 wanted=\$1
5043 name=''
5044 for usrincdir in $usrinc
5045 do
5046         if test -f \$usrincdir/\$wanted; then
5047                 echo "\$usrincdir/\$wanted"
5048                 exit 0
5049         fi
5050 done
5051 awkprg='{ print \$$fieldn }'
5052 echo "#include <\$wanted>" > foo\$\$.c
5053 $cppstdin $cppminus $cppflags < foo\$\$.c 2>/dev/null | \
5054 $cppfilter $grep "^[    ]*#.*\$wanted" | \
5055 while read cline; do
5056         name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\`
5057         case "\$name" in
5058         *[/\\\\]\$wanted) echo "\$name"; exit 1;;
5059         *[\\\\/]\$wanted) echo "\$name"; exit 1;;
5060         *) exit 2;;
5061         esac;
5062 done;
5063 #
5064 # status = 0: grep returned 0 lines, case statement not executed
5065 # status = 1: headerfile found
5066 # status = 2: while loop executed, no headerfile found
5067 #
5068 status=\$?
5069 $rm -f foo\$\$.c;
5070 if test \$status -eq 1; then
5071         exit 0;
5072 fi
5073 exit 1
5074 EOF
5075 chmod +x findhdr
5076
5077 : define an alternate in-header-list? function
5078 inhdr='echo " "; td=$define; tu=$undef; yyy=$@;
5079 cont=true; xxf="echo \"<\$1> found.\" >&4";
5080 case $# in 2) xxnf="echo \"<\$1> NOT found.\" >&4";;
5081 *) xxnf="echo \"<\$1> NOT found, ...\" >&4";;
5082 esac;
5083 case $# in 4) instead=instead;; *) instead="at last";; esac;
5084 while $test "$cont"; do
5085         xxx=`./findhdr $1`
5086         var=$2; eval "was=\$$2";
5087         if $test "$xxx" && $test -r "$xxx";
5088         then eval $xxf;
5089         eval "case \"\$$var\" in $undef) . ./whoa; esac"; eval "$var=\$td";
5090                 cont="";
5091         else eval $xxnf;
5092         eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu"; fi;
5093         set $yyy; shift; shift; yyy=$@;
5094         case $# in 0) cont="";;
5095         2) xxf="echo \"but I found <\$1> $instead.\" >&4";
5096                 xxnf="echo \"and I did not find <\$1> either.\" >&4";;
5097         *) xxf="echo \"but I found <\$1\> instead.\" >&4";
5098                 xxnf="echo \"there is no <\$1>, ...\" >&4";;
5099         esac;
5100 done;
5101 while $test "$yyy";
5102 do set $yyy; var=$2; eval "was=\$$2";
5103         eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu";
5104         set $yyy; shift; shift; yyy=$@;
5105 done'
5106
5107 : see if stdlib is available
5108 set stdlib.h i_stdlib
5109 eval $inhdr
5110
5111 : check for lengths of integral types
5112 echo " "
5113 case "$intsize" in
5114 '')
5115         echo "Checking to see how big your integers are..." >&4
5116         $cat >try.c <<EOCP
5117 #include <stdio.h>
5118 #$i_stdlib I_STDLIB
5119 #ifdef I_STDLIB
5120 #include <stdlib.h>
5121 #endif
5122 int main()
5123 {
5124         printf("intsize=%d;\n", (int)sizeof(int));
5125         printf("longsize=%d;\n", (int)sizeof(long));
5126         printf("shortsize=%d;\n", (int)sizeof(short));
5127         exit(0);
5128 }
5129 EOCP
5130         set try
5131         if eval $compile_ok && $run ./try > /dev/null; then
5132                 eval `$run ./try`
5133                 echo "Your integers are $intsize bytes long."
5134                 echo "Your long integers are $longsize bytes long."
5135                 echo "Your short integers are $shortsize bytes long."
5136         else
5137                 $cat >&4 <<EOM
5138 !
5139 Help! I can't compile and run the intsize test program: please enlighten me!
5140 (This is probably a misconfiguration in your system or libraries, and
5141 you really ought to fix it.  Still, I'll try anyway.)
5142 !
5143 EOM
5144                 dflt=4
5145                 rp="What is the size of an integer (in bytes)?"
5146                 . ./myread
5147                 intsize="$ans"
5148                 dflt=$intsize
5149                 rp="What is the size of a long integer (in bytes)?"
5150                 . ./myread
5151                 longsize="$ans"
5152                 dflt=2
5153                 rp="What is the size of a short integer (in bytes)?"
5154                 . ./myread
5155                 shortsize="$ans"
5156         fi
5157         ;;
5158 esac
5159 $rm -f try try.*
5160
5161 : check for long long
5162 echo " "
5163 echo "Checking to see if you have long long..." >&4
5164 echo 'int main() { long long x = 7; return 0; }' > try.c
5165 set try
5166 if eval $compile; then
5167         val="$define"
5168         echo "You have long long."
5169 else
5170         val="$undef"
5171         echo "You do not have long long."
5172 fi
5173 $rm try.*
5174 set d_longlong
5175 eval $setvar
5176
5177 : check for length of long long
5178 case "${d_longlong}${longlongsize}" in
5179 $define)
5180         echo " "
5181         echo "Checking to see how big your long longs are..." >&4
5182         $cat >try.c <<'EOCP'
5183 #include <stdio.h>
5184 int main()
5185 {
5186     printf("%d\n", (int)sizeof(long long));
5187     return(0);
5188 }
5189 EOCP
5190         set try
5191         if eval $compile_ok; then
5192                 longlongsize=`$run ./try`
5193                 echo "Your long longs are $longlongsize bytes long."
5194         else
5195                 dflt='8'
5196                 echo " "
5197                 echo "(I can't seem to compile the test program.  Guessing...)"
5198                 rp="What is the size of a long long (in bytes)?"
5199                 . ./myread
5200                 longlongsize="$ans"
5201         fi
5202         if $test "X$longsize" = "X$longlongsize"; then
5203                 echo "(That isn't any different from an ordinary long.)"
5204         fi      
5205         ;;
5206 esac
5207 $rm -f try.* try
5208
5209 : see if inttypes.h is available
5210 : we want a real compile instead of Inhdr because some systems
5211 : have an inttypes.h which includes non-existent headers
5212 echo " "
5213 $cat >try.c <<EOCP
5214 #include <inttypes.h>
5215 int main() {
5216         static int32_t foo32 = 0x12345678;
5217 }
5218 EOCP
5219 set try
5220 if eval $compile; then
5221         echo "<inttypes.h> found." >&4
5222         val="$define"
5223 else
5224         echo "<inttypes.h> NOT found." >&4
5225         val="$undef"
5226 fi
5227 $rm -f try.c try
5228 set i_inttypes
5229 eval $setvar
5230
5231 : check for int64_t
5232 echo " "
5233 echo "Checking to see if you have int64_t..." >&4
5234 $cat >try.c <<EOCP
5235 #include <sys/types.h>
5236 #$i_inttypes I_INTTYPES
5237 #ifdef I_INTTYPES
5238 #include <inttypes.h>
5239 #endif
5240 int main() { int64_t x = 7; }
5241 EOCP
5242 set try
5243 if eval $compile; then
5244         val="$define"
5245         echo "You have int64_t."
5246 else
5247         val="$undef"
5248         echo "You do not have int64_t."
5249 fi
5250 $rm -f try try.*
5251 set d_int64_t
5252 eval $setvar
5253
5254
5255 echo " "
5256 echo "Checking which 64-bit integer type we could use..." >&4
5257
5258 case "$intsize" in
5259 8) val=int
5260    set quadtype
5261    eval $setvar
5262    val='"unsigned int"'
5263    set uquadtype
5264    eval $setvar
5265    quadkind=1
5266    ;;
5267 *) case "$longsize" in
5268    8) val=long
5269       set quadtype
5270       eval $setvar
5271       val='"unsigned long"'
5272       set uquadtype
5273       eval $setvar
5274       quadkind=2
5275       ;;
5276    *) case "$d_longlong:$longlongsize" in
5277       define:8)
5278         val='"long long"'
5279         set quadtype
5280         eval $setvar
5281         val='"unsigned long long"'
5282         set uquadtype
5283         eval $setvar
5284         quadkind=3
5285         ;;
5286       *) case "$d_int64_t" in
5287          define)
5288            val=int64_t
5289            set quadtype
5290            eval $setvar
5291            val=uint64_t
5292            set uquadtype
5293            eval $setvar
5294            quadkind=4
5295            ;;
5296          esac
5297          ;;
5298       esac
5299       ;;
5300    esac
5301    ;;
5302 esac
5303
5304 case "$quadtype" in
5305 '')     echo "Alas, no 64-bit integer types in sight." >&4
5306         d_quad="$undef"
5307         ;;
5308 *)      echo "We could use '$quadtype' for 64-bit integers." >&4
5309         d_quad="$define"
5310         ;;
5311 esac
5312
5313
5314 case "$uselonglong" in
5315 "$define"|true|[yY]*)
5316         cat <<EOM >&4
5317
5318 *** Configure -Duselonglong is deprecated, using -Duse64bitint instead.
5319 EOM
5320         use64bitint="$define"
5321         ;;
5322 esac                          
5323 case "$use64bits" in
5324 "$define"|true|[yY]*)
5325         cat <<EOM >&4
5326
5327 *** Configure -Duse64bits is deprecated, using -Duse64bitint instead.
5328 EOM
5329         use64bitint="$define"
5330         ;;
5331 esac                          
5332 case "$use64bitints" in
5333 "$define"|true|[yY]*)
5334         cat <<EOM >&4
5335
5336 *** There is no Configure -Duse64bitints, using -Duse64bitint instead.
5337 EOM
5338         use64bitint="$define"
5339         ;;
5340 esac                          
5341 case "$use64bitsint" in
5342 "$define"|true|[yY]*)
5343         cat <<EOM >&4
5344
5345 *** There is no Configure -Duse64bitsint, using -Duse64bitint instead.
5346 EOM
5347         use64bitint="$define"
5348         ;;
5349 esac                          
5350 case "$uselonglongs" in
5351 "$define"|true|[yY]*)
5352         cat <<EOM >&4
5353
5354 *** There is no Configure -Duselonglongs, using -Duse64bitint instead.
5355 EOM
5356         use64bitint="$define"
5357         ;;
5358 esac                          
5359 case "$use64bitsall" in
5360 "$define"|true|[yY]*)
5361         cat <<EOM >&4
5362
5363 *** There is no Configure -Duse64bitsall, using -Duse64bitall instead.
5364 EOM
5365         use64bitall="$define"
5366         ;;
5367 esac                          
5368
5369 case "$ccflags" in
5370 *-DUSE_LONG_LONG*|*-DUSE_64_BIT_INT*|*-DUSE_64_BIT_ALL*) use64bitint="$define";;
5371 esac
5372 case "$use64bitall" in
5373 "$define"|true|[yY]*) use64bitint="$define" ;;
5374 esac
5375
5376 case "$longsize" in
5377 8) cat <<EOM
5378
5379 You have natively 64-bit long integers.
5380 EOM
5381    val="$define"
5382    ;;
5383 *) case "$use64bitint" in
5384    "$define"|true|[yY]*) dflt='y';;
5385    *) dflt='n';;
5386    esac
5387    case "$d_quad" in
5388    "$define") ;;
5389    *) dflt='n' ;;
5390    esac
5391    cat <<EOM
5392
5393 Perl can be built to take advantage of 64-bit integer types
5394 on some systems.  To do so, Configure can be run with -Duse64bitint.
5395 Choosing this option will most probably introduce binary incompatibilities.
5396
5397 If this doesn't make any sense to you, just accept the default '$dflt'.
5398 (The default has been chosen based on your configuration.)
5399 EOM
5400    rp='Try to use 64-bit integers, if available?'
5401    . ./myread
5402    case "$ans" in
5403    [yY]*) val="$define" ;;
5404    *)     val="$undef"  ;;
5405    esac
5406    ;;
5407 esac
5408 set use64bitint
5409 eval $setvar
5410
5411 case "$use64bitall" in
5412 "$define"|true|[yY]*) dflt='y' ;;
5413 *) case "$longsize" in
5414    8) dflt='y' ;;
5415    *) dflt='n' ;;
5416    esac
5417    ;;
5418 esac    
5419 cat <<EOM
5420
5421 You may also choose to try maximal 64-bitness.  It means using as much
5422 64-bitness as possible on the platform.  This in turn means even more
5423 binary incompatibilities.  On the other hand, your platform may not
5424 have any more 64-bitness available than what you already have chosen.
5425
5426 If this doesn't make any sense to you, just accept the default '$dflt'.
5427 (The default has been chosen based on your configuration.)
5428 EOM
5429 rp='Try to use maximal 64-bit support, if available?'
5430 . ./myread
5431 case "$ans" in
5432 [yY]*) val="$define" ;;
5433 *)     val="$undef"  ;;
5434 esac
5435 set use64bitall
5436 eval $setvar
5437 case "$use64bitall" in
5438 "$define")
5439         case "$use64bitint" in
5440         "$undef")
5441                 cat <<EOM
5442
5443 Since you have chosen a maximally 64-bit build, I'm also turning on
5444 the use of 64-bit integers.
5445 EOM
5446                 use64bitint="$define" ;;
5447         esac
5448         ;;
5449 esac
5450
5451 case "$use64bitint" in
5452 "$define"|true|[yY]*)
5453 : Look for a hint-file generated 'call-back-unit'.  If the
5454 : user has specified that a 64-bit perl is to be built,
5455 : we may need to set or change some other defaults.
5456         if $test -f use64bitint.cbu; then
5457                 echo "Your platform has some specific hints for 64-bit integers, using them..."
5458                 . ./use64bitint.cbu
5459         fi
5460         case "$longsize" in
5461         4) case "$archname64" in
5462            '') archname64=64int ;;
5463            esac
5464            ;;
5465         esac
5466         ;;
5467 esac
5468
5469 case "$use64bitall" in
5470 "$define"|true|[yY]*)
5471 : Look for a hint-file generated 'call-back-unit'.  If the
5472 : user has specified that a maximally 64-bit perl is to be built,
5473 : we may need to set or change some other defaults.
5474         if $test -f use64bitall.cbu; then
5475                 echo "Your platform has some specific hints for 64-bit builds, using them..."
5476                 . ./use64bitall.cbu
5477         fi
5478         case "$longsize" in
5479         4) case "$archname64" in
5480            ''|64int) archname64=64all ;;
5481            esac
5482            ;;
5483         esac
5484         ;;
5485 esac
5486
5487 case "$d_quad:$use64bitint" in
5488 $undef:$define)
5489         cat >&4 <<EOF
5490
5491 *** You have chosen to use 64-bit integers,
5492 *** but none cannot be found.
5493 *** Please rerun Configure without -Duse64bitint and/or -Dusemorebits.
5494 *** Cannot continue, aborting.
5495
5496 EOF
5497         exit 1
5498         ;;
5499 esac
5500
5501 : check for length of double
5502 echo " "
5503 case "$doublesize" in
5504 '')
5505         echo "Checking to see how big your double precision numbers are..." >&4
5506         $cat >try.c <<EOCP
5507 #include <stdio.h>
5508 #$i_stdlib I_STDLIB
5509 #ifdef I_STDLIB
5510 #include <stdlib.h>
5511 #endif
5512 int main()
5513 {
5514     printf("%d\n", (int)sizeof(double));
5515     exit(0);
5516 }
5517 EOCP
5518         set try
5519         if eval $compile_ok; then
5520                 doublesize=`$run ./try`
5521                 echo "Your double is $doublesize bytes long."
5522         else
5523                 dflt='8'
5524                 echo "(I can't seem to compile the test program.  Guessing...)"
5525                 rp="What is the size of a double precision number (in bytes)?"
5526                 . ./myread
5527                 doublesize="$ans"
5528         fi
5529         ;;
5530 esac
5531 $rm -f try.c try
5532
5533 : check for long doubles
5534 echo " "
5535 echo "Checking to see if you have long double..." >&4
5536 echo 'int main() { long double x = 7.0; }' > try.c
5537 set try
5538 if eval $compile; then
5539         val="$define"
5540         echo "You have long double."
5541 else
5542         val="$undef"
5543         echo "You do not have long double."
5544 fi
5545 $rm try.*
5546 set d_longdbl
5547 eval $setvar
5548
5549 : check for length of long double
5550 case "${d_longdbl}${longdblsize}" in
5551 $define)
5552         echo " "
5553         echo "Checking to see how big your long doubles are..." >&4
5554         $cat >try.c <<'EOCP'
5555 #include <stdio.h>
5556 int main()
5557 {
5558         printf("%d\n", sizeof(long double));
5559 }
5560 EOCP
5561         set try
5562         set try
5563         if eval $compile; then
5564                 longdblsize=`$run ./try`
5565                 echo "Your long doubles are $longdblsize bytes long."
5566         else
5567                 dflt='8'
5568                 echo " "
5569                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
5570                 rp="What is the size of a long double (in bytes)?"
5571                 . ./myread
5572                 longdblsize="$ans"
5573         fi
5574         if $test "X$doublesize" = "X$longdblsize"; then
5575                 echo "(That isn't any different from an ordinary double.)"
5576         fi      
5577         ;;
5578 esac
5579 $rm -f try.* try
5580
5581 : determine the architecture name
5582 echo " "
5583 if xxx=`./loc arch blurfl $pth`; $test -f "$xxx"; then
5584         tarch=`arch`"-$osname"
5585 elif xxx=`./loc uname blurfl $pth`; $test -f "$xxx" ; then
5586         if uname -m > tmparch 2>&1 ; then
5587                 tarch=`$sed -e 's/ *$//' -e 's/ /_/g' \
5588                         -e 's/$/'"-$osname/" tmparch`
5589         else
5590                 tarch="$osname"
5591         fi
5592         $rm -f tmparch
5593 else
5594         tarch="$osname"
5595 fi
5596 case "$myarchname" in
5597 ''|"$tarch") ;;
5598 *)
5599         echo "(Your architecture name used to be $myarchname.)"
5600         archname=''
5601         ;;
5602 esac
5603 case "$targetarch" in
5604 '') ;;
5605 *)  archname=`echo $targetarch|sed 's,^[^-]*-,,'` ;;
5606 esac
5607 myarchname="$tarch"
5608 case "$archname" in
5609 '') dflt="$tarch";;
5610 *) dflt="$archname";;
5611 esac
5612 rp='What is your architecture name'
5613 . ./myread
5614 archname="$ans"
5615 case "$usethreads" in
5616 $define)
5617         echo "Threads selected." >&4
5618         case "$archname" in
5619         *-thread*) echo "...and architecture name already has -thread." >&4
5620                 ;;
5621         *)      archname="$archname-thread"
5622                 echo "...setting architecture name to $archname." >&4
5623                 ;;
5624         esac
5625         ;;
5626 esac
5627 case "$usemultiplicity" in
5628 $define)
5629         echo "Multiplicity selected." >&4
5630         case "$archname" in
5631         *-multi*) echo "...and architecture name already has -multi." >&4
5632                 ;;
5633         *)      archname="$archname-multi"
5634                 echo "...setting architecture name to $archname." >&4
5635                 ;;
5636         esac
5637         ;;
5638 esac
5639 case "$use64bitint$use64bitall" in
5640 *"$define"*)
5641         case "$archname64" in
5642         '')
5643                 echo "This architecture is naturally 64-bit, not changing architecture name." >&4
5644                 ;;
5645         *)
5646                 case "$use64bitint" in
5647                 "$define") echo "64 bit integers selected." >&4 ;;
5648                 esac
5649                 case "$use64bitall" in
5650                 "$define") echo "Maximal 64 bitness selected." >&4 ;;
5651                 esac
5652                 case "$archname" in
5653                 *-$archname64*) echo "...and architecture name already has $archname64." >&4
5654                         ;;
5655                 *)      archname="$archname-$archname64"
5656                         echo "...setting architecture name to $archname." >&4
5657                         ;;
5658                 esac
5659                 ;;
5660         esac
5661 esac
5662 case "$uselongdouble" in
5663 $define)
5664         echo "Long doubles selected." >&4
5665         case "$longdblsize" in
5666         $doublesize)
5667                 echo "...but long doubles are equal to doubles, not changing architecture name." >&4
5668                 ;;
5669         *)
5670                 case "$archname" in
5671                 *-ld*) echo "...and architecture name already has -ld." >&4
5672                         ;;
5673                 *)      archname="$archname-ld"
5674                         echo "...setting architecture name to $archname." >&4
5675                         ;;
5676                 esac
5677                 ;;
5678         esac
5679         ;;
5680 esac
5681 case "$useperlio" in
5682 $define)
5683         echo "Perlio selected." >&4
5684         ;;
5685 *)
5686         echo "Perlio not selected, using stdio." >&4
5687         case "$archname" in
5688         *-stdio*) echo "...and architecture name already has -stdio." >&4
5689                 ;;
5690         *)      archname="$archname-stdio"
5691                 echo "...setting architecture name to $archname." >&4
5692                 ;;
5693         esac
5694         ;;
5695 esac
5696 if $test -f archname.cbu; then
5697         echo "Your platform has some specific hints for architecture name, using them..."
5698         . ./archname.cbu
5699 fi
5700
5701 : determine root of directory hierarchy where package will be installed.
5702 case "$prefix" in
5703 '')
5704         dflt=`./loc . /usr/local /usr/local /local /opt /usr`
5705         ;;
5706 *?/)
5707         dflt=`echo "$prefix" | sed 's/.$//'`
5708         ;;
5709 *)
5710         dflt="$prefix"
5711         ;;
5712 esac
5713 $cat <<EOM
5714
5715 By default, $package will be installed in $dflt/bin, manual pages
5716 under $dflt/man, etc..., i.e. with $dflt as prefix for all
5717 installation directories. Typically this is something like /usr/local.
5718 If you wish to have binaries under /usr/bin but other parts of the
5719 installation under /usr/local, that's ok: you will be prompted
5720 separately for each of the installation directories, the prefix being
5721 only used to set the defaults.
5722
5723 EOM
5724 fn=d~
5725 rp='Installation prefix to use?'
5726 . ./getfile
5727 oldprefix=''
5728 case "$prefix" in
5729 '') ;;
5730 *)
5731         case "$ans" in
5732         "$prefix") ;;
5733         *) oldprefix="$prefix";;
5734         esac
5735         ;;
5736 esac
5737 prefix="$ans"
5738 prefixexp="$ansexp"
5739
5740 case "$afsroot" in
5741 '')     afsroot=/afs ;;
5742 *)      afsroot=$afsroot ;;
5743 esac
5744
5745 : is AFS running?
5746 echo " "
5747 case "$afs" in
5748 $define|true)   afs=true ;;
5749 $undef|false)   afs=false ;;
5750 *)      if test -d $afsroot; then
5751                 afs=true
5752         else
5753                 afs=false
5754         fi
5755         ;;
5756 esac
5757 if $afs; then
5758         echo "AFS may be running... I'll be extra cautious then..." >&4
5759 else
5760         echo "AFS does not seem to be running..." >&4
5761 fi
5762
5763 : determine installation prefix for where package is to be installed.
5764 if $afs; then 
5765 $cat <<EOM
5766
5767 Since you are running AFS, I need to distinguish the directory in which
5768 files will reside from the directory in which they are installed (and from
5769 which they are presumably copied to the former directory by occult means).
5770
5771 EOM
5772         case "$installprefix" in
5773         '') dflt=`echo $prefix | sed 's#^/afs/#/afs/.#'`;;
5774         *) dflt="$installprefix";;
5775         esac
5776 else
5777 $cat <<EOM
5778
5779 In some special cases, particularly when building $package for distribution,
5780 it is convenient to distinguish the directory in which files should be
5781 installed from the directory ($prefix) in which they will
5782 eventually reside.  For most users, these two directories are the same.
5783
5784 EOM
5785         case "$installprefix" in
5786         '') dflt=$prefix ;;
5787         *) dflt=$installprefix;;
5788         esac
5789 fi
5790 fn=d~
5791 rp='What installation prefix should I use for installing files?'
5792 . ./getfile
5793 installprefix="$ans"
5794 installprefixexp="$ansexp"
5795
5796 : set the prefixit variable, to compute a suitable default value
5797 prefixit='case "$3" in
5798 ""|none)
5799         case "$oldprefix" in
5800         "") eval "$1=\"\$$2\"";;
5801         *)
5802                 case "$3" in
5803                 "") eval "$1=";;
5804                 none)
5805                         eval "tp=\"\$$2\"";
5806                         case "$tp" in
5807                         ""|" ") eval "$1=\"\$$2\"";;
5808                         *) eval "$1=";;
5809                         esac;;
5810                 esac;;
5811         esac;;
5812 *)
5813         eval "tp=\"$oldprefix-\$$2-\""; eval "tp=\"$tp\"";
5814         case "$tp" in
5815         --|/*--|\~*--) eval "$1=\"$prefix/$3\"";;
5816         /*-$oldprefix/*|\~*-$oldprefix/*)
5817                 eval "$1=\`echo \$$2 | sed \"s,^$oldprefix,$prefix,\"\`";;
5818         *) eval "$1=\"\$$2\"";;
5819         esac;;
5820 esac'
5821
5822 : get the patchlevel
5823 echo " "
5824 echo "Getting the current patchlevel..." >&4
5825 if $test -r $rsrc/patchlevel.h;then
5826         revision=`awk '/define[         ]+PERL_REVISION/ {print $3}' $rsrc/patchlevel.h`
5827         patchlevel=`awk '/define[       ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
5828         subversion=`awk '/define[       ]+PERL_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
5829         api_revision=`awk '/define[     ]+PERL_API_REVISION/ {print $3}' $rsrc/patchlevel.h`
5830         api_version=`awk '/define[      ]+PERL_API_VERSION/ {print $3}' $rsrc/patchlevel.h`
5831         api_subversion=`awk '/define[   ]+PERL_API_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
5832        perl_patchlevel=`grep ',"DEVEL[0-9][0-9]*"' $rsrc/patchlevel.h|sed 's/[^0-9]//g'`
5833 else
5834         revision=0
5835         patchlevel=0
5836         subversion=0
5837         api_revision=0
5838         api_version=0
5839         api_subversion=0
5840         perl_patchlevel=0
5841         $echo "(You do not have patchlevel.h.  Eek.)"
5842 fi
5843 if $test -r $rsrc/.patch ; then  
5844         if $test "`cat $rsrc/.patch`" -gt "$perl_patchlevel" ; then
5845                 perl_patchlevel=`cat $rsrc/.patch`
5846         fi
5847 fi
5848 : Define a handy string here to avoid duplication in myconfig.SH and configpm.
5849 version_patchlevel_string="version $patchlevel subversion $subversion"
5850 case "$perl_patchlevel" in
5851 0|'') ;;
5852 *) version_patchlevel_string="$version_patchlevel_string patch $perl_patchlevel" ;;
5853 esac
5854
5855 $echo "(You have $package $version_patchlevel_string.)"
5856
5857 case "$osname" in
5858 dos|vms)
5859         : XXX Should be a Configure test for double-dots in filenames.
5860         version=`echo $revision $patchlevel $subversion | \
5861                  $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
5862         api_versionstring=`echo $api_revision $api_version $api_subversion | \
5863                  $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
5864         ;;
5865 *)
5866         version=`echo $revision $patchlevel $subversion | \
5867                  $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
5868         api_versionstring=`echo $api_revision $api_version $api_subversion | \
5869                  $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
5870         ;;
5871 esac
5872 : Special case the 5.005_xx maintenance series, which used 5.005
5873 : without any subversion label as a subdirectory in $sitelib
5874 if test "${api_revision}${api_version}${api_subversion}" = "550"; then
5875         api_versionstring='5.005'
5876 fi
5877
5878 : determine installation style
5879 : For now, try to deduce it from prefix unless it is already set.
5880 : Reproduce behavior of 5.005 and earlier, maybe drop that in 5.7.
5881 case "$installstyle" in
5882 '')     case "$prefix" in
5883                 *perl*) dflt='lib';;
5884                 *) dflt='lib/perl5' ;;
5885         esac
5886         ;;
5887 *)      dflt="$installstyle" ;;
5888 esac
5889 : Probably not worth prompting for this since we prompt for all
5890 : the directories individually, and the prompt would be too long and
5891 : confusing anyway.
5892 installstyle=$dflt
5893
5894 : determine where private library files go
5895 : Usual default is /usr/local/lib/perl5/$version.
5896 : Also allow things like /opt/perl/lib/$version, since 
5897 : /opt/perl/lib/perl5... would be redundant.
5898 : The default "style" setting is made in installstyle.U
5899 case "$installstyle" in
5900 *lib/perl5*) set dflt privlib lib/$package/$version ;;
5901 *)       set dflt privlib lib/$version ;;
5902 esac
5903 eval $prefixit
5904 $cat <<EOM
5905
5906 There are some auxiliary files for $package that need to be put into a
5907 private library directory that is accessible by everyone.
5908
5909 EOM
5910 fn=d~+
5911 rp='Pathname where the private library files will reside?'
5912 . ./getfile
5913 privlib="$ans"
5914 privlibexp="$ansexp"
5915 : Change installation prefix, if necessary.
5916 if $test X"$prefix" != X"$installprefix"; then
5917         installprivlib=`echo $privlibexp | sed "s#^$prefix#$installprefix#"`
5918 else
5919         installprivlib="$privlibexp"
5920 fi
5921
5922 : set the prefixup variable, to restore leading tilda escape
5923 prefixup='case "$prefixexp" in
5924 "$prefix") ;;
5925 *) eval "$1=\`echo \$$1 | sed \"s,^$prefixexp,$prefix,\"\`";;
5926 esac'
5927
5928 : determine where public architecture dependent libraries go
5929 set archlib archlib
5930 eval $prefixit
5931 : privlib default is /usr/local/lib/$package/$version
5932 : archlib default is /usr/local/lib/$package/$version/$archname
5933 : privlib may have an optional trailing /share.
5934 tdflt=`echo $privlib | $sed 's,/share$,,'`
5935 tdflt=$tdflt/$archname
5936 case "$archlib" in
5937 '')     dflt=$tdflt
5938         ;;
5939 *)      dflt="$archlib"
5940     ;;
5941 esac
5942 $cat <<EOM
5943
5944 $spackage contains architecture-dependent library files.  If you are
5945 sharing libraries in a heterogeneous environment, you might store
5946 these files in a separate location.  Otherwise, you can just include
5947 them with the rest of the public library files.
5948
5949 EOM
5950 fn=d+~
5951 rp='Where do you want to put the public architecture-dependent libraries?'
5952 . ./getfile
5953 archlib="$ans"
5954 archlibexp="$ansexp"
5955 if $test X"$archlib" = X"$privlib"; then
5956         d_archlib="$undef"
5957 else
5958         d_archlib="$define"
5959 fi
5960 : Change installation prefix, if necessary.
5961 if $test X"$prefix" != X"$installprefix"; then
5962         installarchlib=`echo $archlibexp | sed "s#^$prefix#$installprefix#"`
5963 else
5964         installarchlib="$archlibexp"
5965 fi
5966
5967 : see if setuid scripts can be secure
5968 $cat <<EOM
5969
5970 Some kernels have a bug that prevents setuid #! scripts from being
5971 secure.  Some sites have disabled setuid #! scripts because of this.
5972
5973 First let's decide if your kernel supports secure setuid #! scripts.
5974 (If setuid #! scripts would be secure but have been disabled anyway,
5975 don't say that they are secure if asked.)
5976
5977 EOM
5978
5979 val="$undef"
5980 if $test -d /dev/fd; then
5981         echo "#!$ls" >reflect
5982         chmod +x,u+s reflect
5983         ./reflect >flect 2>&1
5984         if $contains "/dev/fd" flect >/dev/null; then
5985                 echo "Congratulations, your kernel has secure setuid scripts!" >&4
5986                 val="$define"
5987         else
5988                 $cat <<EOM
5989 If you are not sure if they are secure, I can check but I'll need a
5990 username and password different from the one you are using right now.
5991 If you don't have such a username or don't want me to test, simply
5992 enter 'none'.
5993
5994 EOM
5995                 rp='Other username to test security of setuid scripts with?'
5996                 dflt='none'
5997                 . ./myread
5998                 case "$ans" in
5999                 n|none)
6000                         case "$d_suidsafe" in
6001                         '')     echo "I'll assume setuid scripts are *not* secure." >&4
6002                                 dflt=n;;
6003                         "$undef")
6004                                 echo "Well, the $hint value is *not* secure." >&4
6005                                 dflt=n;;
6006                         *)      echo "Well, the $hint value *is* secure." >&4
6007                                 dflt=y;;
6008                         esac
6009                         ;;
6010                 *)
6011                         $rm -f reflect flect
6012                         echo "#!$ls" >reflect
6013                         chmod +x,u+s reflect
6014                         echo >flect
6015                         chmod a+w flect
6016                         echo '"su" will (probably) prompt you for '"$ans's password."
6017                         su $ans -c './reflect >flect'
6018                         if $contains "/dev/fd" flect >/dev/null; then
6019                                 echo "Okay, it looks like setuid scripts are secure." >&4
6020                                 dflt=y
6021                         else
6022                                 echo "I don't think setuid scripts are secure." >&4
6023                                 dflt=n
6024                         fi
6025                         ;;
6026                 esac
6027                 rp='Does your kernel have *secure* setuid scripts?'
6028                 . ./myread
6029                 case "$ans" in
6030                 [yY]*)  val="$define";;
6031                 *)      val="$undef";;
6032                 esac
6033         fi
6034 else
6035         echo "I don't think setuid scripts are secure (no /dev/fd directory)." >&4
6036         echo "(That's for file descriptors, not floppy disks.)"
6037         val="$undef"
6038 fi
6039 set d_suidsafe
6040 eval $setvar
6041
6042 $rm -f reflect flect
6043
6044 : now see if they want to do setuid emulation
6045 echo " "
6046 val="$undef"
6047 case "$d_suidsafe" in
6048 "$define")
6049         val="$undef"
6050         echo "No need to emulate SUID scripts since they are secure here." >&4
6051         ;;
6052 *)
6053         $cat <<EOM
6054 Some systems have disabled setuid scripts, especially systems where
6055 setuid scripts cannot be secure.  On systems where setuid scripts have
6056 been disabled, the setuid/setgid bits on scripts are currently
6057 useless.  It is possible for $package to detect those bits and emulate
6058 setuid/setgid in a secure fashion.  This emulation will only work if
6059 setuid scripts have been disabled in your kernel.
6060
6061 EOM
6062         case "$d_dosuid" in
6063         "$define") dflt=y ;;
6064         *) dflt=n ;;
6065         esac
6066         rp="Do you want to do setuid/setgid emulation?"
6067         . ./myread
6068         case "$ans" in
6069         [yY]*)  val="$define";;
6070         *)      val="$undef";;
6071         esac
6072         ;;
6073 esac
6074 set d_dosuid
6075 eval $setvar
6076
6077 : see if this is a malloc.h system
6078 : we want a real compile instead of Inhdr because some systems have a
6079 : malloc.h that just gives a compile error saying to use stdlib.h instead
6080 echo " "
6081 $cat >try.c <<EOCP
6082 #include <stdlib.h>
6083 #include <malloc.h>
6084 int main () { return 0; }
6085 EOCP
6086 set try
6087 if eval $compile; then
6088     echo "<malloc.h> found." >&4
6089     val="$define"
6090 else
6091     echo "<malloc.h> NOT found." >&4
6092     val="$undef"
6093 fi
6094 $rm -f try.c try
6095 set i_malloc
6096 eval $setvar
6097
6098 : check for void type
6099 echo " "
6100 echo "Checking to see how well your C compiler groks the void type..." >&4
6101 case "$voidflags" in
6102 '')
6103         $cat >try.c <<EOCP
6104 #$i_stdlib I_STDLIB
6105 #ifdef I_STDLIB
6106 #include <stdlib.h>
6107 #endif
6108 #if TRY & 1
6109 void sub() {
6110 #else
6111 sub() {
6112 #endif
6113         extern void moo();      /* function returning void */
6114         void (*goo)();          /* ptr to func returning void */
6115 #if TRY & 8
6116         void *hue;              /* generic ptr */
6117 #endif
6118 #if TRY & 2
6119         void (*foo[10])();
6120 #endif
6121
6122 #if TRY & 4
6123         if(goo == moo) {
6124                 exit(0);
6125         }
6126 #endif
6127         exit(0);
6128 }
6129 int main() { sub(); }
6130 EOCP
6131         if $cc $ccflags -c -DTRY=$defvoidused try.c >.out 2>&1 ; then
6132                 voidflags=$defvoidused
6133         echo "Good.  It appears to support void to the level $package wants.">&4
6134                 if $contains warning .out >/dev/null 2>&1; then
6135                         echo "However, you might get some warnings that look like this:"
6136                         $cat .out
6137                 fi
6138         else
6139 echo "Hmm, your compiler has some difficulty with void. Checking further..." >&4
6140                 if $cc $ccflags -c -DTRY=1 try.c >/dev/null 2>&1; then
6141                         echo "It supports 1..."
6142                         if $cc $ccflags -c -DTRY=3 try.c >/dev/null 2>&1; then
6143                                 echo "It also supports 2..."
6144                                 if $cc $ccflags -c -DTRY=7 try.c >/dev/null 2>&1; then
6145                                         voidflags=7
6146                                         echo "And it supports 4 but not 8 definitely."
6147                                 else
6148                                         echo "It doesn't support 4..."
6149                                         if $cc $ccflags -c -DTRY=11 try.c >/dev/null 2>&1; then
6150                                                 voidflags=11
6151                                                 echo "But it supports 8."
6152                                         else
6153                                                 voidflags=3
6154                                                 echo "Neither does it support 8."
6155                                         fi
6156                                 fi
6157                         else
6158                                 echo "It does not support 2..."
6159                                 if $cc $ccflags -c -DTRY=13 try.c >/dev/null 2>&1; then
6160                                         voidflags=13
6161                                         echo "But it supports 4 and 8."
6162                                 else
6163                                         if $cc $ccflags -c -DTRY=5 try.c >/dev/null 2>&1; then
6164                                                 voidflags=5
6165                                                 echo "And it supports 4 but has not heard about 8."
6166                                         else
6167                                                 echo "However it supports 8 but not 4."
6168                                         fi
6169                                 fi
6170                         fi
6171                 else
6172                         echo "There is no support at all for void."
6173                         voidflags=0
6174                 fi
6175         fi
6176 esac
6177 case "$voidflags" in
6178 "$defvoidused") ;;
6179 *)      $cat >&4 <<'EOM'
6180   Support flag bits are:
6181     1: basic void declarations.
6182     2: arrays of pointers to functions returning void.
6183     4: operations between pointers to and addresses of void functions.
6184     8: generic void pointers.
6185 EOM
6186         dflt="$voidflags";
6187         rp="Your void support flags add up to what?"
6188         . ./myread
6189         voidflags="$ans"
6190         ;;
6191 esac
6192 $rm -f try.* .out
6193
6194 : check for length of pointer
6195 echo " "
6196 case "$ptrsize" in
6197 '')
6198         echo "Checking to see how big your pointers are..." >&4
6199         if test "$voidflags" -gt 7; then
6200                 echo '#define VOID_PTR char *' > try.c
6201         else
6202                 echo '#define VOID_PTR void *' > try.c
6203         fi
6204         $cat >>try.c <<EOCP
6205 #include <stdio.h>
6206 #$i_stdlib I_STDLIB
6207 #ifdef I_STDLIB
6208 #include <stdlib.h>
6209 #endif
6210 int main()
6211 {
6212     printf("%d\n", (int)sizeof(VOID_PTR));
6213     exit(0);
6214 }
6215 EOCP
6216         set try
6217         if eval $compile_ok; then
6218                 ptrsize=`$run ./try`
6219                 echo "Your pointers are $ptrsize bytes long."
6220         else
6221                 dflt='4'
6222                 echo "(I can't seem to compile the test program.  Guessing...)" >&4
6223                 rp="What is the size of a pointer (in bytes)?"
6224                 . ./myread
6225                 ptrsize="$ans"
6226         fi
6227         ;;
6228 esac
6229 $rm -f try.c try
6230 case "$use64bitall" in
6231 "$define"|true|[yY]*)
6232         case "$ptrsize" in
6233         4)      cat <<EOM >&4
6234
6235 *** You have chosen a maximally 64-bit build,
6236 *** but your pointers are only 4 bytes wide.
6237 *** Please rerun Configure without -Duse64bitall.
6238 EOM
6239                 case "$d_quad" in
6240                 define)
6241                         cat <<EOM >&4
6242 *** Since you have quads, you could possibly try with -Duse64bitint.
6243 EOM
6244                         ;;
6245                 esac
6246                 cat <<EOM >&4
6247 *** Cannot continue, aborting.
6248
6249 EOM
6250
6251                 exit 1
6252                 ;;
6253         esac
6254         ;;
6255 esac
6256
6257
6258 : determine which malloc to compile in
6259 echo " "
6260 case "$usemymalloc" in
6261 [yY]*|true|$define)     dflt='y' ;;
6262 [nN]*|false|$undef)     dflt='n' ;;
6263 *)      case "$ptrsize" in
6264         4) dflt='y' ;;
6265         *) dflt='n' ;;
6266         esac
6267         ;;
6268 esac
6269 rp="Do you wish to attempt to use the malloc that comes with $package?"
6270 . ./myread
6271 usemymalloc="$ans"
6272 case "$ans" in
6273 y*|true)
6274         usemymalloc='y'
6275         mallocsrc='malloc.c'
6276         mallocobj="malloc$_o"
6277         d_mymalloc="$define"
6278         case "$libs" in
6279         *-lmalloc*)
6280                 : Remove malloc from list of libraries to use
6281                 echo "Removing unneeded -lmalloc from library list" >&4
6282                 set `echo X $libs | $sed -e 's/-lmalloc / /' -e 's/-lmalloc$//'`
6283                 shift
6284                 libs="$*"
6285                 echo "libs = $libs" >&4
6286                 ;;
6287         esac
6288         ;;
6289 *)
6290         usemymalloc='n'
6291         mallocsrc=''
6292         mallocobj=''
6293         d_mymalloc="$undef"
6294         ;;
6295 esac
6296
6297 : compute the return types of malloc and free
6298 echo " "
6299 $cat >malloc.c <<END
6300 #$i_malloc I_MALLOC
6301 #$i_stdlib I_STDLIB
6302 #include <stdio.h>
6303 #include <sys/types.h>
6304 #ifdef I_MALLOC
6305 #include <malloc.h>
6306 #endif
6307 #ifdef I_STDLIB
6308 #include <stdlib.h>
6309 #endif
6310 #ifdef TRY_MALLOC
6311 void *malloc();
6312 #endif
6313 #ifdef TRY_FREE
6314 void free();
6315 #endif
6316 END
6317 case "$malloctype" in
6318 '')
6319         if $cc $ccflags -c -DTRY_MALLOC malloc.c >/dev/null 2>&1; then
6320                 malloctype='void *'
6321         else
6322                 malloctype='char *'
6323         fi
6324         ;;
6325 esac
6326 echo "Your system wants malloc to return '$malloctype', it would seem." >&4
6327
6328 case "$freetype" in
6329 '')
6330         if $cc $ccflags -c -DTRY_FREE malloc.c >/dev/null 2>&1; then
6331                 freetype='void'
6332         else
6333                 freetype='int'
6334         fi
6335         ;;
6336 esac
6337 echo "Your system uses $freetype free(), it would seem." >&4
6338 $rm -f malloc.[co]
6339 $cat <<EOM
6340
6341 After $package is installed, you may wish to install various
6342 add-on modules and utilities.  Typically, these add-ons will
6343 be installed under $prefix with the rest
6344 of this package.  However, you may wish to install such add-ons
6345 elsewhere under a different prefix.
6346
6347 If you do not wish to put everything under a single prefix, that's
6348 ok.  You will be prompted for the individual locations; this siteprefix
6349 is only used to suggest the defaults.
6350
6351 The default should be fine for most people.
6352
6353 EOM
6354 fn=d~+
6355 rp='Installation prefix to use for add-on modules and utilities?'
6356 : XXX Here might be another good place for an installstyle setting.
6357 case "$siteprefix" in
6358 '') dflt=$prefix ;;
6359 *)  dflt=$siteprefix ;;
6360 esac
6361 . ./getfile
6362 : XXX Prefixit unit does not yet support siteprefix and vendorprefix
6363 oldsiteprefix=''
6364 case "$siteprefix" in
6365 '') ;;
6366 *)      case "$ans" in
6367         "$prefix") ;;
6368         *) oldsiteprefix="$prefix";;
6369         esac
6370         ;;
6371 esac
6372 siteprefix="$ans"
6373 siteprefixexp="$ansexp"
6374
6375 : determine where site specific libraries go.
6376 : Usual default is /usr/local/lib/perl5/site_perl/$version
6377 : The default "style" setting is made in installstyle.U
6378 : XXX No longer works with Prefixit stuff.
6379 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6380 case "$sitelib" in
6381 '') case "$installstyle" in
6382         *lib/perl5*) dflt=$siteprefix/lib/$package/site_$prog/$version ;;
6383         *)       dflt=$siteprefix/lib/site_$prog/$version ;;
6384         esac
6385         ;;
6386 *)      dflt="$sitelib"
6387         ;;
6388 esac
6389 $cat <<EOM
6390
6391 The installation process will create a directory for
6392 site-specific extensions and modules.  Most users find it convenient
6393 to place all site-specific files in this directory rather than in the
6394 main distribution directory.
6395
6396 EOM
6397 fn=d~+
6398 rp='Pathname for the site-specific library files?'
6399 . ./getfile
6400 sitelib="$ans"
6401 sitelibexp="$ansexp"
6402 sitelib_stem=`echo "$sitelibexp" | sed "s,/$version$,,"`
6403 : Change installation prefix, if necessary.
6404 if $test X"$prefix" != X"$installprefix"; then
6405         installsitelib=`echo $sitelibexp | $sed "s#^$prefix#$installprefix#"`
6406 else
6407         installsitelib="$sitelibexp"
6408 fi
6409
6410 : determine where site specific architecture-dependent libraries go.
6411 : sitelib  default is /usr/local/lib/perl5/site_perl/$version
6412 : sitearch default is /usr/local/lib/perl5/site_perl/$version/$archname
6413 : sitelib may have an optional trailing /share.
6414 case "$sitearch" in
6415 '')     dflt=`echo $sitelib | $sed 's,/share$,,'`
6416         dflt="$dflt/$archname"
6417         ;;
6418 *)      dflt="$sitearch"
6419         ;;
6420 esac
6421 set sitearch sitearch none
6422 eval $prefixit
6423 $cat <<EOM
6424
6425 The installation process will also create a directory for
6426 architecture-dependent site-specific extensions and modules.
6427
6428 EOM
6429 fn=d~+
6430 rp='Pathname for the site-specific architecture-dependent library files?'
6431 . ./getfile
6432 sitearch="$ans"
6433 sitearchexp="$ansexp"
6434 : Change installation prefix, if necessary.
6435 if $test X"$prefix" != X"$installprefix"; then
6436         installsitearch=`echo $sitearchexp | sed "s#^$prefix#$installprefix#"`
6437 else
6438         installsitearch="$sitearchexp"
6439 fi
6440
6441 $cat <<EOM
6442
6443 The installation process will also create a directory for
6444 vendor-supplied add-ons.  Vendors who supply perl with their system
6445 may find it convenient to place all vendor-supplied files in this
6446 directory rather than in the main distribution directory.  This will
6447 ease upgrades between binary-compatible maintenance versions of perl.
6448
6449 Of course you may also use these directories in whatever way you see
6450 fit.  For example, you might use them to access modules shared over a
6451 company-wide network.
6452
6453 The default answer should be fine for most people.
6454 This causes further questions about vendor add-ons to be skipped
6455 and no vendor-specific directories will be configured for perl.
6456
6457 EOM
6458 rp='Do you want to configure vendor-specific add-on directories?'
6459 case "$usevendorprefix" in
6460 define|true|[yY]*) dflt=y ;;
6461 *)      : User may have set vendorprefix directly on Configure command line.
6462         case "$vendorprefix" in
6463         ''|' ') dflt=n ;;
6464         *)      dflt=y ;;
6465         esac
6466         ;;
6467 esac
6468 . ./myread
6469 case "$ans" in
6470 [yY]*)  fn=d~+
6471         rp='Installation prefix to use for vendor-supplied add-ons?'
6472         case "$vendorprefix" in
6473         '') dflt='' ;;
6474         *)  dflt=$vendorprefix ;;
6475         esac
6476         . ./getfile
6477         : XXX Prefixit unit does not yet support siteprefix and vendorprefix
6478         oldvendorprefix=''
6479         case "$vendorprefix" in
6480         '') ;;
6481         *)      case "$ans" in
6482                 "$prefix") ;;
6483                 *) oldvendorprefix="$prefix";;
6484                 esac
6485                 ;;
6486         esac
6487         usevendorprefix="$define"
6488         vendorprefix="$ans"
6489         vendorprefixexp="$ansexp"
6490         ;;
6491 *)      usevendorprefix="$undef"
6492         vendorprefix=''
6493         vendorprefixexp=''
6494         ;;
6495 esac
6496
6497 case "$vendorprefix" in
6498 '')     d_vendorlib="$undef"
6499         vendorlib=''
6500         vendorlibexp=''
6501         ;;
6502 *)      d_vendorlib="$define"
6503         : determine where vendor-supplied modules go.
6504         : Usual default is /usr/local/lib/perl5/vendor_perl/$version
6505         case "$vendorlib" in
6506         '')
6507                 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6508                 case "$installstyle" in
6509                 *lib/perl5*) dflt=$vendorprefix/lib/$package/vendor_$prog/$version ;;
6510                 *)           dflt=$vendorprefix/lib/vendor_$prog/$version ;;
6511                 esac
6512                 ;;
6513         *)      dflt="$vendorlib"
6514                 ;;
6515         esac
6516         fn=d~+
6517         rp='Pathname for the vendor-supplied library files?'
6518         . ./getfile
6519         vendorlib="$ans"
6520         vendorlibexp="$ansexp"
6521         ;;
6522 esac
6523 vendorlib_stem=`echo "$vendorlibexp" | sed "s,/$version$,,"`
6524 : Change installation prefix, if necessary.
6525 if $test X"$prefix" != X"$installprefix"; then
6526         installvendorlib=`echo $vendorlibexp | $sed "s#^$prefix#$installprefix#"`
6527 else
6528         installvendorlib="$vendorlibexp"
6529 fi
6530
6531 case "$vendorprefix" in
6532 '')     d_vendorarch="$undef"
6533         vendorarch=''
6534         vendorarchexp=''
6535         ;;
6536 *)      d_vendorarch="$define"
6537         : determine where vendor-supplied architecture-dependent libraries go.
6538         : vendorlib  default is /usr/local/lib/perl5/vendor_perl/$version
6539         : vendorarch default is /usr/local/lib/perl5/vendor_perl/$version/$archname
6540         : vendorlib may have an optional trailing /share.
6541         case "$vendorarch" in
6542         '')     dflt=`echo $vendorlib | $sed 's,/share$,,'`
6543                 dflt="$dflt/$archname"
6544                 ;;
6545         *)      dflt="$vendorarch" ;;
6546         esac
6547         fn=d~+
6548         rp='Pathname for vendor-supplied architecture-dependent files?'
6549         . ./getfile
6550         vendorarch="$ans"
6551         vendorarchexp="$ansexp"
6552         ;;
6553 esac
6554 : Change installation prefix, if necessary.
6555 if $test X"$prefix" != X"$installprefix"; then
6556         installvendorarch=`echo $vendorarchexp | sed "s#^$prefix#$installprefix#"`
6557 else
6558         installvendorarch="$vendorarchexp"
6559 fi
6560
6561 : Final catch-all directories to search
6562 $cat <<EOM
6563
6564 Lastly, you can have perl look in other directories for extensions and
6565 modules in addition to those already specified.
6566 These directories will be searched after 
6567         $sitearch 
6568         $sitelib 
6569 EOM
6570 test X"$vendorlib" != "X" && echo '     ' $vendorlib
6571 test X"$vendorarch" != "X" && echo '    ' $vendorarch
6572 echo ' '
6573 case "$otherlibdirs" in
6574 ''|' ') dflt='none' ;;
6575 *)      dflt="$otherlibdirs" ;;
6576 esac
6577 $cat <<EOM
6578 Enter a colon-separated set of extra paths to include in perl's @INC
6579 search path, or enter 'none' for no extra paths.
6580
6581 EOM
6582
6583 rp='Colon-separated list of additional directories for perl to search?'
6584 . ./myread
6585 case "$ans" in
6586 ' '|''|none)    otherlibdirs=' ' ;;     
6587 *)      otherlibdirs="$ans" ;;
6588 esac
6589 case "$otherlibdirs" in
6590 ' ') val=$undef ;;
6591 *)      val=$define ;;
6592 esac
6593 set d_perl_otherlibdirs
6594 eval $setvar
6595
6596 : Cruising for prototypes
6597 echo " "
6598 echo "Checking out function prototypes..." >&4
6599 $cat >prototype.c <<EOCP
6600 #$i_stdlib I_STDLIB
6601 #ifdef I_STDLIB
6602 #include <stdlib.h>
6603 #endif
6604 int main(int argc, char *argv[]) {
6605         exit(0);}
6606 EOCP
6607 if $cc $ccflags -c prototype.c >prototype.out 2>&1 ; then
6608         echo "Your C compiler appears to support function prototypes."
6609         val="$define"
6610 else
6611         echo "Your C compiler doesn't seem to understand function prototypes."
6612         val="$undef"
6613 fi
6614 set prototype
6615 eval $setvar
6616 $rm -f prototype*
6617
6618 case "$prototype" in
6619 "$define") ;;
6620 *)      ansi2knr='ansi2knr'
6621         echo " "
6622         cat <<EOM >&4
6623
6624 $me:  FATAL ERROR:
6625 This version of $package can only be compiled by a compiler that 
6626 understands function prototypes.  Unfortunately, your C compiler 
6627         $cc $ccflags
6628 doesn't seem to understand them.  Sorry about that.
6629
6630 If GNU cc is available for your system, perhaps you could try that instead.  
6631
6632 Eventually, we hope to support building Perl with pre-ANSI compilers.
6633 If you would like to help in that effort, please contact <perlbug@perl.org>.
6634
6635 Aborting Configure now.
6636 EOM
6637         exit 2
6638         ;;
6639 esac
6640
6641 : determine where public executables go
6642 echo " "
6643 set dflt bin bin
6644 eval $prefixit
6645 fn=d~
6646 rp='Pathname where the public executables will reside?'
6647 . ./getfile
6648 if $test "X$ansexp" != "X$binexp"; then
6649         installbin=''
6650 fi
6651 bin="$ans"
6652 binexp="$ansexp"
6653 : Change installation prefix, if necessary.
6654 : XXX Bug? -- ignores Configure -Dinstallprefix setting.
6655 if $test X"$prefix" != X"$installprefix"; then
6656         installbin=`echo $binexp | sed "s#^$prefix#$installprefix#"`
6657 else
6658         installbin="$binexp"
6659 fi
6660
6661 echo " "
6662 case "$extras" in
6663 '') dflt='n';;
6664 *) dflt='y';;
6665 esac
6666 cat <<EOM
6667 Perl can be built with extra modules or bundles of modules which
6668 will be fetched from the CPAN and installed alongside Perl.
6669
6670 Notice that you will need access to the CPAN; either via the Internet,
6671 or a local copy, for example a CD-ROM or a local CPAN mirror.  (You will
6672 be asked later to configure the CPAN.pm module which will in turn do
6673 the installation of the rest of the extra modules or bundles.)
6674
6675 Notice also that if the modules require any external software such as
6676 libraries and headers (the libz library and the zlib.h header for the
6677 Compress::Zlib module, for example) you MUST have any such software
6678 already installed, this configuration process will NOT install such
6679 things for you.
6680
6681 If this doesn't make any sense to you, just accept the default '$dflt'.
6682 EOM
6683 rp='Install any extra modules (y or n)?'
6684 . ./myread
6685 case "$ans" in
6686 y|Y)
6687         cat <<EOM
6688
6689 Please list any extra modules or bundles to be installed from CPAN,
6690 with spaces between the names.  The names can be in any format the
6691 'install' command of CPAN.pm will understand.  (Answer 'none',
6692 without the quotes, to install no extra modules or bundles.)
6693 EOM
6694         rp='Extras?'
6695         dflt="$extras"
6696         . ./myread
6697         extras="$ans"
6698 esac
6699 case "$extras" in
6700 ''|'none')
6701         val=''
6702         $rm -f ../extras.lst
6703         ;;
6704 *)      echo "(Saving the list of extras for later...)"
6705         echo "$extras" > ../extras.lst
6706         val="'$extras'"
6707         ;;
6708 esac
6709 set extras
6710 eval $setvar
6711 echo " "
6712
6713 : determine where html pages for programs go
6714 set html1dir html1dir none
6715 eval $prefixit
6716 $cat <<EOM
6717
6718 If you wish to install html files for programs in $spackage, indicate 
6719 the appropriate directory here.  To skip installing html files,
6720 answer "none".
6721 EOM
6722 case "$html1dir" in
6723 ''|none|$undef|' ') dflt=none ;;
6724 *) dflt=$html1dir ;;
6725 esac
6726 fn=dn+~
6727 rp="Directory for the main $spackage html pages?"
6728 . ./getfile
6729 html1dir="$ans"
6730 html1direxp="$ansexp"
6731 : Use ' ' for none so value is preserved next time through Configure
6732 $test X"$html1dir" = "X" && html1dir=' '
6733 : Change installation prefix, if necessary.
6734 if $test X"$prefix" != X"$installprefix"; then
6735         installhtml1dir=`echo $html1direxp | sed "s#^$prefix#$installprefix#"`
6736 else
6737         installhtml1dir="$html1direxp"
6738 fi
6739
6740 : determine where html pages for libraries and modules go
6741 set html3dir html3dir none
6742 eval $prefixit
6743 $cat <<EOM
6744
6745 If you wish to install html files for modules associated with $spackage,
6746 indicate the appropriate directory here.  To skip installing html files,
6747 answer "none".
6748 EOM
6749 : There is no obvious default.  If they have specified html1dir, then
6750 : try to key off that, possibly changing .../html1 into .../html3.
6751 case "$html3dir" in
6752 '') html3dir=`echo "$html1dir" | $sed 's/1$/3$/'` ;;
6753 *) dflt=$html3dir ;;
6754 esac
6755 fn=dn+~
6756 rp="Directory for the $spackage module html pages?"
6757 . ./getfile
6758 html3dir="$ans"
6759 html3direxp="$ansexp"
6760 : Use ' ' for none so value is preserved next time through Configure
6761 $test X"$html3dir" = "X" && html3dir=' '
6762 : Change installation prefix, if necessary.
6763 if $test X"$prefix" != X"$installprefix"; then
6764         installhtml3dir=`echo $html3direxp | sed "s#^$prefix#$installprefix#"`
6765 else
6766         installhtml3dir="$html3direxp"
6767 fi
6768
6769 : Find perl5.005 or later.
6770 echo "Looking for a previously installed perl5.005 or later... "
6771 case "$perl5" in
6772 '')     for tdir in `echo "$binexp$path_sep$PATH" | $sed "s/$path_sep/ /g"`; do
6773                 : Check if this perl is recent and can load a simple module
6774                 if $test -x $tdir/perl$exe_ext && $tdir/perl -Mless -e 'use 5.005;' >/dev/null 2>&1; then
6775                         perl5=$tdir/perl
6776                         break;
6777                 elif $test -x $tdir/perl5$exe_ext && $tdir/perl5 -Mless -e 'use 5.005;' >/dev/null 2>&1; then
6778                         perl5=$tdir/perl5
6779                         break;
6780                 fi
6781         done
6782         ;;
6783 *)      perl5="$perl5"
6784         ;;
6785 esac
6786 case "$perl5" in
6787 '')     echo "None found.  That's ok.";;
6788 *)      echo "Using $perl5." ;;
6789 esac
6790
6791 : Determine list of previous versions to include in @INC
6792 $cat > getverlist <<EOPL
6793 #!$perl5 -w
6794 use File::Basename;
6795 \$api_versionstring = "$api_versionstring";
6796 \$version = "$version";
6797 \$stem = "$sitelib_stem";
6798 \$archname = "$archname";
6799 EOPL
6800         $cat >> getverlist <<'EOPL'
6801 # Can't have leading @ because metaconfig interprets it as a command!
6802 ;@inc_version_list=();
6803 # XXX Redo to do opendir/readdir? 
6804 if (-d $stem) {
6805     chdir($stem);
6806     ;@candidates = glob("5.*");
6807 }
6808 else {
6809     ;@candidates = ();
6810 }
6811
6812 # XXX ToDo:  These comparisons must be reworked when two-digit
6813 # subversions come along, so that 5.7.10 compares as greater than
6814 # 5.7.3!  By that time, hope that 5.6.x is sufficiently
6815 # widespread that we can use the built-in version vectors rather
6816 # than reinventing them here.  For 5.6.0, however, we must
6817 # assume this script will likely be run by 5.005_0x.  --AD 1/2000.
6818 foreach $d (@candidates) {
6819     if ($d lt $version) {
6820         if ($d ge $api_versionstring) {
6821             unshift(@inc_version_list, grep { -d } "$d/$archname", $d);
6822         }
6823         elsif ($d ge "5.005") {
6824             unshift(@inc_version_list, grep { -d } $d);
6825         }
6826     }
6827     else {
6828         # Skip newer version.  I.e. don't look in
6829         # 5.7.0 if we're installing 5.6.1.
6830     }
6831 }
6832
6833 if (@inc_version_list) {
6834     print join(' ', @inc_version_list);
6835 }
6836 else {
6837     # Blank space to preserve value for next Configure run.
6838     print " ";
6839 }
6840 EOPL
6841 chmod +x getverlist
6842 case "$inc_version_list" in
6843 '')     if test -x "$perl5$exe_ext"; then
6844                 dflt=`$perl5 getverlist`
6845         else
6846                 dflt='none'
6847         fi
6848         ;;
6849 $undef) dflt='none' ;;
6850 *)  eval dflt=\"$inc_version_list\" ;;
6851 esac
6852 case "$dflt" in
6853 ''|' ') dflt=none ;;
6854 esac
6855 case "$dflt" in
6856 5.005) dflt=none ;;
6857 esac
6858 $cat <<EOM
6859
6860 In order to ease the process of upgrading, this version of perl 
6861 can be configured to use modules built and installed with earlier 
6862 versions of perl that were installed under $prefix.  Specify here
6863 the list of earlier versions that this version of perl should check.
6864 If Configure detected no earlier versions of perl installed under
6865 $prefix, then the list will be empty.  Answer 'none' to tell perl
6866 to not search earlier versions.
6867
6868 The default should almost always be sensible, so if you're not sure,
6869 just accept the default.
6870 EOM
6871
6872 rp='List of earlier versions to include in @INC?'
6873 . ./myread
6874 case "$ans" in
6875 [Nn]one|''|' ') inc_version_list=' ' ;;
6876 *) inc_version_list="$ans" ;;
6877 esac
6878 case "$inc_version_list" in
6879 ''|' ') 
6880         inc_version_list_init='0';;
6881 *)      inc_version_list_init=`echo $inc_version_list |
6882                 $sed -e 's/^/"/' -e 's/ /","/g' -e 's/$/",0/'`
6883         ;;
6884 esac
6885 $rm -f getverlist
6886
6887 : determine whether to install perl also as /usr/bin/perl
6888
6889 echo " "
6890 if $test -d /usr/bin -a "X$installbin" != X/usr/bin; then
6891         $cat <<EOM
6892 Many scripts expect perl to be installed as /usr/bin/perl.
6893
6894 If you want to, I can install the perl you are about to compile
6895 as /usr/bin/perl (in addition to $bin/perl).
6896 EOM
6897         if test -f /usr/bin/perl; then
6898             $cat <<EOM
6899
6900 However, please note that because you already have a /usr/bin/perl,
6901 overwriting that with a new Perl would very probably cause problems.
6902 Therefore I'm assuming you don't want to do that (unless you insist).
6903
6904 EOM
6905             case "$installusrbinperl" in
6906             "$define"|[yY]*)    dflt='y';;
6907             *)                  dflt='n';;
6908             esac
6909         else
6910             $cat <<EOM
6911
6912 Since you don't have a /usr/bin/perl I'm assuming creating one is okay.
6913
6914 EOM
6915             case "$installusrbinperl" in
6916             "$undef"|[nN]*)     dflt='n';;
6917             *)                  dflt='y';;
6918             esac
6919         fi
6920         rp="Do you want to install perl as /usr/bin/perl?"
6921         . ./myread
6922         case "$ans" in
6923         [yY]*)  val="$define";;
6924         *)      val="$undef" ;;
6925         esac
6926 else
6927         val="$undef"
6928 fi
6929 set installusrbinperl
6930 eval $setvar
6931
6932 echo " "
6933 echo "Checking for GNU C Library..." >&4
6934 cat >try.c <<'EOCP'
6935 /* Find out version of GNU C library.  __GLIBC__ and __GLIBC_MINOR__
6936    alone are insufficient to distinguish different versions, such as
6937    2.0.6 and 2.0.7.  The function gnu_get_libc_version() appeared in
6938    libc version 2.1.0.      A. Dougherty,  June 3, 2002.
6939 */
6940 #include <stdio.h>
6941 int main(void)
6942 {
6943 #ifdef __GLIBC__
6944 #   ifdef __GLIBC_MINOR__
6945 #       if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
6946 #           include <gnu/libc-version.h>
6947             printf("%s\n",  gnu_get_libc_version());
6948 #       else
6949             printf("%d.%d\n",  __GLIBC__, __GLIBC_MINOR__);
6950 #       endif
6951 #   else
6952         printf("%d\n",  __GLIBC__);
6953 #   endif
6954     return 0;
6955 #else
6956     return 1;
6957 #endif
6958 }
6959 EOCP
6960 set try
6961 if eval $compile_ok && $run ./try > glibc.ver; then
6962         val="$define"
6963         gnulibc_version=`$cat glibc.ver`
6964         echo "You are using the GNU C Library version $gnulibc_version"
6965 else
6966         val="$undef"
6967         gnulibc_version=''
6968         echo "You are not using the GNU C Library"
6969 fi
6970 $rm -f try try.* glibc.ver
6971 set d_gnulibc
6972 eval $setvar
6973
6974 : see if nm is to be used to determine whether a symbol is defined or not
6975 case "$usenm" in
6976 '')
6977         dflt=''
6978         case "$d_gnulibc" in
6979         "$define")
6980                 echo " "
6981                 echo "nm probably won't work on the GNU C Library." >&4
6982                 dflt=n
6983                 ;;
6984         esac
6985         case "$dflt" in
6986         '') 
6987                 if $test "$osname" = aix -a "X$PASE" != "Xdefine" -a ! -f /lib/syscalls.exp; then
6988                         echo " "
6989                         echo "Whoops!  This is an AIX system without /lib/syscalls.exp!" >&4
6990                         echo "'nm' won't be sufficient on this sytem." >&4
6991                         dflt=n
6992                 fi
6993                 ;;
6994         esac
6995         case "$dflt" in
6996         '') dflt=`$egrep 'inlibc|csym' $rsrc/Configure | wc -l 2>/dev/null`
6997                 if $test $dflt -gt 20; then
6998                         dflt=y
6999                 else
7000                         dflt=n
7001                 fi
7002                 ;;
7003         esac
7004         ;;
7005 *)
7006         case "$usenm" in
7007         true|$define) dflt=y;;
7008         *) dflt=n;;
7009         esac
7010         ;;
7011 esac
7012 $cat <<EOM
7013
7014 I can use $nm to extract the symbols from your C libraries. This
7015 is a time consuming task which may generate huge output on the disk (up
7016 to 3 megabytes) but that should make the symbols extraction faster. The
7017 alternative is to skip the 'nm' extraction part and to compile a small
7018 test program instead to determine whether each symbol is present. If
7019 you have a fast C compiler and/or if your 'nm' output cannot be parsed,
7020 this may be the best solution.
7021
7022 You probably shouldn't let me use 'nm' if you are using the GNU C Library.
7023
7024 EOM
7025 rp="Shall I use $nm to extract C symbols from the libraries?"
7026 . ./myread
7027 case "$ans" in
7028 [Nn]*) usenm=false;;
7029 *) usenm=true;;
7030 esac
7031
7032 runnm=$usenm
7033 case "$reuseval" in
7034 true) runnm=false;;
7035 esac
7036
7037 : nm options which may be necessary
7038 case "$nm_opt" in
7039 '') if $test -f /mach_boot; then
7040                 nm_opt=''       # Mach
7041         elif $test -d /usr/ccs/lib; then
7042                 nm_opt='-p'     # Solaris (and SunOS?)
7043         elif $test -f /dgux; then
7044                 nm_opt='-p'     # DG-UX
7045         elif $test -f /lib64/rld; then
7046                 nm_opt='-p'     # 64-bit Irix
7047         else
7048                 nm_opt=''
7049         fi;;
7050 esac
7051
7052 : nm options which may be necessary for shared libraries but illegal
7053 : for archive libraries.  Thank you, Linux.
7054 case "$nm_so_opt" in
7055 '')     case "$myuname" in
7056         *linux*)
7057                 if $nm --help | $grep 'dynamic' > /dev/null 2>&1; then
7058                         nm_so_opt='--dynamic'
7059                 fi
7060                 ;;
7061         esac
7062         ;;
7063 esac
7064
7065 case "$runnm" in
7066 true)
7067 : get list of predefined functions in a handy place
7068 echo " "
7069 case "$libc" in
7070 '') libc=unknown
7071         case "$libs" in
7072         *-lc_s*) libc=`./loc libc_s$_a $libc $libpth`
7073         esac
7074         ;;
7075 esac
7076 case "$libs" in
7077 '') ;;
7078 *)  for thislib in $libs; do
7079         case "$thislib" in
7080         -lc|-lc_s)
7081                 : Handle C library specially below.
7082                 ;;
7083         -l*)
7084                 thislib=`echo $thislib | $sed -e 's/^-l//'`
7085                 if try=`./loc lib$thislib.$so.'*' X $libpth`; $test -f "$try"; then
7086                         :
7087                 elif try=`./loc lib$thislib.$so X $libpth`; $test -f "$try"; then
7088                         :
7089                 elif try=`./loc lib$thislib$_a X $libpth`; $test -f "$try"; then
7090                         :
7091                 elif try=`./loc $thislib$_a X $libpth`; $test -f "$try"; then
7092                         :
7093                 elif try=`./loc lib$thislib X $libpth`; $test -f "$try"; then
7094                         :
7095                 elif try=`./loc $thislib X $libpth`; $test -f "$try"; then
7096                         :
7097                 elif try=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$try"; then
7098                         :
7099                 else
7100                         try=''
7101                 fi
7102                 libnames="$libnames $try"
7103                 ;;
7104         *) libnames="$libnames $thislib" ;;
7105         esac
7106         done
7107         ;;
7108 esac
7109 xxx=normal
7110 case "$libc" in
7111 unknown)
7112         set /lib/libc.$so
7113         for xxx in $libpth; do
7114                 $test -r $1 || set $xxx/libc.$so
7115                 : The messy sed command sorts on library version numbers.
7116                 $test -r $1 || \
7117                         set `echo blurfl; echo $xxx/libc.$so.[0-9]* | \
7118                         tr ' ' $trnl | egrep -v '\.[A-Za-z]*$' | $sed -e '
7119                                 h
7120                                 s/[0-9][0-9]*/0000&/g
7121                                 s/0*\([0-9][0-9][0-9][0-9][0-9]\)/\1/g
7122                                 G
7123                                 s/\n/ /' | \
7124                          $sort | $sed -e 's/^.* //'`
7125                 eval set \$$#
7126         done
7127         $test -r $1 || set /usr/ccs/lib/libc.$so
7128         $test -r $1 || set /lib/libsys_s$_a
7129         ;;
7130 *)
7131         set blurfl
7132         ;;
7133 esac
7134 if $test -r "$1"; then
7135         echo "Your (shared) C library seems to be in $1."
7136         libc="$1"
7137 elif $test -r /lib/libc && $test -r /lib/clib; then
7138         echo "Your C library seems to be in both /lib/clib and /lib/libc."
7139         xxx=apollo
7140         libc='/lib/clib /lib/libc'
7141         if $test -r /lib/syslib; then
7142                 echo "(Your math library is in /lib/syslib.)"
7143                 libc="$libc /lib/syslib"
7144         fi
7145 elif $test -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
7146         echo "Your C library seems to be in $libc, as you said before."
7147 elif $test -r $incpath/usr/lib/libc$_a; then
7148         libc=$incpath/usr/lib/libc$_a;
7149         echo "Your C library seems to be in $libc.  That's fine."
7150 elif $test -r /lib/libc$_a; then
7151         libc=/lib/libc$_a;
7152         echo "Your C library seems to be in $libc.  You're normal."
7153 else
7154         if tans=`./loc libc$_a blurfl/dyick $libpth`; $test -r "$tans"; then
7155                 :
7156         elif tans=`./loc libc blurfl/dyick $libpth`; $test -r "$tans"; then
7157                 libnames="$libnames "`./loc clib blurfl/dyick $libpth`
7158         elif tans=`./loc clib blurfl/dyick $libpth`; $test -r "$tans"; then
7159                 :
7160         elif tans=`./loc Slibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
7161                 :
7162         elif tans=`./loc Mlibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
7163                 :
7164         else
7165                 tans=`./loc Llibc$_a blurfl/dyick $xlibpth`
7166         fi
7167         if $test -r "$tans"; then
7168                 echo "Your C library seems to be in $tans, of all places."
7169                 libc=$tans
7170         else
7171                 libc='blurfl'
7172         fi
7173 fi
7174 if $test $xxx = apollo -o -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
7175         dflt="$libc"
7176         cat <<EOM
7177
7178 If the guess above is wrong (which it might be if you're using a strange
7179 compiler, or your machine supports multiple models), you can override it here.
7180
7181 EOM
7182 else
7183         dflt=''
7184         echo $libpth | $tr ' ' $trnl | $sort | $uniq > libpath
7185         cat >&4 <<EOM
7186 I can't seem to find your C library.  I've looked in the following places:
7187
7188 EOM
7189         $sed 's/^/      /' libpath
7190         cat <<EOM
7191
7192 None of these seems to contain your C library. I need to get its name...
7193
7194 EOM
7195 fi
7196 fn=f
7197 rp='Where is your C library?'
7198 . ./getfile
7199 libc="$ans"
7200
7201 echo " "
7202 echo $libc $libnames | $tr ' ' $trnl | $sort | $uniq > libnames
7203 set X `cat libnames`
7204 shift
7205 xxx=files
7206 case $# in 1) xxx=file; esac
7207 echo "Extracting names from the following $xxx for later perusal:" >&4
7208 echo " "
7209 $sed 's/^/      /' libnames >&4
7210 echo " "
7211 $echo $n "This may take a while...$c" >&4
7212
7213 for file in $*; do
7214         case $file in
7215         *$so*) $nm $nm_so_opt $nm_opt $file 2>/dev/null;;
7216         *) $nm $nm_opt $file 2>/dev/null;;
7217         esac
7218 done >libc.tmp
7219
7220 $echo $n ".$c"
7221 $grep fprintf libc.tmp > libc.ptf
7222 xscan='eval "<libc.ptf $com >libc.list"; $echo $n ".$c" >&4'
7223 xrun='eval "<libc.tmp $com >libc.list"; echo "done." >&4'
7224 xxx='[ADTSIW]'
7225 if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx  *_[_.]*//p' -e 's/^.* $xxx  *//p'";\
7226         eval $xscan;\
7227         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7228                 eval $xrun
7229 elif com="$sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p'";\
7230         eval $xscan;\
7231         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7232                 eval $xrun
7233 elif com="$sed -n -e '/|UNDEF/d' -e '/FUNC..GL/s/^.*|__*//p'";\
7234         eval $xscan;\
7235         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7236                 eval $xrun
7237 elif com="$sed -n -e 's/^.* D __*//p' -e 's/^.* D //p'";\
7238         eval $xscan;\
7239         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7240                 eval $xrun
7241 elif com="$sed -n -e 's/^_//' -e 's/^\([a-zA-Z_0-9]*\).*xtern.*text.*/\1/p'";\
7242         eval $xscan;\
7243         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7244                 eval $xrun
7245 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p'";\
7246         eval $xscan;\
7247         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7248                 eval $xrun
7249 elif com="$grep '|' | $sed -n -e '/|COMMON/d' -e '/|DATA/d' \
7250                                 -e '/ file/d' -e 's/^\([^       ]*\).*/\1/p'";\
7251         eval $xscan;\
7252         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7253                 eval $xrun
7254 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p' -e 's/^.*|FUNC |WEAK .*|//p'";\
7255         eval $xscan;\
7256         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7257                 eval $xrun
7258 elif com="$sed -n -e 's/^__//' -e '/|Undef/d' -e '/|Proc/s/ .*//p'";\
7259         eval $xscan;\
7260         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7261                 eval $xrun
7262 elif com="$sed -n -e 's/^.*|Proc .*|Text *| *//p'";\
7263         eval $xscan;\
7264         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7265                 eval $xrun
7266 elif com="$sed -n -e '/Def. Text/s/.* \([^ ]*\)\$/\1/p'";\
7267         eval $xscan;\
7268         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7269                 eval $xrun
7270 elif com="$sed -n -e 's/^[-0-9a-f ]*_\(.*\)=.*/\1/p'";\
7271         eval $xscan;\
7272         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7273                 eval $xrun
7274 elif com="$sed -n -e 's/.*\.text n\ \ \ \.//p'";\
7275         eval $xscan;\
7276         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7277                 eval $xrun
7278 elif com="sed -n -e 's/^__.*//' -e 's/[       ]*D[    ]*[0-9]*.*//p'";\
7279         eval $xscan;\
7280         $contains '^fprintf$' libc.list >/dev/null 2>&1; then
7281                 eval $xrun
7282 else
7283         $nm -p $* 2>/dev/null >libc.tmp
7284         $grep fprintf libc.tmp > libc.ptf
7285         if com="$sed -n -e 's/^.* [ADTSIW]  *_[_.]*//p' -e 's/^.* [ADTSIW] //p'";\
7286                 eval $xscan; $contains '^fprintf$' libc.list >/dev/null 2>&1
7287         then
7288                 nm_opt='-p'
7289                 eval $xrun
7290         else
7291                 echo " "
7292                 echo "$nm didn't seem to work right. Trying $ar instead..." >&4
7293                 com=''
7294                 if $ar t $libc > libc.tmp && $contains '^fprintf$' libc.tmp >/dev/null 2>&1; then
7295                         for thisname in $libnames $libc; do
7296                                 $ar t $thisname >>libc.tmp
7297                         done
7298                         $sed -e "s/\\$_o\$//" < libc.tmp > libc.list
7299                         echo "Ok." >&4
7300                 elif test "X$osname" = "Xos2" && $ar tv $libc > libc.tmp; then
7301                         # Repeat libc to extract forwarders to DLL entries too
7302                         for thisname in $libnames $libc; do
7303                                 $ar tv $thisname >>libc.tmp
7304                                 # Revision 50 of EMX has bug in $ar.
7305                                 # it will not extract forwarders to DLL entries
7306                                 # Use emximp which will extract exactly them.
7307                                 emximp -o tmp.imp $thisname \
7308                                     2>/dev/null && \
7309                                     $sed -e 's/^\([_a-zA-Z0-9]*\) .*$/\1/p' \
7310                                     < tmp.imp >>libc.tmp
7311                                 $rm tmp.imp
7312                         done
7313                         $sed -e "s/\\$_o\$//" -e 's/^ \+//' < libc.tmp > libc.list
7314                         echo "Ok." >&4
7315                 else
7316                         echo "$ar didn't seem to work right." >&4
7317                         echo "Maybe this is a Cray...trying bld instead..." >&4
7318                         if bld t $libc | $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" > libc.list
7319                         then
7320                                 for thisname in $libnames; do
7321                                         bld t $libnames | \
7322                                         $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" >>libc.list
7323                                         $ar t $thisname >>libc.tmp
7324                                 done
7325                                 echo "Ok." >&4
7326                         else
7327                                 echo "That didn't work either.  Giving up." >&4
7328                                 exit 1
7329                         fi
7330                 fi
7331         fi
7332 fi
7333 nm_extract="$com"
7334 case "$PASE" in
7335 define)
7336     echo " "
7337     echo "Since you are compiling for PASE, extracting more symbols from libc.a ...">&4
7338     dump -Tv /lib/libc.a | awk '$7 == "/unix" {print $5 " " $8}' | grep "^SV" | awk '{print $2}' >> libc.list
7339     ;;
7340 *)  if $test -f /lib/syscalls.exp; then
7341         echo " "
7342         echo "Also extracting names from /lib/syscalls.exp for good ole AIX..." >&4
7343         $sed -n 's/^\([^        ]*\)[   ]*syscall[0-9]*[        ]*$/\1/p' /lib/syscalls.exp >>libc.list
7344     fi
7345     ;;
7346 esac
7347 ;;
7348 esac
7349 $rm -f libnames libpath
7350
7351 : see if dld is available
7352 set dld.h i_dld
7353 eval $inhdr
7354
7355 : is a C symbol defined?
7356 csym='tlook=$1;
7357 case "$3" in
7358 -v) tf=libc.tmp; tc=""; tdc="";;
7359 -a) tf=libc.tmp; tc="[0]"; tdc="[]";;
7360 *) tlook="^$1\$"; tf=libc.list; tc="()"; tdc="()";;
7361 esac;
7362 tx=yes;
7363 case "$reuseval-$4" in
7364 true-) ;;
7365 true-*) tx=no; eval "tval=\$$4"; case "$tval" in "") tx=yes;; esac;;
7366 esac;
7367 case "$tx" in
7368 yes)
7369         case "$runnm" in
7370         true)
7371                 if $contains $tlook $tf >/dev/null 2>&1;
7372                 then tval=true;
7373                 else tval=false;
7374                 fi;;
7375         *)
7376                 echo "int main() { extern short $1$tdc; printf(\"%hd\", $1$tc); }" > t.c;
7377                 if $cc -o t $optimize $ccflags $ldflags t.c $libs >/dev/null 2>&1;
7378                 then tval=true;
7379                 else tval=false;
7380                 fi;
7381                 $rm -f t t.c;;
7382         esac;;
7383 *)
7384         case "$tval" in
7385         $define) tval=true;;
7386         *) tval=false;;
7387         esac;;
7388 esac;
7389 eval "$2=$tval"'
7390
7391 : define an is-in-libc? function
7392 inlibc='echo " "; td=$define; tu=$undef;
7393 sym=$1; var=$2; eval "was=\$$2";
7394 tx=yes;
7395 case "$reuseval$was" in
7396 true) ;;
7397 true*) tx=no;;
7398 esac;
7399 case "$tx" in
7400 yes)
7401         set $sym tres -f;
7402         eval $csym;
7403         case "$tres" in
7404         true)
7405                 echo "$sym() found." >&4;
7406                 case "$was" in $undef) . ./whoa; esac; eval "$var=\$td";;
7407         *)
7408                 echo "$sym() NOT found." >&4;
7409                 case "$was" in $define) . ./whoa; esac; eval "$var=\$tu";;
7410         esac;;
7411 *)
7412         case "$was" in
7413         $define) echo "$sym() found." >&4;;
7414         *) echo "$sym() NOT found." >&4;;
7415         esac;;
7416 esac'
7417
7418 : see if dlopen exists
7419 xxx_runnm="$runnm"
7420 runnm=false
7421 set dlopen d_dlopen
7422 eval $inlibc
7423 runnm="$xxx_runnm"
7424
7425 : determine which dynamic loading, if any, to compile in
7426 echo " "
7427 dldir="ext/DynaLoader"
7428 case "$usedl" in
7429 $define|y|true)
7430         dflt='y'
7431         usedl="$define"
7432         ;;
7433 $undef|n|false)
7434         dflt='n'
7435         usedl="$undef"
7436         ;;
7437 *) 
7438         dflt='n'
7439         case "$d_dlopen" in
7440             $define) dflt='y' ;;
7441         esac
7442         case "$i_dld" in
7443             $define) dflt='y' ;;
7444         esac
7445         : Does a dl_xxx.xs file exist for this operating system
7446         $test -f $rsrc/$dldir/dl_${osname}.xs && dflt='y'
7447         ;;
7448 esac
7449 rp="Do you wish to use dynamic loading?"
7450 . ./myread
7451 usedl="$ans"
7452 case "$ans" in
7453 y*) usedl="$define"
7454         case "$dlsrc" in
7455         '')
7456                 if $test -f $rsrc/$dldir/dl_${osname}.xs ; then
7457                         dflt="$dldir/dl_${osname}.xs"
7458                 elif $test "$d_dlopen" = "$define" ; then
7459                         dflt="$dldir/dl_dlopen.xs"
7460                 elif $test "$i_dld" = "$define" ; then
7461                         dflt="$dldir/dl_dld.xs"
7462                 else
7463                         dflt=''
7464                 fi
7465                 ;;
7466         *)      dflt="$dldir/$dlsrc"
7467                 ;;
7468         esac
7469     echo "The following dynamic loading files are available:"
7470         : Can not go over to $dldir because getfile has path hard-coded in.
7471         tdir=`pwd`; cd "$rsrc"; $ls -C $dldir/dl*.xs; cd "$tdir"
7472         rp="Source file to use for dynamic loading"
7473         fn="fne"
7474         gfpth="$src"
7475         . ./getfile
7476         usedl="$define"
7477         : emulate basename
7478         dlsrc=`echo $ans | $sed -e 's%.*/\([^/]*\)$%\1%'`
7479
7480         $cat << EOM
7481
7482 Some systems may require passing special flags to $cc -c to
7483 compile modules that will be used to create a shared library.
7484 To use no flags, say "none".
7485
7486 EOM
7487     case "$cccdlflags" in
7488     '') case "$gccversion" in
7489                 '') case "$osname" in
7490                         hpux)   dflt='+z' ;;
7491                         next)   dflt='none' ;;
7492                         irix*)  dflt='-KPIC' ;;
7493                         svr4*|esix*|solaris|nonstopux) dflt='-KPIC' ;;
7494                         sunos)  dflt='-pic' ;;
7495                         *)      dflt='none' ;;
7496                     esac
7497                         ;;
7498                 *)  case "$osname" in
7499                         darwin) dflt='none' ;;
7500                         svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;;
7501                         *)      dflt='-fpic' ;;
7502                     esac ;;
7503             esac ;;
7504         ' ') dflt='none' ;;
7505     *)  dflt="$cccdlflags" ;;
7506     esac
7507     rp="Any special flags to pass to $cc -c to compile shared library modules?"
7508     . ./myread
7509     case "$ans" in
7510     none) cccdlflags=' ' ;;
7511     *) cccdlflags="$ans" ;;
7512     esac
7513
7514     cat << EOM
7515
7516 Some systems use ld to create libraries that can be dynamically loaded,
7517 while other systems (such as those using ELF) use $cc.
7518
7519 EOM
7520         case "$ld" in
7521         '')     $cat >try.c <<EOM
7522 /* Test for whether ELF binaries are produced */
7523 #include <fcntl.h>
7524 #$i_stdlib I_STDLIB
7525 #ifdef I_STDLIB
7526 #include <stdlib.h>
7527 #endif
7528 int main() {
7529         char b[4];
7530         int i = open("a.out",O_RDONLY);
7531         if(i == -1) 
7532                 exit(1); /* fail */
7533         if(read(i,b,4)==4 && b[0]==127 && b[1]=='E' && b[2]=='L' && b[3]=='F')
7534                 exit(0); /* succeed (yes, it's ELF) */
7535         else
7536                 exit(1); /* fail */
7537 }
7538 EOM
7539                 if $cc $ccflags $ldflags try.c >/dev/null 2>&1 && $run ./a.out; then
7540                         cat <<EOM
7541 You appear to have ELF support.  I'll use $cc to build dynamic libraries.
7542 EOM
7543                         dflt="$cc"
7544                 else
7545                         echo "I'll use ld to build dynamic libraries."
7546                         dflt='ld'
7547                 fi
7548                 rm -f try.c a.out
7549                 ;;
7550         *)      dflt="$ld"
7551                 ;;
7552         esac
7553
7554     rp="What command should be used to create dynamic libraries?"
7555     . ./myread
7556         ld="$ans"
7557
7558     cat << EOM
7559
7560 Some systems may require passing special flags to $ld to create a
7561 library that can be dynamically loaded.  If your ld flags include
7562 -L/other/path options to locate libraries outside your loader's normal
7563 search path, you may need to specify those -L options here as well.  To
7564 use no flags, say "none".
7565
7566 EOM
7567     case "$lddlflags" in
7568     '') case "$osname" in
7569                         beos) dflt='-nostart' ;;
7570                         hpux) dflt='-b';
7571                               case "$gccversion" in
7572                               '') dflt="$dflt +vnocompatwarnings" ;;
7573                               esac
7574                               ;;        
7575                         linux|irix*)    dflt='-shared' ;;
7576                         next)  dflt='none' ;;
7577                         solaris) dflt='-G' ;;
7578                         sunos) dflt='-assert nodefinitions' ;;
7579                         svr4*|esix*|nonstopux) dflt="-G $ldflags" ;;
7580                 *)     dflt='none' ;;
7581                         esac
7582                         ;;
7583     *) dflt="$lddlflags" ;;
7584     esac
7585
7586         : Try to guess additional flags to pick up local libraries.
7587         : Be careful not to append to a plain 'none'
7588         case "$dflt" in
7589         none) dflt='' ;;
7590         esac
7591         for thisflag in $ldflags; do
7592                 case "$thisflag" in
7593                 -L*|-R*|-Wl,-R*)
7594                         case " $dflt " in
7595                         *" $thisflag "*) ;;
7596                         *) dflt="$dflt $thisflag" ;;
7597                         esac
7598                         ;;
7599                 esac
7600         done
7601
7602         case "$dflt" in
7603         ''|' ') dflt='none' ;;
7604         esac
7605
7606     rp="Any special flags to pass to $ld to create a dynamically loaded library?"
7607     . ./myread
7608     case "$ans" in
7609     none) lddlflags=' ' ;;
7610     *) lddlflags="$ans" ;;
7611     esac
7612
7613         cat <<EOM
7614
7615 Some systems may require passing special flags to $cc to indicate that
7616 the resulting executable will use dynamic linking.  To use no flags,
7617 say "none".
7618
7619 EOM
7620     case "$ccdlflags" in
7621     '') case "$osname" in
7622                 hpux)   dflt='-Wl,-E' ;;
7623                 linux)  dflt='-rdynamic' ;;
7624                 next)   dflt='none' ;;
7625                 sunos)  dflt='none' ;;
7626                 *)      dflt='none' ;;
7627             esac ;;
7628     ' ')  dflt='none' ;;
7629     *)  dflt="$ccdlflags" ;;
7630     esac
7631     rp="Any special flags to pass to $cc to use dynamic linking?"
7632     . ./myread
7633     case "$ans" in
7634     none) ccdlflags=' ' ;;
7635     *) ccdlflags="$ans" ;;
7636     esac
7637     ;;
7638 *)  usedl="$undef"
7639         ld='ld'
7640     dlsrc='dl_none.xs'
7641     lddlflags=''
7642     ccdlflags=''
7643     ;;
7644 esac
7645
7646 also=''
7647 case "$usedl" in
7648 $undef)
7649         # No dynamic loading being used, so don't bother even to prompt.
7650         useshrplib='false'
7651         ;;
7652 *)      case "$useshrplib" in
7653         '')     case "$osname" in
7654                 svr4*|nonstopux|dgux|dynixptx|esix|powerux|beos|cygwin*)
7655                         dflt=y
7656                         also='Building a shared libperl is required for dynamic loading to work on your system.'
7657                         ;;
7658                 next*)
7659                         case "$osvers" in
7660                         4*)     dflt=y
7661                                 also='Building a shared libperl is needed for MAB support.'
7662                                 ;;
7663                         *)      dflt=n
7664                                 ;;
7665                         esac
7666                         ;;
7667                 *)      dflt=n
7668                         ;;
7669                 esac
7670                 ;;
7671         $define|true|[Yy]*)
7672                 dflt=y
7673                 ;;
7674         *)      dflt=n
7675                 ;;
7676         esac
7677         $cat << EOM
7678
7679 The perl executable is normally obtained by linking perlmain.c with
7680 libperl${_a}, any static extensions (usually just DynaLoader), and
7681 any other libraries needed on this system (such as -lm, etc.).  Since
7682 your system supports dynamic loading, it is probably possible to build
7683 a shared libperl.$so.  If you will have more than one executable linked
7684 to libperl.$so, this will significantly reduce the size of each
7685 executable, but it may have a noticeable affect on performance.  The
7686 default is probably sensible for your system.
7687 $also
7688
7689 EOM
7690         rp="Build a shared libperl.$so (y/n)"
7691         . ./myread
7692         case "$ans" in
7693         true|$define|[Yy]*)
7694                 useshrplib='true'  ;;
7695         *)      useshrplib='false' ;;
7696         esac
7697         ;;
7698 esac
7699
7700 case "$useshrplib" in
7701 true)
7702         case "$libperl" in
7703         '')
7704                 # Figure out a good name for libperl.so.  Since it gets stored in
7705                 # a version-specific architecture-dependent library, the version
7706                 # number isn't really that important, except for making cc/ld happy.
7707                 #
7708                 # A name such as libperl.so.3.1
7709                 majmin="libperl.$so.$patchlevel.$subversion"
7710                 # A name such as libperl.so.301
7711                 majonly=`echo $patchlevel $subversion |
7712                         $awk '{printf "%d%02d", $1, $2}'`
7713                 majonly=libperl.$so.$majonly
7714                 # I'd prefer to keep the os-specific stuff here to a minimum, and
7715                 # rely on figuring it out from the naming of libc.
7716                 case "${osname}${osvers}" in
7717                 next4*)
7718                         dflt=libperl.5.$so
7719                         # XXX How handle the --version stuff for MAB?
7720                         ;;
7721                 linux*)  # ld won't link with a bare -lperl otherwise.
7722                         dflt=libperl.$so
7723                         ;;
7724                 cygwin*) # ld links against an importlib
7725                         dflt=libperl$lib_ext
7726                         ;;
7727                 *)      # Try to guess based on whether libc has major.minor.
7728                         case "$libc" in
7729                         *libc.$so.[0-9]*.[0-9]*) dflt=$majmin ;;
7730                         *libc.$so.[0-9]*) dflt=$majonly ;;
7731                         *)      dflt=libperl.$so ;;
7732                         esac
7733                         ;;
7734                 esac
7735                 ;;
7736         *)      dflt=$libperl
7737                 ;;
7738         esac
7739         cat << EOM
7740
7741 I need to select a good name for the shared libperl.  If your system uses
7742 library names with major and minor numbers, then you might want something
7743 like $majmin.  Alternatively, if your system uses a single version
7744 number for shared libraries, then you might want to use $majonly.
7745 Or, your system might be quite happy with a simple libperl.$so.
7746
7747 Since the shared libperl will get installed into a version-specific
7748 architecture-dependent directory, the version number of the shared perl
7749 library probably isn't important, so the default should be o.k.
7750
7751 EOM
7752         rp='What name do you want to give to the shared libperl?'
7753         . ./myread
7754         libperl=$ans
7755         echo "Ok, I'll use $libperl"
7756         ;;
7757 *)
7758         libperl="libperl${_a}"
7759         ;;
7760 esac
7761
7762 # Detect old use of shrpdir via undocumented Configure -Dshrpdir
7763 case "$shrpdir" in
7764 '') ;;
7765 *)      $cat >&4 <<EOM
7766 WARNING:  Use of the shrpdir variable for the installation location of
7767 the shared $libperl is not supported.  It was never documented and
7768 will not work in this version.  Let me (perlbug@perl.org)
7769 know of any problems this may cause.
7770
7771 EOM
7772         case "$shrpdir" in
7773         "$archlibexp/CORE")
7774                 $cat >&4 <<EOM
7775 But your current setting of $shrpdir is
7776 the default anyway, so it's harmless.
7777 EOM
7778                 ;;
7779         *)
7780                 $cat >&4 <<EOM
7781 Further, your current attempted setting of $shrpdir
7782 conflicts with the value of $archlibexp/CORE
7783 that installperl will use.
7784 EOM
7785                 ;;
7786         esac
7787         ;;
7788 esac
7789
7790 # How will the perl executable find the installed shared $libperl?
7791 # Add $xxx to ccdlflags.
7792 # If we can't figure out a command-line option, use $shrpenv to
7793 # set env LD_RUN_PATH.  The main perl makefile uses this.
7794 shrpdir=$archlibexp/CORE
7795 xxx=''
7796 tmp_shrpenv=''
7797 if "$useshrplib"; then
7798     case "$osname" in 
7799         aix)
7800                 # We'll set it in Makefile.SH...
7801                 ;;
7802         solaris)
7803                 xxx="-R $shrpdir"
7804                 ;;
7805         freebsd|netbsd|openbsd)
7806                 xxx="-Wl,-R$shrpdir"
7807                 ;;
7808         bsdos|linux|irix*|dec_osf)
7809                 xxx="-Wl,-rpath,$shrpdir"
7810                 ;;
7811         next)
7812                 # next doesn't like the default...
7813                 ;;
7814         beos)
7815                 # beos doesn't like the default, either.
7816                 ;;
7817         hpux*)
7818                 # hpux doesn't like the default, either.
7819                 tmp_shrpenv="env LDOPTS=\"+s +b${shrpdir}\""
7820                 ;;
7821         *)
7822                 tmp_shrpenv="env LD_RUN_PATH=$shrpdir"
7823                 ;;
7824         esac
7825         case "$xxx" in
7826         '') ;;
7827         *)      
7828                 # Only add $xxx if it isn't already in ccdlflags.
7829                 case " $ccdlflags " in
7830                 *" $xxx "*)     ;;
7831                 *)      ccdlflags="$ccdlflags $xxx"
7832                         cat <<EOM >&4
7833
7834 Adding $xxx to the flags
7835 passed to $ld so that the perl executable will find the 
7836 installed shared $libperl.
7837
7838 EOM
7839                         ;;
7840                 esac
7841                 ;;
7842         esac
7843 fi
7844 # Fix ccdlflags in AIX for building external extensions.
7845 # (For building Perl itself bare -bE:perl.exp is needed,
7846 #  Makefile.SH takes care of this.)
7847 case "$osname" in
7848 aix) ccdlflags="$ccdlflags -bE:$installarchlib/CORE/perl.exp" ;;
7849 esac
7850 # Respect a hint or command-line value.
7851 case "$shrpenv" in
7852 '') shrpenv="$tmp_shrpenv" ;;
7853 esac
7854 case "$ldlibpthname" in
7855 '')     ldlibpthname=LD_LIBRARY_PATH ;;
7856 none)   ldlibpthname='' ;;
7857 esac
7858
7859 : determine where manual pages are on this system
7860 echo " "
7861 case "$sysman" in
7862 '') 
7863         syspath='/usr/share/man/man1 /usr/man/man1'
7864         syspath="$syspath /usr/man/mann /usr/man/manl /usr/man/local/man1"
7865         syspath="$syspath /usr/man/u_man/man1"
7866         syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1"
7867         syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1"
7868         syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
7869         sysman=`./loc . /usr/man/man1 $syspath`
7870         ;;
7871 esac
7872 if $test -d "$sysman"; then
7873         echo "System manual is in $sysman." >&4
7874 else
7875         echo "Could not find manual pages in source form." >&4
7876 fi
7877
7878 : determine where manual pages go
7879 set man1dir man1dir none
7880 eval $prefixit
7881 $cat <<EOM
7882
7883 $spackage has manual pages available in source form.
7884 EOM
7885 case "$nroff" in
7886 nroff)
7887         echo "However, you don't have nroff, so they're probably useless to you."
7888         case "$man1dir" in
7889         '') man1dir="none";;
7890         esac;;
7891 esac
7892 echo "If you don't want the manual sources installed, answer 'none'."
7893 case "$man1dir" in
7894 ' ') dflt=none
7895         ;;
7896 '')
7897         lookpath="$prefixexp/share/man/man1"
7898         lookpath="$lookpath $prefixexp/man/man1 $prefixexp/man/l_man/man1"
7899         lookpath="$lookpath $prefixexp/man/p_man/man1"
7900         lookpath="$lookpath $prefixexp/man/u_man/man1"
7901         lookpath="$lookpath $prefixexp/man/man.1"
7902         case "$sysman" in
7903         */?_man*)       dflt=`./loc . $prefixexp/l_man/man1 $lookpath` ;;
7904         *)      dflt=`./loc . $prefixexp/man/man1 $lookpath` ;;
7905         esac
7906         set dflt
7907         eval $prefixup
7908         ;;
7909 *)  dflt="$man1dir"
7910         ;;
7911 esac
7912 echo " "
7913 fn=dn+~
7914 rp="Where do the main $spackage manual pages (source) go?"
7915 . ./getfile
7916 if $test "X$man1direxp" != "X$ansexp"; then
7917         installman1dir=''
7918 fi
7919 man1dir="$ans"
7920 man1direxp="$ansexp"
7921 case "$man1dir" in
7922 '')     man1dir=' '
7923         installman1dir='';;
7924 esac
7925
7926 : Change installation prefix, if necessary.
7927 if $test X"$prefix" != X"$installprefix"; then
7928         installman1dir=`echo $man1direxp | $sed "s#^$prefix#$installprefix#"`
7929 else
7930         installman1dir="$man1direxp"
7931 fi
7932
7933 : What suffix to use on installed man pages
7934
7935 case "$man1dir" in
7936 ' ')
7937         man1ext='0'
7938         ;;
7939 *)
7940         rp="What suffix should be used for the main $spackage man pages?"
7941         case "$man1ext" in
7942         '')     case "$man1dir" in
7943                 *1)  dflt=1 ;;
7944                 *1p) dflt=1p ;;
7945                 *1pm) dflt=1pm ;;
7946                 *l) dflt=l;;
7947                 *n) dflt=n;;
7948                 *o) dflt=o;;
7949                 *p) dflt=p;;
7950                 *C) dflt=C;;
7951                 *L) dflt=L;;
7952                 *L1) dflt=L1;;
7953                 *) dflt=1;;
7954                 esac
7955                 ;;
7956         *)      dflt="$man1ext";;
7957         esac
7958         . ./myread
7959         man1ext="$ans"
7960         ;;
7961 esac
7962
7963 : see if we can have long filenames
7964 echo " "
7965 first=123456789abcdef
7966 $rm -f $first
7967 if (echo hi >$first) 2>/dev/null; then
7968         if $test -f 123456789abcde; then
7969                 echo 'You cannot have filenames longer than 14 characters.  Sigh.' >&4
7970                 val="$undef"
7971         else
7972                 echo 'You can have filenames longer than 14 characters.'>&4
7973                 val="$define"
7974         fi
7975 else
7976         $cat <<'EOM'
7977 You can't have filenames longer than 14 chars.
7978 You can't even think about them!
7979 EOM
7980         val="$undef"
7981 fi 
7982 set d_flexfnam
7983 eval $setvar
7984 $rm -rf 123456789abcde*
7985
7986 : determine where library module manual pages go
7987 set man3dir man3dir none
7988 eval $prefixit
7989 $cat <<EOM
7990
7991 $spackage has manual pages for many of the library modules.
7992 EOM
7993
7994 case "$nroff" in
7995 nroff)
7996         $cat <<'EOM'
7997 However, you don't have nroff, so they're probably useless to you.
7998 EOM
7999         case "$man3dir" in
8000         '') man3dir="none";;
8001         esac;;
8002 esac
8003
8004 case "$d_flexfnam" in
8005 undef)
8006         $cat <<'EOM'
8007 However, your system can't handle the long file names like File::Basename.3. 
8008 EOM
8009         case "$man3dir" in
8010         '') man3dir="none";;
8011         esac;;
8012 esac
8013
8014 echo "If you don't want the manual sources installed, answer 'none'."
8015 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
8016 case "$man3dir" in
8017 '')     dflt=`echo "$man1dir" | $sed -e 's/man1/man3/g' -e 's/man\.1/man\.3/g'`
8018         if $test -d "$privlib/man/man3"; then
8019                 cat <<EOM >&4
8020
8021 WARNING:  Previous versions of perl installed man3 pages into
8022 $privlib/man/man3.  This version will suggest a 
8023 new default of $dflt.  
8024 EOM
8025                 tdflt=$dflt
8026                 dflt='n'
8027                 rp='Do you wish to preserve the old behavior?(y/n)'
8028                 . ./myread
8029                 case "$ans" in
8030                 y*) dflt="$privlib/man/man3" ;;
8031                 *)  dflt=$tdflt ;;
8032                 esac
8033     fi
8034         ;;
8035 *)      dflt="$man3dir" ;;
8036 esac
8037 case "$dflt" in
8038 ' ') dflt=none ;;
8039 esac
8040 echo " "
8041 fn=dn+~
8042 rp="Where do the $package library man pages (source) go?"
8043 . ./getfile
8044 man3dir="$ans"
8045 man3direxp="$ansexp"
8046 case "$man3dir" in
8047 '')     man3dir=' '
8048         installman3dir='';;
8049 esac
8050
8051 : Change installation prefix, if necessary.
8052 if $test X"$prefix" != X"$installprefix"; then
8053         installman3dir=`echo $man3direxp | $sed "s#^$prefix#$installprefix#"`
8054 else
8055         installman3dir="$man3direxp"
8056 fi
8057
8058 : What suffix to use on installed man pages
8059 case "$man3dir" in
8060 ' ')
8061         man3ext='0'
8062         ;;
8063 *)
8064         rp="What suffix should be used for the $package library man pages?"
8065         case "$man3ext" in
8066         '')     case "$man3dir" in
8067                 *3)  dflt=3 ;;
8068                 *3p) dflt=3p ;;
8069                 *3pm) dflt=3pm ;;
8070                 *l) dflt=l;;
8071                 *n) dflt=n;;
8072                 *o) dflt=o;;
8073                 *p) dflt=p;;
8074                 *C) dflt=C;;
8075                 *L) dflt=L;;
8076                 *L3) dflt=L3;;
8077                 *) dflt=3;;
8078                 esac
8079                 ;;
8080         *)      dflt="$man3ext";;
8081         esac
8082         . ./myread
8083         man3ext="$ans"
8084         ;;
8085 esac
8086
8087 : see if we have to deal with yellow pages, now NIS.
8088 if $test -d /usr/etc/yp || $test -d /etc/yp || $test -d /usr/lib/yp; then
8089         if $test -f /usr/etc/nibindd; then
8090                 echo " "
8091                 echo "I'm fairly confident you're on a NeXT."
8092                 echo " "
8093                 rp='Do you get the hosts file via NetInfo?'
8094                 dflt=y
8095                 case "$hostcat" in
8096                 nidump*) ;;
8097                 '') ;;
8098                 *) dflt=n;;
8099                 esac
8100                 . ./myread
8101                 case "$ans" in
8102                 y*) hostcat='nidump hosts .';;
8103                 *)      case "$hostcat" in
8104                         nidump*) hostcat='';;
8105                         esac
8106                         ;;
8107                 esac
8108         fi
8109         case "$hostcat" in
8110         nidump*) ;;
8111         *)
8112                 case "$hostcat" in
8113                 *ypcat*) dflt=y;;
8114                 '') if $contains '^\+' /etc/passwd >/dev/null 2>&1; then
8115                                 dflt=y
8116                         else
8117                                 dflt=n
8118                         fi;;
8119                 *) dflt=n;;
8120                 esac
8121                 echo " "
8122                 rp='Are you getting the hosts file via yellow pages?'
8123                 . ./myread
8124                 case "$ans" in
8125                 y*) hostcat='ypcat hosts';;
8126                 *) hostcat='cat /etc/hosts';;
8127                 esac
8128                 ;;
8129         esac
8130 fi
8131 case "$hostcat" in
8132 '') test -f /etc/hosts && hostcat='cat /etc/hosts';;
8133 esac
8134 case "$groupcat" in
8135 '') test -f /etc/group && groupcat='cat /etc/group';;
8136 esac
8137 case "$passcat" in
8138 '') test -f /etc/passwd && passcat='cat /etc/passwd';;
8139 esac
8140
8141 : now get the host name
8142 echo " "
8143 echo "Figuring out host name..." >&4
8144 case "$myhostname" in
8145 '') cont=true
8146         echo 'Maybe "hostname" will work...'
8147         if tans=`sh -c hostname 2>&1` ; then
8148                 myhostname=$tans
8149                 phostname=hostname
8150                 cont=''
8151         fi
8152         ;;
8153 *) cont='';;
8154 esac
8155 if $test "$cont"; then
8156         if ./xenix; then
8157                 echo 'Oh, dear.  Maybe "/etc/systemid" is the key...'
8158                 if tans=`cat /etc/systemid 2>&1` ; then
8159                         myhostname=$tans
8160                         phostname='cat /etc/systemid'
8161                         echo "Whadyaknow.  Xenix always was a bit strange..."
8162                         cont=''
8163                 fi
8164         elif $test -r /etc/systemid; then
8165                 echo "(What is a non-Xenix system doing with /etc/systemid?)"
8166         fi
8167 fi
8168 if $test "$cont"; then
8169         echo 'No, maybe "uuname -l" will work...'
8170         if tans=`sh -c 'uuname -l' 2>&1` ; then
8171                 myhostname=$tans
8172                 phostname='uuname -l'
8173         else
8174                 echo 'Strange.  Maybe "uname -n" will work...'
8175                 if tans=`sh -c 'uname -n' 2>&1` ; then
8176                         myhostname=$tans
8177                         phostname='uname -n'
8178                 else
8179                         echo 'Oh well, maybe I can mine it out of whoami.h...'
8180                         if tans=`sh -c $contains' sysname $usrinc/whoami.h' 2>&1` ; then
8181                                 myhostname=`echo "$tans" | $sed 's/^.*"\(.*\)"/\1/'`
8182                                 phostname="sed -n -e '"'/sysname/s/^.*\"\\(.*\\)\"/\1/{'"' -e p -e q -e '}' <$usrinc/whoami.h"
8183                         else
8184                                 case "$myhostname" in
8185                                 '') echo "Does this machine have an identity crisis or something?"
8186                                         phostname='';;
8187                                 *)
8188                                         echo "Well, you said $myhostname before..."
8189                                         phostname='echo $myhostname';;
8190                                 esac
8191                         fi
8192                 fi
8193         fi
8194 fi
8195 case "$myhostname" in
8196 '') myhostname=noname ;;
8197 esac
8198 : you do not want to know about this
8199 set $myhostname
8200 myhostname=$1
8201
8202 : verify guess
8203 if $test "$myhostname" ; then
8204         dflt=y
8205         rp='Your host name appears to be "'$myhostname'".'" Right?"
8206         . ./myread
8207         case "$ans" in
8208         y*) ;;
8209         *) myhostname='';;
8210         esac
8211 fi
8212
8213 : bad guess or no guess
8214 while $test "X$myhostname" = X ; do
8215         dflt=''
8216         rp="Please type the (one word) name of your host:"
8217         . ./myread
8218         myhostname="$ans"
8219 done
8220
8221 : translate upper to lower if necessary
8222 case "$myhostname" in
8223 *[A-Z]*)
8224         echo "(Normalizing case in your host name)"
8225         myhostname=`echo $myhostname | ./tr '[A-Z]' '[a-z]'`
8226         ;;
8227 esac
8228
8229 case "$myhostname" in
8230 *.*)
8231         dflt=`expr "X$myhostname" : "X[^.]*\(\..*\)"`
8232         myhostname=`expr "X$myhostname" : "X\([^.]*\)\."`
8233         echo "(Trimming domain name from host name--host name is now $myhostname)"
8234         ;;
8235 *) case "$mydomain" in
8236         '')
8237                 {
8238                         test "X$hostcat" = "Xypcat hosts" &&
8239                         ypmatch "$myhostname" hosts 2>/dev/null |\
8240                                 $sed -e 's/[     ]*#.*//; s/$/ /' > hosts && \
8241                         $test -s hosts
8242                 } || {
8243                         test "X$hostcat" != "X" &&
8244                         $hostcat | $sed -n -e "s/[       ]*#.*//; s/\$/ /
8245                                         /[       ]$myhostname[  . ]/p" > hosts
8246                 }
8247                 tmp_re="[       . ]"
8248                 if $test -f hosts; then
8249                         $test x`$awk "/[0-9].*[  ]$myhostname$tmp_re/ { sum++ }
8250                              END { print sum }" hosts` = x1 || tmp_re="[         ]"
8251                         dflt=.`$awk "/[0-9].*[   ]$myhostname$tmp_re/ {for(i=2; i<=NF;i++) print \\\$i}" \
8252                                 hosts | $sort | $uniq | \
8253                                 $sed -n -e "s/$myhostname\.\([-a-zA-Z0-9_.]\)/\1/p"`
8254                         case `$echo X$dflt` in
8255                         X*\ *)  echo "(Several hosts in the database matched hostname)"
8256                                 dflt=.
8257                                 ;;
8258                         X.) echo "(You do not have fully-qualified names in the hosts database)"
8259                                 ;;
8260                         esac
8261                 else
8262                         echo "(I cannot locate a hosts database anywhere)"
8263                         dflt=.
8264                 fi
8265                 case "$dflt" in
8266                 .)
8267                         tans=`./loc resolv.conf X /etc /usr/etc`
8268                         if $test -f "$tans"; then
8269                                 echo "(Attempting domain name extraction from $tans)"
8270                                 dflt=.`$sed -n -e 's/   / /g' \
8271                                   -e 's/^search  *\([^ ]*\).*/\1/p' $tans \
8272                                   | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
8273                                 case "$dflt" in
8274                                 .) dflt=.`$sed -n -e 's/        / /g' \
8275                                      -e 's/^domain  *\([^ ]*\).*/\1/p' $tans \
8276                                      | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
8277                                         ;;
8278                                 esac
8279                         fi
8280                         ;;
8281                 esac
8282                 case "$dflt" in
8283                 .) echo "(No help from resolv.conf either -- attempting clever guess)"
8284                         dflt=.`sh -c domainname 2>/dev/null`
8285                         case "$dflt" in
8286                         '') dflt='.';;
8287                         .nis.*|.yp.*|.main.*) dflt=`echo $dflt | $sed -e 's/^\.[^.]*//'`;;
8288                         esac
8289                         ;;
8290                 esac
8291                 case "$dflt$osname" in
8292                 .os390) echo "(Attempting domain name extraction from //'SYS1.TCPPARMS(TCPDATA)')"
8293                         dflt=.`awk '/^DOMAINORIGIN/ {print $2}' "//'SYS1.TCPPARMS(TCPDATA)'" 2>/dev/null`
8294                         ;;
8295                 esac
8296                 case "$dflt" in
8297                 .) echo "(Lost all hope -- silly guess then)"
8298                         dflt='.nonet'
8299                         ;;
8300                 esac
8301                 $rm -f hosts
8302                 ;;
8303         *) dflt="$mydomain";;
8304         esac;;
8305 esac
8306 echo " "
8307 rp="What is your domain name?"
8308 . ./myread
8309 tans="$ans"
8310 case "$ans" in
8311 '') ;;
8312 .*) ;;
8313 *) tans=".$tans";;
8314 esac
8315 mydomain="$tans"
8316
8317 : translate upper to lower if necessary
8318 case "$mydomain" in
8319 *[A-Z]*)
8320         echo "(Normalizing case in your domain name)"
8321         mydomain=`echo $mydomain | ./tr '[A-Z]' '[a-z]'`
8322         ;;
8323 esac
8324
8325 : a little sanity check here
8326 case "$phostname" in
8327 '') ;;
8328 *)
8329         case `$phostname | ./tr '[A-Z]' '[a-z]'` in
8330         $myhostname$mydomain|$myhostname) ;;
8331         *)
8332                 case "$phostname" in
8333                 sed*)
8334                         echo "(That doesn't agree with your whoami.h file, by the way.)"
8335                         ;;
8336                 *)
8337                         echo "(That doesn't agree with your $phostname command, by the way.)"
8338                         ;;
8339                 esac
8340         ;;
8341         esac
8342         ;;
8343 esac
8344
8345 $cat <<EOM
8346
8347 I need to get your e-mail address in Internet format if possible, i.e.
8348 something like user@host.domain. Please answer accurately since I have
8349 no easy means to double check it. The default value provided below
8350 is most probably close to reality but may not be valid from outside
8351 your organization...
8352
8353 EOM
8354 cont=x
8355 while test "$cont"; do
8356         case "$cf_email" in
8357         '') dflt="$cf_by@$myhostname$mydomain";;
8358         *) dflt="$cf_email";;
8359         esac
8360         rp='What is your e-mail address?'
8361         . ./myread
8362         cf_email="$ans"
8363         case "$cf_email" in
8364         *@*.*) cont='' ;;
8365         *)
8366                 rp='Address does not look like an Internet one.  Use it anyway?'
8367                 case "$fastread" in
8368                 yes) dflt=y ;;
8369                 *) dflt=n ;;
8370                 esac
8371                 . ./myread
8372                 case "$ans" in
8373                 y*) cont='' ;;
8374                 *) echo " " ;;
8375                 esac
8376                 ;;
8377         esac
8378 done
8379
8380 $cat <<EOM
8381
8382 If you or somebody else will be maintaining perl at your site, please
8383 fill in the correct e-mail address here so that they may be contacted
8384 if necessary. Currently, the "perlbug" program included with perl
8385 will send mail to this address in addition to perlbug@perl.org. You may
8386 enter "none" for no administrator.
8387
8388 EOM
8389 case "$perladmin" in
8390 '') dflt="$cf_email";;
8391 *) dflt="$perladmin";;
8392 esac
8393 rp='Perl administrator e-mail address'
8394 . ./myread
8395 perladmin="$ans"
8396
8397 : determine whether to only install version-specific parts.
8398 echo " "
8399 $cat <<EOM
8400 Do you want to install only the version-specific parts of the perl
8401 distribution?  Usually you do *not* want to do this.
8402 EOM
8403 case "$versiononly" in
8404 "$define"|[Yy]*|true) dflt='y' ;;
8405 *) dflt='n';
8406 esac
8407 rp="Do you want to install only the version-specific parts of perl?"
8408 . ./myread
8409 case "$ans" in
8410 [yY]*)  val="$define";;
8411 *)      val="$undef" ;;
8412 esac
8413 set versiononly
8414 eval $setvar
8415
8416 case "$versiononly" in
8417 "$define") inc_version_list=''
8418            inc_version_list_init=0
8419            ;;
8420 esac
8421
8422 : figure out how to guarantee perl startup
8423 case "$startperl" in
8424 '')
8425         case "$sharpbang" in
8426         *!)
8427                 $cat <<EOH
8428
8429 I can use the #! construct to start perl on your system. This will
8430 make startup of perl scripts faster, but may cause problems if you
8431 want to share those scripts and perl is not in a standard place
8432 ($binexp/perl) on all your platforms. The alternative is to force
8433 a shell by starting the script with a single ':' character.
8434
8435 EOH
8436                 case "$versiononly" in
8437                 "$define")      dflt="$binexp/perl$version";;  
8438                 *)              dflt="$binexp/perl";;
8439                 esac
8440                 rp='What shall I put after the #! to start up perl ("none" to not use #!)?'
8441                 . ./myread
8442                 case "$ans" in
8443                 none)   startperl=": # use perl";;
8444                 *)      startperl="#!$ans"
8445                         if $test 30 -lt `echo "$ans" | wc -c`; then
8446                                 $cat >&4 <<EOM
8447
8448 WARNING:  Some systems limit the #! command to 32 characters.
8449 If you experience difficulty running Perl scripts with #!, try
8450 installing Perl in a directory with a shorter pathname.
8451
8452 EOM
8453                         fi ;;
8454                 esac
8455                 ;;
8456         *) startperl=": # use perl"
8457                 ;;
8458         esac
8459         ;;
8460 esac
8461 echo "I'll use $startperl to start perl scripts."
8462
8463 : figure best path for perl in scripts
8464 case "$perlpath" in
8465 '')
8466         case "$versiononly" in
8467         "$define")      perlpath="$binexp/perl$version";;
8468         *)              perlpath="$binexp/perl";;
8469         esac
8470         case "$startperl" in
8471         *!*) ;;
8472         *)
8473                 $cat <<EOH
8474
8475 I will use the "eval 'exec'" idiom to start Perl on your system.
8476 I can use the full path of your Perl binary for this purpose, but
8477 doing so may cause problems if you want to share those scripts and
8478 Perl is not always in a standard place ($binexp/perl).
8479
8480 EOH
8481                 dflt="$binexp/perl"
8482                 rp="What path shall I use in \"eval 'exec'\"?"
8483                 . ./myread
8484                 perlpath="$ans"
8485                 ;;
8486         esac
8487         ;;
8488 esac
8489 case "$startperl" in
8490 *!*)    ;;
8491 *)      echo "I'll use $perlpath in \"eval 'exec'\"" ;;
8492 esac
8493
8494 : determine where public executable scripts go
8495 set scriptdir scriptdir
8496 eval $prefixit
8497 case "$scriptdir" in
8498 '')
8499         dflt="$bin"
8500         : guess some guesses
8501         $test -d /usr/share/scripts && dflt=/usr/share/scripts
8502         $test -d /usr/share/bin     && dflt=/usr/share/bin
8503         $test -d /usr/local/script  && dflt=/usr/local/script
8504         $test -d /usr/local/scripts && dflt=/usr/local/scripts
8505         $test -d $prefixexp/script  && dflt=$prefixexp/script
8506         set dflt
8507         eval $prefixup
8508         ;;
8509 *)  dflt="$scriptdir"
8510         ;;
8511 esac
8512 $cat <<EOM
8513  
8514 Some installations have a separate directory just for executable scripts so
8515 that they can mount it across multiple architectures but keep the scripts in
8516 one spot.  You might, for example, have a subdirectory of /usr/share for this.
8517 Or you might just lump your scripts in with all your other executables.
8518  
8519 EOM
8520 fn=d~
8521 rp='Where do you keep publicly executable scripts?'
8522 . ./getfile
8523 if $test "X$ansexp" != "X$scriptdirexp"; then
8524         installscript=''
8525 fi
8526 scriptdir="$ans"
8527 scriptdirexp="$ansexp"
8528 : Change installation prefix, if necessary.
8529 if $test X"$prefix" != X"$installprefix"; then
8530         installscript=`echo $scriptdirexp | sed "s#^$prefix#$installprefix#"`
8531 else
8532         installscript="$scriptdirexp"
8533 fi
8534
8535 : determine where add-on public executables go
8536 case "$sitebin" in
8537 '')     dflt=$siteprefix/bin ;;
8538 *)      dflt=$sitebin ;;
8539 esac
8540 fn=d~
8541 rp='Pathname where the add-on public executables should be installed?'
8542 . ./getfile
8543 sitebin="$ans"
8544 sitebinexp="$ansexp"
8545 : Change installation prefix, if necessary.
8546 if $test X"$prefix" != X"$installprefix"; then
8547         installsitebin=`echo $sitebinexp | sed "s#^$prefix#$installprefix#"`
8548 else
8549         installsitebin="$sitebinexp"
8550 fi
8551
8552 : determine where add-on html pages go
8553 : There is no standard location, so try to copy the previously-selected 
8554 : directory structure for the core html pages.
8555 case "$sitehtml1" in
8556 '')     dflt=`echo "$html1dir" | $sed "s#^$prefix#$siteprefix#"` ;;
8557 *)      dflt=$sitehtml1 ;;
8558 esac
8559 case "$dflt" in
8560 ''|' ') dflt=none ;;
8561 esac
8562 fn=dn+~
8563 rp='Pathname where the site-specific html pages should be installed?'
8564 . ./getfile
8565 sitehtml1="$ans"
8566 sitehtml1exp="$ansexp"
8567 : Use ' ' for none so value is preserved next time through Configure
8568 $test X"$sitehtml1" = "X" && sitehtml1=' '
8569 : Change installation prefix, if necessary.
8570 if $test X"$prefix" != X"$installprefix"; then
8571         installsitehtml1=`echo "$sitehtml1exp" | $sed "s#^$prefix#$installprefix#"`
8572 else
8573         installsitehtml1="$sitehtml1exp"
8574 fi
8575
8576 : determine where add-on library html pages go
8577 : There is no standard location, so try to copy the previously-selected
8578 : directory structure for the core html pages.
8579 case "$sitehtml3" in
8580 '')     dflt=`echo "$html3dir" | $sed "s#^$prefix#$siteprefix#"` ;;
8581 *)      dflt=$sitehtml3 ;;
8582 esac
8583 case "$dflt" in
8584 ''|' ') dflt=none ;;
8585 esac
8586 fn=dn+~
8587 rp='Pathname where the site-specific library html pages should be installed?'
8588 . ./getfile
8589 sitehtml3="$ans"
8590 sitehtml3exp="$ansexp"
8591 : Use ' ' for none so value is preserved next time through Configure
8592 $test X"$sitehtml3" = "X" && sitehtml3=' '
8593 : Change installation prefix, if necessary.
8594 if $test X"$prefix" != X"$installprefix"; then
8595         installsitehtml3=`echo "$sitehtml3exp" | $sed "s#^$prefix#$installprefix#"`
8596 else
8597         installsitehtml3="$sitehtml3exp"
8598 fi
8599
8600 : determine where add-on manual pages go
8601 case "$siteman1" in
8602 '')     dflt=`echo "$man1dir" | $sed "s#^$prefix#$siteprefix#"` ;;
8603 *)      dflt=$siteman1 ;;
8604 esac
8605 case "$dflt" in
8606 ''|' ') dflt=none ;;
8607 esac
8608 fn=dn+~
8609 rp='Pathname where the site-specific manual pages should be installed?'
8610 . ./getfile
8611 siteman1="$ans"
8612 siteman1exp="$ansexp"
8613 : Use ' ' for none so value is preserved next time through Configure
8614 $test X"$siteman1" = "X" && siteman1=' '
8615 : Change installation prefix, if necessary.
8616 if $test X"$prefix" != X"$installprefix"; then
8617         installsiteman1=`echo "$siteman1exp" | $sed "s#^$prefix#$installprefix#"`
8618 else
8619         installsiteman1="$siteman1exp"
8620 fi
8621
8622 : determine where add-on library man pages go
8623 case "$siteman3" in
8624 '')     dflt=`echo "$man3dir" | $sed "s#^$prefix#$siteprefix#"` ;;
8625 *)      dflt=$siteman3 ;;
8626 esac
8627 case "$dflt" in
8628 ''|' ') dflt=none ;;
8629 esac
8630 fn=dn+~
8631 rp='Pathname where the site-specific library manual pages should be installed?'
8632 . ./getfile
8633 siteman3="$ans"
8634 siteman3exp="$ansexp"
8635 : Use ' ' for none so value is preserved next time through Configure
8636 $test X"$siteman3" = "X" && siteman3=' '
8637 : Change installation prefix, if necessary.
8638 if $test X"$prefix" != X"$installprefix"; then
8639         installsiteman3=`echo "$siteman3exp" | $sed "s#^$prefix#$installprefix#"`
8640 else
8641         installsiteman3="$siteman3exp"
8642 fi
8643
8644 : determine where add-on public executable scripts go
8645 case "$sitescript" in
8646 '')     dflt=$siteprefix/script
8647         $test -d $dflt || dflt=$sitebin ;;
8648 *)  dflt="$sitescript" ;;
8649 esac
8650 fn=d~+
8651 rp='Pathname where add-on public executable scripts should be installed?'
8652 . ./getfile
8653 sitescript="$ans"
8654 sitescriptexp="$ansexp"
8655 : Change installation prefix, if necessary.
8656 if $test X"$prefix" != X"$installprefix"; then
8657         installsitescript=`echo $sitescriptexp | sed "s#^$prefix#$installprefix#"`
8658 else
8659         installsitescript="$sitescriptexp"
8660 fi
8661
8662 case "$usefaststdio" in
8663 $define|true|[yY]*|'')
8664         xversion=`awk '/define[         ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
8665         case "$xversion" in
8666         [68])   dflt='y' ;;
8667         *)      dflt='n' ;;
8668         esac
8669         ;;
8670 *) dflt='n';;
8671 esac
8672 cat <<EOM
8673
8674 Perl can be built to use 'fast stdio', which means using the stdio
8675 library but also directly manipulating the stdio buffers to enable
8676 faster I/O.  Using stdio is better for backward compatibility (especially
8677 for Perl extensions), but on the other hand since Perl 5.8 the 'perlio'
8678 interface has been preferred instead of stdio.
8679
8680 If this doesn't make any sense to you, just accept the default '$dflt'.
8681 EOM
8682 rp='Use the "fast stdio" if available?'
8683 . ./myread
8684 case "$ans" in
8685 y|Y)    val="$define" ;;     
8686 *)      val="$undef" ;;
8687 esac
8688 set usefaststdio
8689 eval $setvar
8690
8691
8692 : define an is-a-typedef? function
8693 typedef='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
8694 case "$inclist" in
8695 "") inclist="sys/types.h";;
8696 esac;
8697 eval "varval=\$$var";
8698 case "$varval" in
8699 "")
8700         $rm -f temp.c;
8701         for inc in $inclist; do
8702                 echo "#include <$inc>" >>temp.c;
8703         done;
8704         echo "#ifdef $type" >> temp.c;
8705         echo "printf(\"We have $type\");" >> temp.c;
8706         echo "#endif" >> temp.c;
8707         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
8708         if $contains $type temp.E >/dev/null 2>&1; then
8709                 eval "$var=\$type";
8710         else
8711                 eval "$var=\$def";
8712         fi;
8713         $rm -f temp.?;;
8714 *) eval "$var=\$varval";;
8715 esac'
8716
8717 : define an is-a-typedef? function that prompts if the type is not available.
8718 typedef_ask='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
8719 case "$inclist" in
8720 "") inclist="sys/types.h";;
8721 esac;
8722 eval "varval=\$$var";
8723 case "$varval" in
8724 "")
8725         $rm -f temp.c;
8726         for inc in $inclist; do
8727                 echo "#include <$inc>" >>temp.c;
8728         done;
8729         echo "#ifdef $type" >> temp.c;
8730         echo "printf(\"We have $type\");" >> temp.c;
8731         echo "#endif" >> temp.c;
8732         $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
8733         echo " " ;
8734         echo "$rp" | $sed -e "s/What is/Looking for/" -e "s/?/./";
8735         if $contains $type temp.E >/dev/null 2>&1; then
8736                 echo "$type found." >&4;
8737                 eval "$var=\$type";
8738         else
8739                 echo "$type NOT found." >&4;
8740                 dflt="$def";
8741                 . ./myread ;
8742                 eval "$var=\$ans";
8743         fi;
8744         $rm -f temp.?;;
8745 *) eval "$var=\$varval";;
8746 esac'
8747
8748 : see what type lseek is declared as in the kernel
8749 rp="What is the type used for lseek's offset on this system?"
8750 set off_t lseektype long stdio.h sys/types.h
8751 eval $typedef_ask
8752
8753 echo " "
8754 echo "Checking to see how big your file offsets are..." >&4
8755 $cat >try.c <<EOCP
8756 #include <sys/types.h>
8757 #include <stdio.h>
8758 int main()
8759 {
8760     printf("%d\n", (int)sizeof($lseektype));
8761     return(0); 
8762 }
8763 EOCP
8764 set try
8765 if eval $compile_ok; then
8766         lseeksize=`$run ./try`
8767         echo "Your file offsets are $lseeksize bytes long."
8768 else
8769         dflt=$longsize
8770         echo " "
8771         echo "(I can't seem to compile the test program.  Guessing...)"
8772         rp="What is the size of your file offsets (in bytes)?"
8773         . ./myread
8774         lseeksize="$ans"
8775 fi
8776 $rm -f try.c try
8777
8778 : see what type file positions are declared as in the library
8779 rp="What is the type for file position used by fsetpos()?"
8780 set fpos_t fpostype long stdio.h sys/types.h
8781 eval $typedef_ask
8782
8783 echo " "
8784 case "$fpostype" in
8785 *_t) zzz="$fpostype"    ;;
8786 *)   zzz="fpos_t"       ;;
8787 esac
8788 echo "Checking the size of $zzz..." >&4 
8789 cat > try.c <<EOCP
8790 #include <sys/types.h>
8791 #include <stdio.h>
8792 #$i_stdlib I_STDLIB
8793 #ifdef I_STDLIB
8794 #include <stdlib.h>
8795 #endif
8796 int main() {
8797     printf("%d\n", (int)sizeof($fpostype));
8798     exit(0);
8799 }
8800 EOCP
8801 set try
8802 if eval $compile_ok; then
8803         yyy=`$run ./try`
8804         case "$yyy" in
8805         '')     fpossize=4
8806                 echo "(I can't execute the test program--guessing $fpossize.)" >&4
8807                 ;;
8808         *)      fpossize=$yyy
8809                 echo "Your $zzz is $fpossize bytes long."
8810                 ;;
8811         esac
8812 else
8813         dflt="$longsize"
8814         echo " " >&4
8815         echo "(I can't compile the test program.  Guessing...)" >&4
8816         rp="What is the size of your file positions (in bytes)?"
8817         . ./myread
8818         fpossize="$ans"
8819 fi
8820
8821 # Backward compatibility (uselfs is deprecated).
8822 case "$uselfs" in
8823 "$define"|true|[yY]*)
8824         cat <<EOM >&4
8825
8826 *** Configure -Duselfs is deprecated, using -Duselargefiles instead.
8827 EOM
8828         uselargefiles="$define"
8829         ;;
8830 esac                          
8831
8832 case "$lseeksize:$fpossize" in
8833 8:8) cat <<EOM
8834
8835 You can have files larger than 2 gigabytes.
8836 EOM
8837    val="$define" ;;
8838 *)    case "$uselargefiles" in
8839    "$undef"|false|[nN]*) dflt='n' ;;
8840    *)   dflt='y' ;;
8841    esac
8842    cat <<EOM
8843
8844 Perl can be built to understand large files (files larger than 2 gigabytes)
8845 on some systems.  To do so, Configure can be run with -Duselargefiles.
8846
8847 If this doesn't make any sense to you, just accept the default '$dflt'.
8848 EOM
8849    rp='Try to understand large files, if available?'
8850    . ./myread
8851    case "$ans" in
8852    y|Y)         val="$define" ;;
8853    *)           val="$undef"  ;;
8854    esac
8855    ;;
8856 esac
8857 set uselargefiles
8858 eval $setvar
8859 case "$uselargefiles" in
8860 "$define")
8861 : Look for a hint-file generated 'call-back-unit'.  If the
8862 : user has specified that a large files perl is to be built,
8863 : we may need to set or change some other defaults.
8864         if $test -f uselargefiles.cbu; then
8865                 echo "Your platform has some specific hints for large file builds, using them..."
8866                 . ./uselargefiles.cbu
8867                 echo " "
8868                 echo "Rechecking to see how big your file offsets are..." >&4
8869                 $cat >try.c <<EOCP
8870 #include <sys/types.h>
8871 #include <stdio.h>
8872 int main()
8873 {
8874     printf("%d\n", (int)sizeof($lseektype));
8875     return(0); 
8876 }
8877 EOCP
8878                 set try
8879                 if eval $compile_ok; then
8880                         lseeksize=`$run ./try`
8881                         $echo "Your file offsets are now $lseeksize bytes long."
8882                 else
8883                         dflt="$lseeksize"
8884                         echo " "
8885                         echo "(I can't seem to compile the test program.  Guessing...)"
8886                         rp="What is the size of your file offsets (in bytes)?"
8887                         . ./myread
8888                         lseeksize="$ans"
8889                 fi
8890                 case "$fpostype" in
8891                 *_t) zzz="$fpostype"    ;;
8892                 *)   zzz="fpos_t"       ;;
8893                 esac
8894                 $echo $n "Rechecking the size of $zzz...$c" >&4 
8895                 $cat > try.c <<EOCP
8896 #include <sys/types.h>
8897 #include <stdio.h>
8898 #$i_stdlib I_STDLIB
8899 #ifdef I_STDLIB
8900 #include <stdlib.h>
8901 #endif
8902 int main() {
8903     printf("%d\n", (int)sizeof($fpostype));
8904     return(0);
8905 }
8906 EOCP
8907                 set try
8908                 if eval $compile_ok; then
8909                         yyy=`$run ./try`
8910                         dflt="$lseeksize"
8911                         case "$yyy" in
8912                         '')     echo " "
8913                                 echo "(I can't execute the test program--guessing $fpossize.)" >&4
8914                                 ;;
8915                         *)      fpossize=$yyy
8916                                 echo " $fpossize bytes." >&4
8917                                 ;;
8918                         esac
8919                 else
8920                         dflt="$fpossize"
8921                         echo " "
8922                         echo "(I can't compile the test program.  Guessing...)" >&4
8923                         rp="What is the size of your file positions (in bytes)?"
8924                         . ./myread
8925                         fpossize="$ans"
8926                 fi
8927                 $rm -f try.c try
8928         fi
8929         ;;
8930 esac
8931
8932 case "$vendorprefix" in
8933 '')     d_vendorbin="$undef"
8934         vendorbin=''
8935         vendorbinexp=''
8936         ;;
8937 *)      d_vendorbin="$define"
8938         : determine where vendor-supplied executables go.
8939         case "$vendorbin" in
8940         '') dflt=$vendorprefix/bin ;;
8941         *)      dflt="$vendorbin" ;;
8942         esac
8943         fn=d~+
8944         rp='Pathname for the vendor-supplied executables directory?'
8945         . ./getfile
8946         vendorbin="$ans"
8947         vendorbinexp="$ansexp"
8948         ;;
8949 esac
8950 : Change installation prefix, if necessary.
8951 if $test X"$prefix" != X"$installprefix"; then
8952         installvendorbin=`echo $vendorbinexp | $sed "s#^$prefix#$installprefix#"`
8953 else
8954         installvendorbin="$vendorbinexp"
8955 fi
8956
8957 case "$vendorprefix" in
8958 '')     vendorhtml1=''
8959         vendorhtml1exp=''
8960         ;;
8961 *)      : determine where vendor-supplied html pages go.
8962         : There is no standard location, so try to copy the previously-selected
8963         : directory structure for the core html pages.
8964         : XXX Better default suggestions would be welcome.
8965         case "$vendorhtml1" in
8966         '')     dflt=`echo "$html1dir" | $sed "s#^$prefix#$vendorprefix#"` ;;
8967         *)      dflt=$vendorhtml1 ;;
8968         esac
8969         case "$dflt" in
8970         ''|' ') dflt=none ;;
8971         esac
8972         fn=dn+~
8973         rp='Pathname for the vendor-supplied html pages?'
8974         . ./getfile
8975         vendorhtml1="$ans"
8976         vendorhtml1exp="$ansexp"
8977         ;;
8978 esac
8979 : Use ' ' for none so value is preserved next time through Configure
8980 $test X"$vendorhtml1" = "X" && vendorhtml1=' '
8981 : Change installation prefix, if necessary.
8982 if $test X"$prefix" != X"$installprefix"; then
8983         installvendorhtml1=`echo $vendorhtml1exp | $sed "s#^$prefix#$installprefix#"`
8984 else
8985         installvendorhtml1="$vendorhtml1exp"
8986 fi
8987
8988 case "$vendorprefix" in
8989 '')     vendorhtml3=''
8990         vendorhtml3exp=''
8991         ;;
8992 *)      : determine where vendor-supplied module html pages go.
8993         : There is no standard location, so try to copy the previously-selected
8994         : directory structure for the core html pages.
8995         : XXX Better default suggestions would be welcome.
8996         case "$vendorhtml3" in
8997         '')     dflt=`echo "$html3dir" | $sed "s#^$prefix#$vendorprefix#"` ;;
8998         *)      dflt=$vendorhtml3 ;;
8999         esac
9000         case "$dflt" in
9001         ''|' ') dflt=none ;;
9002         esac
9003         fn=dn+~
9004         rp='Pathname for the vendor-supplied html pages?'
9005         . ./getfile
9006         vendorhtml3="$ans"
9007         vendorhtml3exp="$ansexp"
9008         ;;
9009 esac
9010 : Use ' ' for none so value is preserved next time through Configure
9011 $test X"$vendorhtml3" = "X" && vendorhtml3=' '
9012 : Change installation prefix, if necessary.
9013 if $test X"$prefix" != X"$installprefix"; then
9014         installvendorhtml3=`echo $vendorhtml3exp | $sed "s#^$prefix#$installprefix#"`
9015 else
9016         installvendorhtml3="$vendorhtml3exp"
9017 fi
9018
9019 case "$vendorprefix" in
9020 '')     vendorman1=''
9021         vendorman1exp=''
9022         ;;
9023 *)      : determine where vendor-supplied manual pages go.
9024         case "$vendorman1" in
9025         '') dflt=`echo "$man1dir" | $sed "s#^$prefix#$vendorprefix#"` ;;
9026         *)      dflt=$vendorman1 ;;
9027         esac
9028         case "$dflt" in
9029         ''|' ') dflt=none ;;
9030         esac
9031         fn=nd~+
9032         rp='Pathname for the vendor-supplied manual section 1 pages?'
9033         . ./getfile
9034         vendorman1="$ans"
9035         vendorman1exp="$ansexp"
9036         ;;
9037 esac
9038 : Use ' ' for none so value is preserved next time through Configure
9039 $test X"$vendorman1" = "X" && vendorman1=' '
9040 : Change installation prefix, if necessary.
9041 if $test X"$prefix" != X"$installprefix"; then
9042         installvendorman1=`echo "$vendorman1exp" | $sed "s#^$prefix#$installprefix#"`
9043 else
9044         installvendorman1="$vendorman1exp"
9045 fi
9046
9047 case "$vendorprefix" in
9048 '')     vendorman3=''
9049         vendorman3exp=''
9050         ;;
9051 *)      : determine where vendor-supplied module manual pages go.
9052         case "$vendorman3" in
9053         '') dflt=`echo "$man3dir" | $sed "s#^$prefix#$vendorprefix#"` ;;
9054         *)      dflt=$vendorman3 ;;
9055         esac
9056         case "$dflt" in
9057         ''|' ') dflt=none ;;
9058         esac
9059         fn=nd~+
9060         rp='Pathname for the vendor-supplied manual section 3 pages?'
9061         . ./getfile
9062         vendorman3="$ans"
9063         vendorman3exp="$ansexp"
9064         ;;
9065 esac
9066 : Use ' ' for none so value is preserved next time through Configure
9067 $test X"$vendorman3" = "X" && vendorman3=' '
9068 : Change installation prefix, if necessary.
9069 if $test X"$prefix" != X"$installprefix"; then
9070         installvendorman3=`echo "$vendorman3exp" | $sed "s#^$prefix#$installprefix#"`
9071 else
9072         installvendorman3="$vendorman3exp"
9073 fi
9074
9075 case "$vendorprefix" in
9076 '')     d_vendorscript="$undef"
9077         vendorscript=''
9078         vendorscriptexp=''
9079         ;;
9080 *)      d_vendorscript="$define"
9081         : determine where vendor-supplied scripts go.
9082         case "$vendorscript" in
9083         '')     dflt=$vendorprefix/script
9084                 $test -d $dflt || dflt=$vendorbin ;;
9085         *)  dflt="$vendorscript" ;;
9086         esac
9087         $cat <<EOM
9088
9089 The installation process will create a directory for 
9090 vendor-supplied scripts.
9091
9092 EOM
9093         fn=d~+
9094         rp='Pathname for the vendor-supplied scripts directory?'
9095         . ./getfile
9096         vendorscript="$ans"
9097         vendorscriptexp="$ansexp"
9098         ;;
9099 esac
9100 : Change installation prefix, if necessary.
9101 if $test X"$prefix" != X"$installprefix"; then
9102         installvendorscript=`echo $vendorscriptexp | $sed "s#^$prefix#$installprefix#"`
9103 else
9104         installvendorscript="$vendorscriptexp"
9105 fi
9106
9107 : see if qgcvt exists
9108 set qgcvt d_qgcvt
9109 eval $inlibc
9110
9111 echo " "
9112
9113 if $test X"$d_longdbl" = X"$define"; then
9114
9115 echo "Checking how to print long doubles..." >&4
9116
9117 if $test X"$sPRIfldbl" = X -a X"$doublesize" = X"$longdblsize"; then
9118         $cat >try.c <<'EOCP'
9119 #include <sys/types.h>
9120 #include <stdio.h>
9121 int main() {
9122   double d = 123.456;
9123   printf("%.3f\n", d);
9124 }
9125 EOCP
9126         set try
9127         if eval $compile; then
9128                 yyy=`$run ./try`
9129                 case "$yyy" in
9130                 123.456)
9131                         sPRIfldbl='"f"'; sPRIgldbl='"g"'; sPRIeldbl='"e"';
9132                         sPRIFUldbl='"F"'; sPRIGUldbl='"G"'; sPRIEUldbl='"E"';
9133                         echo "We will use %f."
9134                         ;;
9135                 esac
9136         fi
9137 fi
9138
9139 if $test X"$sPRIfldbl" = X; then
9140         $cat >try.c <<'EOCP'
9141 #include <sys/types.h>
9142 #include <stdio.h>
9143 int main() {
9144   long double d = 123.456;
9145   printf("%.3Lf\n", d);
9146 }
9147 EOCP
9148         set try
9149         if eval $compile; then
9150                 yyy=`$run ./try`
9151                 case "$yyy" in
9152                 123.456)
9153                         sPRIfldbl='"Lf"'; sPRIgldbl='"Lg"'; sPRIeldbl='"Le"';
9154                         sPRIFUldbl='"LF"'; sPRIGUldbl='"LG"'; sPRIEUldbl='"LE"';
9155                         echo "We will use %Lf."
9156                         ;;
9157                 esac
9158         fi
9159 fi
9160
9161 if $test X"$sPRIfldbl" = X; then
9162         $cat >try.c <<'EOCP'
9163 #include <sys/types.h>
9164 #include <stdio.h>
9165 int main() {
9166   long double d = 123.456;
9167   printf("%.3llf\n", d);
9168 }
9169 EOCP
9170         set try
9171         if eval $compile; then
9172                 yyy=`$run ./try`
9173                 case "$yyy" in
9174                 123.456)
9175                         sPRIfldbl='"llf"'; sPRIgldbl='"llg"'; sPRIeldbl='"lle"';
9176                         sPRIFUldbl='"llF"'; sPRIGUldbl='"llG"'; sPRIEUldbl='"llE"';
9177                         echo "We will use %llf."
9178                         ;;
9179                 esac
9180         fi
9181 fi
9182
9183 if $test X"$sPRIfldbl" = X; then
9184         $cat >try.c <<'EOCP'
9185 #include <sys/types.h>
9186 #include <stdio.h>
9187 int main() {
9188   long double d = 123.456;
9189   printf("%.3lf\n", d);
9190 }
9191 EOCP
9192         set try
9193         if eval $compile; then
9194                 yyy=`$run ./try`
9195                 case "$yyy" in
9196                 123.456)
9197                         sPRIfldbl='"lf"'; sPRIgldbl='"lg"'; sPRIeldbl='"le"';
9198                         sPRIFUldbl='"lF"'; sPRIGUldbl='"lG"'; sPRIEUldbl='"lE"';
9199                         echo "We will use %lf."
9200                         ;;
9201                 esac
9202         fi
9203 fi
9204
9205 if $test X"$sPRIfldbl" = X; then
9206         echo "Cannot figure out how to print long doubles." >&4
9207 else
9208         sSCNfldbl=$sPRIfldbl    # expect consistency
9209 fi
9210
9211 $rm -f try try.*
9212
9213 fi # d_longdbl
9214
9215 case "$sPRIfldbl" in
9216 '')     d_PRIfldbl="$undef"; d_PRIgldbl="$undef"; d_PRIeldbl="$undef"; 
9217         d_PRIFUldbl="$undef"; d_PRIGUldbl="$undef"; d_PRIEUldbl="$undef"; 
9218         d_SCNfldbl="$undef";
9219         ;;
9220 *)      d_PRIfldbl="$define"; d_PRIgldbl="$define"; d_PRIeldbl="$define"; 
9221         d_PRIFUldbl="$define"; d_PRIGUldbl="$define"; d_PRIEUldbl="$define"; 
9222         d_SCNfldbl="$define";
9223         ;;
9224 esac
9225
9226 : Check how to convert floats to strings.
9227
9228 if test "X$d_Gconvert" = X; then
9229
9230 echo " "
9231 echo "Checking for an efficient way to convert floats to strings."
9232 echo " " > try.c
9233 case "$uselongdouble" in
9234 "$define") echo "#define USE_LONG_DOUBLE" >>try.c ;;
9235 esac
9236 case "$d_longdbl" in
9237 "$define") echo "#define HAS_LONG_DOUBLE" >>try.c ;;
9238 esac
9239 case "$d_PRIgldbl" in
9240 "$define") echo "#define HAS_PRIgldbl"    >>try.c ;;
9241 esac
9242 $cat >>try.c <<EOP
9243 #ifdef TRY_gconvert
9244 #define Gconvert(x,n,t,b) gconvert((x),(n),(t),(b))
9245 char *myname = "gconvert";
9246 #endif
9247 #ifdef TRY_gcvt
9248 #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
9249 char *myname = "gcvt";
9250 #endif
9251 #ifdef TRY_qgcvt
9252 #define Gconvert(x,n,t,b) qgcvt((x),(n),(b))
9253 char *myname = "qgcvt";
9254 #define DOUBLETYPE long double
9255 #endif
9256 #ifdef TRY_sprintf
9257 #if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE)
9258 #ifdef HAS_PRIgldbl
9259 #define Gconvert(x,n,t,b) sprintf((b),"%.*"$sPRIgldbl,(n),(x))
9260 #else
9261 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(double)(x))
9262 #endif
9263 #else
9264 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
9265 #endif
9266 char *myname = "sprintf";
9267 #endif
9268
9269 #ifndef DOUBLETYPE
9270 #if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE)
9271 #define DOUBLETYPE long double
9272 #else
9273 #define DOUBLETYPE double
9274 #endif
9275 #endif
9276
9277 #include <stdio.h>
9278
9279 #define I_STDLIB $i_stdlib
9280 #ifdef I_STDLIB
9281 #include <stdlib.h>
9282 #endif
9283
9284 int
9285 checkit(expect, got)
9286 char *expect;
9287 char *got;
9288 {
9289     if (strcmp(expect, got)) {
9290                 printf("%s oddity:  Expected %s, got %s\n",
9291                         myname, expect, got);
9292                 exit(1);
9293         }
9294 }
9295
9296 int main()
9297
9298         char buf[64]; 
9299         buf[63] = '\0';
9300
9301         /* This must be 1st test on (which?) platform */
9302         /* Alan Burlison <AlanBurlsin@unn.unisys.com> */
9303         Gconvert((DOUBLETYPE)0.1, 8, 0, buf);
9304         checkit("0.1", buf);
9305
9306         Gconvert((DOUBLETYPE)0.01, 8, 0, buf); 
9307         checkit("0.01", buf);
9308
9309         Gconvert((DOUBLETYPE)0.001, 8, 0, buf); 
9310         checkit("0.001", buf);
9311
9312         Gconvert((DOUBLETYPE)0.0001, 8, 0, buf); 
9313         checkit("0.0001", buf);
9314
9315         Gconvert((DOUBLETYPE)0.00009, 8, 0, buf);
9316         if (strlen(buf) > 5)
9317             checkit("9e-005", buf); /* for Microsoft ?? */
9318         else
9319             checkit("9e-05", buf);
9320
9321         Gconvert((DOUBLETYPE)1.0, 8, 0, buf); 
9322         checkit("1", buf);
9323
9324         Gconvert((DOUBLETYPE)1.1, 8, 0, buf); 
9325         checkit("1.1", buf);
9326
9327         Gconvert((DOUBLETYPE)1.01, 8, 0, buf); 
9328         checkit("1.01", buf);
9329
9330         Gconvert((DOUBLETYPE)1.001, 8, 0, buf); 
9331         checkit("1.001", buf);
9332
9333         Gconvert((DOUBLETYPE)1.0001, 8, 0, buf); 
9334         checkit("1.0001", buf);
9335
9336         Gconvert((DOUBLETYPE)1.00001, 8, 0, buf); 
9337         checkit("1.00001", buf);
9338
9339         Gconvert((DOUBLETYPE)1.000001, 8, 0, buf); 
9340         checkit("1.000001", buf);
9341
9342         Gconvert((DOUBLETYPE)0.0, 8, 0, buf); 
9343         checkit("0", buf);
9344
9345         Gconvert((DOUBLETYPE)-1.0, 8, 0, buf); 
9346         checkit("-1", buf);
9347
9348         /* Some Linux gcvt's give 1.e+5 here. */
9349         Gconvert((DOUBLETYPE)100000.0, 8, 0, buf); 
9350         checkit("100000", buf);
9351         
9352         /* Some Linux gcvt's give -1.e+5 here. */
9353         Gconvert((DOUBLETYPE)-100000.0, 8, 0, buf); 
9354         checkit("-100000", buf);
9355
9356         Gconvert((DOUBLETYPE)123.456, 8, 0, buf); 
9357         checkit("123.456", buf);
9358
9359         /* Testing of 1e+129 in bigintpm.t must not get extra '.' here. */
9360         Gconvert((DOUBLETYPE)1e34, 8, 0, buf);
9361         /* 34 should be enough to scare even long double
9362          * places into using the e notation. */
9363         if (strlen(buf) > 5)
9364             checkit("1e+034", buf); /* for Microsoft */
9365         else
9366             checkit("1e+34", buf);
9367
9368         /* For Perl, if you add additional tests here, also add them to
9369          * t/base/num.t for benefit of platforms not using Configure or
9370          * overriding d_Gconvert */
9371
9372         exit(0);
9373 }
9374 EOP
9375 : first add preferred functions to our list
9376 xxx_list=""
9377 for xxx_convert in $gconvert_preference; do
9378     case $xxx_convert in
9379     gcvt|gconvert|sprintf) xxx_list="$xxx_list $xxx_convert" ;;
9380     *) echo "Discarding unrecognized gconvert_preference $xxx_convert" >&4 ;;
9381     esac 
9382 done
9383 : then add any others
9384 for xxx_convert in gconvert gcvt sprintf; do
9385     case "$xxx_list" in
9386     *$xxx_convert*) ;;
9387     *) xxx_list="$xxx_list $xxx_convert" ;;
9388     esac 
9389 done
9390
9391 case "$d_longdbl$uselongdouble" in
9392 "$define$define")
9393     : again, add prefered functions to our list first
9394     xxx_ld_list=""
9395     for xxx_convert in $gconvert_ld_preference; do
9396         case $xxx_convert in
9397         qgcvt|gcvt|gconvert|sprintf) xxx_ld_list="$xxx_ld_list $xxx_convert" ;;
9398         *) echo "Discarding unrecognized gconvert_ld_preference $xxx_convert" ;;
9399         esac
9400     done
9401     : then add qgcvt, sprintf--then, in xxx_list order, gconvert and gcvt
9402     for xxx_convert in qgcvt sprintf $xxx_list; do
9403         case "$xxx_ld_list" in
9404         $xxx_convert*|*" $xxx_convert"*) ;;
9405         *) xxx_ld_list="$xxx_ld_list $xxx_convert" ;;
9406         esac
9407     done
9408     : if sprintf cannot do long doubles, move it to the end
9409     if test "$d_PRIgldbl" != "$define"; then
9410         xxx_ld_list="`echo $xxx_ld_list|sed s/sprintf//` sprintf"
9411     fi
9412     : if no qgcvt, remove it
9413     if test "$d_qgcvt" != "$define"; then
9414         xxx_ld_list="`echo $xxx_ld_list|sed s/qgcvt//`"
9415     fi
9416     : use the ld_list
9417     xxx_list="$xxx_ld_list"
9418     ;;
9419 esac
9420
9421 for xxx_convert in $xxx_list; do
9422         echo "Trying $xxx_convert..."
9423         $rm -f try try$_o
9424         set try -DTRY_$xxx_convert
9425         if eval $compile; then
9426                 echo "$xxx_convert() found." >&4
9427                 if $run ./try; then
9428                         echo "I'll use $xxx_convert to convert floats into a string." >&4
9429                         break;
9430                 else
9431                         echo "...But $xxx_convert didn't work as I expected."
9432                         xxx_convert=''
9433                 fi
9434         else
9435                 echo "$xxx_convert NOT found." >&4
9436         fi
9437 done
9438
9439 if test X$xxx_convert = X; then
9440     echo "*** WHOA THERE!!! ***" >&4
9441     echo "None of ($xxx_list)  seemed to work properly.  I'll use sprintf." >&4
9442     xxx_convert=sprintf
9443 fi
9444
9445 case "$xxx_convert" in
9446 gconvert) d_Gconvert='gconvert((x),(n),(t),(b))' ;;
9447 gcvt) d_Gconvert='gcvt((x),(n),(b))' ;;
9448 qgcvt) d_Gconvert='qgcvt((x),(n),(b))' ;;
9449 *) case "$uselongdouble$d_longdbl$d_PRIgldbl" in
9450    "$define$define$define")
9451       d_Gconvert="sprintf((b),\"%.*\"$sPRIgldbl,(n),(x))" ;;
9452    "$define$define$undef")
9453       d_Gconvert='sprintf((b),"%.*g",(n),(double)(x))' ;;
9454    *) d_Gconvert='sprintf((b),"%.*g",(n),(x))' ;;
9455    esac
9456    ;;  
9457 esac
9458
9459 fi
9460
9461 : see if _fwalk exists
9462 set fwalk d__fwalk
9463 eval $inlibc
9464
9465 : Initialize h_fcntl
9466 h_fcntl=false
9467
9468 : Initialize h_sysfile
9469 h_sysfile=false
9470
9471 : access call always available on UNIX
9472 set access d_access
9473 eval $inlibc
9474
9475 : locate the flags for 'access()'
9476 case "$d_access" in
9477 "$define")
9478         echo " "
9479         $cat >access.c <<EOCP
9480 #include <sys/types.h>
9481 #ifdef I_FCNTL
9482 #include <fcntl.h>
9483 #endif
9484 #ifdef I_SYS_FILE
9485 #include <sys/file.h>
9486 #endif
9487 #ifdef I_UNISTD
9488 #include <unistd.h>
9489 #endif
9490 #$i_stdlib I_STDLIB
9491 #ifdef I_STDLIB
9492 #include <stdlib.h>
9493 #endif
9494 int main() {
9495         exit(R_OK);
9496 }
9497 EOCP
9498         : check sys/file.h first, no particular reason here
9499         if $test `./findhdr sys/file.h` && \
9500                 $cc -o access $cppflags -DI_SYS_FILE access.c >/dev/null 2>&1 ; then
9501                 h_sysfile=true;
9502                 echo "<sys/file.h> defines the *_OK access constants." >&4
9503         elif $test `./findhdr fcntl.h` && \
9504                 $cc -o access $cppflags -DI_FCNTL access.c >/dev/null 2>&1 ; then
9505                 h_fcntl=true;
9506                 echo "<fcntl.h> defines the *_OK access constants." >&4
9507         elif $test `./findhdr unistd.h` && \
9508                 $cc -o access $cppflags -DI_UNISTD access.c >/dev/null 2>&1 ; then
9509                 echo "<unistd.h> defines the *_OK access constants." >&4
9510         else
9511                 echo "I can't find the four *_OK access constants--I'll use mine." >&4
9512         fi
9513         ;;
9514 esac
9515 $rm -f access*
9516
9517 : see if accessx exists
9518 set accessx d_accessx
9519 eval $inlibc
9520
9521 : see if aintl exists
9522 set aintl d_aintl
9523 eval $inlibc
9524
9525 : see if alarm exists
9526 set alarm d_alarm
9527 eval $inlibc
9528
9529 : see if POSIX threads are available
9530 set pthread.h i_pthread
9531 eval $inhdr
9532
9533 : define a fucntion to check prototypes
9534 $cat > protochk <<EOSH
9535 $startsh
9536 cc="$cc"
9537 optimize="$optimize"
9538 ccflags="$ccflags"
9539 prototype="$prototype"
9540 define="$define"
9541 rm=$rm
9542 usethreads=$usethreads
9543 i_pthread=$i_pthread
9544 pthread_h_first=$pthread_h_first
9545 EOSH
9546
9547 $cat >> protochk <<'EOSH'
9548
9549 $rm -f try.c
9550 foo="$1"
9551 shift
9552 while test $# -ge 2; do
9553         case "$1" in
9554                 $define) echo "#include <$2>" >> try.c ;;
9555                 literal) echo "$2" >> try.c ;;
9556         esac
9557     # Extra magic for the benefit of systems that need pthread.h
9558     # to be included early to correctly detect threadsafe functions.
9559     # Such functions must guarantee themselves, though, that the usethreads
9560     # and i_pthread have been defined, before calling protochk.
9561     if test "$usethreads" = "$define" -a "$i_pthread" = "$define" -a "$pthread_h_first" = "$define" -a "$pthread_h_done" = ""; then
9562         echo "#include <pthread.h>" >> try.c
9563         pthread_h_done=yes
9564     fi
9565     shift 2
9566 done
9567 test "$prototype" = "$define"  && echo '#define CAN_PROTOTYPE' >> try.c
9568 cat >> try.c <<'EOCP'
9569 #ifdef CAN_PROTOTYPE
9570 #define _(args) args
9571 #else
9572 #define _(args) ()
9573 #endif
9574 EOCP
9575 echo "$foo" >> try.c
9576 echo 'int no_real_function_has_this_name _((void)) { return 0; }' >> try.c
9577 $cc $optimize $ccflags -c try.c > /dev/null 2>&1
9578 status=$?
9579 $rm -f try.[co]
9580 exit $status
9581 EOSH
9582 chmod +x protochk
9583 $eunicefix protochk
9584
9585 hasproto='varname=$1; func=$2; shift; shift;
9586 while $test $# -ge 2; do
9587         case "$1" in
9588         $define) echo "#include <$2>";;
9589         esac ;
9590     shift 2;
9591 done > try.c;
9592 $cppstdin $cppflags $cppminus < try.c > tryout.c 2>/dev/null;
9593 if $contains "$func.*(" tryout.c >/dev/null 2>&1; then
9594         echo "$func() prototype found.";
9595         val="$define";
9596 else
9597         echo "$func() prototype NOT found.";
9598         val="$undef";
9599 fi;
9600 set $varname;
9601 eval $setvar;
9602 $rm -f try.c tryout.c'
9603
9604 : see if sys/types.h has to be included
9605 set sys/types.h i_systypes
9606 eval $inhdr
9607
9608 : see if sys/select.h has to be included
9609 set sys/select.h i_sysselct
9610 eval $inhdr
9611
9612 hasfield='varname=$1; struct=$2; field=$3; shift; shift; shift;
9613 while $test $# -ge 2; do
9614         case "$1" in
9615         $define) echo "#include <$2>";;
9616         esac ;
9617     shift 2;
9618 done > try.c;
9619 echo "int main () { struct $struct foo; char* bar; bar = (char*)foo.$field; }" >> try.c;
9620 set try;
9621 if eval $compile; then
9622         val="$define";
9623 else
9624         val="$undef";
9625 fi;
9626 set $varname;
9627 eval $setvar;
9628 $rm -f try.c try.o'
9629
9630 : see if we should include time.h, sys/time.h, or both
9631 echo " "
9632 if test "X$timeincl" = X; then
9633         echo "Testing to see if we should include <time.h>, <sys/time.h> or both." >&4
9634         $echo $n "I'm now running the test program...$c"
9635         $cat >try.c <<EOCP
9636 #include <sys/types.h>
9637 #ifdef I_TIME
9638 #include <time.h>
9639 #endif
9640 #ifdef I_SYSTIME
9641 #ifdef SYSTIMEKERNEL
9642 #define KERNEL
9643 #endif
9644 #include <sys/time.h>
9645 #endif
9646 #ifdef I_SYSSELECT
9647 #include <sys/select.h>
9648 #endif
9649 #$i_stdlib I_STDLIB
9650 #ifdef I_STDLIB
9651 #include <stdlib.h>
9652 #endif
9653 int main()
9654 {
9655         struct tm foo;
9656 #ifdef S_TIMEVAL
9657         struct timeval bar;
9658 #endif
9659 #ifdef S_TIMEZONE
9660         struct timezone tzp;
9661 #endif
9662         if (foo.tm_sec == foo.tm_sec)
9663                 exit(0);
9664 #ifdef S_TIMEVAL
9665         if (bar.tv_sec == bar.tv_sec)
9666                 exit(0);
9667 #endif
9668         exit(1);
9669 }
9670 EOCP
9671         flags=''
9672         for s_timezone in '-DS_TIMEZONE' ''; do
9673         sysselect=''
9674         for s_timeval in '-DS_TIMEVAL' ''; do
9675         for i_systimek in '' '-DSYSTIMEKERNEL'; do
9676         for i_time in '' '-DI_TIME'; do
9677         for i_systime in '-DI_SYSTIME' ''; do
9678                 case "$flags" in
9679                 '') $echo $n ".$c"
9680                         set try $i_time $i_systime $i_systimek $sysselect $s_timeval $s_timezone
9681                         if eval $compile; then
9682                                 set X $i_time $i_systime $i_systimek $sysselect $s_timeval
9683                                 shift
9684                                 flags="$*"
9685                                 echo " "
9686                                 $echo $n "Succeeded with $flags$c"
9687                         fi
9688                         ;;
9689                 esac
9690         done
9691         done
9692         done
9693         done
9694         done
9695         timeincl=''
9696         echo " "
9697         case "$flags" in
9698         *SYSTIMEKERNEL*) i_systimek="$define"
9699                 timeincl=`./findhdr sys/time.h`
9700                 echo "We'll include <sys/time.h> with KERNEL defined." >&4;;
9701         *) i_systimek="$undef";;
9702         esac
9703         case "$flags" in
9704         *I_TIME*) i_time="$define"
9705                 timeincl=`./findhdr time.h`" $timeincl"
9706                 echo "We'll include <time.h>." >&4;;
9707         *) i_time="$undef";;
9708         esac
9709         case "$flags" in
9710         *I_SYSTIME*) i_systime="$define"
9711                 timeincl=`./findhdr sys/time.h`" $timeincl"
9712                 echo "We'll include <sys/time.h>." >&4;;
9713         *) i_systime="$undef";;
9714         esac
9715         $rm -f try.c try
9716 fi
9717 : see if struct tm knows about tm_zone
9718 case "$i_systime$i_time" in
9719 *$define*) 
9720         echo " "
9721         echo "Checking to see if your struct tm has tm_zone field..." >&4
9722         set d_tm_tm_zone tm tm_zone $i_systime sys/time.h $i_time time.h
9723         eval $hasfield
9724         ;;
9725 *)      val="$undef"
9726         set d_tm_tm_zone
9727         eval $setvar
9728         ;;
9729 esac
9730 case "$d_tm_tm_zone" in
9731 "$define")      echo "Yes, it does."   ;;
9732 *)              echo "No, it doesn't." ;;
9733 esac
9734 : see if struct tm knows about tm_gmtoff
9735 case "$i_systime$i_time" in
9736 *$define*) 
9737         echo " "
9738         echo "Checking to see if your struct tm has tm_gmtoff field..." >&4
9739         set d_tm_tm_gmtoff tm tm_gmtoff $i_systime sys/time.h $i_time time.h
9740         eval $hasfield
9741         ;;
9742 *)      val="$undef"
9743         set d_tm_tm_gmtoff
9744         eval $setvar
9745         ;;
9746 esac
9747 case "$d_tm_tm_gmtoff" in
9748 "$define")      echo "Yes, it does."   ;;
9749 *)              echo "No, it doesn't." ;;
9750 esac
9751
9752 : see if asctime_r exists
9753 set asctime_r d_asctime_r
9754 eval $inlibc
9755 case "$d_asctime_r" in
9756 "$define")
9757         hdrs="$i_systypes sys/types.h define stdio.h $i_time time.h $i_systime sys/time.h"
9758         case "$d_asctime_r_proto:$usethreads" in
9759         ":define")      d_asctime_r_proto=define
9760                 set d_asctime_r_proto asctime_r $hdrs
9761                 eval $hasproto ;;
9762         *)      ;;
9763         esac
9764         case "$d_asctime_r_proto" in
9765         define)
9766         case "$asctime_r_proto" in
9767         ''|0) try='char* asctime_r(const struct tm*, char*);'
9768         ./protochk "extern $try" $hdrs && asctime_r_proto=B_SB ;;
9769         esac
9770         case "$asctime_r_proto" in
9771         ''|0) try='char* asctime_r(const struct tm*, char*, int);'
9772         ./protochk "extern $try" $hdrs && asctime_r_proto=B_SBI ;;
9773         esac
9774         case "$asctime_r_proto" in
9775         ''|0) try='int asctime_r(const struct tm*, char*);'
9776         ./protochk "extern $try" $hdrs && asctime_r_proto=I_SB ;;
9777         esac
9778         case "$asctime_r_proto" in
9779         ''|0) try='int asctime_r(const struct tm*, char*, int);'
9780         ./protochk "extern $try" $hdrs && asctime_r_proto=I_SBI ;;
9781         esac
9782         case "$asctime_r_proto" in
9783         ''|0)   d_asctime_r=undef
9784                 asctime_r_proto=0
9785                 echo "Disabling asctime_r, cannot determine prototype." >&4 ;;
9786         * )     case "$asctime_r_proto" in
9787                 REENTRANT_PROTO*) ;;
9788                 *) asctime_r_proto="REENTRANT_PROTO_$asctime_r_proto" ;;
9789                 esac
9790                 echo "Prototype: $try" ;;
9791         esac
9792         ;;
9793         *)      case "$usethreads" in
9794                 define) echo "asctime_r has no prototype, not using it." >&4 ;;
9795                 esac
9796                 d_asctime_r=undef
9797                 asctime_r_proto=0
9798                 ;;
9799         esac
9800         ;;
9801 *)      asctime_r_proto=0
9802         ;;
9803 esac
9804
9805 : see if atolf exists
9806 set atolf d_atolf
9807 eval $inlibc
9808
9809 : see if atoll exists
9810 set atoll d_atoll
9811 eval $inlibc
9812
9813 : Look for GNU-cc style attribute checking
9814 echo " "
9815 echo "Checking whether your compiler can handle __attribute__ ..." >&4
9816 $cat >attrib.c <<'EOCP'
9817 #include <stdio.h>
9818 void croak (char* pat,...) __attribute__((format(printf,1,2),noreturn));
9819 EOCP
9820 if $cc $ccflags -c attrib.c >attrib.out 2>&1 ; then
9821         if $contains 'warning' attrib.out >/dev/null 2>&1; then
9822                 echo "Your C compiler doesn't fully support __attribute__."
9823                 val="$undef"
9824         else
9825                 echo "Your C compiler supports __attribute__."
9826                 val="$define"
9827         fi
9828 else
9829         echo "Your C compiler doesn't seem to understand __attribute__ at all."
9830         val="$undef"
9831 fi
9832 set d_attribut
9833 eval $setvar
9834 $rm -f attrib*
9835
9836 : see if bcmp exists
9837 set bcmp d_bcmp
9838 eval $inlibc
9839
9840 : see if bcopy exists
9841 set bcopy d_bcopy
9842 eval $inlibc
9843
9844 : see if this is a unistd.h system
9845 set unistd.h i_unistd
9846 eval $inhdr
9847
9848 : see if getpgrp exists
9849 set getpgrp d_getpgrp
9850 eval $inlibc
9851
9852 case "$d_getpgrp" in
9853 "$define")
9854         echo " "
9855         echo "Checking to see which flavor of getpgrp is in use..."
9856         $cat >try.c <<EOP
9857 #$i_unistd I_UNISTD
9858 #include <sys/types.h>
9859 #ifdef I_UNISTD
9860 #  include <unistd.h>
9861 #endif
9862 #$i_stdlib I_STDLIB
9863 #ifdef I_STDLIB
9864 #include <stdlib.h>
9865 #endif
9866 int main()
9867 {
9868         if (getuid() == 0) {
9869                 printf("(I see you are running Configure as super-user...)\n");
9870                 setuid(1);
9871         }
9872 #ifdef TRY_BSD_PGRP
9873         if (getpgrp(1) == 0)
9874                 exit(0);
9875 #else
9876         if (getpgrp() > 0)
9877                 exit(0);
9878 #endif
9879         exit(1);
9880 }
9881 EOP
9882         if $cc -o try -DTRY_BSD_PGRP $ccflags $ldflags try.c $libs >/dev/null 2>&1 && $run ./try; then
9883                 echo "You have to use getpgrp(pid) instead of getpgrp()." >&4
9884                 val="$define"
9885         elif $cc -o try $ccflags $ldflags try.c $libs >/dev/null 2>&1 && $run ./try; then
9886                 echo "You have to use getpgrp() instead of getpgrp(pid)." >&4
9887                 val="$undef"
9888         else
9889                 echo "I can't seem to compile and run the test program."
9890                 if ./usg; then
9891                         xxx="a USG one, i.e. you use getpgrp()."
9892                 else
9893                         # SVR4 systems can appear rather BSD-ish.
9894                         case "$i_unistd" in
9895                         $undef)
9896                                 xxx="a BSD one, i.e. you use getpgrp(pid)."
9897                                 val="$define"
9898                                 ;;
9899                         $define)
9900                                 xxx="probably a USG one, i.e. you use getpgrp()."
9901                                 val="$undef"
9902                                 ;;
9903                         esac
9904                 fi
9905                 echo "Assuming your getpgrp is $xxx" >&4
9906         fi
9907         ;;
9908 *) val="$undef";;
9909 esac
9910 set d_bsdgetpgrp
9911 eval $setvar
9912 $rm -f try try.*
9913
9914 : see if setpgrp exists
9915 set setpgrp d_setpgrp
9916 eval $inlibc
9917
9918 case "$d_setpgrp" in
9919 "$define")
9920         echo " "
9921         echo "Checking to see which flavor of setpgrp is in use..."
9922         $cat >try.c <<EOP
9923 #$i_unistd I_UNISTD
9924 #include <sys/types.h>
9925 #ifdef I_UNISTD
9926 #  include <unistd.h>
9927 #endif
9928 #$i_stdlib I_STDLIB
9929 #ifdef I_STDLIB
9930 #include <stdlib.h>
9931 #endif
9932 int main()
9933 {
9934         if (getuid() == 0) {
9935                 printf("(I see you are running Configure as super-user...)\n");
9936                 setuid(1);
9937         }
9938 #ifdef TRY_BSD_PGRP
9939         if (-1 == setpgrp(1, 1))
9940                 exit(0);
9941 #else
9942         if (setpgrp() != -1)
9943                 exit(0);
9944 #endif
9945         exit(1);
9946 }
9947 EOP
9948         if $cc -o try -DTRY_BSD_PGRP $ccflags $ldflags try.c $libs >/dev/null 2>&1 && $run ./try; then
9949                 echo 'You have to use setpgrp(pid,pgrp) instead of setpgrp().' >&4
9950                 val="$define"
9951         elif $cc -o try $ccflags $ldflags try.c $libs >/dev/null 2>&1 && $run ./try; then
9952                 echo 'You have to use setpgrp() instead of setpgrp(pid,pgrp).' >&4
9953                 val="$undef"
9954         else
9955                 echo "(I can't seem to compile and run the test program.)"
9956                 if ./usg; then
9957                         xxx="a USG one, i.e. you use setpgrp()."
9958                 else
9959                         # SVR4 systems can appear rather BSD-ish.
9960                         case "$i_unistd" in
9961                         $undef)
9962                                 xxx="a BSD one, i.e. you use setpgrp(pid,pgrp)."
9963                                 val="$define"
9964                                 ;;
9965                         $define)
9966                                 xxx="probably a USG one, i.e. you use setpgrp()."
9967                                 val="$undef"
9968                                 ;;
9969                         esac
9970                 fi
9971                 echo "Assuming your setpgrp is $xxx" >&4
9972         fi
9973         ;;
9974 *) val="$undef";;
9975 esac
9976 set d_bsdsetpgrp
9977 eval $setvar
9978 $rm -f try try.*
9979 : see if bzero exists
9980 set bzero d_bzero
9981 eval $inlibc
9982
9983 : see if signal is declared as pointer to function returning int or void
9984 echo " "
9985 xxx=`./findhdr signal.h`
9986 $test "$xxx" && $cppstdin $cppminus $cppflags < $xxx >$$.tmp 2>/dev/null
9987 if $contains 'int.*\*[  ]*signal' $$.tmp >/dev/null 2>&1 ; then
9988         echo "You have int (*signal())() instead of void." >&4
9989         val="$undef"
9990 elif $contains 'void.*\*[       ]*signal' $$.tmp >/dev/null 2>&1 ; then
9991         echo "You have void (*signal())()." >&4
9992         val="$define"
9993 elif $contains 'extern[         ]*[(\*]*signal' $$.tmp >/dev/null 2>&1 ; then
9994         echo "You have int (*signal())() instead of void." >&4
9995         val="$undef"
9996 elif $contains 'void.*\*.*sig' $$.tmp >/dev/null 2>&1 ; then
9997         echo "You have void (*signal())()." >&4
9998         val="$define"
9999 else
10000         case "$d_voidsig" in
10001         '')
10002         echo "I can't determine whether signal handler returns void or int..." >&4
10003                 dflt=void
10004                 rp="What type does your signal handler return?"
10005                 . ./myread
10006                 case "$ans" in
10007                 v*) val="$define";;
10008                 *) val="$undef";;
10009                 esac;;
10010         "$define")
10011                 echo "As you already told me, signal handler returns void." >&4
10012                 val="$define"
10013                 ;;
10014         *)      echo "As you already told me, signal handler returns int." >&4
10015                 val="$undef"
10016                 ;;
10017         esac
10018 fi
10019 set d_voidsig
10020 eval $setvar
10021 case "$d_voidsig" in
10022 "$define") signal_t="void";;
10023 *) signal_t="int";;
10024 esac
10025 $rm -f $$.tmp
10026
10027 : check for ability to cast large floats to 32-bit ints.
10028 echo " "
10029 echo 'Checking whether your C compiler can cast large floats to int32.' >&4
10030 if $test "$intsize" -ge 4; then
10031         xxx=int
10032 else
10033         xxx=long
10034 fi
10035 $cat >try.c <<EOCP
10036 #include <stdio.h>
10037 #$i_stdlib I_STDLIB
10038 #ifdef I_STDLIB
10039 #include <stdlib.h>
10040 #endif
10041 #include <sys/types.h>
10042 #include <signal.h>
10043 $signal_t blech(s) int s; { exit(3); }
10044 int main()
10045 {
10046         $xxx i32;
10047         double f, g;
10048         int result = 0;
10049         char str[16];
10050         signal(SIGFPE, blech);
10051
10052         /* Don't let compiler optimize the test away.  Store the number 
10053            in a writable string for gcc to pass to sscanf under HP/UX.
10054         */
10055         sprintf(str, "2147483647");
10056         sscanf(str, "%lf", &f); /* f = (double) 0x7fffffff; */
10057         g = 10 * f;
10058         i32  = ($xxx) g;
10059
10060         /* x86 processors will probably give 0x8000 0000, which is a
10061        sign change.  We don't want that.  We want to mimic SPARC
10062            behavior here, which is to preserve the sign and give
10063            back 0x7fff ffff.
10064         */
10065         if (i32 != ($xxx) f)
10066                 result |= 1;
10067         exit(result);
10068 }
10069 EOCP
10070 set try
10071 if eval $compile_ok; then
10072         $run ./try
10073         yyy=$?
10074 else
10075         echo "(I can't seem to compile the test program--assuming it can't)"
10076         yyy=1
10077 fi
10078 case "$yyy" in
10079 0)      val="$define"
10080         echo "Yup, it can."
10081         ;;
10082 *)      val="$undef"
10083         echo "Nope, it can't."
10084         ;;
10085 esac
10086 set d_casti32
10087 eval $setvar
10088 $rm -f try try.*
10089
10090 : check for ability to cast negative floats to unsigned
10091 echo " "
10092 echo 'Checking whether your C compiler can cast negative float to unsigned.' >&4
10093 $cat >try.c <<EOCP
10094 #include <stdio.h>
10095 #$i_stdlib I_STDLIB
10096 #ifdef I_STDLIB
10097 #include <stdlib.h>
10098 #endif
10099 #include <sys/types.h>
10100 #include <signal.h>
10101 $signal_t blech(s) int s; { exit(7); }
10102 $signal_t blech_in_list(s) int s; { exit(4); }
10103 unsigned long dummy_long(p) unsigned long p; { return p; }
10104 unsigned int dummy_int(p) unsigned int p; { return p; }
10105 unsigned short dummy_short(p) unsigned short p; { return p; }
10106 int main()
10107 {
10108         double f;
10109         unsigned long along;
10110         unsigned int aint;
10111         unsigned short ashort;
10112         int result = 0;
10113         char str[16];
10114         
10115         /* Frustrate gcc-2.7.2's optimizer which failed this test with
10116            a direct f = -123. assignment.  gcc-2.8.0 reportedly
10117            optimized the whole file away
10118         */
10119         /* Store the number in a writable string for gcc to pass to 
10120            sscanf under HP/UX.
10121         */
10122         sprintf(str, "-123");
10123         sscanf(str, "%lf", &f);  /* f = -123.; */
10124
10125         signal(SIGFPE, blech);
10126         along = (unsigned long)f;
10127         aint = (unsigned int)f;
10128         ashort = (unsigned short)f;
10129         if (along != (unsigned long)-123)
10130                 result |= 1;
10131         if (aint != (unsigned int)-123)
10132                 result |= 1;
10133         if (ashort != (unsigned short)-123)
10134                 result |= 1;
10135         sprintf(str, "1073741824.");
10136         sscanf(str, "%lf", &f); /* f = (double)0x40000000; */
10137         f = f + f;
10138         along = 0;
10139         along = (unsigned long)f;
10140         if (along != 0x80000000)
10141                 result |= 2;
10142         f -= 1.;
10143         along = 0;
10144         along = (unsigned long)f;
10145         if (along != 0x7fffffff)
10146                 result |= 1;
10147         f += 2.;
10148         along = 0;
10149         along = (unsigned long)f;
10150         if (along != 0x80000001)
10151                 result |= 2;
10152         if (result)
10153                 exit(result);
10154         signal(SIGFPE, blech_in_list);
10155         sprintf(str, "123.");
10156         sscanf(str, "%lf", &f);  /* f = 123.; */
10157         along = dummy_long((unsigned long)f);
10158         aint = dummy_int((unsigned int)f);
10159         ashort = dummy_short((unsigned short)f);
10160         if (along != (unsigned long)123)
10161                 result |= 4;
10162         if (aint != (unsigned int)123)
10163                 result |= 4;
10164         if (ashort != (unsigned short)123)
10165                 result |= 4;
10166         exit(result);
10167
10168 }
10169 EOCP
10170 set try
10171 if eval $compile_ok; then
10172         $run ./try
10173         castflags=$?
10174 else
10175         echo "(I can't seem to compile the test program--assuming it can't)"
10176         castflags=7
10177 fi
10178 case "$castflags" in
10179 0)      val="$define"
10180         echo "Yup, it can."
10181         ;;
10182 *)      val="$undef"
10183         echo "Nope, it can't."
10184         ;;
10185 esac
10186 set d_castneg
10187 eval $setvar
10188 $rm -f try.*
10189
10190 : see if vprintf exists
10191 echo " "
10192 if set vprintf val -f d_vprintf; eval $csym; $val; then
10193         echo 'vprintf() found.' >&4
10194         val="$define"
10195         $cat >try.c <<EOF
10196 #include <varargs.h>
10197 #$i_stdlib I_STDLIB
10198 #ifdef I_STDLIB
10199 #include <stdlib.h>
10200 #endif
10201
10202 int main() { xxx("foo"); }
10203
10204 xxx(va_alist)
10205 va_dcl
10206 {
10207         va_list args;
10208         char buf[10];
10209
10210         va_start(args);
10211         exit((unsigned long)vsprintf(buf,"%s",args) > 10L);
10212 }
10213 EOF
10214         set try
10215         if eval $compile && $run ./try; then
10216                 echo "Your vsprintf() returns (int)." >&4
10217                 val2="$undef"
10218         else
10219                 echo "Your vsprintf() returns (char*)." >&4
10220                 val2="$define"
10221         fi
10222 else
10223         echo 'vprintf() NOT found.' >&4
10224                 val="$undef"
10225                 val2="$undef"
10226 fi
10227 $rm -f try try.*
10228 set d_vprintf
10229 eval $setvar
10230 val=$val2
10231 set d_charvspr
10232 eval $setvar
10233
10234 : see if chown exists
10235 set chown d_chown
10236 eval $inlibc
10237
10238 : see if chroot exists
10239 set chroot d_chroot
10240 eval $inlibc
10241
10242 : see if chsize exists
10243 set chsize d_chsize
10244 eval $inlibc
10245
10246 : see if class exists
10247 set class d_class
10248 eval $inlibc
10249
10250 hasstruct='varname=$1; struct=$2; shift; shift;
10251 while $test $# -ge 2; do
10252         case "$1" in
10253         $define) echo "#include <$2>";;
10254         esac ;
10255     shift 2;
10256 done > try.c;
10257 echo "int main () { struct $struct foo; }" >> try.c;
10258 set try;
10259 if eval $compile; then
10260         val="$define";
10261 else
10262         val="$undef";
10263 fi;
10264 set $varname;
10265 eval $setvar;
10266 $rm -f try.c try.o'
10267
10268 socketlib=''
10269 sockethdr=''
10270 : see whether socket exists
10271 echo " "
10272 $echo $n "Hmm... $c" >&4
10273 if set socket val -f d_socket; eval $csym; $val; then
10274         echo "Looks like you have Berkeley networking support." >&4
10275         d_socket="$define"
10276         if set setsockopt val -f; eval $csym; $val; then
10277                 d_oldsock="$undef"
10278         else
10279                 echo "...but it uses the old BSD 4.1c interface, rather than 4.2." >&4
10280                 d_oldsock="$define"
10281         fi
10282 else
10283         if $contains socklib libc.list >/dev/null 2>&1; then
10284                 echo "Looks like you have Berkeley networking support." >&4
10285                 d_socket="$define"
10286                 : we will have to assume that it supports the 4.2 BSD interface
10287                 d_oldsock="$undef"
10288         else
10289                 echo "You don't have Berkeley networking in libc$_a..." >&4
10290                 if test "X$d_socket" = "X$define"; then
10291                    echo "...but you seem to believe that you have sockets." >&4
10292                 else
10293                         for net in net socket
10294                         do
10295                                 if test -f /usr/lib/lib$net$_a; then
10296                                         ( ($nm $nm_opt /usr/lib/lib$net$_a | eval $nm_extract) ||  \
10297                                         $ar t /usr/lib/lib$net$_a) 2>/dev/null >> libc.list
10298                                         if $contains socket libc.list >/dev/null 2>&1; then
10299                                                 d_socket="$define"
10300                                                 socketlib="-l$net"
10301                                                 case "$net" in
10302                                                 net)
10303                                                         echo "...but the Wollongong group seems to have hacked it in." >&4
10304                                                         sockethdr="-I/usr/netinclude"
10305                                                         ;;
10306                                                 esac
10307                                                 echo "Found Berkeley sockets interface in lib$net." >&4 
10308                                                 if $contains setsockopt libc.list >/dev/null 2>&1; then
10309                                                         d_oldsock="$undef"
10310                                                 else
10311                                                         echo "...using the old BSD 4.1c interface, rather than 4.2." >&4
10312                                                         d_oldsock="$define"
10313                                                 fi
10314                                                 break
10315                                         fi
10316                                 fi
10317                         done
10318                         if test "X$d_socket" != "X$define"; then
10319                            echo "or anywhere else I see." >&4
10320                            d_socket="$undef"
10321                            d_oldsock="$undef"
10322                         fi
10323                 fi
10324         fi
10325 fi
10326
10327 : see if socketpair exists
10328 set socketpair d_sockpair
10329 eval $inlibc
10330
10331
10332 echo " "
10333 echo "Checking the availability of certain socket constants..." >&4
10334 for ENUM in MSG_CTRUNC MSG_DONTROUTE MSG_OOB MSG_PEEK MSG_PROXY SCM_RIGHTS; do
10335         enum=`$echo $ENUM|./tr '[A-Z]' '[a-z]'`
10336         $cat >try.c <<EOF
10337 #include <sys/types.h>
10338 #include <sys/socket.h>
10339 int main() {
10340     int i = $ENUM;
10341 }
10342 EOF
10343         val="$undef"
10344         set try; if eval $compile; then
10345                 val="$define"
10346         fi
10347         set d_${enum}; eval $setvar
10348         $rm -f try.c try
10349 done
10350
10351 : see if this is a sys/uio.h system
10352 set sys/uio.h i_sysuio
10353 eval $inhdr
10354
10355
10356 echo " "
10357 echo "Checking to see if your system supports struct cmsghdr..." >&4
10358 set d_cmsghdr_s cmsghdr $i_systypes sys/types.h $d_socket sys/socket.h $i_sysuio sys/uio.h
10359 eval $hasstruct
10360 case "$d_cmsghdr_s" in
10361 "$define")      echo "Yes, it does."   ;;
10362 *)              echo "No, it doesn't." ;;
10363 esac
10364
10365
10366 : check for const keyword
10367 echo " "
10368 echo 'Checking to see if your C compiler knows about "const"...' >&4
10369 $cat >const.c <<'EOCP'
10370 typedef struct spug { int drokk; } spug;
10371 int main()
10372 {
10373         const char *foo;
10374         const spug y;
10375 }
10376 EOCP
10377 if $cc -c $ccflags const.c >/dev/null 2>&1 ; then
10378         val="$define"
10379         echo "Yup, it does."
10380 else
10381         val="$undef"
10382         echo "Nope, it doesn't."
10383 fi
10384 set d_const
10385 eval $setvar
10386
10387 : see if copysignl exists
10388 set copysignl d_copysignl
10389 eval $inlibc
10390
10391 : see if crypt exists
10392 echo " "
10393 set crypt d_crypt
10394 eval $inlibc
10395 case "$d_crypt" in
10396 $define) cryptlib='' ;;
10397 *)      if set crypt val -f d_crypt; eval $csym; $val; then
10398                 echo 'crypt() found.' >&4
10399                 val="$define"
10400                 cryptlib=''
10401         else
10402                 cryptlib=`./loc Slibcrypt$_a "" $xlibpth`
10403                 if $test -z "$cryptlib"; then
10404                         cryptlib=`./loc Mlibcrypt$_a "" $xlibpth`
10405                 else
10406                         cryptlib=-lcrypt
10407                 fi
10408                 if $test -z "$cryptlib"; then
10409                         cryptlib=`./loc Llibcrypt$_a "" $xlibpth`
10410                 else
10411                         cryptlib=-lcrypt
10412                 fi
10413                 if $test -z "$cryptlib"; then
10414                         cryptlib=`./loc libcrypt$_a "" $libpth`
10415                 else
10416                         cryptlib=-lcrypt
10417                 fi
10418                 if $test -z "$cryptlib"; then
10419                         echo 'crypt() NOT found.' >&4
10420                         val="$undef"
10421                 else
10422                         val="$define"
10423                 fi
10424         fi
10425         set d_crypt
10426         eval $setvar
10427         ;;
10428 esac
10429
10430 : see if this is a crypt.h system
10431 set crypt.h i_crypt
10432 eval $inhdr
10433
10434 : see if crypt_r exists
10435 set crypt_r d_crypt_r
10436 eval $inlibc
10437 case "$d_crypt_r" in
10438 "$define")
10439         hdrs="$i_systypes sys/types.h define stdio.h $i_crypt crypt.h"
10440         case "$d_crypt_r_proto:$usethreads" in
10441         ":define")      d_crypt_r_proto=define
10442                 set d_crypt_r_proto crypt_r $hdrs
10443                 eval $hasproto ;;
10444         *)      ;;
10445         esac
10446         case "$d_crypt_r_proto" in
10447         define)
10448         case "$crypt_r_proto" in
10449         ''|0) try='char* crypt_r(const char*, const char*, struct crypt_data*);'
10450         ./protochk "extern $try" $hdrs && crypt_r_proto=B_CCS ;;
10451         esac
10452         case "$crypt_r_proto" in
10453         ''|0) try='char* crypt_r(const char*, const char*, CRYPTD*);'
10454         ./protochk "extern $try" $hdrs && crypt_r_proto=B_CCD ;;
10455         esac
10456         case "$crypt_r_proto" in
10457         ''|0)   d_crypt_r=undef
10458                 crypt_r_proto=0
10459                 echo "Disabling crypt_r, cannot determine prototype." >&4 ;;
10460         * )     case "$crypt_r_proto" in
10461                 REENTRANT_PROTO*) ;;
10462                 *) crypt_r_proto="REENTRANT_PROTO_$crypt_r_proto" ;;
10463                 esac
10464                 echo "Prototype: $try" ;;
10465         esac
10466         ;;
10467         *)      case "$usethreads" in
10468                 define) echo "crypt_r has no prototype, not using it." >&4 ;;
10469                 esac
10470                 d_crypt_r=undef
10471                 crypt_r_proto=0
10472                 ;;
10473         esac
10474         ;;
10475 *)      crypt_r_proto=0
10476         ;;
10477 esac
10478
10479 : get csh whereabouts
10480 case "$csh" in
10481 'csh') val="$undef" ;;
10482 *) val="$define" ;;
10483 esac
10484 set d_csh
10485 eval $setvar
10486 : Respect a hint or command line value for full_csh.
10487 case "$full_csh" in
10488 '') full_csh=$csh ;;
10489 esac
10490
10491 : see if ctermid_r exists
10492 set ctermid_r d_ctermid_r
10493 eval $inlibc
10494 case "$d_ctermid_r" in
10495 "$define")
10496         hdrs="$i_systypes sys/types.h define stdio.h "
10497         case "$d_ctermid_r_proto:$usethreads" in
10498         ":define")      d_ctermid_r_proto=define
10499                 set d_ctermid_r_proto ctermid_r $hdrs
10500                 eval $hasproto ;;
10501         *)      ;;
10502         esac
10503         case "$d_ctermid_r_proto" in
10504         define)
10505         case "$ctermid_r_proto" in
10506         ''|0) try='char* ctermid_r(char*);'
10507         ./protochk "extern $try" $hdrs && ctermid_r_proto=B_B ;;
10508         esac
10509         case "$ctermid_r_proto" in
10510         ''|0)   d_ctermid_r=undef
10511                 ctermid_r_proto=0
10512                 echo "Disabling ctermid_r, cannot determine prototype." >&4 ;;
10513         * )     case "$ctermid_r_proto" in
10514                 REENTRANT_PROTO*) ;;
10515                 *) ctermid_r_proto="REENTRANT_PROTO_$ctermid_r_proto" ;;
10516                 esac
10517                 echo "Prototype: $try" ;;
10518         esac
10519         ;;
10520         *)      case "$usethreads" in
10521                 define) echo "ctermid_r has no prototype, not using it." >&4 ;;
10522                 esac
10523                 d_ctermid_r=undef
10524                 ctermid_r_proto=0
10525                 ;;
10526         esac
10527         ;;
10528 *)      ctermid_r_proto=0
10529         ;;
10530 esac
10531
10532 : see if ctime_r exists
10533 set ctime_r d_ctime_r
10534 eval $inlibc
10535 case "$d_ctime_r" in
10536 "$define")
10537         hdrs="$i_systypes sys/types.h define stdio.h $i_time time.h $i_systime sys/time.h"
10538         case "$d_ctime_r_proto:$usethreads" in
10539         ":define")      d_ctime_r_proto=define
10540                 set d_ctime_r_proto ctime_r $hdrs
10541                 eval $hasproto ;;
10542         *)      ;;
10543         esac
10544         case "$d_ctime_r_proto" in
10545         define)
10546         case "$ctime_r_proto" in
10547         ''|0) try='char* ctime_r(const time_t*, char*);'
10548         ./protochk "extern $try" $hdrs && ctime_r_proto=B_SB ;;
10549         esac
10550         case "$ctime_r_proto" in
10551         ''|0) try='char* ctime_r(const time_t*, char*, int);'
10552         ./protochk "extern $try" $hdrs && ctime_r_proto=B_SBI ;;
10553         esac
10554         case "$ctime_r_proto" in
10555         ''|0) try='int ctime_r(const time_t*, char*);'
10556         ./protochk "extern $try" $hdrs && ctime_r_proto=I_SB ;;
10557         esac
10558         case "$ctime_r_proto" in
10559         ''|0) try='int ctime_r(const time_t*, char*, int);'
10560         ./protochk "extern $try" $hdrs && ctime_r_proto=I_SBI ;;
10561         esac
10562         case "$ctime_r_proto" in
10563         ''|0)   d_ctime_r=undef
10564                 ctime_r_proto=0
10565                 echo "Disabling ctime_r, cannot determine prototype." >&4 ;;
10566         * )     case "$ctime_r_proto" in
10567                 REENTRANT_PROTO*) ;;
10568                 *) ctime_r_proto="REENTRANT_PROTO_$ctime_r_proto" ;;
10569                 esac
10570                 echo "Prototype: $try" ;;
10571         esac
10572         ;;
10573         *)      case "$usethreads" in
10574                 define) echo "ctime_r has no prototype, not using it." >&4 ;;
10575                 esac
10576                 d_ctime_r=undef
10577                 ctime_r_proto=0
10578                 ;;
10579         esac
10580         ;;
10581 *)      ctime_r_proto=0
10582         ;;
10583 esac
10584
10585 : see if cuserid exists
10586 set cuserid d_cuserid
10587 eval $inlibc
10588
10589 : see if this is a limits.h system
10590 set limits.h i_limits
10591 eval $inhdr
10592
10593 : see if this is a float.h system
10594 set float.h i_float
10595 eval $inhdr
10596
10597 : See if number of significant digits in a double precision number is known
10598 echo " "
10599 $cat >dbl_dig.c <<EOM
10600 #$i_limits I_LIMITS
10601 #$i_float I_FLOAT
10602 #ifdef I_LIMITS
10603 #include <limits.h>
10604 #endif
10605 #ifdef I_FLOAT
10606 #include <float.h>
10607 #endif
10608 #ifdef DBL_DIG
10609 printf("Contains DBL_DIG");
10610 #endif
10611 EOM
10612 $cppstdin $cppflags $cppminus < dbl_dig.c >dbl_dig.E 2>/dev/null
10613 if $contains 'DBL_DIG' dbl_dig.E >/dev/null 2>&1; then
10614         echo "DBL_DIG found." >&4
10615         val="$define"
10616 else
10617         echo "DBL_DIG NOT found." >&4
10618         val="$undef"
10619 fi
10620 $rm -f dbl_dig.?
10621 set d_dbl_dig
10622 eval $setvar
10623
10624 : see if dbm.h is available
10625 : see if dbmclose exists
10626 set dbmclose d_dbmclose
10627 eval $inlibc
10628
10629 case "$d_dbmclose" in
10630 $define)
10631         set dbm.h i_dbm
10632         eval $inhdr
10633         case "$i_dbm" in
10634         $define)
10635                 val="$undef"
10636                 set i_rpcsvcdbm
10637                 eval $setvar
10638                 ;;
10639         *)      set rpcsvc/dbm.h i_rpcsvcdbm
10640                 eval $inhdr
10641                 ;;
10642         esac
10643         ;;
10644 *)      echo "We won't be including <dbm.h>"
10645         val="$undef"
10646         set i_dbm
10647         eval $setvar
10648         val="$undef"
10649         set i_rpcsvcdbm
10650         eval $setvar
10651         ;;
10652 esac
10653
10654 : see if prototype for dbminit is available
10655 echo " "
10656 set d_dbminitproto dbminit $i_dbm dbm.h
10657 eval $hasproto
10658
10659 : see if difftime exists
10660 set difftime d_difftime
10661 eval $inlibc
10662
10663 : see if this is a dirent system
10664 echo " "
10665 if xinc=`./findhdr dirent.h`; $test "$xinc"; then
10666         val="$define"
10667         echo "<dirent.h> found." >&4
10668 else
10669         val="$undef"
10670         if xinc=`./findhdr sys/dir.h`; $test "$xinc"; then
10671                 echo "<sys/dir.h> found." >&4
10672                 echo " "
10673         else
10674                 xinc=`./findhdr sys/ndir.h`
10675         fi
10676         echo "<dirent.h> NOT found." >&4
10677 fi
10678 set i_dirent
10679 eval $setvar
10680
10681 : Look for type of directory structure.
10682 echo " "
10683 $cppstdin $cppflags $cppminus < "$xinc" > try.c
10684
10685 case "$direntrytype" in
10686 ''|' ')
10687         case "$i_dirent" in
10688         $define) guess1='struct dirent' ;;
10689         *) guess1='struct direct'  ;;
10690         esac
10691         ;;
10692 *)      guess1="$direntrytype"
10693         ;;
10694 esac
10695
10696 case "$guess1" in
10697 'struct dirent') guess2='struct direct' ;;
10698 *) guess2='struct dirent' ;;
10699 esac
10700                 
10701 if $contains "$guess1" try.c >/dev/null 2>&1; then
10702         direntrytype="$guess1"
10703         echo "Your directory entries are $direntrytype." >&4
10704 elif $contains "$guess2" try.c >/dev/null 2>&1; then
10705         direntrytype="$guess2"
10706         echo "Your directory entries seem to be $direntrytype." >&4
10707 else
10708         echo "I don't recognize your system's directory entries." >&4
10709         rp="What type is used for directory entries on this system?"
10710         dflt="$guess1"
10711         . ./myread
10712         direntrytype="$ans"
10713 fi
10714 $rm -f try.c
10715
10716
10717 : see if the directory entry stores field length
10718 echo " "
10719 $cppstdin $cppflags $cppminus < "$xinc" > try.c
10720 if $contains 'd_namlen' try.c >/dev/null 2>&1; then
10721         echo "Good, your directory entry keeps length information in d_namlen." >&4
10722         val="$define"
10723 else
10724         echo "Your directory entry does not know about the d_namlen field." >&4
10725         val="$undef"
10726 fi
10727 set d_dirnamlen
10728 eval $setvar
10729 $rm -f try.c
10730
10731 : see if this is an sysdir system
10732 set sys/dir.h i_sysdir
10733 eval $inhdr
10734
10735 : see if this is an sysndir system
10736 set sys/ndir.h i_sysndir
10737 eval $inhdr
10738
10739 : Look for dirfd
10740 echo " "
10741 $cat >dirfd.c <<EOM
10742 #include <stdio.h>
10743 #$i_stdlib I_STDLIB
10744 #ifdef I_STDLIB
10745 #include <stdlib.h>
10746 #endif
10747 #$i_dirent I_DIRENT             /**/
10748 #$i_sysdir I_SYS_DIR            /**/
10749 #$i_sysndir I_SYS_NDIR          /**/
10750 #$i_systypes I_SYS_TYPES        /**/
10751 #if defined(I_SYS_TYPES)
10752 #include <sys/types.h>
10753 #endif
10754 #if defined(I_DIRENT)
10755 #include <dirent.h>
10756 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
10757 #include <sys/dir.h>
10758 #endif
10759 #else
10760 #ifdef I_SYS_NDIR
10761 #include <sys/ndir.h>
10762 #else
10763 #ifdef I_SYS_DIR
10764 #ifdef hp9000s500
10765 #include <ndir.h>       /* may be wrong in the future */
10766 #else
10767 #include <sys/dir.h>
10768 #endif
10769 #endif
10770 #endif
10771 #endif 
10772 int main() {
10773         DIR *dirp = opendir(".");
10774         if (dirfd(dirp) >= 0)
10775                 exit(0);
10776         else
10777                 exit(1);
10778 }
10779 EOM
10780 set dirfd
10781 if eval $compile; then
10782         val="$define"
10783 fi
10784 case "$val" in
10785 $define)        echo "dirfd() found." >&4       ;;
10786 *)              echo "dirfd() NOT found." >&4   ;;
10787 esac
10788 set d_dirfd
10789 eval $setvar
10790 $rm -f dirfd*
10791
10792 : see if dlerror exists
10793 xxx_runnm="$runnm"
10794 runnm=false
10795 set dlerror d_dlerror
10796 eval $inlibc
10797 runnm="$xxx_runnm"
10798
10799 : see if dlfcn is available
10800 set dlfcn.h i_dlfcn
10801 eval $inhdr
10802
10803 case "$usedl" in
10804 $define|y|true)
10805         $cat << EOM
10806
10807 On a few systems, the dynamically loaded modules that perl generates and uses
10808 will need a different extension than shared libs. The default will probably
10809 be appropriate.
10810
10811 EOM
10812         case "$dlext" in
10813         '')     dflt="$so" ;;
10814         *)      dflt="$dlext" ;;
10815         esac
10816         rp='What is the extension of dynamically loaded modules'
10817         . ./myread
10818         dlext="$ans"
10819         ;;
10820 *)
10821         dlext="none"
10822         ;;
10823 esac
10824
10825 : Check if dlsym need a leading underscore
10826 echo " "
10827 val="$undef"
10828
10829 case "$dlsrc" in
10830 dl_dlopen.xs)
10831         echo "Checking whether your dlsym() needs a leading underscore ..." >&4
10832         $cat >dyna.c <<'EOM'
10833 fred () { }
10834 EOM
10835
10836 $cat >fred.c<<EOM
10837
10838 #include <stdio.h>
10839 #$i_stdlib I_STDLIB
10840 #ifdef I_STDLIB
10841 #include <stdlib.h>
10842 #endif
10843 #$i_dlfcn I_DLFCN
10844 #ifdef I_DLFCN
10845 #include <dlfcn.h>      /* the dynamic linker include file for SunOS/Solaris */
10846 #else
10847 #include <sys/types.h>
10848 #include <nlist.h>
10849 #include <link.h>
10850 #endif
10851
10852 extern int fred() ;
10853
10854 int main()
10855 {
10856     void * handle ;
10857     void * symbol ;
10858 #ifndef RTLD_LAZY
10859     int mode = 1 ;
10860 #else
10861     int mode = RTLD_LAZY ;
10862 #endif
10863     handle = dlopen("./dyna.$dlext", mode) ;
10864     if (handle == NULL) {
10865         printf ("1\n") ;
10866         fflush (stdout) ;
10867         exit(0);
10868     }
10869     symbol = dlsym(handle, "fred") ;
10870     if (symbol == NULL) {
10871         /* try putting a leading underscore */
10872         symbol = dlsym(handle, "_fred") ;
10873         if (symbol == NULL) {
10874             printf ("2\n") ;
10875             fflush (stdout) ;
10876             exit(0);
10877         }
10878         printf ("3\n") ;
10879     }
10880     else
10881         printf ("4\n") ;
10882     fflush (stdout) ;
10883     exit(0);
10884 }
10885 EOM
10886         : Call the object file tmp-dyna.o in case dlext=o.
10887         if $cc $ccflags $cccdlflags -c dyna.c > /dev/null 2>&1 && 
10888                 mv dyna${_o} tmp-dyna${_o} > /dev/null 2>&1 && 
10889                 $ld -o dyna.$dlext $ldflags $lddlflags tmp-dyna${_o} > /dev/null 2>&1 && 
10890                 $cc -o fred $ccflags $ldflags $cccdlflags $ccdlflags fred.c $libs > /dev/null 2>&1 && $to dyna.$dlext; then
10891                 xxx=`$run ./fred`
10892                 case $xxx in
10893                 1)      echo "Test program failed using dlopen." >&4
10894                         echo "Perhaps you should not use dynamic loading." >&4;;
10895                 2)      echo "Test program failed using dlsym." >&4
10896                         echo "Perhaps you should not use dynamic loading." >&4;;
10897                 3)      echo "dlsym needs a leading underscore" >&4
10898                         val="$define" ;;
10899                 4)      echo "dlsym doesn't need a leading underscore." >&4;;
10900                 esac
10901         else
10902                 echo "I can't compile and run the test program." >&4
10903                 echo "I'm guessing that dlsym doesn't need a leading underscore." >&4
10904         fi
10905         ;;
10906 esac
10907                 
10908 $rm -f fred fred.* dyna.$dlext dyna.* tmp-dyna.*
10909
10910 set d_dlsymun
10911 eval $setvar
10912
10913 : see if drand48_r exists
10914 set drand48_r d_drand48_r
10915 eval $inlibc
10916 case "$d_drand48_r" in
10917 "$define")
10918         hdrs="$i_systypes sys/types.h define stdio.h $i_stdlib stdlib.h"
10919         case "$d_drand48_r_proto:$usethreads" in
10920         ":define")      d_drand48_r_proto=define
10921                 set d_drand48_r_proto drand48_r $hdrs
10922                 eval $hasproto ;;
10923         *)      ;;
10924         esac
10925         case "$d_drand48_r_proto" in
10926         define)
10927         case "$drand48_r_proto" in
10928         ''|0) try='int drand48_r(struct drand48_data*, double*);'
10929         ./protochk "extern $try" $hdrs && drand48_r_proto=I_ST ;;
10930         esac
10931         case "$drand48_r_proto" in
10932         ''|0)   d_drand48_r=undef
10933                 drand48_r_proto=0
10934                 echo "Disabling drand48_r, cannot determine prototype." >&4 ;;
10935         * )     case "$drand48_r_proto" in
10936                 REENTRANT_PROTO*) ;;
10937                 *) drand48_r_proto="REENTRANT_PROTO_$drand48_r_proto" ;;
10938                 esac
10939                 echo "Prototype: $try" ;;
10940         esac
10941         ;;
10942         *)      case "$usethreads" in
10943                 define) echo "drand48_r has no prototype, not using it." >&4 ;;
10944                 esac
10945                 d_drand48_r=undef
10946                 drand48_r_proto=0
10947                 ;;
10948         esac
10949         ;;
10950 *)      drand48_r_proto=0
10951         ;;
10952 esac
10953
10954 : see if prototype for drand48 is available
10955 echo " "
10956 set d_drand48proto drand48 $i_stdlib stdlib.h $i_unistd unistd.h
10957 eval $hasproto
10958
10959 : see if dup2 exists
10960 set dup2 d_dup2
10961 eval $inlibc
10962
10963 : see if eaccess exists
10964 set eaccess d_eaccess
10965 eval $inlibc
10966
10967 : see if endgrent exists
10968 set endgrent d_endgrent
10969 eval $inlibc
10970
10971 : see if this is an grp system
10972 set grp.h i_grp
10973 eval $inhdr
10974
10975 case "$i_grp" in
10976 $define)
10977         xxx=`./findhdr grp.h`
10978         $cppstdin $cppflags $cppminus < $xxx >$$.h
10979
10980         if $contains 'gr_passwd' $$.h >/dev/null 2>&1; then
10981                 val="$define"
10982         else
10983                 val="$undef"
10984         fi
10985         set d_grpasswd
10986         eval $setvar
10987
10988         $rm -f $$.h
10989         ;;
10990 *)
10991         val="$undef";
10992         set d_grpasswd; eval $setvar
10993         ;;
10994 esac
10995
10996 : see if endgrent_r exists
10997 set endgrent_r d_endgrent_r
10998 eval $inlibc
10999 case "$d_endgrent_r" in
11000 "$define")
11001         hdrs="$i_systypes sys/types.h define stdio.h $i_grp grp.h"
11002         case "$d_endgrent_r_proto:$usethreads" in
11003         ":define")      d_endgrent_r_proto=define
11004                 set d_endgrent_r_proto endgrent_r $hdrs
11005                 eval $hasproto ;;
11006         *)      ;;
11007         esac
11008         case "$d_endgrent_r_proto" in
11009         define)
11010         case "$endgrent_r_proto" in
11011         ''|0) try='int endgrent_r(FILE**);'
11012         ./protochk "extern $try" $hdrs && endgrent_r_proto=I_H ;;
11013         esac
11014         case "$endgrent_r_proto" in
11015         ''|0) try='void endgrent_r(FILE**);'
11016         ./protochk "extern $try" $hdrs && endgrent_r_proto=V_H ;;
11017         esac
11018         case "$endgrent_r_proto" in
11019         ''|0)   d_endgrent_r=undef
11020                 endgrent_r_proto=0
11021                 echo "Disabling endgrent_r, cannot determine prototype." >&4 ;;
11022         * )     case "$endgrent_r_proto" in
11023                 REENTRANT_PROTO*) ;;
11024                 *) endgrent_r_proto="REENTRANT_PROTO_$endgrent_r_proto" ;;
11025                 esac
11026                 echo "Prototype: $try" ;;
11027         esac
11028         ;;
11029         *)      case "$usethreads" in
11030                 define) echo "endgrent_r has no prototype, not using it." >&4 ;;
11031                 esac
11032                 d_endgrent_r=undef
11033                 endgrent_r_proto=0
11034                 ;;
11035         esac
11036         ;;
11037 *)      endgrent_r_proto=0
11038         ;;
11039 esac
11040
11041 : see if endhostent exists
11042 set endhostent d_endhent
11043 eval $inlibc
11044
11045 : see if this is a netdb.h system
11046 set netdb.h i_netdb
11047 eval $inhdr
11048
11049 : see if endhostent_r exists
11050 set endhostent_r d_endhostent_r
11051 eval $inlibc
11052 case "$d_endhostent_r" in
11053 "$define")
11054         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
11055         case "$d_endhostent_r_proto:$usethreads" in
11056         ":define")      d_endhostent_r_proto=define
11057                 set d_endhostent_r_proto endhostent_r $hdrs
11058                 eval $hasproto ;;
11059         *)      ;;
11060         esac
11061         case "$d_endhostent_r_proto" in
11062         define)
11063         case "$endhostent_r_proto" in
11064         ''|0) try='int endhostent_r(struct hostent_data*);'
11065         ./protochk "extern $try" $hdrs && endhostent_r_proto=I_D ;;
11066         esac
11067         case "$endhostent_r_proto" in
11068         ''|0) try='void endhostent_r(struct hostent_data*);'
11069         ./protochk "extern $try" $hdrs && endhostent_r_proto=V_D ;;
11070         esac
11071         case "$endhostent_r_proto" in
11072         ''|0)   d_endhostent_r=undef
11073                 endhostent_r_proto=0
11074                 echo "Disabling endhostent_r, cannot determine prototype." >&4 ;;
11075         * )     case "$endhostent_r_proto" in
11076                 REENTRANT_PROTO*) ;;
11077                 *) endhostent_r_proto="REENTRANT_PROTO_$endhostent_r_proto" ;;
11078                 esac
11079                 echo "Prototype: $try" ;;
11080         esac
11081         ;;
11082         *)      case "$usethreads" in
11083                 define) echo "endhostent_r has no prototype, not using it." >&4 ;;
11084                 esac
11085                 d_endhostent_r=undef
11086                 endhostent_r_proto=0
11087                 ;;
11088         esac
11089         ;;
11090 *)      endhostent_r_proto=0
11091         ;;
11092 esac
11093
11094 : see if endnetent exists
11095 set endnetent d_endnent
11096 eval $inlibc
11097
11098 : see if endnetent_r exists
11099 set endnetent_r d_endnetent_r
11100 eval $inlibc
11101 case "$d_endnetent_r" in
11102 "$define")
11103         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
11104         case "$d_endnetent_r_proto:$usethreads" in
11105         ":define")      d_endnetent_r_proto=define
11106                 set d_endnetent_r_proto endnetent_r $hdrs
11107                 eval $hasproto ;;
11108         *)      ;;
11109         esac
11110         case "$d_endnetent_r_proto" in
11111         define)
11112         case "$endnetent_r_proto" in
11113         ''|0) try='int endnetent_r(struct netent_data*);'
11114         ./protochk "extern $try" $hdrs && endnetent_r_proto=I_D ;;
11115         esac
11116         case "$endnetent_r_proto" in
11117         ''|0) try='void endnetent_r(struct netent_data*);'
11118         ./protochk "extern $try" $hdrs && endnetent_r_proto=V_D ;;
11119         esac
11120         case "$endnetent_r_proto" in
11121         ''|0)   d_endnetent_r=undef
11122                 endnetent_r_proto=0
11123                 echo "Disabling endnetent_r, cannot determine prototype." >&4 ;;
11124         * )     case "$endnetent_r_proto" in
11125                 REENTRANT_PROTO*) ;;
11126                 *) endnetent_r_proto="REENTRANT_PROTO_$endnetent_r_proto" ;;
11127                 esac
11128                 echo "Prototype: $try" ;;
11129         esac
11130         ;;
11131         *)      case "$usethreads" in
11132                 define) echo "endnetent_r has no prototype, not using it." >&4 ;;
11133                 esac
11134                 d_endnetent_r=undef
11135                 endnetent_r_proto=0
11136                 ;;
11137         esac
11138         ;;
11139 *)      endnetent_r_proto=0
11140         ;;
11141 esac
11142
11143 : see if endprotoent exists
11144 set endprotoent d_endpent
11145 eval $inlibc
11146
11147 : see if endprotoent_r exists
11148 set endprotoent_r d_endprotoent_r
11149 eval $inlibc
11150 case "$d_endprotoent_r" in
11151 "$define")
11152         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
11153         case "$d_endprotoent_r_proto:$usethreads" in
11154         ":define")      d_endprotoent_r_proto=define
11155                 set d_endprotoent_r_proto endprotoent_r $hdrs
11156                 eval $hasproto ;;
11157         *)      ;;
11158         esac
11159         case "$d_endprotoent_r_proto" in
11160         define)
11161         case "$endprotoent_r_proto" in
11162         ''|0) try='int endprotoent_r(struct protoent_data*);'
11163         ./protochk "extern $try" $hdrs && endprotoent_r_proto=I_D ;;
11164         esac
11165         case "$endprotoent_r_proto" in
11166         ''|0) try='void endprotoent_r(struct protoent_data*);'
11167         ./protochk "extern $try" $hdrs && endprotoent_r_proto=V_D ;;
11168         esac
11169         case "$endprotoent_r_proto" in
11170         ''|0)   d_endprotoent_r=undef
11171                 endprotoent_r_proto=0
11172                 echo "Disabling endprotoent_r, cannot determine prototype." >&4 ;;
11173         * )     case "$endprotoent_r_proto" in
11174                 REENTRANT_PROTO*) ;;
11175                 *) endprotoent_r_proto="REENTRANT_PROTO_$endprotoent_r_proto" ;;
11176                 esac
11177                 echo "Prototype: $try" ;;
11178         esac
11179         ;;
11180         *)      case "$usethreads" in
11181                 define) echo "endprotoent_r has no prototype, not using it." >&4 ;;
11182                 esac
11183                 d_endprotoent_r=undef
11184                 endprotoent_r_proto=0
11185                 ;;
11186         esac
11187         ;;
11188 *)      endprotoent_r_proto=0
11189         ;;
11190 esac
11191
11192 : see if endpwent exists
11193 set endpwent d_endpwent
11194 eval $inlibc
11195
11196 : see if this is a pwd.h system
11197 set pwd.h i_pwd
11198 eval $inhdr
11199
11200 case "$i_pwd" in
11201 $define)
11202         xxx=`./findhdr pwd.h`
11203         $cppstdin $cppflags $cppminus < $xxx >$$.h
11204
11205         if $contains 'pw_quota' $$.h >/dev/null 2>&1; then
11206                 val="$define"
11207         else
11208                 val="$undef"
11209         fi
11210         set d_pwquota
11211         eval $setvar
11212
11213         if $contains 'pw_age' $$.h >/dev/null 2>&1; then
11214                 val="$define"
11215         else
11216                 val="$undef"
11217         fi
11218         set d_pwage
11219         eval $setvar
11220
11221         if $contains 'pw_change' $$.h >/dev/null 2>&1; then
11222                 val="$define"
11223         else
11224                 val="$undef"
11225         fi
11226         set d_pwchange
11227         eval $setvar
11228
11229         if $contains 'pw_class' $$.h >/dev/null 2>&1; then
11230                 val="$define"
11231         else
11232                 val="$undef"
11233         fi
11234         set d_pwclass
11235         eval $setvar
11236
11237         if $contains 'pw_expire' $$.h >/dev/null 2>&1; then
11238                 val="$define"
11239         else
11240                 val="$undef"
11241         fi
11242         set d_pwexpire
11243         eval $setvar
11244
11245         if $contains 'pw_comment' $$.h >/dev/null 2>&1; then
11246                 val="$define"
11247         else
11248                 val="$undef"
11249         fi
11250         set d_pwcomment
11251         eval $setvar
11252
11253         if $contains 'pw_gecos' $$.h >/dev/null 2>&1; then
11254                 val="$define"
11255         else
11256                 val="$undef"
11257         fi
11258         set d_pwgecos
11259         eval $setvar
11260
11261         if $contains 'pw_passwd' $$.h >/dev/null 2>&1; then
11262                 val="$define"
11263         else
11264                 val="$undef"
11265         fi
11266         set d_pwpasswd
11267         eval $setvar
11268
11269         $rm -f $$.h
11270         ;;
11271 *)
11272         val="$undef"; 
11273         set d_pwquota; eval $setvar
11274         set d_pwage; eval $setvar
11275         set d_pwchange; eval $setvar
11276         set d_pwclass; eval $setvar
11277         set d_pwexpire; eval $setvar
11278         set d_pwcomment; eval $setvar
11279         set d_pwgecos; eval $setvar
11280         set d_pwpasswd; eval $setvar
11281         ;;
11282 esac
11283
11284 : see if endpwent_r exists
11285 set endpwent_r d_endpwent_r
11286 eval $inlibc
11287 case "$d_endpwent_r" in
11288 "$define")
11289         hdrs="$i_systypes sys/types.h define stdio.h $i_pwd pwd.h"
11290         case "$d_endpwent_r_proto:$usethreads" in
11291         ":define")      d_endpwent_r_proto=define
11292                 set d_endpwent_r_proto endpwent_r $hdrs
11293                 eval $hasproto ;;
11294         *)      ;;
11295         esac
11296         case "$d_endpwent_r_proto" in
11297         define)
11298         case "$endpwent_r_proto" in
11299         ''|0) try='int endpwent_r(FILE**);'
11300         ./protochk "extern $try" $hdrs && endpwent_r_proto=I_H ;;
11301         esac
11302         case "$endpwent_r_proto" in
11303         ''|0) try='void endpwent_r(FILE**);'
11304         ./protochk "extern $try" $hdrs && endpwent_r_proto=V_H ;;
11305         esac
11306         case "$endpwent_r_proto" in
11307         ''|0)   d_endpwent_r=undef
11308                 endpwent_r_proto=0
11309                 echo "Disabling endpwent_r, cannot determine prototype." >&4 ;;
11310         * )     case "$endpwent_r_proto" in
11311                 REENTRANT_PROTO*) ;;
11312                 *) endpwent_r_proto="REENTRANT_PROTO_$endpwent_r_proto" ;;
11313                 esac
11314                 echo "Prototype: $try" ;;
11315         esac
11316         ;;
11317         *)      case "$usethreads" in
11318                 define) echo "endpwent_r has no prototype, not using it." >&4 ;;
11319                 esac
11320                 d_endpwent_r=undef
11321                 endpwent_r_proto=0
11322                 ;;
11323         esac
11324         ;;
11325 *)      endpwent_r_proto=0
11326         ;;
11327 esac
11328
11329 : see if endservent exists
11330 set endservent d_endsent
11331 eval $inlibc
11332
11333 : see if endservent_r exists
11334 set endservent_r d_endservent_r
11335 eval $inlibc
11336 case "$d_endservent_r" in
11337 "$define")
11338         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
11339         case "$d_endservent_r_proto:$usethreads" in
11340         ":define")      d_endservent_r_proto=define
11341                 set d_endservent_r_proto endservent_r $hdrs
11342                 eval $hasproto ;;
11343         *)      ;;
11344         esac
11345         case "$d_endservent_r_proto" in
11346         define)
11347         case "$endservent_r_proto" in
11348         ''|0) try='int endservent_r(struct servent_data*);'
11349         ./protochk "extern $try" $hdrs && endservent_r_proto=I_D ;;
11350         esac
11351         case "$endservent_r_proto" in
11352         ''|0) try='void endservent_r(struct servent_data*);'
11353         ./protochk "extern $try" $hdrs && endservent_r_proto=V_D ;;
11354         esac
11355         case "$endservent_r_proto" in
11356         ''|0)   d_endservent_r=undef
11357                 endservent_r_proto=0
11358                 echo "Disabling endservent_r, cannot determine prototype." >&4 ;;
11359         * )     case "$endservent_r_proto" in
11360                 REENTRANT_PROTO*) ;;
11361                 *) endservent_r_proto="REENTRANT_PROTO_$endservent_r_proto" ;;
11362                 esac
11363                 echo "Prototype: $try" ;;
11364         esac
11365         ;;
11366         *)      case "$usethreads" in
11367                 define) echo "endservent_r has no prototype, not using it." >&4 ;;
11368                 esac
11369                 d_endservent_r=undef
11370                 endservent_r_proto=0
11371                 ;;
11372         esac
11373         ;;
11374 *)      endservent_r_proto=0
11375         ;;
11376 esac
11377
11378 : Locate the flags for 'open()'
11379 echo " "
11380 $cat >try.c <<EOCP
11381 #include <sys/types.h>
11382 #ifdef I_FCNTL
11383 #include <fcntl.h>
11384 #endif
11385 #ifdef I_SYS_FILE
11386 #include <sys/file.h>
11387 #endif
11388 #$i_stdlib I_STDLIB
11389 #ifdef I_STDLIB
11390 #include <stdlib.h>
11391 #endif
11392 int main() {
11393         if(O_RDONLY);
11394 #ifdef O_TRUNC
11395         exit(0);
11396 #else
11397         exit(1);
11398 #endif
11399 }
11400 EOCP
11401 : check sys/file.h first to get FREAD on Sun
11402 if $test `./findhdr sys/file.h` && \
11403                 set try -DI_SYS_FILE && eval $compile; then
11404         h_sysfile=true;
11405         echo "<sys/file.h> defines the O_* constants..." >&4
11406         if $run ./try; then
11407                 echo "and you have the 3 argument form of open()." >&4
11408                 val="$define"
11409         else
11410                 echo "but not the 3 argument form of open().  Oh, well." >&4
11411                 val="$undef"
11412         fi
11413 elif $test `./findhdr fcntl.h` && \
11414                 set try -DI_FCNTL && eval $compile; then
11415         h_fcntl=true;
11416         echo "<fcntl.h> defines the O_* constants..." >&4
11417         if $run ./try; then
11418                 echo "and you have the 3 argument form of open()." >&4
11419                 val="$define"
11420         else
11421                 echo "but not the 3 argument form of open().  Oh, well." >&4
11422                 val="$undef"
11423         fi
11424 else
11425         val="$undef"
11426         echo "I can't find the O_* constant definitions!  You got problems." >&4
11427 fi
11428 set d_open3
11429 eval $setvar
11430 $rm -f try try.*
11431
11432 : see which of string.h or strings.h is needed
11433 echo " "
11434 strings=`./findhdr string.h`
11435 if $test "$strings" && $test -r "$strings"; then
11436         echo "Using <string.h> instead of <strings.h>." >&4
11437         val="$define"
11438 else
11439         val="$undef"
11440         strings=`./findhdr strings.h`
11441         if $test "$strings" && $test -r "$strings"; then
11442                 echo "Using <strings.h> instead of <string.h>." >&4
11443         else
11444                 echo "No string header found -- You'll surely have problems." >&4
11445         fi
11446 fi
11447 set i_string
11448 eval $setvar
11449 case "$i_string" in
11450 "$undef") strings=`./findhdr strings.h`;;
11451 *)        strings=`./findhdr string.h`;;
11452 esac
11453
11454 : see if this is a sys/file.h system
11455 val=''
11456 set sys/file.h val
11457 eval $inhdr
11458
11459 : do we need to include sys/file.h ?
11460 case "$val" in
11461 "$define")
11462         echo " "
11463         if $h_sysfile; then
11464                 val="$define"
11465                 echo "We'll be including <sys/file.h>." >&4
11466         else
11467                 val="$undef"
11468                 echo "We won't be including <sys/file.h>." >&4
11469         fi
11470         ;;
11471 *)
11472         h_sysfile=false
11473         ;;
11474 esac
11475 set i_sysfile
11476 eval $setvar
11477
11478 : see if fcntl.h is there
11479 val=''
11480 set fcntl.h val
11481 eval $inhdr
11482
11483 : see if we can include fcntl.h
11484 case "$val" in
11485 "$define")
11486         echo " "
11487         if $h_fcntl; then
11488                 val="$define"
11489                 echo "We'll be including <fcntl.h>." >&4
11490         else
11491                 val="$undef"
11492                 if $h_sysfile; then
11493         echo "We don't need to include <fcntl.h> if we include <sys/file.h>." >&4
11494                 else
11495                         echo "We won't be including <fcntl.h>." >&4
11496                 fi
11497         fi
11498         ;;
11499 *)
11500         h_fcntl=false
11501         val="$undef"
11502         ;;
11503 esac
11504 set i_fcntl
11505 eval $setvar
11506
11507 : check for non-blocking I/O stuff
11508 case "$h_sysfile" in
11509 true) echo "#include <sys/file.h>" > head.c;;
11510 *)
11511        case "$h_fcntl" in
11512        true) echo "#include <fcntl.h>" > head.c;;
11513        *) echo "#include <sys/fcntl.h>" > head.c;;
11514        esac
11515        ;;
11516 esac
11517 echo " "
11518 echo "Figuring out the flag used by open() for non-blocking I/O..." >&4
11519 case "$o_nonblock" in
11520 '')
11521         $cat head.c > try.c
11522         $cat >>try.c <<EOCP
11523 #include <stdio.h>
11524 #$i_stdlib I_STDLIB
11525 #ifdef I_STDLIB
11526 #include <stdlib.h>
11527 #endif
11528 #$i_fcntl I_FCNTL
11529 #ifdef I_FCNTL
11530 #include <fcntl.h>
11531 #endif
11532 int main() {
11533 #ifdef O_NONBLOCK
11534         printf("O_NONBLOCK\n");
11535         exit(0);
11536 #endif
11537 #ifdef O_NDELAY
11538         printf("O_NDELAY\n");
11539         exit(0);
11540 #endif
11541 #ifdef FNDELAY
11542         printf("FNDELAY\n");
11543         exit(0);
11544 #endif
11545         exit(0);
11546 }
11547 EOCP
11548         set try
11549         if eval $compile_ok; then
11550                 o_nonblock=`$run ./try`
11551                 case "$o_nonblock" in
11552                 '') echo "I can't figure it out, assuming O_NONBLOCK will do.";;
11553                 *) echo "Seems like we can use $o_nonblock.";;
11554                 esac
11555         else
11556                 echo "(I can't compile the test program; pray O_NONBLOCK is right!)"
11557         fi
11558         ;;
11559 *) echo "Using $hint value $o_nonblock.";;
11560 esac
11561 $rm -f try try.* .out core
11562
11563 echo " "
11564 echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4
11565 case "$eagain" in
11566 '')
11567         $cat head.c > try.c
11568         $cat >>try.c <<EOCP
11569 #include <errno.h>
11570 #include <sys/types.h>
11571 #include <signal.h>
11572 #include <stdio.h> 
11573 #$i_stdlib I_STDLIB
11574 #ifdef I_STDLIB
11575 #include <stdlib.h>
11576 #endif
11577 #$i_fcntl I_FCNTL
11578 #ifdef I_FCNTL
11579 #include <fcntl.h>
11580 #endif
11581 #define MY_O_NONBLOCK $o_nonblock
11582 #ifndef errno  /* XXX need better Configure test */
11583 extern int errno;
11584 #endif
11585 #$i_unistd I_UNISTD
11586 #ifdef I_UNISTD
11587 #include <unistd.h>
11588 #endif
11589 #$i_string I_STRING
11590 #ifdef I_STRING
11591 #include <string.h>
11592 #else
11593 #include <strings.h>
11594 #endif
11595 $signal_t blech(x) int x; { exit(3); }
11596 EOCP
11597         $cat >> try.c <<'EOCP'
11598 int main()
11599 {
11600         int pd[2];
11601         int pu[2];
11602         char buf[1];
11603         char string[100];
11604
11605         pipe(pd);       /* Down: child -> parent */
11606         pipe(pu);       /* Up: parent -> child */
11607         if (0 != fork()) {
11608                 int ret;
11609                 close(pd[1]);   /* Parent reads from pd[0] */
11610                 close(pu[0]);   /* Parent writes (blocking) to pu[1] */
11611 #ifdef F_SETFL
11612                 if (-1 == fcntl(pd[0], F_SETFL, MY_O_NONBLOCK))
11613                         exit(1);
11614 #else
11615                 exit(4);
11616 #endif
11617                 signal(SIGALRM, blech);
11618                 alarm(5);
11619                 if ((ret = read(pd[0], buf, 1)) > 0)    /* Nothing to read! */
11620                         exit(2);
11621                 sprintf(string, "%d\n", ret);
11622                 write(2, string, strlen(string));
11623                 alarm(0);
11624 #ifdef EAGAIN
11625                 if (errno == EAGAIN) {
11626                         printf("EAGAIN\n");
11627                         goto ok;
11628                 }
11629 #endif
11630 #ifdef EWOULDBLOCK
11631                 if (errno == EWOULDBLOCK)
11632                         printf("EWOULDBLOCK\n");
11633 #endif
11634         ok:
11635                 write(pu[1], buf, 1);   /* Unblocks child, tell it to close our pipe */
11636                 sleep(2);                               /* Give it time to close our pipe */
11637                 alarm(5);
11638                 ret = read(pd[0], buf, 1);      /* Should read EOF */
11639                 alarm(0);
11640                 sprintf(string, "%d\n", ret);
11641                 write(4, string, strlen(string));
11642                 exit(0);
11643         }
11644
11645         close(pd[0]);                   /* We write to pd[1] */
11646         close(pu[1]);                   /* We read from pu[0] */
11647         read(pu[0], buf, 1);    /* Wait for parent to signal us we may continue */
11648         close(pd[1]);                   /* Pipe pd is now fully closed! */
11649         exit(0);                                /* Bye bye, thank you for playing! */
11650 }
11651 EOCP
11652         set try
11653         if eval $compile_ok; then
11654                 echo "$startsh" >mtry
11655                 echo "$run ./try >try.out 2>try.ret 4>try.err || exit 4" >>mtry
11656                 chmod +x mtry
11657                 ./mtry >/dev/null 2>&1
11658                 case $? in
11659                 0) eagain=`$cat try.out`;;
11660                 1) echo "Could not perform non-blocking setting!";;
11661                 2) echo "I did a successful read() for something that was not there!";;
11662                 3) echo "Hmm... non-blocking I/O does not seem to be working!";;
11663                 4) echo "Could not find F_SETFL!";;
11664                 *) echo "Something terribly wrong happened during testing.";;
11665                 esac
11666                 rd_nodata=`$cat try.ret`
11667                 echo "A read() system call with no data present returns $rd_nodata."
11668                 case "$rd_nodata" in
11669                 0|-1) ;;
11670                 *)
11671                         echo "(That's peculiar, fixing that to be -1.)"
11672                         rd_nodata=-1
11673                         ;;
11674                 esac
11675                 case "$eagain" in
11676                 '')
11677                         echo "Forcing errno EAGAIN on read() with no data available."
11678                         eagain=EAGAIN
11679                         ;;
11680                 *)
11681                         echo "Your read() sets errno to $eagain when no data is available."
11682                         ;;
11683                 esac
11684                 status=`$cat try.err`
11685                 case "$status" in
11686                 0) echo "And it correctly returns 0 to signal EOF.";;
11687                 -1) echo "But it also returns -1 to signal EOF, so be careful!";;
11688                 *) echo "However, your read() returns '$status' on EOF??";;
11689                 esac
11690                 val="$define"
11691                 if test "$status" = "$rd_nodata"; then
11692                         echo "WARNING: you can't distinguish between EOF and no data!"
11693                         val="$undef"
11694                 fi
11695         else
11696                 echo "I can't compile the test program--assuming errno EAGAIN will do."
11697                 eagain=EAGAIN
11698         fi
11699         set d_eofnblk
11700         eval $setvar
11701         ;;
11702 *)
11703         echo "Using $hint value $eagain."
11704         echo "Your read() returns $rd_nodata when no data is present."
11705         case "$d_eofnblk" in
11706         "$define") echo "And you can see EOF because read() returns 0.";;
11707         "$undef") echo "But you can't see EOF status from read() returned value.";;
11708         *)
11709                 echo "(Assuming you can't see EOF status from read anyway.)"
11710                 d_eofnblk=$undef
11711                 ;;
11712         esac
11713         ;;
11714 esac
11715 $rm -f try try.* .out core head.c mtry
11716
11717 : see if _ptr and _cnt from stdio act std
11718 echo " "
11719
11720 if $contains '_lbfsize' `./findhdr stdio.h` >/dev/null 2>&1 ; then
11721         echo "(Looks like you have stdio.h from BSD.)"
11722         case "$stdio_ptr" in
11723         '') stdio_ptr='((fp)->_p)'
11724                 ptr_lval=$define
11725                 ;;
11726         *)      ptr_lval=$d_stdio_ptr_lval;;
11727         esac
11728         case "$stdio_cnt" in
11729         '') stdio_cnt='((fp)->_r)'
11730                 cnt_lval=$define
11731                 ;;
11732         *)      cnt_lval=$d_stdio_cnt_lval;;
11733         esac
11734         case "$stdio_base" in
11735         '') stdio_base='((fp)->_ub._base ? (fp)->_ub._base : (fp)->_bf._base)';;
11736         esac
11737         case "$stdio_bufsiz" in
11738         '') stdio_bufsiz='((fp)->_ub._base ? (fp)->_ub._size : (fp)->_bf._size)';;
11739         esac
11740 elif $contains '_IO_fpos_t' `./findhdr stdio.h` `./findhdr libio.h` >/dev/null 2>&1 ; then
11741         echo "(Looks like you have stdio.h from Linux.)"
11742         case "$stdio_ptr" in
11743         '') stdio_ptr='((fp)->_IO_read_ptr)'
11744                 ptr_lval=$define
11745                 ;;
11746         *)      ptr_lval=$d_stdio_ptr_lval;;
11747         esac
11748         case "$stdio_cnt" in
11749         '') stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
11750                 cnt_lval=$undef
11751                 ;;
11752         *)      cnt_lval=$d_stdio_cnt_lval;;
11753         esac
11754         case "$stdio_base" in
11755         '') stdio_base='((fp)->_IO_read_base)';;
11756         esac
11757         case "$stdio_bufsiz" in
11758         '') stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)';;
11759         esac
11760 else
11761         case "$stdio_ptr" in
11762         '') stdio_ptr='((fp)->_ptr)'
11763                 ptr_lval=$define
11764                 ;;
11765         *)      ptr_lval=$d_stdio_ptr_lval;;
11766         esac
11767         case "$stdio_cnt" in
11768         '') stdio_cnt='((fp)->_cnt)'
11769                 cnt_lval=$define
11770                 ;;
11771         *)      cnt_lval=$d_stdio_cnt_lval;;
11772         esac
11773         case "$stdio_base" in
11774         '') stdio_base='((fp)->_base)';;
11775         esac
11776         case "$stdio_bufsiz" in
11777         '') stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)';;
11778         esac
11779 fi
11780
11781 : test whether _ptr and _cnt really work
11782 echo "Checking how std your stdio is..." >&4
11783 $cat >try.c <<EOP
11784 #include <stdio.h>
11785 #$i_stdlib I_STDLIB
11786 #ifdef I_STDLIB
11787 #include <stdlib.h>
11788 #endif
11789 #define FILE_ptr(fp)    $stdio_ptr
11790 #define FILE_cnt(fp)    $stdio_cnt
11791 int main() {
11792         FILE *fp = fopen("try.c", "r");
11793         char c = getc(fp);
11794         if (
11795                 18 <= FILE_cnt(fp) &&
11796                 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
11797         )
11798                 exit(0);
11799         exit(1);
11800 }
11801 EOP
11802 val="$undef"
11803 set try
11804 if eval $compile && $to try.c; then
11805         if $run ./try; then
11806                 echo "Your stdio acts pretty std."
11807                 val="$define"
11808         else
11809                 echo "Your stdio isn't very std."
11810         fi
11811 else
11812         echo "Your stdio doesn't appear very std."
11813 fi
11814 $rm -f try.c try
11815
11816 # glibc 2.2.90 and above apparently change stdio streams so Perl's
11817 # direct buffer manipulation no longer works.  The Configure tests
11818 # should be changed to correctly detect this, but until then,
11819 # the following check should at least let perl compile and run.
11820 # (This quick fix should be updated before 5.8.1.)
11821 # To be defensive, reject all unknown versions, and all versions  > 2.2.9.
11822 # A. Dougherty, June 3, 2002.
11823 case "$d_gnulibc" in
11824 $define)
11825         case "$gnulibc_version" in
11826         2.[01]*)  ;;
11827         2.2) ;;
11828         2.2.[0-9]) ;;
11829         *)  echo "But I will not snoop inside glibc $gnulibc_version stdio buffers."
11830                 val="$undef"
11831                 ;;
11832         esac
11833         ;;
11834 esac
11835 set d_stdstdio
11836 eval $setvar
11837
11838 : Can _ptr be used as an lvalue?
11839 case "$d_stdstdio$ptr_lval" in
11840 $define$define) val=$define ;;
11841 *) val=$undef ;;
11842 esac
11843 set d_stdio_ptr_lval
11844 eval $setvar
11845
11846 : Can _cnt be used as an lvalue?
11847 case "$d_stdstdio$cnt_lval" in
11848 $define$define) val=$define ;;
11849 *) val=$undef ;;
11850 esac
11851 set d_stdio_cnt_lval
11852 eval $setvar
11853
11854
11855 : test whether setting _ptr sets _cnt as a side effect
11856 d_stdio_ptr_lval_sets_cnt="$undef"
11857 d_stdio_ptr_lval_nochange_cnt="$undef"
11858 case "$d_stdio_ptr_lval$d_stdstdio" in
11859 $define$define)
11860         echo "Checking to see what happens if we set the stdio ptr..." >&4
11861 $cat >try.c <<EOP
11862 #include <stdio.h>
11863 /* Can we scream? */
11864 /* Eat dust sed :-) */
11865 /* In the buffer space, no one can hear you scream. */
11866 #$i_stdlib I_STDLIB
11867 #ifdef I_STDLIB
11868 #include <stdlib.h>
11869 #endif
11870 #define FILE_ptr(fp)    $stdio_ptr
11871 #define FILE_cnt(fp)    $stdio_cnt
11872 #include <sys/types.h>
11873 int main() {
11874         FILE *fp = fopen("try.c", "r");
11875         int c;
11876         char *ptr;
11877         size_t cnt;
11878         if (!fp) {
11879             puts("Fail even to read");
11880             exit(1);
11881         }
11882         c = getc(fp); /* Read away the first # */
11883         if (c == EOF) {
11884             puts("Fail even to read");
11885             exit(1);
11886         }
11887         if (!(
11888                 18 <= FILE_cnt(fp) &&
11889                 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
11890         )) {
11891                 puts("Fail even to read");
11892                 exit (1);
11893         }
11894         ptr = (char*) FILE_ptr(fp);
11895         cnt = (size_t)FILE_cnt(fp);
11896
11897         FILE_ptr(fp) += 42;
11898
11899         if ((char*)FILE_ptr(fp) != (ptr + 42)) {
11900                 printf("Fail ptr check %p != %p", FILE_ptr(fp), (ptr + 42));
11901                 exit (1);
11902         }
11903         if (FILE_cnt(fp) <= 20) {
11904                 printf ("Fail (<20 chars to test)");
11905                 exit (1);
11906         }
11907         if (strncmp(FILE_ptr(fp), "Eat dust sed :-) */\n", 20) != 0) {
11908                 puts("Fail compare");
11909                 exit (1);
11910         }
11911         if (cnt == FILE_cnt(fp)) {
11912                 puts("Pass_unchanged");
11913                 exit (0);
11914         }       
11915         if (FILE_cnt(fp) == (cnt - 42)) {
11916                 puts("Pass_changed");
11917                 exit (0);
11918         }
11919         printf("Fail count was %d now %d\n", cnt, FILE_cnt(fp));
11920         return 1;
11921
11922 }
11923 EOP
11924         set try
11925         if eval $compile && $to try.c; then
11926                 case `$run ./try` in
11927                 Pass_changed)
11928                         echo "Increasing ptr in your stdio decreases cnt by the same amount.  Good." >&4
11929                         d_stdio_ptr_lval_sets_cnt="$define" ;;
11930                 Pass_unchanged)
11931                         echo "Increasing ptr in your stdio leaves cnt unchanged.  Good." >&4
11932                         d_stdio_ptr_lval_nochange_cnt="$define" ;;
11933                 Fail*)
11934                         echo "Increasing ptr in your stdio didn't do exactly what I expected.  We'll not be doing that then." >&4 ;;
11935                 *)
11936                         echo "It appears attempting to set ptr in your stdio is a bad plan." >&4 ;;
11937         esac
11938         else
11939                 echo "It seems we can't set ptr in your stdio.  Nevermind." >&4
11940         fi
11941         $rm -f try.c try
11942         ;;
11943 esac
11944
11945 : see if _base is also standard
11946 val="$undef"
11947 case "$d_stdstdio" in
11948 $define)
11949         $cat >try.c <<EOP
11950 #include <stdio.h>
11951 #$i_stdlib I_STDLIB
11952 #ifdef I_STDLIB
11953 #include <stdlib.h>
11954 #endif
11955 #define FILE_base(fp)   $stdio_base
11956 #define FILE_bufsiz(fp) $stdio_bufsiz
11957 int main() {
11958         FILE *fp = fopen("try.c", "r");
11959         char c = getc(fp);
11960         if (
11961                 19 <= FILE_bufsiz(fp) &&
11962                 strncmp(FILE_base(fp), "#include <stdio.h>\n", 19) == 0
11963         )
11964                 exit(0);
11965         exit(1);
11966 }
11967 EOP
11968         set try
11969         if eval $compile && $to try.c; then
11970                 if $run ./try; then
11971                         echo "And its _base field acts std."
11972                         val="$define"
11973                 else
11974                         echo "But its _base field isn't std."
11975                 fi
11976         else
11977                 echo "However, it seems to be lacking the _base field."
11978         fi
11979         $rm -f try.c try
11980         ;;
11981 esac
11982 set d_stdiobase
11983 eval $setvar
11984
11985 : see if fast_stdio exists
11986 val="$undef"
11987 case "$d_stdstdio:$d_stdio_ptr_lval" in
11988 "$define:$define")
11989         case "$d_stdio_cnt_lval$d_stdio_ptr_lval_sets_cnt" in
11990         *$define*)
11991                 echo "You seem to have 'fast stdio' to directly manipulate the stdio buffers." >& 4
11992                 val="$define"
11993                 ;;
11994         esac
11995         ;;
11996 esac
11997 set d_faststdio
11998 eval $setvar
11999
12000
12001
12002 : see if fchdir exists
12003 set fchdir d_fchdir
12004 eval $inlibc
12005
12006 : see if fchmod exists
12007 set fchmod d_fchmod
12008 eval $inlibc
12009
12010 : see if fchown exists
12011 set fchown d_fchown
12012 eval $inlibc
12013
12014 : see if this is an fcntl system
12015 set fcntl d_fcntl
12016 eval $inlibc
12017
12018 echo " "
12019 : See if fcntl-based locking works.
12020 $cat >try.c <<EOCP
12021 #$i_stdlib I_STDLIB
12022 #ifdef I_STDLIB
12023 #include <stdlib.h>
12024 #endif
12025 #include <unistd.h>
12026 #include <fcntl.h>
12027 #include <signal.h>
12028 $signal_t blech(x) int x; { exit(3); }
12029 int main() {
12030 #if defined(F_SETLK) && defined(F_SETLKW)
12031      struct flock flock;
12032      int retval, fd;
12033      fd = open("try.c", O_RDONLY);
12034      flock.l_type = F_RDLCK;
12035      flock.l_whence = SEEK_SET;
12036      flock.l_start = flock.l_len = 0;
12037      signal(SIGALRM, blech);
12038      alarm(10);
12039      retval = fcntl(fd, F_SETLK, &flock);
12040      close(fd);
12041      (retval < 0 ? exit(2) : exit(0));
12042 #else
12043      exit(2);
12044 #endif
12045 }
12046 EOCP
12047 echo "Checking if fcntl-based file locking works... "
12048 case "$d_fcntl" in
12049 "$define")
12050         set try
12051         if eval $compile_ok; then
12052                 if $run ./try; then
12053                         echo "Yes, it seems to work."
12054                         val="$define"
12055                 else
12056                         echo "Nope, it didn't work."
12057                         val="$undef"
12058                         case "$?" in
12059                         3) $cat >&4 <<EOM
12060 ***
12061 *** I had to forcibly timeout from fcntl(..., F_SETLK, ...).
12062 *** This is (almost) impossible.
12063 *** If your NFS lock daemons are not feeling well, something like
12064 *** this may happen, please investigate.  Cannot continue, aborting.
12065 ***
12066 EOM
12067                                 exit 1
12068                                 ;;
12069                         esac
12070                 fi
12071         else
12072                 echo "I'm unable to compile the test program, so I'll assume not."
12073                 val="$undef"
12074         fi
12075         ;;
12076 *) val="$undef";
12077         echo "Nope, since you don't even have fcntl()."
12078         ;;
12079 esac
12080 set d_fcntl_can_lock
12081 eval $setvar
12082 $rm -f try*
12083
12084
12085 : check for fd_set items
12086 $cat <<EOM
12087
12088 Checking to see how well your C compiler handles fd_set and friends ...
12089 EOM
12090 $cat >try.c <<EOCP
12091 #$i_stdlib I_STDLIB
12092 #ifdef I_STDLIB
12093 #include <stdlib.h>
12094 #endif
12095 #$i_systime I_SYS_TIME
12096 #$i_sysselct I_SYS_SELECT
12097 #$d_socket HAS_SOCKET
12098 #include <sys/types.h>
12099 #ifdef HAS_SOCKET
12100 #include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
12101 #endif
12102 #ifdef I_SYS_TIME
12103 #include <sys/time.h>
12104 #endif
12105 #ifdef I_SYS_SELECT
12106 #include <sys/select.h>
12107 #endif
12108 int main() {
12109         fd_set fds;
12110
12111 #ifdef TRYBITS
12112         if(fds.fds_bits);
12113 #endif
12114
12115 #if defined(FD_SET) && defined(FD_CLR) && defined(FD_ISSET) && defined(FD_ZERO)
12116         exit(0);
12117 #else
12118         exit(1);
12119 #endif
12120 }
12121 EOCP
12122 set try -DTRYBITS
12123 if eval $compile; then
12124         d_fds_bits="$define"
12125         d_fd_set="$define"
12126         echo "Well, your system knows about the normal fd_set typedef..." >&4
12127         if $run ./try; then
12128                 echo "and you have the normal fd_set macros (just as I'd expect)." >&4
12129                 d_fd_macros="$define"
12130         else
12131                 $cat >&4 <<'EOM'
12132 but not the normal fd_set macros!  Gaaack!  I'll have to cover for you.
12133 EOM
12134                 d_fd_macros="$undef"
12135         fi
12136 else
12137         $cat <<'EOM'
12138 Hmm, your compiler has some difficulty with fd_set.  Checking further...
12139 EOM
12140         set try
12141         if eval $compile; then
12142                 d_fds_bits="$undef"
12143                 d_fd_set="$define"
12144                 echo "Well, your system has some sort of fd_set available..." >&4
12145                 if $run ./try; then
12146                         echo "and you have the normal fd_set macros." >&4
12147                         d_fd_macros="$define"
12148                 else
12149                         $cat <<'EOM'
12150 but not the normal fd_set macros!  Gross!  More work for me...
12151 EOM
12152                         d_fd_macros="$undef"
12153                 fi
12154         else
12155         echo "Well, you got zip.  That's OK, I can roll my own fd_set stuff." >&4
12156                 d_fd_set="$undef"
12157                 d_fds_bits="$undef"
12158                 d_fd_macros="$undef"
12159         fi
12160 fi
12161 $rm -f try try.*
12162
12163 : see if fgetpos exists
12164 set fgetpos d_fgetpos
12165 eval $inlibc
12166
12167 : see if finite exists
12168 set finite d_finite
12169 eval $inlibc
12170
12171 : see if finitel exists
12172 set finitel d_finitel
12173 eval $inlibc
12174
12175 : see if flock exists
12176 set flock d_flock
12177 eval $inlibc
12178
12179 : see if prototype for flock is available
12180 echo " "
12181 set d_flockproto flock $i_sysfile sys/file.h
12182 eval $hasproto
12183
12184 : see if fork exists
12185 set fork d_fork
12186 eval $inlibc
12187
12188 : see if fp_class exists
12189 set fp_class d_fp_class
12190 eval $inlibc
12191
12192 : see if pathconf exists
12193 set pathconf d_pathconf
12194 eval $inlibc
12195
12196 : see if fpathconf exists
12197 set fpathconf d_fpathconf
12198 eval $inlibc
12199
12200 : see if fpclass exists
12201 set fpclass d_fpclass
12202 eval $inlibc
12203
12204 : see if fpclassify exists
12205 set fpclassify d_fpclassify
12206 eval $inlibc
12207
12208 : see if fpclassl exists
12209 set fpclassl d_fpclassl
12210 eval $inlibc
12211
12212
12213 : check for fpos64_t
12214 echo " "
12215 echo "Checking to see if you have fpos64_t..." >&4
12216 $cat >try.c <<EOCP
12217 #include <stdio.h>
12218 int main() { fpos64_t x = 7; }
12219 EOCP
12220 set try
12221 if eval $compile; then
12222         val="$define"
12223         echo "You have fpos64_t."
12224 else
12225         val="$undef"
12226         echo "You do not have fpos64_t."
12227         case "$fpossize" in
12228         8) echo "(Your fpos_t is 64 bits, so you could use that.)" ;;
12229         esac
12230 fi
12231 $rm -f try.* try
12232 set d_fpos64_t
12233 eval $setvar
12234
12235 : see if frexpl exists
12236 set frexpl d_frexpl
12237 eval $inlibc
12238
12239 : see if this is a sys/param system
12240 set sys/param.h i_sysparam
12241 eval $inhdr
12242
12243 : see if this is a sys/mount.h system
12244 set sys/mount.h i_sysmount
12245 eval $inhdr
12246
12247
12248 echo " "
12249 echo "Checking to see if your system supports struct fs_data..." >&4
12250 set d_fs_data_s fs_data $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h
12251 eval $hasstruct
12252 case "$d_fs_data_s" in
12253 "$define")      echo "Yes, it does."   ;;
12254 *)              echo "No, it doesn't." ;;
12255 esac
12256
12257 : see if fseeko exists
12258 set fseeko d_fseeko
12259 eval $inlibc
12260 case "$longsize" in
12261 8) echo "(Your long is 64 bits, so you could use fseek.)" ;;
12262 esac
12263
12264 : see if fsetpos exists
12265 set fsetpos d_fsetpos
12266 eval $inlibc
12267
12268
12269 : see if fstatfs exists
12270 set fstatfs d_fstatfs
12271 eval $inlibc
12272
12273
12274 : see if statvfs exists
12275 set statvfs d_statvfs
12276 eval $inlibc
12277
12278 : see if fstatvfs exists
12279 set fstatvfs d_fstatvfs
12280 eval $inlibc
12281
12282
12283 : see if fsync exists
12284 set fsync d_fsync
12285 eval $inlibc
12286
12287 : see if ftello exists
12288 set ftello d_ftello
12289 eval $inlibc
12290 case "$longsize" in
12291 8) echo "(Your long is 64 bits, so you could use ftell.)" ;;
12292 esac
12293
12294 : see if getcwd exists
12295 set getcwd d_getcwd
12296 eval $inlibc
12297
12298 : see if getespwnam exists
12299 set getespwnam d_getespwnam
12300 eval $inlibc
12301
12302
12303 : see if getfsstat exists
12304 set getfsstat d_getfsstat
12305 eval $inlibc
12306
12307 : see if getgrent exists
12308 set getgrent d_getgrent
12309 eval $inlibc
12310
12311 : see if getgrent_r exists
12312 set getgrent_r d_getgrent_r
12313 eval $inlibc
12314 case "$d_getgrent_r" in
12315 "$define")
12316         hdrs="$i_systypes sys/types.h define stdio.h $i_grp grp.h"
12317         case "$d_getgrent_r_proto:$usethreads" in
12318         ":define")      d_getgrent_r_proto=define
12319                 set d_getgrent_r_proto getgrent_r $hdrs
12320                 eval $hasproto ;;
12321         *)      ;;
12322         esac
12323         case "$d_getgrent_r_proto" in
12324         define)
12325         case "$getgrent_r_proto" in
12326         ''|0) try='int getgrent_r(struct group*, char*, size_t, struct group**);'
12327         ./protochk "extern $try" $hdrs && getgrent_r_proto=I_SBWR ;;
12328         esac
12329         case "$getgrent_r_proto" in
12330         ''|0) try='int getgrent_r(struct group*, char*, int, struct group**);'
12331         ./protochk "extern $try" $hdrs && getgrent_r_proto=I_SBIR ;;
12332         esac
12333         case "$getgrent_r_proto" in
12334         ''|0) try='struct group* getgrent_r(struct group*, char*, size_t);'
12335         ./protochk "extern $try" $hdrs && getgrent_r_proto=S_SBW ;;
12336         esac
12337         case "$getgrent_r_proto" in
12338         ''|0) try='struct group* getgrent_r(struct group*, char*, int);'
12339         ./protochk "extern $try" $hdrs && getgrent_r_proto=S_SBI ;;
12340         esac
12341         case "$getgrent_r_proto" in
12342         ''|0) try='int getgrent_r(struct group*, char*, int);'
12343         ./protochk "extern $try" $hdrs && getgrent_r_proto=I_SBI ;;
12344         esac
12345         case "$getgrent_r_proto" in
12346         ''|0) try='int getgrent_r(struct group*, char*, int, FILE**);'
12347         ./protochk "extern $try" $hdrs && getgrent_r_proto=I_SBIH ;;
12348         esac
12349         case "$getgrent_r_proto" in
12350         ''|0)   d_getgrent_r=undef
12351                 getgrent_r_proto=0
12352                 echo "Disabling getgrent_r, cannot determine prototype." >&4 ;;
12353         * )     case "$getgrent_r_proto" in
12354                 REENTRANT_PROTO*) ;;
12355                 *) getgrent_r_proto="REENTRANT_PROTO_$getgrent_r_proto" ;;
12356                 esac
12357                 echo "Prototype: $try" ;;
12358         esac
12359         ;;
12360         *)      case "$usethreads" in
12361                 define) echo "getgrent_r has no prototype, not using it." >&4 ;;
12362                 esac
12363                 d_getgrent_r=undef
12364                 getgrent_r_proto=0
12365                 ;;
12366         esac
12367         ;;
12368 *)      getgrent_r_proto=0
12369         ;;
12370 esac
12371
12372 : see if getgrgid_r exists
12373 set getgrgid_r d_getgrgid_r
12374 eval $inlibc
12375 case "$d_getgrgid_r" in
12376 "$define")
12377         hdrs="$i_systypes sys/types.h define stdio.h $i_grp grp.h"
12378         case "$d_getgrgid_r_proto:$usethreads" in
12379         ":define")      d_getgrgid_r_proto=define
12380                 set d_getgrgid_r_proto getgrgid_r $hdrs
12381                 eval $hasproto ;;
12382         *)      ;;
12383         esac
12384         case "$d_getgrgid_r_proto" in
12385         define)
12386         case "$getgrgid_r_proto" in
12387         ''|0) try='int getgrgid_r(gid_t, struct group*, char*, size_t, struct group**);'
12388         ./protochk "extern $try" $hdrs && getgrgid_r_proto=I_TSBWR ;;
12389         esac
12390         case "$getgrgid_r_proto" in
12391         ''|0) try='int getgrgid_r(gid_t, struct group*, char*, int, struct group**);'
12392         ./protochk "extern $try" $hdrs && getgrgid_r_proto=I_TSBIR ;;
12393         esac
12394         case "$getgrgid_r_proto" in
12395         ''|0) try='int getgrgid_r(gid_t, struct group*, char*, int);'
12396         ./protochk "extern $try" $hdrs && getgrgid_r_proto=I_TSBI ;;
12397         esac
12398         case "$getgrgid_r_proto" in
12399         ''|0) try='struct group* getgrgid_r(gid_t, struct group*, char*, int);'
12400         ./protochk "extern $try" $hdrs && getgrgid_r_proto=S_TSBI ;;
12401         esac
12402         case "$getgrgid_r_proto" in
12403         ''|0)   d_getgrgid_r=undef
12404                 getgrgid_r_proto=0
12405                 echo "Disabling getgrgid_r, cannot determine prototype." >&4 ;;
12406         * )     case "$getgrgid_r_proto" in
12407                 REENTRANT_PROTO*) ;;
12408                 *) getgrgid_r_proto="REENTRANT_PROTO_$getgrgid_r_proto" ;;
12409                 esac
12410                 echo "Prototype: $try" ;;
12411         esac
12412         ;;
12413         *)      case "$usethreads" in
12414                 define) echo "getgrgid_r has no prototype, not using it." >&4 ;;
12415                 esac
12416                 d_getgrgid_r=undef
12417                 getgrgid_r_proto=0
12418                 ;;
12419         esac
12420         ;;
12421 *)      getgrgid_r_proto=0
12422         ;;
12423 esac
12424
12425 : see if getgrnam_r exists
12426 set getgrnam_r d_getgrnam_r
12427 eval $inlibc
12428 case "$d_getgrnam_r" in
12429 "$define")
12430         hdrs="$i_systypes sys/types.h define stdio.h $i_grp grp.h"
12431         case "$d_getgrnam_r_proto:$usethreads" in
12432         ":define")      d_getgrnam_r_proto=define
12433                 set d_getgrnam_r_proto getgrnam_r $hdrs
12434                 eval $hasproto ;;
12435         *)      ;;
12436         esac
12437         case "$d_getgrnam_r_proto" in
12438         define)
12439         case "$getgrnam_r_proto" in
12440         ''|0) try='int getgrnam_r(const char*, struct group*, char*, size_t, struct group**);'
12441         ./protochk "extern $try" $hdrs && getgrnam_r_proto=I_CSBWR ;;
12442         esac
12443         case "$getgrnam_r_proto" in
12444         ''|0) try='int getgrnam_r(const char*, struct group*, char*, int, struct group**);'
12445         ./protochk "extern $try" $hdrs && getgrnam_r_proto=I_CSBIR ;;
12446         esac
12447         case "$getgrnam_r_proto" in
12448         ''|0) try='struct group* getgrnam_r(const char*, char*, int);'
12449         ./protochk "extern $try" $hdrs && getgrnam_r_proto=S_CBI ;;
12450         esac
12451         case "$getgrnam_r_proto" in
12452         ''|0) try='int getgrnam_r(const char*, struct group*, char*, int);'
12453         ./protochk "extern $try" $hdrs && getgrnam_r_proto=I_CSBI ;;
12454         esac
12455         case "$getgrnam_r_proto" in
12456         ''|0) try='struct group* getgrnam_r(const char*, struct group*, char*, int);'
12457         ./protochk "extern $try" $hdrs && getgrnam_r_proto=S_CSBI ;;
12458         esac
12459         case "$getgrnam_r_proto" in
12460         ''|0)   d_getgrnam_r=undef
12461                 getgrnam_r_proto=0
12462                 echo "Disabling getgrnam_r, cannot determine prototype." >&4 ;;
12463         * )     case "$getgrnam_r_proto" in
12464                 REENTRANT_PROTO*) ;;
12465                 *) getgrnam_r_proto="REENTRANT_PROTO_$getgrnam_r_proto" ;;
12466                 esac
12467                 echo "Prototype: $try" ;;
12468         esac
12469         ;;
12470         *)      case "$usethreads" in
12471                 define) echo "getgrnam_r has no prototype, not using it." >&4 ;;
12472                 esac
12473                 d_getgrnam_r=undef
12474                 getgrnam_r_proto=0
12475                 ;;
12476         esac
12477         ;;
12478 *)      getgrnam_r_proto=0
12479         ;;
12480 esac
12481
12482 : see if gethostbyaddr exists
12483 set gethostbyaddr d_gethbyaddr
12484 eval $inlibc
12485
12486 : see if gethostbyname exists
12487 set gethostbyname d_gethbyname
12488 eval $inlibc
12489
12490 : see if gethostent exists
12491 set gethostent d_gethent
12492 eval $inlibc
12493
12494 : see how we will look up host name
12495 echo " "
12496 call=''
12497 if set gethostname val -f d_gethname; eval $csym; $val; then
12498         echo 'gethostname() found.' >&4
12499         d_gethname="$define"
12500         call=gethostname
12501 fi
12502 if set uname val -f d_uname; eval $csym; $val; then
12503         if ./xenix; then
12504                 $cat <<'EOM'
12505 uname() was found, but you're running xenix, and older versions of xenix
12506 have a broken uname(). If you don't really know whether your xenix is old
12507 enough to have a broken system call, use the default answer.
12508
12509 EOM
12510                 dflt=y
12511                 case "$d_uname" in
12512                 "$define") dflt=n;;
12513                 esac
12514                 rp='Is your uname() broken?'
12515                 . ./myread
12516                 case "$ans" in
12517                 n*) d_uname="$define"; call=uname;;
12518                 esac
12519         else
12520                 echo 'uname() found.' >&4
12521                 d_uname="$define"
12522                 case "$call" in
12523                 '') call=uname ;;
12524                 esac
12525         fi
12526 fi
12527 case "$d_gethname" in
12528 '') d_gethname="$undef";;
12529 esac
12530 case "$d_uname" in
12531 '') d_uname="$undef";;
12532 esac
12533 case "$d_uname$d_gethname" in
12534 *define*)
12535         dflt=n
12536         cat <<EOM
12537  
12538 Every now and then someone has a $call() that lies about the hostname
12539 but can't be fixed for political or economic reasons.  If you wish, I can
12540 pretend $call() isn't there and maybe compute hostname at run-time
12541 thanks to the '$phostname' command.
12542
12543 EOM
12544         rp="Shall I ignore $call() from now on?"
12545         . ./myread
12546         case "$ans" in
12547         y*) d_uname="$undef" d_gethname="$undef"; $echo $n "Okay...$c";;
12548         esac;;
12549 esac
12550 case "$phostname" in
12551 '') aphostname='';;
12552 *) case "$aphostname" in
12553         /*) ;;
12554         *) set X $phostname
12555                 shift
12556                 file=$1
12557                 shift
12558                 file=`./loc $file $file $pth`
12559                 aphostname=`echo $file $*`
12560                 ;;
12561         esac
12562         ;;
12563 esac
12564 case "$d_uname$d_gethname" in
12565 *define*) ;;
12566 *)
12567         case "$phostname" in
12568         '')
12569                 echo "There will be no way for $package to get your hostname." >&4;;
12570         *)
12571         echo "I'll use 'popen("'"'$aphostname'", "r")'"' to get your hostname." >&4
12572                 ;;
12573         esac;;
12574 esac
12575 case "$d_phostname" in
12576 '') d_phostname="$undef";;
12577 esac
12578
12579 : see if gethostbyaddr_r exists
12580 set gethostbyaddr_r d_gethostbyaddr_r
12581 eval $inlibc
12582 case "$d_gethostbyaddr_r" in
12583 "$define")
12584         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
12585         case "$d_gethostbyaddr_r_proto:$usethreads" in
12586         ":define")      d_gethostbyaddr_r_proto=define
12587                 set d_gethostbyaddr_r_proto gethostbyaddr_r $hdrs
12588                 eval $hasproto ;;
12589         *)      ;;
12590         esac
12591         case "$d_gethostbyaddr_r_proto" in
12592         define)
12593         case "$gethostbyaddr_r_proto" in
12594         ''|0) try='int gethostbyaddr_r(const char*, size_t, int, struct hostent*, char*, size_t, struct hostent**, int*);'
12595         ./protochk "extern $try" $hdrs && gethostbyaddr_r_proto=I_CWISBWRE ;;
12596         esac
12597         case "$gethostbyaddr_r_proto" in
12598         ''|0) try='struct hostent* gethostbyaddr_r(const char*, size_t, int, struct hostent*, char*, size_t, int, int*);'
12599         ./protochk "extern $try" $hdrs && gethostbyaddr_r_proto=S_CWISBWIE ;;
12600         esac
12601         case "$gethostbyaddr_r_proto" in
12602         ''|0) try='struct hostent* gethostbyaddr_r(const char*, size_t, int, struct hostent*, char*, int, int*);'
12603         ./protochk "extern $try" $hdrs && gethostbyaddr_r_proto=S_CWISBIE ;;
12604         esac
12605         case "$gethostbyaddr_r_proto" in
12606         ''|0) try='struct hostent* gethostbyaddr_r(const void*, size_t, int, struct hostent*, char*, int, int*);'
12607         ./protochk "extern $try" $hdrs && gethostbyaddr_r_proto=S_TWISBIE ;;
12608         esac
12609         case "$gethostbyaddr_r_proto" in
12610         ''|0) try='struct hostent* gethostbyaddr_r(const char*, int, int, struct hostent*, char*, int, int*);'
12611         ./protochk "extern $try" $hdrs && gethostbyaddr_r_proto=S_CIISBIE ;;
12612         esac
12613         case "$gethostbyaddr_r_proto" in
12614         ''|0) try='struct hostent* gethostbyaddr_r(const char*, struct hostent*, char*, int, int*);'
12615         ./protochk "extern $try" $hdrs && gethostbyaddr_r_proto=S_CSBIE ;;
12616         esac
12617         case "$gethostbyaddr_r_proto" in
12618         ''|0) try='struct hostent* gethostbyaddr_r(const void*, struct hostent*, char*, int, int*);'
12619         ./protochk "extern $try" $hdrs && gethostbyaddr_r_proto=S_TSBIE ;;
12620         esac
12621         case "$gethostbyaddr_r_proto" in
12622         ''|0) try='int gethostbyaddr_r(const char*, size_t, int, struct hostent*, struct hostent_data*);'
12623         ./protochk "extern $try" $hdrs && gethostbyaddr_r_proto=I_CWISD ;;
12624         esac
12625         case "$gethostbyaddr_r_proto" in
12626         ''|0) try='int gethostbyaddr_r(const char*, int, int, struct hostent*, struct hostent_data*);'
12627         ./protochk "extern $try" $hdrs && gethostbyaddr_r_proto=I_CIISD ;;
12628         esac
12629         case "$gethostbyaddr_r_proto" in
12630         ''|0) try='int gethostbyaddr_r(const char*, int, int);'
12631         ./protochk "extern $try" $hdrs && gethostbyaddr_r_proto=I_CII ;;
12632         esac
12633         case "$gethostbyaddr_r_proto" in
12634         ''|0) try='int gethostbyaddr_r(const void*, socklen_t, int, struct hostent*, char*, size_t, struct hostent**, int*);'
12635         ./protochk "extern $try" $hdrs && gethostbyaddr_r_proto=I_TsISBWRE ;;
12636         esac
12637         case "$gethostbyaddr_r_proto" in
12638         ''|0)   d_gethostbyaddr_r=undef
12639                 gethostbyaddr_r_proto=0
12640                 echo "Disabling gethostbyaddr_r, cannot determine prototype." >&4 ;;
12641         * )     case "$gethostbyaddr_r_proto" in
12642                 REENTRANT_PROTO*) ;;
12643                 *) gethostbyaddr_r_proto="REENTRANT_PROTO_$gethostbyaddr_r_proto" ;;
12644                 esac
12645                 echo "Prototype: $try" ;;
12646         esac
12647         ;;
12648         *)      case "$usethreads" in
12649                 define) echo "gethostbyaddr_r has no prototype, not using it." >&4 ;;
12650                 esac
12651                 d_gethostbyaddr_r=undef
12652                 gethostbyaddr_r_proto=0
12653                 ;;
12654         esac
12655         ;;
12656 *)      gethostbyaddr_r_proto=0
12657         ;;
12658 esac
12659
12660 : see if gethostbyname_r exists
12661 set gethostbyname_r d_gethostbyname_r
12662 eval $inlibc
12663 case "$d_gethostbyname_r" in
12664 "$define")
12665         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
12666         case "$d_gethostbyname_r_proto:$usethreads" in
12667         ":define")      d_gethostbyname_r_proto=define
12668                 set d_gethostbyname_r_proto gethostbyname_r $hdrs
12669                 eval $hasproto ;;
12670         *)      ;;
12671         esac
12672         case "$d_gethostbyname_r_proto" in
12673         define)
12674         case "$gethostbyname_r_proto" in
12675         ''|0) try='int gethostbyname_r(const char*, struct hostent*, char*, size_t, struct hostent**, int*);'
12676         ./protochk "extern $try" $hdrs && gethostbyname_r_proto=I_CSBWRE ;;
12677         esac
12678         case "$gethostbyname_r_proto" in
12679         ''|0) try='struct hostent* gethostbyname_r(const char*, struct hostent*, char*, int, int*);'
12680         ./protochk "extern $try" $hdrs && gethostbyname_r_proto=S_CSBIE ;;
12681         esac
12682         case "$gethostbyname_r_proto" in
12683         ''|0) try='int gethostbyname_r(const char*, struct hostent*, struct hostent_data*);'
12684         ./protochk "extern $try" $hdrs && gethostbyname_r_proto=I_CSD ;;
12685         esac
12686         case "$gethostbyname_r_proto" in
12687         ''|0)   d_gethostbyname_r=undef
12688                 gethostbyname_r_proto=0
12689                 echo "Disabling gethostbyname_r, cannot determine prototype." >&4 ;;
12690         * )     case "$gethostbyname_r_proto" in
12691                 REENTRANT_PROTO*) ;;
12692                 *) gethostbyname_r_proto="REENTRANT_PROTO_$gethostbyname_r_proto" ;;
12693                 esac
12694                 echo "Prototype: $try" ;;
12695         esac
12696         ;;
12697         *)      case "$usethreads" in
12698                 define) echo "gethostbyname_r has no prototype, not using it." >&4 ;;
12699                 esac
12700                 d_gethostbyname_r=undef
12701                 gethostbyname_r_proto=0
12702                 ;;
12703         esac
12704         ;;
12705 *)      gethostbyname_r_proto=0
12706         ;;
12707 esac
12708
12709 : see if gethostent_r exists
12710 set gethostent_r d_gethostent_r
12711 eval $inlibc
12712 case "$d_gethostent_r" in
12713 "$define")
12714         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
12715         case "$d_gethostent_r_proto:$usethreads" in
12716         ":define")      d_gethostent_r_proto=define
12717                 set d_gethostent_r_proto gethostent_r $hdrs
12718                 eval $hasproto ;;
12719         *)      ;;
12720         esac
12721         case "$d_gethostent_r_proto" in
12722         define)
12723         case "$gethostent_r_proto" in
12724         ''|0) try='int gethostent_r(struct hostent*, char*, size_t, struct hostent**, int*);'
12725         ./protochk "extern $try" $hdrs && gethostent_r_proto=I_SBWRE ;;
12726         esac
12727         case "$gethostent_r_proto" in
12728         ''|0) try='int gethostent_r(struct hostent*, char*, int, int*);'
12729         ./protochk "extern $try" $hdrs && gethostent_r_proto=I_SBIE ;;
12730         esac
12731         case "$gethostent_r_proto" in
12732         ''|0) try='struct hostent* gethostent_r(struct hostent*, char*, int, int*);'
12733         ./protochk "extern $try" $hdrs && gethostent_r_proto=S_SBIE ;;
12734         esac
12735         case "$gethostent_r_proto" in
12736         ''|0) try='struct hostent* gethostent_r(struct hostent*, char*, int);'
12737         ./protochk "extern $try" $hdrs && gethostent_r_proto=S_SBI ;;
12738         esac
12739         case "$gethostent_r_proto" in
12740         ''|0) try='int gethostent_r(struct hostent*, char*, int);'
12741         ./protochk "extern $try" $hdrs && gethostent_r_proto=I_SBI ;;
12742         esac
12743         case "$gethostent_r_proto" in
12744         ''|0) try='int gethostent_r(struct hostent*, struct hostent_data*);'
12745         ./protochk "extern $try" $hdrs && gethostent_r_proto=I_SD ;;
12746         esac
12747         case "$gethostent_r_proto" in
12748         ''|0)   d_gethostent_r=undef
12749                 gethostent_r_proto=0
12750                 echo "Disabling gethostent_r, cannot determine prototype." >&4 ;;
12751         * )     case "$gethostent_r_proto" in
12752                 REENTRANT_PROTO*) ;;
12753                 *) gethostent_r_proto="REENTRANT_PROTO_$gethostent_r_proto" ;;
12754                 esac
12755                 echo "Prototype: $try" ;;
12756         esac
12757         ;;
12758         *)      case "$usethreads" in
12759                 define) echo "gethostent_r has no prototype, not using it." >&4 ;;
12760                 esac
12761                 d_gethostent_r=undef
12762                 gethostent_r_proto=0
12763                 ;;
12764         esac
12765         ;;
12766 *)      gethostent_r_proto=0
12767         ;;
12768 esac
12769
12770 : see if prototypes for various gethostxxx netdb.h functions are available
12771 echo " "
12772 set d_gethostprotos gethostent $i_netdb netdb.h
12773 eval $hasproto
12774
12775 : see if getitimer exists
12776 set getitimer d_getitimer
12777 eval $inlibc
12778
12779 : see if getlogin exists
12780 set getlogin d_getlogin
12781 eval $inlibc
12782
12783 : see if getlogin_r exists
12784 set getlogin_r d_getlogin_r
12785 eval $inlibc
12786 case "$d_getlogin_r" in
12787 "$define")
12788         hdrs="$i_systypes sys/types.h define stdio.h $i_unistd unistd.h"
12789         case "$d_getlogin_r_proto:$usethreads" in
12790         ":define")      d_getlogin_r_proto=define
12791                 set d_getlogin_r_proto getlogin_r $hdrs
12792                 eval $hasproto ;;
12793         *)      ;;
12794         esac
12795         case "$d_getlogin_r_proto" in
12796         define)
12797         case "$getlogin_r_proto" in
12798         ''|0) try='int getlogin_r(char*, size_t);'
12799         ./protochk "extern $try" $hdrs && getlogin_r_proto=I_BW ;;
12800         esac
12801         case "$getlogin_r_proto" in
12802         ''|0) try='int getlogin_r(char*, int);'
12803         ./protochk "extern $try" $hdrs && getlogin_r_proto=I_BI ;;
12804         esac
12805         case "$getlogin_r_proto" in
12806         ''|0) try='char* getlogin_r(char*, size_t);'
12807         ./protochk "extern $try" $hdrs && getlogin_r_proto=B_BW ;;
12808         esac
12809         case "$getlogin_r_proto" in
12810         ''|0) try='char* getlogin_r(char*, int);'
12811         ./protochk "extern $try" $hdrs && getlogin_r_proto=B_BI ;;
12812         esac
12813         case "$getlogin_r_proto" in
12814         ''|0)   d_getlogin_r=undef
12815                 getlogin_r_proto=0
12816                 echo "Disabling getlogin_r, cannot determine prototype." >&4 ;;
12817         * )     case "$getlogin_r_proto" in
12818                 REENTRANT_PROTO*) ;;
12819                 *) getlogin_r_proto="REENTRANT_PROTO_$getlogin_r_proto" ;;
12820                 esac
12821                 echo "Prototype: $try" ;;
12822         esac
12823         ;;
12824         *)      case "$usethreads" in
12825                 define) echo "getlogin_r has no prototype, not using it." >&4 ;;
12826                 esac
12827                 d_getlogin_r=undef
12828                 getlogin_r_proto=0
12829                 ;;
12830         esac
12831         ;;
12832 *)      getlogin_r_proto=0
12833         ;;
12834 esac
12835
12836 : see if getmnt exists
12837 set getmnt d_getmnt
12838 eval $inlibc
12839
12840 : see if getmntent exists
12841 set getmntent d_getmntent
12842 eval $inlibc
12843
12844 : see if getnetbyaddr exists
12845 set getnetbyaddr d_getnbyaddr
12846 eval $inlibc
12847
12848 : see if getnetbyname exists
12849 set getnetbyname d_getnbyname
12850 eval $inlibc
12851
12852 : see if getnetent exists
12853 set getnetent d_getnent
12854 eval $inlibc
12855
12856 : see if getnetbyaddr_r exists
12857 set getnetbyaddr_r d_getnetbyaddr_r
12858 eval $inlibc
12859 case "$d_getnetbyaddr_r" in
12860 "$define")
12861         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
12862         case "$d_getnetbyaddr_r_proto:$usethreads" in
12863         ":define")      d_getnetbyaddr_r_proto=define
12864                 set d_getnetbyaddr_r_proto getnetbyaddr_r $hdrs
12865                 eval $hasproto ;;
12866         *)      ;;
12867         esac
12868         case "$d_getnetbyaddr_r_proto" in
12869         define)
12870         case "$getnetbyaddr_r_proto" in
12871         ''|0) try='int getnetbyaddr_r(unsigned long, int, struct netent*, char*, size_t, struct netent**, int*);'
12872         ./protochk "extern $try" $hdrs && getnetbyaddr_r_proto=I_UISBWRE ;;
12873         esac
12874         case "$getnetbyaddr_r_proto" in
12875         ''|0) try='int getnetbyaddr_r(long, int, struct netent*, char*, int);'
12876         ./protochk "extern $try" $hdrs && getnetbyaddr_r_proto=I_LISBI ;;
12877         esac
12878         case "$getnetbyaddr_r_proto" in
12879         ''|0) try='struct netent* getnetbyaddr_r(in_addr_t, int, struct netent*, char*, int);'
12880         ./protochk "extern $try" $hdrs && getnetbyaddr_r_proto=S_TISBI ;;
12881         esac
12882         case "$getnetbyaddr_r_proto" in
12883         ''|0) try='struct netent* getnetbyaddr_r(long, int, struct netent*, char*, int);'
12884         ./protochk "extern $try" $hdrs && getnetbyaddr_r_proto=S_LISBI ;;
12885         esac
12886         case "$getnetbyaddr_r_proto" in
12887         ''|0) try='int getnetbyaddr_r(in_addr_t, int, struct netent*, struct netent_data*);'
12888         ./protochk "extern $try" $hdrs && getnetbyaddr_r_proto=I_TISD ;;
12889         esac
12890         case "$getnetbyaddr_r_proto" in
12891         ''|0) try='int getnetbyaddr_r(long, int, struct netent*, struct netent_data*);'
12892         ./protochk "extern $try" $hdrs && getnetbyaddr_r_proto=I_LISD ;;
12893         esac
12894         case "$getnetbyaddr_r_proto" in
12895         ''|0) try='int getnetbyaddr_r(int, int, struct netent*, struct netent_data*);'
12896         ./protochk "extern $try" $hdrs && getnetbyaddr_r_proto=I_IISD ;;
12897         esac
12898         case "$getnetbyaddr_r_proto" in
12899         ''|0) try='int getnetbyaddr_r(uint32_t, int, struct netent*, char*, size_t, struct netent**, int*);'
12900         ./protochk "extern $try" $hdrs && getnetbyaddr_r_proto=I_uISBWRE ;;
12901         esac
12902         case "$getnetbyaddr_r_proto" in
12903         ''|0)   d_getnetbyaddr_r=undef
12904                 getnetbyaddr_r_proto=0
12905                 echo "Disabling getnetbyaddr_r, cannot determine prototype." >&4 ;;
12906         * )     case "$getnetbyaddr_r_proto" in
12907                 REENTRANT_PROTO*) ;;
12908                 *) getnetbyaddr_r_proto="REENTRANT_PROTO_$getnetbyaddr_r_proto" ;;
12909                 esac
12910                 echo "Prototype: $try" ;;
12911         esac
12912         ;;
12913         *)      case "$usethreads" in
12914                 define) echo "getnetbyaddr_r has no prototype, not using it." >&4 ;;
12915                 esac
12916                 d_getnetbyaddr_r=undef
12917                 getnetbyaddr_r_proto=0
12918                 ;;
12919         esac
12920         ;;
12921 *)      getnetbyaddr_r_proto=0
12922         ;;
12923 esac
12924
12925 : see if getnetbyname_r exists
12926 set getnetbyname_r d_getnetbyname_r
12927 eval $inlibc
12928 case "$d_getnetbyname_r" in
12929 "$define")
12930         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
12931         case "$d_getnetbyname_r_proto:$usethreads" in
12932         ":define")      d_getnetbyname_r_proto=define
12933                 set d_getnetbyname_r_proto getnetbyname_r $hdrs
12934                 eval $hasproto ;;
12935         *)      ;;
12936         esac
12937         case "$d_getnetbyname_r_proto" in
12938         define)
12939         case "$getnetbyname_r_proto" in
12940         ''|0) try='int getnetbyname_r(const char*, struct netent*, char*, size_t, struct netent**, int*);'
12941         ./protochk "extern $try" $hdrs && getnetbyname_r_proto=I_CSBWRE ;;
12942         esac
12943         case "$getnetbyname_r_proto" in
12944         ''|0) try='int getnetbyname_r(const char*, struct netent*, char*, int);'
12945         ./protochk "extern $try" $hdrs && getnetbyname_r_proto=I_CSBI ;;
12946         esac
12947         case "$getnetbyname_r_proto" in
12948         ''|0) try='struct netent* getnetbyname_r(const char*, struct netent*, char*, int);'
12949         ./protochk "extern $try" $hdrs && getnetbyname_r_proto=S_CSBI ;;
12950         esac
12951         case "$getnetbyname_r_proto" in
12952         ''|0) try='int getnetbyname_r(const char*, struct netent*, struct netent_data*);'
12953         ./protochk "extern $try" $hdrs && getnetbyname_r_proto=I_CSD ;;
12954         esac
12955         case "$getnetbyname_r_proto" in
12956         ''|0)   d_getnetbyname_r=undef
12957                 getnetbyname_r_proto=0
12958                 echo "Disabling getnetbyname_r, cannot determine prototype." >&4 ;;
12959         * )     case "$getnetbyname_r_proto" in
12960                 REENTRANT_PROTO*) ;;
12961                 *) getnetbyname_r_proto="REENTRANT_PROTO_$getnetbyname_r_proto" ;;
12962                 esac
12963                 echo "Prototype: $try" ;;
12964         esac
12965         ;;
12966         *)      case "$usethreads" in
12967                 define) echo "getnetbyname_r has no prototype, not using it." >&4 ;;
12968                 esac
12969                 d_getnetbyname_r=undef
12970                 getnetbyname_r_proto=0
12971                 ;;
12972         esac
12973         ;;
12974 *)      getnetbyname_r_proto=0
12975         ;;
12976 esac
12977
12978 : see if getnetent_r exists
12979 set getnetent_r d_getnetent_r
12980 eval $inlibc
12981 case "$d_getnetent_r" in
12982 "$define")
12983         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
12984         case "$d_getnetent_r_proto:$usethreads" in
12985         ":define")      d_getnetent_r_proto=define
12986                 set d_getnetent_r_proto getnetent_r $hdrs
12987                 eval $hasproto ;;
12988         *)      ;;
12989         esac
12990         case "$d_getnetent_r_proto" in
12991         define)
12992         case "$getnetent_r_proto" in
12993         ''|0) try='int getnetent_r(struct netent*, char*, size_t, struct netent**, int*);'
12994         ./protochk "extern $try" $hdrs && getnetent_r_proto=I_SBWRE ;;
12995         esac
12996         case "$getnetent_r_proto" in
12997         ''|0) try='int getnetent_r(struct netent*, char*, int, int*);'
12998         ./protochk "extern $try" $hdrs && getnetent_r_proto=I_SBIE ;;
12999         esac
13000         case "$getnetent_r_proto" in
13001         ''|0) try='struct netent* getnetent_r(struct netent*, char*, int, int*);'
13002         ./protochk "extern $try" $hdrs && getnetent_r_proto=S_SBIE ;;
13003         esac
13004         case "$getnetent_r_proto" in
13005         ''|0) try='struct netent* getnetent_r(struct netent*, char*, int);'
13006         ./protochk "extern $try" $hdrs && getnetent_r_proto=S_SBI ;;
13007         esac
13008         case "$getnetent_r_proto" in
13009         ''|0) try='int getnetent_r(struct netent*, char*, int);'
13010         ./protochk "extern $try" $hdrs && getnetent_r_proto=I_SBI ;;
13011         esac
13012         case "$getnetent_r_proto" in
13013         ''|0) try='int getnetent_r(struct netent*, struct netent_data*);'
13014         ./protochk "extern $try" $hdrs && getnetent_r_proto=I_SD ;;
13015         esac
13016         case "$getnetent_r_proto" in
13017         ''|0)   d_getnetent_r=undef
13018                 getnetent_r_proto=0
13019                 echo "Disabling getnetent_r, cannot determine prototype." >&4 ;;
13020         * )     case "$getnetent_r_proto" in
13021                 REENTRANT_PROTO*) ;;
13022                 *) getnetent_r_proto="REENTRANT_PROTO_$getnetent_r_proto" ;;
13023                 esac
13024                 echo "Prototype: $try" ;;
13025         esac
13026         ;;
13027         *)      case "$usethreads" in
13028                 define) echo "getnetent_r has no prototype, not using it." >&4 ;;
13029                 esac
13030                 d_getnetent_r=undef
13031                 getnetent_r_proto=0
13032                 ;;
13033         esac
13034         ;;
13035 *)      getnetent_r_proto=0
13036         ;;
13037 esac
13038
13039 : see if prototypes for various getnetxxx netdb.h functions are available
13040 echo " "
13041 set d_getnetprotos getnetent $i_netdb netdb.h
13042 eval $hasproto
13043
13044 : see if getpagesize exists
13045 set getpagesize d_getpagsz
13046 eval $inlibc
13047
13048
13049 : see if getprotobyname exists
13050 set getprotobyname d_getpbyname
13051 eval $inlibc
13052
13053 : see if getprotobynumber exists
13054 set getprotobynumber d_getpbynumber
13055 eval $inlibc
13056
13057 : see if getprotoent exists
13058 set getprotoent d_getpent
13059 eval $inlibc
13060
13061 : see if getpgid exists
13062 set getpgid d_getpgid
13063 eval $inlibc
13064
13065 : see if getpgrp2 exists
13066 set getpgrp2 d_getpgrp2
13067 eval $inlibc
13068
13069 : see if getppid exists
13070 set getppid d_getppid
13071 eval $inlibc
13072
13073 : see if getpriority exists
13074 set getpriority d_getprior
13075 eval $inlibc
13076
13077 : see if getprotobyname_r exists
13078 set getprotobyname_r d_getprotobyname_r
13079 eval $inlibc
13080 case "$d_getprotobyname_r" in
13081 "$define")
13082         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
13083         case "$d_getprotobyname_r_proto:$usethreads" in
13084         ":define")      d_getprotobyname_r_proto=define
13085                 set d_getprotobyname_r_proto getprotobyname_r $hdrs
13086                 eval $hasproto ;;
13087         *)      ;;
13088         esac
13089         case "$d_getprotobyname_r_proto" in
13090         define)
13091         case "$getprotobyname_r_proto" in
13092         ''|0) try='int getprotobyname_r(const char*, struct protoent*, char*, size_t, struct protoent**);'
13093         ./protochk "extern $try" $hdrs && getprotobyname_r_proto=I_CSBWR ;;
13094         esac
13095         case "$getprotobyname_r_proto" in
13096         ''|0) try='struct protoent* getprotobyname_r(const char*, struct protoent*, char*, int);'
13097         ./protochk "extern $try" $hdrs && getprotobyname_r_proto=S_CSBI ;;
13098         esac
13099         case "$getprotobyname_r_proto" in
13100         ''|0) try='int getprotobyname_r(const char*, struct protoent*, struct protoent_data*);'
13101         ./protochk "extern $try" $hdrs && getprotobyname_r_proto=I_CSD ;;
13102         esac
13103         case "$getprotobyname_r_proto" in
13104         ''|0)   d_getprotobyname_r=undef
13105                 getprotobyname_r_proto=0
13106                 echo "Disabling getprotobyname_r, cannot determine prototype." >&4 ;;
13107         * )     case "$getprotobyname_r_proto" in
13108                 REENTRANT_PROTO*) ;;
13109                 *) getprotobyname_r_proto="REENTRANT_PROTO_$getprotobyname_r_proto" ;;
13110                 esac
13111                 echo "Prototype: $try" ;;
13112         esac
13113         ;;
13114         *)      case "$usethreads" in
13115                 define) echo "getprotobyname_r has no prototype, not using it." >&4 ;;
13116                 esac
13117                 d_getprotobyname_r=undef
13118                 getprotobyname_r_proto=0
13119                 ;;
13120         esac
13121         ;;
13122 *)      getprotobyname_r_proto=0
13123         ;;
13124 esac
13125
13126 : see if getprotobynumber_r exists
13127 set getprotobynumber_r d_getprotobynumber_r
13128 eval $inlibc
13129 case "$d_getprotobynumber_r" in
13130 "$define")
13131         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
13132         case "$d_getprotobynumber_r_proto:$usethreads" in
13133         ":define")      d_getprotobynumber_r_proto=define
13134                 set d_getprotobynumber_r_proto getprotobynumber_r $hdrs
13135                 eval $hasproto ;;
13136         *)      ;;
13137         esac
13138         case "$d_getprotobynumber_r_proto" in
13139         define)
13140         case "$getprotobynumber_r_proto" in
13141         ''|0) try='int getprotobynumber_r(int, struct protoent*, char*, size_t, struct protoent**);'
13142         ./protochk "extern $try" $hdrs && getprotobynumber_r_proto=I_ISBWR ;;
13143         esac
13144         case "$getprotobynumber_r_proto" in
13145         ''|0) try='struct protoent* getprotobynumber_r(int, struct protoent*, char*, int);'
13146         ./protochk "extern $try" $hdrs && getprotobynumber_r_proto=S_ISBI ;;
13147         esac
13148         case "$getprotobynumber_r_proto" in
13149         ''|0) try='int getprotobynumber_r(int, struct protoent*, struct protoent_data*);'
13150         ./protochk "extern $try" $hdrs && getprotobynumber_r_proto=I_ISD ;;
13151         esac
13152         case "$getprotobynumber_r_proto" in
13153         ''|0)   d_getprotobynumber_r=undef
13154                 getprotobynumber_r_proto=0
13155                 echo "Disabling getprotobynumber_r, cannot determine prototype." >&4 ;;
13156         * )     case "$getprotobynumber_r_proto" in
13157                 REENTRANT_PROTO*) ;;
13158                 *) getprotobynumber_r_proto="REENTRANT_PROTO_$getprotobynumber_r_proto" ;;
13159                 esac
13160                 echo "Prototype: $try" ;;
13161         esac
13162         ;;
13163         *)      case "$usethreads" in
13164                 define) echo "getprotobynumber_r has no prototype, not using it." >&4 ;;
13165                 esac
13166                 d_getprotobynumber_r=undef
13167                 getprotobynumber_r_proto=0
13168                 ;;
13169         esac
13170         ;;
13171 *)      getprotobynumber_r_proto=0
13172         ;;
13173 esac
13174
13175 : see if getprotoent_r exists
13176 set getprotoent_r d_getprotoent_r
13177 eval $inlibc
13178 case "$d_getprotoent_r" in
13179 "$define")
13180         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
13181         case "$d_getprotoent_r_proto:$usethreads" in
13182         ":define")      d_getprotoent_r_proto=define
13183                 set d_getprotoent_r_proto getprotoent_r $hdrs
13184                 eval $hasproto ;;
13185         *)      ;;
13186         esac
13187         case "$d_getprotoent_r_proto" in
13188         define)
13189         case "$getprotoent_r_proto" in
13190         ''|0) try='int getprotoent_r(struct protoent*, char*, size_t, struct protoent**);'
13191         ./protochk "extern $try" $hdrs && getprotoent_r_proto=I_SBWR ;;
13192         esac
13193         case "$getprotoent_r_proto" in
13194         ''|0) try='int getprotoent_r(struct protoent*, char*, int);'
13195         ./protochk "extern $try" $hdrs && getprotoent_r_proto=I_SBI ;;
13196         esac
13197         case "$getprotoent_r_proto" in
13198         ''|0) try='struct protoent* getprotoent_r(struct protoent*, char*, int);'
13199         ./protochk "extern $try" $hdrs && getprotoent_r_proto=S_SBI ;;
13200         esac
13201         case "$getprotoent_r_proto" in
13202         ''|0) try='int getprotoent_r(struct protoent*, struct protoent_data*);'
13203         ./protochk "extern $try" $hdrs && getprotoent_r_proto=I_SD ;;
13204         esac
13205         case "$getprotoent_r_proto" in
13206         ''|0)   d_getprotoent_r=undef
13207                 getprotoent_r_proto=0
13208                 echo "Disabling getprotoent_r, cannot determine prototype." >&4 ;;
13209         * )     case "$getprotoent_r_proto" in
13210                 REENTRANT_PROTO*) ;;
13211                 *) getprotoent_r_proto="REENTRANT_PROTO_$getprotoent_r_proto" ;;
13212                 esac
13213                 echo "Prototype: $try" ;;
13214         esac
13215         ;;
13216         *)      case "$usethreads" in
13217                 define) echo "getprotoent_r has no prototype, not using it." >&4 ;;
13218                 esac
13219                 d_getprotoent_r=undef
13220                 getprotoent_r_proto=0
13221                 ;;
13222         esac
13223         ;;
13224 *)      getprotoent_r_proto=0
13225         ;;
13226 esac
13227
13228 : see if prototypes for various getprotoxxx netdb.h functions are available
13229 echo " "
13230 set d_getprotoprotos getprotoent $i_netdb netdb.h
13231 eval $hasproto
13232
13233 : see if getprpwnam exists
13234 set getprpwnam d_getprpwnam
13235 eval $inlibc
13236
13237 : see if getpwent exists
13238 set getpwent d_getpwent
13239 eval $inlibc
13240
13241 : see if getpwent_r exists
13242 set getpwent_r d_getpwent_r
13243 eval $inlibc
13244 case "$d_getpwent_r" in
13245 "$define")
13246         hdrs="$i_systypes sys/types.h define stdio.h $i_pwd pwd.h"
13247         case "$d_getpwent_r_proto:$usethreads" in
13248         ":define")      d_getpwent_r_proto=define
13249                 set d_getpwent_r_proto getpwent_r $hdrs
13250                 eval $hasproto ;;
13251         *)      ;;
13252         esac
13253         case "$d_getpwent_r_proto" in
13254         define)
13255         case "$getpwent_r_proto" in
13256         ''|0) try='int getpwent_r(struct passwd*, char*, size_t, struct passwd**);'
13257         ./protochk "extern $try" $hdrs && getpwent_r_proto=I_SBWR ;;
13258         esac
13259         case "$getpwent_r_proto" in
13260         ''|0) try='int getpwent_r(struct passwd*, char*, int, struct passwd**);'
13261         ./protochk "extern $try" $hdrs && getpwent_r_proto=I_SBIR ;;
13262         esac
13263         case "$getpwent_r_proto" in
13264         ''|0) try='struct passwd* getpwent_r(struct passwd*, char*, size_t);'
13265         ./protochk "extern $try" $hdrs && getpwent_r_proto=S_SBW ;;
13266         esac
13267         case "$getpwent_r_proto" in
13268         ''|0) try='struct passwd* getpwent_r(struct passwd*, char*, int);'
13269         ./protochk "extern $try" $hdrs && getpwent_r_proto=S_SBI ;;
13270         esac
13271         case "$getpwent_r_proto" in
13272         ''|0) try='int getpwent_r(struct passwd*, char*, int);'
13273         ./protochk "extern $try" $hdrs && getpwent_r_proto=I_SBI ;;
13274         esac
13275         case "$getpwent_r_proto" in
13276         ''|0) try='int getpwent_r(struct passwd*, char*, int, FILE**);'
13277         ./protochk "extern $try" $hdrs && getpwent_r_proto=I_SBIH ;;
13278         esac
13279         case "$getpwent_r_proto" in
13280         ''|0)   d_getpwent_r=undef
13281                 getpwent_r_proto=0
13282                 echo "Disabling getpwent_r, cannot determine prototype." >&4 ;;
13283         * )     case "$getpwent_r_proto" in
13284                 REENTRANT_PROTO*) ;;
13285                 *) getpwent_r_proto="REENTRANT_PROTO_$getpwent_r_proto" ;;
13286                 esac
13287                 echo "Prototype: $try" ;;
13288         esac
13289         ;;
13290         *)      case "$usethreads" in
13291                 define) echo "getpwent_r has no prototype, not using it." >&4 ;;
13292                 esac
13293                 d_getpwent_r=undef
13294                 getpwent_r_proto=0
13295                 ;;
13296         esac
13297         ;;
13298 *)      getpwent_r_proto=0
13299         ;;
13300 esac
13301
13302 : see if getpwnam_r exists
13303 set getpwnam_r d_getpwnam_r
13304 eval $inlibc
13305 case "$d_getpwnam_r" in
13306 "$define")
13307         hdrs="$i_systypes sys/types.h define stdio.h $i_pwd pwd.h"
13308         case "$d_getpwnam_r_proto:$usethreads" in
13309         ":define")      d_getpwnam_r_proto=define
13310                 set d_getpwnam_r_proto getpwnam_r $hdrs
13311                 eval $hasproto ;;
13312         *)      ;;
13313         esac
13314         case "$d_getpwnam_r_proto" in
13315         define)
13316         case "$getpwnam_r_proto" in
13317         ''|0) try='int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);'
13318         ./protochk "extern $try" $hdrs && getpwnam_r_proto=I_CSBWR ;;
13319         esac
13320         case "$getpwnam_r_proto" in
13321         ''|0) try='int getpwnam_r(const char*, struct passwd*, char*, int, struct passwd**);'
13322         ./protochk "extern $try" $hdrs && getpwnam_r_proto=I_CSBIR ;;
13323         esac
13324         case "$getpwnam_r_proto" in
13325         ''|0) try='struct passwd* getpwnam_r(const char*, struct passwd*, char*, int);'
13326         ./protochk "extern $try" $hdrs && getpwnam_r_proto=S_CSBI ;;
13327         esac
13328         case "$getpwnam_r_proto" in
13329         ''|0) try='int getpwnam_r(const char*, struct passwd*, char*, int);'
13330         ./protochk "extern $try" $hdrs && getpwnam_r_proto=I_CSBI ;;
13331         esac
13332         case "$getpwnam_r_proto" in
13333         ''|0)   d_getpwnam_r=undef
13334                 getpwnam_r_proto=0
13335                 echo "Disabling getpwnam_r, cannot determine prototype." >&4 ;;
13336         * )     case "$getpwnam_r_proto" in
13337                 REENTRANT_PROTO*) ;;
13338                 *) getpwnam_r_proto="REENTRANT_PROTO_$getpwnam_r_proto" ;;
13339                 esac
13340                 echo "Prototype: $try" ;;
13341         esac
13342         ;;
13343         *)      case "$usethreads" in
13344                 define) echo "getpwnam_r has no prototype, not using it." >&4 ;;
13345                 esac
13346                 d_getpwnam_r=undef
13347                 getpwnam_r_proto=0
13348                 ;;
13349         esac
13350         ;;
13351 *)      getpwnam_r_proto=0
13352         ;;
13353 esac
13354
13355 : see if getpwuid_r exists
13356 set getpwuid_r d_getpwuid_r
13357 eval $inlibc
13358 case "$d_getpwuid_r" in
13359 "$define")
13360         hdrs="$i_systypes sys/types.h define stdio.h $i_pwd pwd.h"
13361         case "$d_getpwuid_r_proto:$usethreads" in
13362         ":define")      d_getpwuid_r_proto=define
13363                 set d_getpwuid_r_proto getpwuid_r $hdrs
13364                 eval $hasproto ;;
13365         *)      ;;
13366         esac
13367         case "$d_getpwuid_r_proto" in
13368         define)
13369         case "$getpwuid_r_proto" in
13370         ''|0) try='int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);'
13371         ./protochk "extern $try" $hdrs && getpwuid_r_proto=I_TSBWR ;;
13372         esac
13373         case "$getpwuid_r_proto" in
13374         ''|0) try='int getpwuid_r(uid_t, struct passwd*, char*, int, struct passwd**);'
13375         ./protochk "extern $try" $hdrs && getpwuid_r_proto=I_TSBIR ;;
13376         esac
13377         case "$getpwuid_r_proto" in
13378         ''|0) try='int getpwuid_r(uid_t, struct passwd*, char*, int);'
13379         ./protochk "extern $try" $hdrs && getpwuid_r_proto=I_TSBI ;;
13380         esac
13381         case "$getpwuid_r_proto" in
13382         ''|0) try='struct passwd* getpwuid_r(uid_t, struct passwd*, char*, int);'
13383         ./protochk "extern $try" $hdrs && getpwuid_r_proto=S_TSBI ;;
13384         esac
13385         case "$getpwuid_r_proto" in
13386         ''|0)   d_getpwuid_r=undef
13387                 getpwuid_r_proto=0
13388                 echo "Disabling getpwuid_r, cannot determine prototype." >&4 ;;
13389         * )     case "$getpwuid_r_proto" in
13390                 REENTRANT_PROTO*) ;;
13391                 *) getpwuid_r_proto="REENTRANT_PROTO_$getpwuid_r_proto" ;;
13392                 esac
13393                 echo "Prototype: $try" ;;
13394         esac
13395         ;;
13396         *)      case "$usethreads" in
13397                 define) echo "getpwuid_r has no prototype, not using it." >&4 ;;
13398                 esac
13399                 d_getpwuid_r=undef
13400                 getpwuid_r_proto=0
13401                 ;;
13402         esac
13403         ;;
13404 *)      getpwuid_r_proto=0
13405         ;;
13406 esac
13407
13408
13409 : see if getservbyname exists
13410 set getservbyname d_getsbyname
13411 eval $inlibc
13412
13413 : see if getservbyport exists
13414 set getservbyport d_getsbyport
13415 eval $inlibc
13416
13417 : see if getservent exists
13418 set getservent d_getsent
13419 eval $inlibc
13420
13421 : see if getservbyname_r exists
13422 set getservbyname_r d_getservbyname_r
13423 eval $inlibc
13424 case "$d_getservbyname_r" in
13425 "$define")
13426         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
13427         case "$d_getservbyname_r_proto:$usethreads" in
13428         ":define")      d_getservbyname_r_proto=define
13429                 set d_getservbyname_r_proto getservbyname_r $hdrs
13430                 eval $hasproto ;;
13431         *)      ;;
13432         esac
13433         case "$d_getservbyname_r_proto" in
13434         define)
13435         case "$getservbyname_r_proto" in
13436         ''|0) try='int getservbyname_r(const char*, const char*, struct servent*, char*, size_t, struct servent**);'
13437         ./protochk "extern $try" $hdrs && getservbyname_r_proto=I_CCSBWR ;;
13438         esac
13439         case "$getservbyname_r_proto" in
13440         ''|0) try='struct servent* getservbyname_r(const char*, const char*, struct servent*, char*, int);'
13441         ./protochk "extern $try" $hdrs && getservbyname_r_proto=S_CCSBI ;;
13442         esac
13443         case "$getservbyname_r_proto" in
13444         ''|0) try='int getservbyname_r(const char*, const char*, struct servent*, struct servent_data*);'
13445         ./protochk "extern $try" $hdrs && getservbyname_r_proto=I_CCSD ;;
13446         esac
13447         case "$getservbyname_r_proto" in
13448         ''|0)   d_getservbyname_r=undef
13449                 getservbyname_r_proto=0
13450                 echo "Disabling getservbyname_r, cannot determine prototype." >&4 ;;
13451         * )     case "$getservbyname_r_proto" in
13452                 REENTRANT_PROTO*) ;;
13453                 *) getservbyname_r_proto="REENTRANT_PROTO_$getservbyname_r_proto" ;;
13454                 esac
13455                 echo "Prototype: $try" ;;
13456         esac
13457         ;;
13458         *)      case "$usethreads" in
13459                 define) echo "getservbyname_r has no prototype, not using it." >&4 ;;
13460                 esac
13461                 d_getservbyname_r=undef
13462                 getservbyname_r_proto=0
13463                 ;;
13464         esac
13465         ;;
13466 *)      getservbyname_r_proto=0
13467         ;;
13468 esac
13469
13470 : see if getservbyport_r exists
13471 set getservbyport_r d_getservbyport_r
13472 eval $inlibc
13473 case "$d_getservbyport_r" in
13474 "$define")
13475         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
13476         case "$d_getservbyport_r_proto:$usethreads" in
13477         ":define")      d_getservbyport_r_proto=define
13478                 set d_getservbyport_r_proto getservbyport_r $hdrs
13479                 eval $hasproto ;;
13480         *)      ;;
13481         esac
13482         case "$d_getservbyport_r_proto" in
13483         define)
13484         case "$getservbyport_r_proto" in
13485         ''|0) try='int getservbyport_r(int, const char*, struct servent*, char*, size_t, struct servent**);'
13486         ./protochk "extern $try" $hdrs && getservbyport_r_proto=I_ICSBWR ;;
13487         esac
13488         case "$getservbyport_r_proto" in
13489         ''|0) try='struct servent* getservbyport_r(int, const char*, struct servent*, char*, int);'
13490         ./protochk "extern $try" $hdrs && getservbyport_r_proto=S_ICSBI ;;
13491         esac
13492         case "$getservbyport_r_proto" in
13493         ''|0) try='int getservbyport_r(int, const char*, struct servent*, struct servent_data*);'
13494         ./protochk "extern $try" $hdrs && getservbyport_r_proto=I_ICSD ;;
13495         esac
13496         case "$getservbyport_r_proto" in
13497         ''|0)   d_getservbyport_r=undef
13498                 getservbyport_r_proto=0
13499                 echo "Disabling getservbyport_r, cannot determine prototype." >&4 ;;
13500         * )     case "$getservbyport_r_proto" in
13501                 REENTRANT_PROTO*) ;;
13502                 *) getservbyport_r_proto="REENTRANT_PROTO_$getservbyport_r_proto" ;;
13503                 esac
13504                 echo "Prototype: $try" ;;
13505         esac
13506         ;;
13507         *)      case "$usethreads" in
13508                 define) echo "getservbyport_r has no prototype, not using it." >&4 ;;
13509                 esac
13510                 d_getservbyport_r=undef
13511                 getservbyport_r_proto=0
13512                 ;;
13513         esac
13514         ;;
13515 *)      getservbyport_r_proto=0
13516         ;;
13517 esac
13518
13519 : see if getservent_r exists
13520 set getservent_r d_getservent_r
13521 eval $inlibc
13522 case "$d_getservent_r" in
13523 "$define")
13524         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
13525         case "$d_getservent_r_proto:$usethreads" in
13526         ":define")      d_getservent_r_proto=define
13527                 set d_getservent_r_proto getservent_r $hdrs
13528                 eval $hasproto ;;
13529         *)      ;;
13530         esac
13531         case "$d_getservent_r_proto" in
13532         define)
13533         case "$getservent_r_proto" in
13534         ''|0) try='int getservent_r(struct servent*, char*, size_t, struct servent**);'
13535         ./protochk "extern $try" $hdrs && getservent_r_proto=I_SBWR ;;
13536         esac
13537         case "$getservent_r_proto" in
13538         ''|0) try='int getservent_r(struct servent*, char*, int);'
13539         ./protochk "extern $try" $hdrs && getservent_r_proto=I_SBI ;;
13540         esac
13541         case "$getservent_r_proto" in
13542         ''|0) try='struct servent* getservent_r(struct servent*, char*, int);'
13543         ./protochk "extern $try" $hdrs && getservent_r_proto=S_SBI ;;
13544         esac
13545         case "$getservent_r_proto" in
13546         ''|0) try='int getservent_r(struct servent*, struct servent_data*);'
13547         ./protochk "extern $try" $hdrs && getservent_r_proto=I_SD ;;
13548         esac
13549         case "$getservent_r_proto" in
13550         ''|0)   d_getservent_r=undef
13551                 getservent_r_proto=0
13552                 echo "Disabling getservent_r, cannot determine prototype." >&4 ;;
13553         * )     case "$getservent_r_proto" in
13554                 REENTRANT_PROTO*) ;;
13555                 *) getservent_r_proto="REENTRANT_PROTO_$getservent_r_proto" ;;
13556                 esac
13557                 echo "Prototype: $try" ;;
13558         esac
13559         ;;
13560         *)      case "$usethreads" in
13561                 define) echo "getservent_r has no prototype, not using it." >&4 ;;
13562                 esac
13563                 d_getservent_r=undef
13564                 getservent_r_proto=0
13565                 ;;
13566         esac
13567         ;;
13568 *)      getservent_r_proto=0
13569         ;;
13570 esac
13571
13572 : see if prototypes for various getservxxx netdb.h functions are available
13573 echo " "
13574 set d_getservprotos getservent $i_netdb netdb.h
13575 eval $hasproto
13576
13577 : see if getspnam exists
13578 set getspnam d_getspnam
13579 eval $inlibc
13580
13581 : see if this is a shadow.h system
13582 set shadow.h i_shadow
13583 eval $inhdr
13584
13585 : see if getspnam_r exists
13586 set getspnam_r d_getspnam_r
13587 eval $inlibc
13588 case "$d_getspnam_r" in
13589 "$define")
13590         hdrs="$i_systypes sys/types.h define stdio.h $i_shadow shadow.h"
13591         case "$d_getspnam_r_proto:$usethreads" in
13592         ":define")      d_getspnam_r_proto=define
13593                 set d_getspnam_r_proto getspnam_r $hdrs
13594                 eval $hasproto ;;
13595         *)      ;;
13596         esac
13597         case "$d_getspnam_r_proto" in
13598         define)
13599         case "$getspnam_r_proto" in
13600         ''|0) try='int getspnam_r(const char*, struct spwd*, char*, size_t, struct spwd**);'
13601         ./protochk "extern $try" $hdrs && getspnam_r_proto=I_CSBWR ;;
13602         esac
13603         case "$getspnam_r_proto" in
13604         ''|0) try='struct spwd* getspnam_r(const char*, struct spwd*, char*, int);'
13605         ./protochk "extern $try" $hdrs && getspnam_r_proto=S_CSBI ;;
13606         esac
13607         case "$getspnam_r_proto" in
13608         ''|0)   d_getspnam_r=undef
13609                 getspnam_r_proto=0
13610                 echo "Disabling getspnam_r, cannot determine prototype." >&4 ;;
13611         * )     case "$getspnam_r_proto" in
13612                 REENTRANT_PROTO*) ;;
13613                 *) getspnam_r_proto="REENTRANT_PROTO_$getspnam_r_proto" ;;
13614                 esac
13615                 echo "Prototype: $try" ;;
13616         esac
13617         ;;
13618         *)      case "$usethreads" in
13619                 define) echo "getspnam_r has no prototype, not using it." >&4 ;;
13620                 esac
13621                 d_getspnam_r=undef
13622                 getspnam_r_proto=0
13623                 ;;
13624         esac
13625         ;;
13626 *)      getspnam_r_proto=0
13627         ;;
13628 esac
13629
13630 : see if gettimeofday or ftime exists
13631 set gettimeofday d_gettimeod
13632 eval $inlibc
13633 case "$d_gettimeod" in
13634 "$undef")
13635         set ftime d_ftime 
13636         eval $inlibc
13637         ;;
13638 *)
13639         val="$undef"; set d_ftime; eval $setvar
13640         ;;
13641 esac
13642 case "$d_gettimeod$d_ftime" in
13643 "$undef$undef")
13644         echo " "
13645         echo 'No ftime() nor gettimeofday() -- timing may be less accurate.' >&4
13646         ;;
13647 esac
13648
13649 : see if gmtime_r exists
13650 set gmtime_r d_gmtime_r
13651 eval $inlibc
13652 case "$d_gmtime_r" in
13653 "$define")
13654         hdrs="$i_systypes sys/types.h define stdio.h $i_time time.h $i_systime sys/time.h"
13655         case "$d_gmtime_r_proto:$usethreads" in
13656         ":define")      d_gmtime_r_proto=define
13657                 set d_gmtime_r_proto gmtime_r $hdrs
13658                 eval $hasproto ;;
13659         *)      ;;
13660         esac
13661         case "$d_gmtime_r_proto" in
13662         define)
13663         case "$gmtime_r_proto" in
13664         ''|0) try='struct tm* gmtime_r(const time_t*, struct tm*);'
13665         ./protochk "extern $try" $hdrs && gmtime_r_proto=S_TS ;;
13666         esac
13667         case "$gmtime_r_proto" in
13668         ''|0) try='int gmtime_r(const time_t*, struct tm*);'
13669         ./protochk "extern $try" $hdrs && gmtime_r_proto=I_TS ;;
13670         esac
13671         case "$gmtime_r_proto" in
13672         ''|0)   d_gmtime_r=undef
13673                 gmtime_r_proto=0
13674                 echo "Disabling gmtime_r, cannot determine prototype." >&4 ;;
13675         * )     case "$gmtime_r_proto" in
13676                 REENTRANT_PROTO*) ;;
13677                 *) gmtime_r_proto="REENTRANT_PROTO_$gmtime_r_proto" ;;
13678                 esac
13679                 echo "Prototype: $try" ;;
13680         esac
13681         ;;
13682         *)      case "$usethreads" in
13683                 define) echo "gmtime_r has no prototype, not using it." >&4 ;;
13684                 esac
13685                 d_gmtime_r=undef
13686                 gmtime_r_proto=0
13687                 ;;
13688         esac
13689         ;;
13690 *)      gmtime_r_proto=0
13691         ;;
13692 esac
13693
13694 : see if hasmntopt exists
13695 set hasmntopt d_hasmntopt
13696 eval $inlibc
13697
13698 : see if this is a netinet/in.h or sys/in.h system
13699 set netinet/in.h i_niin sys/in.h i_sysin
13700 eval $inhdr
13701
13702 : see if arpa/inet.h has to be included
13703 set arpa/inet.h i_arpainet
13704 eval $inhdr
13705
13706 : see if htonl --and friends-- exists
13707 val=''
13708 set htonl val
13709 eval $inlibc
13710
13711 : Maybe they are macros.
13712 case "$val" in
13713 $undef)
13714         $cat >htonl.c <<EOM
13715 #include <stdio.h>
13716 #include <sys/types.h>
13717 #$i_niin I_NETINET_IN
13718 #$i_sysin I_SYS_IN
13719 #$i_arpainet I_ARPA_INET
13720 #ifdef I_NETINET_IN
13721 #include <netinet/in.h>
13722 #endif
13723 #ifdef I_SYS_IN
13724 #include <sys/in.h>
13725 #endif
13726 #ifdef I_ARPA_INET
13727 #include <arpa/inet.h>
13728 #endif
13729 #ifdef htonl
13730 printf("Defined as a macro.");
13731 #endif
13732 EOM
13733         $cppstdin $cppflags $cppminus < htonl.c >htonl.E 2>/dev/null
13734         if $contains 'Defined as a macro' htonl.E >/dev/null 2>&1; then
13735                 val="$define"
13736                 echo "But it seems to be defined as a macro." >&4
13737         fi
13738         $rm -f htonl.?
13739         ;;
13740 esac
13741 set d_htonl
13742 eval $setvar
13743
13744 : see if ilogbl exists
13745 set ilogbl d_ilogbl
13746 eval $inlibc
13747
13748 : index or strchr
13749 echo " "
13750 if set index val -f; eval $csym; $val; then
13751         if set strchr val -f d_strchr; eval $csym; $val; then
13752                 if $contains strchr "$strings" >/dev/null 2>&1 ; then
13753                         val="$define"
13754                         vali="$undef"
13755                         echo "strchr() found." >&4
13756                 else
13757                         val="$undef"
13758                         vali="$define"
13759                         echo "index() found." >&4
13760                 fi
13761         else
13762                 val="$undef"
13763                 vali="$define"
13764                 echo "index() found." >&4
13765         fi
13766 else
13767         if set strchr val -f d_strchr; eval $csym; $val; then
13768                 val="$define"
13769                 vali="$undef"
13770                 echo "strchr() found." >&4
13771         else
13772                 echo "No index() or strchr() found!" >&4
13773                 val="$undef"
13774                 vali="$undef"
13775         fi
13776 fi
13777 set d_strchr; eval $setvar
13778 val="$vali"
13779 set d_index; eval $setvar
13780
13781 : check whether inet_aton exists
13782 set inet_aton d_inetaton
13783 eval $inlibc
13784
13785 : Look for isascii
13786 echo " "
13787 $cat >isascii.c <<EOCP
13788 #include <stdio.h>
13789 #include <ctype.h>
13790 #$i_stdlib I_STDLIB
13791 #ifdef I_STDLIB
13792 #include <stdlib.h>
13793 #endif
13794 int main() {
13795         int c = 'A';
13796         if (isascii(c))
13797                 exit(0);
13798         else
13799                 exit(1);
13800 }
13801 EOCP
13802 set isascii
13803 if eval $compile; then
13804         echo "isascii() found." >&4
13805         val="$define"
13806 else
13807         echo "isascii() NOT found." >&4
13808         val="$undef"
13809 fi
13810 set d_isascii
13811 eval $setvar
13812 $rm -f isascii*
13813
13814 : see if isfinite exists
13815 set isfinite d_isfinite
13816 eval $inlibc
13817
13818 : see if isinf exists
13819 set isinf d_isinf
13820 eval $inlibc
13821
13822 : see if isnan exists
13823 set isnan d_isnan
13824 eval $inlibc
13825
13826 : see if isnanl exists
13827 set isnanl d_isnanl
13828 eval $inlibc
13829
13830 : see if killpg exists
13831 set killpg d_killpg
13832 eval $inlibc
13833
13834 : see if lchown exists
13835 echo " "
13836 $cat > try.c <<'EOCP'
13837 /* System header to define __stub macros and hopefully few prototypes,
13838     which can conflict with char lchown(); below.  */
13839 #include <assert.h>
13840 /* Override any gcc2 internal prototype to avoid an error.  */
13841 /* We use char because int might match the return type of a gcc2
13842    builtin and then its argument prototype would still apply.  */
13843 char lchown();
13844 int main() {
13845     /*  The GNU C library defines this for functions which it implements
13846         to always fail with ENOSYS.  Some functions are actually named
13847         something starting with __ and the normal name is an alias.  */
13848 #if defined (__stub_lchown) || defined (__stub___lchown)
13849 choke me
13850 #else
13851 lchown();
13852 #endif
13853 ; return 0; }
13854 EOCP
13855 set try
13856 if eval $compile; then
13857     $echo "lchown() found." >&4
13858     val="$define"
13859 else
13860     $echo "lchown() NOT found." >&4
13861     val="$undef"
13862 fi
13863 set d_lchown
13864 eval $setvar
13865
13866 : See if number of significant digits in a double precision number is known
13867 echo " "
13868 $cat >ldbl_dig.c <<EOM
13869 #$i_limits I_LIMITS
13870 #$i_float I_FLOAT
13871 #ifdef I_LIMITS
13872 #include <limits.h>
13873 #endif
13874 #ifdef I_FLOAT
13875 #include <float.h>
13876 #endif
13877 #ifdef LDBL_DIG
13878 printf("Contains LDBL_DIG");
13879 #endif
13880 EOM
13881 $cppstdin $cppflags $cppminus < ldbl_dig.c >ldbl_dig.E 2>/dev/null
13882 if $contains 'LDBL_DIG' ldbl_dig.E >/dev/null 2>&1; then
13883         echo "LDBL_DIG found." >&4
13884         val="$define"
13885 else
13886         echo "LDBL_DIG NOT found." >&4
13887         val="$undef"
13888 fi
13889 $rm -f ldbl_dig.?
13890 set d_ldbl_dig
13891 eval $setvar
13892
13893 : see if link exists
13894 set link d_link
13895 eval $inlibc
13896
13897 : see if localtime_r exists
13898 set localtime_r d_localtime_r
13899 eval $inlibc
13900 case "$d_localtime_r" in
13901 "$define")
13902         hdrs="$i_systypes sys/types.h define stdio.h $i_time time.h $i_systime sys/time.h"
13903         case "$d_localtime_r_proto:$usethreads" in
13904         ":define")      d_localtime_r_proto=define
13905                 set d_localtime_r_proto localtime_r $hdrs
13906                 eval $hasproto ;;
13907         *)      ;;
13908         esac
13909         case "$d_localtime_r_proto" in
13910         define)
13911         case "$localtime_r_proto" in
13912         ''|0) try='struct tm* localtime_r(const time_t*, struct tm*);'
13913         ./protochk "extern $try" $hdrs && localtime_r_proto=S_TS ;;
13914         esac
13915         case "$localtime_r_proto" in
13916         ''|0) try='int localtime_r(const time_t*, struct tm*);'
13917         ./protochk "extern $try" $hdrs && localtime_r_proto=I_TS ;;
13918         esac
13919         case "$localtime_r_proto" in
13920         ''|0)   d_localtime_r=undef
13921                 localtime_r_proto=0
13922                 echo "Disabling localtime_r, cannot determine prototype." >&4 ;;
13923         * )     case "$localtime_r_proto" in
13924                 REENTRANT_PROTO*) ;;
13925                 *) localtime_r_proto="REENTRANT_PROTO_$localtime_r_proto" ;;
13926                 esac
13927                 echo "Prototype: $try" ;;
13928         esac
13929         ;;
13930         *)      case "$usethreads" in
13931                 define) echo "localtime_r has no prototype, not using it." >&4 ;;
13932                 esac
13933                 d_localtime_r=undef
13934                 localtime_r_proto=0
13935                 ;;
13936         esac
13937         ;;
13938 *)      localtime_r_proto=0
13939         ;;
13940 esac
13941
13942 : see if localeconv exists
13943 set localeconv d_locconv
13944 eval $inlibc
13945
13946 : see if lockf exists
13947 set lockf d_lockf
13948 eval $inlibc
13949
13950 : see if prototype for lseek is available
13951 echo " "
13952 set d_lseekproto lseek $i_systypes sys/types.h $i_unistd unistd.h
13953 eval $hasproto
13954
13955 : see if lstat exists
13956 set lstat d_lstat
13957 eval $inlibc
13958
13959 : see if madvise exists
13960 set madvise d_madvise
13961 eval $inlibc
13962
13963 : see if mblen exists
13964 set mblen d_mblen
13965 eval $inlibc
13966
13967 : see if mbstowcs exists
13968 set mbstowcs d_mbstowcs
13969 eval $inlibc
13970
13971 : see if mbtowc exists
13972 set mbtowc d_mbtowc
13973 eval $inlibc
13974
13975 : see if memchr exists
13976 set memchr d_memchr
13977 eval $inlibc
13978
13979 : see if memcmp exists
13980 set memcmp d_memcmp
13981 eval $inlibc
13982
13983 : see if memcpy exists
13984 set memcpy d_memcpy
13985 eval $inlibc
13986
13987 : see if memmove exists
13988 set memmove d_memmove
13989 eval $inlibc
13990
13991 : see if memset exists
13992 set memset d_memset
13993 eval $inlibc
13994
13995 : see if mkdir exists
13996 set mkdir d_mkdir
13997 eval $inlibc
13998
13999 : see if mkdtemp exists
14000 set mkdtemp d_mkdtemp
14001 eval $inlibc
14002
14003 : see if mkfifo exists
14004 set mkfifo d_mkfifo
14005 eval $inlibc
14006
14007 : see if mkstemp exists
14008 set mkstemp d_mkstemp
14009 eval $inlibc
14010
14011 : see if mkstemps exists
14012 set mkstemps d_mkstemps
14013 eval $inlibc
14014
14015 : see if mktime exists
14016 set mktime d_mktime
14017 eval $inlibc
14018
14019 : see if this is a sys/mman.h system
14020 set sys/mman.h i_sysmman
14021 eval $inhdr
14022
14023 : see if mmap exists
14024 set mmap d_mmap
14025 eval $inlibc
14026 : see what shmat returns
14027 : default to something harmless
14028 mmaptype='void *'
14029 case "$i_sysmman$d_mmap" in
14030 "$define$define")
14031         $cat >mmap.c <<'END'
14032 #include <sys/mman.h>
14033 void *mmap();
14034 END
14035         if $cc $ccflags -c mmap.c >/dev/null 2>&1; then
14036                 mmaptype='void *'
14037         else
14038                 mmaptype='caddr_t'
14039         fi
14040         echo "and it returns ($mmaptype)." >&4
14041         ;;
14042 esac
14043
14044
14045
14046 : see if sqrtl exists
14047 set sqrtl d_sqrtl
14048 eval $inlibc
14049
14050 : see if scalbnl exists
14051 set scalbnl d_scalbnl
14052 eval $inlibc
14053
14054 : see if modfl exists
14055 set modfl d_modfl
14056 eval $inlibc
14057
14058 : see if prototype for modfl is available
14059 echo " "
14060 set d_modflproto modfl math.h
14061 eval $hasproto
14062
14063 d_modfl_pow32_bug="$undef"
14064
14065 case "$d_longdbl$d_modfl" in
14066 $define$define)
14067         $cat <<EOM
14068 Checking to see whether your modfl() is okay for large values...
14069 EOM
14070 $cat >try.c <<EOCP
14071 #include <math.h> 
14072 #include <stdio.h>
14073 EOCP
14074 if $test "X$d_modflproto" != "X$define"; then
14075         $cat >>try.c <<EOCP
14076 /* Sigh. many current glibcs provide the function, but do not prototype it.  */ 
14077 long double modfl (long double, long double *);
14078 EOCP
14079 fi
14080 $cat >>try.c <<EOCP
14081 int main() {
14082     long double nv = 4294967303.15;
14083     long double v, w;
14084     v = modfl(nv, &w);         
14085 #ifdef __GLIBC__
14086     printf("glibc");
14087 #endif
14088     printf(" %"$sPRIfldbl" %"$sPRIfldbl" %"$sPRIfldbl"\n", nv, v, w);
14089     return 0;
14090 }
14091 EOCP
14092         case "$osname:$gccversion" in
14093         aix:)   saveccflags="$ccflags"
14094                 ccflags="$ccflags -qlongdouble" ;; # to avoid core dump
14095         esac
14096         set try
14097         if eval $compile; then
14098                 foo=`$run ./try`
14099                 case "$foo" in
14100                 *" 4294967303.150000 1.150000 4294967302.000000")
14101                         echo >&4 "Your modfl() is broken for large values."
14102                         d_modfl_pow32_bug="$define"
14103                         case "$foo" in
14104                         glibc)  echo >&4 "You should upgrade your glibc to at least 2.2.2 to get a fixed modfl()."
14105                         ;;
14106                         esac
14107                         ;;
14108                 *" 4294967303.150000 0.150000 4294967303.000000")
14109                         echo >&4 "Your modfl() seems okay for large values."
14110                         ;;
14111                 *)      echo >&4 "I don't understand your modfl() at all."
14112                         d_modfl="$undef"
14113                         ;;
14114                 esac
14115                 $rm -f try.* try core core.try.*
14116         else
14117                 echo "I cannot figure out whether your modfl() is okay, assuming it isn't."
14118                 d_modfl="$undef"
14119         fi
14120         case "$osname:$gccversion" in
14121         aix:)   ccflags="$saveccflags" ;; # restore
14122         esac
14123         ;;
14124 esac
14125
14126 if $test "$uselongdouble" = "$define"; then
14127     message=""
14128     if $test "$d_sqrtl" != "$define"; then
14129         message="$message sqrtl"
14130     fi
14131     if $test "$d_modfl" != "$define"; then
14132         if $test "$d_aintl:$d_copysignl" = "$define:$define"; then
14133             echo "You have both aintl and copysignl, so I can emulate modfl."
14134         else
14135             message="$message modfl"
14136         fi
14137     fi
14138     if $test "$d_frexpl" != "$define"; then
14139         if $test "$d_ilogbl:$d_scalbnl" = "$define:$define"; then
14140             echo "You have both ilogbl and scalbnl, so I can emulate frexpl."
14141         else
14142             message="$message frexpl"
14143         fi
14144     fi
14145
14146     if $test "$message" != ""; then
14147         $cat <<EOM >&4
14148
14149 *** You requested the use of long doubles but you do not seem to have
14150 *** the following mathematical functions needed for long double support:
14151 ***    $message
14152 *** Please rerun Configure without -Duselongdouble and/or -Dusemorebits.
14153 *** Cannot continue, aborting.
14154
14155 EOM
14156
14157         exit 1
14158     fi
14159 fi
14160
14161 : see if mprotect exists
14162 set mprotect d_mprotect
14163 eval $inlibc
14164
14165 : see if msgctl exists
14166 set msgctl d_msgctl
14167 eval $inlibc
14168
14169 : see if msgget exists
14170 set msgget d_msgget
14171 eval $inlibc
14172
14173 : see if msgsnd exists
14174 set msgsnd d_msgsnd
14175 eval $inlibc
14176
14177 : see if msgrcv exists
14178 set msgrcv d_msgrcv
14179 eval $inlibc
14180
14181 : see how much of the 'msg*(2)' library is present.
14182 h_msg=true
14183 echo " "
14184 case "$d_msgctl$d_msgget$d_msgsnd$d_msgrcv" in
14185 *"$undef"*) h_msg=false;;
14186 esac
14187 case "$osname" in
14188 freebsd)
14189     case "`ipcs 2>&1`" in
14190     "SVID messages"*"not configured"*)
14191         echo "Your $osname does not have the msg*(2) configured." >&4
14192         h_msg=false
14193         val="$undef"
14194         set msgctl d_msgctl
14195         eval $setvar
14196         set msgget d_msgget
14197         eval $setvar
14198         set msgsnd d_msgsnd
14199         eval $setvar
14200         set msgrcv d_msgrcv
14201         eval $setvar
14202         ;;
14203     esac
14204     ;;
14205 esac
14206 : we could also check for sys/ipc.h ...
14207 if $h_msg && $test `./findhdr sys/msg.h`; then
14208         echo "You have the full msg*(2) library." >&4
14209         val="$define"
14210 else
14211         echo "You don't have the full msg*(2) library." >&4
14212         val="$undef"
14213 fi
14214 set d_msg
14215 eval $setvar
14216
14217
14218 echo " "
14219 echo "Checking to see if your system supports struct msghdr..." >&4
14220 set d_msghdr_s msghdr $i_systypes sys/types.h $d_socket sys/socket.h $i_sysuio sys/uio.h
14221 eval $hasstruct
14222 case "$d_msghdr_s" in
14223 "$define")      echo "Yes, it does."   ;;
14224 *)              echo "No, it doesn't." ;;
14225 esac
14226
14227
14228 : see if msync exists
14229 set msync d_msync
14230 eval $inlibc
14231
14232 : see if munmap exists
14233 set munmap d_munmap
14234 eval $inlibc
14235
14236 : see if nanosleep exists
14237 set nanosleep d_nanosleep
14238 eval $inlibc
14239
14240 : see if nice exists
14241 set nice d_nice
14242 eval $inlibc
14243
14244 : see if this is a langinfo.h system
14245 set langinfo.h i_langinfo
14246 eval $inhdr
14247
14248 : see if nl_langinfo exists
14249 set nl_langinfo d_nl_langinfo
14250 eval $inlibc
14251
14252 : check for length of character
14253 echo " "
14254 case "$charsize" in
14255 '')
14256         echo "Checking to see how big your characters are (hey, you never know)..." >&4
14257         $cat >try.c <<EOCP
14258 #include <stdio.h>
14259 #$i_stdlib I_STDLIB
14260 #ifdef I_STDLIB
14261 #include <stdlib.h>
14262 #endif
14263 int main()
14264 {
14265     printf("%d\n", (int)sizeof(char));
14266     exit(0);
14267 }
14268 EOCP
14269         set try
14270         if eval $compile_ok; then
14271                 dflt=`$run ./try`
14272         else
14273                 dflt='1'
14274                 echo "(I can't seem to compile the test program.  Guessing...)"
14275         fi
14276         ;;
14277 *)
14278         dflt="$charsize"
14279         ;;
14280 esac
14281 rp="What is the size of a character (in bytes)?"
14282 . ./myread
14283 charsize="$ans"
14284 $rm -f try.c try
14285
14286 : check for volatile keyword
14287 echo " "
14288 echo 'Checking to see if your C compiler knows about "volatile"...' >&4
14289 $cat >try.c <<'EOCP'
14290 int main()
14291 {
14292         typedef struct _goo_struct goo_struct;
14293         goo_struct * volatile goo = ((goo_struct *)0);
14294         struct _goo_struct {
14295                 long long_int;
14296                 int reg_int;
14297                 char char_var;
14298         };
14299         typedef unsigned short foo_t;
14300         char *volatile foo;
14301         volatile int bar;
14302         volatile foo_t blech;
14303         foo = foo;
14304 }
14305 EOCP
14306 if $cc -c $ccflags try.c >/dev/null 2>&1 ; then
14307         val="$define"
14308         echo "Yup, it does."
14309 else
14310         val="$undef"
14311         echo "Nope, it doesn't."
14312 fi
14313 set d_volatile
14314 eval $setvar
14315 $rm -f try.*
14316
14317
14318 echo " "
14319 $echo "Choosing the C types to be used for Perl's internal types..." >&4
14320
14321 case "$use64bitint:$d_quad:$quadtype" in
14322 define:define:?*)
14323         ivtype="$quadtype"
14324         uvtype="$uquadtype"
14325         ivsize=8
14326         uvsize=8
14327         ;;
14328 *)      ivtype="long"
14329         uvtype="unsigned long"
14330         ivsize=$longsize
14331         uvsize=$longsize
14332         ;;
14333 esac
14334
14335 case "$uselongdouble:$d_longdbl" in
14336 define:define)
14337         nvtype="long double"
14338         nvsize=$longdblsize
14339         ;;
14340 *)      nvtype=double
14341         nvsize=$doublesize
14342         ;;
14343 esac
14344
14345 $echo "(IV will be "$ivtype", $ivsize bytes)"
14346 $echo "(UV will be "$uvtype", $uvsize bytes)"
14347 $echo "(NV will be "$nvtype", $nvsize bytes)"
14348
14349 $cat >try.c <<EOCP
14350 #$i_inttypes I_INTTYPES
14351 #ifdef I_INTTYPES
14352 #include <inttypes.h>
14353 #endif
14354 #include <stdio.h>
14355 int main() {
14356 #ifdef INT8
14357    int8_t i =  INT8_MAX;
14358   uint8_t u = UINT8_MAX;
14359   printf("int8_t\n");
14360 #endif
14361 #ifdef INT16
14362    int16_t i =  INT16_MAX;
14363   uint16_t i = UINT16_MAX;
14364   printf("int16_t\n");
14365 #endif
14366 #ifdef INT32
14367    int32_t i =  INT32_MAX;
14368   uint32_t u = UINT32_MAX;
14369   printf("int32_t\n");
14370 #endif
14371 }
14372 EOCP
14373
14374 case "$i8type" in
14375 '')     case "$charsize" in
14376         1)      i8type=char
14377                 u8type="unsigned char"
14378                 i8size=$charsize
14379                 u8size=$charsize
14380                 ;;
14381         esac
14382         ;;
14383 esac
14384 case "$i8type" in
14385 '')     set try -DINT8
14386         if eval $compile; then
14387                 case "`$run ./try`" in
14388                 int8_t) i8type=int8_t
14389                         u8type=uint8_t
14390                         i8size=1
14391                         u8size=1
14392                         ;;
14393                 esac
14394         fi
14395         ;;
14396 esac
14397 case "$i8type" in
14398 '')     if $test $charsize -ge 1; then
14399                 i8type=char
14400                 u8type="unsigned char"
14401                 i8size=$charsize
14402                 u8size=$charsize
14403         fi
14404         ;;
14405 esac
14406
14407 case "$i16type" in
14408 '')     case "$shortsize" in
14409         2)      i16type=short
14410                 u16type="unsigned short"
14411                 i16size=$shortsize
14412                 u16size=$shortsize
14413                 ;;
14414         esac
14415         ;;
14416 esac
14417 case "$i16type" in
14418 '')     set try -DINT16
14419         if eval $compile; then
14420                 case "`$run ./try`" in
14421                 int16_t)
14422                         i16type=int16_t
14423                         u16type=uint16_t
14424                         i16size=2
14425                         u16size=2
14426                         ;;
14427                 esac
14428         fi
14429         ;;
14430 esac
14431 case "$i16type" in
14432 '')     if $test $shortsize -ge 2; then
14433                 i16type=short
14434                 u16type="unsigned short"
14435                 i16size=$shortsize
14436                 u16size=$shortsize
14437         fi
14438         ;;
14439 esac
14440
14441 case "$i32type" in
14442 '')     case "$longsize" in
14443         4)      i32type=long
14444                 u32type="unsigned long"
14445                 i32size=$longsize
14446                 u32size=$longsize
14447                 ;;
14448         *)      case "$intsize" in
14449                 4)      i32type=int
14450                         u32type="unsigned int"
14451                         i32size=$intsize
14452                         u32size=$intsize
14453                         ;;
14454                 esac
14455                 ;;
14456         esac
14457         ;;
14458 esac
14459 case "$i32type" in
14460 '')     set try -DINT32
14461         if eval $compile; then
14462                 case "`$run ./try`" in
14463                 int32_t)
14464                         i32type=int32_t
14465                         u32type=uint32_t
14466                         i32size=4
14467                         u32size=4
14468                         ;;
14469                 esac
14470         fi
14471         ;;
14472 esac
14473 case "$i32type" in
14474 '')     if $test $intsize -ge 4; then
14475                 i32type=int
14476                 u32type="unsigned int"
14477                 i32size=$intsize
14478                 u32size=$intsize
14479         fi
14480         ;;
14481 esac
14482
14483 case "$i64type" in
14484 '')     case "$d_quad:$quadtype" in
14485         define:?*)
14486                 i64type="$quadtype"
14487                 u64type="$uquadtype"
14488                 i64size=8
14489                 u64size=8
14490                 ;;
14491         esac
14492         ;;
14493 esac
14494
14495 $echo "Checking how many bits of your UVs your NVs can preserve..." >&4
14496 : volatile so that the compiler has to store it out to memory.
14497 if test X"$d_volatile" = X"$define"; then
14498         volatile=volatile
14499 fi
14500 $cat <<EOP >try.c
14501 #include <stdio.h>
14502 #$i_stdlib I_STDLIB
14503 #ifdef I_STDLIB
14504 #include <stdlib.h>
14505 #endif
14506 #include <sys/types.h>
14507 #include <signal.h>
14508 #ifdef SIGFPE
14509 $volatile int bletched = 0;
14510 $signal_t blech(s) int s; { bletched = 1; }
14511 #endif
14512 int main() {
14513     $uvtype u = 0;
14514     $nvtype d;
14515     int     n = 8 * $uvsize;
14516     int     i;
14517 #ifdef SIGFPE
14518     signal(SIGFPE, blech);
14519 #endif
14520
14521     for (i = 0; i < n; i++) {
14522       u = u << 1 | ($uvtype)1;
14523       d = ($nvtype)u;
14524       if (($uvtype)d != u)
14525         break;
14526       if (d <= 0)
14527         break;
14528       d = ($nvtype)(u - 1);
14529       if (($uvtype)d != (u - 1))
14530         break;
14531 #ifdef SIGFPE
14532       if (bletched) {
14533         break;
14534 #endif
14535       } 
14536     }
14537     printf("%d\n", ((i == n) ? -n : i));
14538     exit(0);
14539 }
14540 EOP
14541 set try
14542
14543 d_nv_preserves_uv="$undef"
14544 if eval $compile; then
14545         nv_preserves_uv_bits="`$run ./try`"
14546 fi
14547 case "$nv_preserves_uv_bits" in
14548 \-[1-9]*)       
14549         nv_preserves_uv_bits=`expr 0 - $nv_preserves_uv_bits`
14550         $echo "Your NVs can preserve all $nv_preserves_uv_bits bits of your UVs."  2>&1
14551         d_nv_preserves_uv="$define"
14552         ;;
14553 [1-9]*) $echo "Your NVs can preserve only $nv_preserves_uv_bits bits of your UVs."  2>&1
14554         d_nv_preserves_uv="$undef" ;;
14555 *)      $echo "Can't figure out how many bits your NVs preserve." 2>&1
14556         nv_preserves_uv_bits="$undef" ;;
14557 esac
14558
14559 $rm -f try.* try
14560
14561
14562 : check for off64_t
14563 echo " "
14564 echo "Checking to see if you have off64_t..." >&4
14565 $cat >try.c <<EOCP
14566 #include <sys/types.h>
14567 #include <unistd.h>
14568 int main() { off64_t x = 7; }
14569 EOCP
14570 set try
14571 if eval $compile; then
14572         val="$define"
14573         echo "You have off64_t."
14574 else
14575         val="$undef"
14576         echo "You do not have off64_t."
14577         case "$lseeksize" in
14578         8) echo "(Your off_t is 64 bits, so you could use that.)" ;;
14579         esac
14580 fi
14581 $rm -f try.* try
14582 set d_off64_t
14583 eval $setvar
14584
14585 : how to create joinable pthreads
14586 if test "X$usethreads" = "X$define" -a "X$i_pthread" = "X$define"; then
14587         echo " "
14588         echo "Checking what constant to use for creating joinable pthreads..." >&4 
14589         $cat >try.c <<'EOCP'
14590 #include <pthread.h>
14591 int main() {
14592     int detachstate = JOINABLE;
14593 }
14594 EOCP
14595         set try -DJOINABLE=PTHREAD_CREATE_JOINABLE
14596         if eval $compile; then
14597                 echo "You seem to use PTHREAD_CREATE_JOINABLE." >&4
14598                 val="$undef" # Yes, undef.
14599                 set d_old_pthread_create_joinable
14600                 eval $setvar
14601                 val=""
14602                 set old_pthread_create_joinable
14603                 eval $setvar
14604         else
14605                 set try -DJOINABLE=PTHREAD_CREATE_UNDETACHED
14606                 if eval $compile; then
14607                         echo "You seem to use PTHREAD_CREATE_UNDETACHED." >&4
14608                         val="$define"
14609                         set d_old_pthread_create_joinable
14610                         eval $setvar
14611                         val=PTHREAD_CREATE_UNDETACHED
14612                         set old_pthread_create_joinable
14613                         eval $setvar
14614                 else            
14615                         set try -DJOINABLE=__UNDETACHED
14616                         if eval $compile; then
14617                                 echo "You seem to use __UNDETACHED." >&4
14618                                 val="$define"
14619                                 set d_old_pthread_create_joinable
14620                                 eval $setvar
14621                                 val=__UNDETACHED
14622                                 set old_pthread_create_joinable
14623                                 eval $setvar
14624                         else
14625                                 echo "Egads, nothing obvious found.  Guessing that you use 0." >&4
14626                                 val="$define"
14627                                 set d_old_pthread_create_joinable
14628                                 eval $setvar
14629                                 val=0
14630                                 set old_pthread_create_joinable
14631                                 eval $setvar
14632                         fi
14633                 fi
14634         fi
14635         $rm -f try try.*
14636 else
14637     d_old_pthread_create_joinable="$undef"
14638     old_pthread_create_joinable=""
14639 fi
14640
14641 : see if pause exists
14642 set pause d_pause
14643 eval $inlibc
14644
14645 : see if pipe exists
14646 set pipe d_pipe
14647 eval $inlibc
14648
14649 : see if poll exists
14650 set poll d_poll
14651 eval $inlibc
14652
14653 : see if readlink exists
14654 set readlink d_readlink
14655 eval $inlibc
14656
14657 echo " "
14658 procselfexe=''
14659 val="$undef"
14660 case "$d_readlink" in
14661 "$define")
14662         if $issymlink /proc/self/exe ; then
14663                 $ls -l /proc/self/exe > reflect
14664                 if $contains /`basename $ls` reflect >/dev/null 2>&1; then
14665                         echo "You have Linux-like /proc/self/exe."
14666                         procselfexe='"/proc/self/exe"'
14667                         val="$define"
14668                 fi
14669         fi
14670         if $issymlink /proc/curproc/file ; then
14671                 $ls -l /proc/curproc/file > reflect
14672                 if $contains /`basename $ls` reflect >/dev/null 2>&1; then
14673                         echo "You have BSD-like /proc/curproc/file."
14674                         procselfexe='"/proc/curproc/file"'
14675                         val="$define"
14676                 fi
14677         fi
14678         ;;
14679 esac
14680 $rm -f reflect
14681 set d_procselfexe
14682 eval $setvar
14683
14684 : see whether the pthread_atfork exists
14685 $cat >try.c <<EOP
14686 #include <pthread.h>
14687 #include <stdio.h>
14688 int main() {
14689 #ifdef  PTHREAD_ATFORK
14690         pthread_atfork(NULL,NULL,NULL);
14691 #endif
14692 }
14693 EOP
14694
14695 : see if pthread_atfork exists
14696 set try -DPTHREAD_ATFORK
14697 if eval $compile; then
14698     val="$define"
14699 else
14700     val="$undef"
14701 fi
14702 case "$usethreads" in
14703 $define)
14704         case "$val" in
14705         $define) echo 'pthread_atfork found.' >&4        ;;
14706         *)       echo 'pthread_atfork NOT found.' >&4    ;;
14707         esac
14708 esac
14709 set d_pthread_atfork
14710 eval $setvar
14711
14712
14713 : see whether the various POSIXish _yields exist
14714 $cat >try.c <<EOP
14715 #include <pthread.h>
14716 #include <stdio.h>
14717 int main() {
14718 #ifdef SCHED_YIELD
14719         sched_yield();
14720 #else
14721 #ifdef PTHREAD_YIELD
14722         pthread_yield();
14723 #else
14724 #ifdef PTHREAD_YIELD_NULL
14725         pthread_yield(NULL);
14726 #endif
14727 #endif
14728 #endif
14729 }
14730 EOP
14731 : see if sched_yield exists
14732 set try -DSCHED_YIELD
14733 if eval $compile; then
14734     val="$define"
14735     sched_yield='sched_yield()'
14736 else
14737     val="$undef"
14738 fi
14739 case "$usethreads" in
14740 $define)
14741         case "$val" in
14742         $define) echo 'sched_yield() found.' >&4        ;;
14743         *)       echo 'sched_yield() NOT found.' >&4    ;;
14744         esac
14745 esac
14746 set d_sched_yield
14747 eval $setvar
14748
14749 : see if pthread_yield exists
14750 set try -DPTHREAD_YIELD
14751 if eval $compile; then
14752     val="$define"
14753     case "$sched_yield" in
14754     '') sched_yield='pthread_yield()' ;;
14755     esac
14756 else
14757     set try -DPTHREAD_YIELD_NULL
14758     if eval $compile; then
14759         val="$define"
14760         case "$sched_yield" in
14761         '') sched_yield='pthread_yield(NULL)' ;;
14762         esac
14763     else
14764         val="$undef"
14765     fi
14766 fi
14767 case "$usethreads" in
14768 $define)
14769         case "$val" in
14770         $define) echo 'pthread_yield() found.' >&4      ;;
14771         *)       echo 'pthread_yield() NOT found.' >&4  ;;
14772         esac
14773         ;;
14774 esac
14775 set d_pthread_yield
14776 eval $setvar
14777
14778 case "$sched_yield" in
14779 '') sched_yield=undef ;;
14780 esac
14781
14782 $rm -f try try.*
14783
14784 : see if random_r exists
14785 set random_r d_random_r
14786 eval $inlibc
14787 case "$d_random_r" in
14788 "$define")
14789         hdrs="$i_systypes sys/types.h define stdio.h $i_stdlib stdlib.h"
14790         case "$d_random_r_proto:$usethreads" in
14791         ":define")      d_random_r_proto=define
14792                 set d_random_r_proto random_r $hdrs
14793                 eval $hasproto ;;
14794         *)      ;;
14795         esac
14796         case "$d_random_r_proto" in
14797         define)
14798         case "$random_r_proto" in
14799         ''|0) try='int random_r(int*, struct random_data*);'
14800         ./protochk "extern $try" $hdrs && random_r_proto=I_iS ;;
14801         esac
14802         case "$random_r_proto" in
14803         ''|0) try='int random_r(long*, struct random_data*);'
14804         ./protochk "extern $try" $hdrs && random_r_proto=I_lS ;;
14805         esac
14806         case "$random_r_proto" in
14807         ''|0) try='int random_r(struct random_data*, int32_t*);'
14808         ./protochk "extern $try" $hdrs && random_r_proto=I_St ;;
14809         esac
14810         case "$random_r_proto" in
14811         ''|0)   d_random_r=undef
14812                 random_r_proto=0
14813                 echo "Disabling random_r, cannot determine prototype." >&4 ;;
14814         * )     case "$random_r_proto" in
14815                 REENTRANT_PROTO*) ;;
14816                 *) random_r_proto="REENTRANT_PROTO_$random_r_proto" ;;
14817                 esac
14818                 echo "Prototype: $try" ;;
14819         esac
14820         ;;
14821         *)      case "$usethreads" in
14822                 define) echo "random_r has no prototype, not using it." >&4 ;;
14823                 esac
14824                 d_random_r=undef
14825                 random_r_proto=0
14826                 ;;
14827         esac
14828         ;;
14829 *)      random_r_proto=0
14830         ;;
14831 esac
14832
14833 : see if readdir and friends exist
14834 set readdir d_readdir
14835 eval $inlibc
14836 set seekdir d_seekdir
14837 eval $inlibc
14838 set telldir d_telldir
14839 eval $inlibc
14840 set rewinddir d_rewinddir
14841 eval $inlibc
14842
14843 : see if readdir64_r exists
14844 set readdir64_r d_readdir64_r
14845 eval $inlibc
14846 case "$d_readdir64_r" in
14847 "$define")
14848         hdrs="$i_systypes sys/types.h define stdio.h $i_dirent dirent.h"
14849         case "$d_readdir64_r_proto:$usethreads" in
14850         ":define")      d_readdir64_r_proto=define
14851                 set d_readdir64_r_proto readdir64_r $hdrs
14852                 eval $hasproto ;;
14853         *)      ;;
14854         esac
14855         case "$d_readdir64_r_proto" in
14856         define)
14857         case "$readdir64_r_proto" in
14858         ''|0) try='int readdir64_r(DIR*, struct dirent64*, struct dirent64**);'
14859         ./protochk "extern $try" $hdrs && readdir64_r_proto=I_TSR ;;
14860         esac
14861         case "$readdir64_r_proto" in
14862         ''|0) try='int readdir64_r(DIR*, struct dirent64*);'
14863         ./protochk "extern $try" $hdrs && readdir64_r_proto=I_TS ;;
14864         esac
14865         case "$readdir64_r_proto" in
14866         ''|0)   d_readdir64_r=undef
14867                 readdir64_r_proto=0
14868                 echo "Disabling readdir64_r, cannot determine prototype." >&4 ;;
14869         * )     case "$readdir64_r_proto" in
14870                 REENTRANT_PROTO*) ;;
14871                 *) readdir64_r_proto="REENTRANT_PROTO_$readdir64_r_proto" ;;
14872                 esac
14873                 echo "Prototype: $try" ;;
14874         esac
14875         ;;
14876         *)      case "$usethreads" in
14877                 define) echo "readdir64_r has no prototype, not using it." >&4 ;;
14878                 esac
14879                 d_readdir64_r=undef
14880                 readdir64_r_proto=0
14881                 ;;
14882         esac
14883         ;;
14884 *)      readdir64_r_proto=0
14885         ;;
14886 esac
14887
14888 : see if readdir_r exists
14889 set readdir_r d_readdir_r
14890 eval $inlibc
14891 case "$d_readdir_r" in
14892 "$define")
14893         hdrs="$i_systypes sys/types.h define stdio.h $i_dirent dirent.h"
14894         case "$d_readdir_r_proto:$usethreads" in
14895         ":define")      d_readdir_r_proto=define
14896                 set d_readdir_r_proto readdir_r $hdrs
14897                 eval $hasproto ;;
14898         *)      ;;
14899         esac
14900         case "$d_readdir_r_proto" in
14901         define)
14902         case "$readdir_r_proto" in
14903         ''|0) try='int readdir_r(DIR*, struct dirent*, struct dirent**);'
14904         ./protochk "extern $try" $hdrs && readdir_r_proto=I_TSR ;;
14905         esac
14906         case "$readdir_r_proto" in
14907         ''|0) try='int readdir_r(DIR*, struct dirent*);'
14908         ./protochk "extern $try" $hdrs && readdir_r_proto=I_TS ;;
14909         esac
14910         case "$readdir_r_proto" in
14911         ''|0)   d_readdir_r=undef
14912                 readdir_r_proto=0
14913                 echo "Disabling readdir_r, cannot determine prototype." >&4 ;;
14914         * )     case "$readdir_r_proto" in
14915                 REENTRANT_PROTO*) ;;
14916                 *) readdir_r_proto="REENTRANT_PROTO_$readdir_r_proto" ;;
14917                 esac
14918                 echo "Prototype: $try" ;;
14919         esac
14920         ;;
14921         *)      case "$usethreads" in
14922                 define) echo "readdir_r has no prototype, not using it." >&4 ;;
14923                 esac
14924                 d_readdir_r=undef
14925                 readdir_r_proto=0
14926                 ;;
14927         esac
14928         ;;
14929 *)      readdir_r_proto=0
14930         ;;
14931 esac
14932
14933 : see if readv exists
14934 set readv d_readv
14935 eval $inlibc
14936
14937 : see if recvmsg exists
14938 set recvmsg d_recvmsg
14939 eval $inlibc
14940
14941 : see if rename exists
14942 set rename d_rename
14943 eval $inlibc
14944
14945 : see if rmdir exists
14946 set rmdir d_rmdir
14947 eval $inlibc
14948
14949 : see if memory.h is available.
14950 val=''
14951 set memory.h val
14952 eval $inhdr
14953
14954 : See if it conflicts with string.h
14955 case "$val" in
14956 $define)
14957         case "$strings" in
14958         '') ;;
14959         *)
14960                 $cppstdin $cppflags $cppminus < $strings > mem.h
14961                 if $contains 'memcpy' mem.h >/dev/null 2>&1; then
14962                         echo " "
14963                         echo "We won't be including <memory.h>."
14964                         val="$undef"
14965                 fi
14966                 $rm -f mem.h
14967                 ;;
14968         esac
14969 esac
14970 set i_memory
14971 eval $setvar
14972
14973 : can bcopy handle overlapping blocks?
14974 echo " "
14975 val="$undef"
14976 case "$d_memmove" in
14977 "$define") echo "I'll use memmove() instead of bcopy() for overlapping copies." ;;
14978 *)      case "$d_bcopy" in
14979         "$define")
14980                 echo "Checking to see if bcopy() can do overlapping copies..." >&4
14981                 $cat >try.c <<EOCP
14982 #$i_memory I_MEMORY
14983 #$i_stdlib I_STDLIB
14984 #$i_string I_STRING
14985 #$i_unistd I_UNISTD
14986 EOCP
14987         $cat >>try.c <<'EOCP'
14988 #include <stdio.h>
14989 #ifdef I_MEMORY
14990 #  include <memory.h>
14991 #endif
14992 #ifdef I_STDLIB
14993 #  include <stdlib.h>
14994 #endif
14995 #ifdef I_STRING
14996 #  include <string.h>
14997 #else
14998 #  include <strings.h>
14999 #endif
15000 #ifdef I_UNISTD
15001 #  include <unistd.h>  /* Needed for NetBSD */
15002 #endif
15003 int main()
15004 {
15005 char buf[128], abc[128];
15006 char *b;
15007 int len;
15008 int off;
15009 int align;
15010
15011 /* Copy "abcde..." string to char abc[] so that gcc doesn't
15012    try to store the string in read-only memory. */
15013 bcopy("abcdefghijklmnopqrstuvwxyz0123456789", abc, 36);
15014
15015 for (align = 7; align >= 0; align--) {
15016         for (len = 36; len; len--) {
15017                 b = buf+align;
15018                 bcopy(abc, b, len);
15019                 for (off = 1; off <= len; off++) {
15020                         bcopy(b, b+off, len);
15021                         bcopy(b+off, b, len);
15022                         if (bcmp(b, abc, len))
15023                                 exit(1);
15024                 }
15025         }
15026 }
15027 exit(0);
15028 }
15029 EOCP
15030                 set try
15031                 if eval $compile_ok; then
15032                         if ./try 2>/dev/null; then
15033                                 echo "Yes, it can."
15034                                 val="$define"
15035                         else
15036                                 echo "It can't, sorry."
15037                         fi
15038                 else
15039                         echo "(I can't compile the test program, so we'll assume not...)"
15040                 fi
15041                 ;;
15042         esac
15043         $rm -f try.* try core
15044         ;;
15045 esac
15046 set d_safebcpy
15047 eval $setvar
15048
15049 : can memcpy handle overlapping blocks?
15050 echo " "
15051 val="$undef"
15052 case "$d_memmove" in
15053 "$define") echo "I'll use memmove() instead of memcpy() for overlapping copies." ;;
15054 *)      case "$d_memcpy" in
15055         "$define")
15056                 echo "Checking to see if memcpy() can do overlapping copies..." >&4
15057                 $cat >try.c <<EOCP
15058 #$i_memory I_MEMORY
15059 #$i_stdlib I_STDLIB
15060 #$i_string I_STRING
15061 #$i_unistd I_UNISTD
15062 EOCP
15063         $cat >>try.c <<'EOCP'
15064 #include <stdio.h>
15065 #ifdef I_MEMORY
15066 #  include <memory.h>
15067 #endif
15068 #ifdef I_STDLIB
15069 #  include <stdlib.h>
15070 #endif
15071 #ifdef I_STRING
15072 #  include <string.h>
15073 #else
15074 #  include <strings.h>
15075 #endif
15076 #ifdef I_UNISTD
15077 #  include <unistd.h>  /* Needed for NetBSD */
15078 #endif
15079 int main()
15080 {
15081 char buf[128], abc[128];
15082 char *b;
15083 int len;
15084 int off;
15085 int align;
15086
15087 /* Copy "abcde..." string to char abc[] so that gcc doesn't
15088    try to store the string in read-only memory. */
15089 memcpy(abc, "abcdefghijklmnopqrstuvwxyz0123456789", 36);
15090
15091 for (align = 7; align >= 0; align--) {
15092         for (len = 36; len; len--) {
15093                 b = buf+align;
15094                 memcpy(b, abc, len);
15095                 for (off = 1; off <= len; off++) {
15096                         memcpy(b+off, b, len);
15097                         memcpy(b, b+off, len);
15098                         if (memcmp(b, abc, len))
15099                                 exit(1);
15100                 }
15101         }
15102 }
15103 exit(0);
15104 }
15105 EOCP
15106                 set try
15107                 if eval $compile_ok; then
15108                         if ./try 2>/dev/null; then
15109                                 echo "Yes, it can."
15110                                 val="$define"
15111                         else
15112                                 echo "It can't, sorry."
15113                         fi
15114                 else
15115                         echo "(I can't compile the test program, so we'll assume not...)"
15116                 fi
15117                 ;;
15118         esac
15119         $rm -f try.* try core
15120         ;;
15121 esac
15122 set d_safemcpy
15123 eval $setvar
15124
15125 : can memcmp be trusted to compare relative magnitude?
15126 val="$undef"
15127 case "$d_memcmp" in
15128 "$define")
15129         echo " "
15130         echo "Checking if your memcmp() can compare relative magnitude..." >&4
15131         $cat >try.c <<EOCP
15132 #$i_memory I_MEMORY
15133 #$i_stdlib I_STDLIB
15134 #$i_string I_STRING
15135 #$i_unistd I_UNISTD
15136 EOCP
15137         $cat >>try.c <<'EOCP'
15138 #include <stdio.h>
15139 #ifdef I_MEMORY
15140 #  include <memory.h>
15141 #endif
15142 #ifdef I_STDLIB
15143 #  include <stdlib.h>
15144 #endif
15145 #ifdef I_STRING
15146 #  include <string.h>
15147 #else
15148 #  include <strings.h>
15149 #endif
15150 #ifdef I_UNISTD
15151 #  include <unistd.h>  /* Needed for NetBSD */
15152 #endif
15153 int main()
15154 {
15155 char a = -1;
15156 char b = 0;
15157 if ((a < b) && memcmp(&a, &b, 1) < 0)
15158         exit(1);
15159 exit(0);
15160 }
15161 EOCP
15162         set try
15163         if eval $compile_ok; then
15164                 if $run ./try 2>/dev/null; then
15165                         echo "Yes, it can."
15166                         val="$define"
15167                 else
15168                         echo "No, it can't (it uses signed chars)."
15169                 fi
15170         else
15171                 echo "(I can't compile the test program, so we'll assume not...)"
15172         fi
15173         ;;
15174 esac
15175 $rm -f try.* try core
15176 set d_sanemcmp
15177 eval $setvar
15178
15179 : see if prototype for sbrk is available
15180 echo " "
15181 set d_sbrkproto sbrk $i_unistd unistd.h
15182 eval $hasproto
15183
15184 : see if select exists
15185 set select d_select
15186 eval $inlibc
15187
15188 : see if semctl exists
15189 set semctl d_semctl
15190 eval $inlibc
15191
15192 : see if semget exists
15193 set semget d_semget
15194 eval $inlibc
15195
15196 : see if semop exists
15197 set semop d_semop
15198 eval $inlibc
15199
15200 : see how much of the 'sem*(2)' library is present.
15201 h_sem=true
15202 echo " "
15203 case "$d_semctl$d_semget$d_semop" in
15204 *"$undef"*) h_sem=false;;
15205 esac
15206 case "$osname" in
15207 freebsd)
15208     case "`ipcs 2>&1`" in
15209     "SVID messages"*"not configured"*)
15210         echo "Your $osname does not have the sem*(2) configured." >&4
15211         h_sem=false
15212         val="$undef"
15213         set semctl d_semctl
15214         eval $setvar
15215         set semget d_semget
15216         eval $setvar
15217         set semop d_semop
15218         eval $setvar
15219         ;;
15220     esac
15221     ;;
15222 esac
15223 : we could also check for sys/ipc.h ...
15224 if $h_sem && $test `./findhdr sys/sem.h`; then
15225         echo "You have the full sem*(2) library." >&4
15226         val="$define"
15227 else
15228         echo "You don't have the full sem*(2) library." >&4
15229         val="$undef"
15230 fi
15231 set d_sem
15232 eval $setvar
15233
15234 : see whether sys/sem.h defines union semun
15235 echo " "
15236 $cat > try.c <<'END'
15237 #include <sys/types.h>
15238 #include <sys/ipc.h>
15239 #include <sys/sem.h>
15240 int main () { union semun semun; semun.buf = 0; }
15241 END
15242 set try
15243 if eval $compile; then
15244     echo "You have union semun in <sys/sem.h>." >&4
15245     val="$define"
15246 else
15247     echo "You do not have union semun in <sys/sem.h>." >&4
15248     val="$undef"
15249 fi
15250 $rm -f try try.c try.h
15251 set d_union_semun
15252 eval $setvar
15253
15254 : see how to do semctl IPC_STAT
15255 case "$d_sem" in
15256 $define)
15257     : see whether semctl IPC_STAT can use union semun
15258     echo " "
15259     $cat > try.h <<END
15260 #ifndef S_IRUSR
15261 #   ifdef S_IREAD
15262 #       define S_IRUSR S_IREAD
15263 #       define S_IWUSR S_IWRITE
15264 #       define S_IXUSR S_IEXEC
15265 #   else
15266 #       define S_IRUSR 0400
15267 #       define S_IWUSR 0200
15268 #       define S_IXUSR 0100
15269 #   endif
15270 #   define S_IRGRP (S_IRUSR>>3)
15271 #   define S_IWGRP (S_IWUSR>>3)
15272 #   define S_IXGRP (S_IXUSR>>3)
15273 #   define S_IROTH (S_IRUSR>>6)
15274 #   define S_IWOTH (S_IWUSR>>6)
15275 #   define S_IXOTH (S_IXUSR>>6)
15276 #endif
15277 #ifndef S_IRWXU
15278 #   define S_IRWXU (S_IRUSR|S_IWUSR|S_IXUSR)
15279 #   define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)
15280 #   define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
15281 #endif
15282 END
15283
15284     $cat > try.c <<END
15285 #include <sys/types.h>
15286 #include <sys/ipc.h>
15287 #include <sys/sem.h>
15288 #include <sys/stat.h>
15289 #include <stdio.h>
15290 #include <errno.h>
15291 #include "try.h"
15292 #ifndef errno
15293 extern int errno;
15294 #endif
15295 #$d_union_semun HAS_UNION_SEMUN
15296 int main() {
15297     union semun
15298 #ifndef HAS_UNION_SEMUN
15299     {
15300         int val;
15301         struct semid_ds *buf;
15302         unsigned short *array;
15303     }
15304 #endif
15305     arg;
15306     int sem, st;
15307
15308 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) && defined(S_IRWXO) && defined(IPC_CREAT)
15309     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
15310     if (sem > -1) {
15311         struct semid_ds argbuf;
15312         arg.buf = &argbuf;
15313 #       ifdef IPC_STAT
15314         st = semctl(sem, 0, IPC_STAT, arg);
15315         if (st == 0)
15316             printf("semun\n");
15317         else
15318 #       endif /* IPC_STAT */
15319             printf("semctl IPC_STAT failed: errno = %d\n", errno);
15320 #       ifdef IPC_RMID
15321         if (semctl(sem, 0, IPC_RMID, arg) != 0)
15322 #       endif /* IPC_RMID */
15323             printf("semctl IPC_RMID failed: errno = %d\n", errno);
15324     } else
15325 #endif /* IPC_PRIVATE && ... */
15326         printf("semget failed: errno = %d\n", errno);
15327   return 0;
15328 }
15329 END
15330     val="$undef"
15331     set try
15332     if eval $compile; then
15333         xxx=`$run ./try`
15334         case "$xxx" in
15335         semun) val="$define" ;;
15336         esac
15337     fi
15338     $rm -f try try.c
15339     set d_semctl_semun
15340     eval $setvar
15341     case "$d_semctl_semun" in
15342     $define)
15343         echo "You can use union semun for semctl IPC_STAT." >&4
15344         also='also'
15345         ;;
15346     *)  echo "You cannot use union semun for semctl IPC_STAT." >&4
15347         also=''
15348         ;;
15349     esac
15350
15351     : see whether semctl IPC_STAT can use struct semid_ds pointer
15352     $cat > try.c <<'END'
15353 #include <sys/types.h>
15354 #include <sys/ipc.h>
15355 #include <sys/sem.h>
15356 #include <sys/stat.h>
15357 #include "try.h"
15358 #include <stdio.h>
15359 #include <errno.h>
15360 #ifndef errno
15361 extern int errno;
15362 #endif
15363 int main() {
15364     struct semid_ds arg;
15365     int sem, st;
15366
15367 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) &&  defined(S_IRWXO) && defined(IPC_CREAT)
15368     sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
15369     if (sem > -1) {
15370 #       ifdef IPC_STAT
15371         st = semctl(sem, 0, IPC_STAT, &arg);
15372         if (st == 0)
15373             printf("semid_ds\n");
15374         else
15375 #       endif /* IPC_STAT */
15376             printf("semctl IPC_STAT failed: errno = %d\n", errno);
15377 #       ifdef IPC_RMID
15378         if (semctl(sem, 0, IPC_RMID, &arg) != 0)
15379 #       endif /* IPC_RMID */
15380             printf("semctl IPC_RMID failed: errno = %d\n", errno);
15381     } else
15382 #endif /* IPC_PRIVATE && ... */
15383         printf("semget failed: errno = %d\n", errno);
15384
15385     return 0;
15386 }
15387 END
15388     val="$undef"
15389     set try
15390     if eval $compile; then
15391         xxx=`$run ./try`
15392         case "$xxx" in
15393         semid_ds) val="$define" ;;
15394         esac
15395     fi
15396     $rm -f try try.c
15397     set d_semctl_semid_ds
15398     eval $setvar
15399     case "$d_semctl_semid_ds" in
15400     $define)
15401         echo "You can $also use struct semid_ds* for semctl IPC_STAT." >&4
15402         ;;
15403     *)  echo "You cannot use struct semid_ds* for semctl IPC_STAT." >&4
15404         ;;
15405     esac
15406     $rm -f try.h
15407     ;;
15408 *)  val="$undef"
15409
15410     # We do not have the full sem*(2) library, so assume we can not
15411     # use either.
15412
15413     set d_semctl_semun
15414     eval $setvar
15415
15416     set d_semctl_semid_ds
15417     eval $setvar
15418     ;;
15419 esac
15420
15421 : see if sendmsg exists
15422 set sendmsg d_sendmsg
15423 eval $inlibc
15424
15425 : see if setegid exists
15426 set setegid d_setegid
15427 eval $inlibc
15428
15429 : see if seteuid exists
15430 set seteuid d_seteuid
15431 eval $inlibc
15432
15433 : see if setgrent exists
15434 set setgrent d_setgrent
15435 eval $inlibc
15436
15437 : see if setgrent_r exists
15438 set setgrent_r d_setgrent_r
15439 eval $inlibc
15440 case "$d_setgrent_r" in
15441 "$define")
15442         hdrs="$i_systypes sys/types.h define stdio.h $i_grp grp.h"
15443         case "$d_setgrent_r_proto:$usethreads" in
15444         ":define")      d_setgrent_r_proto=define
15445                 set d_setgrent_r_proto setgrent_r $hdrs
15446                 eval $hasproto ;;
15447         *)      ;;
15448         esac
15449         case "$d_setgrent_r_proto" in
15450         define)
15451         case "$setgrent_r_proto" in
15452         ''|0) try='int setgrent_r(FILE**);'
15453         ./protochk "extern $try" $hdrs && setgrent_r_proto=I_H ;;
15454         esac
15455         case "$setgrent_r_proto" in
15456         ''|0) try='void setgrent_r(FILE**);'
15457         ./protochk "extern $try" $hdrs && setgrent_r_proto=V_H ;;
15458         esac
15459         case "$setgrent_r_proto" in
15460         ''|0)   d_setgrent_r=undef
15461                 setgrent_r_proto=0
15462                 echo "Disabling setgrent_r, cannot determine prototype." >&4 ;;
15463         * )     case "$setgrent_r_proto" in
15464                 REENTRANT_PROTO*) ;;
15465                 *) setgrent_r_proto="REENTRANT_PROTO_$setgrent_r_proto" ;;
15466                 esac
15467                 echo "Prototype: $try" ;;
15468         esac
15469         ;;
15470         *)      case "$usethreads" in
15471                 define) echo "setgrent_r has no prototype, not using it." >&4 ;;
15472                 esac
15473                 d_setgrent_r=undef
15474                 setgrent_r_proto=0
15475                 ;;
15476         esac
15477         ;;
15478 *)      setgrent_r_proto=0
15479         ;;
15480 esac
15481
15482 : see if sethostent exists
15483 set sethostent d_sethent
15484 eval $inlibc
15485
15486 : see if sethostent_r exists
15487 set sethostent_r d_sethostent_r
15488 eval $inlibc
15489 case "$d_sethostent_r" in
15490 "$define")
15491         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
15492         case "$d_sethostent_r_proto:$usethreads" in
15493         ":define")      d_sethostent_r_proto=define
15494                 set d_sethostent_r_proto sethostent_r $hdrs
15495                 eval $hasproto ;;
15496         *)      ;;
15497         esac
15498         case "$d_sethostent_r_proto" in
15499         define)
15500         case "$sethostent_r_proto" in
15501         ''|0) try='int sethostent_r(int, struct hostent_data*);'
15502         ./protochk "extern $try" $hdrs && sethostent_r_proto=I_ID ;;
15503         esac
15504         case "$sethostent_r_proto" in
15505         ''|0) try='void sethostent_r(int, struct hostent_data*);'
15506         ./protochk "extern $try" $hdrs && sethostent_r_proto=V_ID ;;
15507         esac
15508         case "$sethostent_r_proto" in
15509         ''|0)   d_sethostent_r=undef
15510                 sethostent_r_proto=0
15511                 echo "Disabling sethostent_r, cannot determine prototype." >&4 ;;
15512         * )     case "$sethostent_r_proto" in
15513                 REENTRANT_PROTO*) ;;
15514                 *) sethostent_r_proto="REENTRANT_PROTO_$sethostent_r_proto" ;;
15515                 esac
15516                 echo "Prototype: $try" ;;
15517         esac
15518         ;;
15519         *)      case "$usethreads" in
15520                 define) echo "sethostent_r has no prototype, not using it." >&4 ;;
15521                 esac
15522                 d_sethostent_r=undef
15523                 sethostent_r_proto=0
15524                 ;;
15525         esac
15526         ;;
15527 *)      sethostent_r_proto=0
15528         ;;
15529 esac
15530
15531 : see if setitimer exists
15532 set setitimer d_setitimer
15533 eval $inlibc
15534
15535 : see if setlinebuf exists
15536 set setlinebuf d_setlinebuf
15537 eval $inlibc
15538
15539 : see if setlocale exists
15540 set setlocale d_setlocale
15541 eval $inlibc
15542
15543 : see if locale.h is available
15544 set locale.h i_locale
15545 eval $inhdr
15546
15547 : see if setlocale_r exists
15548 set setlocale_r d_setlocale_r
15549 eval $inlibc
15550 case "$d_setlocale_r" in
15551 "$define")
15552         hdrs="$i_systypes sys/types.h define stdio.h $i_locale locale.h"
15553         case "$d_setlocale_r_proto:$usethreads" in
15554         ":define")      d_setlocale_r_proto=define
15555                 set d_setlocale_r_proto setlocale_r $hdrs
15556                 eval $hasproto ;;
15557         *)      ;;
15558         esac
15559         case "$d_setlocale_r_proto" in
15560         define)
15561         case "$setlocale_r_proto" in
15562         ''|0) try='int setlocale_r(int, const char*, char*, int);'
15563         ./protochk "extern $try" $hdrs && setlocale_r_proto=I_ICBI ;;
15564         esac
15565         case "$setlocale_r_proto" in
15566         ''|0)   d_setlocale_r=undef
15567                 setlocale_r_proto=0
15568                 echo "Disabling setlocale_r, cannot determine prototype." >&4 ;;
15569         * )     case "$setlocale_r_proto" in
15570                 REENTRANT_PROTO*) ;;
15571                 *) setlocale_r_proto="REENTRANT_PROTO_$setlocale_r_proto" ;;
15572                 esac
15573                 echo "Prototype: $try" ;;
15574         esac
15575         ;;
15576         *)      case "$usethreads" in
15577                 define) echo "setlocale_r has no prototype, not using it." >&4 ;;
15578                 esac
15579                 d_setlocale_r=undef
15580                 setlocale_r_proto=0
15581                 ;;
15582         esac
15583         ;;
15584 *)      setlocale_r_proto=0
15585         ;;
15586 esac
15587
15588 : see if setnetent exists
15589 set setnetent d_setnent
15590 eval $inlibc
15591
15592 : see if setnetent_r exists
15593 set setnetent_r d_setnetent_r
15594 eval $inlibc
15595 case "$d_setnetent_r" in
15596 "$define")
15597         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
15598         case "$d_setnetent_r_proto:$usethreads" in
15599         ":define")      d_setnetent_r_proto=define
15600                 set d_setnetent_r_proto setnetent_r $hdrs
15601                 eval $hasproto ;;
15602         *)      ;;
15603         esac
15604         case "$d_setnetent_r_proto" in
15605         define)
15606         case "$setnetent_r_proto" in
15607         ''|0) try='int setnetent_r(int, struct netent_data*);'
15608         ./protochk "extern $try" $hdrs && setnetent_r_proto=I_ID ;;
15609         esac
15610         case "$setnetent_r_proto" in
15611         ''|0) try='void setnetent_r(int, struct netent_data*);'
15612         ./protochk "extern $try" $hdrs && setnetent_r_proto=V_ID ;;
15613         esac
15614         case "$setnetent_r_proto" in
15615         ''|0)   d_setnetent_r=undef
15616                 setnetent_r_proto=0
15617                 echo "Disabling setnetent_r, cannot determine prototype." >&4 ;;
15618         * )     case "$setnetent_r_proto" in
15619                 REENTRANT_PROTO*) ;;
15620                 *) setnetent_r_proto="REENTRANT_PROTO_$setnetent_r_proto" ;;
15621                 esac
15622                 echo "Prototype: $try" ;;
15623         esac
15624         ;;
15625         *)      case "$usethreads" in
15626                 define) echo "setnetent_r has no prototype, not using it." >&4 ;;
15627                 esac
15628                 d_setnetent_r=undef
15629                 setnetent_r_proto=0
15630                 ;;
15631         esac
15632         ;;
15633 *)      setnetent_r_proto=0
15634         ;;
15635 esac
15636
15637 : see if setprotoent exists
15638 set setprotoent d_setpent
15639 eval $inlibc
15640
15641 : see if setpgid exists
15642 set setpgid d_setpgid
15643 eval $inlibc
15644
15645 : see if setpgrp2 exists
15646 set setpgrp2 d_setpgrp2
15647 eval $inlibc
15648
15649 : see if setpriority exists
15650 set setpriority d_setprior
15651 eval $inlibc
15652
15653 : see if setproctitle exists
15654 set setproctitle d_setproctitle
15655 eval $inlibc
15656
15657 : see if setprotoent_r exists
15658 set setprotoent_r d_setprotoent_r
15659 eval $inlibc
15660 case "$d_setprotoent_r" in
15661 "$define")
15662         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
15663         case "$d_setprotoent_r_proto:$usethreads" in
15664         ":define")      d_setprotoent_r_proto=define
15665                 set d_setprotoent_r_proto setprotoent_r $hdrs
15666                 eval $hasproto ;;
15667         *)      ;;
15668         esac
15669         case "$d_setprotoent_r_proto" in
15670         define)
15671         case "$setprotoent_r_proto" in
15672         ''|0) try='int setprotoent_r(int, struct protoent_data*);'
15673         ./protochk "extern $try" $hdrs && setprotoent_r_proto=I_ID ;;
15674         esac
15675         case "$setprotoent_r_proto" in
15676         ''|0) try='void setprotoent_r(int, struct protoent_data*);'
15677         ./protochk "extern $try" $hdrs && setprotoent_r_proto=V_ID ;;
15678         esac
15679         case "$setprotoent_r_proto" in
15680         ''|0)   d_setprotoent_r=undef
15681                 setprotoent_r_proto=0
15682                 echo "Disabling setprotoent_r, cannot determine prototype." >&4 ;;
15683         * )     case "$setprotoent_r_proto" in
15684                 REENTRANT_PROTO*) ;;
15685                 *) setprotoent_r_proto="REENTRANT_PROTO_$setprotoent_r_proto" ;;
15686                 esac
15687                 echo "Prototype: $try" ;;
15688         esac
15689         ;;
15690         *)      case "$usethreads" in
15691                 define) echo "setprotoent_r has no prototype, not using it." >&4 ;;
15692                 esac
15693                 d_setprotoent_r=undef
15694                 setprotoent_r_proto=0
15695                 ;;
15696         esac
15697         ;;
15698 *)      setprotoent_r_proto=0
15699         ;;
15700 esac
15701
15702 : see if setpwent exists
15703 set setpwent d_setpwent
15704 eval $inlibc
15705
15706 : see if setpwent_r exists
15707 set setpwent_r d_setpwent_r
15708 eval $inlibc
15709 case "$d_setpwent_r" in
15710 "$define")
15711         hdrs="$i_systypes sys/types.h define stdio.h $i_pwd pwd.h"
15712         case "$d_setpwent_r_proto:$usethreads" in
15713         ":define")      d_setpwent_r_proto=define
15714                 set d_setpwent_r_proto setpwent_r $hdrs
15715                 eval $hasproto ;;
15716         *)      ;;
15717         esac
15718         case "$d_setpwent_r_proto" in
15719         define)
15720         case "$setpwent_r_proto" in
15721         ''|0) try='int setpwent_r(FILE**);'
15722         ./protochk "extern $try" $hdrs && setpwent_r_proto=I_H ;;
15723         esac
15724         case "$setpwent_r_proto" in
15725         ''|0) try='void setpwent_r(FILE**);'
15726         ./protochk "extern $try" $hdrs && setpwent_r_proto=V_H ;;
15727         esac
15728         case "$setpwent_r_proto" in
15729         ''|0)   d_setpwent_r=undef
15730                 setpwent_r_proto=0
15731                 echo "Disabling setpwent_r, cannot determine prototype." >&4 ;;
15732         * )     case "$setpwent_r_proto" in
15733                 REENTRANT_PROTO*) ;;
15734                 *) setpwent_r_proto="REENTRANT_PROTO_$setpwent_r_proto" ;;
15735                 esac
15736                 echo "Prototype: $try" ;;
15737         esac
15738         ;;
15739         *)      case "$usethreads" in
15740                 define) echo "setpwent_r has no prototype, not using it." >&4 ;;
15741                 esac
15742                 d_setpwent_r=undef
15743                 setpwent_r_proto=0
15744                 ;;
15745         esac
15746         ;;
15747 *)      setpwent_r_proto=0
15748         ;;
15749 esac
15750
15751 : see if setregid exists
15752 set setregid d_setregid
15753 eval $inlibc
15754 set setresgid d_setresgid
15755 eval $inlibc
15756
15757 : see if setreuid exists
15758 set setreuid d_setreuid
15759 eval $inlibc
15760 set setresuid d_setresuid
15761 eval $inlibc
15762
15763 : see if setrgid exists
15764 set setrgid d_setrgid
15765 eval $inlibc
15766
15767 : see if setruid exists
15768 set setruid d_setruid
15769 eval $inlibc
15770
15771 : see if setservent exists
15772 set setservent d_setsent
15773 eval $inlibc
15774
15775 : see if setservent_r exists
15776 set setservent_r d_setservent_r
15777 eval $inlibc
15778 case "$d_setservent_r" in
15779 "$define")
15780         hdrs="$i_systypes sys/types.h define stdio.h $i_netdb netdb.h"
15781         case "$d_setservent_r_proto:$usethreads" in
15782         ":define")      d_setservent_r_proto=define
15783                 set d_setservent_r_proto setservent_r $hdrs
15784                 eval $hasproto ;;
15785         *)      ;;
15786         esac
15787         case "$d_setservent_r_proto" in
15788         define)
15789         case "$setservent_r_proto" in
15790         ''|0) try='int setservent_r(int, struct servent_data*);'
15791         ./protochk "extern $try" $hdrs && setservent_r_proto=I_ID ;;
15792         esac
15793         case "$setservent_r_proto" in
15794         ''|0) try='void setservent_r(int, struct servent_data*);'
15795         ./protochk "extern $try" $hdrs && setservent_r_proto=V_ID ;;
15796         esac
15797         case "$setservent_r_proto" in
15798         ''|0)   d_setservent_r=undef
15799                 setservent_r_proto=0
15800                 echo "Disabling setservent_r, cannot determine prototype." >&4 ;;
15801         * )     case "$setservent_r_proto" in
15802                 REENTRANT_PROTO*) ;;
15803                 *) setservent_r_proto="REENTRANT_PROTO_$setservent_r_proto" ;;
15804                 esac
15805                 echo "Prototype: $try" ;;
15806         esac
15807         ;;
15808         *)      case "$usethreads" in
15809                 define) echo "setservent_r has no prototype, not using it." >&4 ;;
15810                 esac
15811                 d_setservent_r=undef
15812                 setservent_r_proto=0
15813                 ;;
15814         esac
15815         ;;
15816 *)      setservent_r_proto=0
15817         ;;
15818 esac
15819
15820 : see if setsid exists
15821 set setsid d_setsid
15822 eval $inlibc
15823
15824 : see if setvbuf exists
15825 set setvbuf d_setvbuf
15826 eval $inlibc
15827
15828 : see if sfio.h is available
15829 set sfio.h i_sfio
15830 eval $inhdr
15831
15832
15833 : see if sfio library is available
15834 case "$i_sfio" in
15835 $define)
15836         val=''
15837         set sfreserve val
15838         eval $inlibc
15839         ;;
15840 *)
15841         val="$undef"
15842         ;;
15843 esac
15844 : Ok, but do we want to use it.
15845 case "$val" in
15846 $define)
15847         case "$usesfio" in
15848         true|$define|[yY]*) dflt='y';;
15849         *) dflt='n';;
15850         esac
15851         echo "$package can use the sfio library, but it is experimental."
15852         case "$useperlio" in
15853         "$undef")
15854             echo "For sfio also the PerlIO abstraction layer is needed."
15855             echo "Earlier you said you wouldn't want that."
15856             ;;
15857         esac
15858         rp="You seem to have sfio available, do you want to try using it?"
15859         . ./myread
15860         case "$ans" in
15861         y|Y)    echo "Ok, turning on both sfio and PerlIO, then."
15862                 useperlio="$define"
15863                 val="$define"
15864                 ;;
15865         *)      echo "Ok, avoiding sfio this time.  I'll use stdio instead."
15866                 val="$undef"
15867                 ;;
15868         esac
15869         ;;
15870 *)      case "$usesfio" in
15871         true|$define|[yY]*)
15872                 echo "Sorry, cannot find sfio on this machine." >&4
15873                 echo "Ignoring your setting of usesfio=$usesfio." >&4
15874                 val="$undef"
15875                 ;;
15876         esac
15877         ;;
15878 esac
15879 set d_sfio
15880 eval $setvar
15881 case "$d_sfio" in
15882 $define) usesfio='true';;
15883 *) usesfio='false';;
15884 esac
15885 case "$d_sfio" in
15886 $define) ;;
15887 *)      : Remove sfio from list of libraries to use
15888         case "$libs" in
15889         *-lsfio*)
15890                 echo "Removing unneeded -lsfio from library list" >&4
15891                 set `echo X $libs | $sed -e 's/-lsfio / /' -e 's/-lsfio$//'`
15892                 shift
15893                 libs="$*"
15894                 echo "libs = $libs" >&4
15895                 ;;
15896         esac
15897 ;;
15898 esac
15899
15900
15901 : see if shmctl exists
15902 set shmctl d_shmctl
15903 eval $inlibc
15904
15905 : see if shmget exists
15906 set shmget d_shmget
15907 eval $inlibc
15908
15909 : see if shmat exists
15910 set shmat d_shmat
15911 eval $inlibc
15912 : see what shmat returns
15913 case "$d_shmat" in
15914 "$define")
15915         $cat >shmat.c <<'END'
15916 #include <sys/shm.h>
15917 void *shmat();
15918 END
15919         if $cc $ccflags -c shmat.c >/dev/null 2>&1; then
15920                 shmattype='void *'
15921         else
15922                 shmattype='char *'
15923         fi
15924         echo "and it returns ($shmattype)." >&4
15925         : see if a prototype for shmat is available
15926         xxx=`./findhdr sys/shm.h`
15927         $cppstdin $cppflags $cppminus < $xxx > shmat.c 2>/dev/null
15928         if $contains 'shmat.*(' shmat.c >/dev/null 2>&1; then
15929                 val="$define"
15930         else
15931                 val="$undef"
15932         fi
15933         $rm -f shmat.[co]
15934         ;;
15935 *)
15936         val="$undef"
15937         ;;
15938 esac
15939 set d_shmatprototype
15940 eval $setvar
15941
15942 : see if shmdt exists
15943 set shmdt d_shmdt
15944 eval $inlibc
15945
15946 : see how much of the 'shm*(2)' library is present.
15947 h_shm=true
15948 echo " "
15949 case "$d_shmctl$d_shmget$d_shmat$d_shmdt" in
15950 *"$undef"*) h_shm=false;;
15951 esac
15952 case "$osname" in
15953 freebsd)
15954     case "`ipcs 2>&1`" in
15955     "SVID shared memory"*"not configured"*)
15956         echo "Your $osname does not have the shm*(2) configured." >&4
15957         h_shm=false
15958         val="$undef"
15959         set shmctl d_shmctl
15960         evat $setvar
15961         set shmget d_shmget
15962         evat $setvar
15963         set shmat d_shmat
15964         evat $setvar
15965         set shmdt d_shmdt
15966         evat $setvar
15967         ;;
15968     esac
15969     ;;
15970 esac
15971 : we could also check for sys/ipc.h ...
15972 if $h_shm && $test `./findhdr sys/shm.h`; then
15973         echo "You have the full shm*(2) library." >&4
15974         val="$define"
15975 else
15976         echo "You don't have the full shm*(2) library." >&4
15977         val="$undef"
15978 fi
15979 set d_shm
15980 eval $setvar
15981
15982 echo " "
15983 : see if we have sigaction
15984 if set sigaction val -f d_sigaction; eval $csym; $val; then
15985         echo 'sigaction() found.' >&4
15986         $cat > try.c <<EOP
15987 #include <stdio.h>
15988 #include <sys/types.h>
15989 #include <signal.h>
15990 #$i_stdlib I_STDLIB
15991 #ifdef I_STDLIB
15992 #include <stdlib.h>
15993 #endif
15994 int main()
15995 {
15996     struct sigaction act, oact;
15997     act.sa_flags = 0;
15998     oact.sa_handler = 0;
15999     /* so that act and oact are used */
16000     exit(act.sa_flags == 0 &&  oact.sa_handler == 0);
16001 }
16002 EOP
16003         set try
16004         if eval $compile_ok; then
16005                 val="$define"
16006         else
16007                 echo "But you don't seem to have a useable struct sigaction." >&4
16008                 val="$undef"
16009         fi
16010 else
16011         echo 'sigaction NOT found.' >&4
16012         val="$undef"
16013 fi
16014 set d_sigaction; eval $setvar
16015 $rm -f try try$_o try.c
16016
16017 : see if sigprocmask exists
16018 set sigprocmask d_sigprocmask
16019 eval $inlibc
16020
16021 : see if sigsetjmp exists
16022 echo " "
16023 case "$d_sigsetjmp" in
16024 '')
16025         $cat >try.c <<EOP
16026 #include <setjmp.h>
16027 #$i_stdlib I_STDLIB
16028 #ifdef I_STDLIB
16029 #include <stdlib.h>
16030 #endif
16031 sigjmp_buf env;
16032 int set = 1;
16033 int main()
16034 {
16035         if (sigsetjmp(env,1))
16036                 exit(set);
16037         set = 0;
16038         siglongjmp(env, 1);
16039         exit(1);
16040 }
16041 EOP
16042         set try
16043         if eval $compile; then
16044                 if $run ./try >/dev/null 2>&1; then
16045                         echo "POSIX sigsetjmp found." >&4
16046                         val="$define"
16047                 else
16048                         $cat >&4 <<EOM
16049 Uh-Oh! You have POSIX sigsetjmp and siglongjmp, but they do not work properly!!
16050 I'll ignore them.
16051 EOM
16052                         val="$undef"
16053                 fi
16054         else
16055                 echo "sigsetjmp not found." >&4
16056                 val="$undef"
16057         fi
16058         ;;
16059 *) val="$d_sigsetjmp"
16060         case "$d_sigsetjmp" in
16061         $define) echo "POSIX sigsetjmp found." >&4;;
16062         $undef) echo "sigsetjmp not found." >&4;;
16063         esac
16064         ;;
16065 esac
16066 set d_sigsetjmp
16067 eval $setvar
16068 $rm -f try.c try
16069
16070 : see if sockatmark exists
16071 set sockatmark d_sockatmark
16072 eval $inlibc
16073
16074 : see if prototype for sockatmark is available
16075 echo " "
16076 set d_sockatmarkproto sockatmark $d_socket sys/socket.h
16077 eval $hasproto
16078
16079 : see if socks5_init exists
16080 set socks5_init d_socks5_init
16081 eval $inlibc
16082
16083 : see if srand48_r exists
16084 set srand48_r d_srand48_r
16085 eval $inlibc
16086 case "$d_srand48_r" in
16087 "$define")
16088         hdrs="$i_systypes sys/types.h define stdio.h $i_stdlib stdlib.h"
16089         case "$d_srand48_r_proto:$usethreads" in
16090         ":define")      d_srand48_r_proto=define
16091                 set d_srand48_r_proto srand48_r $hdrs
16092                 eval $hasproto ;;
16093         *)      ;;
16094         esac
16095         case "$d_srand48_r_proto" in
16096         define)
16097         case "$srand48_r_proto" in
16098         ''|0) try='int srand48_r(long, struct drand48_data*);'
16099         ./protochk "extern $try" $hdrs && srand48_r_proto=I_LS ;;
16100         esac
16101         case "$srand48_r_proto" in
16102         ''|0)   d_srand48_r=undef
16103                 srand48_r_proto=0
16104                 echo "Disabling srand48_r, cannot determine prototype." >&4 ;;
16105         * )     case "$srand48_r_proto" in
16106                 REENTRANT_PROTO*) ;;
16107                 *) srand48_r_proto="REENTRANT_PROTO_$srand48_r_proto" ;;
16108                 esac
16109                 echo "Prototype: $try" ;;
16110         esac
16111         ;;
16112         *)      case "$usethreads" in
16113                 define) echo "srand48_r has no prototype, not using it." >&4 ;;
16114                 esac
16115                 d_srand48_r=undef
16116                 srand48_r_proto=0
16117                 ;;
16118         esac
16119         ;;
16120 *)      srand48_r_proto=0
16121         ;;
16122 esac
16123
16124 : see if srandom_r exists
16125 set srandom_r d_srandom_r
16126 eval $inlibc
16127 case "$d_srandom_r" in
16128 "$define")
16129         hdrs="$i_systypes sys/types.h define stdio.h $i_stdlib stdlib.h"
16130         case "$d_srandom_r_proto:$usethreads" in
16131         ":define")      d_srandom_r_proto=define
16132                 set d_srandom_r_proto srandom_r $hdrs
16133                 eval $hasproto ;;
16134         *)      ;;
16135         esac
16136         case "$d_srandom_r_proto" in
16137         define)
16138         case "$srandom_r_proto" in
16139         ''|0) try='int srandom_r(unsigned int, struct random_data*);'
16140         ./protochk "extern $try" $hdrs && srandom_r_proto=I_TS ;;
16141         esac
16142         case "$srandom_r_proto" in
16143         ''|0)   d_srandom_r=undef
16144                 srandom_r_proto=0
16145                 echo "Disabling srandom_r, cannot determine prototype." >&4 ;;
16146         * )     case "$srandom_r_proto" in
16147                 REENTRANT_PROTO*) ;;
16148                 *) srandom_r_proto="REENTRANT_PROTO_$srandom_r_proto" ;;
16149                 esac
16150                 echo "Prototype: $try" ;;
16151         esac
16152         ;;
16153         *)      case "$usethreads" in
16154                 define) echo "srandom_r has no prototype, not using it." >&4 ;;
16155                 esac
16156                 d_srandom_r=undef
16157                 srandom_r_proto=0
16158                 ;;
16159         esac
16160         ;;
16161 *)      srandom_r_proto=0
16162         ;;
16163 esac
16164
16165 : see if prototype for setresgid is available
16166 echo " "
16167 set d_sresgproto setresgid $i_unistd unistd.h
16168 eval $hasproto
16169
16170 : see if prototype for setresuid is available
16171 echo " "
16172 set d_sresuproto setresuid $i_unistd unistd.h
16173 eval $hasproto
16174
16175 : see if sys/stat.h is available
16176 set sys/stat.h i_sysstat
16177 eval $inhdr
16178
16179
16180 : see if stat knows about block sizes
16181 echo " "
16182 echo "Checking to see if your struct stat has st_blocks field..." >&4
16183 set d_statblks stat st_blocks $i_sysstat sys/stat.h
16184 eval $hasfield
16185
16186
16187 : see if this is a sys/vfs.h system
16188 set sys/vfs.h i_sysvfs
16189 eval $inhdr
16190
16191
16192 : see if this is a sys/statfs.h system
16193 set sys/statfs.h i_sysstatfs
16194 eval $inhdr
16195
16196
16197 echo " "
16198 echo "Checking to see if your system supports struct statfs..." >&4
16199 set d_statfs_s statfs $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h $i_sysvfs sys/vfs.h $i_sysstatfs sys/statfs.h
16200 eval $hasstruct
16201 case "$d_statfs_s" in
16202 "$define")      echo "Yes, it does."   ;;
16203 *)              echo "No, it doesn't." ;;
16204 esac
16205
16206
16207
16208 : see if struct statfs knows about f_flags
16209 case "$d_statfs_s" in
16210 define) 
16211         echo " "
16212         echo "Checking to see if your struct statfs has f_flags field..." >&4
16213         set d_statfs_f_flags statfs f_flags $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h $i_sysvfs sys/vfs.h $i_sysstatfs sys/statfs.h
16214         eval $hasfield
16215         ;;
16216 *)      val="$undef"
16217         set d_statfs_f_flags
16218         eval $setvar
16219         ;;
16220 esac
16221 case "$d_statfs_f_flags" in
16222 "$define")      echo "Yes, it does."   ;;
16223 *)              echo "No, it doesn't." ;;
16224 esac
16225
16226 $cat >&4 <<EOM
16227 Checking how to access stdio streams by file descriptor number...
16228 EOM
16229 case "$stdio_stream_array" in
16230 '')     $cat >try.c <<EOCP
16231 #include <stdio.h>
16232 int main() {
16233   if (&STDIO_STREAM_ARRAY[fileno(stdin)] == stdin)
16234     printf("yes\n");
16235 }
16236 EOCP
16237         for s in _iob __iob __sF
16238         do
16239                 set try -DSTDIO_STREAM_ARRAY=$s
16240                 if eval $compile; then
16241                         case "`$run ./try`" in
16242                         yes)    stdio_stream_array=$s; break ;;
16243                         esac
16244                 fi
16245         done
16246         $rm -f try.* try$exe_ext
16247 esac
16248 case "$stdio_stream_array" in
16249 '')     $cat >&4 <<EOM
16250 I can't figure out how to access stdio streams by file descriptor number.
16251 EOM
16252         d_stdio_stream_array="$undef"
16253         ;;
16254 *)      $cat >&4 <<EOM
16255 You can access stdio streams by file descriptor number by the $stdio_stream_array array.
16256 EOM
16257         d_stdio_stream_array="$define"
16258         ;;
16259 esac
16260
16261 : see if strcoll exists
16262 set strcoll d_strcoll
16263 eval $inlibc
16264
16265 : check for structure copying
16266 echo " "
16267 echo "Checking to see if your C compiler can copy structs..." >&4
16268 $cat >try.c <<'EOCP'
16269 int main()
16270 {
16271         struct blurfl {
16272                 int dyick;
16273         } foo, bar;
16274
16275         foo = bar;
16276 }
16277 EOCP
16278 if $cc -c try.c >/dev/null 2>&1 ; then
16279         val="$define"
16280         echo "Yup, it can."
16281 else
16282         val="$undef"
16283         echo "Nope, it can't."
16284 fi
16285 set d_strctcpy
16286 eval $setvar
16287 $rm -f try.*
16288
16289 : see if strerror and/or sys_errlist[] exist
16290 echo " "
16291 if test "X$d_strerror" = X -o "X$d_syserrlst" = X; then
16292     if set strerror val -f d_strerror; eval $csym; $val; then
16293                 echo 'strerror() found.' >&4
16294                 d_strerror="$define"
16295                 d_strerrm='strerror(e)'
16296                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
16297                         echo "(You also have sys_errlist[], so we could roll our own strerror.)" 
16298                         d_syserrlst="$define"
16299                 else
16300                         echo "(Since you don't have sys_errlist[], sterror() is welcome.)"
16301                         d_syserrlst="$undef"
16302                 fi
16303     elif xxx=`./findhdr string.h`; test "$xxx" || xxx=`./findhdr strings.h`; \
16304                         $contains '#[   ]*define.*strerror' "$xxx" >/dev/null 2>&1; then
16305                 echo 'strerror() found in string header.' >&4
16306                 d_strerror="$define"
16307                 d_strerrm='strerror(e)'
16308                 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then   
16309                         echo "(Most probably, strerror() uses sys_errlist[] for descriptions.)"
16310                                 d_syserrlst="$define"
16311                 else
16312                         echo "(You don't appear to have any sys_errlist[], how can this be?)"
16313                         d_syserrlst="$undef"
16314                 fi
16315     elif set sys_errlist val -a d_syserrlst; eval $csym; $val; then
16316                 echo "strerror() not found, but you have sys_errlist[] so we'll use that." >&4
16317                 d_strerror="$undef"
16318                 d_syserrlst="$define"
16319                 d_strerrm='((e)<0||(e)>=sys_nerr?"unknown":sys_errlist[e])'
16320     else
16321                 echo 'strerror() and sys_errlist[] NOT found.' >&4
16322                 d_strerror="$undef"
16323                 d_syserrlst="$undef"
16324                 d_strerrm='"unknown"'
16325     fi
16326 fi
16327
16328 : see if strerror_r exists
16329 set strerror_r d_strerror_r
16330 eval $inlibc
16331 case "$d_strerror_r" in
16332 "$define")
16333         hdrs="$i_systypes sys/types.h define stdio.h $i_string string.h"
16334         case "$d_strerror_r_proto:$usethreads" in
16335         ":define")      d_strerror_r_proto=define
16336                 set d_strerror_r_proto strerror_r $hdrs
16337                 eval $hasproto ;;
16338         *)      ;;
16339         esac
16340         case "$d_strerror_r_proto" in
16341         define)
16342         case "$strerror_r_proto" in
16343         ''|0) try='int strerror_r(int, char*, size_t);'
16344         ./protochk "extern $try" $hdrs && strerror_r_proto=I_IBW ;;
16345         esac
16346         case "$strerror_r_proto" in
16347         ''|0) try='int strerror_r(int, char*, int);'
16348         ./protochk "extern $try" $hdrs && strerror_r_proto=I_IBI ;;
16349         esac
16350         case "$strerror_r_proto" in
16351         ''|0) try='char* strerror_r(int, char*, size_t);'
16352         ./protochk "extern $try" $hdrs && strerror_r_proto=B_IBW ;;
16353         esac
16354         case "$strerror_r_proto" in
16355         ''|0)   d_strerror_r=undef
16356                 strerror_r_proto=0
16357                 echo "Disabling strerror_r, cannot determine prototype." >&4 ;;
16358         * )     case "$strerror_r_proto" in
16359                 REENTRANT_PROTO*) ;;
16360                 *) strerror_r_proto="REENTRANT_PROTO_$strerror_r_proto" ;;
16361                 esac
16362                 echo "Prototype: $try" ;;
16363         esac
16364         ;;
16365         *)      case "$usethreads" in
16366                 define) echo "strerror_r has no prototype, not using it." >&4 ;;
16367                 esac
16368                 d_strerror_r=undef
16369                 strerror_r_proto=0
16370                 ;;
16371         esac
16372         ;;
16373 *)      strerror_r_proto=0
16374         ;;
16375 esac
16376
16377 : see if strftime exists
16378 set strftime d_strftime
16379 eval $inlibc
16380
16381 : see if strtod exists
16382 set strtod d_strtod
16383 eval $inlibc
16384
16385 : see if strtol exists
16386 set strtol d_strtol
16387 eval $inlibc
16388
16389 : see if strtold exists
16390 set strtold d_strtold
16391 eval $inlibc
16392
16393 : see if strtoll exists
16394 set strtoll d_strtoll
16395 eval $inlibc
16396
16397 case "$d_longlong-$d_strtoll" in
16398 "$define-$define")
16399         $cat <<EOM
16400 Checking whether your strtoll() works okay...
16401 EOM
16402         $cat >try.c <<'EOCP'
16403 #include <errno.h>
16404 #ifdef __hpux
16405 #define strtoll __strtoll
16406 #endif
16407 #ifdef __EMX__
16408 #define strtoll _strtoll
16409 #endif
16410 #include <stdio.h>
16411 extern long long int strtoll(char *s, char **, int); 
16412 static int bad = 0;
16413 int check(char *s, long long ell, int een) {
16414         long long gll;
16415         errno = 0;
16416         gll = strtoll(s, 0, 10);
16417         if (!((gll == ell) && (errno == een)))
16418                 bad++;
16419 }
16420 int main() {
16421         check(" 1",                                      1LL, 0);
16422         check(" 0",                                      0LL, 0);
16423         check("-1",                                     -1LL, 0);
16424         check("-9223372036854775808", -9223372036854775808LL, 0);
16425         check("-9223372036854775808", -9223372036854775808LL, 0);
16426         check(" 9223372036854775807",  9223372036854775807LL, 0);
16427         check("-9223372036854775808", -9223372036854775808LL, 0);
16428         check(" 9223372036854775808",  9223372036854775807LL, ERANGE);
16429         check("-9223372036854775809", -9223372036854775808LL, ERANGE);
16430         if (!bad)
16431                 printf("ok\n");
16432 }
16433 EOCP
16434         set try
16435         if eval $compile; then
16436                 yyy=`$run ./try`
16437                 case "$yyy" in
16438                 ok) echo "Your strtoll() seems to be working okay." ;;
16439                 *) cat <<EOM >&4
16440 Your strtoll() doesn't seem to be working okay.
16441 EOM
16442                    d_strtoll="$undef"
16443                    ;;
16444                 esac
16445         else
16446                 echo "(I can't seem to compile the test program--assuming it doesn't)"
16447                 d_strtoll="$undef"
16448         fi
16449         ;;
16450 esac
16451
16452 : see if strtoq exists
16453 set strtoq d_strtoq
16454 eval $inlibc
16455
16456 : see if strtoul exists
16457 set strtoul d_strtoul
16458 eval $inlibc
16459
16460 case "$d_strtoul" in
16461 "$define")
16462         $cat <<EOM
16463 Checking whether your strtoul() works okay...
16464 EOM
16465         $cat >try.c <<'EOCP'
16466 #include <errno.h>
16467 #include <stdio.h>
16468 extern unsigned long int strtoul(char *s, char **, int); 
16469 static int bad = 0;
16470 void check(char *s, unsigned long eul, int een) {
16471         unsigned long gul;
16472         errno = 0;
16473         gul = strtoul(s, 0, 10);
16474         if (!((gul == eul) && (errno == een)))
16475                 bad++;
16476 }
16477 int main() {
16478         check(" 1", 1L, 0);
16479         check(" 0", 0L, 0);
16480 EOCP
16481         case "$longsize" in
16482         8)
16483             $cat >>try.c <<'EOCP'
16484         check("18446744073709551615", 18446744073709551615UL, 0);
16485         check("18446744073709551616", 18446744073709551615UL, ERANGE);
16486 #if 0 /* strtoul() for /^-/ strings is undefined. */
16487         check("-1", 18446744073709551615UL, 0);
16488         check("-18446744073709551614", 2, 0);
16489         check("-18446744073709551615", 1, 0);
16490         check("-18446744073709551616", 18446744073709551615UL, ERANGE);
16491         check("-18446744073709551617", 18446744073709551615UL, ERANGE);
16492 #endif
16493 EOCP
16494                 ;;
16495         4)
16496                     $cat >>try.c <<'EOCP'
16497         check("4294967295", 4294967295UL, 0);
16498         check("4294967296", 4294967295UL, ERANGE);
16499 #if 0 /* strtoul() for /^-/ strings is undefined. */
16500         check("-1", 4294967295UL, 0);
16501         check("-4294967294", 2, 0);
16502         check("-4294967295", 1, 0);
16503         check("-4294967296", 4294967295UL, ERANGE);
16504         check("-4294967297", 4294967295UL, ERANGE);
16505 #endif
16506 EOCP
16507                 ;;
16508         *)
16509 : Should we write these tests to be more portable by sprintf-ing
16510 : ~0 and then manipulating that char string as input for strtol?
16511                 ;;
16512         esac
16513         $cat >>try.c <<'EOCP'
16514         if (!bad)
16515                 printf("ok\n");
16516         return 0;
16517 }
16518 EOCP
16519         set try
16520         if eval $compile; then
16521                 case "`$run ./try`" in
16522                 ok) echo "Your strtoul() seems to be working okay." ;;
16523                 *) cat <<EOM >&4
16524 Your strtoul() doesn't seem to be working okay.
16525 EOM
16526                    d_strtoul="$undef"
16527                    ;;
16528                 esac
16529         fi
16530         ;;
16531 esac
16532
16533 : see if strtoull exists
16534 set strtoull d_strtoull
16535 eval $inlibc
16536
16537 case "$d_longlong-$d_strtoull" in
16538 "$define-$define")
16539         $cat <<EOM
16540 Checking whether your strtoull() works okay...
16541 EOM
16542         $cat >try.c <<'EOCP'
16543 #include <errno.h>
16544 #ifdef __hpux
16545 #define strtoull __strtoull
16546 #endif
16547 #include <stdio.h>
16548 extern unsigned long long int strtoull(char *s, char **, int); 
16549 static int bad = 0;
16550 int check(char *s, long long eull, int een) {
16551         long long gull;
16552         errno = 0;
16553         gull = strtoull(s, 0, 10);
16554         if (!((gull == eull) && (errno == een)))
16555                 bad++;
16556 }
16557 int main() {
16558         check(" 1",                                        1LL, 0);
16559         check(" 0",                                        0LL, 0);
16560         check("18446744073709551615",  18446744073709551615ULL, 0);
16561         check("18446744073709551616",  18446744073709551615ULL, ERANGE);
16562 #if 0 /* strtoull() for /^-/ strings is undefined. */
16563         check("-1",                    18446744073709551615ULL, 0);
16564         check("-18446744073709551614",                     2LL, 0);
16565         check("-18446744073709551615",                     1LL, 0);
16566         check("-18446744073709551616", 18446744073709551615ULL, ERANGE);
16567         check("-18446744073709551617", 18446744073709551615ULL, ERANGE);
16568 #endif
16569         if (!bad)
16570                 printf("ok\n");
16571 }
16572 EOCP
16573         set try
16574         if eval $compile; then
16575                 case "`$run ./try`" in
16576                 ok) echo "Your strtoull() seems to be working okay." ;;
16577                 *) cat <<EOM >&4
16578 Your strtoull() doesn't seem to be working okay.
16579 EOM
16580                    d_strtoull="$undef"
16581                    ;;
16582                 esac
16583         fi
16584         ;;
16585 esac
16586
16587 : see if strtouq exists
16588 set strtouq d_strtouq
16589 eval $inlibc
16590
16591 case "$d_strtouq" in
16592 "$define")
16593         $cat <<EOM
16594 Checking whether your strtouq() works okay...
16595 EOM
16596         $cat >try.c <<'EOCP'
16597 #include <errno.h>
16598 #include <stdio.h>
16599 extern unsigned long long int strtouq(char *s, char **, int); 
16600 static int bad = 0;
16601 void check(char *s, unsigned long long eull, int een) {
16602         unsigned long long gull;
16603         errno = 0;
16604         gull = strtouq(s, 0, 10);
16605         if (!((gull == eull) && (errno == een)))
16606                 bad++;
16607 }
16608 int main() {
16609         check(" 1",                                        1LL, 0);
16610         check(" 0",                                        0LL, 0);
16611         check("18446744073709551615",  18446744073709551615ULL, 0);
16612         check("18446744073709551616",  18446744073709551615ULL, ERANGE);
16613 #if 0 /* strtouq() for /^-/ strings is undefined. */
16614         check("-1",                    18446744073709551615ULL, 0);
16615         check("-18446744073709551614",                     2LL, 0);
16616         check("-18446744073709551615",                     1LL, 0);
16617         check("-18446744073709551616", 18446744073709551615ULL, ERANGE);
16618         check("-18446744073709551617", 18446744073709551615ULL, ERANGE);
16619 #endif
16620         if (!bad)
16621                 printf("ok\n");
16622         return 0;
16623 }
16624 EOCP
16625         set try
16626         if eval $compile; then
16627                 case "`$run ./try`" in
16628                 ok) echo "Your strtouq() seems to be working okay." ;;
16629                 *) cat <<EOM >&4
16630 Your strtouq() doesn't seem to be working okay.
16631 EOM
16632                    d_strtouq="$undef"
16633                    ;;
16634                 esac
16635         fi
16636         ;;
16637 esac
16638
16639 : see if strxfrm exists
16640 set strxfrm d_strxfrm
16641 eval $inlibc
16642
16643 : see if symlink exists
16644 set symlink d_symlink
16645 eval $inlibc
16646
16647 : see if syscall exists
16648 set syscall d_syscall
16649 eval $inlibc
16650
16651 : see if prototype for syscall is available
16652 echo " "
16653 set d_syscallproto syscall $i_unistd unistd.h
16654 eval $hasproto
16655
16656 : see if sysconf exists
16657 set sysconf d_sysconf
16658 eval $inlibc
16659
16660 : see if system exists
16661 set system d_system
16662 eval $inlibc
16663
16664 : see if tcgetpgrp exists
16665 set tcgetpgrp d_tcgetpgrp
16666 eval $inlibc
16667
16668 : see if tcsetpgrp exists
16669 set tcsetpgrp d_tcsetpgrp
16670 eval $inlibc
16671
16672 : see if prototype for telldir is available
16673 echo " "
16674 set d_telldirproto telldir $i_systypes sys/types.h $i_dirent dirent.h
16675 eval $hasproto
16676
16677 : see if time exists
16678 echo " "
16679 if test "X$d_time" = X -o X"$timetype" = X; then
16680     if set time val -f d_time; eval $csym; $val; then
16681                 echo 'time() found.' >&4
16682                 val="$define"
16683                 rp="What is the type returned by time() on this system?"
16684                 set time_t timetype long stdio.h sys/types.h
16685                 eval $typedef_ask
16686     else
16687                 echo 'time() not found, hope that will do.' >&4
16688                 val="$undef"
16689                 timetype='int';
16690     fi
16691     set d_time
16692     eval $setvar
16693 fi
16694
16695 : see if this is a sys/times.h system
16696 set sys/times.h i_systimes
16697 eval $inhdr
16698
16699 : see if times exists
16700 echo " "
16701 if set times val -f d_times; eval $csym; $val; then
16702         echo 'times() found.' >&4
16703         d_times="$define"
16704         inc=''
16705         case "$i_systimes" in
16706         "$define") inc='sys/times.h';;
16707         esac
16708         rp="What is the type returned by times() on this system?"
16709         set clock_t clocktype long stdio.h sys/types.h $inc
16710         eval $typedef_ask
16711 else
16712         echo 'times() NOT found, hope that will do.' >&4
16713         d_times="$undef"
16714         clocktype='int'
16715 fi
16716
16717 : see if tmpnam_r exists
16718 set tmpnam_r d_tmpnam_r
16719 eval $inlibc
16720 case "$d_tmpnam_r" in
16721 "$define")
16722         hdrs="$i_systypes sys/types.h define stdio.h "
16723         case "$d_tmpnam_r_proto:$usethreads" in
16724         ":define")      d_tmpnam_r_proto=define
16725                 set d_tmpnam_r_proto tmpnam_r $hdrs
16726                 eval $hasproto ;;
16727         *)      ;;
16728         esac
16729         case "$d_tmpnam_r_proto" in
16730         define)
16731         case "$tmpnam_r_proto" in
16732         ''|0) try='char* tmpnam_r(char*);'
16733         ./protochk "extern $try" $hdrs && tmpnam_r_proto=B_B ;;
16734         esac
16735         case "$tmpnam_r_proto" in
16736         ''|0)   d_tmpnam_r=undef
16737                 tmpnam_r_proto=0
16738                 echo "Disabling tmpnam_r, cannot determine prototype." >&4 ;;
16739         * )     case "$tmpnam_r_proto" in
16740                 REENTRANT_PROTO*) ;;
16741                 *) tmpnam_r_proto="REENTRANT_PROTO_$tmpnam_r_proto" ;;
16742                 esac
16743                 echo "Prototype: $try" ;;
16744         esac
16745         ;;
16746         *)      case "$usethreads" in
16747                 define) echo "tmpnam_r has no prototype, not using it." >&4 ;;
16748                 esac
16749                 d_tmpnam_r=undef
16750                 tmpnam_r_proto=0
16751                 ;;
16752         esac
16753         ;;
16754 *)      tmpnam_r_proto=0
16755         ;;
16756 esac
16757
16758 : see if truncate exists
16759 set truncate d_truncate
16760 eval $inlibc
16761
16762 : see if ttyname_r exists
16763 set ttyname_r d_ttyname_r
16764 eval $inlibc
16765 case "$d_ttyname_r" in
16766 "$define")
16767         hdrs="$i_systypes sys/types.h define stdio.h $i_unistd unistd.h"
16768         case "$d_ttyname_r_proto:$usethreads" in
16769         ":define")      d_ttyname_r_proto=define
16770                 set d_ttyname_r_proto ttyname_r $hdrs
16771                 eval $hasproto ;;
16772         *)      ;;
16773         esac
16774         case "$d_ttyname_r_proto" in
16775         define)
16776         case "$ttyname_r_proto" in
16777         ''|0) try='int ttyname_r(int, char*, size_t);'
16778         ./protochk "extern $try" $hdrs && ttyname_r_proto=I_IBW ;;
16779         esac
16780         case "$ttyname_r_proto" in
16781         ''|0) try='int ttyname_r(int, char*, int);'
16782         ./protochk "extern $try" $hdrs && ttyname_r_proto=I_IBI ;;
16783         esac
16784         case "$ttyname_r_proto" in
16785         ''|0) try='char* ttyname_r(int, char*, int);'
16786         ./protochk "extern $try" $hdrs && ttyname_r_proto=B_IBI ;;
16787         esac
16788         case "$ttyname_r_proto" in
16789         ''|0)   d_ttyname_r=undef
16790                 ttyname_r_proto=0
16791                 echo "Disabling ttyname_r, cannot determine prototype." >&4 ;;
16792         * )     case "$ttyname_r_proto" in
16793                 REENTRANT_PROTO*) ;;
16794                 *) ttyname_r_proto="REENTRANT_PROTO_$ttyname_r_proto" ;;
16795                 esac
16796                 echo "Prototype: $try" ;;
16797         esac
16798         ;;
16799         *)      case "$usethreads" in
16800                 define) echo "ttyname_r has no prototype, not using it." >&4 ;;
16801                 esac
16802                 d_ttyname_r=undef
16803                 ttyname_r_proto=0
16804                 ;;
16805         esac
16806         ;;
16807 *)      ttyname_r_proto=0
16808         ;;
16809 esac
16810
16811 : see if tzname[] exists
16812 echo " "
16813 if set tzname val -a d_tzname; eval $csym; $val; then
16814         val="$define"
16815         echo 'tzname[] found.' >&4
16816 else
16817         val="$undef"
16818         echo 'tzname[] NOT found.' >&4
16819 fi
16820 set d_tzname
16821 eval $setvar
16822
16823 case "$osname" in
16824 next|rhapsody|darwin) multiarch="$define" ;;
16825 esac
16826 case "$multiarch" in
16827 ''|[nN]*) multiarch="$undef" ;;
16828 esac
16829
16830 : check for ordering of bytes in a UV
16831 echo " "
16832 case "$usecrosscompile$multiarch" in
16833 *$define*)
16834         $cat <<EOM
16835 You seem to be either cross-compiling or doing a multiarchitecture build,
16836 skipping the byteorder check.
16837
16838 EOM
16839         byteorder='ffff'
16840         ;;
16841 *)
16842         case "$byteorder" in
16843         '')
16844                 $cat <<'EOM'
16845 In the following, larger digits indicate more significance.  A big-endian
16846 machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
16847 little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
16848 machines may have weird orders like 3412.  A Cray will report 87654321,
16849 an Alpha will report 12345678. If the test program works the default is
16850 probably right.
16851 I'm now running the test program...
16852 EOM
16853                 $cat >try.c <<EOCP
16854 #include <stdio.h>
16855 #$i_stdlib I_STDLIB
16856 #ifdef I_STDLIB
16857 #include <stdlib.h>
16858 #endif
16859 #include <sys/types.h>
16860 typedef $uvtype UV;
16861 int main()
16862 {
16863         int i;
16864         union {
16865                 UV l;
16866                 char c[$uvsize];
16867         } u;
16868
16869         if ($uvsize > 4)
16870                 u.l = (((UV)0x08070605) << 32) | (UV)0x04030201;
16871         else
16872                 u.l = (UV)0x04030201;
16873         for (i = 0; i < $uvsize; i++)
16874                 printf("%c", u.c[i]+'0');
16875         printf("\n");
16876         exit(0);
16877 }
16878 EOCP
16879                 xxx_prompt=y
16880                 set try
16881                 if eval $compile && ./try > /dev/null; then
16882                         dflt=`$run ./try`
16883                         case "$dflt" in
16884                         [1-4][1-4][1-4][1-4]|12345678|87654321)
16885                                 echo "(The test program ran ok.)"
16886                                 echo "byteorder=$dflt"
16887                                 xxx_prompt=n
16888                         ;;
16889                         ????|????????) echo "(The test program ran ok.)" ;;
16890                         *) echo "(The test program didn't run right for some reason.)" ;;
16891                         esac
16892                 else
16893                         dflt='4321'
16894                         cat <<'EOM'
16895 (I can't seem to compile the test program.  Guessing big-endian...)
16896 EOM
16897                 fi
16898                 case "$xxx_prompt" in
16899                 y)
16900                         rp="What is the order of bytes in $uvtype?"
16901                         . ./myread
16902                         byteorder="$ans"
16903                         ;;
16904                 *)      byteorder=$dflt
16905                         ;;
16906                 esac
16907                 ;;
16908         esac
16909         $rm -f try.c try
16910         ;;
16911 esac
16912
16913
16914 $cat <<EOM
16915
16916 Checking to see whether you can access character data unalignedly...
16917 EOM
16918 case "$d_u32align" in
16919 '')   $cat >try.c <<EOCP
16920 #include <stdio.h>
16921 #$i_stdlib I_STDLIB
16922 #ifdef I_STDLIB
16923 #include <stdlib.h>
16924 #endif
16925 #define U32 $u32type
16926 #define BYTEORDER 0x$byteorder
16927 #define U8 $u8type
16928 #include <signal.h>
16929 #ifdef SIGBUS
16930 $signal_t bletch(s) int s; { exit(4); }
16931 #endif
16932 int main() {
16933 #if BYTEORDER == 0x1234 || BYTEORDER == 0x4321
16934     U8 buf[8];
16935     U32 *up;
16936     int i;
16937
16938     if (sizeof(U32) != 4) {
16939         printf("sizeof(U32) is not 4, but %d\n", sizeof(U32));
16940         exit(1);
16941     }
16942
16943     fflush(stdout);
16944
16945 #ifdef SIGBUS
16946     signal(SIGBUS, bletch);
16947 #endif
16948
16949     buf[0] = 0;
16950     buf[1] = 0;
16951     buf[2] = 0;
16952     buf[3] = 1;
16953     buf[5] = 0;
16954     buf[6] = 0;
16955     buf[7] = 0;
16956     buf[8] = 1;
16957
16958     for (i = 0; i < 4; i++) {
16959         up = (U32*)(buf + i);
16960         if (! ((*up == 1 << (8*i)) ||   /* big-endian */
16961                (*up == 1 << (8*(3-i)))  /* little-endian */
16962               )
16963            )
16964         {
16965             printf("read failed (%x)\n", *up);
16966             exit(2);
16967         }
16968     }
16969
16970     /* write test */
16971     for (i = 0; i < 4; i++) {
16972         up = (U32*)(buf + i);
16973         *up = 0xBeef;
16974         if (*up != 0xBeef) {
16975             printf("write failed (%x)\n", *up);
16976             exit(3);
16977         }
16978     }
16979
16980     exit(0);
16981 #else
16982     printf("1\n");
16983     exit(1);
16984 #endif
16985     return 0;
16986 }
16987 EOCP
16988 set try
16989 if eval $compile_ok; then
16990         echo "(Testing for character data alignment may crash the test.  That's okay.)" >&4
16991         $run ./try 2>&1 >/dev/null
16992         case "$?" in
16993         0)      cat >&4 <<EOM
16994 You can access character data pretty unalignedly.
16995 EOM
16996                 d_u32align="$undef"
16997                 ;;
16998         *)      cat >&4 <<EOM
16999 It seems that you must access character data in an aligned manner.
17000 EOM
17001                 d_u32align="$define"
17002                 ;;
17003         esac
17004 else
17005         rp='Can you access character data at unaligned addresses?'
17006         dflt='n'
17007         . ./myread
17008         case "$ans" in
17009         [yY]*)  d_u32align="$undef"  ;;
17010         *)      d_u32align="$define" ;;
17011         esac
17012 fi
17013 $rm -f core core.try.* try.core
17014 ;;
17015 esac
17016
17017 : see if ualarm exists
17018 set ualarm d_ualarm
17019 eval $inlibc
17020
17021 : see if umask exists
17022 set umask d_umask
17023 eval $inlibc
17024
17025 : see if unordered exists
17026 set unordered d_unordered
17027 eval $inlibc
17028
17029 : see if usleep exists
17030 set usleep d_usleep
17031 eval $inlibc
17032
17033 : see if prototype for usleep is available
17034 echo " "
17035 set d_usleepproto usleep $i_unistd unistd.h
17036 eval $hasproto
17037
17038 : see if ustat exists
17039 set ustat d_ustat
17040 eval $inlibc
17041
17042 : backward compatibility for d_hvfork
17043 if test X$d_hvfork != X; then
17044         d_vfork="$d_hvfork"
17045         d_hvfork=''
17046 fi
17047 : see if there is a vfork
17048 val=''
17049 set vfork val
17050 eval $inlibc
17051
17052 : Ok, but do we want to use it. vfork is reportedly unreliable in 
17053 : perl on Solaris 2.x, and probably elsewhere.
17054 case "$val" in
17055 $define)
17056         echo " "
17057         case "$usevfork" in
17058         false) dflt='n';;
17059         *) dflt='y';;
17060         esac
17061         cat <<'EOM'
17062  
17063 Perl can only use a vfork() that doesn't suffer from strict
17064 restrictions on calling functions or modifying global data in
17065 the child.  For example, glibc-2.1 contains such a vfork()
17066 that is unsuitable.  If your system provides a proper fork()
17067 call, chances are that you do NOT want perl to use vfork().
17068
17069 EOM
17070         rp="Do you still want to use vfork()?"
17071         . ./myread
17072         case "$ans" in
17073         y|Y) ;;
17074         *)
17075                 echo "Ok, we won't use vfork()."
17076                 val="$undef"
17077                 ;;
17078         esac
17079         ;;
17080 esac
17081 set d_vfork
17082 eval $setvar
17083 case "$d_vfork" in
17084 $define) usevfork='true';;
17085 *) usevfork='false';;
17086 esac
17087
17088 : see if closedir exists
17089 set closedir d_closedir
17090 eval $inlibc
17091
17092 case "$d_closedir" in
17093 "$define")
17094         echo " "
17095         echo "Checking whether closedir() returns a status..." >&4
17096         cat > try.c <<EOM
17097 #$i_dirent I_DIRENT             /**/
17098 #$i_sysdir I_SYS_DIR            /**/
17099 #$i_sysndir I_SYS_NDIR          /**/
17100 #$i_systypes I_SYS_TYPES        /**/
17101
17102 #if defined(I_SYS_TYPES)
17103 #include <sys/types.h>
17104 #endif
17105 #if defined(I_DIRENT)
17106 #include <dirent.h>
17107 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
17108 #include <sys/dir.h>
17109 #endif
17110 #else
17111 #ifdef I_SYS_NDIR
17112 #include <sys/ndir.h>
17113 #else
17114 #ifdef I_SYS_DIR
17115 #ifdef hp9000s500
17116 #include <ndir.h>       /* may be wrong in the future */
17117 #else
17118 #include <sys/dir.h>
17119 #endif
17120 #endif
17121 #endif
17122 #endif 
17123 int main() { return closedir(opendir(".")); }
17124 EOM
17125         set try
17126         if eval $compile_ok; then
17127                 if $run ./try > /dev/null 2>&1 ; then
17128                         echo "Yes, it does."
17129                         val="$undef"
17130                 else
17131                         echo "No, it doesn't."
17132                         val="$define"
17133                 fi
17134         else
17135                 echo "(I can't seem to compile the test program--assuming it doesn't)"
17136                 val="$define"
17137         fi
17138         ;;
17139 *)
17140         val="$undef";
17141         ;;
17142 esac
17143 set d_void_closedir
17144 eval $setvar
17145 $rm -f try try.*
17146 : see if there is a wait4
17147 set wait4 d_wait4
17148 eval $inlibc
17149
17150 : see if waitpid exists
17151 set waitpid d_waitpid
17152 eval $inlibc
17153
17154 : see if wcstombs exists
17155 set wcstombs d_wcstombs
17156 eval $inlibc
17157
17158 : see if wctomb exists
17159 set wctomb d_wctomb
17160 eval $inlibc
17161
17162 : see if writev exists
17163 set writev d_writev
17164 eval $inlibc
17165
17166 : preserve RCS keywords in files with variable substitution, grrr
17167 Date='$Date'
17168 Id='$Id'
17169 Log='$Log'
17170 RCSfile='$RCSfile'
17171 Revision='$Revision'
17172
17173 : check for alignment requirements
17174 echo " "
17175 case "$usecrosscompile$multiarch" in
17176 *$define*)
17177         $cat <<EOM
17178 You seem to be either cross-compiling or doing a multiarchitecture build,
17179 skipping the memory alignment check.
17180
17181 EOM
17182         case "$alignbytes" in
17183         '') alignbytes=8 ;;
17184         esac
17185         ;;
17186 *)
17187         case "$alignbytes" in
17188         '') echo "Checking alignment constraints..." >&4
17189                 if $test "X$uselongdouble" = Xdefine -a "X$d_longdbl" = Xdefine; then
17190                         $cat >try.c <<'EOCP'
17191 typedef long double NV;
17192 EOCP
17193                 else
17194                         $cat >try.c <<'EOCP'
17195 typedef double NV;
17196 EOCP
17197                 fi
17198                 $cat >>try.c <<'EOCP'
17199 #include <stdio.h>
17200 struct foobar {
17201         char foo;
17202         NV bar;
17203 } try_algn;
17204 int main()
17205 {
17206     printf("%d\n", (int)((char *)&try_algn.bar - (char *)&try_algn.foo));
17207     return(0);
17208 }
17209 EOCP
17210                 set try
17211                 if eval $compile_ok; then
17212                         dflt=`$run ./try`
17213                 else
17214                         dflt='8'
17215                         echo "(I can't seem to compile the test program...)"
17216                 fi
17217                 ;;
17218         *) dflt="$alignbytes"
17219                 ;;
17220         esac
17221         rp="Doubles must be aligned on a how-many-byte boundary?"
17222         . ./myread
17223         alignbytes="$ans"
17224         $rm -f try.c try
17225         ;;
17226 esac
17227
17228
17229 : set the base revision
17230 baserev=5.0
17231
17232 : how do we concatenate cpp tokens here?
17233 echo " "
17234 echo "Checking to see how your cpp does stuff like concatenate tokens..." >&4
17235 $cat >cpp_stuff.c <<'EOCP'
17236 #define RCAT(a,b)a/**/b
17237 #define ACAT(a,b)a ## b
17238 RCAT(Rei,ser)
17239 ACAT(Cir,cus)
17240 EOCP
17241 $cppstdin $cppflags $cppminus <cpp_stuff.c >cpp_stuff.out 2>&1
17242 if $contains 'Circus' cpp_stuff.out >/dev/null 2>&1; then
17243         echo "Oh!  Smells like ANSI's been here." >&4
17244         echo "We can catify or stringify, separately or together!"
17245         cpp_stuff=42
17246 elif $contains 'Reiser' cpp_stuff.out >/dev/null 2>&1; then
17247         echo "Ah, yes!  The good old days!" >&4
17248         echo "However, in the good old days we don't know how to stringify and"
17249         echo "catify at the same time."
17250         cpp_stuff=1
17251 else
17252         $cat >&4 <<EOM
17253 Hmm, I don't seem to be able to concatenate tokens with your cpp.
17254 You're going to have to edit the values of CAT[2-5] in config.h...
17255 EOM
17256         cpp_stuff="/* Help! How do we handle cpp_stuff? */*/"
17257 fi
17258 $rm -f cpp_stuff.*
17259
17260 : see if this is a db.h system
17261 set db.h i_db
17262 eval $inhdr
17263
17264 case "$i_db" in
17265 $define)
17266         : Check db version.
17267         echo " "
17268         echo "Checking Berkeley DB version ..." >&4
17269         $cat >try.c <<EOCP
17270 #$d_const HASCONST
17271 #ifndef HASCONST
17272 #define const
17273 #endif
17274 #include <sys/types.h>
17275 #include <stdio.h>
17276 #$i_stdlib I_STDLIB
17277 #ifdef I_STDLIB
17278 #include <stdlib.h>
17279 #endif
17280 #include <db.h>
17281 int main(int argc, char *argv[])
17282 {
17283 #ifdef DB_VERSION_MAJOR /* DB version >= 2 */
17284     int Major, Minor, Patch ;
17285     unsigned long Version ;
17286     (void)db_version(&Major, &Minor, &Patch) ;
17287     if (argc == 2) {
17288         printf("%d %d %d %d %d %d\n",
17289                DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH,
17290                Major, Minor, Patch);
17291         exit(0);
17292     }
17293     printf("You have Berkeley DB Version 2 or greater.\n");
17294
17295     printf("db.h is from Berkeley DB Version %d.%d.%d\n",
17296                 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH);
17297     printf("libdb is from Berkeley DB Version %d.%d.%d\n",
17298                 Major, Minor, Patch) ;
17299
17300     /* check that db.h & libdb are compatible */
17301     if (DB_VERSION_MAJOR != Major || DB_VERSION_MINOR != Minor || DB_VERSION_PATCH != Patch) {
17302         printf("db.h and libdb are incompatible.\n") ;
17303         exit(3);        
17304     }
17305
17306     printf("db.h and libdb are compatible.\n") ;
17307
17308     Version = DB_VERSION_MAJOR * 1000000 + DB_VERSION_MINOR * 1000
17309                 + DB_VERSION_PATCH ;
17310
17311     /* needs to be >= 2.3.4 */
17312     if (Version < 2003004) {
17313     /* if (DB_VERSION_MAJOR == 2 && DB_VERSION_MINOR == 0 && DB_VERSION_PATCH < 5) { */
17314         printf("Perl needs Berkeley DB 2.3.4 or greater.\n") ;
17315         exit(2);        
17316     }
17317
17318     exit(0);
17319 #else
17320 #if defined(_DB_H_) && defined(BTREEMAGIC) && defined(HASHMAGIC)
17321     if (argc == 2) {
17322         printf("1 0 0\n");
17323         exit(0);
17324     }
17325     printf("You have Berkeley DB Version 1.\n");
17326     exit(0);    /* DB version < 2: the coast is clear. */
17327 #else
17328     exit(1);    /* <db.h> not Berkeley DB? */
17329 #endif
17330 #endif
17331 }
17332 EOCP
17333         set try
17334         if eval $compile_ok && $run ./try; then
17335                 echo 'Looks OK.' >&4
17336                 set `$run ./try 1`
17337                 db_version_major=$1
17338                 db_version_minor=$2
17339                 db_version_patch=$3
17340         else
17341                 echo "I can't use Berkeley DB with your <db.h>.  I'll disable Berkeley DB." >&4
17342                 i_db=$undef
17343                 case " $libs " in
17344                 *"-ldb "*)
17345                         : Remove db from list of libraries to use
17346                         echo "Removing unusable -ldb from library list" >&4
17347                         set `echo X $libs | $sed -e 's/-ldb / /' -e 's/-ldb$//'`
17348                         shift
17349                         libs="$*"
17350                         echo "libs = $libs" >&4
17351                         ;;
17352                 esac
17353         fi
17354         $rm -f try.*
17355         ;;
17356 esac
17357
17358 case "$i_db" in
17359 define)
17360         : Check the return type needed for hash 
17361         echo " "
17362         echo "Checking return type needed for hash for Berkeley DB ..." >&4
17363         $cat >try.c <<EOCP
17364 #$d_const HASCONST
17365 #ifndef HASCONST
17366 #define const
17367 #endif
17368 #include <sys/types.h>
17369 #include <db.h>
17370
17371 #ifndef DB_VERSION_MAJOR
17372 u_int32_t hash_cb (ptr, size)
17373 const void *ptr;
17374 size_t size;
17375 {
17376 }
17377 HASHINFO info;
17378 int main()
17379 {
17380         info.hash = hash_cb;
17381 }
17382 #endif
17383 EOCP
17384         if $cc $ccflags -c try.c >try.out 2>&1 ; then
17385                 if $contains warning try.out >>/dev/null 2>&1 ; then
17386                         db_hashtype='int'
17387                 else
17388                         db_hashtype='u_int32_t'
17389                 fi
17390         else
17391                 : XXX Maybe we should just give up here.
17392                 db_hashtype=u_int32_t
17393                 $cat try.out >&4
17394                 echo "Help:  I can't seem to compile the db test program." >&4
17395                 echo "Something's wrong, but I'll assume you use $db_hashtype." >&4
17396         fi
17397         $rm -f try.*
17398         echo "Your version of Berkeley DB uses $db_hashtype for hash."
17399         ;;
17400 *)      db_hashtype=u_int32_t
17401         ;;
17402 esac
17403 case "$i_db" in
17404 define)
17405         : Check the return type needed for prefix 
17406         echo " "
17407         echo "Checking return type needed for prefix for Berkeley DB ..." >&4
17408         cat >try.c <<EOCP
17409 #$d_const HASCONST
17410 #ifndef HASCONST
17411 #define const
17412 #endif
17413 #include <sys/types.h>
17414 #include <db.h>
17415
17416 #ifndef DB_VERSION_MAJOR
17417 size_t prefix_cb (key1, key2)
17418 const DBT *key1;
17419 const DBT *key2;
17420 {
17421 }
17422 BTREEINFO info;
17423 int main()
17424 {
17425         info.prefix = prefix_cb;
17426 }
17427 #endif
17428 EOCP
17429         if $cc $ccflags -c try.c  >try.out 2>&1 ; then
17430                 if $contains warning try.out >>/dev/null 2>&1 ; then
17431                         db_prefixtype='int'
17432                 else
17433                         db_prefixtype='size_t'
17434                 fi
17435         else
17436                 db_prefixtype='size_t'
17437                 : XXX Maybe we should just give up here.
17438                 $cat try.out >&4
17439                 echo "Help:  I can't seem to compile the db test program." >&4
17440                 echo "Something's wrong, but I'll assume you use $db_prefixtype." >&4
17441         fi
17442         $rm -f try.*
17443         echo "Your version of Berkeley DB uses $db_prefixtype for prefix."
17444         ;;
17445 *)      db_prefixtype='size_t'
17446         ;;
17447 esac
17448
17449
17450 : How can we generate normalized random numbers ?
17451 echo " "
17452 echo "Looking for a random number function..." >&4
17453 case "$randfunc" in
17454 '')
17455         if set drand48 val -f; eval $csym; $val; then
17456                 dflt="drand48"
17457                 echo "Good, found drand48()." >&4
17458         elif set random val -f; eval $csym; $val; then
17459                 dflt="random"
17460                 echo "OK, found random()." >&4
17461         else
17462                 dflt="rand"
17463                 echo "Yick, looks like I have to use rand()." >&4
17464         fi
17465         echo " "
17466         ;;
17467 *)
17468         dflt="$randfunc"
17469         ;;
17470 esac
17471 cont=true
17472
17473 case "$ccflags" in
17474 *-Dmy_rand=*|*-Dmy_srand=*)
17475         echo "Removing obsolete -Dmy_rand, -Dmy_srand, and -Drandbits from ccflags." >&4
17476         ccflags="`echo $ccflags | sed -e 's/-Dmy_rand=random/ /'`"
17477         ccflags="`echo $ccflags | sed -e 's/-Dmy_srand=srandom/ /'`"
17478         ccflags="`echo $ccflags | sed -e 's/-Drandbits=[0-9][0-9]*/ /'`"
17479         ;;
17480 esac
17481
17482 while $test "$cont"; do
17483         rp="Use which function to generate random numbers?"
17484         . ./myread
17485         if $test "$ans" = "$dflt"; then
17486                 : null
17487         else
17488                 randbits=''
17489         fi
17490         randfunc="$ans"
17491         if set $ans val -f; eval $csym; $val; then
17492                 cont=''
17493         else
17494                 dflt=y
17495                 rp="I cannot find function $ans. Use that name anyway?"
17496                 . ./myread
17497                 dflt=rand
17498                 case "$ans" in
17499                         [yY]*) cont='';;
17500                 esac
17501         fi
17502         case "$cont" in
17503         '')
17504                 case "$randfunc" in
17505                 drand48)
17506                         drand01="drand48()"
17507                         seedfunc="srand48"
17508                         randbits=48
17509                         randseedtype=long
17510                         ;;
17511                 rand|random)
17512                         case "$randbits" in
17513                         '')
17514 echo "Checking to see how many bits your $randfunc() function produces..." >&4
17515                                 $cat >try.c <<EOCP
17516 #$i_unistd I_UNISTD
17517 #$i_stdlib I_STDLIB
17518 #include <stdio.h>
17519 #ifdef I_UNISTD
17520 #  include <unistd.h>
17521 #endif
17522 #ifdef I_STDLIB
17523 #  include <stdlib.h>
17524 #endif
17525 int main()
17526 {
17527         register int i;
17528         register unsigned long tmp;
17529         register unsigned long max = 0L;
17530
17531         for (i = 1000; i; i--) {
17532                 tmp = (unsigned long) $randfunc();
17533                 if (tmp > max) max = tmp;
17534         }
17535         for (i = 0; max; i++)
17536                 max /= 2;
17537         printf("%d\n",i);
17538 }
17539 EOCP
17540                                 set try
17541                                 if eval $compile_ok; then
17542                                         dflt=`try`
17543                                 else
17544                                         dflt='?'
17545                                         echo "(I can't seem to compile the test program...)"
17546                                 fi
17547                                 ;;
17548                         *)
17549                                 dflt="$randbits"
17550                                 ;;
17551                         esac
17552                         rp="How many bits does your $randfunc() function produce?"
17553                         . ./myread
17554                         randbits="$ans"
17555                         $rm -f try.c try
17556                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
17557                         seedfunc="s$randfunc"
17558                         randseedtype=unsigned
17559                         ;;
17560                 *)
17561                         dflt="31"
17562                         rp="How many bits does your $randfunc() function produce?"
17563                         . ./myread
17564                         randbits="$ans"
17565                         seedfunc="s$randfunc"
17566                         drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
17567                         if set $seedfunc val -f; eval $csym; $val; then
17568                                 echo "(Using $seedfunc() to seed random generator)"
17569                         else
17570                                 echo "(Warning: no $seedfunc() to seed random generator)"
17571                                 seedfunc=rand
17572                         fi
17573                         randseedtype=unsigned
17574                         ;;
17575                 esac
17576                 ;;
17577         esac
17578 done
17579
17580 echo " "
17581 echo "Determining whether or not we are on an EBCDIC system..." >&4
17582 $cat >try.c <<'EOM'
17583 int main()
17584 {
17585   if ('M'==0xd4) return 0;
17586   return 1;
17587 }
17588 EOM
17589
17590 val=$undef
17591 set try
17592 if eval $compile_ok; then
17593         if $run ./try; then
17594                 echo "You seem to speak EBCDIC." >&4
17595                 val="$define"
17596         else
17597                 echo "Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8." >&4
17598         fi
17599 else
17600         echo "I'm unable to compile the test program." >&4
17601         echo "I'll assume ASCII or some ISO Latin. Or UTF8." >&4
17602 fi
17603 $rm -f try try.*
17604 set ebcdic
17605 eval $setvar
17606
17607 echo " "
17608 $cat >&4 <<EOM
17609 Checking how to flush all pending stdio output...
17610 EOM
17611 # I only know how to find the first 32 possibly open files on SunOS.
17612 # See also hints/sunos_4_1.sh and util.c  --AD
17613 case "$osname" in
17614 sunos) $echo '#define PERL_FFLUSH_ALL_FOPEN_MAX 32' > try.c ;;
17615 esac
17616 $cat >>try.c <<EOCP
17617 #include <stdio.h>
17618 #$i_stdlib I_STDLIB
17619 #ifdef I_STDLIB
17620 #include <stdlib.h>
17621 #endif
17622 #$i_unistd I_UNISTD
17623 #ifdef I_UNISTD
17624 # include <unistd.h>
17625 #endif
17626 #$d_sysconf HAS_SYSCONF
17627 #$d_stdio_stream_array HAS_STDIO_STREAM_ARRAY
17628 #ifdef HAS_STDIO_STREAM_ARRAY
17629 # define STDIO_STREAM_ARRAY $stdio_stream_array
17630 #endif
17631 int main() {
17632   FILE* p;
17633   unlink("try.out");
17634   p = fopen("try.out", "w");
17635 #ifdef TRY_FPUTC
17636   fputc('x', p);
17637 #else
17638 # ifdef TRY_FPRINTF
17639   fprintf(p, "x");
17640 # endif
17641 #endif
17642 #ifdef TRY_FFLUSH_NULL
17643   fflush(NULL);
17644 #endif
17645 #ifdef TRY_FFLUSH_ALL
17646   {
17647     long open_max = -1;
17648 # ifdef PERL_FFLUSH_ALL_FOPEN_MAX
17649     open_max = PERL_FFLUSH_ALL_FOPEN_MAX;
17650 # else
17651 #  if defined(HAS_SYSCONF) && defined(_SC_OPEN_MAX)
17652     open_max = sysconf(_SC_OPEN_MAX);
17653 #  else
17654 #   ifdef FOPEN_MAX
17655     open_max = FOPEN_MAX;
17656 #   else
17657 #    ifdef OPEN_MAX
17658     open_max = OPEN_MAX;
17659 #    else
17660 #     ifdef _NFILE
17661     open_max = _NFILE;
17662 #     endif
17663 #    endif
17664 #   endif
17665 #  endif
17666 # endif 
17667 # ifdef HAS_STDIO_STREAM_ARRAY
17668     if (open_max > 0) {
17669       long i;
17670       for (i = 0; i < open_max; i++)
17671             if (STDIO_STREAM_ARRAY[i]._file >= 0 &&
17672                 STDIO_STREAM_ARRAY[i]._file < open_max &&
17673                 STDIO_STREAM_ARRAY[i]._flag)
17674                 fflush(&STDIO_STREAM_ARRAY[i]);
17675     }   
17676   }
17677 # endif
17678 #endif
17679   _exit(42);
17680 }
17681 EOCP
17682 : first we have to find out how _not_ to flush
17683 $to try.c
17684 if $test "X$fflushNULL" = X -o "X$fflushall" = X; then
17685     output=''
17686     set try -DTRY_FPUTC
17687     if eval $compile; then
17688             $run ./try 2>/dev/null
17689             code="$?"
17690             $from try.out
17691             if $test ! -s try.out -a "X$code" = X42; then
17692                 output=-DTRY_FPUTC
17693             fi
17694     fi
17695     case "$output" in
17696     '')
17697             set try -DTRY_FPRINTF
17698             if eval $compile; then
17699                     $run ./try 2>/dev/null
17700                     code="$?"
17701                     $from try.out
17702                     if $test ! -s try.out -a "X$code" = X42; then
17703                         output=-DTRY_FPRINTF
17704                     fi
17705             fi
17706         ;;
17707     esac
17708 fi
17709 : check for fflush NULL behaviour
17710 case "$fflushNULL" in
17711 '')     set try -DTRY_FFLUSH_NULL $output
17712         if eval $compile; then
17713                 $run ./try 2>/dev/null
17714                 code="$?"
17715                 $from try.out
17716                 if $test -s try.out -a "X$code" = X42; then
17717                         fflushNULL="`$cat try.out`"
17718                 else
17719                         if $test "X$code" != X42; then
17720                                 $cat >&4 <<EOM
17721 (If this test failed, don't worry, we'll try another method shortly.)
17722 EOM
17723                         fi
17724                 fi
17725         fi
17726         $rm -f core try.core core.try.*
17727         case "$fflushNULL" in
17728         x)      $cat >&4 <<EOM
17729 Your fflush(NULL) works okay for output streams.
17730 Let's see if it clobbers input pipes...
17731 EOM
17732 # As of mid-March 2000 all versions of Solaris appear to have a stdio
17733 # bug that improperly flushes the input end of pipes.  So we avoid the
17734 # autoflush on fork/system/exec support for now. :-(
17735 $cat >tryp.c <<EOCP
17736 #include <stdio.h>
17737 int
17738 main(int argc, char **argv)
17739 {
17740     char buf[1024];
17741     int i;
17742     char *bp = buf;
17743     while (1) {
17744         while ((i = getc(stdin)) != -1
17745                && (*bp++ = i) != '\n'
17746                && bp < &buf[1024])
17747         /* DO NOTHING */ ;
17748         *bp = '\0';
17749         fprintf(stdout, "%s", buf);
17750         fflush(NULL);
17751         if (i == -1)
17752             return 0;
17753         bp = buf;
17754     }
17755 }
17756 EOCP
17757                 fflushNULL="$define"
17758                 set tryp
17759                 if eval $compile; then
17760                     $rm -f tryp.out
17761                     $cat tryp.c | $run ./tryp 2>/dev/null > tryp.out
17762                     if cmp tryp.c tryp.out >/dev/null 2>&1; then
17763                        $cat >&4 <<EOM
17764 fflush(NULL) seems to behave okay with input streams.
17765 EOM
17766                         fflushNULL="$define"
17767                     else
17768                         $cat >&4 <<EOM
17769 Ouch, fflush(NULL) clobbers input pipes!  We will not use it.
17770 EOM
17771                         fflushNULL="$undef"
17772                     fi
17773                 fi
17774                 $rm -f core tryp.c tryp.core core.tryp.*
17775                 ;;
17776         '')     $cat >&4 <<EOM
17777 Your fflush(NULL) isn't working (contrary to ANSI C).
17778 EOM
17779                 fflushNULL="$undef"
17780                 ;;
17781         *)      $cat >&4 <<EOM
17782 Cannot figure out whether your fflush(NULL) works or not.
17783 I'm assuming it doesn't (contrary to ANSI C).
17784 EOM
17785                 fflushNULL="$undef"
17786                 ;;
17787         esac
17788         ;;
17789 $define|true|[yY]*)
17790         fflushNULL="$define"
17791         ;;
17792 *)
17793         fflushNULL="$undef"
17794         ;;
17795 esac
17796 : check explicit looping only if NULL did not work, and if the pipe
17797 : bug does not show up on an explicit flush too
17798 case "$fflushNULL" in
17799 "$undef")
17800         $cat >tryp.c <<EOCP
17801 #include <stdio.h>
17802 int
17803 main(int argc, char **argv)
17804 {
17805     char buf[1024];
17806     int i;
17807     char *bp = buf;
17808     while (1) {
17809         while ((i = getc(stdin)) != -1
17810                && (*bp++ = i) != '\n'
17811                && bp < &buf[1024])
17812         /* DO NOTHING */ ;
17813         *bp = '\0';
17814         fprintf(stdout, "%s", buf);
17815         fflush(stdin);
17816         if (i == -1)
17817             return 0;
17818         bp = buf;
17819     }
17820 }
17821 EOCP
17822         set tryp
17823         if eval $compile; then
17824             $rm -f tryp.out
17825             $cat tryp.c | $run ./tryp 2>/dev/null > tryp.out
17826             if cmp tryp.c tryp.out >/dev/null 2>&1; then
17827                $cat >&4 <<EOM
17828 Good, at least fflush(stdin) seems to behave okay when stdin is a pipe.
17829 EOM
17830                 : now check for fflushall behaviour
17831                 case "$fflushall" in
17832                 '')     set try -DTRY_FFLUSH_ALL $output
17833                         if eval $compile; then
17834                                 $cat >&4 <<EOM
17835 (Now testing the other method--but note that this also may fail.)
17836 EOM
17837                                 $run ./try 2>/dev/null
17838                                 code=$?
17839                                 $from try.out
17840                                 if $test -s try.out -a "X$code" = X42; then
17841                                         fflushall="`$cat try.out`"
17842                                 fi
17843                         fi
17844                         $rm -f core try.core core.try.*
17845                         case "$fflushall" in
17846                         x)      $cat >&4 <<EOM
17847 Whew. Flushing explicitly all the stdio streams works.
17848 EOM
17849                                 fflushall="$define"
17850                                 ;;
17851                         '')     $cat >&4 <<EOM
17852 Sigh. Flushing explicitly all the stdio streams doesn't work.
17853 EOM
17854                                 fflushall="$undef"
17855                                 ;;
17856                         *)      $cat >&4 <<EOM
17857 Cannot figure out whether flushing stdio streams explicitly works or not.
17858 I'm assuming it doesn't.
17859 EOM
17860                                 fflushall="$undef"
17861                                 ;;
17862                         esac
17863                         ;;
17864                 "$define"|true|[yY]*)
17865                         fflushall="$define"
17866                         ;;
17867                 *)
17868                         fflushall="$undef"
17869                         ;;
17870                 esac
17871             else
17872                 $cat >&4 <<EOM
17873 All is futile.  Even fflush(stdin) clobbers input pipes!
17874 EOM
17875                 fflushall="$undef"
17876             fi
17877         else
17878             fflushall="$undef"
17879         fi
17880         $rm -f core tryp.c tryp.core core.tryp.*
17881         ;;
17882 *)      fflushall="$undef"
17883         ;;
17884 esac
17885
17886 case "$fflushNULL$fflushall" in
17887 undefundef)
17888         $cat <<EOM
17889 OK, I give up.  I cannot figure out how to flush pending stdio output.
17890 We won't be flushing handles at all before fork/exec/popen.
17891 EOM
17892         ;;
17893 esac
17894 $rm -f try.* try$exe_ext
17895
17896 : Store the full pathname to the ar program for use in the C program
17897 : Respect a hint or command line value for full_ar.
17898 case "$full_ar" in
17899 '') full_ar=$ar ;;
17900 esac
17901
17902 : Store the full pathname to the sed program for use in the C program
17903 full_sed=$sed
17904
17905 : see what type gids are declared as in the kernel
17906 echo " "
17907 echo "Looking for the type for group ids returned by getgid()."
17908 set gid_t gidtype xxx stdio.h sys/types.h
17909 eval $typedef
17910 case "$gidtype" in
17911 xxx)
17912         xxx=`./findhdr sys/user.h`
17913         set `grep 'groups\[NGROUPS\];' "$xxx" 2>/dev/null` unsigned short
17914         case $1 in
17915         unsigned) dflt="$1 $2" ;;
17916         *) dflt="$1" ;;
17917         esac
17918         ;;
17919 *) dflt="$gidtype";;
17920 esac
17921 case "$gidtype" in
17922 gid_t) echo "gid_t found." ;;
17923 *)      rp="What is the type for group ids returned by getgid()?"
17924         . ./myread
17925         gidtype="$ans"
17926         ;;
17927 esac
17928
17929 echo " "
17930 case "$gidtype" in
17931 *_t) zzz="$gidtype"     ;;
17932 *)   zzz="gid"          ;;
17933 esac
17934 echo "Checking the size of $zzz..." >&4 
17935 cat > try.c <<EOCP
17936 #include <sys/types.h>
17937 #include <stdio.h>
17938 #$i_stdlib I_STDLIB
17939 #ifdef I_STDLIB
17940 #include <stdlib.h>
17941 #endif
17942 int main() {
17943     printf("%d\n", (int)sizeof($gidtype));
17944     exit(0);
17945 }
17946 EOCP
17947 set try
17948 if eval $compile_ok; then
17949         yyy=`$run ./try`
17950         case "$yyy" in
17951         '')     gidsize=4
17952                 echo "(I can't execute the test program--guessing $gidsize.)" >&4
17953                 ;;
17954         *)      gidsize=$yyy
17955                 echo "Your $zzz is $gidsize bytes long."
17956                 ;;
17957         esac
17958 else
17959         gidsize=4
17960         echo "(I can't compile the test program--guessing $gidsize.)" >&4
17961 fi
17962
17963
17964 echo " "
17965 case "$gidtype" in
17966 *_t) zzz="$gidtype"     ;;
17967 *)   zzz="gid"          ;;
17968 esac
17969 echo "Checking the sign of $zzz..." >&4 
17970 cat > try.c <<EOCP
17971 #include <sys/types.h>
17972 #include <stdio.h>
17973 int main() {
17974         $gidtype foo = -1;
17975         if (foo < 0)
17976                 printf("-1\n");
17977         else
17978                 printf("1\n");
17979 }
17980 EOCP
17981 set try
17982 if eval $compile; then
17983         yyy=`$run ./try`
17984         case "$yyy" in
17985         '')     gidsign=1
17986                 echo "(I can't execute the test program--guessing unsigned.)" >&4
17987                 ;;
17988         *)      gidsign=$yyy
17989                 case "$gidsign" in
17990                  1) echo "Your $zzz is unsigned." ;;
17991                 -1) echo "Your $zzz is signed."   ;;
17992                 esac
17993                 ;;
17994         esac
17995 else
17996         gidsign=1
17997         echo "(I can't compile the test program--guessing unsigned.)" >&4
17998 fi
17999
18000
18001 echo " "
18002
18003 if $test X"$quadtype" != X; then
18004
18005 echo "Checking how to print 64-bit integers..." >&4
18006
18007 if $test X"$sPRId64" = X -a X"$quadtype" = Xint; then
18008         $cat >try.c <<'EOCP'
18009 #include <sys/types.h>
18010 #include <stdio.h>
18011 int main() {
18012   int q = 12345678901;
18013   printf("%ld\n", q);
18014 }
18015 EOCP
18016         set try
18017         if eval $compile; then
18018                 yyy=`$run ./try`
18019                 case "$yyy" in
18020                 12345678901)
18021                         sPRId64='"d"'; sPRIi64='"i"'; sPRIu64='"u"';
18022                         sPRIo64='"o"'; sPRIx64='"x"'; sPRIXU64='"X"';
18023                         echo "We will use %d."
18024                         ;;
18025                 esac
18026         fi
18027 fi
18028
18029 if $test X"$sPRId64" = X -a X"$quadtype" = Xlong; then
18030         $cat >try.c <<'EOCP'
18031 #include <sys/types.h>
18032 #include <stdio.h>
18033 int main() {
18034   long q = 12345678901;
18035   printf("%ld\n", q);
18036 }
18037 EOCP
18038         set try
18039         if eval $compile; then
18040                 yyy=`$run ./try`
18041                 case "$yyy" in
18042                 12345678901)
18043                         sPRId64='"ld"'; sPRIi64='"li"'; sPRIu64='"lu"';
18044                         sPRIo64='"lo"'; sPRIx64='"lx"'; sPRIXU64='"lX"';
18045                         echo "We will use %ld."
18046                         ;;
18047                 esac
18048         fi
18049 fi
18050
18051 if $test X"$sPRId64" = X -a X"$i_inttypes" = X"$define" -a X"$quadtype" = Xint64_t; then
18052         $cat >try.c <<'EOCP'
18053 #include <sys/types.h>
18054 #include <inttypes.h>
18055 #include <stdio.h>
18056 int main() {
18057   int64_t q = 12345678901;
18058   printf("%" PRId64 "\n", q);
18059 }
18060 EOCP
18061         set try
18062         if eval $compile; then
18063                 yyy=`$run ./try`
18064                 case "$yyy" in
18065                 12345678901)
18066                         sPRId64=PRId64; sPRIi64=PRIi64; sPRIu64=PRIu64;
18067                         sPRIo64=PRIo64; sPRIx64=PRIx64; sPRIXU64=PRIXU64;
18068                         echo "We will use the C9X style."
18069                         ;;
18070                 esac
18071         fi
18072 fi
18073
18074 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
18075         $cat >try.c <<EOCP
18076 #include <sys/types.h>
18077 #include <stdio.h>
18078 int main() {
18079   $quadtype q = 12345678901;
18080   printf("%Ld\n", q);
18081 }
18082 EOCP
18083         set try
18084         if eval $compile; then
18085                 yyy=`$run ./try`
18086                 case "$yyy" in
18087                 12345678901)
18088                         sPRId64='"Ld"'; sPRIi64='"Li"'; sPRIu64='"Lu"';
18089                         sPRIo64='"Lo"'; sPRIx64='"Lx"'; sPRIXU64='"LX"';
18090                         echo "We will use %Ld."
18091                         ;;
18092                 esac
18093         fi
18094 fi
18095
18096 if $test X"$sPRId64" = X -a X"$quadtype" = X"long long"; then
18097         $cat >try.c <<'EOCP'
18098 #include <sys/types.h>
18099 #include <stdio.h>
18100 int main() {
18101   long long q = 12345678901LL; /* AIX cc requires the LL suffix. */
18102   printf("%lld\n", q);
18103 }
18104 EOCP
18105         set try
18106         if eval $compile; then
18107                 yyy=`$run ./try`
18108                 case "$yyy" in
18109                 12345678901)
18110                         sPRId64='"lld"'; sPRIi64='"lli"'; sPRIu64='"llu"';
18111                         sPRIo64='"llo"'; sPRIx64='"llx"'; sPRIXU64='"llX"';
18112                         echo "We will use the %lld style."
18113                         ;;
18114                 esac
18115         fi
18116 fi
18117
18118 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
18119         $cat >try.c <<EOCP
18120 #include <sys/types.h>
18121 #include <stdio.h>
18122 int main() {
18123   $quadtype q = 12345678901;
18124   printf("%qd\n", q);
18125 }
18126 EOCP
18127         set try
18128         if eval $compile; then
18129                 yyy=`$run ./try`
18130                 case "$yyy" in
18131                 12345678901)
18132                         sPRId64='"qd"'; sPRIi64='"qi"'; sPRIu64='"qu"';
18133                         sPRIo64='"qo"'; sPRIx64='"qx"'; sPRIXU64='"qX"';
18134                         echo "We will use %qd."
18135                         ;;
18136                 esac
18137         fi
18138 fi
18139
18140 if $test X"$sPRId64" = X; then
18141         echo "Cannot figure out how to print 64-bit integers." >&4
18142 fi
18143
18144 $rm -f try try.*
18145
18146 fi
18147
18148 case "$sPRId64" in
18149 '')     d_PRId64="$undef"; d_PRIi64="$undef"; d_PRIu64="$undef"; 
18150         d_PRIo64="$undef"; d_PRIx64="$undef"; d_PRIXU64="$undef"; 
18151         ;;
18152 *)      d_PRId64="$define"; d_PRIi64="$define"; d_PRIu64="$define"; 
18153         d_PRIo64="$define"; d_PRIx64="$define"; d_PRIXU64="$define"; 
18154         ;;
18155 esac
18156
18157
18158 echo " "
18159 $echo "Checking the format strings to be used for Perl's internal types..." >&4
18160
18161 if $test X"$ivsize" = X8; then
18162         ivdformat="$sPRId64"
18163         uvuformat="$sPRIu64"
18164         uvoformat="$sPRIo64"
18165         uvxformat="$sPRIx64"
18166         uvXUformat="$sPRIXU64"
18167 else
18168         if $test X"$ivsize" = X"$longsize"; then
18169                 ivdformat='"ld"'
18170                 uvuformat='"lu"'
18171                 uvoformat='"lo"'
18172                 uvxformat='"lx"'
18173                 uvXUformat='"lX"'
18174         else
18175                 if $test X"$ivsize" = X"$intsize"; then
18176                         ivdformat='"d"'
18177                         uvuformat='"u"'
18178                         uvoformat='"o"'
18179                         uvxformat='"x"'
18180                         uvXUformat='"X"'
18181                 else
18182                         : far out
18183                         if $test X"$ivsize" = X"$shortsize"; then
18184                                 ivdformat='"hd"'
18185                                 uvuformat='"hu"'
18186                                 uvoformat='"ho"'
18187                                 uvxformat='"hx"'
18188                                 uvXUformat='"hX"'
18189                         fi
18190                 fi
18191         fi
18192 fi
18193
18194 if $test X"$uselongdouble" = X"$define" -a X"$d_longdbl" = X"$define" -a X"$d_PRIgldbl" = X"$define"; then
18195         nveformat="$sPRIeldbl"
18196         nvfformat="$sPRIfldbl"
18197         nvgformat="$sPRIgldbl"
18198         nvEUformat="$sPRIEUldbl"
18199         nvFUformat="$sPRIFUldbl"
18200         nvGUformat="$sPRIGUldbl"
18201 else
18202         nveformat='"e"'
18203         nvfformat='"f"'
18204         nvgformat='"g"'
18205         nvEUformat='"E"'
18206         nvFUformat='"F"'
18207         nvGUformat='"G"'
18208 fi
18209
18210 case "$ivdformat" in
18211 '') echo "$0: Fatal: failed to find format strings, cannot continue." >&4
18212     exit 1
18213     ;;
18214 esac
18215
18216
18217 echo " "
18218 $echo "Checking the format string to be used for gids..." >&4
18219
18220 case "$gidsign" in
18221 -1)     if $test X"$gidsize" = X"$ivsize"; then
18222                 gidformat="$ivdformat"
18223         else
18224                 if $test X"$gidsize" = X"$longsize"; then
18225                         gidformat='"ld"'
18226                 else
18227                         if $test X"$gidsize" = X"$intsize"; then
18228                                 gidformat='"d"'
18229                         else
18230                                 if $test X"$gidsize" = X"$shortsize"; then
18231                                         gidformat='"hd"'
18232                                 fi
18233                         fi
18234                 fi
18235         fi
18236         ;;
18237 *)      if $test X"$gidsize" = X"$uvsize"; then
18238                 gidformat="$uvuformat"
18239         else
18240                 if $test X"$gidsize" = X"$longsize"; then
18241                         gidformat='"lu"'
18242                 else
18243                         if $test X"$gidsize" = X"$intsize"; then
18244                                 gidformat='"u"'
18245                         else
18246                                 if $test X"$gidsize" = X"$shortsize"; then
18247                                         gidformat='"hu"'
18248                                 fi
18249                         fi
18250                 fi
18251         fi
18252         ;;
18253 esac
18254
18255 : see if getgroups exists
18256 set getgroups d_getgrps
18257 eval $inlibc
18258
18259 : see if setgroups exists
18260 set setgroups d_setgrps
18261 eval $inlibc
18262
18263
18264 : Find type of 2nd arg to 'getgroups()' and 'setgroups()'
18265 echo " "
18266 case "$d_getgrps$d_setgrps" in
18267 *define*)
18268         case "$groupstype" in
18269         '') dflt="$gidtype" ;;
18270         *)  dflt="$groupstype" ;;
18271         esac
18272         $cat <<EOM
18273 What type of pointer is the second argument to getgroups() and setgroups()?
18274 Usually this is the same as group ids, $gidtype, but not always.
18275
18276 EOM
18277         rp='What type pointer is the second argument to getgroups() and setgroups()?'
18278         . ./myread
18279         groupstype="$ans"
18280         ;;
18281 *)  groupstype="$gidtype";;
18282 esac
18283
18284 echo " "
18285 echo "Checking if your $make program sets \$(MAKE)..." >&4
18286 case "$make_set_make" in
18287 '')
18288         $sed 's/^X //' > testmake.mak << 'EOF'
18289 Xall:
18290 X       @echo 'maketemp="$(MAKE)"'
18291 EOF
18292         case "`$make -f testmake.mak 2>/dev/null`" in
18293         *maketemp=*) make_set_make='#' ;;
18294         *)      make_set_make="MAKE=$make" ;;
18295         esac
18296         $rm -f testmake.mak
18297         ;;
18298 esac
18299 case "$make_set_make" in
18300 '#') echo "Yup, it does.";;
18301 *) echo "Nope, it doesn't.";;
18302 esac
18303
18304 : see what type is used for mode_t
18305 rp="What is the type used for file modes for system calls (e.g. fchmod())?"
18306 set mode_t modetype int stdio.h sys/types.h
18307 eval $typedef_ask
18308
18309 : see if stdarg is available
18310 echo " "
18311 if $test `./findhdr stdarg.h`; then
18312         echo "<stdarg.h> found." >&4
18313         valstd="$define"
18314 else
18315         echo "<stdarg.h> NOT found." >&4
18316         valstd="$undef"
18317 fi
18318
18319 : see if varags is available
18320 echo " "
18321 if $test `./findhdr varargs.h`; then
18322         echo "<varargs.h> found." >&4
18323 else
18324         echo "<varargs.h> NOT found, but that's ok (I hope)." >&4
18325 fi
18326
18327 : set up the varargs testing programs
18328 $cat > varargs.c <<EOP
18329 #ifdef I_STDARG
18330 #include <stdarg.h>
18331 #endif
18332 #ifdef I_VARARGS
18333 #include <varargs.h>
18334 #endif
18335
18336 #ifdef I_STDARG
18337 int f(char *p, ...)
18338 #else
18339 int f(va_alist)
18340 va_dcl
18341 #endif
18342 {
18343         va_list ap;
18344 #ifndef I_STDARG
18345         char *p;
18346 #endif
18347 #ifdef I_STDARG
18348         va_start(ap,p);
18349 #else
18350         va_start(ap);
18351         p = va_arg(ap, char *);
18352 #endif
18353         va_end(ap);
18354 }
18355 EOP
18356 $cat > varargs <<EOP
18357 $startsh
18358 if $cc -c $ccflags -D\$1 varargs.c >/dev/null 2>&1; then
18359         echo "true"
18360 else
18361         echo "false"
18362 fi
18363 $rm -f varargs$_o
18364 EOP
18365 chmod +x varargs
18366
18367 : now check which varargs header should be included
18368 echo " "
18369 i_varhdr=''
18370 case "$valstd" in
18371 "$define")
18372         if `./varargs I_STDARG`; then
18373                 val='stdarg.h'
18374         elif `./varargs I_VARARGS`; then
18375                 val='varargs.h'
18376         fi
18377         ;;
18378 *)
18379         if `./varargs I_VARARGS`; then
18380                 val='varargs.h'
18381         fi
18382         ;;
18383 esac
18384 case "$val" in
18385 '')
18386 echo "I could not find the definition for va_dcl... You have problems..." >&4
18387         val="$undef"; set i_stdarg; eval $setvar
18388         val="$undef"; set i_varargs; eval $setvar
18389         ;;
18390 *) 
18391         set i_varhdr
18392         eval $setvar
18393         case "$i_varhdr" in
18394         stdarg.h)
18395                 val="$define"; set i_stdarg; eval $setvar
18396                 val="$undef"; set i_varargs; eval $setvar
18397                 ;;
18398         varargs.h)
18399                 val="$undef"; set i_stdarg; eval $setvar
18400                 val="$define"; set i_varargs; eval $setvar
18401                 ;;
18402         esac
18403         echo "We'll include <$i_varhdr> to get va_dcl definition." >&4;;
18404 esac
18405 $rm -f varargs*
18406
18407 : see if we need va_copy
18408 echo " "
18409 case "$i_stdarg" in
18410 "$define")
18411         $cat >try.c <<EOCP
18412 #include <stdarg.h>
18413 #include <stdio.h>
18414 #$i_stdlib I_STDLIB
18415 #ifdef I_STDLIB
18416 #include <stdlib.h>
18417 #endif
18418 #include <signal.h>
18419
18420 int
18421 ivfprintf(FILE *f, const char *fmt, va_list *valp)
18422 {
18423   return vfprintf(f, fmt, *valp);
18424 }
18425  
18426 int    
18427 myvfprintf(FILE *f, const  char *fmt, va_list val)
18428 {
18429   return ivfprintf(f, fmt, &val);
18430 }
18431       
18432 int
18433 myprintf(char *fmt, ...) 
18434 {
18435   va_list val;
18436   va_start(val, fmt);
18437   return myvfprintf(stdout, fmt, val); 
18438 }         
18439
18440 int
18441 main(int ac, char **av)
18442 {
18443   signal(SIGSEGV, exit);
18444
18445   myprintf("%s%cs all right, then\n", "that", '\'');                            
18446   exit(0);      
18447 }
18448 EOCP
18449         set try
18450         if eval $compile && $run ./try 2>&1 >/dev/null; then
18451                 case "`$run ./try`" in
18452                 "that's all right, then")
18453                         okay=yes
18454                         ;;
18455                 esac
18456         fi
18457         case "$okay" in
18458         yes)    echo "It seems that you don't need va_copy()." >&4
18459                 need_va_copy="$undef"
18460                 ;;
18461         *)      echo "It seems that va_copy() or similar will be needed." >&4
18462                 need_va_copy="$define"
18463                 ;;
18464         esac
18465         $rm -f try.* core core.* *.core *.core.*
18466         ;;
18467 *)      echo "You don't have <stdarg.h>, not checking for va_copy()." >&4
18468         ;;
18469 esac
18470
18471 : see what type is used for size_t
18472 rp="What is the type used for the length parameter for string functions?"
18473 set size_t sizetype 'unsigned int' stdio.h sys/types.h
18474 eval $typedef_ask
18475
18476 : check for type of arguments to gethostbyaddr. 
18477 if test "X$netdb_host_type" = X -o "X$netdb_hlen_type" = X; then
18478         case "$d_gethbyaddr" in
18479         $define)
18480                 $cat <<EOM
18481
18482 Checking to see what type of arguments are accepted by gethostbyaddr().
18483 EOM
18484                 hdrs="$define sys/types.h
18485                         $d_socket sys/socket.h 
18486                         $i_niin netinet/in.h 
18487                         $i_netdb netdb.h
18488                         $i_unistd unistd.h"
18489                 : The first arg can 'char *' or 'void *'
18490                 : The second arg is some of integral type
18491                 for xxx in in_addr_t 'const void *' 'const char *' 'void *' 'char *'; do
18492                         for yyy in size_t long int; do
18493                                 case "$netdb_host_type" in
18494                                 '')     try="extern struct hostent *gethostbyaddr($xxx, $yyy, int);"
18495                                         if ./protochk "$try" $hdrs; then
18496                                                 echo "Your system accepts $xxx for the first arg."
18497                                                 echo "...and $yyy for the second arg."
18498                                                 netdb_host_type="$xxx"
18499                                                 netdb_hlen_type="$yyy"
18500                                         fi
18501                                         ;;
18502                                 esac
18503                         done
18504                 done
18505                 : In case none of those worked, prompt the user.
18506                 case "$netdb_host_type" in
18507                 '')     rp='What is the type for the 1st argument to gethostbyaddr?'
18508                         dflt='char *'
18509                         . ./myread
18510                         netdb_host_type=$ans
18511                         rp='What is the type for the 2nd argument to gethostbyaddr?'
18512                         dflt="$sizetype"
18513                         . ./myread
18514                         netdb_hlen_type=$ans
18515                         ;;
18516                 esac
18517                 ;;
18518         *)      : no gethostbyaddr, so pick harmless defaults
18519                 netdb_host_type='char *'
18520                 netdb_hlen_type="$sizetype"
18521                 ;;
18522         esac
18523         # Remove the "const" if needed. -- but then we'll have a 
18524         # prototype clash!
18525         # netdb_host_type=`echo "$netdb_host_type" | sed 's/^const //'`
18526 fi
18527
18528 : check for type of argument to gethostbyname. 
18529 if test "X$netdb_name_type" = X ; then
18530         case "$d_gethbyname" in
18531         $define)
18532                 $cat <<EOM
18533
18534 Checking to see what type of argument is accepted by gethostbyname().
18535 EOM
18536                 hdrs="$define sys/types.h
18537                         $d_socket sys/socket.h 
18538                         $i_niin netinet/in.h 
18539                         $i_netdb netdb.h
18540                         $i_unistd unistd.h"
18541                 for xxx in "const char *" "char *"; do
18542                         case "$netdb_name_type" in
18543                         '')     try="extern struct hostent *gethostbyname($xxx);"
18544                                 if ./protochk "$try" $hdrs; then
18545                                         echo "Your system accepts $xxx."
18546                                         netdb_name_type="$xxx"
18547                                 fi
18548                                 ;;
18549                         esac
18550                 done
18551                 : In case none of those worked, prompt the user.
18552                 case "$netdb_name_type" in
18553                 '')     rp='What is the type for the 1st argument to gethostbyname?'
18554                         dflt='char *'
18555                         . ./myread
18556                         netdb_name_type=$ans
18557                         ;;
18558                 esac
18559                 ;;
18560         *)      : no gethostbyname, so pick harmless default
18561                 netdb_name_type='char *'
18562                 ;;
18563         esac
18564 fi
18565
18566 : check for type of 1st argument to getnetbyaddr. 
18567 if test "X$netdb_net_type" = X ; then
18568         case "$d_getnbyaddr" in
18569         $define)
18570                 $cat <<EOM
18571
18572 Checking to see what type of 1st argument is accepted by getnetbyaddr().
18573 EOM
18574                 hdrs="$define sys/types.h
18575                         $d_socket sys/socket.h 
18576                         $i_niin netinet/in.h 
18577                         $i_netdb netdb.h
18578                         $i_unistd unistd.h"
18579                 for xxx in in_addr_t "unsigned long" long "unsigned int" int; do
18580                         case "$netdb_net_type" in
18581                         '')     try="extern struct netent *getnetbyaddr($xxx, int);"
18582                                 if ./protochk "$try" $hdrs; then
18583                                         echo "Your system accepts $xxx."
18584                                         netdb_net_type="$xxx"
18585                                 fi
18586                                 ;;
18587                         esac
18588                 done
18589                 : In case none of those worked, prompt the user.
18590                 case "$netdb_net_type" in
18591                 '')     rp='What is the type for the 1st argument to getnetbyaddr?'
18592                         dflt='long'
18593                         . ./myread
18594                         netdb_net_type=$ans
18595                         ;;
18596                 esac
18597                 ;;
18598         *)      : no getnetbyaddr, so pick harmless default
18599                 netdb_net_type='long'
18600                 ;;
18601         esac
18602 fi
18603 : locate the preferred pager for this system
18604 fn=f/
18605 case "$pager" in
18606 '')
18607         dflt=''
18608         case "$pg" in
18609         /*) dflt=$pg;;
18610         [a-zA-Z]:/*) dflt=$pg;;
18611         esac
18612         case "$more" in
18613         /*) dflt=$more;;
18614         [a-zA-Z]:/*) dflt=$more;;
18615         esac
18616         case "$less" in
18617         /*) dflt=$less;;
18618         [a-zA-Z]:/*) dflt=$less;;
18619         esac
18620         case "$dflt" in
18621         '') dflt=/usr/ucb/more;;
18622         esac
18623         ;;
18624 *)      dflt="$pager"
18625         : Instruct ./getfile to trust the hinted or previous pager value,
18626         : even if it does not begin with a slash.  For example, on os2,
18627         : pager might be cmd /c more.  See comments in UU/getfile.
18628         fn="f/($pager)"
18629         ;;
18630 esac
18631 echo " "
18632 rp='What pager is used on your system?'
18633 . ./getfile
18634 pager="$ans"
18635
18636 : see what type pids are declared as in the kernel
18637 rp="What is the type of process ids on this system?"
18638 set pid_t pidtype int stdio.h sys/types.h
18639 eval $typedef_ask
18640
18641 : Find earliest binary compatible site_perl subdirectory perl can use.
18642 xs_apiversion=$version # The current site_perl version.
18643 : Find earliest pure perl site_perl subdirectory perl can use.
18644 : The versioned directories started at 5.005.
18645 pm_apiversion='5.005'
18646
18647 : see if ar generates random libraries by itself
18648 echo " "
18649 echo "Checking how to generate random libraries on your machine..." >&4
18650 echo 'int bar1() { return bar2(); }' > bar1.c
18651 echo 'int bar2() { return 2; }' > bar2.c
18652 $cat > foo.c <<EOP
18653 #$i_stdlib I_STDLIB
18654 #ifdef I_STDLIB
18655 #include <stdlib.h>
18656 #endif
18657 int main() { printf("%d\n", bar1()); exit(0); }
18658 EOP
18659 $cc $ccflags -c bar1.c >/dev/null 2>&1
18660 $cc $ccflags -c bar2.c >/dev/null 2>&1
18661 $cc $ccflags -c foo.c >/dev/null 2>&1
18662 $ar rc bar$_a bar2$_o bar1$_o >/dev/null 2>&1
18663 if $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 &&
18664         $run ./foobar >/dev/null 2>&1; then
18665         echo "$ar appears to generate random libraries itself."
18666         orderlib=false
18667         ranlib=":"
18668 elif $ar ts bar$_a >/dev/null 2>&1 &&
18669         $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 &&
18670         $run ./foobar >/dev/null 2>&1; then
18671                 echo "a table of contents needs to be added with '$ar ts'."
18672                 orderlib=false
18673                 ranlib="$ar ts"
18674 else
18675         case "$ranlib" in
18676         :) ranlib='';;
18677         '')
18678                 ranlib=`./loc ranlib X /usr/bin /bin /usr/local/bin`
18679                 $test -f $ranlib || ranlib=''
18680                 ;;
18681         esac
18682         if $test -n "$ranlib"; then
18683                 echo "your system has '$ranlib'; we'll use that."
18684                 orderlib=false
18685         else
18686                 echo "your system doesn't seem to support random libraries"
18687                 echo "so we'll use lorder and tsort to order the libraries."
18688                 orderlib=true
18689                 ranlib=":"
18690         fi
18691 fi
18692 $rm -f foo* bar* 
18693
18694 : check for type of arguments to select. 
18695 case "$selecttype" in
18696 '') case "$d_select" in
18697         $define)
18698                 echo " "
18699                 $cat <<EOM
18700 Checking to see what type of arguments are accepted by select().
18701 EOM
18702                 hdrs="$define sys/types.h
18703                         $i_systime sys/time.h 
18704                         $i_sysselct sys/select.h
18705                         $d_socket sys/socket.h"
18706                 : The first arg can be int, unsigned, or size_t
18707                 : The last arg may or may not be 'const'
18708                 val=''
18709                 : void pointer has been seen but using that
18710                 : breaks the selectminbits test
18711                 for xxx in 'fd_set *' 'int *'; do
18712                         for nfd in 'int' 'size_t' 'unsigned long' 'unsigned' ; do
18713                                 for tmo in 'struct timeval *' 'const struct timeval *'; do
18714                                         case "$val" in
18715                                         '')     try="extern select _(($nfd, $xxx, $xxx, $xxx, $tmo));"
18716                                                 if ./protochk "$try" $hdrs; then
18717                                                         echo "Your system accepts $xxx."
18718                                                         val="$xxx"
18719                                                 fi
18720                                                 ;;
18721                                         esac
18722                                 done
18723                         done
18724                 done
18725                 case "$val" in
18726                 '')     rp='What is the type for the 2nd, 3rd, and 4th arguments to select?'
18727                         case "$d_fd_set" in
18728                                 $define) dflt="fd_set *" ;;
18729                                 *)              dflt="int *" ;;
18730                         esac
18731                         . ./myread
18732                         val=$ans
18733                         ;;
18734                 esac
18735                 selecttype="$val"
18736                 ;;
18737         *)      : no select, so pick a harmless default
18738                 selecttype='int *'
18739                 ;;
18740         esac
18741         ;;
18742 esac
18743
18744 : check for the select 'width'
18745 case "$selectminbits" in
18746 '') safebits=`expr $ptrsize \* 8`
18747     case "$d_select" in
18748         $define)
18749                 $cat <<EOM
18750
18751 Checking to see on how many bits at a time your select() operates...
18752 EOM
18753                 $cat >try.c <<EOCP
18754 #include <sys/types.h>
18755 #$i_time I_TIME
18756 #$i_systime I_SYS_TIME
18757 #$i_systimek I_SYS_TIME_KERNEL
18758 #ifdef I_TIME
18759 #   include <time.h>
18760 #endif
18761 #ifdef I_SYS_TIME
18762 #   ifdef I_SYS_TIME_KERNEL
18763 #       define KERNEL
18764 #   endif
18765 #   include <sys/time.h>
18766 #   ifdef I_SYS_TIME_KERNEL
18767 #       undef KERNEL
18768 #   endif
18769 #endif
18770 #$i_sysselct I_SYS_SELECT
18771 #ifdef I_SYS_SELECT
18772 #include <sys/select.h>
18773 #endif
18774 #$d_socket HAS_SOCKET
18775 #ifdef HAS_SOCKET
18776 #   include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
18777 #endif
18778 #include <stdio.h>
18779 #$i_stdlib I_STDLIB
18780 #ifdef I_STDLIB
18781 #include <stdlib.h>
18782 #endif
18783 $selecttype b;
18784 #define S sizeof(*(b))
18785 #define MINBITS 64
18786 #define NBYTES (S * 8 > MINBITS ? S : MINBITS/8)
18787 #define NBITS  (NBYTES * 8)
18788 int main() {
18789     char *s = malloc(NBYTES);
18790     struct timeval t;
18791     int i;
18792     FILE* fp;
18793     int fd;
18794
18795     if (!s)
18796         exit(1);
18797     fclose(stdin);
18798     fp = fopen("try.c", "r");
18799     if (fp == 0)
18800       exit(2);
18801     fd = fileno(fp);
18802     if (fd < 0)
18803       exit(3);
18804     b = ($selecttype)s;
18805     for (i = 0; i < NBITS; i++)
18806         FD_SET(i, b);
18807     t.tv_sec  = 0;
18808     t.tv_usec = 0;
18809     select(fd + 1, b, 0, 0, &t);
18810     for (i = NBITS - 1; i > fd && FD_ISSET(i, b); i--);
18811     free(s);
18812     printf("%d\n", i + 1);
18813     return 0;
18814 }
18815 EOCP
18816                 set try
18817                 if eval $compile_ok; then
18818                         selectminbits=`$run ./try`
18819                         case "$selectminbits" in
18820                         '')     cat >&4 <<EOM
18821 Cannot figure out on how many bits at a time your select() operates.
18822 I'll play safe and guess it is $safebits bits.
18823 EOM
18824                                 selectminbits=$safebits
18825                                 bits="$safebits bits"
18826                                 ;;
18827                         1)      bits="1 bit" ;;
18828                         *)      bits="$selectminbits bits" ;;
18829                         esac
18830                         echo "Your select() operates on $bits at a time." >&4
18831                 else
18832                         rp='What is the minimum number of bits your select() operates on?'
18833                         case "$byteorder" in
18834                         12345678)       dflt=64 ;;
18835                         1234)           dflt=32 ;;
18836                         *)              dflt=1  ;;
18837                         esac
18838                         . ./myread
18839                         val=$ans
18840                         selectminbits="$val"
18841                 fi
18842                 $rm -f try.* try
18843                 ;;
18844         *)      : no select, so pick a harmless default
18845                 selectminbits=$safebits
18846                 ;;
18847         esac
18848         ;;
18849 esac
18850
18851 : Trace out the files included by signal.h, then look for SIGxxx names.
18852 : Remove SIGARRAYSIZE used by HPUX.
18853 : Remove SIGSTKSIZE used by Linux.
18854 : Remove SIGSTKSZ used by Posix.
18855 : Remove SIGTYP void lines used by OS2.
18856 : Some cpps, like os390, dont give the file name anywhere
18857 if [ "X$fieldn" = X ]; then
18858         : Just make some guesses.  We check them later.
18859         xxx='/usr/include/signal.h /usr/include/sys/signal.h'
18860 else
18861         xxx=`echo '#include <signal.h>' |
18862         $cppstdin $cppminus $cppflags 2>/dev/null |
18863         $grep '^[       ]*#.*include' | 
18864         $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sed 's!\\\\\\\\!/!g' | $sort | $uniq`
18865 fi
18866 : Check this list of files to be sure we have parsed the cpp output ok.
18867 : This will also avoid potentially non-existent files, such 
18868 : as ../foo/bar.h
18869 xxxfiles=''
18870 for xx in $xxx /dev/null ; do
18871         $test -f "$xx" && xxxfiles="$xxxfiles $xx"
18872 done
18873 : If we have found no files, at least try signal.h
18874 case "$xxxfiles" in
18875 '')     xxxfiles=`./findhdr signal.h` ;;
18876 esac
18877 xxx=`awk '
18878 $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $2 !~ /SIGARRAYSIZE/ && $2 !~ /SIGSTKSIZE/ && $2 !~ /SIGSTKSZ/ && $3 !~ /void/ {
18879         print substr($2, 4, 20)
18880 }
18881 $1 == "#" && $2 ~ /^define$/ && $3 ~ /^SIG[A-Z0-9]*$/ && $3 !~ /SIGARRAYSIZE/ && $4 !~ /void/ {
18882         print substr($3, 4, 20)
18883 }' $xxxfiles`
18884 : Append some common names just in case the awk scan failed.
18885 xxx="$xxx ABRT ALRM BUS CANCEL CHLD CLD CONT DIL EMT FPE"
18886 xxx="$xxx FREEZE HUP ILL INT IO IOT KILL LOST LWP PHONE"
18887 xxx="$xxx PIPE POLL PROF PWR QUIT RTMAX RTMIN SEGV STKFLT STOP"
18888 xxx="$xxx SYS TERM THAW TRAP TSTP TTIN TTOU URG USR1 USR2"
18889 xxx="$xxx USR3 USR4 VTALRM WAITING WINCH WIND WINDOW XCPU XFSZ"
18890
18891 : generate a few handy files for later
18892 $cat > signal.c <<EOCP
18893 #include <sys/types.h>
18894 #include <signal.h>
18895 #$i_stdlib I_STDLIB
18896 #ifdef I_STDLIB
18897 #include <stdlib.h>
18898 #endif
18899 #include <stdio.h>
18900 int main() {
18901
18902 /* Strange style to avoid deeply-nested #if/#else/#endif */
18903 #ifndef NSIG
18904 #  ifdef _NSIG
18905 #    define NSIG (_NSIG)
18906 #  endif
18907 #endif
18908
18909 #ifndef NSIG
18910 #  ifdef SIGMAX
18911 #    define NSIG (SIGMAX+1)
18912 #  endif
18913 #endif
18914
18915 #ifndef NSIG
18916 #  ifdef SIG_MAX
18917 #    define NSIG (SIG_MAX+1)
18918 #  endif
18919 #endif
18920
18921 #ifndef NSIG
18922 #  ifdef MAXSIG
18923 #    define NSIG (MAXSIG+1)
18924 #  endif
18925 #endif
18926
18927 #ifndef NSIG
18928 #  ifdef MAX_SIG
18929 #    define NSIG (MAX_SIG+1)
18930 #  endif
18931 #endif
18932
18933 #ifndef NSIG
18934 #  ifdef SIGARRAYSIZE
18935 #    define NSIG (SIGARRAYSIZE+1) /* Not sure of the +1 */
18936 #  endif
18937 #endif
18938
18939 #ifndef NSIG
18940 #  ifdef _sys_nsig
18941 #    define NSIG (_sys_nsig) /* Solaris 2.5 */
18942 #  endif
18943 #endif
18944
18945 /* Default to some arbitrary number that's big enough to get most
18946    of the common signals.
18947 */
18948 #ifndef NSIG
18949 #    define NSIG 50
18950 #endif
18951
18952 printf("NSIG %d\n", NSIG);
18953
18954 #ifndef JUST_NSIG
18955
18956 EOCP
18957
18958 echo $xxx | $tr ' ' $trnl | $sort | $uniq | $awk '
18959 {
18960         printf "#ifdef SIG"; printf $1; printf "\n"
18961         printf "printf(\""; printf $1; printf " %%d\\n\",SIG";
18962         printf $1; printf ");\n"
18963         printf "#endif\n"
18964 }
18965 END {
18966         printf "#endif /* JUST_NSIG */\n";
18967         printf "exit(0);\n}\n";
18968 }
18969 ' >>signal.c
18970 $cat >signal.awk <<'EOP'
18971 BEGIN { ndups = 0 }
18972 $1 ~ /^NSIG$/ { nsig = $2 }
18973 ($1 !~ /^NSIG$/) && (NF == 2) && ($2 ~ /^[0-9][0-9]*$/) {
18974     if ($2 > maxsig) { maxsig = $2 }
18975     if (sig_name[$2]) {
18976         dup_name[ndups] = $1
18977         dup_num[ndups] = $2
18978         ndups++ 
18979     }
18980     else {
18981         sig_name[$2] = $1
18982         sig_num[$2] = $2
18983     }
18984 }
18985 END { 
18986     if (nsig == 0) {
18987         nsig = maxsig + 1
18988     }
18989     printf("NSIG %d\n", nsig);
18990     for (n = 1; n < nsig; n++) {
18991         if (sig_name[n]) {
18992             printf("%s %d\n", sig_name[n], sig_num[n])
18993         }
18994         else {
18995             printf("NUM%d %d\n", n, n) 
18996         }
18997     }
18998     for (n = 0; n < ndups; n++) {
18999         printf("%s %d\n", dup_name[n], dup_num[n])
19000     }
19001 }
19002 EOP
19003 $cat >signal_cmd <<EOS
19004 $startsh
19005 if $test -s signal.lst; then
19006     echo "Using your existing signal.lst file"
19007         exit 0
19008 fi
19009 xxx="$xxx"
19010 EOS
19011 $cat >>signal_cmd <<'EOS'
19012
19013 set signal
19014 if eval $compile_ok; then
19015         $run ./signal$_exe | ($sort -n -k 2 2>/dev/null || $sort -n +1) | $uniq | $awk -f signal.awk >signal.lst
19016 else
19017         echo "(I can't seem be able to compile the whole test program)" >&4
19018         echo "(I'll try it in little pieces.)" >&4
19019         set signal -DJUST_NSIG
19020         if eval $compile_ok; then
19021                 $run ./signal$_exe > signal.nsg
19022                 $cat signal.nsg
19023         else
19024                 echo "I can't seem to figure out how many signals you have." >&4
19025                 echo "Guessing 50." >&4
19026                 echo 'NSIG 50' > signal.nsg
19027         fi
19028         : Now look at all the signal names, one at a time.
19029         for xx in `echo $xxx | $tr ' ' $trnl | $sort | $uniq`; do
19030                 $cat > signal.c <<EOCP
19031 #include <sys/types.h>
19032 #include <signal.h>
19033 #include <stdio.h>
19034 int main() {
19035 printf("$xx %d\n", SIG${xx});
19036 return 0;
19037 }
19038 EOCP
19039                 set signal
19040                 if eval $compile; then
19041                         echo "SIG${xx} found."
19042                         $run ./signal$_exe  >> signal.ls1
19043                 else
19044                         echo "SIG${xx} NOT found."
19045                 fi
19046         done
19047         if $test -s signal.ls1; then
19048                 $cat signal.nsg signal.ls1 |
19049                         $sort -n | $uniq | $awk -f signal.awk >signal.lst
19050         fi
19051
19052 fi
19053 if $test -s signal.lst; then
19054         :
19055 else
19056         echo "(AAK! I can't compile the test programs -- Guessing)" >&4
19057         echo 'kill -l' >signal
19058         set X `csh -f <signal`
19059         $rm -f signal
19060         shift
19061         case $# in
19062         0) set HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM;;
19063         esac
19064         echo $@ | $tr ' ' $trnl | \
19065             $awk '{ printf "%s %d\n", $1, ++s; }
19066                   END { printf "NSIG %d\n", ++s }' >signal.lst
19067 fi
19068 $rm -f signal.c signal$_exe signal$_o signal.nsg signal.ls1
19069 EOS
19070 chmod a+x signal_cmd
19071 $eunicefix signal_cmd
19072
19073 : generate list of signal names
19074 echo " "
19075 case "$sig_name_init" in
19076 '') doinit=yes ;;
19077 *)  case "$sig_num_init" in
19078     ''|*,*) doinit=yes ;;
19079     esac ;;
19080 esac
19081 case "$doinit" in
19082 yes)
19083         echo "Generating a list of signal names and numbers..." >&4
19084         . ./signal_cmd
19085         sig_count=`$awk '/^NSIG/ { printf "%d", $2 }' signal.lst`
19086         sig_name=`$awk 'BEGIN { printf "ZERO " }
19087                         !/^NSIG/ { printf "%s ", $1 }' signal.lst`
19088         sig_num=`$awk  'BEGIN { printf "0 " }
19089                         !/^NSIG/ { printf "%d ", $2 }' signal.lst`
19090         sig_name_init=`$awk 'BEGIN      { printf "\"ZERO\", " }
19091                              !/^NSIG/   { printf "\"%s\", ", $1 }
19092                              END        { printf "0\n" }' signal.lst`
19093         sig_num_init=`$awk  'BEGIN      { printf "0, " }
19094                              !/^NSIG/   { printf "%d, ", $2}
19095                              END        { printf "0\n"}' signal.lst`
19096         ;;
19097 esac
19098 echo "The following $sig_count signals are available:"
19099 echo " "
19100 echo $sig_name | $awk \
19101 'BEGIN { linelen = 0 }
19102 {
19103         for (i = 1; i <= NF; i++) {
19104                 name = "SIG" $i " "
19105                 linelen = linelen + length(name)
19106                 if (linelen > 70) {
19107                         printf "\n"
19108                         linelen = length(name)
19109                 }
19110                 printf "%s", name
19111         }
19112         printf "\n"
19113 }'
19114 sig_size=`echo $sig_name | awk '{print NF}'`
19115 $rm -f signal signal.c signal.awk signal.lst signal_cmd 
19116
19117 echo " "
19118 case "$sizetype" in
19119 *_t) zzz="$sizetype"    ;;
19120 *)   zzz="filesize"     ;;
19121 esac
19122 echo "Checking the size of $zzz..." >&4 
19123 cat > try.c <<EOCP
19124 #include <sys/types.h>
19125 #include <stdio.h>
19126 #$i_stdlib I_STDLIB
19127 #ifdef I_STDLIB
19128 #include <stdlib.h>
19129 #endif
19130 int main() {
19131     printf("%d\n", (int)sizeof($sizetype));
19132     exit(0);
19133 }
19134 EOCP
19135 set try
19136 if eval $compile_ok; then
19137         yyy=`$run ./try`
19138         case "$yyy" in
19139         '')     sizesize=4
19140                 echo "(I can't execute the test program--guessing $sizesize.)" >&4
19141                 ;;
19142         *)      sizesize=$yyy
19143                 echo "Your $zzz size is $sizesize bytes."
19144                 ;;
19145         esac
19146 else
19147         sizesize=4
19148         echo "(I can't compile the test program--guessing $sizesize.)" >&4
19149 fi
19150
19151
19152 : check for socklen_t
19153 echo " "
19154 echo "Checking to see if you have socklen_t..." >&4
19155 $cat >try.c <<EOCP
19156 #include <sys/types.h>
19157 #$d_socket HAS_SOCKET
19158 #ifdef HAS_SOCKET
19159 #include <sys/socket.h>
19160 #endif
19161 int main() { socklen_t x = 16; }
19162 EOCP
19163 set try
19164 if eval $compile; then
19165         val="$define"
19166         echo "You have socklen_t."
19167 else
19168         val="$undef"
19169         echo "You do not have socklen_t."
19170         case "$sizetype" in
19171         size_t) echo "(You do have size_t, that might work. Some people are happy with just an int.)" ;;
19172         esac
19173 fi
19174 $rm -f try try.*
19175 set d_socklen_t
19176 eval $setvar
19177
19178 : see if this is a socks.h system
19179 set socks.h i_socks
19180 eval $inhdr
19181
19182 : check for type of the size argument to socket calls
19183 case "$d_socket" in
19184 "$define")
19185         $cat <<EOM
19186
19187 Checking to see what type is the last argument of accept().
19188 EOM
19189         yyy=''
19190         case "$d_socklen_t" in
19191         "$define") yyy="$yyy socklen_t"
19192         esac
19193         yyy="$yyy $sizetype int long unsigned"
19194         for xxx in $yyy; do
19195                 case "$socksizetype" in
19196                 '')     try="extern int accept(int, struct sockaddr *, $xxx *);"
19197                         case "$usesocks" in
19198                         "$define")
19199                                 if ./protochk "$try" $i_systypes sys/types.h $d_socket sys/socket.h literal '#define INCLUDE_PROTOTYPES' $i_socks socks.h.; then
19200                                         echo "Your system accepts '$xxx *' for the last argument of accept()."
19201                                         socksizetype="$xxx"
19202                                 fi
19203                                 ;;
19204                         *)      if ./protochk "$try"  $i_systypes sys/types.h $d_socket sys/socket.h; then
19205                                         echo "Your system accepts '$xxx *' for the last argument of accept()."
19206                                         socksizetype="$xxx"
19207                                 fi
19208                                 ;;
19209                         esac
19210                         ;;
19211                 esac
19212         done
19213 : In case none of those worked, prompt the user.
19214         case "$socksizetype" in
19215         '')     rp='What is the type for socket address structure sizes?'
19216                 dflt='int'
19217                 . ./myread
19218                 socksizetype=$ans
19219                 ;;
19220         esac
19221         ;;
19222 *)      : no sockets, so pick relatively harmless default
19223         socksizetype='int'
19224         ;;
19225 esac
19226
19227 : see what type is used for signed size_t
19228 set ssize_t ssizetype int stdio.h sys/types.h
19229 eval $typedef
19230 dflt="$ssizetype"
19231 $cat > try.c <<EOM
19232 #include <stdio.h>
19233 #$i_stdlib I_STDLIB
19234 #ifdef I_STDLIB
19235 #include <stdlib.h>
19236 #endif
19237 #include <sys/types.h>
19238 #define Size_t $sizetype
19239 #define SSize_t $dflt
19240 int main()
19241 {
19242         if (sizeof(Size_t) == sizeof(SSize_t))
19243                 printf("$dflt\n");
19244         else if (sizeof(Size_t) == sizeof(int))
19245                 printf("int\n");
19246         else 
19247                 printf("long\n");
19248         exit(0);
19249 }
19250 EOM
19251 echo " "
19252 set try
19253 if eval $compile_ok && $run ./try > /dev/null; then
19254         ssizetype=`$run ./try`
19255         echo "I'll be using $ssizetype for functions returning a byte count." >&4
19256 else
19257         $cat >&4 <<EOM
19258 Help! I can't compile and run the ssize_t test program: please enlighten me!
19259 (This is probably a misconfiguration in your system or libraries, and
19260 you really ought to fix it.  Still, I'll try anyway.)
19261
19262 I need a type that is the same size as $sizetype, but is guaranteed to
19263 be signed.  Common values are ssize_t, int and long.
19264
19265 EOM
19266         rp="What signed type is the same size as $sizetype?"
19267         . ./myread
19268         ssizetype="$ans"
19269 fi
19270 $rm -f try try.*
19271
19272 : see what type of char stdio uses.
19273 echo " "
19274 echo '#include <stdio.h>' | $cppstdin $cppminus > stdioh
19275 if $contains 'unsigned.*char.*_ptr;' stdioh >/dev/null 2>&1 ; then
19276         echo "Your stdio uses unsigned chars." >&4
19277         stdchar="unsigned char"
19278 else
19279         echo "Your stdio uses signed chars." >&4
19280         stdchar="char"
19281 fi
19282 $rm -f stdioh
19283
19284
19285
19286 : see what type uids are declared as in the kernel
19287 echo " "
19288 echo "Looking for the type for user ids returned by getuid()."
19289 set uid_t uidtype xxx stdio.h sys/types.h
19290 eval $typedef
19291 case "$uidtype" in
19292 xxx)
19293         xxx=`./findhdr sys/user.h`
19294         set `grep '_ruid;' "$xxx" 2>/dev/null` unsigned short
19295         case $1 in
19296         unsigned) dflt="$1 $2" ;;
19297         *) dflt="$1" ;;
19298         esac
19299         ;;
19300 *) dflt="$uidtype";;
19301 esac
19302 case "$uidtype" in
19303 uid_t)  echo "uid_t found." ;;
19304 *)      rp="What is the type for user ids returned by getuid()?"
19305         . ./myread
19306         uidtype="$ans"
19307         ;;
19308 esac
19309
19310 echo " "
19311 case "$uidtype" in
19312 *_t) zzz="$uidtype"     ;;
19313 *)   zzz="uid"          ;;
19314 esac
19315 echo "Checking the size of $zzz..." >&4 
19316 cat > try.c <<EOCP
19317 #include <sys/types.h>
19318 #include <stdio.h>
19319 #$i_stdlib I_STDLIB
19320 #ifdef I_STDLIB
19321 #include <stdlib.h>
19322 #endif
19323 int main() {
19324     printf("%d\n", (int)sizeof($uidtype));
19325     exit(0);
19326 }
19327 EOCP
19328 set try
19329 if eval $compile_ok; then
19330         yyy=`$run ./try`
19331         case "$yyy" in
19332         '')     uidsize=4
19333                 echo "(I can't execute the test program--guessing $uidsize.)" >&4
19334                 ;;
19335         *)      uidsize=$yyy
19336                 echo "Your $zzz is $uidsize bytes long."
19337                 ;;
19338         esac
19339 else
19340         uidsize=4
19341         echo "(I can't compile the test program--guessing $uidsize.)" >&4
19342 fi
19343
19344 echo " "
19345 case "$uidtype" in
19346 *_t) zzz="$uidtype"     ;;
19347 *)   zzz="uid"          ;;
19348 esac
19349 echo "Checking the sign of $zzz..." >&4
19350 cat > try.c <<EOCP
19351 #include <sys/types.h>
19352 #include <stdio.h>
19353 int main() {
19354         $uidtype foo = -1;
19355         if (foo < 0)
19356                 printf("-1\n");
19357         else
19358                 printf("1\n");
19359 }
19360 EOCP
19361 set try
19362 if eval $compile; then
19363         yyy=`$run ./try`
19364         case "$yyy" in
19365         '')     uidsign=1
19366                 echo "(I can't execute the test program--guessing unsigned.)" >&4
19367                 ;;
19368         *)      uidsign=$yyy
19369                 case "$uidsign" in
19370                  1) echo "Your $zzz is unsigned." ;;
19371                 -1) echo "Your $zzz is signed."   ;;
19372                 esac
19373                 ;;
19374         esac
19375 else
19376         uidsign=1
19377         echo "(I can't compile the test program--guessing unsigned.)" >&4
19378 fi
19379
19380
19381
19382 echo " "
19383 $echo "Checking the format string to be used for uids..." >&4
19384
19385 case "$uidsign" in
19386 -1)     if $test X"$uidsize" = X"$ivsize"; then
19387                 uidformat="$ivdformat"
19388         else
19389                 if $test X"$uidsize" = X"$longsize"; then
19390                         uidformat='"ld"'
19391                 else
19392                         if $test X"$uidsize" = X"$intsize"; then
19393                                 uidformat='"d"'
19394                         else
19395                                 if $test X"$uidsize" = X"$shortsize"; then
19396                                         uidformat='"hd"'
19397                                 fi
19398                         fi
19399                 fi
19400         fi
19401         ;;
19402 *)      if $test X"$uidsize" = X"$uvsize"; then
19403                 uidformat="$uvuformat"
19404         else
19405                 if $test X"$uidsize" = X"$longsize"; then
19406                         uidformat='"lu"'
19407                 else
19408                         if $test X"$uidsize" = X"$intsize"; then
19409                                 uidformat='"u"'
19410                         else
19411                                 if $test X"$uidsize" = X"$shortsize"; then
19412                                         uidformat='"hu"'
19413                                 fi
19414                         fi
19415                 fi
19416         fi
19417         ;;
19418 esac
19419
19420 : determine compiler compiler
19421 case "$yacc" in
19422 '')
19423         dflt=yacc;;
19424 *)
19425         dflt="$yacc";;
19426 esac
19427 echo " "
19428 comp='yacc'
19429 if $test -f "$byacc$_exe"; then
19430         dflt="$byacc"
19431         comp="byacc or $comp"
19432 fi
19433 if $test -f "$bison$_exe"; then
19434         comp="$comp or bison -y"
19435 fi
19436 rp="Which compiler compiler ($comp) shall I use?"
19437 . ./myread
19438 yacc="$ans"
19439 case "$yacc" in
19440 *bis*)
19441         case "$yacc" in
19442         *-y*) ;;
19443         *)
19444                 yacc="$yacc -y"
19445                 echo "(Adding -y option to bison to get yacc-compatible behaviour.)"
19446                 ;;
19447         esac
19448         ;;
19449 esac
19450
19451 : see if this is a fp.h system
19452 set fp.h i_fp
19453 eval $inhdr
19454
19455 : see if this is a fp_class.h system
19456 set fp_class.h i_fp_class
19457 eval $inhdr
19458
19459 : see if this is a ieeefp.h system
19460 case "$i_ieeefp" in
19461 '' ) set ieeefp.h i_ieeefp
19462      eval $inhdr
19463      ;;
19464 esac
19465
19466 : see if this is a libutil.h system
19467 set libutil.h i_libutil
19468 eval $inhdr
19469
19470 : see if mach cthreads are available
19471 if test "X$usethreads" = "X$define"; then
19472         set mach/cthreads.h i_machcthr
19473         eval $inhdr
19474 else
19475         i_machcthr="$undef"
19476 fi
19477
19478
19479
19480 : see if this is a math.h system
19481 set math.h i_math
19482 eval $inhdr
19483
19484 : see if this is a mntent.h system
19485 set mntent.h i_mntent
19486 eval $inhdr
19487
19488 : see if ndbm.h is available
19489 set ndbm.h t_ndbm
19490 eval $inhdr
19491
19492 case "$t_ndbm" in
19493 $undef)
19494     # Some Linux distributions such as RedHat 7.1 put the
19495     # ndbm.h header in /usr/include/gdbm/ndbm.h.
19496     if $test -f /usr/include/gdbm/ndbm.h; then
19497         echo '<gdbm/ndbm.h> found.'
19498         ccflags="$ccflags -I/usr/include/gdbm"
19499         cppflags="$cppflags -I/usr/include/gdbm"
19500         t_ndbm=$define
19501     fi
19502     ;;
19503 esac
19504
19505 case "$t_ndbm" in
19506 $define)
19507         : see if dbm_open exists
19508         set dbm_open d_dbm_open
19509         eval $inlibc
19510         case "$d_dbm_open" in
19511         $undef)
19512                 t_ndbm="$undef"
19513                 echo "We won't be including <ndbm.h>"
19514                 ;;
19515         esac
19516         ;;
19517 esac
19518 val="$t_ndbm"
19519 set i_ndbm
19520 eval $setvar
19521
19522 : see if net/errno.h is available
19523 val=''
19524 set net/errno.h val
19525 eval $inhdr
19526
19527 : Unfortunately, it causes problems on some systems.  Arrgh.
19528 case "$val" in
19529 $define)
19530         cat > try.c <<'EOM'
19531 #include <stdio.h>
19532 #include <errno.h>
19533 #include <net/errno.h>
19534 int func()
19535 {
19536         return ENOTSOCK;
19537 }
19538 EOM
19539         if $cc $ccflags -c try.c >/dev/null 2>&1; then
19540                 echo "We'll be including <net/errno.h>." >&4
19541         else
19542                 echo "We won't be including <net/errno.h>." >&4
19543                 val="$undef"
19544         fi
19545         $rm -f try.* try
19546         ;;
19547 esac
19548 set i_neterrno
19549 eval $setvar
19550
19551 : see if netinet/tcp.h is available
19552 set netinet/tcp.h i_netinettcp
19553 eval $inhdr
19554
19555 : see if this is a poll.h system
19556 set poll.h i_poll
19557 eval $inhdr
19558
19559 : see if this is a prot.h system
19560 set prot.h i_prot
19561 eval $inhdr
19562
19563 echo " "
19564 $echo "Guessing which symbols your C compiler and preprocessor define..." >&4 
19565 $cat <<'EOSH' > Cppsym.know
19566 a29k ABI64 aegis AES_SOURCE AIX AIX32 AIX370
19567 AIX41 AIX42 AIX43 AIX_SOURCE aixpc ALL_SOURCE
19568 alliant alpha am29000 AM29000 AMD64 amiga AMIGAOS AMIX
19569 ansi ANSI_C_SOURCE apollo ardent ARM32 atarist att386 att3b
19570 BeOS BIG_ENDIAN BIT_MSF bsd BSD bsd43 bsd4_2 bsd4_3 BSD4_3 bsd4_4
19571 BSD_4_3 BSD_4_4 BSD_NET2 BSD_TIME BSD_TYPES BSDCOMPAT bsdi
19572 bull c cadmus clipper CMU COFF COMPILER_VERSION
19573 concurrent convex cpu cray CRAY CRAYMPP ctix CX_UX
19574 CYGWIN DGUX DGUX_SOURCE DJGPP dmert DOLPHIN DPX2 DSO
19575 Dynix DynixPTX ELF encore EPI EXTENSIONS FAVOR_BSD
19576 FILE_OFFSET_BITS FreeBSD GCC_NEW_VARARGS gcos gcx gimpel
19577 GLIBC GLIBC_MINOR
19578 GNU_SOURCE GNUC GNUC_MINOR GNU_LIBRARY GO32 gould GOULD_PN
19579 H3050R H3050RX hbullx20 hcx host_mips
19580 hp200 hp300 hp700 HP700 hp800 hp9000
19581 hp9000s200 hp9000s300 hp9000s400 hp9000s500
19582 hp9000s700 hp9000s800 hp9k8 hp_osf hppa hpux HPUX_SOURCE
19583 i186 i286 i386 i486 i586 i686 i8086 i80960 i860 I960
19584 IA64 iAPX286 ibm ibm032 ibmesa IBMR2 ibmrt ILP32 ILP64
19585 INLINE_INTRINSICS INTRINSICS INT64 interdata is68k ksr1
19586 LANGUAGE_C LARGE_FILE_API LARGEFILE64_SOURCE
19587 LARGEFILE_SOURCE LFS64_LARGEFILE LFS_LARGEFILE
19588 Linux LITTLE_ENDIAN LONG64 LONG_DOUBLE LONG_LONG
19589 LONGDOUBLE LONGLONG LP64 luna luna88k Lynx
19590 M68000 m68k m88100 m88k M88KBCS_TARGET M_COFF
19591 M_I186 M_I286 M_I386 M_I8086 M_I86 M_I86SM M_SYS3
19592 M_SYS5 M_SYSIII M_SYSV M_UNIX M_XENIX MACH machine MachTen
19593 MATH_HAS_NO_SIDE_EFFECTS
19594 mc300 mc500 mc68000 mc68010 mc68020 mc68030 mc68040
19595 mc68060 mc68k mc68k32 mc700 mc88000 mc88100 merlin
19596 mert MiNT mips MIPS_FPSET MIPS_ISA MIPS_SIM MIPS_SZINT
19597 MIPS_SZLONG MIPS_SZPTR MIPSEB MIPSEL MODERN_C motorola
19598 mpeix MSDOS MTXINU MULTIMAX mvs MVS n16 ncl_el ncl_mr
19599 NetBSD news1500 news1700 news1800 news1900 news3700
19600 news700 news800 news900 NeXT NLS nonstopux ns16000 ns32000
19601 ns32016 ns32332 ns32k nsc32000
19602 OCS88 OEMVS OpenBSD os OS2 OS390 osf OSF1 OSF_SOURCE
19603 pa_risc PA_RISC1_1 PA_RISC2_0 PARAGON parisc
19604 pc532 pdp11 PGC PIC plexus PORTAR posix
19605 POSIX1B_SOURCE POSIX2_SOURCE POSIX4_SOURCE
19606 POSIX_C_SOURCE POSIX_SOURCE POWER
19607 PROTOTYPES PWB pyr QNX R3000 REENTRANT RES Rhapsody RISC6000
19608 riscix riscos RT S390 SA110 scs SCO sequent sgi SGI_SOURCE SH3 sinix
19609 SIZE_INT SIZE_LONG SIZE_PTR SOCKET_SOURCE SOCKETS_SOURCE
19610 sony sony_news sonyrisc sparc sparclite spectrum
19611 stardent stdc STDC_EXT stratos sun sun3 sun386
19612 Sun386i svr3 svr4 SVR4_2 SVR4_SOURCE svr5
19613 SX system SYSTYPE_BSD SYSTYPE_BSD43 SYSTYPE_BSD44
19614 SYSTYPE_SVR4 SYSTYPE_SVR5 SYSTYPE_SYSV SYSV SYSV3 SYSV4 SYSV5
19615 sysV68 sysV88 Tek4132 Tek4300 titan
19616 TM3200 TM5400 TM5600
19617 tower tower32 tower32_200 tower32_600 tower32_700
19618 tower32_800 tower32_850 tss
19619 u370 u3b u3b2 u3b20 u3b200 u3b20d u3b5
19620 ultrix UMAXV UnicomPBB UnicomPBD UNICOS UNICOSMK
19621 unix UNIX95 UNIX99 unixpc unos
19622 USE_BSD USE_FILE_OFFSET64 USE_GNU USE_ISOC9X USE_LARGEFILE USE_LARGEFILE64
19623 USE_MISC USE_POSIX USE_POSIX199309 USE_POSIX199506 USE_POSIX2
19624 USE_REENTRANT USE_SVID USE_UNIX98 USE_XOPEN USE_XOPEN_EXTENDED
19625 USGr4 USGr4_2
19626 Utek UTek UTS UWIN uxpm uxps vax venix VMESA vms xenix Xenix286
19627 XOPEN_SOURCE XOPEN_SOURCE_EXTENDED XPG2 XPG2_EXTENDED
19628 XPG3 XPG3_EXTENDED XPG4 XPG4_EXTENDED
19629 z8000
19630 EOSH
19631 # Maybe put other stuff here too.
19632 cat <<EOSH >>Cppsym.know
19633 $osname
19634 EOSH
19635 ./tr '[a-z]' '[A-Z]' < Cppsym.know > Cppsym.a
19636 ./tr '[A-Z]' '[a-z]' < Cppsym.know > Cppsym.b
19637 $cat Cppsym.know > Cppsym.c
19638 $cat Cppsym.a Cppsym.b Cppsym.c | $tr ' ' $trnl | $sort | $uniq > Cppsym.know
19639 $rm -f Cppsym.a Cppsym.b Cppsym.c
19640 cat <<EOSH > Cppsym
19641 $startsh
19642 if $test \$# -gt 0; then
19643     echo \$* | $tr " " "$trnl" | ./Cppsym.try > Cppsym.got
19644     if $test -s Cppsym.got; then
19645         $rm -f Cppsym.got
19646         exit 0
19647     fi
19648     $rm -f Cppsym.got
19649     exit 1
19650 else
19651     $tr " " "$trnl" | ./Cppsym.try
19652     exit 0
19653 fi
19654 EOSH
19655 chmod +x Cppsym
19656 $eunicefix Cppsym
19657 cat <<EOSH > Cppsym.try
19658 $startsh
19659 cat <<'EOCP' > try.c
19660 #include <stdio.h>
19661 int main() {
19662 EOCP
19663 $awk \\
19664 EOSH
19665 cat <<'EOSH' >> Cppsym.try
19666 'length($1) > 0 {
19667     printf "#ifdef %s\n#if %s+0\nprintf(\"%s=%%ld\\n\", (long)%s);\n#else\nprintf(\"%s\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
19668     printf "#ifdef _%s\n#if _%s+0\nprintf(\"_%s=%%ld\\n\", (long)_%s);\n#else\nprintf(\"_%s\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
19669     printf "#ifdef __%s\n#if __%s+0\nprintf(\"__%s=%%ld\\n\", (long)__%s);\n#else\nprintf(\"__%s\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
19670     printf "#ifdef __%s__\n#if __%s__+0\nprintf(\"__%s__=%%ld\\n\", (long)__%s__);\n#else\nprintf(\"__%s__\\n\");\n#endif\n#endif\n", $1, $1, $1, $1, $1
19671 }'       >> try.c
19672 echo 'return 0;}' >> try.c
19673 EOSH
19674 cat <<EOSH >> Cppsym.try
19675 ccflags="$ccflags"
19676 case "$osname-$gccversion" in
19677 irix-) ccflags="\$ccflags -woff 1178" ;;
19678 os2-*) ccflags="\$ccflags -Zlinker /PM:VIO" ;;
19679 esac
19680 $cc -o try $optimize \$ccflags $ldflags try.c $libs && $run ./try
19681 EOSH
19682 chmod +x Cppsym.try
19683 $eunicefix Cppsym.try
19684 ./Cppsym < Cppsym.know > Cppsym.true
19685 : now check the C compiler for additional symbols
19686 postprocess_cc_v=''
19687 case "$osname" in
19688 aix) postprocess_cc_v="|$tr , ' '" ;;
19689 esac
19690 $cat >ccsym <<EOS
19691 $startsh
19692 $cat >tmp.c <<EOF
19693 extern int foo;
19694 EOF
19695 for i in \`$cc -v -c tmp.c 2>&1 $postprocess_cc_v\`
19696 do
19697         case "\$i" in
19698         -D*) echo "\$i" | $sed 's/^-D//';;
19699         -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A//' | $sed 's/\(.*\)(\(.*\))/\1=\2/';;
19700         esac
19701 done
19702 $rm -f try.c
19703 EOS
19704 postprocess_cc_v=''
19705 chmod +x ccsym
19706 $eunicefix ccsym
19707 ./ccsym > ccsym1.raw
19708 if $test -s ccsym1.raw; then
19709        $sort ccsym1.raw | $uniq >ccsym.raw
19710 else
19711        mv ccsym1.raw ccsym.raw
19712 fi
19713
19714 $awk '/\=/ { print $0; next }
19715         { print $0"=1" }' ccsym.raw >ccsym.list
19716 $awk '/\=/ { print $0; next }
19717         { print $0"=1" }' Cppsym.true >ccsym.true
19718 $comm -13 ccsym.true ccsym.list >ccsym.own
19719 $comm -12 ccsym.true ccsym.list >ccsym.com
19720 $comm -23 ccsym.true ccsym.list >ccsym.cpp
19721 also=''
19722 if $test -z ccsym.raw; then
19723         echo "Your C compiler doesn't seem to define any symbols!" >&4
19724         echo " "
19725         echo "However, your C preprocessor defines the following symbols:"
19726         $cat Cppsym.true
19727         ccsymbols=''
19728         cppsymbols=`$cat Cppsym.true`
19729         cppsymbols=`echo $cppsymbols`
19730         cppccsymbols="$cppsymbols"
19731 else
19732         if $test -s ccsym.com; then
19733                 echo "Your C compiler and pre-processor define these symbols:"
19734                 $sed -e 's/\(..*\)=.*/\1/' ccsym.com
19735                 also='also '
19736                 symbols='ones'
19737                 cppccsymbols=`$cat ccsym.com`
19738                 cppccsymbols=`echo $cppccsymbols`
19739                 $test "$silent" || sleep 1
19740         fi
19741         if $test -s ccsym.cpp; then
19742                 $test "$also" && echo " "
19743                 echo "Your C pre-processor ${also}defines the following symbols:"
19744                 $sed -e 's/\(..*\)=.*/\1/' ccsym.cpp
19745                 also='further '
19746                 cppsymbols=`$cat ccsym.cpp`
19747                 cppsymbols=`echo $cppsymbols`
19748                 $test "$silent" || sleep 1
19749         fi
19750         if $test -s ccsym.own; then
19751                 $test "$also" && echo " "
19752                 echo "Your C compiler ${also}defines the following cpp symbols:"
19753                 $sed -e 's/\(..*\)=1/\1/' ccsym.own
19754                 $sed -e 's/\(..*\)=.*/\1/' ccsym.own | $uniq >>Cppsym.true
19755                 ccsymbols=`$cat ccsym.own`
19756                 ccsymbols=`echo $ccsymbols`
19757                 $test "$silent" || sleep 1
19758         fi
19759 fi
19760
19761 : see if this is a termio system
19762 val="$undef"
19763 val2="$undef"
19764 val3="$undef"
19765 if $test `./findhdr termios.h`; then
19766         set tcsetattr i_termios
19767         eval $inlibc
19768         val3="$i_termios"
19769 fi
19770 echo " "
19771 case "$val3" in
19772 "$define") echo "You have POSIX termios.h... good!" >&4;;
19773 *) if ./Cppsym pyr; then
19774                 case "`/bin/universe`" in
19775                 ucb) if $test `./findhdr sgtty.h`; then
19776                                 val2="$define"
19777                                 echo "<sgtty.h> found." >&4
19778                         else
19779                                 echo "System is pyramid with BSD universe."
19780                                 echo "<sgtty.h> not found--you could have problems." >&4
19781                         fi;;
19782                 *) if $test `./findhdr termio.h`; then
19783                                 val="$define"
19784                                 echo "<termio.h> found." >&4
19785                         else
19786                                 echo "System is pyramid with USG universe."
19787                                 echo "<termio.h> not found--you could have problems." >&4
19788                         fi;;
19789                 esac
19790         elif ./usg; then
19791                 if $test `./findhdr termio.h`; then
19792                         echo "<termio.h> found." >&4
19793                         val="$define"
19794                 elif $test `./findhdr sgtty.h`; then
19795                         echo "<sgtty.h> found." >&4
19796                         val2="$define"
19797                 else
19798 echo "Neither <termio.h> nor <sgtty.h> found--you could have problems." >&4
19799                 fi
19800         else
19801                 if $test `./findhdr sgtty.h`; then
19802                         echo "<sgtty.h> found." >&4
19803                         val2="$define"
19804                 elif $test `./findhdr termio.h`; then
19805                         echo "<termio.h> found." >&4
19806                         val="$define"
19807                 else
19808 echo "Neither <sgtty.h> nor <termio.h> found--you could have problems." >&4
19809                 fi
19810         fi;;
19811 esac
19812 set i_termio; eval $setvar
19813 val=$val2; set i_sgtty; eval $setvar
19814 val=$val3; set i_termios; eval $setvar
19815
19816 : see if stddef is available
19817 set stddef.h i_stddef
19818 eval $inhdr
19819
19820 : see if this is a sunmath.h system
19821 set sunmath.h i_sunmath
19822 eval $inhdr
19823
19824 : see if sys/access.h is available
19825 set sys/access.h i_sysaccess
19826 eval $inhdr
19827
19828 : see if ioctl defs are in sgtty, termio, sys/filio or sys/ioctl
19829 set sys/filio.h i_sysfilio
19830 eval $inhdr
19831 echo " "
19832 if $test `./findhdr sys/ioctl.h`; then
19833         val="$define"
19834         echo '<sys/ioctl.h> found.' >&4
19835 else
19836         val="$undef"
19837         if $test $i_sysfilio = "$define"; then
19838             echo '<sys/ioctl.h> NOT found.' >&4
19839         else
19840                 $test $i_sgtty = "$define" && xxx="sgtty.h"
19841                 $test $i_termio = "$define" && xxx="termio.h"
19842                 $test $i_termios = "$define" && xxx="termios.h"
19843 echo "No <sys/ioctl.h> found, assuming ioctl args are defined in <$xxx>." >&4
19844         fi
19845 fi
19846 set i_sysioctl
19847 eval $setvar
19848
19849 : see if socket ioctl defs are in sys/sockio.h
19850 echo " "
19851 xxx=`./findhdr sys/sockio.h`
19852 if $test "$xxx"; then
19853         if $contains SIOCATMARK $xxx >/dev/null 2>&1; then
19854                 val="$define"
19855                 echo "You have socket ioctls defined in <sys/sockio.h>." >&4
19856         else
19857                 val="$undef"
19858                 echo "No socket ioctls found in <sys/sockio.h>." >&4
19859         fi
19860 else
19861         val="$undef"
19862         $cat <<EOM
19863 <sys/sockio.h> not found, assuming socket ioctls are in <sys/ioctl.h>.
19864 EOM
19865 fi
19866 set i_syssockio
19867 eval $setvar
19868
19869
19870 : see if this is a syslog.h system
19871 set syslog.h i_syslog
19872 eval $inhdr
19873
19874
19875 : see if this is a sys/mode.h system
19876 set sys/mode.h i_sysmode
19877 eval $inhdr
19878
19879 : see if sys/resource.h has to be included
19880 set sys/resource.h i_sysresrc
19881 eval $inhdr
19882
19883 : see if sys/security.h is available
19884 set sys/security.h i_syssecrt
19885 eval $inhdr
19886
19887 : see if this is a sys/statvfs.h system
19888 set sys/statvfs.h i_sysstatvfs
19889 eval $inhdr
19890
19891 : see if this is a sys/un.h system
19892 set sys/un.h i_sysun
19893 eval $inhdr
19894
19895
19896 : see if this is a sys/utsname.h system
19897 set sys/utsname.h i_sysutsname
19898 eval $inhdr
19899
19900 : see if this is a syswait system
19901 set sys/wait.h i_syswait
19902 eval $inhdr
19903
19904 : see if this is a ustat.h system
19905 set ustat.h i_ustat
19906 eval $inhdr
19907
19908 : see if this is an utime system
19909 set utime.h i_utime
19910 eval $inhdr
19911
19912 : see if this is a values.h system
19913 set values.h i_values
19914 eval $inhdr
19915
19916 : see if this is a vfork system
19917 case "$d_vfork" in
19918 "$define")
19919         set vfork.h i_vfork
19920         eval $inhdr
19921         ;;
19922 *)
19923         i_vfork="$undef"
19924         ;;
19925 esac
19926
19927 : see if gdbm.h is available
19928 set gdbm.h t_gdbm
19929 eval $inhdr
19930 case "$t_gdbm" in
19931 $define)
19932         : see if gdbm_open exists
19933         set gdbm_open d_gdbm_open
19934         eval $inlibc
19935         case "$d_gdbm_open" in
19936         $undef)
19937                 t_gdbm="$undef"
19938                 echo "We won't be including <gdbm.h>"
19939                 ;;
19940         esac
19941         ;;
19942 esac
19943 val="$t_gdbm"
19944 set i_gdbm
19945 eval $setvar
19946
19947 echo " "
19948 echo "Looking for extensions..." >&4
19949 : If we are using the old config.sh, known_extensions may contain
19950 : old or inaccurate or duplicate values.
19951 known_extensions=''
19952 nonxs_extensions=''
19953 : We do not use find because it might not be available.
19954 : We do not just use MANIFEST because the user may have dropped
19955 : some additional extensions into the source tree and expect them
19956 : to be built.
19957
19958 : Function to recursively find available extensions, ignoring DynaLoader
19959 : NOTE: recursion limit of 10 to prevent runaway in case of symlink madness
19960 find_extensions='
19961     for xxx in *; do
19962        case "$xxx" in
19963            DynaLoader|dynaload) ;;
19964            *)
19965            if $test -f $xxx/$xxx.xs; then
19966                known_extensions="$known_extensions $1$xxx";
19967            elif $test -f $xxx/Makefile.PL; then
19968                nonxs_extensions="$nonxs_extensions $1$xxx";
19969            else
19970                if $test -d $xxx -a $# -lt 10; then
19971                    set $1$xxx/ $*;
19972                    cd "$xxx";
19973                    eval $find_extensions;
19974                    cd ..;
19975                    shift;
19976                fi;
19977            fi
19978            ;;
19979        esac;
19980     done'
19981 tdir=`pwd`
19982 cd "$rsrc/ext"
19983 set X
19984 shift
19985 eval $find_extensions
19986 # Special case:  Add in threads/shared since it is not picked up by the
19987 # recursive find above (and adding in general recursive finding breaks
19988 # SDBM_File/sdbm).  A.D.  10/25/2001.
19989 known_extensions="$known_extensions threads/shared"
19990 set X $nonxs_extensions
19991 shift
19992 nonxs_extensions="$*"
19993 set X $known_extensions
19994 shift
19995 known_extensions="$*"
19996 cd "$tdir"
19997
19998 : Now see which are supported on this system.
19999 avail_ext=''
20000 for xxx in $known_extensions ; do
20001         case "$xxx" in
20002         DB_File|db_file)
20003                 case "$i_db" in
20004                 $define) avail_ext="$avail_ext $xxx" ;;
20005                 esac
20006                 ;;
20007         GDBM_File|gdbm_fil)
20008                 case "$i_gdbm" in 
20009                 $define) avail_ext="$avail_ext $xxx" ;;
20010                 esac
20011                 ;;
20012         I18N/Langinfo|i18n_lan)
20013                 case "$i_langinfo$d_nl_langinfo" in 
20014                 $define$define) avail_ext="$avail_ext $xxx" ;;
20015                 esac
20016                 ;;
20017         NDBM_File|ndbm_fil)
20018                 case "$i_ndbm" in
20019                 $define)
20020                     case "$osname-$use64bitint" in
20021                     hpux-define)
20022                         case "$libs" in
20023                         *-lndbm*) avail_ext="$avail_ext $xxx" ;;
20024                         esac
20025                         ;;
20026                     *) avail_ext="$avail_ext $xxx" ;;
20027                     esac
20028                     ;;
20029                 esac
20030                 ;;
20031         ODBM_File|odbm_fil) 
20032                 case "${i_dbm}${i_rpcsvcdbm}" in
20033                 *"${define}"*)
20034                     case "$osname-$use64bitint" in
20035                     hpux-define)
20036                         case "$libs" in
20037                         *-ldbm*) avail_ext="$avail_ext $xxx" ;;
20038                         esac
20039                         ;;
20040                     *) avail_ext="$avail_ext $xxx" ;;
20041                     esac
20042                     ;;
20043                 esac
20044                 ;;
20045         POSIX|posix)
20046                 case "$useposix" in
20047                 true|define|y) avail_ext="$avail_ext $xxx" ;;
20048                 esac
20049                 ;;
20050         Opcode|opcode)
20051                 case "$useopcode" in
20052                 true|define|y) avail_ext="$avail_ext $xxx" ;;
20053                 esac
20054                 ;;
20055         Socket|socket)
20056                 case "$d_socket" in 
20057                 true|$define|y)
20058                     case "$osname" in
20059                     beos) ;; # not unless BONE
20060                     *) avail_ext="$avail_ext $xxx" ;;
20061                     esac
20062                     ;;
20063                 esac
20064                 ;;
20065         Sys/Syslog|sys/syslog)
20066                 : XXX syslog requires socket
20067                 case "$d_socket" in 
20068                 true|$define|y) avail_ext="$avail_ext $xxx" ;;
20069                 esac
20070                 ;;
20071         Thread|thread)
20072                 case "$usethreads" in
20073                 true|$define|y)
20074                         case "$useithreads" in
20075                         $undef|false|[nN]*) avail_ext="$avail_ext $xxx" ;;
20076                         esac
20077                 esac
20078                 ;;
20079         XS/APItest|xs/apitest)
20080                 # This is just for testing.  Skip it unless we have dynamic loading.
20081
20082                 case "$usedl" in
20083                 $define) avail_ext="$avail_ext $xxx" ;;
20084                 esac
20085                 ;;
20086         XS/Typemap|xs/typemap)
20087                 # This is just for testing.  Skip it unless we have dynamic loading.
20088                 case "$usedl" in
20089                 $define) avail_ext="$avail_ext $xxx" ;;
20090                 esac
20091                 ;;
20092         threads|threads/shared)
20093                 # threads and threads::shared are special cases.
20094                 # To stop people from asking "Perl 5.8.0 was supposed
20095                 # to have this new fancy threads implementation but my
20096                 # perl doesn't have it" and from people trying to
20097                 # (re)install the threads module using CPAN.pm and
20098                 # CPAN.pm then offering to reinstall Perl 5.8.0,
20099                 # the threads.pm and threads/shared.pm will always be
20100                 # there, croaking informatively ("you need to rebuild
20101                 # all of Perl with threads, sorry") when threads haven't
20102                 # been compiled in.
20103                 # --jhi
20104                 avail_ext="$avail_ext $xxx"
20105                 ;;
20106         IPC/SysV|ipc/sysv)
20107                 : XXX Do we need a useipcsysv variable here
20108                 case "${d_msg}${d_sem}${d_shm}" in 
20109                 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
20110                 esac
20111                 ;;
20112         *)      avail_ext="$avail_ext $xxx"
20113                 ;;
20114         esac
20115 done
20116
20117 set X $avail_ext
20118 shift
20119 avail_ext="$*"
20120
20121 case "$onlyextensions" in
20122 '') ;;
20123 *)  keepextensions=''
20124     echo "You have requested that only certains extensions be included..." >&4
20125     for i in $onlyextensions; do
20126         case " $avail_ext " in
20127         *" $i "*)
20128             echo "Keeping extension $i."
20129             keepextensions="$keepextensions $i"
20130             ;;
20131         *) echo "Ignoring extension $i." ;;
20132         esac
20133     done
20134     avail_ext="$keepextensions"
20135     ;;
20136 esac
20137
20138 case "$noextensions" in
20139 '') ;;
20140 *)  keepextensions=''
20141     echo "You have requested that certain extensions be ignored..." >&4
20142     for i in $avail_ext; do
20143         case " $i " in
20144         " $noextensions ") echo "Ignoring extension $i." ;;
20145         *) echo "Keeping extension $i.";
20146            keepextensions="$keepextensions $i"
20147            ;;
20148         esac
20149     done
20150     avail_ext="$keepextensions"
20151     ;;
20152 esac
20153
20154 : Now see which nonxs extensions are supported on this system.
20155 : For now assume all are.
20156 nonxs_ext=''
20157 for xxx in $nonxs_extensions ; do
20158         case "$xxx" in
20159         *)      nonxs_ext="$nonxs_ext $xxx"
20160                 ;;
20161         esac
20162 done
20163
20164 set X $nonxs_ext
20165 shift
20166 nonxs_ext="$*"
20167
20168 case $usedl in
20169 $define)
20170         $cat <<EOM
20171 A number of extensions are supplied with $package.  You may choose to
20172 compile these extensions for dynamic loading (the default), compile
20173 them into the $package executable (static loading), or not include
20174 them at all.  Answer "none" to include no extensions.
20175 Note that DynaLoader is always built and need not be mentioned here.
20176
20177 EOM
20178         case "$dynamic_ext" in
20179         '')
20180                 : Exclude those listed in static_ext
20181                 dflt=''
20182                 for xxx in $avail_ext; do
20183                         case " $static_ext " in
20184                         *" $xxx "*) ;;
20185                         *) dflt="$dflt $xxx" ;;
20186                         esac
20187                 done
20188                 set X $dflt
20189                 shift
20190                 dflt="$*"
20191                 ;;
20192         *)      dflt="$dynamic_ext"
20193                 # Perhaps we are reusing an old out-of-date config.sh.
20194                 case "$hint" in
20195                 previous)
20196                         if test X"$dynamic_ext" != X"$avail_ext"; then
20197                                 $cat <<EOM
20198 NOTICE:  Your previous config.sh list may be incorrect. 
20199 The extensions now available to you are 
20200         ${avail_ext}
20201 but the default list from your previous config.sh is
20202         ${dynamic_ext} 
20203
20204 EOM
20205                         fi
20206                         ;;
20207                 esac
20208                 ;;
20209         esac
20210         case "$dflt" in
20211         '')     dflt=none;;
20212         esac
20213         rp="What extensions do you wish to load dynamically?"
20214         . ./myread
20215         case "$ans" in
20216         none) dynamic_ext=' ' ;;
20217         *) dynamic_ext="$ans" ;;
20218         esac
20219
20220         case "$static_ext" in
20221         '')
20222                 : Exclude those already listed in dynamic linking
20223                 dflt=''
20224                 for xxx in $avail_ext; do
20225                         case " $dynamic_ext " in
20226                         *" $xxx "*) ;;
20227                         *) dflt="$dflt $xxx" ;;
20228                         esac
20229                 done
20230                 set X $dflt
20231                 shift
20232                 dflt="$*"
20233                 ;;
20234         *)  dflt="$static_ext" 
20235                 ;;
20236         esac
20237
20238         case "$dflt" in
20239         '')     dflt=none;;
20240         esac
20241         rp="What extensions do you wish to load statically?"
20242         . ./myread
20243         case "$ans" in
20244         none) static_ext=' ' ;;
20245         *) static_ext="$ans" ;;
20246         esac
20247         ;;
20248 *)
20249         $cat <<EOM
20250 A number of extensions are supplied with $package.  Answer "none" 
20251 to include no extensions. 
20252 Note that DynaLoader is always built and need not be mentioned here.
20253
20254 EOM
20255         case "$static_ext" in
20256         '') dflt="$avail_ext" ;;
20257         *)      dflt="$static_ext"
20258                 # Perhaps we are reusing an old out-of-date config.sh.
20259                 case "$hint" in
20260                 previous)
20261                         if test X"$static_ext" != X"$avail_ext"; then
20262                                 $cat <<EOM
20263 NOTICE:  Your previous config.sh list may be incorrect. 
20264 The extensions now available to you are 
20265         ${avail_ext}
20266 but the default list from your previous config.sh is
20267         ${static_ext} 
20268
20269 EOM
20270                         fi
20271                         ;;
20272                 esac
20273                 ;;
20274         esac
20275         : Exclude those that are not xs extensions
20276         case "$dflt" in
20277         '')     dflt=none;;
20278         esac
20279         rp="What extensions do you wish to include?"
20280         . ./myread
20281         case "$ans" in
20282         none) static_ext=' ' ;;
20283         *) static_ext="$ans" ;;
20284         esac
20285         ;;
20286 esac
20287 #        
20288 # Encode is a special case.  If we are building Encode as a static
20289 # extension, we need to explicitly list its subextensions as well.
20290 # For other nested extensions, this is handled automatically by
20291 # the appropriate Makefile.PL.
20292 case " $static_ext " in
20293         *" Encode "*) # Add the subextensions of Encode
20294         cd "$rsrc/ext"
20295         for xxx in `ls Encode/*/Makefile.PL|awk -F/ '{print $2}'`; do
20296                 static_ext="$static_ext Encode/$xxx"
20297         done
20298         cd "$tdir"
20299         ;;
20300 esac
20301
20302 set X $dynamic_ext $static_ext $nonxs_ext
20303 shift
20304 extensions="$*"
20305
20306 # Sanity check:  We require an extension suitable for use with
20307 # AnyDBM_File, as well as Fcntl and IO.  (Failure to have these
20308 # should show up as failures in the test suite, but it's helpful to
20309 # catch them now.) The 'extensions' list is normally sorted
20310 # alphabetically, so we need to accept either
20311 #    DB_File ... Fcntl ... IO  ....
20312 # or something like
20313 #    Fcntl ... NDBM_File ... IO  ....
20314 case " $extensions"  in
20315 *"_File "*" Fcntl "*" IO "*) ;; # DB_File
20316 *" Fcntl "*"_File "*" IO "*) ;; # GDBM_File
20317 *" Fcntl "*" IO "*"_File "*) ;; # NDBM_File
20318 *) echo "WARNING: Extensions DB_File or *DBM_File, Fcntl, and IO not configured." >&4
20319    echo "WARNING: The Perl you are building will be quite crippled." >& 4
20320    ;;
20321 esac
20322
20323 : Remove libraries needed only for extensions
20324 : The appropriate ext/Foo/Makefile.PL will add them back in, if necessary.
20325 : The exception is SunOS 4.x, which needs them.
20326 case "${osname}X${osvers}" in
20327 sunos*X4*)
20328     perllibs="$libs"
20329     ;;
20330 *) case "$usedl" in
20331     $define|true|[yY]*)
20332             set X `echo " $libs " | sed -e 's@ -lndbm @ @' -e 's@ -lgdbm @ @' -e 's@ -ldbm @ @' -e 's@ -ldb @ @'` 
20333             shift
20334             perllibs="$*"
20335             ;;
20336     *)  perllibs="$libs"
20337             ;;
20338     esac
20339     ;;
20340 esac
20341
20342 : Remove build directory name from cppstdin so it can be used from
20343 : either the present location or the final installed location.
20344 echo " "
20345 : Get out of the UU directory to get correct path name.
20346 cd ..
20347 case "$cppstdin" in
20348 `pwd`/cppstdin)
20349         echo "Stripping down cppstdin path name"
20350         cppstdin=cppstdin
20351         ;;
20352 esac
20353 cd UU
20354
20355 : end of configuration questions
20356 echo " "
20357 echo "End of configuration questions."
20358 echo " "
20359
20360 : back to where it started
20361 if test -d ../UU; then
20362         cd ..
20363 fi
20364
20365 : configuration may be patched via a 'config.arch' file
20366 if $test -f config.arch; then
20367         echo "I see a config.arch file, loading it."
20368         . ./config.arch
20369 fi
20370
20371 : configuration may be patched via a 'config.over' file
20372 if $test -f config.over; then
20373         echo " "
20374         dflt=y
20375         rp='I see a config.over file.  Do you wish to load it?'
20376         . UU/myread
20377         case "$ans" in
20378         n*) echo "OK, I'll ignore it.";;
20379         *)      . ./config.over
20380                 echo "Configuration override changes have been loaded."
20381                 ;;
20382         esac
20383 fi
20384
20385 : in case they want portability, strip down executable paths
20386 case "$d_portable" in
20387 "$define")
20388         echo " "
20389         echo "Stripping down executable paths..." >&4
20390         for file in $loclist $trylist; do
20391                 eval temp=\$$file
20392                 eval $file=`basename $temp`
20393         done
20394         ;;
20395 esac
20396
20397 : create config.sh file
20398 echo " "
20399 echo "Creating config.sh..." >&4
20400 $spitshell <<EOT >config.sh
20401 $startsh
20402 #
20403 # This file was produced by running the Configure script. It holds all the
20404 # definitions figured out by Configure. Should you modify one of these values,
20405 # do not forget to propagate your changes by running "Configure -der". You may
20406 # instead choose to run each of the .SH files by yourself, or "Configure -S".
20407 #
20408
20409 # Package name      : $package
20410 # Source directory  : $src
20411 # Configuration time: $cf_time
20412 # Configured by     : $cf_by
20413 # Target system     : $myuname
20414
20415 Author='$Author'
20416 Date='$Date'
20417 Header='$Header'
20418 Id='$Id'
20419 Locker='$Locker'
20420 Log='$Log'
20421 Mcc='$Mcc'
20422 RCSfile='$RCSfile'
20423 Revision='$Revision'
20424 Source='$Source'
20425 State='$State'
20426 _a='$_a'
20427 _exe='$_exe'
20428 _o='$_o'
20429 afs='$afs'
20430 afsroot='$afsroot'
20431 alignbytes='$alignbytes'
20432 ansi2knr='$ansi2knr'
20433 aphostname='$aphostname'
20434 api_revision='$api_revision'
20435 api_subversion='$api_subversion'
20436 api_version='$api_version'
20437 api_versionstring='$api_versionstring'
20438 ar='$ar'
20439 archlib='$archlib'
20440 archlibexp='$archlibexp'
20441 archname64='$archname64'
20442 archname='$archname'
20443 archobjs='$archobjs'
20444 asctime_r_proto='$asctime_r_proto'
20445 awk='$awk'
20446 baserev='$baserev'
20447 bash='$bash'
20448 bin='$bin'
20449 binexp='$binexp'
20450 bison='$bison'
20451 byacc='$byacc'
20452 byteorder='$byteorder'
20453 c='$c'
20454 castflags='$castflags'
20455 cat='$cat'
20456 cc='$cc'
20457 cccdlflags='$cccdlflags'
20458 ccdlflags='$ccdlflags'
20459 ccflags='$ccflags'
20460 ccflags_uselargefiles='$ccflags_uselargefiles'
20461 ccname='$ccname'
20462 ccsymbols='$ccsymbols'
20463 ccversion='$ccversion'
20464 cf_by='$cf_by'
20465 cf_email='$cf_email'
20466 cf_time='$cf_time'
20467 charsize='$charsize'
20468 chgrp='$chgrp'
20469 chmod='$chmod'
20470 chown='$chown'
20471 clocktype='$clocktype'
20472 comm='$comm'
20473 compress='$compress'
20474 contains='$contains'
20475 cp='$cp'
20476 cpio='$cpio'
20477 cpp='$cpp'
20478 cpp_stuff='$cpp_stuff'
20479 cppccsymbols='$cppccsymbols'
20480 cppflags='$cppflags'
20481 cpplast='$cpplast'
20482 cppminus='$cppminus'
20483 cpprun='$cpprun'
20484 cppstdin='$cppstdin'
20485 cppsymbols='$cppsymbols'
20486 crypt_r_proto='$crypt_r_proto'
20487 cryptlib='$cryptlib'
20488 csh='$csh'
20489 ctermid_r_proto='$ctermid_r_proto'
20490 ctime_r_proto='$ctime_r_proto'
20491 d_Gconvert='$d_Gconvert'
20492 d_PRIEUldbl='$d_PRIEUldbl'
20493 d_PRIFUldbl='$d_PRIFUldbl'
20494 d_PRIGUldbl='$d_PRIGUldbl'
20495 d_PRIXU64='$d_PRIXU64'
20496 d_PRId64='$d_PRId64'
20497 d_PRIeldbl='$d_PRIeldbl'
20498 d_PRIfldbl='$d_PRIfldbl'
20499 d_PRIgldbl='$d_PRIgldbl'
20500 d_PRIi64='$d_PRIi64'
20501 d_PRIo64='$d_PRIo64'
20502 d_PRIu64='$d_PRIu64'
20503 d_PRIx64='$d_PRIx64'
20504 d_SCNfldbl='$d_SCNfldbl'
20505 d__fwalk='$d__fwalk'
20506 d_access='$d_access'
20507 d_accessx='$d_accessx'
20508 d_aintl='$d_aintl'
20509 d_alarm='$d_alarm'
20510 d_archlib='$d_archlib'
20511 d_asctime_r='$d_asctime_r'
20512 d_atolf='$d_atolf'
20513 d_atoll='$d_atoll'
20514 d_attribut='$d_attribut'
20515 d_bcmp='$d_bcmp'
20516 d_bcopy='$d_bcopy'
20517 d_bsd='$d_bsd'
20518 d_bsdgetpgrp='$d_bsdgetpgrp'
20519 d_bsdsetpgrp='$d_bsdsetpgrp'
20520 d_bzero='$d_bzero'
20521 d_casti32='$d_casti32'
20522 d_castneg='$d_castneg'
20523 d_charvspr='$d_charvspr'
20524 d_chown='$d_chown'
20525 d_chroot='$d_chroot'
20526 d_chsize='$d_chsize'
20527 d_class='$d_class'
20528 d_closedir='$d_closedir'
20529 d_cmsghdr_s='$d_cmsghdr_s'
20530 d_const='$d_const'
20531 d_copysignl='$d_copysignl'
20532 d_crypt='$d_crypt'
20533 d_crypt_r='$d_crypt_r'
20534 d_csh='$d_csh'
20535 d_ctermid_r='$d_ctermid_r'
20536 d_ctime_r='$d_ctime_r'
20537 d_cuserid='$d_cuserid'
20538 d_dbl_dig='$d_dbl_dig'
20539 d_dbminitproto='$d_dbminitproto'
20540 d_difftime='$d_difftime'
20541 d_dirfd='$d_dirfd'
20542 d_dirnamlen='$d_dirnamlen'
20543 d_dlerror='$d_dlerror'
20544 d_dlopen='$d_dlopen'
20545 d_dlsymun='$d_dlsymun'
20546 d_dosuid='$d_dosuid'
20547 d_drand48_r='$d_drand48_r'
20548 d_drand48proto='$d_drand48proto'
20549 d_dup2='$d_dup2'
20550 d_eaccess='$d_eaccess'
20551 d_endgrent='$d_endgrent'
20552 d_endgrent_r='$d_endgrent_r'
20553 d_endhent='$d_endhent'
20554 d_endhostent_r='$d_endhostent_r'
20555 d_endnent='$d_endnent'
20556 d_endnetent_r='$d_endnetent_r'
20557 d_endpent='$d_endpent'
20558 d_endprotoent_r='$d_endprotoent_r'
20559 d_endpwent='$d_endpwent'
20560 d_endpwent_r='$d_endpwent_r'
20561 d_endsent='$d_endsent'
20562 d_endservent_r='$d_endservent_r'
20563 d_eofnblk='$d_eofnblk'
20564 d_eunice='$d_eunice'
20565 d_faststdio='$d_faststdio'
20566 d_fchdir='$d_fchdir'
20567 d_fchmod='$d_fchmod'
20568 d_fchown='$d_fchown'
20569 d_fcntl='$d_fcntl'
20570 d_fcntl_can_lock='$d_fcntl_can_lock'
20571 d_fd_macros='$d_fd_macros'
20572 d_fd_set='$d_fd_set'
20573 d_fds_bits='$d_fds_bits'
20574 d_fgetpos='$d_fgetpos'
20575 d_finite='$d_finite'
20576 d_finitel='$d_finitel'
20577 d_flexfnam='$d_flexfnam'
20578 d_flock='$d_flock'
20579 d_flockproto='$d_flockproto'
20580 d_fork='$d_fork'
20581 d_fp_class='$d_fp_class'
20582 d_fpathconf='$d_fpathconf'
20583 d_fpclass='$d_fpclass'
20584 d_fpclassify='$d_fpclassify'
20585 d_fpclassl='$d_fpclassl'
20586 d_fpos64_t='$d_fpos64_t'
20587 d_frexpl='$d_frexpl'
20588 d_fs_data_s='$d_fs_data_s'
20589 d_fseeko='$d_fseeko'
20590 d_fsetpos='$d_fsetpos'
20591 d_fstatfs='$d_fstatfs'
20592 d_fstatvfs='$d_fstatvfs'
20593 d_fsync='$d_fsync'
20594 d_ftello='$d_ftello'
20595 d_ftime='$d_ftime'
20596 d_getcwd='$d_getcwd'
20597 d_getespwnam='$d_getespwnam'
20598 d_getfsstat='$d_getfsstat'
20599 d_getgrent='$d_getgrent'
20600 d_getgrent_r='$d_getgrent_r'
20601 d_getgrgid_r='$d_getgrgid_r'
20602 d_getgrnam_r='$d_getgrnam_r'
20603 d_getgrps='$d_getgrps'
20604 d_gethbyaddr='$d_gethbyaddr'
20605 d_gethbyname='$d_gethbyname'
20606 d_gethent='$d_gethent'
20607 d_gethname='$d_gethname'
20608 d_gethostbyaddr_r='$d_gethostbyaddr_r'
20609 d_gethostbyname_r='$d_gethostbyname_r'
20610 d_gethostent_r='$d_gethostent_r'
20611 d_gethostprotos='$d_gethostprotos'
20612 d_getitimer='$d_getitimer'
20613 d_getlogin='$d_getlogin'
20614 d_getlogin_r='$d_getlogin_r'
20615 d_getmnt='$d_getmnt'
20616 d_getmntent='$d_getmntent'
20617 d_getnbyaddr='$d_getnbyaddr'
20618 d_getnbyname='$d_getnbyname'
20619 d_getnent='$d_getnent'
20620 d_getnetbyaddr_r='$d_getnetbyaddr_r'
20621 d_getnetbyname_r='$d_getnetbyname_r'
20622 d_getnetent_r='$d_getnetent_r'
20623 d_getnetprotos='$d_getnetprotos'
20624 d_getpagsz='$d_getpagsz'
20625 d_getpbyname='$d_getpbyname'
20626 d_getpbynumber='$d_getpbynumber'
20627 d_getpent='$d_getpent'
20628 d_getpgid='$d_getpgid'
20629 d_getpgrp2='$d_getpgrp2'
20630 d_getpgrp='$d_getpgrp'
20631 d_getppid='$d_getppid'
20632 d_getprior='$d_getprior'
20633 d_getprotobyname_r='$d_getprotobyname_r'
20634 d_getprotobynumber_r='$d_getprotobynumber_r'
20635 d_getprotoent_r='$d_getprotoent_r'
20636 d_getprotoprotos='$d_getprotoprotos'
20637 d_getprpwnam='$d_getprpwnam'
20638 d_getpwent='$d_getpwent'
20639 d_getpwent_r='$d_getpwent_r'
20640 d_getpwnam_r='$d_getpwnam_r'
20641 d_getpwuid_r='$d_getpwuid_r'
20642 d_getsbyname='$d_getsbyname'
20643 d_getsbyport='$d_getsbyport'
20644 d_getsent='$d_getsent'
20645 d_getservbyname_r='$d_getservbyname_r'
20646 d_getservbyport_r='$d_getservbyport_r'
20647 d_getservent_r='$d_getservent_r'
20648 d_getservprotos='$d_getservprotos'
20649 d_getspnam='$d_getspnam'
20650 d_getspnam_r='$d_getspnam_r'
20651 d_gettimeod='$d_gettimeod'
20652 d_gmtime_r='$d_gmtime_r'
20653 d_gnulibc='$d_gnulibc'
20654 d_grpasswd='$d_grpasswd'
20655 d_hasmntopt='$d_hasmntopt'
20656 d_htonl='$d_htonl'
20657 d_ilogbl='$d_ilogbl'
20658 d_index='$d_index'
20659 d_inetaton='$d_inetaton'
20660 d_int64_t='$d_int64_t'
20661 d_isascii='$d_isascii'
20662 d_isfinite='$d_isfinite'
20663 d_isinf='$d_isinf'
20664 d_isnan='$d_isnan'
20665 d_isnanl='$d_isnanl'
20666 d_killpg='$d_killpg'
20667 d_lchown='$d_lchown'
20668 d_ldbl_dig='$d_ldbl_dig'
20669 d_link='$d_link'
20670 d_localtime_r='$d_localtime_r'
20671 d_locconv='$d_locconv'
20672 d_lockf='$d_lockf'
20673 d_longdbl='$d_longdbl'
20674 d_longlong='$d_longlong'
20675 d_lseekproto='$d_lseekproto'
20676 d_lstat='$d_lstat'
20677 d_madvise='$d_madvise'
20678 d_mblen='$d_mblen'
20679 d_mbstowcs='$d_mbstowcs'
20680 d_mbtowc='$d_mbtowc'
20681 d_memchr='$d_memchr'
20682 d_memcmp='$d_memcmp'
20683 d_memcpy='$d_memcpy'
20684 d_memmove='$d_memmove'
20685 d_memset='$d_memset'
20686 d_mkdir='$d_mkdir'
20687 d_mkdtemp='$d_mkdtemp'
20688 d_mkfifo='$d_mkfifo'
20689 d_mkstemp='$d_mkstemp'
20690 d_mkstemps='$d_mkstemps'
20691 d_mktime='$d_mktime'
20692 d_mmap='$d_mmap'
20693 d_modfl='$d_modfl'
20694 d_modfl_pow32_bug='$d_modfl_pow32_bug'
20695 d_modflproto='$d_modflproto'
20696 d_mprotect='$d_mprotect'
20697 d_msg='$d_msg'
20698 d_msg_ctrunc='$d_msg_ctrunc'
20699 d_msg_dontroute='$d_msg_dontroute'
20700 d_msg_oob='$d_msg_oob'
20701 d_msg_peek='$d_msg_peek'
20702 d_msg_proxy='$d_msg_proxy'
20703 d_msgctl='$d_msgctl'
20704 d_msgget='$d_msgget'
20705 d_msghdr_s='$d_msghdr_s'
20706 d_msgrcv='$d_msgrcv'
20707 d_msgsnd='$d_msgsnd'
20708 d_msync='$d_msync'
20709 d_munmap='$d_munmap'
20710 d_mymalloc='$d_mymalloc'
20711 d_nanosleep='$d_nanosleep'
20712 d_nice='$d_nice'
20713 d_nl_langinfo='$d_nl_langinfo'
20714 d_nv_preserves_uv='$d_nv_preserves_uv'
20715 d_off64_t='$d_off64_t'
20716 d_old_pthread_create_joinable='$d_old_pthread_create_joinable'
20717 d_oldpthreads='$d_oldpthreads'
20718 d_oldsock='$d_oldsock'
20719 d_open3='$d_open3'
20720 d_pathconf='$d_pathconf'
20721 d_pause='$d_pause'
20722 d_perl_otherlibdirs='$d_perl_otherlibdirs'
20723 d_phostname='$d_phostname'
20724 d_pipe='$d_pipe'
20725 d_poll='$d_poll'
20726 d_portable='$d_portable'
20727 d_procselfexe='$d_procselfexe'
20728 d_pthread_atfork='$d_pthread_atfork'
20729 d_pthread_yield='$d_pthread_yield'
20730 d_pwage='$d_pwage'
20731 d_pwchange='$d_pwchange'
20732 d_pwclass='$d_pwclass'
20733 d_pwcomment='$d_pwcomment'
20734 d_pwexpire='$d_pwexpire'
20735 d_pwgecos='$d_pwgecos'
20736 d_pwpasswd='$d_pwpasswd'
20737 d_pwquota='$d_pwquota'
20738 d_qgcvt='$d_qgcvt'
20739 d_quad='$d_quad'
20740 d_random_r='$d_random_r'
20741 d_readdir64_r='$d_readdir64_r'
20742 d_readdir='$d_readdir'
20743 d_readdir_r='$d_readdir_r'
20744 d_readlink='$d_readlink'
20745 d_readv='$d_readv'
20746 d_recvmsg='$d_recvmsg'
20747 d_rename='$d_rename'
20748 d_rewinddir='$d_rewinddir'
20749 d_rmdir='$d_rmdir'
20750 d_safebcpy='$d_safebcpy'
20751 d_safemcpy='$d_safemcpy'
20752 d_sanemcmp='$d_sanemcmp'
20753 d_sbrkproto='$d_sbrkproto'
20754 d_scalbnl='$d_scalbnl'
20755 d_sched_yield='$d_sched_yield'
20756 d_scm_rights='$d_scm_rights'
20757 d_seekdir='$d_seekdir'
20758 d_select='$d_select'
20759 d_sem='$d_sem'
20760 d_semctl='$d_semctl'
20761 d_semctl_semid_ds='$d_semctl_semid_ds'
20762 d_semctl_semun='$d_semctl_semun'
20763 d_semget='$d_semget'
20764 d_semop='$d_semop'
20765 d_sendmsg='$d_sendmsg'
20766 d_setegid='$d_setegid'
20767 d_seteuid='$d_seteuid'
20768 d_setgrent='$d_setgrent'
20769 d_setgrent_r='$d_setgrent_r'
20770 d_setgrps='$d_setgrps'
20771 d_sethent='$d_sethent'
20772 d_sethostent_r='$d_sethostent_r'
20773 d_setitimer='$d_setitimer'
20774 d_setlinebuf='$d_setlinebuf'
20775 d_setlocale='$d_setlocale'
20776 d_setlocale_r='$d_setlocale_r'
20777 d_setnent='$d_setnent'
20778 d_setnetent_r='$d_setnetent_r'
20779 d_setpent='$d_setpent'
20780 d_setpgid='$d_setpgid'
20781 d_setpgrp2='$d_setpgrp2'
20782 d_setpgrp='$d_setpgrp'
20783 d_setprior='$d_setprior'
20784 d_setproctitle='$d_setproctitle'
20785 d_setprotoent_r='$d_setprotoent_r'
20786 d_setpwent='$d_setpwent'
20787 d_setpwent_r='$d_setpwent_r'
20788 d_setregid='$d_setregid'
20789 d_setresgid='$d_setresgid'
20790 d_setresuid='$d_setresuid'
20791 d_setreuid='$d_setreuid'
20792 d_setrgid='$d_setrgid'
20793 d_setruid='$d_setruid'
20794 d_setsent='$d_setsent'
20795 d_setservent_r='$d_setservent_r'
20796 d_setsid='$d_setsid'
20797 d_setvbuf='$d_setvbuf'
20798 d_sfio='$d_sfio'
20799 d_shm='$d_shm'
20800 d_shmat='$d_shmat'
20801 d_shmatprototype='$d_shmatprototype'
20802 d_shmctl='$d_shmctl'
20803 d_shmdt='$d_shmdt'
20804 d_shmget='$d_shmget'
20805 d_sigaction='$d_sigaction'
20806 d_sigprocmask='$d_sigprocmask'
20807 d_sigsetjmp='$d_sigsetjmp'
20808 d_sockatmark='$d_sockatmark'
20809 d_sockatmarkproto='$d_sockatmarkproto'
20810 d_socket='$d_socket'
20811 d_socklen_t='$d_socklen_t'
20812 d_sockpair='$d_sockpair'
20813 d_socks5_init='$d_socks5_init'
20814 d_sqrtl='$d_sqrtl'
20815 d_srand48_r='$d_srand48_r'
20816 d_srandom_r='$d_srandom_r'
20817 d_sresgproto='$d_sresgproto'
20818 d_sresuproto='$d_sresuproto'
20819 d_statblks='$d_statblks'
20820 d_statfs_f_flags='$d_statfs_f_flags'
20821 d_statfs_s='$d_statfs_s'
20822 d_statvfs='$d_statvfs'
20823 d_stdio_cnt_lval='$d_stdio_cnt_lval'
20824 d_stdio_ptr_lval='$d_stdio_ptr_lval'
20825 d_stdio_ptr_lval_nochange_cnt='$d_stdio_ptr_lval_nochange_cnt'
20826 d_stdio_ptr_lval_sets_cnt='$d_stdio_ptr_lval_sets_cnt'
20827 d_stdio_stream_array='$d_stdio_stream_array'
20828 d_stdiobase='$d_stdiobase'
20829 d_stdstdio='$d_stdstdio'
20830 d_strchr='$d_strchr'
20831 d_strcoll='$d_strcoll'
20832 d_strctcpy='$d_strctcpy'
20833 d_strerrm='$d_strerrm'
20834 d_strerror='$d_strerror'
20835 d_strerror_r='$d_strerror_r'
20836 d_strftime='$d_strftime'
20837 d_strtod='$d_strtod'
20838 d_strtol='$d_strtol'
20839 d_strtold='$d_strtold'
20840 d_strtoll='$d_strtoll'
20841 d_strtoq='$d_strtoq'
20842 d_strtoul='$d_strtoul'
20843 d_strtoull='$d_strtoull'
20844 d_strtouq='$d_strtouq'
20845 d_strxfrm='$d_strxfrm'
20846 d_suidsafe='$d_suidsafe'
20847 d_symlink='$d_symlink'
20848 d_syscall='$d_syscall'
20849 d_syscallproto='$d_syscallproto'
20850 d_sysconf='$d_sysconf'
20851 d_sysernlst='$d_sysernlst'
20852 d_syserrlst='$d_syserrlst'
20853 d_system='$d_system'
20854 d_tcgetpgrp='$d_tcgetpgrp'
20855 d_tcsetpgrp='$d_tcsetpgrp'
20856 d_telldir='$d_telldir'
20857 d_telldirproto='$d_telldirproto'
20858 d_time='$d_time'
20859 d_times='$d_times'
20860 d_tm_tm_gmtoff='$d_tm_tm_gmtoff'
20861 d_tm_tm_zone='$d_tm_tm_zone'
20862 d_tmpnam_r='$d_tmpnam_r'
20863 d_truncate='$d_truncate'
20864 d_ttyname_r='$d_ttyname_r'
20865 d_tzname='$d_tzname'
20866 d_u32align='$d_u32align'
20867 d_ualarm='$d_ualarm'
20868 d_umask='$d_umask'
20869 d_uname='$d_uname'
20870 d_union_semun='$d_union_semun'
20871 d_unordered='$d_unordered'
20872 d_usleep='$d_usleep'
20873 d_usleepproto='$d_usleepproto'
20874 d_ustat='$d_ustat'
20875 d_vendorarch='$d_vendorarch'
20876 d_vendorbin='$d_vendorbin'
20877 d_vendorlib='$d_vendorlib'
20878 d_vendorscript='$d_vendorscript'
20879 d_vfork='$d_vfork'
20880 d_void_closedir='$d_void_closedir'
20881 d_voidsig='$d_voidsig'
20882 d_voidtty='$d_voidtty'
20883 d_volatile='$d_volatile'
20884 d_vprintf='$d_vprintf'
20885 d_wait4='$d_wait4'
20886 d_waitpid='$d_waitpid'
20887 d_wcstombs='$d_wcstombs'
20888 d_wctomb='$d_wctomb'
20889 d_writev='$d_writev'
20890 d_xenix='$d_xenix'
20891 date='$date'
20892 db_hashtype='$db_hashtype'
20893 db_prefixtype='$db_prefixtype'
20894 db_version_major='$db_version_major'
20895 db_version_minor='$db_version_minor'
20896 db_version_patch='$db_version_patch'
20897 defvoidused='$defvoidused'
20898 direntrytype='$direntrytype'
20899 dlext='$dlext'
20900 dlsrc='$dlsrc'
20901 doublesize='$doublesize'
20902 drand01='$drand01'
20903 drand48_r_proto='$drand48_r_proto'
20904 dynamic_ext='$dynamic_ext'
20905 eagain='$eagain'
20906 ebcdic='$ebcdic'
20907 echo='$echo'
20908 egrep='$egrep'
20909 emacs='$emacs'
20910 endgrent_r_proto='$endgrent_r_proto'
20911 endhostent_r_proto='$endhostent_r_proto'
20912 endnetent_r_proto='$endnetent_r_proto'
20913 endprotoent_r_proto='$endprotoent_r_proto'
20914 endpwent_r_proto='$endpwent_r_proto'
20915 endservent_r_proto='$endservent_r_proto'
20916 eunicefix='$eunicefix'
20917 exe_ext='$exe_ext'
20918 expr='$expr'
20919 extensions='$extensions'
20920 extras='$extras'
20921 fflushNULL='$fflushNULL'
20922 fflushall='$fflushall'
20923 find='$find'
20924 firstmakefile='$firstmakefile'
20925 flex='$flex'
20926 fpossize='$fpossize'
20927 fpostype='$fpostype'
20928 freetype='$freetype'
20929 from='$from'
20930 full_ar='$full_ar'
20931 full_csh='$full_csh'
20932 full_sed='$full_sed'
20933 gccansipedantic='$gccansipedantic'
20934 gccosandvers='$gccosandvers'
20935 gccversion='$gccversion'
20936 getgrent_r_proto='$getgrent_r_proto'
20937 getgrgid_r_proto='$getgrgid_r_proto'
20938 getgrnam_r_proto='$getgrnam_r_proto'
20939 gethostbyaddr_r_proto='$gethostbyaddr_r_proto'
20940 gethostbyname_r_proto='$gethostbyname_r_proto'
20941 gethostent_r_proto='$gethostent_r_proto'
20942 getlogin_r_proto='$getlogin_r_proto'
20943 getnetbyaddr_r_proto='$getnetbyaddr_r_proto'
20944 getnetbyname_r_proto='$getnetbyname_r_proto'
20945 getnetent_r_proto='$getnetent_r_proto'
20946 getprotobyname_r_proto='$getprotobyname_r_proto'
20947 getprotobynumber_r_proto='$getprotobynumber_r_proto'
20948 getprotoent_r_proto='$getprotoent_r_proto'
20949 getpwent_r_proto='$getpwent_r_proto'
20950 getpwnam_r_proto='$getpwnam_r_proto'
20951 getpwuid_r_proto='$getpwuid_r_proto'
20952 getservbyname_r_proto='$getservbyname_r_proto'
20953 getservbyport_r_proto='$getservbyport_r_proto'
20954 getservent_r_proto='$getservent_r_proto'
20955 getspnam_r_proto='$getspnam_r_proto'
20956 gidformat='$gidformat'
20957 gidsign='$gidsign'
20958 gidsize='$gidsize'
20959 gidtype='$gidtype'
20960 glibpth='$glibpth'
20961 gmake='$gmake'
20962 gmtime_r_proto='$gmtime_r_proto'
20963 gnulibc_version='$gnulibc_version'
20964 grep='$grep'
20965 groupcat='$groupcat'
20966 groupstype='$groupstype'
20967 gzip='$gzip'
20968 h_fcntl='$h_fcntl'
20969 h_sysfile='$h_sysfile'
20970 hint='$hint'
20971 hostcat='$hostcat'
20972 html1dir='$html1dir'
20973 html1direxp='$html1direxp'
20974 html3dir='$html3dir'
20975 html3direxp='$html3direxp'
20976 i16size='$i16size'
20977 i16type='$i16type'
20978 i32size='$i32size'
20979 i32type='$i32type'
20980 i64size='$i64size'
20981 i64type='$i64type'
20982 i8size='$i8size'
20983 i8type='$i8type'
20984 i_arpainet='$i_arpainet'
20985 i_bsdioctl='$i_bsdioctl'
20986 i_crypt='$i_crypt'
20987 i_db='$i_db'
20988 i_dbm='$i_dbm'
20989 i_dirent='$i_dirent'
20990 i_dld='$i_dld'
20991 i_dlfcn='$i_dlfcn'
20992 i_fcntl='$i_fcntl'
20993 i_float='$i_float'
20994 i_fp='$i_fp'
20995 i_fp_class='$i_fp_class'
20996 i_gdbm='$i_gdbm'
20997 i_grp='$i_grp'
20998 i_ieeefp='$i_ieeefp'
20999 i_inttypes='$i_inttypes'
21000 i_langinfo='$i_langinfo'
21001 i_libutil='$i_libutil'
21002 i_limits='$i_limits'
21003 i_locale='$i_locale'
21004 i_machcthr='$i_machcthr'
21005 i_malloc='$i_malloc'
21006 i_math='$i_math'
21007 i_memory='$i_memory'
21008 i_mntent='$i_mntent'
21009 i_ndbm='$i_ndbm'
21010 i_netdb='$i_netdb'
21011 i_neterrno='$i_neterrno'
21012 i_netinettcp='$i_netinettcp'
21013 i_niin='$i_niin'
21014 i_poll='$i_poll'
21015 i_prot='$i_prot'
21016 i_pthread='$i_pthread'
21017 i_pwd='$i_pwd'
21018 i_rpcsvcdbm='$i_rpcsvcdbm'
21019 i_sfio='$i_sfio'
21020 i_sgtty='$i_sgtty'
21021 i_shadow='$i_shadow'
21022 i_socks='$i_socks'
21023 i_stdarg='$i_stdarg'
21024 i_stddef='$i_stddef'
21025 i_stdlib='$i_stdlib'
21026 i_string='$i_string'
21027 i_sunmath='$i_sunmath'
21028 i_sysaccess='$i_sysaccess'
21029 i_sysdir='$i_sysdir'
21030 i_sysfile='$i_sysfile'
21031 i_sysfilio='$i_sysfilio'
21032 i_sysin='$i_sysin'
21033 i_sysioctl='$i_sysioctl'
21034 i_syslog='$i_syslog'
21035 i_sysmman='$i_sysmman'
21036 i_sysmode='$i_sysmode'
21037 i_sysmount='$i_sysmount'
21038 i_sysndir='$i_sysndir'
21039 i_sysparam='$i_sysparam'
21040 i_sysresrc='$i_sysresrc'
21041 i_syssecrt='$i_syssecrt'
21042 i_sysselct='$i_sysselct'
21043 i_syssockio='$i_syssockio'
21044 i_sysstat='$i_sysstat'
21045 i_sysstatfs='$i_sysstatfs'
21046 i_sysstatvfs='$i_sysstatvfs'
21047 i_systime='$i_systime'
21048 i_systimek='$i_systimek'
21049 i_systimes='$i_systimes'
21050 i_systypes='$i_systypes'
21051 i_sysuio='$i_sysuio'
21052 i_sysun='$i_sysun'
21053 i_sysutsname='$i_sysutsname'
21054 i_sysvfs='$i_sysvfs'
21055 i_syswait='$i_syswait'
21056 i_termio='$i_termio'
21057 i_termios='$i_termios'
21058 i_time='$i_time'
21059 i_unistd='$i_unistd'
21060 i_ustat='$i_ustat'
21061 i_utime='$i_utime'
21062 i_values='$i_values'
21063 i_varargs='$i_varargs'
21064 i_varhdr='$i_varhdr'
21065 i_vfork='$i_vfork'
21066 ignore_versioned_solibs='$ignore_versioned_solibs'
21067 inc_version_list='$inc_version_list'
21068 inc_version_list_init='$inc_version_list_init'
21069 incpath='$incpath'
21070 inews='$inews'
21071 installarchlib='$installarchlib'
21072 installbin='$installbin'
21073 installhtml1dir='$installhtml1dir'
21074 installhtml3dir='$installhtml3dir'
21075 installman1dir='$installman1dir'
21076 installman3dir='$installman3dir'
21077 installprefix='$installprefix'
21078 installprefixexp='$installprefixexp'
21079 installprivlib='$installprivlib'
21080 installscript='$installscript'
21081 installsitearch='$installsitearch'
21082 installsitebin='$installsitebin'
21083 installsitehtml1='$installsitehtml1'
21084 installsitehtml3='$installsitehtml3'
21085 installsitelib='$installsitelib'
21086 installsiteman1='$installsiteman1'
21087 installsiteman3='$installsiteman3'
21088 installsitescript='$installsitescript'
21089 installstyle='$installstyle'
21090 installusrbinperl='$installusrbinperl'
21091 installvendorarch='$installvendorarch'
21092 installvendorbin='$installvendorbin'
21093 installvendorhtml1='$installvendorhtml1'
21094 installvendorhtml3='$installvendorhtml3'
21095 installvendorlib='$installvendorlib'
21096 installvendorman1='$installvendorman1'
21097 installvendorman3='$installvendorman3'
21098 installvendorscript='$installvendorscript'
21099 intsize='$intsize'
21100 issymlink='$issymlink'
21101 ivdformat='$ivdformat'
21102 ivsize='$ivsize'
21103 ivtype='$ivtype'
21104 known_extensions='$known_extensions'
21105 ksh='$ksh'
21106 ld='$ld'
21107 lddlflags='$lddlflags'
21108 ldflags='$ldflags'
21109 ldflags_uselargefiles='$ldflags_uselargefiles'
21110 ldlibpthname='$ldlibpthname'
21111 less='$less'
21112 lib_ext='$lib_ext'
21113 libc='$libc'
21114 libperl='$libperl'
21115 libpth='$libpth'
21116 libs='$libs'
21117 libsdirs='$libsdirs'
21118 libsfiles='$libsfiles'
21119 libsfound='$libsfound'
21120 libspath='$libspath'
21121 libswanted='$libswanted'
21122 libswanted_uselargefiles='$libswanted_uselargefiles'
21123 line='$line'
21124 lint='$lint'
21125 lkflags='$lkflags'
21126 ln='$ln'
21127 lns='$lns'
21128 localtime_r_proto='$localtime_r_proto'
21129 locincpth='$locincpth'
21130 loclibpth='$loclibpth'
21131 longdblsize='$longdblsize'
21132 longlongsize='$longlongsize'
21133 longsize='$longsize'
21134 lp='$lp'
21135 lpr='$lpr'
21136 ls='$ls'
21137 lseeksize='$lseeksize'
21138 lseektype='$lseektype'
21139 mail='$mail'
21140 mailx='$mailx'
21141 make='$make'
21142 make_set_make='$make_set_make'
21143 mallocobj='$mallocobj'
21144 mallocsrc='$mallocsrc'
21145 malloctype='$malloctype'
21146 man1dir='$man1dir'
21147 man1direxp='$man1direxp'
21148 man1ext='$man1ext'
21149 man3dir='$man3dir'
21150 man3direxp='$man3direxp'
21151 man3ext='$man3ext'
21152 mips_type='$mips_type'
21153 mkdir='$mkdir'
21154 mmaptype='$mmaptype'
21155 modetype='$modetype'
21156 more='$more'
21157 multiarch='$multiarch'
21158 mv='$mv'
21159 myarchname='$myarchname'
21160 mydomain='$mydomain'
21161 myhostname='$myhostname'
21162 myuname='$myuname'
21163 n='$n'
21164 need_va_copy='$need_va_copy'
21165 netdb_hlen_type='$netdb_hlen_type'
21166 netdb_host_type='$netdb_host_type'
21167 netdb_name_type='$netdb_name_type'
21168 netdb_net_type='$netdb_net_type'
21169 nm='$nm'
21170 nm_opt='$nm_opt'
21171 nm_so_opt='$nm_so_opt'
21172 nonxs_ext='$nonxs_ext'
21173 nroff='$nroff'
21174 nvEUformat='$nvEUformat'
21175 nvFUformat='$nvFUformat'
21176 nvGUformat='$nvGUformat'
21177 nv_preserves_uv_bits='$nv_preserves_uv_bits'
21178 nveformat='$nveformat'
21179 nvfformat='$nvfformat'
21180 nvgformat='$nvgformat'
21181 nvsize='$nvsize'
21182 nvtype='$nvtype'
21183 o_nonblock='$o_nonblock'
21184 obj_ext='$obj_ext'
21185 old_pthread_create_joinable='$old_pthread_create_joinable'
21186 optimize='$optimize'
21187 orderlib='$orderlib'
21188 osname='$osname'
21189 osvers='$osvers'
21190 otherlibdirs='$otherlibdirs'
21191 package='$package'
21192 pager='$pager'
21193 passcat='$passcat'
21194 patchlevel='$patchlevel'
21195 path_sep='$path_sep'
21196 perl5='$perl5'
21197 perl='$perl'
21198 perl_patchlevel='$perl_patchlevel'
21199 perladmin='$perladmin'
21200 perllibs='$perllibs'
21201 perlpath='$perlpath'
21202 pg='$pg'
21203 phostname='$phostname'
21204 pidtype='$pidtype'
21205 plibpth='$plibpth'
21206 pm_apiversion='$pm_apiversion'
21207 pmake='$pmake'
21208 pr='$pr'
21209 prefix='$prefix'
21210 prefixexp='$prefixexp'
21211 privlib='$privlib'
21212 privlibexp='$privlibexp'
21213 procselfexe='$procselfexe'
21214 prototype='$prototype'
21215 ptrsize='$ptrsize'
21216 quadkind='$quadkind'
21217 quadtype='$quadtype'
21218 randbits='$randbits'
21219 randfunc='$randfunc'
21220 random_r_proto='$random_r_proto'
21221 randseedtype='$randseedtype'
21222 ranlib='$ranlib'
21223 rd_nodata='$rd_nodata'
21224 readdir64_r_proto='$readdir64_r_proto'
21225 readdir_r_proto='$readdir_r_proto'
21226 revision='$revision'
21227 rm='$rm'
21228 rmail='$rmail'
21229 run='$run'
21230 runnm='$runnm'
21231 sPRIEUldbl='$sPRIEUldbl'
21232 sPRIFUldbl='$sPRIFUldbl'
21233 sPRIGUldbl='$sPRIGUldbl'
21234 sPRIXU64='$sPRIXU64'
21235 sPRId64='$sPRId64'
21236 sPRIeldbl='$sPRIeldbl'
21237 sPRIfldbl='$sPRIfldbl'
21238 sPRIgldbl='$sPRIgldbl'
21239 sPRIi64='$sPRIi64'
21240 sPRIo64='$sPRIo64'
21241 sPRIu64='$sPRIu64'
21242 sPRIx64='$sPRIx64'
21243 sSCNfldbl='$sSCNfldbl'
21244 sched_yield='$sched_yield'
21245 scriptdir='$scriptdir'
21246 scriptdirexp='$scriptdirexp'
21247 sed='$sed'
21248 seedfunc='$seedfunc'
21249 selectminbits='$selectminbits'
21250 selecttype='$selecttype'
21251 sendmail='$sendmail'
21252 setgrent_r_proto='$setgrent_r_proto'
21253 sethostent_r_proto='$sethostent_r_proto'
21254 setlocale_r_proto='$setlocale_r_proto'
21255 setnetent_r_proto='$setnetent_r_proto'
21256 setprotoent_r_proto='$setprotoent_r_proto'
21257 setpwent_r_proto='$setpwent_r_proto'
21258 setservent_r_proto='$setservent_r_proto'
21259 sh='$sh'
21260 shar='$shar'
21261 sharpbang='$sharpbang'
21262 shmattype='$shmattype'
21263 shortsize='$shortsize'
21264 shrpenv='$shrpenv'
21265 shsharp='$shsharp'
21266 sig_count='$sig_count'
21267 sig_name='$sig_name'
21268 sig_name_init='$sig_name_init'
21269 sig_num='$sig_num'
21270 sig_num_init='$sig_num_init'
21271 sig_size='$sig_size'
21272 signal_t='$signal_t'
21273 sitearch='$sitearch'
21274 sitearchexp='$sitearchexp'
21275 sitebin='$sitebin'
21276 sitebinexp='$sitebinexp'
21277 sitehtml1='$sitehtml1'
21278 sitehtml1exp='$sitehtml1exp'
21279 sitehtml3='$sitehtml3'
21280 sitehtml3exp='$sitehtml3exp'
21281 sitelib='$sitelib'
21282 sitelib_stem='$sitelib_stem'
21283 sitelibexp='$sitelibexp'
21284 siteman1='$siteman1'
21285 siteman1exp='$siteman1exp'
21286 siteman3='$siteman3'
21287 siteman3exp='$siteman3exp'
21288 siteprefix='$siteprefix'
21289 siteprefixexp='$siteprefixexp'
21290 sitescript='$sitescript'
21291 sitescriptexp='$sitescriptexp'
21292 sizesize='$sizesize'
21293 sizetype='$sizetype'
21294 sleep='$sleep'
21295 smail='$smail'
21296 so='$so'
21297 sockethdr='$sockethdr'
21298 socketlib='$socketlib'
21299 socksizetype='$socksizetype'
21300 sort='$sort'
21301 spackage='$spackage'
21302 spitshell='$spitshell'
21303 srand48_r_proto='$srand48_r_proto'
21304 srandom_r_proto='$srandom_r_proto'
21305 src='$src'
21306 ssizetype='$ssizetype'
21307 startperl='$startperl'
21308 startsh='$startsh'
21309 static_ext='$static_ext'
21310 stdchar='$stdchar'
21311 stdio_base='$stdio_base'
21312 stdio_bufsiz='$stdio_bufsiz'
21313 stdio_cnt='$stdio_cnt'
21314 stdio_filbuf='$stdio_filbuf'
21315 stdio_ptr='$stdio_ptr'
21316 stdio_stream_array='$stdio_stream_array'
21317 strerror_r_proto='$strerror_r_proto'
21318 strings='$strings'
21319 submit='$submit'
21320 subversion='$subversion'
21321 sysman='$sysman'
21322 tail='$tail'
21323 tar='$tar'
21324 targetarch='$targetarch'
21325 tbl='$tbl'
21326 tee='$tee'
21327 test='$test'
21328 timeincl='$timeincl'
21329 timetype='$timetype'
21330 tmpnam_r_proto='$tmpnam_r_proto'
21331 to='$to'
21332 touch='$touch'
21333 tr='$tr'
21334 trnl='$trnl'
21335 troff='$troff'
21336 ttyname_r_proto='$ttyname_r_proto'
21337 u16size='$u16size'
21338 u16type='$u16type'
21339 u32size='$u32size'
21340 u32type='$u32type'
21341 u64size='$u64size'
21342 u64type='$u64type'
21343 u8size='$u8size'
21344 u8type='$u8type'
21345 uidformat='$uidformat'
21346 uidsign='$uidsign'
21347 uidsize='$uidsize'
21348 uidtype='$uidtype'
21349 uname='$uname'
21350 uniq='$uniq'
21351 uquadtype='$uquadtype'
21352 use5005threads='$use5005threads'
21353 use64bitall='$use64bitall'
21354 use64bitint='$use64bitint'
21355 usecrosscompile='$usecrosscompile'
21356 usedl='$usedl'
21357 usefaststdio='$usefaststdio'
21358 useithreads='$useithreads'
21359 uselargefiles='$uselargefiles'
21360 uselongdouble='$uselongdouble'
21361 usemorebits='$usemorebits'
21362 usemultiplicity='$usemultiplicity'
21363 usemymalloc='$usemymalloc'
21364 usenm='$usenm'
21365 useopcode='$useopcode'
21366 useperlio='$useperlio'
21367 useposix='$useposix'
21368 usereentrant='$usereentrant'
21369 usesfio='$usesfio'
21370 useshrplib='$useshrplib'
21371 usesocks='$usesocks'
21372 usethreads='$usethreads'
21373 usevendorprefix='$usevendorprefix'
21374 usevfork='$usevfork'
21375 usrinc='$usrinc'
21376 uuname='$uuname'
21377 uvXUformat='$uvXUformat'
21378 uvoformat='$uvoformat'
21379 uvsize='$uvsize'
21380 uvtype='$uvtype'
21381 uvuformat='$uvuformat'
21382 uvxformat='$uvxformat'
21383 vendorarch='$vendorarch'
21384 vendorarchexp='$vendorarchexp'
21385 vendorbin='$vendorbin'
21386 vendorbinexp='$vendorbinexp'
21387 vendorhtml1='$vendorhtml1'
21388 vendorhtml1exp='$vendorhtml1exp'
21389 vendorhtml3='$vendorhtml3'
21390 vendorhtml3exp='$vendorhtml3exp'
21391 vendorlib='$vendorlib'
21392 vendorlib_stem='$vendorlib_stem'
21393 vendorlibexp='$vendorlibexp'
21394 vendorman1='$vendorman1'
21395 vendorman1exp='$vendorman1exp'
21396 vendorman3='$vendorman3'
21397 vendorman3exp='$vendorman3exp'
21398 vendorprefix='$vendorprefix'
21399 vendorprefixexp='$vendorprefixexp'
21400 vendorscript='$vendorscript'
21401 vendorscriptexp='$vendorscriptexp'
21402 version='$version'
21403 version_patchlevel_string='$version_patchlevel_string'
21404 versiononly='$versiononly'
21405 vi='$vi'
21406 voidflags='$voidflags'
21407 xlibpth='$xlibpth'
21408 xs_apiversion='$xs_apiversion'
21409 yacc='$yacc'
21410 yaccflags='$yaccflags'
21411 zcat='$zcat'
21412 zip='$zip'
21413 EOT
21414
21415 : Add in command line options if available
21416 $test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
21417
21418 : add special variables
21419 $test -f $src/patchlevel.h && \
21420 awk '/^#define[         ]+PERL_/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
21421 echo "PERL_PATCHLEVEL=$perl_patchlevel" >>config.sh
21422 echo "PERL_CONFIG_SH=true" >>config.sh
21423
21424 : propagate old symbols
21425 if $test -f UU/config.sh; then
21426         <UU/config.sh $sort | $uniq >UU/oldconfig.sh
21427         sed -n 's/^\([a-zA-Z_0-9]*\)=.*/\1/p' config.sh config.sh UU/oldconfig.sh |\
21428         $sort | $uniq -u >UU/oldsyms
21429         set X `cat UU/oldsyms`
21430         shift
21431         case $# in
21432         0) ;;
21433         *)
21434                 cat <<EOM
21435 Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
21436 EOM
21437                 echo "# Variables propagated from previous config.sh file." >>config.sh
21438                 for sym in `cat UU/oldsyms`; do
21439                         echo "    Propagating $hint variable "'$'"$sym..."
21440                         eval 'tmp="$'"${sym}"'"'
21441                         echo "$tmp" | \
21442                                 sed -e "s/'/'\"'\"'/g" -e "s/^/$sym='/" -e "s/$/'/" >>config.sh
21443                 done
21444                 ;;
21445         esac
21446 fi
21447
21448 : Finish up by extracting the .SH files
21449 case "$alldone" in
21450 exit)
21451         $rm -rf UU
21452         echo "Extraction done."
21453         exit 0
21454         ;;
21455 cont)
21456         ;;
21457 '')
21458         dflt=''
21459         nostick=true
21460         $cat <<EOM
21461
21462 If you'd like to make any changes to the config.sh file before I begin
21463 to configure things, do it as a shell escape now (e.g. !vi config.sh).
21464
21465 EOM
21466         rp="Press return or use a shell escape to edit config.sh:"
21467         . UU/myread
21468         nostick=''
21469         case "$ans" in
21470         '') ;;
21471         *) : in case they cannot read
21472                 sh 1>&4 -c "$ans";;
21473         esac
21474         ;;
21475 esac
21476
21477 : if this fails, just run all the .SH files by hand
21478 . ./config.sh
21479
21480 echo " "
21481 exec 1>&4
21482 pwd=`pwd`
21483 . ./UU/extract
21484 cd "$pwd"
21485
21486 if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
21487         dflt=y
21488         case "$silent" in
21489         true) ;;
21490         *)
21491                 $cat <<EOM
21492
21493 Now you need to generate make dependencies by running "$make depend".
21494 You might prefer to run it in background: "$make depend > makedepend.out &"
21495 It can take a while, so you might not want to run it right now.
21496
21497 EOM
21498                 ;;
21499         esac
21500         rp="Run $make depend now?"
21501         . UU/myread
21502         case "$ans" in
21503         y*)
21504                 $make depend && echo "Now you must run '$make'."
21505                 ;;
21506         *)
21507                 echo "You must run '$make depend' then '$make'."
21508                 ;;
21509         esac
21510 elif test -f [Mm]akefile; then
21511         echo " "
21512         echo "Now you must run a $make."
21513 else
21514         echo "Configure done."
21515 fi
21516
21517 if $test -f Policy.sh; then
21518     $cat <<EOM
21519
21520 If you compile $package on a different machine or from a different object
21521 directory, copy the Policy.sh file from this object directory to the
21522 new one before you run Configure -- this will help you with most of
21523 the policy defaults.
21524
21525 EOM
21526 fi
21527 if $test -f config.msg; then
21528     echo "Hmm.  I also noted the following information while running:"
21529     echo " "
21530     $cat config.msg >&4
21531     $rm -f config.msg
21532 fi
21533 $rm -f kit*isdone ark*isdone
21534 $rm -rf UU
21535
21536 : End of Configure
21537