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.
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.)
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.
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.)
21 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
23 # Generated on Mon Jun 4 18:28:57 EET DST 2001 [metaconfig 3.0 PL70]
24 # (with additional metaconfig patches by perlbug@perl.org)
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. :-)
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.)
35 [End of diatribe. We now return you to your regularly scheduled programming...]
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...
44 true || exec sh $0 $argv:q
46 (exit $?0) || cat c2$$
47 (exit $?0) || exec sh $0 $argv:q
50 : compute my invocation name
54 me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
59 : Proper separator for the PATH environment variable
61 : On OS/2 this directory should exist if this is not floppy only system :-]
62 if test -d c:/. ; then
63 if test -n "$OS2_SHELL"; then
65 PATH=`cmd /c "echo %PATH%" | tr '\\\\' / `
66 OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
67 elif test -n "$DJGPP"; then
73 paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
74 paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
75 paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
76 paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
77 paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
78 paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /usr/ccs/bin"
79 paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
80 paths="$paths /sbin /usr/sbin /usr/libexec"
86 *) test -d $p && PATH=$PATH$p_$p ;;
93 : shall we be using ksh?
99 if (PATH=.; alias -x) >/dev/null 2>&1; then
102 if test -f /hp-ux -a -f /bin/ksh; then
103 needksh='to avoid sh bug in "here document" expansion'
105 if test -d /usr/lpp -a -f /usr/bin/bsh -a -f /usr/bin/uname; then
106 if test X`/usr/bin/uname -v` = X4; then
107 avoidksh="to avoid AIX 4's /bin/sh"
111 if test -f /osf_boot -a -f /usr/sbin/setld; then
112 if test X`/usr/bin/uname -s` = XOSF1; then
113 avoidksh="to avoid Digital UNIX' ksh"
115 unset BIN_SH # if this is 'xpg4' sh will start up ksh
118 case "$inksh/$needksh" in
125 case "$inksh/$avoidksh" in
131 case "$inksh/$needksh-$avoidksh-" in
134 (I see you are using the Korn shell. Some ksh's blow up on $me,
135 mainly on older exotic systems. If yours does, try the Bourne shell instead.)
141 echo "(Feeding myself to $newsh $reason.)"
143 Configure|*/Configure) exec $newsh $0 "$@";;
144 *) exec $newsh Configure "$@";;
149 : if needed set CDPATH to a harmless value that is not chatty
150 : avoid bash 2.02 problems with empty CDPATH.
154 *bash*) CDPATH='.' ;;
159 : Configure runs within the UU subdirectory
160 test -d UU || mkdir UU
471 d_old_pthread_create_joinable=''
472 old_pthread_create_joinable=''
560 d_stdio_ptr_lval_nochange_cnt=''
561 d_stdio_ptr_lval_sets_cnt=''
743 inc_version_list_init=''
762 ignore_versioned_solibs=''
821 d_perl_otherlibdirs=''
839 d_nv_preserves_uv_bits=''
938 d_stdio_stream_array=''
939 stdio_stream_array=''
949 ccflags_uselargefiles=''
950 ldflags_uselargefiles=''
951 libswanted_uselargefiles=''
996 smallmach='pdp11 i8086 z8000 i80286 iAPX286'
999 : We must find out about Eunice early
1001 if test -f /etc/unixtovms; then
1002 eunicefix=/etc/unixtovms
1004 if test -f /etc/unixtovms.exe; then
1005 eunicefix=/etc/unixtovms.exe
1012 : set useposix=false in your hint file to disable the POSIX extension.
1014 : set useopcode=false in your hint file to disable the Opcode extension.
1016 : Trailing extension. Override this in a hint file, if needed.
1018 : Extra object files, if any, needed on this platform.
1021 : Possible local include directories to search.
1022 : Set locincpth to "" in a hint file to defeat local include searches.
1023 locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
1024 locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
1026 : no include file wanted by default
1030 : change the next line if compiling for Xenix/286 on Xenix/386
1031 xlibpth='/usr/lib/386 /lib/386'
1032 : Possible local library directories to search.
1033 loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
1034 loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
1036 : general looking path for locating libraries
1037 glibpth="/lib /usr/lib $xlibpth"
1038 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
1039 test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
1040 test -f /shlib/libc.so && glibpth="/shlib $glibpth"
1042 : Private path used by Configure to find libraries. Its value
1043 : is prepended to libpth. This variable takes care of special
1044 : machines, like the mips. Usually, it should be empty.
1047 : default library list
1049 : some systems want to use only the non-versioned libso:s
1050 ignore_versioned_solibs=''
1052 ccflags_uselargefiles=''
1053 ldflags_uselargefiles=''
1054 libswanted_uselargefiles=''
1055 : set usemultiplicity on the Configure command line to enable multiplicity.
1056 : set usesocks on the Configure command line to enable socks.
1057 : set usethreads on the Configure command line to enable threads.
1058 : full support for void wanted by default
1061 : List of libraries we want.
1062 : If anyone needs -lnet, put it in a hint file.
1063 libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl'
1064 libswanted="$libswanted dld ld sun m c cposix posix"
1065 libswanted="$libswanted ndir dir crypt sec"
1066 libswanted="$libswanted ucb bsd BSD PW x iconv util"
1067 : We probably want to search /usr/shlib before most other libraries.
1068 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
1069 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
1070 glibpth="/usr/shlib $glibpth"
1071 : Do not use vfork unless overridden by a hint file.
1074 : Find the basic shell for Bourne shell scripts
1078 *bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;
1081 if test -f "$xxx"; then
1084 : Build up a list and do a single loop so we can 'break' out.
1085 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1086 for xxx in sh bash ksh pdksh ash; do
1088 try="$try ${p}/${xxx}"
1092 if test -f "$xxx"; then
1095 elif test -f "$xxx.exe"; then
1106 $me: Fatal Error: I can't find a Bourne Shell anywhere.
1108 Usually it's in /bin/sh. How did you even get this far?
1109 Please contact me (Perl Maintainers) at perlbug@perl.org and
1110 we'll try to straighten this all out.
1116 : see if sh knows # comments
1117 if `$sh -c '#' >/dev/null 2>&1`; then
1121 test -f $xcat || xcat=/usr/bin/cat
1126 if test -s today; then
1129 echo "#! $xcat" > try
1133 if test -s today; then
1141 echo "Your $sh doesn't grok # comments--I will strip them later on."
1144 echo "exec grep -v '^[ ]*#'" >spitshell
1146 $eunicefix spitshell
1147 spitshell=`pwd`/spitshell
1149 echo "I presume that if # doesn't work, #! won't work either!"
1154 : figure out how to guarantee sh startup
1156 '') startsh=${sharpbang}${sh} ;;
1168 : echo "Yup, it does."
1170 echo "Hmm... '$startsh' does not guarantee sh startup..."
1171 echo "You may have to fix up the shell scripts to make sure $sh runs them."
1176 : Save command line options in file UU/cmdline.opt for later use in
1177 : generating config.sh.
1178 cat > cmdline.opt <<EOSH
1179 # Configure command line arguments.
1186 cat >>cmdline.opt <<EOSH
1187 config_arg$argn='$arg'
1189 argn=`expr $argn + 1`
1192 : produce awk script to parse command line options
1193 cat >options.awk <<'EOF'
1195 optstr = "A:dD:eEf:hKOrsSU:V"; # getopt-style specification
1197 len = length(optstr);
1198 for (i = 1; i <= len; i++) {
1199 c = substr(optstr, i, 1);
1200 if (i < len) a = substr(optstr, i + 1, 1); else a = "";
1211 if (substr(str, 1, 1) != "-") {
1212 printf("'%s'\n", str);
1216 for (i = 2; i <= len; i++) {
1217 c = substr(str, i, 1);
1219 printf("-%s\n", substr(str, i));
1225 printf("'%s'\n", substr(str, i + 1));
1238 : process the command line options
1239 set X `for arg in "$@"; do echo "X$arg"; done |
1240 sed -e s/X// | awk -f options.awk`
1245 : set up default values
1255 rm -f optdef.sh posthint.sh
1256 cat >optdef.sh <<EOS
1262 while test $# -gt 0; do
1264 -d) shift; fastread=yes;;
1265 -e) shift; alldone=cont;;
1269 if test -r "$1"; then
1272 echo "$me: cannot read config file $1." >&2
1277 -h) shift; error=true;;
1278 -r) shift; reuseval=true;;
1279 -s) shift; silent=true; realsilent=true;;
1280 -E) shift; alldone=exit;;
1281 -K) shift; knowitall=true;;
1282 -O) shift; override=true;;
1283 -S) shift; silent=true; extractsh=true;;
1288 echo "$me: use '-U symbol=', not '-D symbol='." >&2
1289 echo "$me: ignoring -D $1" >&2
1292 sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;;
1293 *) echo "$1='define'" >> optdef.sh;;
1300 *=) echo "$1" >> optdef.sh;;
1302 echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2
1303 echo "$me: ignoring -U $1" >&2
1305 *) echo "$1='undef'" >> optdef.sh;;
1316 *=*) zzz=`echo $yyy|sed 's!=.*!!'`
1320 zzz=" "`echo $yyy|sed 's!^[^=]*=!!'`
1321 yyy=`echo $yyy|sed 's!=.*!!'` ;;
1327 *:*) xxx=`echo $yyy|sed 's!:.*!!'`
1328 yyy=`echo $yyy|sed 's!^[^:]*:!!'`
1329 zzz=`echo $yyy|sed 's!^[^=]*=!!'`
1330 yyy=`echo $yyy|sed 's!=.*!!'` ;;
1331 *) xxx=`echo $yyy|sed 's!:.*!!'`
1332 yyy=`echo $yyy|sed 's!^[^:]*:!!'` ;;
1338 echo "$yyy=\"\${$yyy}$zzz\"" >> posthint.sh ;;
1340 echo "$yyy=''" >> posthint.sh ;;
1345 echo "$yyy='$zzz'" >> posthint.sh ;;
1347 echo "eval \"$yyy=$zzz\"" >> posthint.sh ;;
1349 echo "$yyy=\"$zzz\${$yyy}\"" >> posthint.sh ;;
1354 echo "$yyy=$zzz" >> posthint.sh ;;
1355 *) echo "$me: unknown -A command '$xxx', ignoring -A $1" >&2 ;;
1359 -V) echo "$me generated by metaconfig 3.0 PL70." >&2
1362 -*) echo "$me: unknown option $1" >&2; shift; error=true;;
1370 Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1371 [-U symbol] [-U symbol=] [-A command:symbol...]
1372 -d : use defaults for all answers.
1373 -e : go on without questioning past the production of config.sh.
1374 -f : specify an alternate default configuration file.
1375 -h : print this help message and exit (with an error status).
1376 -r : reuse C symbols value if possible (skips costly nm extraction).
1377 -s : silent mode, only echoes questions and essential information.
1378 -D : define symbol to have some value:
1379 -D symbol symbol gets the value 'define'
1380 -D symbol=value symbol gets the value 'value'
1381 -E : stop at the end of questions, after having produced config.sh.
1382 -K : do not use unless you know what you are doing.
1383 -O : let -D and -U override definitions from loaded configuration file.
1384 -S : perform variable substitutions on all .SH files (can mix with -f)
1385 -U : undefine symbol:
1386 -U symbol symbol gets the value 'undef'
1387 -U symbol= symbol gets completely empty
1388 -A : manipulate symbol after the platform specific hints have been applied:
1389 -A symbol=value append " "value to symbol
1390 -A append:symbol=value append value to symbol
1391 -A define:symbol=value define symbol to have value
1392 -A clear:symbol define symbol to be ''
1393 -A define:symbol define symbol to be 'define'
1394 -A eval:symbol=value define symbol to be eval of value
1395 -A prepend:symbol=value prepend value to symbol
1396 -A undef:symbol define symbol to be 'undef'
1397 -A undef:symbol= define symbol to be ''
1398 -V : print version number and exit (with a zero status).
1405 case "$fastread$alldone" in
1408 case "$extractsh" in
1411 if test ! -t 0; then
1412 echo "Say 'sh Configure', not 'sh <Configure'"
1422 true) exec 1>/dev/null;;
1425 : run the defines and the undefines, if any, but leave the file out there...
1428 : create the posthint manipulation script and leave the file out there...
1433 first=`echo $package | sed -e 's/^\(.\).*/\1/'`
1434 last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
1435 case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1436 ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
1437 *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
1440 : Some greps do not return status, grrr.
1441 echo "grimblepritz" >grimble
1442 if grep blurfldyick grimble >/dev/null 2>&1 ; then
1444 elif grep grimblepritz grimble >/dev/null 2>&1 ; then
1450 : the following should work in any shell
1454 echo "AGH! Grep doesn't return a status. Attempting remedial action."
1455 cat >contains <<'EOSS'
1456 grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
1461 : Find the path to the source tree
1464 */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`
1468 *) src=`cd ../$src && pwd` ;;
1481 if test -f $rsrc/Configure && \
1482 $contains "^package=$package$" $rsrc/Configure >/dev/null 2>&1
1484 : found it, so we are ok.
1487 for src in . .. ../.. ../../.. ../../../..; do
1488 if test -f ../$src/Configure && \
1489 $contains "^package=$package$" ../$src/Configure >/dev/null 2>&1
1500 Sorry, I can't seem to locate the source dir for $package. Please start
1501 Configure with an explicit path -- i.e. /some/path/Configure.
1509 echo "Sources for $package found in \"$src\"." >&4
1513 : script used to extract .SH files with variable substitutions
1514 cat >extract <<'EOS'
1516 echo "Doing variable substitutions on .SH files..."
1517 if test -f $src/MANIFEST; then
1518 set x `awk '{print $1}' <$src/MANIFEST | grep '\.SH$'`
1520 echo "(Looking for .SH files under the source directory.)"
1521 set x `(cd $src; find . -name "*.SH" -print)`
1525 0) set x `(cd $src; echo *.SH)`; shift;;
1527 if test ! -f $src/$1; then
1533 while test $name; do
1534 if test ! -d "$name"; then
1535 create="$name $create";
1536 name=`echo $name | sed -e "s|^[^/]*$||"`;
1537 name=`echo $name | sed -e "s|\(.*\)/.*|\1|"`;
1542 for file in $create; do
1551 dir=`expr X$file : 'X\(.*\)/'`
1552 file=`expr X$file : 'X.*/\(.*\)'`
1553 (cd $dir && . ./$file)
1563 dir=`expr X$file : 'X\(.*\)/'`
1564 file=`expr X$file : 'X.*/\(.*\)'`
1565 (set x $dir; shift; eval $mkdir_p)
1575 if test -f $src/config_h.SH; then
1576 if test ! -f config.h; then
1577 : oops, they left it out of MANIFEST, probably, so do it anyway.
1583 : extract files and exit if asked to do so
1584 case "$extractsh" in
1586 case "$realsilent" in
1590 case "$config_sh" in
1591 '') config_sh='config.sh';;
1594 echo "Fetching answers from $config_sh..."
1597 test "$override" && . ./optdef.sh
1606 : Eunice requires " " instead of "", can you believe it
1609 echo "Beginning of configuration questions for $package."
1611 trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
1613 : first determine how to suppress newline on echo command
1615 echo "Checking echo to see how to suppress newlines..."
1616 (echo "hi there\c" ; echo " ") >.echotmp
1617 if $contains c .echotmp >/dev/null 2>&1 ; then
1628 echo $n "The star should be here-->$c"
1632 : Now test for existence of everything in MANIFEST
1634 if test -f $rsrc/MANIFEST; then
1635 echo "First let's make sure your kit is complete. Checking..." >&4
1636 awk '$1 !~ /PACK[A-Z]+/ {print $1}' $rsrc/MANIFEST | split -50
1639 for filelist in x??; do
1640 (cd $rsrc; ls `cat $tmppwd/$filelist` >/dev/null 2>>$tmppwd/missing)
1642 if test -s missing; then
1646 THIS PACKAGE SEEMS TO BE INCOMPLETE.
1648 You have the option of continuing the configuration process, despite the
1649 distinct possibility that your kit is damaged, by typing 'y'es. If you
1650 do, don't blame me if something goes wrong. I advise you to type 'n'o
1651 and contact the author (perlbug@perl.org).
1654 echo $n "Continue? [n] $c" >&4
1658 echo "Continuing..." >&4
1662 echo "ABORTING..." >&4
1667 echo "Looks good..."
1670 echo "There is no MANIFEST file. I hope your kit is complete !"
1675 : Find the appropriate value for a newline for tr
1676 if test -n "$DJGPP"; then
1679 if test X"$trnl" = X; then
1680 case "`echo foo|tr '\n' x 2>/dev/null`" in
1684 if test X"$trnl" = X; then
1685 case "`echo foo|tr '\012' x 2>/dev/null`" in
1686 foox) trnl='\012' ;;
1689 if test X"$trnl" = X; then
1692 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
1698 : compute the number of columns on the terminal for proper question formatting
1703 : set up the echo used in my read
1704 myecho="case \"\$xxxm\" in
1705 '') echo $n \"\$rp $c\" >&4;;
1707 '') echo $n \"[\$xxxm] $c\";;
1709 if test \`echo \"\$rp [\$xxxm] \" | wc -c\` -ge $COLUMNS; then
1711 echo $n \"[\$xxxm] $c\" >&4
1713 echo $n \"\$rp [\$xxxm] $c\" >&4
1719 : now set up to do reads with possible shell escape and default assignment
1725 case "\$fastread" in
1726 yes) case "\$dflt" in
1729 case "\$silent-\$rp" in
1734 *) case "\$silent" in
1735 true) case "\$rp" in
1740 while expr "X\$ans" : "X!" >/dev/null; do
1744 aok=''; eval "ans=\\"\$answ\\"" && aok=y
1752 set x \`expr "X\$ans" : "X!\(.*\)\$"\`
1761 set x \`expr "X\$ans" : "X&\(.*\)\$"\`
1766 echo "(OK, I'll run with -d after this question.)" >&4
1769 echo "*** Sorry, \$1 not supported yet." >&4
1779 echo "*** Substitution done -- please confirm."
1781 ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
1786 echo "*** Error -- try again."
1793 case "\$ans\$xxxm\$nostick" in
1805 : create .config dir to save info across Configure sessions
1806 test -d ../.config || mkdir ../.config
1807 cat >../.config/README <<EOF
1808 This directory created by Configure to save information that should
1809 persist across sessions for $package.
1811 You may safely delete it if you wish.
1814 xversion=`awk '/define[ ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
1816 $define|true|[yY]*) ;;
1817 *) case "$xversion" in
1820 *** WHOA THERE!!! ***
1822 This is an UNSTABLE DEVELOPMENT release.
1823 The version of this $package distribution is $xversion, that is, odd,
1824 (as opposed to even) and that signifies a development release.
1825 If you want a maintenance release, you want an even-numbered version.
1827 Do ***NOT*** install this into production use.
1828 Data corruption and crashes are possible.
1830 It is most seriously suggested that you do not continue any further
1831 unless you want to help in developing and debugging Perl.
1833 If you *still* want to build perl, you can answer 'y' now,
1834 or pass -Dusedevel to Configure.
1837 rp='Do you really want to continue?'
1841 [yY]) echo >&4 "Okay, continuing."
1842 usedevel="$define" ;;
1843 *) echo >&4 "Okay, bye."
1853 case "$versiononly" in
1854 '') versiononly="$define" ;;
1856 case "$installusrbinperl" in
1857 '') installusrbinperl="$undef" ;;
1862 : general instructions
1865 user=`(logname) 2>/dev/null`
1867 '') user=`whoami 2>&1`;;
1869 if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then
1872 rp='Would you like to see the instructions?'
1883 This installation shell script will examine your system and ask you questions
1884 to determine how the perl5 package should be installed. If you get
1885 stuck on a question, you may use a ! shell escape to start a subshell or
1886 execute a command. Many of the questions will have default answers in square
1887 brackets; typing carriage return will give you the default.
1889 On some of the questions which ask for file or directory names you are allowed
1890 to use the ~name construct to specify the login directory belonging to "name",
1891 even if you don't have a shell which knows about that. Questions where this is
1892 allowed will be marked "(~name ok)".
1896 dflt='Type carriage return to continue'
1900 The prompter used in this script allows you to use shell variables and
1901 backticks in your answers. You may use $1, $2, etc... to refer to the words
1902 in the default answer, as if the default line was a set of arguments given to a
1903 script shell. This means you may also use $* to repeat the whole default line,
1904 so you do not have to re-type everything to add something to the default.
1906 Everytime there is a substitution, you will have to confirm. If there is an
1907 error (e.g. an unmatched backtick), the default answer will remain unchanged
1908 and you will be prompted again.
1910 If you are in a hurry, you may run 'Configure -d'. This will bypass nearly all
1911 the questions and use the computed defaults (or the previous answers if there
1912 was already a config.sh file). Type 'Configure -h' for a list of options.
1913 You may also start interactively and then answer '& -d' at any prompt to turn
1914 on the non-interactive behaviour for the remainder of the execution.
1920 Much effort has been expended to ensure that this shell script will run on any
1921 Unix system. If despite that it blows up on yours, your best bet is to edit
1922 Configure and run it again. If you can't run Configure for some reason,
1923 you'll have to generate a config.sh file by hand. Whatever problems you
1924 have, let me (perlbug@perl.org) know how I blew it.
1926 This installation script affects things in two ways:
1928 1) it may do direct variable substitutions on some of the files included
1930 2) it builds a config.h file for inclusion in C programs. You may edit
1931 any of these files as the need arises after running this script.
1933 If you make a mistake on a question, there is no easy way to back up to it
1934 currently. The easiest thing to do is to edit config.sh and rerun all the SH
1935 files. Configure will offer to let you do this before it runs the SH files.
1938 dflt='Type carriage return to continue'
1940 case "$firsttime" in
1941 true) echo $user >>../.config/instruct;;
1945 : find out where common programs are
1947 echo "Locating common programs..." >&4
1960 if test -d \$dir/\$thing; then
1966 for thisthing in \$dir/\$thing; do
1967 : just loop through to pick last item
1969 if test -f \$thisthing; then
1972 elif test -f \$dir/\$thing.exe; then
1973 if test -n "$DJGPP"; then
1974 echo \$dir/\$thing.exe
1976 : on Eunice apparently
2027 pth=`echo $PATH | sed -e "s/$p_/ /g"`
2028 pth="$pth /lib /usr/lib"
2029 for file in $loclist; do
2033 if test -f "$xxx"; then
2036 echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2037 xxx=`./loc $file $file $pth`
2040 '') xxx=`./loc $file $file $pth`;;
2041 *) xxx=`./loc $xxx $xxx $pth`;;
2047 echo $file is in $xxx.
2050 echo $file is in $xxx.
2053 echo "I don't know where '$file' is, and my life depends on it." >&4
2054 echo "Go find a public domain implementation or fix your PATH setting!" >&4
2060 echo "Don't worry if any of the following aren't found..."
2062 for file in $trylist; do
2066 if test -f "$xxx"; then
2069 echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2070 xxx=`./loc $file $file $pth`
2073 '') xxx=`./loc $file $file $pth`;;
2074 *) xxx=`./loc $xxx $xxx $pth`;;
2080 echo $file is in $xxx.
2083 echo $file is in $xxx.
2086 echo "I don't see $file out there, $say."
2093 echo "Substituting grep for egrep."
2099 echo "Substituting cp for ln."
2105 echo "Hopefully test is built into your sh."
2108 if `sh -c "PATH= test true" >/dev/null 2>&1`; then
2109 echo "Using the test built into your sh."
2117 echo "Hopefully echo is built into your sh."
2122 echo "Checking compatibility between $echo and builtin echo (if any)..." >&4
2123 $echo $n "hi there$c" >foo1
2124 echo $n "hi there$c" >foo2
2125 if cmp foo1 foo2 >/dev/null 2>&1; then
2126 echo "They are compatible. In fact, they may be identical."
2133 They are not compatible! You are probably running ksh on a non-USG system.
2134 I'll have to use $echo instead of the builtin, since Bourne shell doesn't
2135 have echo built in and we may have to run some Bourne shell scripts. That
2136 means I'll have to use '$n$c' to suppress newlines now. Life is ridiculous.
2139 $echo $n "The star should be here-->$c"
2149 cat <<'EOSC' >>checkcc
2154 int main(int argc, char *argv[]) {
2158 if $cc -o try $ccflags $ldflags try.c; then
2161 echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2167 case "`$cc -v -c try.c 2>&1`" in
2170 if $test X"$trygcc" = Xyes; then
2171 if gcc -o try -c try.c; then
2173 echo "You seem to have a working gcc, though." >&4
2174 rp="Would you like to use it?"
2176 if $test -f myread; then
2179 if $test -f UU/myread; then
2182 echo "Cannot find myread, sorry. Aborting." >&2
2187 [yY]*) cc=gcc; ccname=gcc; ccflags=''; despair=no ;;
2191 if $test X"$despair" = Xyes; then
2193 You need to find a working C compiler.
2194 Either (purchase and) install the C compiler supplied by your OS vendor,
2195 or for a free C compiler try http://gcc.gnu.org/
2196 I cannot continue any further, aborting.
2206 : determine whether symbolic links are supported
2209 if $ln -s blurfl sym > /dev/null 2>&1 ; then
2210 echo "Symbolic links are supported." >&4
2213 echo "Symbolic links are NOT supported." >&4
2218 : determine whether symbolic links are supported
2222 echo "Checking how to test for symbolic links..." >&4
2224 if $test "X$issymlink" = X; then
2225 sh -c "PATH= test -h sym" >/dev/null 2>&1
2226 if test $? = 0; then
2230 if $test "X$issymlink" = X; then
2231 if $test -h >/dev/null 2>&1; then
2232 issymlink="$test -h"
2233 echo "Your builtin 'test -h' may be broken, I'm using external '$test -h'." >&4
2236 if $test "X$issymlink" = X; then
2237 if $test -L sym 2>/dev/null; then
2238 issymlink="$test -L"
2241 if $test "X$issymlink" != X; then
2242 echo "You can test for symbolic links with '$issymlink'." >&4
2244 echo "I do not know how you can test for symbolic links." >&4
2248 *) echo "No symbolic links, so not testing for their testing..." >&4
2254 case "$mksymlinks" in
2257 ''|'.') echo "Cannot create symlinks in the original directory." >&4
2260 *) case "$lns:$issymlink" in
2261 *"ln -s:"*"test -"?)
2262 echo "Creating the symbolic links..." >&4
2263 echo "(First creating the subdirectories...)" >&4
2265 awk '{print $1}' $src/MANIFEST | grep / | sed 's:/[^/]*$::' | sort -u | while true; do
2267 test -z "$directory" && break
2271 if test ! -d t/base; then
2272 echo "Failed to create the subdirectories. Aborting." >&4
2275 echo "(Then creating the symlinks...)" >&4
2276 awk '{print $1}' $src/MANIFEST | while true; do
2278 test -z "$filename" && break
2279 if test -f $filename; then
2280 if $issymlink $filename; then
2284 if test -f $filename; then
2285 echo "$filename already exists, not symlinking."
2287 ln -s $src/$filename $filename
2291 if test ! -f t/base/commonsense.t; then
2292 echo "Failed to create the symlinks. Aborting." >&4
2297 *) echo "(I cannot figure out how to do symbolic links, ignoring mksymlinks)." >&4
2305 : see whether [:lower:] and [:upper:] are supported character classes
2307 case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
2309 echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4
2313 *) # There is a discontinuity in EBCDIC between 'I' and 'J'
2314 # (0xc9 and 0xd1), therefore that is a nice testing point.
2315 if test "X$up" = X -o "X$low" = X; then
2316 case "`echo IJ | $tr '[I-J]' '[i-j]' 2>/dev/null`" in
2322 if test "X$up" = X -o "X$low" = X; then
2323 case "`echo IJ | $tr I-J i-j 2>/dev/null`" in
2329 if test "X$up" = X -o "X$low" = X; then
2330 case "`echo IJ | od -x 2>/dev/null`" in
2332 echo "Hey, this might be EBCDIC." >&4
2333 if test "X$up" = X -o "X$low" = X; then
2334 case "`echo IJ | $tr '[A-IJ-RS-Z]' '[a-ij-rs-z]' 2>/dev/null`" in
2335 ij) up='[A-IJ-RS-Z]'
2340 if test "X$up" = X -o "X$low" = X; then
2341 case "`echo IJ | $tr A-IJ-RS-Z a-ij-rs-z 2>/dev/null`" in
2351 case "`echo IJ | $tr \"$up\" \"$low\" 2>/dev/null`" in
2353 echo "Using $up and $low to convert case." >&4
2356 echo "I don't know how to translate letters from upper to lower case." >&4
2357 echo "Your tr is not acting any way I know of." >&4
2361 : set up the translation script tr, must be called with ./tr of course
2365 '[A-Z][a-z]') exec $tr '$up' '$low';;
2366 '[a-z][A-Z]') exec $tr '$low' '$up';;
2373 : Try to determine whether config.sh was made on this system
2374 case "$config_sh" in
2376 myuname=`$uname -a 2>/dev/null`
2377 $test -z "$myuname" && myuname=`hostname 2>/dev/null`
2378 # tr '[A-Z]' '[a-z]' would not work in EBCDIC
2379 # because the A-Z/a-z are not consecutive.
2380 myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \
2381 ./tr '[A-Z]' '[a-z]' | $tr $trnl ' '`
2382 newmyuname="$myuname"
2384 case "$knowitall" in
2386 if test -f ../config.sh; then
2387 if $contains myuname= ../config.sh >/dev/null 2>&1; then
2388 eval "`grep myuname= ../config.sh`"
2390 if test "X$myuname" = "X$newmyuname"; then
2398 : Get old answers from old config file if Configure was run on the
2399 : same system, otherwise use the hints.
2402 if test -f config.sh; then
2404 rp="I see a config.sh file. Shall I use it to set the defaults?"
2407 n*|N*) echo "OK, I'll ignore it."
2408 mv config.sh config.sh.old
2409 myuname="$newmyuname"
2411 *) echo "Fetching default answers from your old config.sh file..." >&4
2419 : Older versions did not always set $sh. Catch re-use of such
2429 if test ! -f config.sh; then
2432 First time through, eh? I have some defaults handy for some systems
2433 that need some extra help getting the Configure answers right:
2436 (cd $src/hints; ls -C *.sh) | $sed 's/\.sh/ /g' >&4
2438 : Half the following guesses are probably wrong... If you have better
2439 : tests or hints, please send them to perlbug@perl.org
2440 : The metaconfig authors would also appreciate a copy...
2441 $test -f /irix && osname=irix
2442 $test -f /xenix && osname=sco_xenix
2443 $test -f /dynix && osname=dynix
2444 $test -f /dnix && osname=dnix
2445 $test -f /lynx.os && osname=lynxos
2446 $test -f /unicos && osname=unicos && osvers=`$uname -r`
2447 $test -f /unicosmk && osname=unicosmk && osvers=`$uname -r`
2448 $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
2449 $test -f /bin/mips && /bin/mips && osname=mips
2450 $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
2451 $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
2452 $test -d /usr/apollo/bin && osname=apollo
2453 $test -f /etc/saf/_sactab && osname=svr4
2454 $test -d /usr/include/minix && osname=minix
2455 if $test -d /MachTen -o -d /MachTen_Folder; then
2457 if $test -x /sbin/version; then
2458 osvers=`/sbin/version | $awk '{print $2}' |
2459 $sed -e 's/[A-Za-z]$//'`
2460 elif $test -x /usr/etc/version; then
2461 osvers=`/usr/etc/version | $awk '{print $2}' |
2462 $sed -e 's/[A-Za-z]$//'`
2468 $test -f /sys/posix.dll &&
2469 $test -f /usr/bin/what &&
2470 set X `/usr/bin/what /sys/posix.dll` &&
2471 $test "$3" = UWIN &&
2475 if $test -f $uname; then
2483 umips) osname=umips ;;
2486 [23]100) osname=mips ;;
2487 next*) osname=next ;;
2489 tmp=`/bin/uname -X 2>/dev/null|awk '/3\.2v[45]/{ print $(NF) }'`
2490 if $test "$tmp" != "" -a "$3" = "3.2" -a -f '/etc/systemid'; then
2493 elif $test -f /etc/kconfig; then
2495 if test "$lns" = "$ln -s"; then
2497 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then
2499 elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then
2506 if test -n "$DJGPP"; then
2515 tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1`
2517 'not found') osvers="$4"."$3" ;;
2518 '<3240'|'<>3240') osvers=3.2.0 ;;
2519 '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;;
2520 '=3250'|'>3250') osvers=3.2.5 ;;
2524 bsd386) osname=bsd386
2527 cygwin*) osname=cygwin
2530 *dc.osx) osname=dcosx
2536 domainos) osname=apollo
2542 dynixptx*) osname=dynixptx
2543 osvers=`echo "$4"|sed 's/^v//'`
2545 freebsd) osname=freebsd
2547 genix) osname=genix ;;
2549 osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
2565 netbsd*) osname=netbsd
2568 news-os) osvers="$3"
2570 4*) osname=newsos4 ;;
2574 next*) osname=next ;;
2575 nonstop-ux) osname=nonstopux ;;
2576 POSIX-BC | posix-bc ) osname=posix-bc
2579 powerux | power_ux | powermax_os | powermaxos | \
2580 powerunix | power_unix) osname=powerux
2586 solaris) osname=solaris
2588 5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2595 osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2599 titanos) osname=titanos
2608 ultrix) osname=ultrix
2611 osf1|mls+) case "$5" in
2614 osvers=`sizer -v | awk '{print $3}' | tr '[A-Z]' '[a-z]' | sed 's/^[xvt]//'`
2617 *) osvers=`echo "$3" | sed 's/^[xvt]//'` ;;
2620 hp*) osname=hp_osf1 ;;
2621 mips) osname=mips_osf1 ;;
2624 unixware) osname=svr5
2630 $2) case "$osname" in
2634 : svr4.x or possibly later
2644 if test -f /stand/boot ; then
2645 eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
2646 if test -n "$INITPROG" -a -f "$INITPROG"; then
2647 isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
2648 if test -n "$isesix"; then
2656 *) if test -f /etc/systemid; then
2658 set `echo $3 | $sed 's/\./ /g'` $4
2659 if $test -f $src/hints/sco_$1_$2_$3.sh; then
2661 elif $test -f $src/hints/sco_$1_$2.sh; then
2663 elif $test -f $src/hints/sco_$1.sh; then
2668 '') : Still unknown. Probably a generic Sys V.
2677 *) case "$osname" in
2678 '') : Still unknown. Probably a generic BSD.
2686 if test -f /vmunix -a -f $src/hints/news_os.sh; then
2687 (what /vmunix | UU/tr '[A-Z]' '[a-z]') > UU/kernel.what 2>&1
2688 if $contains news-os UU/kernel.what >/dev/null 2>&1; then
2691 $rm -f UU/kernel.what
2692 elif test -d c:/.; then
2699 : Now look for a hint file osname_osvers, unless one has been
2700 : specified already.
2703 file=`echo "${osname}_${osvers}" | $sed -e 's%\.%_%g' -e 's%_$%%'`
2704 : Also try without trailing minor version numbers.
2705 xfile=`echo $file | $sed -e 's%_[^_]*$%%'`
2706 xxfile=`echo $xfile | $sed -e 's%_[^_]*$%%'`
2707 xxxfile=`echo $xxfile | $sed -e 's%_[^_]*$%%'`
2708 xxxxfile=`echo $xxxfile | $sed -e 's%_[^_]*$%%'`
2711 *) case "$osvers" in
2714 *) if $test -f $src/hints/$file.sh ; then
2716 elif $test -f $src/hints/$xfile.sh ; then
2718 elif $test -f $src/hints/$xxfile.sh ; then
2720 elif $test -f $src/hints/$xxxfile.sh ; then
2722 elif $test -f $src/hints/$xxxxfile.sh ; then
2724 elif $test -f "$src/hints/${osname}.sh" ; then
2733 if $test -f Policy.sh ; then
2736 none) dflt="Policy" ;;
2737 *) dflt="Policy $dflt" ;;
2742 dflt=`echo $hintfile | $sed 's/\.sh$//'`
2746 if $test -f Policy.sh ; then
2749 There's also a Policy hint file available, which should make the
2750 site-specific (policy) questions easier to answer.
2757 You may give one or more space-separated answers, or "none" if appropriate.
2758 A well-behaved OS will have no hints, so answering "none" or just "Policy"
2759 is a good thing. DO NOT give a wrong version or a wrong OS.
2763 rp="Which of these apply, if any?"
2766 for file in $tans; do
2767 if $test X$file = XPolicy -a -f Policy.sh; then
2769 $cat Policy.sh >> UU/config.sh
2770 elif $test -f $src/hints/$file.sh; then
2771 . $src/hints/$file.sh
2772 $cat $src/hints/$file.sh >> UU/config.sh
2773 elif $test X$tans = X -o X$tans = Xnone ; then
2776 : Give one chance to correct a possible typo.
2777 echo "$file.sh does not exist"
2779 rp="hint to use instead?"
2781 for file in $ans; do
2782 if $test -f "$src/hints/$file.sh"; then
2783 . $src/hints/$file.sh
2784 $cat $src/hints/$file.sh >> UU/config.sh
2785 elif $test X$ans = X -o X$ans = Xnone ; then
2788 echo "$file.sh does not exist -- ignored."
2795 : Remember our hint file for later.
2796 if $test -f "$src/hints/$file.sh" ; then
2806 echo "Fetching default answers from $config_sh..." >&4
2810 cp $config_sh config.sh 2>/dev/null
2820 test "$override" && . ./optdef.sh
2822 : Restore computed paths
2823 for file in $loclist $trylist; do
2824 eval $file="\$_$file"
2829 Configure uses the operating system name and version to set some defaults.
2830 The default value is probably right if the name rings a bell. Otherwise,
2831 since spelling matters for me, either accept the default or answer "none"
2838 ''|' '|none) dflt=none ;;
2839 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
2842 *) dflt="$osname" ;;
2844 rp="Operating system name?"
2848 *) osname=`echo "$ans" | $sed -e 's/[ ][ ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
2854 ''|' '|none) dflt=none ;;
2855 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
2856 dflt=`echo $dflt | $sed -e 's/^_//' -e 's/_/./g'`
2858 ''|' ') dflt=none ;;
2863 *) dflt="$osvers" ;;
2865 rp="Operating system version?"
2875 : who configured the system
2876 cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
2877 cf_by=`(logname) 2>/dev/null`
2880 cf_by=`(whoami) 2>/dev/null`
2882 "") cf_by=unknown ;;
2886 : set up the script used to warn in case of inconsistency
2893 echo "*** WHOA THERE!!! ***" >&4
2894 echo " The $hint value for \$$var on this machine was \"$was\"!" >&4
2895 rp=" Keep the $hint value?"
2898 y) td=$was; tu=$was;;
2902 : function used to set $1 to $val
2903 setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef;
2905 $define$undef) . ./whoa; eval "$var=\$td";;
2906 $undef$define) . ./whoa; eval "$var=\$tu";;
2907 *) eval "$var=$val";;
2910 case "$usethreads" in
2911 $define|true|[yY]*) dflt='y';;
2916 Perl can be built to take advantage of threads on some systems.
2917 To do so, Configure can be run with -Dusethreads.
2919 Note that threading is a highly experimental feature, and
2920 some known race conditions still remain. If you choose to try
2921 it, be very sure to not actually deploy it for production
2922 purposes. README.threads has more details, and is required
2923 reading if you enable threads.
2925 If this doesn't make any sense to you, just accept the default '$dflt'.
2927 rp='Build a threading Perl?'
2930 y|Y) val="$define" ;;
2936 case "$usethreads" in
2940 As of 5.5.640, Perl has two different internal threading implementations,
2941 the 5.005 version (5005threads) and an interpreter-based version
2942 (ithreads) that has one interpreter per thread. Both are very
2943 experimental. This arrangement exists to help developers work out
2944 which one is better.
2946 If you're a casual user, you probably don't want interpreter-threads
2947 at this time. There doesn't yet exist a way to create threads from
2948 within Perl in this model, i.e., "use Thread;" will NOT work.
2950 : Default to ithreads unless overridden on command line or with
2953 case "$use5005threads" in
2954 $define|true|[yY]*) dflt='n';;
2956 case "$useithreads" in
2957 $undef|false|[nN]*) dflt='n';;
2959 rp='Use interpreter-based ithreads?'
2962 y|Y) val="$define" ;;
2967 : Now set use5005threads to the opposite value.
2968 case "$useithreads" in
2969 $define) val="$undef" ;;
2976 useithreads="$undef"
2977 use5005threads="$undef"
2981 case "$useithreads$use5005threads" in
2985 You cannot have both the ithreads and the 5.005 threads enabled
2986 at the same time. Disabling the 5.005 threads since they are
2987 much less stable than the ithreads.
2990 use5005threads="$undef"
2994 case "$d_oldpthreads" in
2995 '') : Configure tests would be welcome here. For now, assume undef.
2997 *) val="$d_oldpthreads" ;;
3003 case "$usethreads" in
3004 "$define"|true|[yY]*)
3005 : Look for a hint-file generated 'call-back-unit'. If the
3006 : user has specified that a threading perl is to be built,
3007 : we may need to set or change some other defaults.
3008 if $test -f usethreads.cbu; then
3009 echo "Your platform has some specific hints for threaded builds, using them..."
3013 (Your platform doesn't have any specific hints for threaded builds.
3014 Assuming POSIX threads, then.)
3022 Perl can be built so that multiple Perl interpreters can coexist
3023 within the same Perl executable.
3026 case "$useithreads" in
3029 This multiple interpreter support is required for interpreter-based threads.
3033 *) case "$usemultiplicity" in
3034 $define|true|[yY]*) dflt='y';;
3038 echo "If this doesn't make any sense to you, just accept the default '$dflt'."
3039 rp='Build Perl for multiplicity?'
3042 y|Y) val="$define" ;;
3050 : make some quick guesses about what we are up against
3052 $echo $n "Hmm... $c"
3062 $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null
3063 if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1
3065 echo "Looks kind of like an OSF/1 system, but we'll see..."
3067 elif test `echo abc | $tr a-z A-Z` = Abc ; then
3068 xxx=`./loc addbib blurfl $pth`
3069 if $test -f $xxx; then
3070 echo "Looks kind of like a USG system with BSD features, but we'll see..."
3074 if $contains SIGTSTP foo >/dev/null 2>&1 ; then
3075 echo "Looks kind of like an extended USG system, but we'll see..."
3077 echo "Looks kind of like a USG system, but we'll see..."
3081 elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
3082 echo "Looks kind of like a BSD system, but we'll see..."
3086 echo "Looks kind of like a Version 7 system, but we'll see..."
3089 case "$eunicefix" in
3092 There is, however, a strange, musty smell in the air that reminds me of
3093 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
3097 : it so happens the Eunice I know will not run shell scripts in Unix format
3101 echo "Congratulations. You aren't running Eunice."
3105 : Detect OS2. The p_ variable is set above in the Head.U unit.
3106 : Note that this also -- wrongly -- detects e.g. dos-djgpp, which also uses
3107 : semicolon as a patch separator
3112 I have the feeling something is not exactly right, however...don't tell me...
3113 lemme think...does HAL ring a bell?...no, of course, you're only running OS/2!
3114 (Or you may be running DOS with DJGPP.)
3119 if test -f /xenix; then
3120 echo "Actually, this looks more like a XENIX system..."
3125 echo "It's not Xenix..."
3130 if test -f /venix; then
3131 echo "Actually, this looks more like a VENIX system..."
3138 echo "Nor is it Venix..."
3141 chmod +x bsd usg v7 osf1 eunice xenix venix os2
3142 $eunicefix bsd usg v7 osf1 eunice xenix venix os2
3149 rp="Use which C compiler?"
3152 : Look for a hint-file generated 'call-back-unit'. Now that the
3153 : user has specified the compiler, we may need to set or change some
3155 if $test -f cc.cbu; then
3161 echo "Checking for GNU cc in disguise and/or its version number..." >&4
3162 $cat >gccvers.c <<EOM
3167 printf("%s\n", __VERSION__);
3169 printf("%s\n", "1");
3175 if $cc -o gccvers $ccflags $ldflags gccvers.c; then
3176 gccversion=`./gccvers`
3177 case "$gccversion" in
3178 '') echo "You are not using GNU cc." ;;
3179 *) echo "You are using GNU cc $gccversion."
3185 echo "*** WHOA THERE!!! ***" >&4
3186 echo " Your C compiler \"$cc\" doesn't seem to be working!" >&4
3187 case "$knowitall" in
3189 echo " You'd better start hunting for one and let me know about it." >&4
3195 case "$gccversion" in
3196 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
3198 case "$gccversion" in
3199 '') gccosandvers='' ;;
3200 *) gccshortvers=`echo "$gccversion"|sed 's/ .*//'`
3201 gccosandvers=`$cc -v 2>&1|grep '/specs$'|sed "s!.*/[^-/]*-[^-/]*-\([^-/]*\)/$gccshortvers/specs!\1!"`
3203 case "$gccosandvers" in
3204 $osname) gccosandvers='' ;; # linux gccs seem to have no linux osvers, grr
3205 $osname$osvers) ;; # looking good
3206 $osname*) cat <<EOM >&4
3208 *** WHOA THERE!!! ***
3210 Your gcc has not been compiled for the exact release of
3211 your operating system ($gccosandvers versus $osname$osvers).
3213 In general it is a good idea to keep gcc synchronized with
3214 the operating system because otherwise serious problems
3215 may ensue when trying to compile software, like Perl.
3217 I'm trying to be optimistic here, though, and will continue.
3218 If later during the configuration and build icky compilation
3219 problems appear (headerfile conflicts being the most common
3220 manifestation), I suggest reinstalling the gcc to match
3221 your operating system release.
3225 *) gccosandvers='' ;; # failed to parse, better be silent
3233 case "$gccversion" in
3235 *) case "$ccflags" in
3237 *) ccflags="$ccflags -Wall" ;;
3242 : see how we invoke the C preprocessor
3244 echo "Now, how can we feed standard input to your C preprocessor..." >&4
3245 cat <<'EOT' >testcpp.c
3251 if test ! -f cppstdin; then
3252 if test "X$osname" = "Xaix" -a "X$gccversion" = X; then
3253 # AIX cc -E doesn't show the absolute headerfile
3254 # locations but we'll cheat by using the -M flag.
3255 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
3257 echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin
3260 echo "Keeping your $hint cppstdin wrapper."
3263 wrapper=`pwd`/cppstdin
3267 if $test "X$cppstdin" != "X" && \
3268 $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \
3269 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3271 echo "You used to use $cppstdin $cppminus so we'll use that again."
3273 '') echo "But let's see if we can live without a wrapper..." ;;
3275 if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
3276 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3278 echo "(And we'll use $cpprun $cpplast to preprocess directly.)"
3281 echo "(However, $cpprun $cpplast does not work, let's see...)"
3289 echo "Good old $cppstdin $cppminus does not seem to be of any help..."
3296 elif echo 'Maybe "'"$cc"' -E" will work...'; \
3297 $cc -E <testcpp.c >testcpp.out 2>&1; \
3298 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3299 echo "Yup, it does."
3302 elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \
3303 $cc -E - <testcpp.c >testcpp.out 2>&1; \
3304 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3305 echo "Yup, it does."
3308 elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \
3309 $cc -P <testcpp.c >testcpp.out 2>&1; \
3310 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3311 echo "Yipee, that works!"
3314 elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \
3315 $cc -P - <testcpp.c >testcpp.out 2>&1; \
3316 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3317 echo "At long last!"
3320 elif echo 'No such luck, maybe "'$cpp'" will work...'; \
3321 $cpp <testcpp.c >testcpp.out 2>&1; \
3322 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3326 elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \
3327 $cpp - <testcpp.c >testcpp.out 2>&1; \
3328 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3329 echo "Hooray, it works! I was beginning to wonder."
3332 elif echo 'Uh-uh. Time to get fancy. Trying a wrapper...'; \
3333 $wrapper <testcpp.c >testcpp.out 2>&1; \
3334 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3340 rp="No dice. I can't find a C preprocessor. Name one:"
3344 $x_cpp <testcpp.c >testcpp.out 2>&1
3345 if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
3346 echo "OK, that will do." >&4
3348 echo "Sorry, I can't get that to work. Go find one and rerun Configure." >&4
3363 echo "Perhaps can we force $cc -E using a wrapper..."
3364 if $wrapper <testcpp.c >testcpp.out 2>&1; \
3365 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3371 echo "Nope, we'll have to live without it..."
3385 "$wrapper"|'cppstdin') ;;
3386 *) $rm -f $wrapper;;
3388 $rm -f testcpp.c testcpp.out
3390 : decide how portable to be. Allow command line overrides.
3391 case "$d_portable" in
3393 *) d_portable="$define" ;;
3396 : set up shell script to do ~ expansion
3402 echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
3405 if $test -f /bin/csh; then
3406 /bin/csh -f -c "glob \$1"
3411 name=\`$expr x\$1 : '..\([^/]*\)'\`
3412 dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
3413 if $test ! -d "\$dir"; then
3415 echo "\$me: can't locate home directory for: \$name" >&2
3420 echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
3436 : now set up to get a file name
3440 cat <<'EOSC' >>getfile
3456 expr $fn : '.*(\(.*\)).*' | $tr ',' $trnl >getfile.ok
3457 fn=`echo $fn | sed 's/(.*)//'`
3463 loc_file=`expr $fn : '.*:\(.*\)'`
3464 fn=`expr $fn : '\(.*\):.*'`
3472 */*) fullpath=true;;
3481 *e*) exp_file=true;;
3484 *p*) nopath_ok=true;;
3489 *d*) type='Directory';;
3490 *l*) type='Locate';;
3495 Locate) what='File';;
3500 case "$d_portable" in
3508 while test "$type"; do
3513 true) rp="$rp (~name ok)";;
3516 if test -f UU/getfile.ok && \
3517 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
3536 value=`UU/filexp $ans`
3539 if test "$ans" != "$value"; then
3540 echo "(That expands to $value on this system.)"
3554 /*) value="$ansexp" ;;
3555 [a-zA-Z]:/*) value="$ansexp" ;;
3560 echo "I shall only accept a full path name, as in /bin/ls." >&4
3561 echo "Use a ! shell escape if you wish to check pathnames." >&4
3564 echo "Please give a full path name, starting with slash." >&4
3567 echo "Note that using ~name is ok provided it expands well." >&4
3580 for fp in $gfpth; do
3581 if test "X$fp" = X.; then
3586 if test -f "$pf"; then
3588 elif test -r "$pf" || (test -h "$pf") >/dev/null 2>&1
3590 echo "($value is not a plain file, but that's ok.)"
3593 if test X"$type" = X; then
3600 for fp in $gfpth; do
3601 if test "X$fp" = X.; then
3606 direxp="$fp/$ansexp"
3608 if test -d "$direxp"; then
3616 if test -d "$ansexp"; then
3617 echo "(Looking for $loc_file in directory $value.)"
3618 value="$value/$loc_file"
3619 ansexp="$ansexp/$loc_file"
3621 if test -f "$ansexp"; then
3624 case "$nopath_ok" in
3625 true) case "$value" in
3627 *) echo "Assuming $value will be in people's path."
3643 if test "$fastread" = yes; then
3648 rp="$what $value doesn't exist. Use that name anyway?"
3667 test "X$gfpthkeep" != Xy && gfpth=""
3670 : What should the include directory be ?
3672 $echo $n "Hmm... $c"
3676 if $test -f /bin/mips && /bin/mips; then
3677 echo "Looks like a MIPS system..."
3678 $cat >usr.c <<'EOCP'
3679 #ifdef SYSTYPE_BSD43
3683 if cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then
3684 dflt='/bsd43/usr/include'
3688 mips_type='System V'
3690 $rm -f usr.c usr.out
3691 echo "and you're compiling with the $mips_type compiler and libraries."
3695 echo "Doesn't look like a MIPS system."
3705 case "$xxx_prompt" in
3708 rp='Where are the include files you want to use?'
3716 : Set private lib path
3719 plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
3724 '') dlist="$loclibpth $plibpth $glibpth";;
3725 *) dlist="$libpth";;
3728 : Now check and see which directories actually exist, avoiding duplicates
3732 if $test -d $xxx; then
3735 *) libpth="$libpth $xxx";;
3741 Some systems have incompatible or broken versions of libraries. Among
3742 the directories listed in the question below, please remove any you
3743 know not to be holding relevant libraries, and add any that are needed.
3744 Say "none" for none.
3755 rp="Directories to use for library searches?"
3762 : compute shared library extension
3765 if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
3775 On some systems, shared libraries may be available. Answer 'none' if
3776 you want to suppress searching of shared libraries for the remainder
3777 of this configuration.
3780 rp='What is the file extension used for shared libraries?'
3784 : Define several unixisms.
3785 : Hints files or command line option can be used to override them.
3786 : The convoluted testing is in case hints files set either the old
3789 '') case "$exe_ext" in
3791 *) _exe="$exe_ext" ;;
3796 '') case "$lib_ext" in
3803 '') case "$obj_ext" in
3810 '') case "$path_sep" in
3821 : Which makefile gets called first. This is used by make depend.
3822 case "$firstmakefile" in
3823 '') firstmakefile='makefile';;
3827 $define|true|[yY]*) dflt='y';;
3832 Perl can be built to use the SOCKS proxy protocol library. To do so,
3833 Configure must be run with -Dusesocks. If you use SOCKS you also need
3834 to use the PerlIO abstraction layer, this will be implicitly selected.
3836 If this doesn't make any sense to you, just accept the default '$dflt'.
3838 rp='Build Perl for SOCKS?'
3841 y|Y) val="$define" ;;
3848 $define|true|[yY]*) useperlio="$define";;
3851 : Looking for optional libraries
3853 echo "Checking for optional libraries..." >&4
3858 case "$libswanted" in
3859 '') libswanted='c_s';;
3862 "$define") libswanted="$libswanted socks5 socks5_sh" ;;
3868 for thisdir in $libpth $xlibpth; do
3869 test -d $thisdir && libspath="$libspath $thisdir"
3871 for thislib in $libswanted; do
3872 for thisdir in $libspath; do
3874 if $test ! -f "$xxx" -a "X$ignore_versioned_solibs" = "X"; then
3875 xxx=`ls $thisdir/lib$thislib.$so.[0-9] 2>/dev/null|tail -1`
3876 $test -f "$xxx" && eval $libscheck
3877 $test -f "$xxx" && libstyle=shared
3879 if test ! -f "$xxx"; then
3880 xxx=$thisdir/lib$thislib.$so
3881 $test -f "$xxx" && eval $libscheck
3882 $test -f "$xxx" && libstyle=shared
3884 if test ! -f "$xxx"; then
3885 xxx=$thisdir/lib$thislib$_a
3886 $test -f "$xxx" && eval $libscheck
3887 $test -f "$xxx" && libstyle=static
3889 if test ! -f "$xxx"; then
3890 xxx=$thisdir/$thislib$_a
3891 $test -f "$xxx" && eval $libscheck
3892 $test -f "$xxx" && libstyle=static
3894 if test ! -f "$xxx"; then
3895 xxx=$thisdir/lib${thislib}_s$_a
3896 $test -f "$xxx" && eval $libscheck
3897 $test -f "$xxx" && libstyle=static
3898 $test -f "$xxx" && thislib=${thislib}_s
3900 if test ! -f "$xxx"; then
3901 xxx=$thisdir/Slib$thislib$_a
3902 $test -f "$xxx" && eval $libscheck
3903 $test -f "$xxx" && libstyle=static
3905 if $test -f "$xxx"; then
3907 shared) echo "Found -l$thislib (shared)." ;;
3908 static) echo "Found -l$thislib." ;;
3909 *) echo "Found -l$thislib ($libstyle)." ;;
3913 *) dflt="$dflt -l$thislib"
3914 libsfound="$libsfound $xxx"
3916 libsfiles="$libsfiles $yyy"
3917 yyy=`echo $xxx|$sed -e "s%/$yyy\\$%%"`
3918 case " $libsdirs " in
3920 *) libsdirs="$libsdirs $yyy" ;;
3927 if $test ! -f "$xxx"; then
3928 echo "No -l$thislib."
3939 ' '|'') dflt='none';;
3944 In order to compile $package on your machine, a number of libraries
3945 are usually needed. Include any other special libraries here as well.
3946 Say "none" for none. The default list is almost always right.
3950 rp="What libraries to use?"
3957 : determine optimization, if desired, or use for debug flag also
3959 ' '|$undef) dflt='none';;
3961 *) dflt="$optimize";;
3965 By default, $package compiles with the -O flag to use the optimizer.
3966 Alternately, you might want to use the symbolic debugger, which uses
3967 the -g flag (on traditional Unix systems). Either flag can be
3968 specified here. To use neither flag, specify the word "none".
3971 rp="What optimizer/debugger flag should be used?"
3975 'none') optimize=" ";;
3979 : We will not override a previous value, but we might want to
3980 : augment a hint file
3982 default|recommended)
3983 case "$gccversion" in
3984 1*) dflt='-fpcc-struct-return' ;;
3987 *-g*) dflt="$dflt -DDEBUGGING";;
3989 case "$gccversion" in
3990 2*) if test -d /etc/conf/kconfig.d &&
3991 $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
3997 case "$gccversion" in
4001 echo "Checking if your compiler accepts -fno-strict-aliasing" 2>&1
4002 echo 'int main(void) { return 0; }' > gcctest.c
4003 if $cc -O2 -fno-strict-aliasing -o gcctest gcctest.c; then
4004 echo "Yes, it does." 2>&1
4007 echo "Leaving current flags $ccflags alone." 2>&1
4009 *) dflt="$dflt -fno-strict-aliasing" ;;
4012 echo "Nope, it doesn't, but that's ok." 2>&1
4019 case "$mips_type" in
4020 *BSD*|'') inclwanted="$locincpth $usrinc";;
4021 *) inclwanted="$locincpth $inclwanted $usrinc/bsd";;
4023 for thisincl in $inclwanted; do
4024 if $test -d $thisincl; then
4025 if $test x$thisincl != x$usrinc; then
4027 *" -I$thisincl "*);;
4028 *) dflt="$dflt -I$thisincl ";;
4034 inctest='if $contains $2 $usrinc/$1 >/dev/null 2>&1; then
4036 elif $contains $2 $usrinc/sys/$1 >/dev/null 2>&1; then
4044 *) dflt="$dflt -D$2";;
4048 set signal.h LANGUAGE_C; eval $inctest
4052 ccflags="$ccflags -DSOCKS"
4057 default|recommended) dflt="$ccflags $dflt" ;;
4058 *) dflt="$ccflags";;
4067 Your C compiler may want other flags. For this question you should include
4068 -I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
4069 but you should NOT include libraries or ld flags like -lwhatever. If you
4070 want $package to honor its debug switch, you should include -DDEBUGGING here.
4071 Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
4073 To use no flags, specify the word "none".
4079 rp="Any additional cc flags?"
4086 : the following weeds options from ccflags that are of no interest to cpp
4088 '') cppflags="$ccflags" ;;
4089 *) cppflags="$cppflags $ccflags" ;;
4091 case "$gccversion" in
4092 1*) cppflags="$cppflags -D__GNUC__"
4094 case "$mips_type" in
4096 *BSD*) cppflags="$cppflags -DSYSTYPE_BSD43";;
4102 echo "Let me guess what the preprocessor flags are..." >&4
4116 *) ftry="$previous $flag";;
4118 if $cppstdin -DLFRULB=bar $cppflags $ftry $cppminus <cpp.c \
4119 >cpp1.out 2>/dev/null && \
4120 $cpprun -DLFRULB=bar $cppflags $ftry $cpplast <cpp.c \
4121 >cpp2.out 2>/dev/null && \
4122 $contains 'foo.*xx.*bar' cpp1.out >/dev/null 2>&1 && \
4123 $contains 'foo.*xx.*bar' cpp2.out >/dev/null 2>&1
4125 cppflags="$cppflags $ftry"
4135 *-*) echo "They appear to be: $cppflags";;
4137 $rm -f cpp.c cpp?.out
4141 : flags used in final linking phase
4143 '') if ./venix; then
4149 *-posix*) dflt="$dflt -posix" ;;
4152 *) dflt="$ldflags";;
4155 : Try to guess additional flags to pick up local libraries.
4156 for thislibdir in $libpth; do
4157 case " $loclibpth " in
4160 *"-L$thislibdir "*) ;;
4161 *) dflt="$dflt -L$thislibdir" ;;
4173 Your C linker may need flags. For this question you should
4174 include -L/whatever and any other flags used by the C linker, but you
4175 should NOT include libraries like -lwhatever.
4177 Make sure you include the appropriate -L/path flags if your C linker
4178 does not normally search all of the directories you specified above,
4181 To use no flags, specify the word "none".
4185 rp="Any additional ld flags (NOT including libraries)?"
4191 rmlist="$rmlist pdp11"
4195 echo "Checking your choice of C compiler and flags for coherency..." >&4
4196 $cat > try.c <<'EOF'
4198 int main() { printf("Ok\n"); exit(0); }
4200 set X $cc -o try $optimize $ccflags $ldflags try.c $libs
4202 $cat >try.msg <<'EOM'
4203 I've tried to compile and run the following simple program:
4206 $cat try.c >> try.msg
4208 $cat >> try.msg <<EOM
4215 and I got the following output:
4219 if $sh -c "$cc -o try $optimize $ccflags $ldflags try.c $libs" >>try.msg 2>&1; then
4220 if $sh -c './try' >>try.msg 2>&1; then
4224 *) echo 'The program compiled OK, but produced no output.' >> try.msg
4227 cat >> try.msg <<'EOQS'
4228 If $libs contains -lsfio, and sfio is mis-configured, then it
4229 sometimes (apparently) runs and exits with a 0 status, but with no
4230 output! It may have to do with sfio's use of _exit vs. exit.
4233 rp="You have a big problem. Shall I abort Configure"
4240 echo "The program compiled OK, but exited with status $?." >>try.msg
4241 rp="You have a problem. Shall I abort Configure"
4245 echo "I can't compile the test program." >>try.msg
4246 rp="You have a BIG problem. Shall I abort Configure"
4252 case "$knowitall" in
4254 echo "(The supplied flags or libraries might be incorrect.)"
4262 *) echo "Ok. Stopping Configure." >&4
4267 n) echo "OK, that should do.";;
4269 $rm -f try try.* core
4271 : define an is-a-typedef? function
4272 typedef='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
4274 "") inclist="sys/types.h";;
4276 eval "varval=\$$var";
4280 for inc in $inclist; do
4281 echo "#include <$inc>" >>temp.c;
4283 echo "#ifdef $type" >> temp.c;
4284 echo "printf(\"We have $type\");" >> temp.c;
4285 echo "#endif" >> temp.c;
4286 $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
4287 if $contains $type temp.E >/dev/null 2>&1; then
4293 *) eval "$var=\$varval";;
4296 : define an is-a-typedef? function that prompts if the type is not available.
4297 typedef_ask='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
4299 "") inclist="sys/types.h";;
4301 eval "varval=\$$var";
4305 for inc in $inclist; do
4306 echo "#include <$inc>" >>temp.c;
4308 echo "#ifdef $type" >> temp.c;
4309 echo "printf(\"We have $type\");" >> temp.c;
4310 echo "#endif" >> temp.c;
4311 $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
4313 echo "$rp" | $sed -e "s/What is/Looking for/" -e "s/?/./";
4314 if $contains $type temp.E >/dev/null 2>&1; then
4315 echo "$type found." >&4;
4318 echo "$type NOT found." >&4;
4324 *) eval "$var=\$varval";;
4327 : define a shorthand compile call
4331 $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs > /dev/null 2>&1;'
4332 : define a shorthand compile call for compilations that should be ok.
4336 $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs;'
4338 : check for lengths of integral types
4342 echo "Checking to see how big your integers are..." >&4
4343 $cat >intsize.c <<'EOCP'
4347 printf("intsize=%d;\n", (int)sizeof(int));
4348 printf("longsize=%d;\n", (int)sizeof(long));
4349 printf("shortsize=%d;\n", (int)sizeof(short));
4354 if eval $compile_ok && ./intsize > /dev/null; then
4356 echo "Your integers are $intsize bytes long."
4357 echo "Your long integers are $longsize bytes long."
4358 echo "Your short integers are $shortsize bytes long."
4362 Help! I can't compile and run the intsize test program: please enlighten me!
4363 (This is probably a misconfiguration in your system or libraries, and
4364 you really ought to fix it. Still, I'll try anyway.)
4368 rp="What is the size of an integer (in bytes)?"
4372 rp="What is the size of a long integer (in bytes)?"
4376 rp="What is the size of a short integer (in bytes)?"
4382 $rm -f intsize intsize.*
4384 : see what type lseek is declared as in the kernel
4385 rp="What is the type used for lseek's offset on this system?"
4386 set off_t lseektype long stdio.h sys/types.h
4390 echo "Checking to see how big your file offsets are..." >&4
4392 #include <sys/types.h>
4396 printf("%d\n", (int)sizeof($lseektype));
4401 if eval $compile_ok; then
4403 echo "Your file offsets are $lseeksize bytes long."
4407 echo "(I can't seem to compile the test program. Guessing...)"
4408 rp="What is the size of your file offsets (in bytes)?"
4414 : see what type file positions are declared as in the library
4415 rp="What is the type for file position used by fsetpos()?"
4416 set fpos_t fpostype long stdio.h sys/types.h
4421 *_t) zzz="$fpostype" ;;
4424 echo "Checking the size of $zzz..." >&4
4426 #include <sys/types.h>
4429 printf("%d\n", (int)sizeof($fpostype));
4434 if eval $compile_ok; then
4438 echo "(I can't execute the test program--guessing $fpossize.)" >&4
4441 echo "Your $zzz is $fpossize bytes long."
4447 echo "(I can't compile the test program. Guessing...)" >&4
4448 rp="What is the size of your file positions (in bytes)?"
4455 # Backward compatibility (uselfs is deprecated).
4457 "$define"|true|[yY]*)
4460 *** Configure -Duselfs is deprecated, using -Duselargefiles instead.
4462 uselargefiles="$define"
4466 case "$lseeksize:$fpossize" in
4469 You can have files larger than 2 gigabytes.
4472 *) case "$uselargefiles" in
4473 "$undef"|false|[nN]*) dflt='n' ;;
4478 Perl can be built to understand large files (files larger than 2 gigabytes)
4479 on some systems. To do so, Configure can be run with -Duselargefiles.
4481 If this doesn't make any sense to you, just accept the default '$dflt'.
4483 rp='Try to understand large files, if available?'
4486 y|Y) val="$define" ;;
4493 case "$uselargefiles" in
4495 : Look for a hint-file generated 'call-back-unit'. If the
4496 : user has specified that a large files perl is to be built,
4497 : we may need to set or change some other defaults.
4498 if $test -f uselargefiles.cbu; then
4499 echo "Your platform has some specific hints for large file builds, using them..."
4500 . ./uselargefiles.cbu
4502 echo "Rechecking to see how big your file offsets are..." >&4
4504 #include <sys/types.h>
4508 printf("%d\n", (int)sizeof($lseektype));
4513 if eval $compile_ok; then
4515 $echo "Your file offsets are now $lseeksize bytes long."
4519 echo "(I can't seem to compile the test program. Guessing...)"
4520 rp="What is the size of your file offsets (in bytes)?"
4525 *_t) zzz="$fpostype" ;;
4528 $echo $n "Rechecking the size of $zzz...$c" >&4
4530 #include <sys/types.h>
4533 printf("%d\n", (int)sizeof($fpostype));
4538 if eval $compile_ok; then
4543 echo "(I can't execute the test program--guessing $fpossize.)" >&4
4546 echo " $fpossize bytes." >&4
4552 echo "(I can't compile the test program. Guessing...)" >&4
4553 rp="What is the size of your file positions (in bytes)?"
4563 case "$usemorebits" in
4564 "$define"|true|[yY]*)
4565 use64bitint="$define"
4566 uselongdouble="$define"
4567 usemorebits="$define"
4569 *) usemorebits="$undef"
4573 : check for void type
4575 echo "Checking to see how well your C compiler groks the void type..." >&4
4576 case "$voidflags" in
4578 $cat >try.c <<'EOCP'
4584 extern void moo(); /* function returning void */
4585 void (*goo)(); /* ptr to func returning void */
4587 void *hue; /* generic ptr */
4600 int main() { sub(); }
4602 if $cc $ccflags -c -DTRY=$defvoidused try.c >.out 2>&1 ; then
4603 voidflags=$defvoidused
4604 echo "Good. It appears to support void to the level $package wants.">&4
4605 if $contains warning .out >/dev/null 2>&1; then
4606 echo "However, you might get some warnings that look like this:"
4610 echo "Hmm, your compiler has some difficulty with void. Checking further..." >&4
4611 if $cc $ccflags -c -DTRY=1 try.c >/dev/null 2>&1; then
4612 echo "It supports 1..."
4613 if $cc $ccflags -c -DTRY=3 try.c >/dev/null 2>&1; then
4614 echo "It also supports 2..."
4615 if $cc $ccflags -c -DTRY=7 try.c >/dev/null 2>&1; then
4617 echo "And it supports 4 but not 8 definitely."
4619 echo "It doesn't support 4..."
4620 if $cc $ccflags -c -DTRY=11 try.c >/dev/null 2>&1; then
4622 echo "But it supports 8."
4625 echo "Neither does it support 8."
4629 echo "It does not support 2..."
4630 if $cc $ccflags -c -DTRY=13 try.c >/dev/null 2>&1; then
4632 echo "But it supports 4 and 8."
4634 if $cc $ccflags -c -DTRY=5 try.c >/dev/null 2>&1; then
4636 echo "And it supports 4 but has not heard about 8."
4638 echo "However it supports 8 but not 4."
4643 echo "There is no support at all for void."
4648 case "$voidflags" in
4651 Support flag bits are:
4652 1: basic void declarations.
4653 2: arrays of pointers to functions returning void.
4654 4: operations between pointers to and addresses of void functions.
4655 8: generic void pointers.
4658 rp="Your void support flags add up to what?"
4665 : check for length of pointer
4669 echo "Checking to see how big your pointers are..." >&4
4670 if test "$voidflags" -gt 7; then
4671 echo '#define VOID_PTR char *' > try.c
4673 echo '#define VOID_PTR void *' > try.c
4675 $cat >>try.c <<'EOCP'
4679 printf("%d\n", (int)sizeof(VOID_PTR));
4684 if eval $compile_ok; then
4686 echo "Your pointers are $ptrsize bytes long."
4689 echo "(I can't seem to compile the test program. Guessing...)" >&4
4690 rp="What is the size of a pointer (in bytes)?"
4698 : check for long long
4700 echo "Checking to see if you have long long..." >&4
4701 echo 'int main() { long long x = 7; return 0; }' > try.c
4703 if eval $compile; then
4705 echo "You have long long."
4708 echo "You do not have long long."
4714 : check for length of long long
4715 case "${d_longlong}${longlongsize}" in
4718 echo "Checking to see how big your long longs are..." >&4
4719 $cat >try.c <<'EOCP'
4723 printf("%d\n", (int)sizeof(long long));
4728 if eval $compile_ok; then
4729 longlongsize=`./try$exe_ext`
4730 echo "Your long longs are $longlongsize bytes long."
4734 echo "(I can't seem to compile the test program. Guessing...)"
4735 rp="What is the size of a long long (in bytes)?"
4739 if $test "X$longsize" = "X$longlongsize"; then
4740 echo "(That isn't any different from an ordinary long.)"
4746 : determine filename position in cpp output
4748 echo "Computing filename position in cpp output for #include directives..." >&4
4749 echo '#include <stdio.h>' > foo.c
4752 $cppstdin $cppflags $cppminus <foo.c 2>/dev/null | \
4753 $grep '^[ ]*#.*stdio\.h' | \
4754 while read cline; do
4757 while $test \$# -gt 0; do
4758 if $test -r \`echo \$1 | $tr -d '"'\`; then
4763 pos=\`expr \$pos + 1\`
4775 *) pos="${fieldn}th";;
4777 echo "Your cpp writes the filename in the $pos field of the line."
4779 : locate header file
4784 for usrincdir in $usrinc
4786 if test -f \$usrincdir/\$wanted; then
4787 echo "\$usrincdir/\$wanted"
4791 awkprg='{ print \$$fieldn }'
4792 echo "#include <\$wanted>" > foo\$\$.c
4793 $cppstdin $cppminus $cppflags < foo\$\$.c 2>/dev/null | \
4794 $grep "^[ ]*#.*\$wanted" | \
4795 while read cline; do
4796 name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\`
4798 *[/\\\\]\$wanted) echo "\$name"; exit 1;;
4799 *[\\\\/]\$wanted) echo "\$name"; exit 1;;
4804 # status = 0: grep returned 0 lines, case statement not executed
4805 # status = 1: headerfile found
4806 # status = 2: while loop executed, no headerfile found
4810 if test \$status -eq 1; then
4817 : define an alternate in-header-list? function
4818 inhdr='echo " "; td=$define; tu=$undef; yyy=$@;
4819 cont=true; xxf="echo \"<\$1> found.\" >&4";
4820 case $# in 2) xxnf="echo \"<\$1> NOT found.\" >&4";;
4821 *) xxnf="echo \"<\$1> NOT found, ...\" >&4";;
4823 case $# in 4) instead=instead;; *) instead="at last";; esac;
4824 while $test "$cont"; do
4826 var=$2; eval "was=\$$2";
4827 if $test "$xxx" && $test -r "$xxx";
4829 eval "case \"\$$var\" in $undef) . ./whoa; esac"; eval "$var=\$td";
4832 eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu"; fi;
4833 set $yyy; shift; shift; yyy=$@;
4834 case $# in 0) cont="";;
4835 2) xxf="echo \"but I found <\$1> $instead.\" >&4";
4836 xxnf="echo \"and I did not find <\$1> either.\" >&4";;
4837 *) xxf="echo \"but I found <\$1\> instead.\" >&4";
4838 xxnf="echo \"there is no <\$1>, ...\" >&4";;
4842 do set $yyy; var=$2; eval "was=\$$2";
4843 eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu";
4844 set $yyy; shift; shift; yyy=$@;
4847 : see if inttypes.h is available
4848 : we want a real compile instead of Inhdr because some systems
4849 : have an inttypes.h which includes non-existent headers
4852 #include <inttypes.h>
4854 static int32_t foo32 = 0x12345678;
4858 if eval $compile; then
4859 echo "<inttypes.h> found." >&4
4862 echo "<inttypes.h> NOT found." >&4
4871 echo "Checking to see if you have int64_t..." >&4
4873 #include <sys/types.h>
4874 #$i_inttypes I_INTTYPES
4876 #include <inttypes.h>
4878 int main() { int64_t x = 7; }
4881 if eval $compile; then
4883 echo "You have int64_t."
4886 echo "You do not have int64_t."
4894 echo "Checking which 64-bit integer type we could use..." >&4
4900 val='"unsigned int"'
4905 *) case "$longsize" in
4909 val='"unsigned long"'
4914 *) case "$d_longlong:$longlongsize" in
4919 val='"unsigned long long"'
4924 *) case "$d_int64_t" in
4943 '') echo "Alas, no 64-bit integer types in sight." >&4
4946 *) echo "We could use '$quadtype' for 64-bit integers." >&4
4952 case "$uselonglong" in
4953 "$define"|true|[yY]*)
4956 *** Configure -Duselonglong is deprecated, using -Duse64bitint instead.
4958 use64bitint="$define"
4961 case "$use64bits" in
4962 "$define"|true|[yY]*)
4965 *** Configure -Duse64bits is deprecated, using -Duse64bitint instead.
4967 use64bitint="$define"
4970 case "$use64bitints" in
4971 "$define"|true|[yY]*)
4974 *** There is no Configure -Duse64bitints, using -Duse64bitint instead.
4976 use64bitint="$define"
4979 case "$use64bitsint" in
4980 "$define"|true|[yY]*)
4983 *** There is no Configure -Duse64bitsint, using -Duse64bitint instead.
4985 use64bitint="$define"
4988 case "$uselonglongs" in
4989 "$define"|true|[yY]*)
4992 *** There is no Configure -Duselonglongs, using -Duse64bitint instead.
4994 use64bitint="$define"
4997 case "$use64bitsall" in
4998 "$define"|true|[yY]*)
5001 *** There is no Configure -Duse64bitsall, using -Duse64bitall instead.
5003 use64bitall="$define"
5008 *-DUSE_LONG_LONG*|*-DUSE_64_BIT_INT*|*-DUSE_64_BIT_ALL*) use64bitint="$define";;
5010 case "$use64bitall" in
5011 "$define"|true|[yY]*) use64bitint="$define" ;;
5017 You have natively 64-bit long integers.
5021 *) case "$use64bitint" in
5022 "$define"|true|[yY]*) dflt='y';;
5031 Perl can be built to take advantage of 64-bit integer types
5032 on some systems. To do so, Configure can be run with -Duse64bitint.
5033 Choosing this option will most probably introduce binary incompatibilities.
5035 If this doesn't make any sense to you, just accept the default '$dflt'.
5036 (The default has been chosen based on your configuration.)
5038 rp='Try to use 64-bit integers, if available?'
5041 [yY]*) val="$define" ;;
5049 case "$use64bitall" in
5050 "$define"|true|[yY]*) dflt='y' ;;
5051 *) case "$longsize" in
5059 You may also choose to try maximal 64-bitness. It means using as much
5060 64-bitness as possible on the platform. This in turn means even more
5061 binary incompatibilities. On the other hand, your platform may not
5062 have any more 64-bitness available than what you already have chosen.
5064 If this doesn't make any sense to you, just accept the default '$dflt'.
5065 (The default has been chosen based on your configuration.)
5067 rp='Try to use maximal 64-bit support, if available?'
5070 [yY]*) val="$define" ;;
5075 case "$use64bitall" in
5077 case "$use64bitint" in
5081 Since you have chosen a maximally 64-bit build, I'm also turning on
5082 the use of 64-bit integers.
5084 use64bitint="$define" ;;
5089 case "$use64bitall" in
5090 "$define"|true|[yY]*)
5094 *** You have chosen a maximally 64-bit build, but your pointers
5095 *** are only 4 bytes wide, disabling maximal 64-bitness.
5098 use64bitall="$undef"
5099 case "$use64bitint" in
5100 "$define"|true|[yY]*) ;;
5103 *** Downgrading from maximal 64-bitness to using 64-bit integers.
5106 use64bitint="$define"
5114 case "$use64bitint" in
5115 "$define"|true|[yY]*)
5116 : Look for a hint-file generated 'call-back-unit'. If the
5117 : user has specified that a 64-bit perl is to be built,
5118 : we may need to set or change some other defaults.
5119 if $test -f use64bitint.cbu; then
5120 echo "Your platform has some specific hints for 64-bit integers, using them..."
5124 4) case "$archname64" in
5125 '') archname64=64int ;;
5132 case "$use64bitall" in
5133 "$define"|true|[yY]*)
5134 : Look for a hint-file generated 'call-back-unit'. If the
5135 : user has specified that a maximally 64-bit perl is to be built,
5136 : we may need to set or change some other defaults.
5137 if $test -f use64bitall.cbu; then
5138 echo "Your platform has some specific hints for 64-bit builds, using them..."
5142 4) case "$archname64" in
5143 ''|64int) archname64=64all ;;
5151 echo "Checking for GNU C Library..." >&4
5152 cat >gnulibc.c <<EOM
5164 if eval $compile_ok && ./gnulibc; then
5166 echo "You are using the GNU C Library"
5169 echo "You are not using the GNU C Library"
5175 : see if nm is to be used to determine whether a symbol is defined or not
5179 case "$d_gnulibc" in
5182 echo "nm probably won't work on the GNU C Library." >&4
5188 if $test "$osname" = aix -a ! -f /lib/syscalls.exp; then
5190 echo "Whoops! This is an AIX system without /lib/syscalls.exp!" >&4
5191 echo "'nm' won't be sufficient on this sytem." >&4
5197 '') dflt=`$egrep 'inlibc|csym' $rsrc/Configure | wc -l 2>/dev/null`
5198 if $test $dflt -gt 20; then
5208 true|$define) dflt=y;;
5215 I can use $nm to extract the symbols from your C libraries. This
5216 is a time consuming task which may generate huge output on the disk (up
5217 to 3 megabytes) but that should make the symbols extraction faster. The
5218 alternative is to skip the 'nm' extraction part and to compile a small
5219 test program instead to determine whether each symbol is present. If
5220 you have a fast C compiler and/or if your 'nm' output cannot be parsed,
5221 this may be the best solution.
5223 You probably shouldn't let me use 'nm' if you are using the GNU C Library.
5226 rp="Shall I use $nm to extract C symbols from the libraries?"
5229 [Nn]*) usenm=false;;
5238 : nm options which may be necessary
5240 '') if $test -f /mach_boot; then
5242 elif $test -d /usr/ccs/lib; then
5243 nm_opt='-p' # Solaris (and SunOS?)
5244 elif $test -f /dgux; then
5246 elif $test -f /lib64/rld; then
5247 nm_opt='-p' # 64-bit Irix
5253 : nm options which may be necessary for shared libraries but illegal
5254 : for archive libraries. Thank you, Linux.
5255 case "$nm_so_opt" in
5256 '') case "$myuname" in
5258 if $nm --help | $grep 'dynamic' > /dev/null 2>&1; then
5259 nm_so_opt='--dynamic'
5268 : get list of predefined functions in a handy place
5273 *-lc_s*) libc=`./loc libc_s$_a $libc $libpth`
5280 *) for thislib in $libs; do
5283 : Handle C library specially below.
5286 thislib=`echo $thislib | $sed -e 's/^-l//'`
5287 if try=`./loc lib$thislib.$so.'*' X $libpth`; $test -f "$try"; then
5289 elif try=`./loc lib$thislib.$so X $libpth`; $test -f "$try"; then
5291 elif try=`./loc lib$thislib$_a X $libpth`; $test -f "$try"; then
5293 elif try=`./loc $thislib$_a X $libpth`; $test -f "$try"; then
5295 elif try=`./loc lib$thislib X $libpth`; $test -f "$try"; then
5297 elif try=`./loc $thislib X $libpth`; $test -f "$try"; then
5299 elif try=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$try"; then
5304 libnames="$libnames $try"
5306 *) libnames="$libnames $thislib" ;;
5315 for xxx in $libpth; do
5316 $test -r $1 || set $xxx/libc.$so
5317 : The messy sed command sorts on library version numbers.
5319 set `echo blurfl; echo $xxx/libc.$so.[0-9]* | \
5320 tr ' ' $trnl | egrep -v '\.[A-Za-z]*$' | $sed -e '
5322 s/[0-9][0-9]*/0000&/g
5323 s/0*\([0-9][0-9][0-9][0-9][0-9]\)/\1/g
5326 $sort | $sed -e 's/^.* //'`
5329 $test -r $1 || set /usr/ccs/lib/libc.$so
5330 $test -r $1 || set /lib/libsys_s$_a
5336 if $test -r "$1"; then
5337 echo "Your (shared) C library seems to be in $1."
5339 elif $test -r /lib/libc && $test -r /lib/clib; then
5340 echo "Your C library seems to be in both /lib/clib and /lib/libc."
5342 libc='/lib/clib /lib/libc'
5343 if $test -r /lib/syslib; then
5344 echo "(Your math library is in /lib/syslib.)"
5345 libc="$libc /lib/syslib"
5347 elif $test -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
5348 echo "Your C library seems to be in $libc, as you said before."
5349 elif $test -r $incpath/usr/lib/libc$_a; then
5350 libc=$incpath/usr/lib/libc$_a;
5351 echo "Your C library seems to be in $libc. That's fine."
5352 elif $test -r /lib/libc$_a; then
5354 echo "Your C library seems to be in $libc. You're normal."
5356 if tans=`./loc libc$_a blurfl/dyick $libpth`; $test -r "$tans"; then
5358 elif tans=`./loc libc blurfl/dyick $libpth`; $test -r "$tans"; then
5359 libnames="$libnames "`./loc clib blurfl/dyick $libpth`
5360 elif tans=`./loc clib blurfl/dyick $libpth`; $test -r "$tans"; then
5362 elif tans=`./loc Slibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
5364 elif tans=`./loc Mlibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
5367 tans=`./loc Llibc$_a blurfl/dyick $xlibpth`
5369 if $test -r "$tans"; then
5370 echo "Your C library seems to be in $tans, of all places."
5376 if $test $xxx = apollo -o -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
5380 If the guess above is wrong (which it might be if you're using a strange
5381 compiler, or your machine supports multiple models), you can override it here.
5386 echo $libpth | $tr ' ' $trnl | $sort | $uniq > libpath
5388 I can't seem to find your C library. I've looked in the following places:
5391 $sed 's/^/ /' libpath
5394 None of these seems to contain your C library. I need to get its name...
5399 rp='Where is your C library?'
5404 echo $libc $libnames | $tr ' ' $trnl | $sort | $uniq > libnames
5405 set X `cat libnames`
5408 case $# in 1) xxx=file; esac
5409 echo "Extracting names from the following $xxx for later perusal:" >&4
5411 $sed 's/^/ /' libnames >&4
5413 $echo $n "This may take a while...$c" >&4
5417 *$so*) $nm $nm_so_opt $nm_opt $file 2>/dev/null;;
5418 *) $nm $nm_opt $file 2>/dev/null;;
5423 $grep fprintf libc.tmp > libc.ptf
5424 xscan='eval "<libc.ptf $com >libc.list"; $echo $n ".$c" >&4'
5425 xrun='eval "<libc.tmp $com >libc.list"; echo "done" >&4'
5427 if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx *_[_.]*//p' -e 's/^.* $xxx *//p'";\
5429 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5431 elif com="$sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p'";\
5433 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5435 elif com="$sed -n -e '/|UNDEF/d' -e '/FUNC..GL/s/^.*|__*//p'";\
5437 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5439 elif com="$sed -n -e 's/^.* D __*//p' -e 's/^.* D //p'";\
5441 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5443 elif com="$sed -n -e 's/^_//' -e 's/^\([a-zA-Z_0-9]*\).*xtern.*text.*/\1/p'";\
5445 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5447 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p'";\
5449 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5451 elif com="$grep '|' | $sed -n -e '/|COMMON/d' -e '/|DATA/d' \
5452 -e '/ file/d' -e 's/^\([^ ]*\).*/\1/p'";\
5454 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5456 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p' -e 's/^.*|FUNC |WEAK .*|//p'";\
5458 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5460 elif com="$sed -n -e 's/^__//' -e '/|Undef/d' -e '/|Proc/s/ .*//p'";\
5462 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5464 elif com="$sed -n -e 's/^.*|Proc .*|Text *| *//p'";\
5466 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5468 elif com="$sed -n -e '/Def. Text/s/.* \([^ ]*\)\$/\1/p'";\
5470 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5472 elif com="$sed -n -e 's/^[-0-9a-f ]*_\(.*\)=.*/\1/p'";\
5474 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5476 elif com="$sed -n -e 's/.*\.text n\ \ \ \.//p'";\
5478 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5480 elif com="sed -n -e 's/^__.*//' -e 's/[ ]*D[ ]*[0-9]*.*//p'";\
5482 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5485 $nm -p $* 2>/dev/null >libc.tmp
5486 $grep fprintf libc.tmp > libc.ptf
5487 if com="$sed -n -e 's/^.* [ADTSIW] *_[_.]*//p' -e 's/^.* [ADTSIW] //p'";\
5488 eval $xscan; $contains '^fprintf$' libc.list >/dev/null 2>&1
5494 echo "$nm didn't seem to work right. Trying $ar instead..." >&4
5496 if $ar t $libc > libc.tmp && $contains '^fprintf$' libc.tmp >/dev/null 2>&1; then
5497 for thisname in $libnames $libc; do
5498 $ar t $thisname >>libc.tmp
5500 $sed -e "s/\\$_o\$//" < libc.tmp > libc.list
5502 elif test "X$osname" = "Xos2" && $ar tv $libc > libc.tmp; then
5503 # Repeat libc to extract forwarders to DLL entries too
5504 for thisname in $libnames $libc; do
5505 $ar tv $thisname >>libc.tmp
5506 # Revision 50 of EMX has bug in $ar.
5507 # it will not extract forwarders to DLL entries
5508 # Use emximp which will extract exactly them.
5509 emximp -o tmp.imp $thisname \
5511 $sed -e 's/^\([_a-zA-Z0-9]*\) .*$/\1/p' \
5512 < tmp.imp >>libc.tmp
5515 $sed -e "s/\\$_o\$//" -e 's/^ \+//' < libc.tmp > libc.list
5518 echo "$ar didn't seem to work right." >&4
5519 echo "Maybe this is a Cray...trying bld instead..." >&4
5520 if bld t $libc | $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" > libc.list
5522 for thisname in $libnames; do
5524 $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" >>libc.list
5525 $ar t $thisname >>libc.tmp
5529 echo "That didn't work either. Giving up." >&4
5536 if $test -f /lib/syscalls.exp; then
5538 echo "Also extracting names from /lib/syscalls.exp for good ole AIX..." >&4
5539 $sed -n 's/^\([^ ]*\)[ ]*syscall[0-9]*$/\1/p' /lib/syscalls.exp >>libc.list
5543 $rm -f libnames libpath
5545 : is a C symbol defined?
5548 -v) tf=libc.tmp; tc=""; tdc="";;
5549 -a) tf=libc.tmp; tc="[0]"; tdc="[]";;
5550 *) tlook="^$1\$"; tf=libc.list; tc="()"; tdc="()";;
5553 case "$reuseval-$4" in
5555 true-*) tx=no; eval "tval=\$$4"; case "$tval" in "") tx=yes;; esac;;
5561 if $contains $tlook $tf >/dev/null 2>&1;
5566 echo "int main() { extern short $1$tdc; printf(\"%hd\", $1$tc); }" > t.c;
5567 if $cc -o t $optimize $ccflags $ldflags t.c $libs >/dev/null 2>&1;
5575 $define) tval=true;;
5581 : define an is-in-libc? function
5582 inlibc='echo " "; td=$define; tu=$undef;
5583 sym=$1; var=$2; eval "was=\$$2";
5585 case "$reuseval$was" in
5595 echo "$sym() found." >&4;
5596 case "$was" in $undef) . ./whoa; esac; eval "$var=\$td";;
5598 echo "$sym() NOT found." >&4;
5599 case "$was" in $define) . ./whoa; esac; eval "$var=\$tu";;
5603 $define) echo "$sym() found." >&4;;
5604 *) echo "$sym() NOT found." >&4;;
5608 : see if sqrtl exists
5613 *-DUSE_LONG_DOUBLE*|*-DUSE_MORE_BITS*) uselongdouble="$define" ;;
5616 case "$uselongdouble" in
5617 $define|true|[yY]*) dflt='y';;
5622 Perl can be built to take advantage of long doubles which
5623 (if available) may give more accuracy and range for floating point numbers.
5625 If this doesn't make any sense to you, just accept the default '$dflt'.
5627 rp='Try to use long doubles if available?'
5630 y|Y) val="$define" ;;
5636 case "$uselongdouble" in
5637 true|[yY]*) uselongdouble="$define" ;;
5640 case "$uselongdouble" in
5642 : Look for a hint-file generated 'call-back-unit'. If the
5643 : user has specified that long doubles should be used,
5644 : we may need to set or change some other defaults.
5645 if $test -f uselongdouble.cbu; then
5646 echo "Your platform has some specific hints for long doubles, using them..."
5647 . ./uselongdouble.cbu
5650 (Your platform doesn't have any specific hints for long doubles.)
5656 case "$uselongdouble:$d_sqrtl" in
5660 *** You requested the use of long doubles but you do not seem to have
5661 *** the mathematic functions for long doubles. I'm disabling the use
5662 *** of long doubles.
5665 uselongdouble=$undef
5669 : check for length of double
5671 case "$doublesize" in
5673 echo "Checking to see how big your double precision numbers are..." >&4
5674 $cat >try.c <<'EOCP'
5678 printf("%d\n", (int)sizeof(double));
5683 if eval $compile_ok; then
5685 echo "Your double is $doublesize bytes long."
5688 echo "(I can't seem to compile the test program. Guessing...)"
5689 rp="What is the size of a double precision number (in bytes)?"
5697 : check for long doubles
5699 echo "Checking to see if you have long double..." >&4
5700 echo 'int main() { long double x = 7.0; }' > try.c
5702 if eval $compile; then
5704 echo "You have long double."
5707 echo "You do not have long double."
5713 : check for length of long double
5714 case "${d_longdbl}${longdblsize}" in
5717 echo "Checking to see how big your long doubles are..." >&4
5718 $cat >try.c <<'EOCP'
5722 printf("%d\n", sizeof(long double));
5727 if eval $compile; then
5728 longdblsize=`./try$exe_ext`
5729 echo "Your long doubles are $longdblsize bytes long."
5733 echo "(I can't seem to compile the test program. Guessing...)" >&4
5734 rp="What is the size of a long double (in bytes)?"
5738 if $test "X$doublesize" = "X$longdblsize"; then
5739 echo "(That isn't any different from an ordinary double.)"
5745 case "$useperlio" in
5746 $define|true|[yY]*|'') dflt='y';;
5751 Previous version of $package used the standard IO mechanisms as
5752 defined in <stdio.h>. Versions 5.003_02 and later of $package allow
5753 alternate IO mechanisms via the PerlIO abstraction layer, but the
5754 stdio mechanism is still available if needed. The abstraction layer
5755 can use AT&T's sfio (if you already have sfio installed) or regular stdio.
5756 Using PerlIO with sfio may cause problems with some extension modules.
5758 If this doesn't make any sense to you, just accept the default '$dflt'.
5760 rp='Use the PerlIO abstraction layer?'
5767 echo "Ok, doing things the stdio way."
5776 case "$useperlio" in
5777 $define|true|[yY]*) ;;
5780 You are using the SOCKS proxy protocol library which means that you
5781 should also use the PerlIO layer. You may be headed for trouble.
5790 : determine the architecture name
5792 if xxx=`./loc arch blurfl $pth`; $test -f "$xxx"; then
5793 tarch=`arch`"-$osname"
5794 elif xxx=`./loc uname blurfl $pth`; $test -f "$xxx" ; then
5795 if uname -m > tmparch 2>&1 ; then
5796 tarch=`$sed -e 's/ *$//' -e 's/ /_/g' \
5797 -e 's/$/'"-$osname/" tmparch`
5805 case "$myarchname" in
5808 echo "(Your architecture name used to be $myarchname.)"
5815 *) dflt="$archname";;
5817 rp='What is your architecture name'
5820 case "$usethreads" in
5822 echo "Threads selected." >&4
5824 *-thread*) echo "...and architecture name already has -thread." >&4
5826 *) archname="$archname-thread"
5827 echo "...setting architecture name to $archname." >&4
5832 case "$usemultiplicity" in
5834 echo "Multiplicity selected." >&4
5836 *-multi*) echo "...and architecture name already has -multi." >&4
5838 *) archname="$archname-multi"
5839 echo "...setting architecture name to $archname." >&4
5844 case "$use64bitint$use64bitall" in
5846 case "$archname64" in
5848 echo "This architecture is naturally 64-bit, not changing architecture name." >&4
5851 case "$use64bitint" in
5852 "$define") echo "64 bit integers selected." >&4 ;;
5854 case "$use64bitall" in
5855 "$define") echo "Maximal 64 bitness selected." >&4 ;;
5858 *-$archname64*) echo "...and architecture name already has $archname64." >&4
5860 *) archname="$archname-$archname64"
5861 echo "...setting architecture name to $archname." >&4
5867 case "$uselongdouble" in
5869 echo "Long doubles selected." >&4
5870 case "$longdblsize" in
5872 "...but long doubles are equal to doubles, not changing architecture name." >&4
5876 *-ld*) echo "...and architecture name already has -ld." >&4
5878 *) archname="$archname-ld"
5879 echo "...setting architecture name to $archname." >&4
5886 case "$useperlio" in
5888 echo "Perlio selected." >&4
5891 echo "Perlio not selected, using stdio." >&4
5893 *-stdio*) echo "...and architecture name already has -stdio." >&4
5895 *) archname="$archname-stdio"
5896 echo "...setting architecture name to $archname." >&4
5902 : determine root of directory hierarchy where package will be installed.
5905 dflt=`./loc . /usr/local /usr/local /local /opt /usr`
5913 By default, $package will be installed in $dflt/bin, manual pages
5914 under $dflt/man, etc..., i.e. with $dflt as prefix for all
5915 installation directories. Typically this is something like /usr/local.
5916 If you wish to have binaries under /usr/bin but other parts of the
5917 installation under /usr/local, that's ok: you will be prompted
5918 separately for each of the installation directories, the prefix being
5919 only used to set the defaults.
5923 rp='Installation prefix to use?'
5931 *) oldprefix="$prefix";;
5940 *) afsroot=$afsroot ;;
5946 $define|true) afs=true ;;
5947 $undef|false) afs=false ;;
5948 *) if test -d $afsroot; then
5956 echo "AFS may be running... I'll be extra cautious then..." >&4
5958 echo "AFS does not seem to be running..." >&4
5961 : determine installation prefix for where package is to be installed.
5965 Since you are running AFS, I need to distinguish the directory in which
5966 files will reside from the directory in which they are installed (and from
5967 which they are presumably copied to the former directory by occult means).
5970 case "$installprefix" in
5971 '') dflt=`echo $prefix | sed 's#^/afs/#/afs/.#'`;;
5972 *) dflt="$installprefix";;
5977 In some special cases, particularly when building $package for distribution,
5978 it is convenient to distinguish between the directory in which files should
5979 be installed from the directory ($prefix) in which they
5980 will eventually reside. For most users, these two directories are the same.
5983 case "$installprefix" in
5985 *) dflt=$installprefix;;
5989 rp='What installation prefix should I use for installing files?'
5991 installprefix="$ans"
5992 installprefixexp="$ansexp"
5994 : set the prefixit variable, to compute a suitable default value
5995 prefixit='case "$3" in
5997 case "$oldprefix" in
5998 "") eval "$1=\"\$$2\"";;
6005 ""|" ") eval "$1=\"\$$2\"";;
6011 eval "tp=\"$oldprefix-\$$2-\""; eval "tp=\"$tp\"";
6013 --|/*--|\~*--) eval "$1=\"$prefix/$3\"";;
6014 /*-$oldprefix/*|\~*-$oldprefix/*)
6015 eval "$1=\`echo \$$2 | sed \"s,^$oldprefix,$prefix,\"\`";;
6016 *) eval "$1=\"\$$2\"";;
6021 : get the patchlevel
6023 echo "Getting the current patchlevel..." >&4
6024 if $test -r $rsrc/patchlevel.h;then
6025 revision=`awk '/define[ ]+PERL_REVISION/ {print $3}' $rsrc/patchlevel.h`
6026 patchlevel=`awk '/define[ ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
6027 subversion=`awk '/define[ ]+PERL_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
6028 api_revision=`awk '/define[ ]+PERL_API_REVISION/ {print $3}' $rsrc/patchlevel.h`
6029 api_version=`awk '/define[ ]+PERL_API_VERSION/ {print $3}' $rsrc/patchlevel.h`
6030 api_subversion=`awk '/define[ ]+PERL_API_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
6031 perl_patchlevel=`grep ',"DEVEL[0-9][0-9]*"' $rsrc/patchlevel.h|sed 's/[^0-9]//g'`
6040 $echo "(You do not have patchlevel.h. Eek.)"
6042 if $test -r $rsrc/.patch ; then
6043 if $test "`cat $rsrc/.patch`" -gt "$perl_patchlevel" ; then
6044 perl_patchlevel=`cat $rsrc/.patch`
6047 case "$perl_patchlevel" in
6049 '') $echo "(You have $package version $patchlevel subversion $subversion.)" ;;
6050 *) $echo "(You have $package version $patchlevel subversion $subversion patchlevel $perl_patchlevel.)" ;;
6054 : XXX Should be a Configure test for double-dots in filenames.
6055 version=`echo $revision $patchlevel $subversion | \
6056 $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
6057 api_versionstring=`echo $api_revision $api_version $api_subversion | \
6058 $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
6061 version=`echo $revision $patchlevel $subversion | \
6062 $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
6063 api_versionstring=`echo $api_revision $api_version $api_subversion | \
6064 $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
6067 : Special case the 5.005_xx maintenance series, which used 5.005
6068 : without any subversion label as a subdirectory in $sitelib
6069 if test "${api_revision}${api_version}${api_subversion}" = "550"; then
6070 api_versionstring='5.005'
6073 : determine installation style
6074 : For now, try to deduce it from prefix unless it is already set.
6075 : Reproduce behavior of 5.005 and earlier, maybe drop that in 5.7.
6076 case "$installstyle" in
6077 '') case "$prefix" in
6078 *perl*) dflt='lib';;
6079 *) dflt='lib/perl5' ;;
6082 *) dflt="$installstyle" ;;
6084 : Probably not worth prompting for this since we prompt for all
6085 : the directories individually, and the prompt would be too long and
6089 : determine where private library files go
6090 : Usual default is /usr/local/lib/perl5/$version.
6091 : Also allow things like /opt/perl/lib/$version, since
6092 : /opt/perl/lib/perl5... would be redundant.
6093 : The default "style" setting is made in installstyle.U
6094 case "$installstyle" in
6095 *lib/perl5*) set dflt privlib lib/$package/$version ;;
6096 *) set dflt privlib lib/$version ;;
6101 There are some auxiliary files for $package that need to be put into a
6102 private library directory that is accessible by everyone.
6106 rp='Pathname where the private library files will reside?'
6109 privlibexp="$ansexp"
6110 : Change installation prefix, if necessary.
6111 if $test X"$prefix" != X"$installprefix"; then
6112 installprivlib=`echo $privlibexp | sed "s#^$prefix#$installprefix#"`
6114 installprivlib="$privlibexp"
6117 : set the prefixup variable, to restore leading tilda escape
6118 prefixup='case "$prefixexp" in
6120 *) eval "$1=\`echo \$$1 | sed \"s,^$prefixexp,$prefix,\"\`";;
6123 : determine where public architecture dependent libraries go
6126 : privlib default is /usr/local/lib/$package/$version
6127 : archlib default is /usr/local/lib/$package/$version/$archname
6128 : privlib may have an optional trailing /share.
6129 tdflt=`echo $privlib | $sed 's,/share$,,'`
6130 tdflt=$tdflt/$archname
6139 $spackage contains architecture-dependent library files. If you are
6140 sharing libraries in a heterogeneous environment, you might store
6141 these files in a separate location. Otherwise, you can just include
6142 them with the rest of the public library files.
6146 rp='Where do you want to put the public architecture-dependent libraries?'
6149 archlibexp="$ansexp"
6150 if $test X"$archlib" = X"$privlib"; then
6155 : Change installation prefix, if necessary.
6156 if $test X"$prefix" != X"$installprefix"; then
6157 installarchlib=`echo $archlibexp | sed "s#^$prefix#$installprefix#"`
6159 installarchlib="$archlibexp"
6163 : Binary compatibility with 5.005 is not possible for builds
6164 : with advanced features
6165 case "$usethreads$usemultiplicity" in
6167 bincompat5005="$undef"
6168 d_bincompat5005="$undef"
6172 This version of Perl can be compiled for binary compatibility with 5.005.
6173 If you decide to do so, you will be able to continue using most of the
6174 extensions that were compiled for Perl 5.005.
6177 case "$bincompat5005$d_bincompat5005" in
6178 *"$undef"*) dflt=n ;;
6181 rp='Binary compatibility with Perl 5.005?'
6184 y*) val="$define" ;;
6189 case "$d_bincompat5005" in
6191 bincompat5005="$define"
6193 *) bincompat5005="$undef"
6194 d_bincompat5005="$undef"
6201 : see if setuid scripts can be secure
6204 Some kernels have a bug that prevents setuid #! scripts from being
6205 secure. Some sites have disabled setuid #! scripts because of this.
6207 First let's decide if your kernel supports secure setuid #! scripts.
6208 (If setuid #! scripts would be secure but have been disabled anyway,
6209 don't say that they are secure if asked.)
6214 if $test -d /dev/fd; then
6215 echo "#!$ls" >reflect
6216 chmod +x,u+s reflect
6217 ./reflect >flect 2>&1
6218 if $contains "/dev/fd" flect >/dev/null; then
6219 echo "Congratulations, your kernel has secure setuid scripts!" >&4
6223 If you are not sure if they are secure, I can check but I'll need a
6224 username and password different from the one you are using right now.
6225 If you don't have such a username or don't want me to test, simply
6229 rp='Other username to test security of setuid scripts with?'
6234 case "$d_suidsafe" in
6235 '') echo "I'll assume setuid scripts are *not* secure." >&4
6238 echo "Well, the $hint value is *not* secure." >&4
6240 *) echo "Well, the $hint value *is* secure." >&4
6245 $rm -f reflect flect
6246 echo "#!$ls" >reflect
6247 chmod +x,u+s reflect
6250 echo '"su" will (probably) prompt you for '"$ans's password."
6251 su $ans -c './reflect >flect'
6252 if $contains "/dev/fd" flect >/dev/null; then
6253 echo "Okay, it looks like setuid scripts are secure." >&4
6256 echo "I don't think setuid scripts are secure." >&4
6261 rp='Does your kernel have *secure* setuid scripts?'
6264 [yY]*) val="$define";;
6269 echo "I don't think setuid scripts are secure (no /dev/fd directory)." >&4
6270 echo "(That's for file descriptors, not floppy disks.)"
6276 $rm -f reflect flect
6278 : now see if they want to do setuid emulation
6281 case "$d_suidsafe" in
6284 echo "No need to emulate SUID scripts since they are secure here." >& 4
6288 Some systems have disabled setuid scripts, especially systems where
6289 setuid scripts cannot be secure. On systems where setuid scripts have
6290 been disabled, the setuid/setgid bits on scripts are currently
6291 useless. It is possible for $package to detect those bits and emulate
6292 setuid/setgid in a secure fashion. This emulation will only work if
6293 setuid scripts have been disabled in your kernel.
6297 "$define") dflt=y ;;
6300 rp="Do you want to do setuid/setgid emulation?"
6303 [yY]*) val="$define";;
6311 : see if this is a malloc.h system
6312 set malloc.h i_malloc
6315 : see if stdlib is available
6316 set stdlib.h i_stdlib
6319 : determine which malloc to compile in
6321 case "$usemymalloc" in
6322 [yY]*|true|$define) dflt='y' ;;
6323 [nN]*|false|$undef) dflt='n' ;;
6324 *) case "$ptrsize" in
6330 rp="Do you wish to attempt to use the malloc that comes with $package?"
6336 mallocsrc='malloc.c'
6337 mallocobj="malloc$_o"
6338 d_mymalloc="$define"
6341 : Remove malloc from list of libraries to use
6342 echo "Removing unneeded -lmalloc from library list" >&4
6343 set `echo X $libs | $sed -e 's/-lmalloc / /' -e 's/-lmalloc$//'`
6346 echo "libs = $libs" >&4
6358 : compute the return types of malloc and free
6360 $cat >malloc.c <<END
6364 #include <sys/types.h>
6378 case "$malloctype" in
6380 if $cc $ccflags -c -DTRY_MALLOC malloc.c >/dev/null 2>&1; then
6387 echo "Your system wants malloc to return '$malloctype', it would seem." >&4
6391 if $cc $ccflags -c -DTRY_FREE malloc.c >/dev/null 2>&1; then
6398 echo "Your system uses $freetype free(), it would seem." >&4
6402 After $package is installed, you may wish to install various
6403 add-on modules and utilities. Typically, these add-ons will
6404 be installed under $prefix with the rest
6405 of this package. However, you may wish to install such add-ons
6406 elsewhere under a different prefix.
6408 If you do not wish to put everything under a single prefix, that's
6409 ok. You will be prompted for the individual locations; this siteprefix
6410 is only used to suggest the defaults.
6412 The default should be fine for most people.
6416 rp='Installation prefix to use for add-on modules and utilities?'
6417 : XXX Here might be another good place for an installstyle setting.
6418 case "$siteprefix" in
6420 *) dflt=$siteprefix ;;
6423 : XXX Prefixit unit does not yet support siteprefix and vendorprefix
6425 case "$siteprefix" in
6429 *) oldsiteprefix="$prefix";;
6434 siteprefixexp="$ansexp"
6436 : determine where site specific libraries go.
6437 : Usual default is /usr/local/lib/perl5/site_perl/$version
6438 : The default "style" setting is made in installstyle.U
6439 : XXX No longer works with Prefixit stuff.
6440 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6442 '') case "$installstyle" in
6443 *lib/perl5*) dflt=$siteprefix/lib/$package/site_$prog/$version ;;
6444 *) dflt=$siteprefix/lib/site_$prog/$version ;;
6452 The installation process will create a directory for
6453 site-specific extensions and modules. Most users find it convenient
6454 to place all site-specific files in this directory rather than in the
6455 main distribution directory.
6459 rp='Pathname for the site-specific library files?'
6462 sitelibexp="$ansexp"
6463 sitelib_stem=`echo "$sitelibexp" | sed "s,/$version$,,"`
6464 : Change installation prefix, if necessary.
6465 if $test X"$prefix" != X"$installprefix"; then
6466 installsitelib=`echo $sitelibexp | $sed "s#^$prefix#$installprefix#"`
6468 installsitelib="$sitelibexp"
6471 : determine where site specific architecture-dependent libraries go.
6472 : sitelib default is /usr/local/lib/perl5/site_perl/$version
6473 : sitearch default is /usr/local/lib/perl5/site_perl/$version/$archname
6474 : sitelib may have an optional trailing /share.
6476 '') dflt=`echo $sitelib | $sed 's,/share$,,'`
6477 dflt="$dflt/$archname"
6482 set sitearch sitearch none
6486 The installation process will also create a directory for
6487 architecture-dependent site-specific extensions and modules.
6491 rp='Pathname for the site-specific architecture-dependent library files?'
6494 sitearchexp="$ansexp"
6495 : Change installation prefix, if necessary.
6496 if $test X"$prefix" != X"$installprefix"; then
6497 installsitearch=`echo $sitearchexp | sed "s#^$prefix#$installprefix#"`
6499 installsitearch="$sitearchexp"
6504 The installation process will also create a directory for
6505 vendor-supplied add-ons. Vendors who supply perl with their system
6506 may find it convenient to place all vendor-supplied files in this
6507 directory rather than in the main distribution directory. This will
6508 ease upgrades between binary-compatible maintenance versions of perl.
6510 Of course you may also use these directories in whatever way you see
6511 fit. For example, you might use them to access modules shared over a
6512 company-wide network.
6514 The default answer should be fine for most people.
6515 This causes further questions about vendor add-ons to be skipped
6516 and no vendor-specific directories will be configured for perl.
6519 rp='Do you want to configure vendor-specific add-on directories?'
6520 case "$usevendorprefix" in
6521 define|true|[yY]*) dflt=y ;;
6522 *) : User may have set vendorprefix directly on Configure command line.
6523 case "$vendorprefix" in
6532 rp='Installation prefix to use for vendor-supplied add-ons?'
6533 case "$vendorprefix" in
6535 *) dflt=$vendorprefix ;;
6538 : XXX Prefixit unit does not yet support siteprefix and vendorprefix
6540 case "$vendorprefix" in
6544 *) oldvendorprefix="$prefix";;
6548 usevendorprefix="$define"
6550 vendorprefixexp="$ansexp"
6552 *) usevendorprefix="$undef"
6558 case "$vendorprefix" in
6559 '') d_vendorlib="$undef"
6563 *) d_vendorlib="$define"
6564 : determine where vendor-supplied modules go.
6565 : Usual default is /usr/local/lib/perl5/vendor_perl/$version
6566 case "$vendorlib" in
6568 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6569 case "$installstyle" in
6570 *lib/perl5*) dflt=$vendorprefix/lib/$package/vendor_$prog/$version ;;
6571 *) dflt=$vendorprefix/lib/vendor_$prog/$version ;;
6574 *) dflt="$vendorlib"
6578 rp='Pathname for the vendor-supplied library files?'
6581 vendorlibexp="$ansexp"
6584 vendorlib_stem=`echo "$vendorlibexp" | sed "s,/$version$,,"`
6585 : Change installation prefix, if necessary.
6586 if $test X"$prefix" != X"$installprefix"; then
6587 installvendorlib=`echo $vendorlibexp | $sed "s#^$prefix#$installprefix#"`
6589 installvendorlib="$vendorlibexp"
6592 case "$vendorprefix" in
6593 '') d_vendorarch="$undef"
6597 *) d_vendorarch="$define"
6598 : determine where vendor-supplied architecture-dependent libraries go.
6599 : vendorlib default is /usr/local/lib/perl5/vendor_perl/$version
6600 : vendorarch default is /usr/local/lib/perl5/vendor_perl/$version/$archname
6601 : vendorlib may have an optional trailing /share.
6602 case "$vendorarch" in
6603 '') dflt=`echo $vendorlib | $sed 's,/share$,,'`
6604 dflt="$dflt/$archname"
6606 *) dflt="$vendorarch" ;;
6609 rp='Pathname for vendor-supplied architecture-dependent files?'
6612 vendorarchexp="$ansexp"
6615 : Change installation prefix, if necessary.
6616 if $test X"$prefix" != X"$installprefix"; then
6617 installvendorarch=`echo $vendorarchexp | sed "s#^$prefix#$installprefix#"`
6619 installvendorarch="$vendorarchexp"
6622 : Final catch-all directories to search
6625 Lastly, you can have perl look in other directories for extensions and
6626 modules in addition to those already specified.
6627 These directories will be searched after
6631 test X"$vendorlib" != "X" && echo ' ' $vendorlib
6632 test X"$vendorarch" != "X" && echo ' ' $vendorarch
6634 case "$otherlibdirs" in
6635 ''|' ') dflt='none' ;;
6636 *) dflt="$otherlibdirs" ;;
6639 Enter a colon-separated set of extra paths to include in perl's @INC
6640 search path, or enter 'none' for no extra paths.
6644 rp='Colon-separated list of additional directories for perl to search?'
6647 ' '|''|none) otherlibdirs=' ' ;;
6648 *) otherlibdirs="$ans" ;;
6650 case "$otherlibdirs" in
6654 set d_perl_otherlibdirs
6657 : Cruising for prototypes
6659 echo "Checking out function prototypes..." >&4
6660 $cat >prototype.c <<'EOCP'
6661 int main(int argc, char *argv[]) {
6664 if $cc $ccflags -c prototype.c >prototype.out 2>&1 ; then
6665 echo "Your C compiler appears to support function prototypes."
6668 echo "Your C compiler doesn't seem to understand function prototypes."
6675 case "$prototype" in
6677 *) ansi2knr='ansi2knr'
6682 This version of $package can only be compiled by a compiler that
6683 understands function prototypes. Unfortunately, your C compiler
6685 doesn't seem to understand them. Sorry about that.
6687 If GNU cc is available for your system, perhaps you could try that instead.
6689 Eventually, we hope to support building Perl with pre-ANSI compilers.
6690 If you would like to help in that effort, please contact <perlbug@perl.org>.
6692 Aborting Configure now.
6698 : determine where public executables go
6703 rp='Pathname where the public executables will reside?'
6705 if $test "X$ansexp" != "X$binexp"; then
6710 : Change installation prefix, if necessary.
6711 : XXX Bug? -- ignores Configure -Dinstallprefix setting.
6712 if $test X"$prefix" != X"$installprefix"; then
6713 installbin=`echo $binexp | sed "s#^$prefix#$installprefix#"`
6715 installbin="$binexp"
6718 : Find perl5.005 or later.
6719 echo "Looking for a previously installed perl5.005 or later... "
6721 '') for tdir in `echo "$binexp$path_sep$PATH" | $sed "s/$path_sep/ /g"`; do
6722 : Check if this perl is recent and can load a simple module
6723 if $test -x $tdir/perl$exe_ext && $tdir/perl -Mless -e 'use 5.005;' >/dev/null 2>&1; then
6726 elif $test -x $tdir/perl5$exe_ext && $tdir/perl5 -Mless -e 'use 5.005;' >/dev/null 2>&1; then
6736 '') echo "None found. That's ok.";;
6737 *) echo "Using $perl5." ;;
6740 : Determine list of previous versions to include in @INC
6741 $cat > getverlist <<EOPL
6744 \$api_versionstring = "$api_versionstring";
6745 \$version = "$version";
6746 \$stem = "$sitelib_stem";
6747 \$archname = "$archname";
6749 $cat >> getverlist <<'EOPL'
6750 # Can't have leading @ because metaconfig interprets it as a command!
6751 ;@inc_version_list=();
6752 # XXX Redo to do opendir/readdir?
6755 ;@candidates = glob("5.*");
6761 # XXX ToDo: These comparisons must be reworked when two-digit
6762 # subversions come along, so that 5.7.10 compares as greater than
6763 # 5.7.3! By that time, hope that 5.6.x is sufficiently
6764 # widespread that we can use the built-in version vectors rather
6765 # than reinventing them here. For 5.6.0, however, we must
6766 # assume this script will likely be run by 5.005_0x. --AD 1/2000.
6767 foreach $d (@candidates) {
6768 if ($d lt $version) {
6769 if ($d ge $api_versionstring) {
6770 unshift(@inc_version_list, grep { -d } "$d/$archname", $d);
6772 elsif ($d ge "5.005") {
6773 unshift(@inc_version_list, grep { -d } $d);
6777 # Skip newer version. I.e. don't look in
6778 # 5.7.0 if we're installing 5.6.1.
6782 if (@inc_version_list) {
6783 print join(' ', @inc_version_list);
6786 # Blank space to preserve value for next Configure run.
6791 case "$inc_version_list" in
6792 '') if test -x "$perl5$exe_ext"; then
6793 dflt=`$perl5 getverlist`
6798 $undef) dflt='none' ;;
6799 *) eval dflt=\"$inc_version_list\" ;;
6802 ''|' ') dflt=none ;;
6805 5.005) case "$bincompat5005" in
6806 $define|true|[yY]*) ;;
6813 In order to ease the process of upgrading, this version of perl
6814 can be configured to use modules built and installed with earlier
6815 versions of perl that were installed under $prefix. Specify here
6816 the list of earlier versions that this version of perl should check.
6817 If Configure detected no earlier versions of perl installed under
6818 $prefix, then the list will be empty. Answer 'none' to tell perl
6819 to not search earlier versions.
6821 The default should almost always be sensible, so if you're not sure,
6822 just accept the default.
6825 rp='List of earlier versions to include in @INC?'
6828 [Nn]one|''|' ') inc_version_list=' ' ;;
6829 *) inc_version_list="$ans" ;;
6831 case "$inc_version_list" in
6833 inc_version_list_init='0';;
6834 *) inc_version_list_init=`echo $inc_version_list |
6835 $sed -e 's/^/"/' -e 's/ /","/g' -e 's/$/",0/'`
6840 : determine whether to install perl also as /usr/bin/perl
6843 if $test -d /usr/bin -a "X$installbin" != X/usr/bin; then
6845 Many scripts expect perl to be installed as /usr/bin/perl.
6846 I can install the perl you are about to compile also as /usr/bin/perl
6847 (in addition to $installbin/perl).
6849 case "$installusrbinperl" in
6850 "$undef"|[nN]*) dflt='n';;
6853 rp="Do you want to install perl as /usr/bin/perl?"
6856 [yY]*) val="$define";;
6862 set installusrbinperl
6865 : see if dld is available
6869 : see if dlopen exists
6876 : determine which dynamic loading, if any, to compile in
6878 dldir="ext/DynaLoader"
6891 $define) dflt='y' ;;
6894 $define) dflt='y' ;;
6896 : Does a dl_xxx.xs file exist for this operating system
6897 $test -f $rsrc/$dldir/dl_${osname}.xs && dflt='y'
6900 rp="Do you wish to use dynamic loading?"
6907 if $test -f $rsrc/$dldir/dl_${osname}.xs ; then
6908 dflt="$dldir/dl_${osname}.xs"
6909 elif $test "$d_dlopen" = "$define" ; then
6910 dflt="$dldir/dl_dlopen.xs"
6911 elif $test "$i_dld" = "$define" ; then
6912 dflt="$dldir/dl_dld.xs"
6917 *) dflt="$dldir/$dlsrc"
6920 echo "The following dynamic loading files are available:"
6921 : Can not go over to $dldir because getfile has path hard-coded in.
6922 tdir=`pwd`; cd $rsrc; $ls -C $dldir/dl*.xs; cd $tdir
6923 rp="Source file to use for dynamic loading"
6929 dlsrc=`echo $ans | $sed -e 's%.*/\([^/]*\)$%\1%'`
6933 Some systems may require passing special flags to $cc -c to
6934 compile modules that will be used to create a shared library.
6935 To use no flags, say "none".
6938 case "$cccdlflags" in
6939 '') case "$gccversion" in
6940 '') case "$osname" in
6942 next) dflt='none' ;;
6943 irix*) dflt='-KPIC' ;;
6944 svr4*|esix*|solaris|nonstopux) dflt='-KPIC' ;;
6945 sunos) dflt='-pic' ;;
6949 *) case "$osname" in
6950 svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;;
6955 *) dflt="$cccdlflags" ;;
6957 rp="Any special flags to pass to $cc -c to compile shared library modules?"
6960 none) cccdlflags=' ' ;;
6961 *) cccdlflags="$ans" ;;
6966 Some systems use ld to create libraries that can be dynamically loaded,
6967 while other systems (such as those using ELF) use $cc.
6971 '') $cat >try.c <<'EOM'
6972 /* Test for whether ELF binaries are produced */
6977 int i = open("a.out",O_RDONLY);
6980 if(read(i,b,4)==4 && b[0]==127 && b[1]=='E' && b[2]=='L' && b[3]=='F')
6981 exit(0); /* succeed (yes, it's ELF) */
6986 if $cc $ccflags $ldflags try.c >/dev/null 2>&1 && ./a.out; then
6988 You appear to have ELF support. I'll use $cc to build dynamic libraries.
6992 echo "I'll use ld to build dynamic libraries."
7001 rp="What command should be used to create dynamic libraries?"
7007 Some systems may require passing special flags to $ld to create a
7008 library that can be dynamically loaded. If your ld flags include
7009 -L/other/path options to locate libraries outside your loader's normal
7010 search path, you may need to specify those -L options here as well. To
7011 use no flags, say "none".
7014 case "$lddlflags" in
7015 '') case "$osname" in
7016 beos) dflt='-nostart' ;;
7018 case "$gccversion" in
7019 '') dflt="$dflt +vnocompatwarnings" ;;
7022 linux|irix*) dflt='-shared' ;;
7023 next) dflt='none' ;;
7024 solaris) dflt='-G' ;;
7025 sunos) dflt='-assert nodefinitions' ;;
7026 svr4*|esix*|nonstopux) dflt="-G $ldflags" ;;
7030 *) dflt="$lddlflags" ;;
7033 : Try to guess additional flags to pick up local libraries.
7034 : Be careful not to append to a plain 'none'
7038 for thisflag in $ldflags; do
7043 *) dflt="$dflt $thisflag" ;;
7050 ''|' ') dflt='none' ;;
7053 rp="Any special flags to pass to $ld to create a dynamically loaded library?"
7056 none) lddlflags=' ' ;;
7057 *) lddlflags="$ans" ;;
7062 Some systems may require passing special flags to $cc to indicate that
7063 the resulting executable will use dynamic linking. To use no flags,
7067 case "$ccdlflags" in
7068 '') case "$osname" in
7069 hpux) dflt='-Wl,-E' ;;
7070 linux) dflt='-rdynamic' ;;
7071 next) dflt='none' ;;
7072 sunos) dflt='none' ;;
7076 *) dflt="$ccdlflags" ;;
7078 rp="Any special flags to pass to $cc to use dynamic linking?"
7081 none) ccdlflags=' ' ;;
7082 *) ccdlflags="$ans" ;;
7096 # No dynamic loading being used, so don't bother even to prompt.
7099 *) case "$useshrplib" in
7100 '') case "$osname" in
7101 svr4*|nonstopux|dgux|dynixptx|esix|powerux|beos|cygwin*)
7103 also='Building a shared libperl is required for dynamic loading to work on your system.'
7108 also='Building a shared libperl is needed for MAB support.'
7126 The perl executable is normally obtained by linking perlmain.c with
7127 libperl${_a}, any static extensions (usually just DynaLoader), and
7128 any other libraries needed on this system (such as -lm, etc.). Since
7129 your system supports dynamic loading, it is probably possible to build
7130 a shared libperl.$so. If you will have more than one executable linked
7131 to libperl.$so, this will significantly reduce the size of each
7132 executable, but it may have a noticeable affect on performance. The
7133 default is probably sensible for your system.
7137 rp="Build a shared libperl.$so (y/n)"
7141 useshrplib='true' ;;
7142 *) useshrplib='false' ;;
7147 case "$useshrplib" in
7151 # Figure out a good name for libperl.so. Since it gets stored in
7152 # a version-specific architecture-dependent library, the version
7153 # number isn't really that important, except for making cc/ld happy.
7155 # A name such as libperl.so.3.1
7156 majmin="libperl.$so.$patchlevel.$subversion"
7157 # A name such as libperl.so.301
7158 majonly=`echo $patchlevel $subversion |
7159 $awk '{printf "%d%02d", $1, $2}'`
7160 majonly=libperl.$so.$majonly
7161 # I'd prefer to keep the os-specific stuff here to a minimum, and
7162 # rely on figuring it out from the naming of libc.
7163 case "${osname}${osvers}" in
7166 # XXX How handle the --version stuff for MAB?
7168 linux*) # ld won't link with a bare -lperl otherwise.
7171 cygwin*) # include version
7172 dflt=`echo libperl$version | sed -e 's/\./_/g'`$lib_ext
7174 *) # Try to guess based on whether libc has major.minor.
7176 *libc.$so.[0-9]*.[0-9]*) dflt=$majmin ;;
7177 *libc.$so.[0-9]*) dflt=$majonly ;;
7178 *) dflt=libperl.$so ;;
7188 I need to select a good name for the shared libperl. If your system uses
7189 library names with major and minor numbers, then you might want something
7190 like $majmin. Alternatively, if your system uses a single version
7191 number for shared libraries, then you might want to use $majonly.
7192 Or, your system might be quite happy with a simple libperl.$so.
7194 Since the shared libperl will get installed into a version-specific
7195 architecture-dependent directory, the version number of the shared perl
7196 library probably isn't important, so the default should be o.k.
7199 rp='What name do you want to give to the shared libperl?'
7202 echo "Ok, I'll use $libperl"
7205 libperl="libperl${_a}"
7209 # Detect old use of shrpdir via undocumented Configure -Dshrpdir
7213 WARNING: Use of the shrpdir variable for the installation location of
7214 the shared $libperl is not supported. It was never documented and
7215 will not work in this version. Let me (perlbug@perl.org)
7216 know of any problems this may cause.
7222 But your current setting of $shrpdir is
7223 the default anyway, so it's harmless.
7228 Further, your current attempted setting of $shrpdir
7229 conflicts with the value of $archlibexp/CORE
7230 that installperl will use.
7237 # How will the perl executable find the installed shared $libperl?
7238 # Add $xxx to ccdlflags.
7239 # If we can't figure out a command-line option, use $shrpenv to
7240 # set env LD_RUN_PATH. The main perl makefile uses this.
7241 shrpdir=$archlibexp/CORE
7244 if "$useshrplib"; then
7247 # We'll set it in Makefile.SH...
7253 xxx="-Wl,-R$shrpdir"
7255 linux|irix*|dec_osf)
7256 xxx="-Wl,-rpath,$shrpdir"
7259 # next doesn't like the default...
7262 # beos doesn't like the default, either.
7265 # hpux doesn't like the default, either.
7266 tmp_shrpenv="env LDOPTS=\"+s +b${shrpdir}\""
7269 tmp_shrpenv="env LD_RUN_PATH=$shrpdir"
7275 # Only add $xxx if it isn't already in ccdlflags.
7276 case " $ccdlflags " in
7278 *) ccdlflags="$ccdlflags $xxx"
7281 Adding $xxx to the flags
7282 passed to $ld so that the perl executable will find the
7283 installed shared $libperl.
7291 # Fix ccdlflags in AIX for building external extensions.
7292 # (For building Perl itself bare -bE:perl.exp is needed,
7293 # Makefile.SH takes care of this.)
7295 aix) ccdlflags="$ccdlflags -bE:$installarchlib/CORE/perl.exp" ;;
7297 # Respect a hint or command-line value.
7299 '') shrpenv="$tmp_shrpenv" ;;
7301 case "$ldlibpthname" in
7302 '') ldlibpthname=LD_LIBRARY_PATH ;;
7303 none) ldlibpthname='' ;;
7306 : determine where manual pages are on this system
7310 syspath='/usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1'
7311 syspath="$syspath /usr/man/u_man/man1 /usr/share/man/man1"
7312 syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1"
7313 syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1"
7314 syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
7315 sysman=`./loc . /usr/man/man1 $syspath`
7318 if $test -d "$sysman"; then
7319 echo "System manual is in $sysman." >&4
7321 echo "Could not find manual pages in source form." >&4
7324 : determine where manual pages go
7325 set man1dir man1dir none
7329 $spackage has manual pages available in source form.
7333 echo "However, you don't have nroff, so they're probably useless to you."
7335 '') man1dir="none";;
7338 echo "If you don't want the manual sources installed, answer 'none'."
7343 lookpath="$prefixexp/man/man1 $prefixexp/man/l_man/man1"
7344 lookpath="$lookpath $prefixexp/man/p_man/man1"
7345 lookpath="$lookpath $prefixexp/man/u_man/man1"
7346 lookpath="$lookpath $prefixexp/man/man.1"
7348 */?_man*) dflt=`./loc . $prefixexp/l_man/man1 $lookpath` ;;
7349 *) dflt=`./loc . $prefixexp/man/man1 $lookpath` ;;
7359 rp="Where do the main $spackage manual pages (source) go?"
7361 if $test "X$man1direxp" != "X$ansexp"; then
7365 man1direxp="$ansexp"
7371 : Change installation prefix, if necessary.
7372 if $test X"$prefix" != X"$installprefix"; then
7373 installman1dir=`echo $man1direxp | $sed "s#^$prefix#$installprefix#"`
7375 installman1dir="$man1direxp"
7378 : What suffix to use on installed man pages
7385 rp="What suffix should be used for the main $spackage man pages?"
7387 '') case "$man1dir" in
7401 *) dflt="$man1ext";;
7408 : see if we can have long filenames
7410 first=123456789abcdef
7412 if (echo hi >$first) 2>/dev/null; then
7413 if $test -f 123456789abcde; then
7414 echo 'You cannot have filenames longer than 14 characters. Sigh.' >&4
7417 echo 'You can have filenames longer than 14 characters.'>&4
7422 You can't have filenames longer than 14 chars.
7423 You can't even think about them!
7429 $rm -rf 123456789abcde*
7431 : determine where library module manual pages go
7432 set man3dir man3dir none
7436 $spackage has manual pages for many of the library modules.
7442 However, you don't have nroff, so they're probably useless to you.
7445 '') man3dir="none";;
7449 case "$d_flexfnam" in
7452 However, your system can't handle the long file names like File::Basename.3.
7455 '') man3dir="none";;
7459 echo "If you don't want the manual sources installed, answer 'none'."
7460 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
7462 '') dflt=`echo "$man1dir" | $sed -e 's/man1/man3/g' -e 's/man\.1/man\.3/g'`
7463 if $test -d "$privlib/man/man3"; then
7466 WARNING: Previous versions of perl installed man3 pages into
7467 $privlib/man/man3. This version will suggest a
7468 new default of $dflt.
7472 rp='Do you wish to preserve the old behavior?(y/n)'
7475 y*) dflt="$privlib/man/man3" ;;
7480 *) dflt="$man3dir" ;;
7487 rp="Where do the $package library man pages (source) go?"
7490 man3direxp="$ansexp"
7496 : Change installation prefix, if necessary.
7497 if $test X"$prefix" != X"$installprefix"; then
7498 installman3dir=`echo $man3direxp | $sed "s#^$prefix#$installprefix#"`
7500 installman3dir="$man3direxp"
7503 : What suffix to use on installed man pages
7509 rp="What suffix should be used for the $package library man pages?"
7511 '') case "$man3dir" in
7525 *) dflt="$man3ext";;
7532 : see if we have to deal with yellow pages, now NIS.
7533 if $test -d /usr/etc/yp || $test -d /etc/yp; then
7534 if $test -f /usr/etc/nibindd; then
7536 echo "I'm fairly confident you're on a NeXT."
7538 rp='Do you get the hosts file via NetInfo?'
7547 y*) hostcat='nidump hosts .';;
7548 *) case "$hostcat" in
7549 nidump*) hostcat='';;
7559 '') if $contains '^\+' /etc/passwd >/dev/null 2>&1; then
7567 rp='Are you getting the hosts file via yellow pages?'
7570 y*) hostcat='ypcat hosts';;
7571 *) hostcat='cat /etc/hosts';;
7577 '') test -f /etc/hosts && hostcat='cat /etc/hosts';;
7580 '') test -f /etc/group && groupcat='cat /etc/group';;
7583 '') test -f /etc/passwd && passcat='cat /etc/passwd';;
7586 : now get the host name
7588 echo "Figuring out host name..." >&4
7589 case "$myhostname" in
7591 echo 'Maybe "hostname" will work...'
7592 if tans=`sh -c hostname 2>&1` ; then
7600 if $test "$cont"; then
7602 echo 'Oh, dear. Maybe "/etc/systemid" is the key...'
7603 if tans=`cat /etc/systemid 2>&1` ; then
7605 phostname='cat /etc/systemid'
7606 echo "Whadyaknow. Xenix always was a bit strange..."
7609 elif $test -r /etc/systemid; then
7610 echo "(What is a non-Xenix system doing with /etc/systemid?)"
7613 if $test "$cont"; then
7614 echo 'No, maybe "uuname -l" will work...'
7615 if tans=`sh -c 'uuname -l' 2>&1` ; then
7617 phostname='uuname -l'
7619 echo 'Strange. Maybe "uname -n" will work...'
7620 if tans=`sh -c 'uname -n' 2>&1` ; then
7622 phostname='uname -n'
7624 echo 'Oh well, maybe I can mine it out of whoami.h...'
7625 if tans=`sh -c $contains' sysname $usrinc/whoami.h' 2>&1` ; then
7626 myhostname=`echo "$tans" | $sed 's/^.*"\(.*\)"/\1/'`
7627 phostname="sed -n -e '"'/sysname/s/^.*\"\\(.*\\)\"/\1/{'"' -e p -e q -e '}' <$usrinc/whoami.h"
7629 case "$myhostname" in
7630 '') echo "Does this machine have an identity crisis or something?"
7633 echo "Well, you said $myhostname before..."
7634 phostname='echo $myhostname';;
7640 : you do not want to know about this
7645 if $test "$myhostname" ; then
7647 rp='Your host name appears to be "'$myhostname'".'" Right?"
7655 : bad guess or no guess
7656 while $test "X$myhostname" = X ; do
7658 rp="Please type the (one word) name of your host:"
7663 : translate upper to lower if necessary
7664 case "$myhostname" in
7666 echo "(Normalizing case in your host name)"
7667 myhostname=`echo $myhostname | ./tr '[A-Z]' '[a-z]'`
7671 case "$myhostname" in
7673 dflt=`expr "X$myhostname" : "X[^.]*\(\..*\)"`
7674 myhostname=`expr "X$myhostname" : "X\([^.]*\)\."`
7675 echo "(Trimming domain name from host name--host name is now $myhostname)"
7677 *) case "$mydomain" in
7680 test "X$hostcat" = "Xypcat hosts" &&
7681 ypmatch "$myhostname" hosts 2>/dev/null |\
7682 $sed -e 's/[ ]*#.*//; s/$/ /' > hosts && \
7685 test "X$hostcat" != "X" &&
7686 $hostcat | $sed -n -e "s/[ ]*#.*//; s/\$/ /
7687 /[ ]$myhostname[ . ]/p" > hosts
7690 if $test -f hosts; then
7691 $test x`$awk "/[0-9].*[ ]$myhostname$tmp_re/ { sum++ }
7692 END { print sum }" hosts` = x1 || tmp_re="[ ]"
7693 dflt=.`$awk "/[0-9].*[ ]$myhostname$tmp_re/ {for(i=2; i<=NF;i++) print \\\$i}" \
7694 hosts | $sort | $uniq | \
7695 $sed -n -e "s/$myhostname\.\([-a-zA-Z0-9_.]\)/\1/p"`
7696 case `$echo X$dflt` in
7697 X*\ *) echo "(Several hosts in the database matched hostname)"
7700 X.) echo "(You do not have fully-qualified names in the hosts database)"
7704 echo "(I cannot locate a hosts database anywhere)"
7709 tans=`./loc resolv.conf X /etc /usr/etc`
7710 if $test -f "$tans"; then
7711 echo "(Attempting domain name extraction from $tans)"
7712 dflt=.`$sed -n -e 's/ / /g' \
7713 -e 's/^search *\([^ ]*\).*/\1/p' $tans \
7714 | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
7716 .) dflt=.`$sed -n -e 's/ / /g' \
7717 -e 's/^domain *\([^ ]*\).*/\1/p' $tans \
7718 | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
7725 .) echo "(No help from resolv.conf either -- attempting clever guess)"
7726 dflt=.`sh -c domainname 2>/dev/null`
7729 .nis.*|.yp.*|.main.*) dflt=`echo $dflt | $sed -e 's/^\.[^.]*//'`;;
7733 case "$dflt$osname" in
7734 .os390) echo "(Attempting domain name extraction from //'SYS1.TCPPARMS(TCPDATA)')"
7735 dflt=.`awk '/^DOMAINORIGIN/ {print $2}' "//'SYS1.TCPPARMS(TCPDATA)'" 2>/dev/null`
7739 .) echo "(Lost all hope -- silly guess then)"
7745 *) dflt="$mydomain";;
7749 rp="What is your domain name?"
7759 : translate upper to lower if necessary
7762 echo "(Normalizing case in your domain name)"
7763 mydomain=`echo $mydomain | ./tr '[A-Z]' '[a-z]'`
7767 : a little sanity check here
7768 case "$phostname" in
7771 case `$phostname | ./tr '[A-Z]' '[a-z]'` in
7772 $myhostname$mydomain|$myhostname) ;;
7774 case "$phostname" in
7776 echo "(That doesn't agree with your whoami.h file, by the way.)"
7779 echo "(That doesn't agree with your $phostname command, by the way.)"
7789 I need to get your e-mail address in Internet format if possible, i.e.
7790 something like user@host.domain. Please answer accurately since I have
7791 no easy means to double check it. The default value provided below
7792 is most probably close to reality but may not be valid from outside
7793 your organization...
7797 while test "$cont"; do
7799 '') dflt="$cf_by@$myhostname$mydomain";;
7800 *) dflt="$cf_email";;
7802 rp='What is your e-mail address?'
7808 rp='Address does not look like an Internet one. Use it anyway?'
7824 If you or somebody else will be maintaining perl at your site, please
7825 fill in the correct e-mail address here so that they may be contacted
7826 if necessary. Currently, the "perlbug" program included with perl
7827 will send mail to this address in addition to perlbug@perl.org. You may
7828 enter "none" for no administrator.
7831 case "$perladmin" in
7832 '') dflt="$cf_email";;
7833 *) dflt="$perladmin";;
7835 rp='Perl administrator e-mail address'
7839 : determine whether to only install version-specific parts.
7842 Do you want to install only the version-specific parts of the perl
7843 distribution? Usually you do *not* want to do this.
7845 case "$versiononly" in
7846 "$define"|[Yy]*|true) dflt='y' ;;
7849 rp="Do you want to install only the version-specific parts of perl?"
7852 [yY]*) val="$define";;
7858 : figure out how to guarantee perl startup
7859 case "$startperl" in
7861 case "$sharpbang" in
7865 I can use the #! construct to start perl on your system. This will
7866 make startup of perl scripts faster, but may cause problems if you
7867 want to share those scripts and perl is not in a standard place
7868 ($binexp/perl) on all your platforms. The alternative is to force
7869 a shell by starting the script with a single ':' character.
7872 case "$versiononly" in
7873 "$define") dflt="$binexp/perl$version";;
7874 *) dflt="$binexp/perl";;
7876 rp='What shall I put after the #! to start up perl ("none" to not use #!)?'
7879 none) startperl=": # use perl";;
7880 *) startperl="#!$ans"
7881 if $test 30 -lt `echo "$ans" | wc -c`; then
7884 WARNING: Some systems limit the #! command to 32 characters.
7885 If you experience difficulty running Perl scripts with #!, try
7886 installing Perl in a directory with a shorter pathname.
7892 *) startperl=": # use perl"
7897 echo "I'll use $startperl to start perl scripts."
7899 : figure best path for perl in scripts
7902 perlpath="$binexp/perl"
7903 case "$startperl" in
7908 I will use the "eval 'exec'" idiom to start Perl on your system.
7909 I can use the full path of your Perl binary for this purpose, but
7910 doing so may cause problems if you want to share those scripts and
7911 Perl is not always in a standard place ($binexp/perl).
7915 rp="What path shall I use in \"eval 'exec'\"?"
7922 case "$startperl" in
7924 *) echo "I'll use $perlpath in \"eval 'exec'\"" ;;
7927 : determine where public executable scripts go
7928 set scriptdir scriptdir
7930 case "$scriptdir" in
7933 : guess some guesses
7934 $test -d /usr/share/scripts && dflt=/usr/share/scripts
7935 $test -d /usr/share/bin && dflt=/usr/share/bin
7936 $test -d /usr/local/script && dflt=/usr/local/script
7937 $test -d /usr/local/scripts && dflt=/usr/local/scripts
7938 $test -d $prefixexp/script && dflt=$prefixexp/script
7942 *) dflt="$scriptdir"
7947 Some installations have a separate directory just for executable scripts so
7948 that they can mount it across multiple architectures but keep the scripts in
7949 one spot. You might, for example, have a subdirectory of /usr/share for this.
7950 Or you might just lump your scripts in with all your other executables.
7954 rp='Where do you keep publicly executable scripts?'
7956 if $test "X$ansexp" != "X$scriptdirexp"; then
7960 scriptdirexp="$ansexp"
7961 : Change installation prefix, if necessary.
7962 if $test X"$prefix" != X"$installprefix"; then
7963 installscript=`echo $scriptdirexp | sed "s#^$prefix#$installprefix#"`
7965 installscript="$scriptdirexp"
7968 : determine where add-on public executables go
7970 '') dflt=$siteprefix/bin ;;
7974 rp='Pathname where the add-on public executables should be installed?'
7977 sitebinexp="$ansexp"
7978 : Change installation prefix, if necessary.
7979 if $test X"$prefix" != X"$installprefix"; then
7980 installsitebin=`echo $sitebinexp | sed "s#^$prefix#$installprefix#"`
7982 installsitebin="$sitebinexp"
7985 case "$vendorprefix" in
7986 '') d_vendorbin="$undef"
7990 *) d_vendorbin="$define"
7991 : determine where vendor-supplied executables go.
7992 case "$vendorbin" in
7993 '') dflt=$vendorprefix/bin ;;
7994 *) dflt="$vendorbin" ;;
7997 rp='Pathname for the vendor-supplied executables directory?'
8000 vendorbinexp="$ansexp"
8003 : Change installation prefix, if necessary.
8004 if $test X"$prefix" != X"$installprefix"; then
8005 installvendorbin=`echo $vendorbinexp | $sed "s#^$prefix#$installprefix#"`
8007 installvendorbin="$vendorbinexp"
8010 : see if qgcvt exists
8016 if $test X"$d_longdbl" = X"$define"; then
8018 echo "Checking how to print long doubles..." >&4
8020 if $test X"$sPRIfldbl" = X -a X"$doublesize" = X"$longdblsize"; then
8021 $cat >try.c <<'EOCP'
8022 #include <sys/types.h>
8026 printf("%.3f\n", d);
8030 if eval $compile; then
8034 sPRIfldbl='"f"'; sPRIgldbl='"g"'; sPRIeldbl='"e"';
8035 sPRIFUldbl='"F"'; sPRIGUldbl='"G"'; sPRIEUldbl='"E"';
8036 echo "We will use %f."
8042 if $test X"$sPRIfldbl" = X; then
8043 $cat >try.c <<'EOCP'
8044 #include <sys/types.h>
8047 long double d = 123.456;
8048 printf("%.3Lf\n", d);
8052 if eval $compile; then
8056 sPRIfldbl='"Lf"'; sPRIgldbl='"Lg"'; sPRIeldbl='"Le"';
8057 sPRIFUldbl='"LF"'; sPRIGUldbl='"LG"'; sPRIEUldbl='"LE"';
8058 echo "We will use %Lf."
8064 if $test X"$sPRIfldbl" = X; then
8065 $cat >try.c <<'EOCP'
8066 #include <sys/types.h>
8069 long double d = 123.456;
8070 printf("%.3llf\n", d);
8074 if eval $compile; then
8078 sPRIfldbl='"llf"'; sPRIgldbl='"llg"'; sPRIeldbl='"lle"';
8079 sPRIFUldbl='"llF"'; sPRIGUldbl='"llG"'; sPRIEUldbl='"llE"';
8080 echo "We will use %llf."
8086 if $test X"$sPRIfldbl" = X; then
8087 $cat >try.c <<'EOCP'
8088 #include <sys/types.h>
8091 long double d = 123.456;
8092 printf("%.3lf\n", d);
8096 if eval $compile; then
8100 sPRIfldbl='"lf"'; sPRIgldbl='"lg"'; sPRIeldbl='"le"';
8101 sPRIFUldbl='"lF"'; sPRIGUldbl='"lG"'; sPRIEUldbl='"lE"';
8102 echo "We will use %lf."
8108 if $test X"$sPRIfldbl" = X; then
8109 echo "Cannot figure out how to print long doubles." >&4
8111 sSCNfldbl=$sPRIfldbl # expect consistency
8118 case "$sPRIfldbl" in
8119 '') d_PRIfldbl="$undef"; d_PRIgldbl="$undef"; d_PRIeldbl="$undef";
8120 d_PRIFUldbl="$undef"; d_PRIGUldbl="$undef"; d_PRIEUldbl="$undef";
8121 d_SCNfldbl="$undef";
8123 *) d_PRIfldbl="$define"; d_PRIgldbl="$define"; d_PRIeldbl="$define";
8124 d_PRIFUldbl="$define"; d_PRIGUldbl="$define"; d_PRIEUldbl="$define";
8125 d_SCNfldbl="$define";
8129 : Check how to convert floats to strings.
8131 echo "Checking for an efficient way to convert floats to strings."
8133 case "$uselongdouble" in
8134 "$define") echo "#define USE_LONG_DOUBLE" >>try.c ;;
8136 case "$d_longdbl" in
8137 "$define") echo "#define HAS_LONG_DOUBLE" >>try.c ;;
8139 case "$d_PRIgldbl" in
8140 "$define") echo "#define HAS_PRIgldbl" >>try.c ;;
8144 #define Gconvert(x,n,t,b) gconvert((x),(n),(t),(b))
8145 char *myname = "gconvert";
8148 #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
8149 char *myname = "gcvt";
8152 #define Gconvert(x,n,t,b) qgcvt((x),(n),(b))
8153 char *myname = "qgcvt";
8154 #define DOUBLETYPE long double
8157 #if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE) && defined(HAS_PRIgldbl)
8158 #define Gconvert(x,n,t,b) sprintf((b),"%.*"$sPRIgldbl,(n),(x))
8160 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
8162 char *myname = "sprintf";
8166 #if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE)
8167 #define DOUBLETYPE long double
8169 #define DOUBLETYPE double
8175 #define I_STDLIB $i_stdlib
8181 checkit(expect, got)
8185 if (strcmp(expect, got)) {
8186 printf("%s oddity: Expected %s, got %s\n",
8187 myname, expect, got);
8197 /* This must be 1st test on (which?) platform */
8198 /* Alan Burlison <AlanBurlsin@unn.unisys.com> */
8199 Gconvert((DOUBLETYPE)0.1, 8, 0, buf);
8200 checkit("0.1", buf);
8202 Gconvert((DOUBLETYPE)1.0, 8, 0, buf);
8205 Gconvert((DOUBLETYPE)1.1, 8, 0, buf);
8206 checkit("1.1", buf);
8208 Gconvert((DOUBLETYPE)1.01, 8, 0, buf);
8209 checkit("1.01", buf);
8211 Gconvert((DOUBLETYPE)1.001, 8, 0, buf);
8212 checkit("1.001", buf);
8214 Gconvert((DOUBLETYPE)1.0001, 8, 0, buf);
8215 checkit("1.0001", buf);
8217 Gconvert((DOUBLETYPE)1.00001, 8, 0, buf);
8218 checkit("1.00001", buf);
8220 Gconvert((DOUBLETYPE)1.000001, 8, 0, buf);
8221 checkit("1.000001", buf);
8223 Gconvert((DOUBLETYPE)0.0, 8, 0, buf);
8226 Gconvert((DOUBLETYPE)-1.0, 8, 0, buf);
8229 /* Some Linux gcvt's give 1.e+5 here. */
8230 Gconvert((DOUBLETYPE)100000.0, 8, 0, buf);
8231 checkit("100000", buf);
8233 /* Some Linux gcvt's give -1.e+5 here. */
8234 Gconvert((DOUBLETYPE)-100000.0, 8, 0, buf);
8235 checkit("-100000", buf);
8237 Gconvert((DOUBLETYPE)123.456, 8, 0, buf);
8238 checkit("123.456", buf);
8243 case "$d_Gconvert" in
8244 gconvert*) xxx_list='gconvert gcvt sprintf' ;;
8245 gcvt*) xxx_list='gcvt gconvert sprintf' ;;
8246 sprintf*) xxx_list='sprintf gconvert gcvt' ;;
8247 *) xxx_list='gconvert gcvt sprintf' ;;
8250 case "$d_longdbl$uselongdouble$d_PRIgldbl" in
8251 "$define$define$define")
8252 # for long doubles prefer first qgcvt, then sprintf
8253 xxx_list="`echo $xxx_list|sed s/sprintf//`"
8254 xxx_list="sprintf $xxx_list"
8256 "$define") xxx_list="qgcvt $xxx_list" ;;
8261 for xxx_convert in $xxx_list; do
8262 echo "Trying $xxx_convert..."
8264 set try -DTRY_$xxx_convert
8265 if eval $compile; then
8266 echo "$xxx_convert() found." >&4
8268 echo "I'll use $xxx_convert to convert floats into a string." >&4
8271 echo "...But $xxx_convert didn't work as I expected."
8274 echo "$xxx_convert NOT found." >&4
8278 case "$xxx_convert" in
8279 gconvert) d_Gconvert='gconvert((x),(n),(t),(b))' ;;
8280 gcvt) d_Gconvert='gcvt((x),(n),(b))' ;;
8281 qgcvt) d_Gconvert='qgcvt((x),(n),(b))' ;;
8282 *) case "$uselongdouble$d_longdbl$d_PRIgldbl" in
8283 "$define$define$define")
8284 d_Gconvert="sprintf((b),\"%.*\"$sPRIgldbl,(n),(x))" ;;
8285 *) d_Gconvert='sprintf((b),"%.*g",(n),(x))' ;;
8290 : see if _fwalk exists
8294 : Initialize h_fcntl
8297 : Initialize h_sysfile
8300 : access call always available on UNIX
8304 : locate the flags for 'access()'
8308 $cat >access.c <<'EOCP'
8309 #include <sys/types.h>
8314 #include <sys/file.h>
8323 : check sys/file.h first, no particular reason here
8324 if $test `./findhdr sys/file.h` && \
8325 $cc -o access $cppflags -DI_SYS_FILE access.c >/dev/null 2>&1 ; then
8327 echo "<sys/file.h> defines the *_OK access constants." >&4
8328 elif $test `./findhdr fcntl.h` && \
8329 $cc -o access $cppflags -DI_FCNTL access.c >/dev/null 2>&1 ; then
8331 echo "<fcntl.h> defines the *_OK access constants." >&4
8332 elif $test `./findhdr unistd.h` && \
8333 $cc -o access $cppflags -DI_UNISTD access.c >/dev/null 2>&1 ; then
8334 echo "<unistd.h> defines the *_OK access constants." >&4
8336 echo "I can't find the four *_OK access constants--I'll use mine." >&4
8342 : see if accessx exists
8343 set accessx d_accessx
8346 : see if alarm exists
8350 : see if atolf exists
8354 : see if atoll exists
8358 : Look for GNU-cc style attribute checking
8360 echo "Checking whether your compiler can handle __attribute__ ..." >&4
8361 $cat >attrib.c <<'EOCP'
8363 void croak (char* pat,...) __attribute__((format(printf,1,2),noreturn));
8365 if $cc $ccflags -c attrib.c >attrib.out 2>&1 ; then
8366 if $contains 'warning' attrib.out >/dev/null 2>&1; then
8367 echo "Your C compiler doesn't fully support __attribute__."
8370 echo "Your C compiler supports __attribute__."
8374 echo "Your C compiler doesn't seem to understand __attribute__ at all."
8381 : see if bcmp exists
8385 : see if bcopy exists
8389 : see if this is a unistd.h system
8390 set unistd.h i_unistd
8393 : see if getpgrp exists
8394 set getpgrp d_getpgrp
8397 case "$d_getpgrp" in
8400 echo "Checking to see which flavor of getpgrp is in use..."
8403 #include <sys/types.h>
8405 # include <unistd.h>
8409 if (getuid() == 0) {
8410 printf("(I see you are running Configure as super-user...)\n");
8414 if (getpgrp(1) == 0)
8423 if $cc -o set -DTRY_BSD_PGRP $ccflags $ldflags set.c $libs >/dev/null 2>&1 && ./set; then
8424 echo "You have to use getpgrp(pid) instead of getpgrp()." >&4
8426 elif $cc -o set $ccflags $ldflags set.c $libs >/dev/null 2>&1 && ./set; then
8427 echo "You have to use getpgrp() instead of getpgrp(pid)." >&4
8430 echo "I can't seem to compile and run the test program."
8432 xxx="a USG one, i.e. you use getpgrp()."
8434 # SVR4 systems can appear rather BSD-ish.
8437 xxx="a BSD one, i.e. you use getpgrp(pid)."
8441 xxx="probably a USG one, i.e. you use getpgrp()."
8446 echo "Assuming your getpgrp is $xxx" >&4
8455 : see if setpgrp exists
8456 set setpgrp d_setpgrp
8459 case "$d_setpgrp" in
8462 echo "Checking to see which flavor of setpgrp is in use..."
8465 #include <sys/types.h>
8467 # include <unistd.h>
8471 if (getuid() == 0) {
8472 printf("(I see you are running Configure as super-user...)\n");
8476 if (-1 == setpgrp(1, 1))
8479 if (setpgrp() != -1)
8485 if $cc -o set -DTRY_BSD_PGRP $ccflags $ldflags set.c $libs >/dev/null 2>&1 && ./set; then
8486 echo 'You have to use setpgrp(pid,pgrp) instead of setpgrp().' >&4
8488 elif $cc -o set $ccflags $ldflags set.c $libs >/dev/null 2>&1 && ./set; then
8489 echo 'You have to use setpgrp() instead of setpgrp(pid,pgrp).' >&4
8492 echo "(I can't seem to compile and run the test program.)"
8494 xxx="a USG one, i.e. you use setpgrp()."
8496 # SVR4 systems can appear rather BSD-ish.
8499 xxx="a BSD one, i.e. you use setpgrp(pid,pgrp)."
8503 xxx="probably a USG one, i.e. you use setpgrp()."
8508 echo "Assuming your setpgrp is $xxx" >&4
8516 : see if bzero exists
8520 : see if signal is declared as pointer to function returning int or void
8522 xxx=`./findhdr signal.h`
8523 $test "$xxx" && $cppstdin $cppminus $cppflags < $xxx >$$.tmp 2>/dev/null
8524 if $contains 'int.*\*[ ]*signal' $$.tmp >/dev/null 2>&1 ; then
8525 echo "You have int (*signal())() instead of void." >&4
8527 elif $contains 'void.*\*[ ]*signal' $$.tmp >/dev/null 2>&1 ; then
8528 echo "You have void (*signal())()." >&4
8530 elif $contains 'extern[ ]*[(\*]*signal' $$.tmp >/dev/null 2>&1 ; then
8531 echo "You have int (*signal())() instead of void." >&4
8533 elif $contains 'void.*\*.*sig' $$.tmp >/dev/null 2>&1 ; then
8534 echo "You have void (*signal())()." >&4
8537 case "$d_voidsig" in
8539 echo "I can't determine whether signal handler returns void or int..." >&4
8541 rp="What type does your signal handler return?"
8548 echo "As you already told me, signal handler returns void." >&4
8551 *) echo "As you already told me, signal handler returns int." >&4
8558 case "$d_voidsig" in
8559 "$define") signal_t="void";;
8564 : check for ability to cast large floats to 32-bit ints.
8566 echo 'Checking whether your C compiler can cast large floats to int32.' >&4
8567 if $test "$intsize" -ge 4; then
8574 #include <sys/types.h>
8576 $signal_t blech(s) int s; { exit(3); }
8583 signal(SIGFPE, blech);
8585 /* Don't let compiler optimize the test away. Store the number
8586 in a writable string for gcc to pass to sscanf under HP/UX.
8588 sprintf(str, "2147483647");
8589 sscanf(str, "%lf", &f); /* f = (double) 0x7fffffff; */
8593 /* x86 processors will probably give 0x8000 0000, which is a
8594 sign change. We don't want that. We want to mimic SPARC
8595 behavior here, which is to preserve the sign and give
8598 if (i32 != ($xxx) f)
8604 if eval $compile_ok; then
8608 echo "(I can't seem to compile the test program--assuming it can't)"
8616 echo "Nope, it can't."
8623 : check for ability to cast negative floats to unsigned
8625 echo 'Checking whether your C compiler can cast negative float to unsigned.' >&4
8628 #include <sys/types.h>
8630 $signal_t blech(s) int s; { exit(7); }
8631 $signal_t blech_in_list(s) int s; { exit(4); }
8632 unsigned long dummy_long(p) unsigned long p; { return p; }
8633 unsigned int dummy_int(p) unsigned int p; { return p; }
8634 unsigned short dummy_short(p) unsigned short p; { return p; }
8638 unsigned long along;
8640 unsigned short ashort;
8644 /* Frustrate gcc-2.7.2's optimizer which failed this test with
8645 a direct f = -123. assignment. gcc-2.8.0 reportedly
8646 optimized the whole file away
8648 /* Store the number in a writable string for gcc to pass to
8651 sprintf(str, "-123");
8652 sscanf(str, "%lf", &f); /* f = -123.; */
8654 signal(SIGFPE, blech);
8655 along = (unsigned long)f;
8656 aint = (unsigned int)f;
8657 ashort = (unsigned short)f;
8658 if (along != (unsigned long)-123)
8660 if (aint != (unsigned int)-123)
8662 if (ashort != (unsigned short)-123)
8664 sprintf(str, "1073741824.");
8665 sscanf(str, "%lf", &f); /* f = (double)0x40000000; */
8668 along = (unsigned long)f;
8669 if (along != 0x80000000)
8673 along = (unsigned long)f;
8674 if (along != 0x7fffffff)
8678 along = (unsigned long)f;
8679 if (along != 0x80000001)
8683 signal(SIGFPE, blech_in_list);
8684 sprintf(str, "123.");
8685 sscanf(str, "%lf", &f); /* f = 123.; */
8686 along = dummy_long((unsigned long)f);
8687 aint = dummy_int((unsigned int)f);
8688 ashort = dummy_short((unsigned short)f);
8689 if (along != (unsigned long)123)
8691 if (aint != (unsigned int)123)
8693 if (ashort != (unsigned short)123)
8700 if eval $compile_ok; then
8704 echo "(I can't seem to compile the test program--assuming it can't)"
8707 case "$castflags" in
8712 echo "Nope, it can't."
8719 : see if vprintf exists
8721 if set vprintf val -f d_vprintf; eval $csym; $val; then
8722 echo 'vprintf() found.' >&4
8724 $cat >vprintf.c <<'EOF'
8725 #include <varargs.h>
8727 int main() { xxx("foo"); }
8736 exit((unsigned long)vsprintf(buf,"%s",args) > 10L);
8740 if eval $compile && ./vprintf; then
8741 echo "Your vsprintf() returns (int)." >&4
8744 echo "Your vsprintf() returns (char*)." >&4
8748 echo 'vprintf() NOT found.' >&4
8758 : see if chown exists
8762 : see if chroot exists
8766 : see if chsize exists
8770 hasstruct='varname=$1; struct=$2; shift; shift;
8771 while $test $# -ge 2; do
8773 $define) echo "#include <$2>";;
8777 echo "int main () { struct $struct foo; }" >> try.c;
8779 if eval $compile; then
8788 : see if sys/types.h has to be included
8789 set sys/types.h i_systypes
8792 hasfield='varname=$1; struct=$2; field=$3; shift; shift; shift;
8793 while $test $# -ge 2; do
8795 $define) echo "#include <$2>";;
8799 echo "int main () { struct $struct foo; char* bar; bar = (char*)foo.$field; }" >> try.c;
8801 if eval $compile; then
8812 : see whether socket exists
8814 $echo $n "Hmm... $c" >&4
8815 if set socket val -f d_socket; eval $csym; $val; then
8816 echo "Looks like you have Berkeley networking support." >&4
8818 if set setsockopt val -f; eval $csym; $val; then
8821 echo "...but it uses the old BSD 4.1c interface, rather than 4.2." >&4
8825 if $contains socklib libc.list >/dev/null 2>&1; then
8826 echo "Looks like you have Berkeley networking support." >&4
8828 : we will have to assume that it supports the 4.2 BSD interface
8831 echo "You don't have Berkeley networking in libc$_a..." >&4
8832 if test "X$d_socket" = "X$define"; then
8833 echo "...but you seem to believe that you have sockets." >&4
8835 for net in net socket
8837 if test -f /usr/lib/lib$net$_a; then
8838 ( ($nm $nm_opt /usr/lib/lib$net$_a | eval $nm_extract) || \
8839 $ar t /usr/lib/lib$net$_a) 2>/dev/null >> libc.list
8840 if $contains socket libc.list >/dev/null 2>&1; then
8845 echo "...but the Wollongong group seems to have hacked it in." >&4
8846 sockethdr="-I/usr/netinclude"
8849 echo "Found Berkeley sockets interface in lib$net." >& 4
8850 if $contains setsockopt libc.list >/dev/null 2>&1; then
8853 echo "...using the old BSD 4.1c interface, rather than 4.2." >&4
8860 if test "X$d_socket" != "X$define"; then
8861 echo "or anywhere else I see." >&4
8869 : see if socketpair exists
8870 set socketpair d_sockpair
8875 echo "Checking the availability of certain socket constants..." >& 4
8876 for ENUM in MSG_CTRUNC MSG_DONTROUTE MSG_OOB MSG_PEEK MSG_PROXY SCM_RIGHTS; do
8877 enum=`$echo $ENUM|./tr '[A-Z]' '[a-z]'`
8879 #include <sys/types.h>
8880 #include <sys/socket.h>
8886 set try; if eval $compile; then
8889 set d_${enum}; eval $setvar
8893 : see if this is a sys/uio.h system
8894 set sys/uio.h i_sysuio
8899 echo "Checking to see if your system supports struct cmsghdr..." >&4
8900 set d_cmsghdr_s cmsghdr $i_systypes sys/types.h $d_socket sys/socket.h $i_sysuio sys/uio.h
8902 case "$d_cmsghdr_s" in
8903 "$define") echo "Yes, it does." ;;
8904 *) echo "No, it doesn't." ;;
8908 : check for const keyword
8910 echo 'Checking to see if your C compiler knows about "const"...' >&4
8911 $cat >const.c <<'EOCP'
8912 typedef struct spug { int drokk; } spug;
8919 if $cc -c $ccflags const.c >/dev/null 2>&1 ; then
8921 echo "Yup, it does."
8924 echo "Nope, it doesn't."
8929 : see if crypt exists
8931 if set crypt val -f d_crypt; eval $csym; $val; then
8932 echo 'crypt() found.' >&4
8936 cryptlib=`./loc Slibcrypt$_a "" $xlibpth`
8937 if $test -z "$cryptlib"; then
8938 cryptlib=`./loc Mlibcrypt$_a "" $xlibpth`
8942 if $test -z "$cryptlib"; then
8943 cryptlib=`./loc Llibcrypt$_a "" $xlibpth`
8947 if $test -z "$cryptlib"; then
8948 cryptlib=`./loc libcrypt$_a "" $libpth`
8952 if $test -z "$cryptlib"; then
8953 echo 'crypt() NOT found.' >&4
8962 : get csh whereabouts
8964 'csh') val="$undef" ;;
8969 : Respect a hint or command line value for full_csh.
8971 '') full_csh=$csh ;;
8974 : see if cuserid exists
8975 set cuserid d_cuserid
8978 : see if this is a limits.h system
8979 set limits.h i_limits
8982 : see if this is a float.h system
8986 : See if number of significant digits in a double precision number is known
8988 $cat >dbl_dig.c <<EOM
8998 printf("Contains DBL_DIG");
9001 $cppstdin $cppflags $cppminus < dbl_dig.c >dbl_dig.E 2>/dev/null
9002 if $contains 'DBL_DIG' dbl_dig.E >/dev/null 2>&1; then
9003 echo "DBL_DIG found." >&4
9006 echo "DBL_DIG NOT found." >&4
9013 hasproto='varname=$1; func=$2; shift; shift;
9014 while $test $# -ge 2; do
9016 $define) echo "#include <$2>";;
9020 $cppstdin $cppflags $cppminus < try.c > tryout.c 2>/dev/null;
9021 if $contains "$func.*(" tryout.c >/dev/null 2>&1; then
9022 echo "$func() prototype found.";
9025 echo "$func() prototype NOT found.";
9030 $rm -f try.c tryout.c'
9032 : see if dbm.h is available
9033 : see if dbmclose exists
9034 set dbmclose d_dbmclose
9037 case "$d_dbmclose" in
9047 *) set rpcsvc/dbm.h i_rpcsvcdbm
9052 *) echo "We won't be including <dbm.h>"
9062 : see if prototype for dbminit is available
9064 set d_dbminitproto dbminit $i_dbm dbm.h
9067 : see if difftime exists
9068 set difftime d_difftime
9071 : see if this is a dirent system
9073 if xinc=`./findhdr dirent.h`; $test "$xinc"; then
9075 echo "<dirent.h> found." >&4
9078 if xinc=`./findhdr sys/dir.h`; $test "$xinc"; then
9079 echo "<sys/dir.h> found." >&4
9082 xinc=`./findhdr sys/ndir.h`
9084 echo "<dirent.h> NOT found." >&4
9089 : Look for type of directory structure.
9091 $cppstdin $cppflags $cppminus < "$xinc" > try.c
9093 case "$direntrytype" in
9096 $define) guess1='struct dirent' ;;
9097 *) guess1='struct direct' ;;
9100 *) guess1="$direntrytype"
9105 'struct dirent') guess2='struct direct' ;;
9106 *) guess2='struct dirent' ;;
9109 if $contains "$guess1" try.c >/dev/null 2>&1; then
9110 direntrytype="$guess1"
9111 echo "Your directory entries are $direntrytype." >&4
9112 elif $contains "$guess2" try.c >/dev/null 2>&1; then
9113 direntrytype="$guess2"
9114 echo "Your directory entries seem to be $direntrytype." >&4
9116 echo "I don't recognize your system's directory entries." >&4
9117 rp="What type is used for directory entries on this system?"
9125 : see if the directory entry stores field length
9127 $cppstdin $cppflags $cppminus < "$xinc" > try.c
9128 if $contains 'd_namlen' try.c >/dev/null 2>&1; then
9129 echo "Good, your directory entry keeps length information in d_namlen." >&4
9132 echo "Your directory entry does not know about the d_namlen field." >&4
9139 : see if dlerror exists
9142 set dlerror d_dlerror
9146 : see if dlfcn is available
9154 On a few systems, the dynamically loaded modules that perl generates and uses
9155 will need a different extension than shared libs. The default will probably
9163 rp='What is the extension of dynamically loaded modules'
9172 : Check if dlsym need a leading underscore
9178 echo "Checking whether your dlsym() needs a leading underscore ..." >&4
9179 $cat >dyna.c <<'EOM'
9188 #include <dlfcn.h> /* the dynamic linker include file for Sunos/Solaris */
9190 #include <sys/types.h>
9204 int mode = RTLD_LAZY ;
9206 handle = dlopen("./dyna.$dlext", mode) ;
9207 if (handle == NULL) {
9212 symbol = dlsym(handle, "fred") ;
9213 if (symbol == NULL) {
9214 /* try putting a leading underscore */
9215 symbol = dlsym(handle, "_fred") ;
9216 if (symbol == NULL) {
9229 : Call the object file tmp-dyna.o in case dlext=o.
9230 if $cc $ccflags $cccdlflags -c dyna.c > /dev/null 2>&1 &&
9231 mv dyna${_o} tmp-dyna${_o} > /dev/null 2>&1 &&
9232 $ld -o dyna.$dlext $ldflags $lddlflags tmp-dyna${_o} > /dev/null 2>&1 &&
9233 $cc -o fred $ccflags $ldflags $cccdlflags $ccdlflags fred.c $libs > /dev/null 2>&1; then
9236 1) echo "Test program failed using dlopen." >&4
9237 echo "Perhaps you should not use dynamic loading." >&4;;
9238 2) echo "Test program failed using dlsym." >&4
9239 echo "Perhaps you should not use dynamic loading." >&4;;
9240 3) echo "dlsym needs a leading underscore" >&4
9242 4) echo "dlsym doesn't need a leading underscore." >&4;;
9245 echo "I can't compile and run the test program." >&4
9246 echo "I'm guessing that dlsym doesn't need a leading underscore." >&4
9251 $rm -f fred fred.? dyna.$dlext dyna.? tmp-dyna.?
9256 : see if prototype for drand48 is available
9258 set d_drand48proto drand48 $i_stdlib stdlib.h $i_unistd unistd.h
9261 : see if dup2 exists
9265 : see if eaccess exists
9266 set eaccess d_eaccess
9269 : see if endgrent exists
9270 set endgrent d_endgrent
9273 : see if endhostent exists
9274 set endhostent d_endhent
9277 : see if endnetent exists
9278 set endnetent d_endnent
9281 : see if endprotoent exists
9282 set endprotoent d_endpent
9285 : see if endpwent exists
9286 set endpwent d_endpwent
9289 : see if endservent exists
9290 set endservent d_endsent
9293 : Locate the flags for 'open()'
9295 $cat >open3.c <<'EOCP'
9296 #include <sys/types.h>
9301 #include <sys/file.h>
9312 : check sys/file.h first to get FREAD on Sun
9313 if $test `./findhdr sys/file.h` && \
9314 set open3 -DI_SYS_FILE && eval $compile; then
9316 echo "<sys/file.h> defines the O_* constants..." >&4
9318 echo "and you have the 3 argument form of open()." >&4
9321 echo "but not the 3 argument form of open(). Oh, well." >&4
9324 elif $test `./findhdr fcntl.h` && \
9325 set open3 -DI_FCNTL && eval $compile; then
9327 echo "<fcntl.h> defines the O_* constants..." >&4
9329 echo "and you have the 3 argument form of open()." >&4
9332 echo "but not the 3 argument form of open(). Oh, well." >&4
9337 echo "I can't find the O_* constant definitions! You got problems." >&4
9343 : see which of string.h or strings.h is needed
9345 strings=`./findhdr string.h`
9346 if $test "$strings" && $test -r "$strings"; then
9347 echo "Using <string.h> instead of <strings.h>." >&4
9351 strings=`./findhdr strings.h`
9352 if $test "$strings" && $test -r "$strings"; then
9353 echo "Using <strings.h> instead of <string.h>." >&4
9355 echo "No string header found -- You'll surely have problems." >&4
9361 "$undef") strings=`./findhdr strings.h`;;
9362 *) strings=`./findhdr string.h`;;
9365 : check for non-blocking I/O stuff
9366 case "$h_sysfile" in
9367 true) echo "#include <sys/file.h>" > head.c;;
9370 true) echo "#include <fcntl.h>" > head.c;;
9371 *) echo "#include <sys/fcntl.h>" > head.c;;
9376 echo "Figuring out the flag used by open() for non-blocking I/O..." >&4
9377 case "$o_nonblock" in
9380 $cat >>try.c <<'EOCP'
9384 printf("O_NONBLOCK\n");
9388 printf("O_NDELAY\n");
9392 printf("FNDELAY\n");
9399 if eval $compile_ok; then
9401 case "$o_nonblock" in
9402 '') echo "I can't figure it out, assuming O_NONBLOCK will do.";;
9403 *) echo "Seems like we can use $o_nonblock.";;
9406 echo "(I can't compile the test program; pray O_NONBLOCK is right!)"
9409 *) echo "Using $hint value $o_nonblock.";;
9411 $rm -f try try.* .out core
9414 echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4
9420 #include <sys/types.h>
9423 #define MY_O_NONBLOCK $o_nonblock
9424 #ifndef errno /* XXX need better Configure test */
9435 #include <strings.h>
9437 $signal_t blech(x) int x; { exit(3); }
9439 $cat >> try.c <<'EOCP'
9447 pipe(pd); /* Down: child -> parent */
9448 pipe(pu); /* Up: parent -> child */
9451 close(pd[1]); /* Parent reads from pd[0] */
9452 close(pu[0]); /* Parent writes (blocking) to pu[1] */
9454 if (-1 == fcntl(pd[0], F_SETFL, MY_O_NONBLOCK))
9459 signal(SIGALRM, blech);
9461 if ((ret = read(pd[0], buf, 1)) > 0) /* Nothing to read! */
9463 sprintf(string, "%d\n", ret);
9464 write(2, string, strlen(string));
9467 if (errno == EAGAIN) {
9473 if (errno == EWOULDBLOCK)
9474 printf("EWOULDBLOCK\n");
9477 write(pu[1], buf, 1); /* Unblocks child, tell it to close our pipe */
9478 sleep(2); /* Give it time to close our pipe */
9480 ret = read(pd[0], buf, 1); /* Should read EOF */
9482 sprintf(string, "%d\n", ret);
9483 write(3, string, strlen(string));
9487 close(pd[0]); /* We write to pd[1] */
9488 close(pu[1]); /* We read from pu[0] */
9489 read(pu[0], buf, 1); /* Wait for parent to signal us we may continue */
9490 close(pd[1]); /* Pipe pd is now fully closed! */
9491 exit(0); /* Bye bye, thank you for playing! */
9495 if eval $compile_ok; then
9496 echo "$startsh" >mtry
9497 echo "./try >try.out 2>try.ret 3>try.err || exit 4" >>mtry
9499 ./mtry >/dev/null 2>&1
9501 0) eagain=`$cat try.out`;;
9502 1) echo "Could not perform non-blocking setting!";;
9503 2) echo "I did a successful read() for something that was not there!";;
9504 3) echo "Hmm... non-blocking I/O does not seem to be working!";;
9505 4) echo "Could not find F_SETFL!";;
9506 *) echo "Something terribly wrong happened during testing.";;
9508 rd_nodata=`$cat try.ret`
9509 echo "A read() system call with no data present returns $rd_nodata."
9510 case "$rd_nodata" in
9513 echo "(That's peculiar, fixing that to be -1.)"
9519 echo "Forcing errno EAGAIN on read() with no data available."
9523 echo "Your read() sets errno to $eagain when no data is available."
9526 status=`$cat try.err`
9528 0) echo "And it correctly returns 0 to signal EOF.";;
9529 -1) echo "But it also returns -1 to signal EOF, so be careful!";;
9530 *) echo "However, your read() returns '$status' on EOF??";;
9533 if test "$status" = "$rd_nodata"; then
9534 echo "WARNING: you can't distinguish between EOF and no data!"
9538 echo "I can't compile the test program--assuming errno EAGAIN will do."
9545 echo "Using $hint value $eagain."
9546 echo "Your read() returns $rd_nodata when no data is present."
9547 case "$d_eofnblk" in
9548 "$define") echo "And you can see EOF because read() returns 0.";;
9549 "$undef") echo "But you can't see EOF status from read() returned value.";;
9551 echo "(Assuming you can't see EOF status from read anyway.)"
9557 $rm -f try try.* .out core head.c mtry
9559 : see if fchmod exists
9563 : see if fchown exists
9567 : see if this is an fcntl system
9572 : See if fcntl-based locking works.
9573 $cat >try.c <<'EOCP'
9578 #if defined(F_SETLK) && defined(F_SETLKW)
9581 fd = open("try.c", O_RDONLY);
9582 flock.l_type = F_RDLCK;
9583 flock.l_whence = SEEK_SET;
9584 flock.l_start = flock.l_len = 0;
9585 retval = fcntl(fd, F_SETLK, &flock);
9587 (retval < 0 ? exit(2) : exit(0));
9593 echo "Checking if fcntl-based file locking works... "
9597 if eval $compile_ok; then
9599 echo "Yes, it seems to work."
9602 echo "Nope, it didn't work."
9606 echo "I'm unable to compile the test program, so I'll assume not."
9611 echo "Nope, since you don't even have fcntl()."
9614 set d_fcntl_can_lock
9619 : see if sys/select.h has to be included
9620 set sys/select.h i_sysselct
9623 : see if we should include time.h, sys/time.h, or both
9625 if test "X$timeincl" = X; then
9626 echo "Testing to see if we should include <time.h>, <sys/time.h> or both." >&4
9627 $echo $n "I'm now running the test program...$c"
9628 $cat >try.c <<'EOCP'
9629 #include <sys/types.h>
9634 #ifdef SYSTIMEKERNEL
9637 #include <sys/time.h>
9640 #include <sys/select.h>
9649 struct timezone tzp;
9651 if (foo.tm_sec == foo.tm_sec)
9654 if (bar.tv_sec == bar.tv_sec)
9661 for s_timezone in '-DS_TIMEZONE' ''; do
9663 for s_timeval in '-DS_TIMEVAL' ''; do
9664 for i_systimek in '' '-DSYSTIMEKERNEL'; do
9665 for i_time in '' '-DI_TIME'; do
9666 for i_systime in '-DI_SYSTIME' ''; do
9669 set try $i_time $i_systime $i_systimek $sysselect $s_timeval $s_timezone
9670 if eval $compile; then
9671 set X $i_time $i_systime $i_systimek $sysselect $s_timeval
9675 $echo $n "Succeeded with $flags$c"
9687 *SYSTIMEKERNEL*) i_systimek="$define"
9688 timeincl=`./findhdr sys/time.h`
9689 echo "We'll include <sys/time.h> with KERNEL defined." >&4;;
9690 *) i_systimek="$undef";;
9693 *I_TIME*) i_time="$define"
9694 timeincl=`./findhdr time.h`" $timeincl"
9695 echo "We'll include <time.h>." >&4;;
9696 *) i_time="$undef";;
9699 *I_SYSTIME*) i_systime="$define"
9700 timeincl=`./findhdr sys/time.h`" $timeincl"
9701 echo "We'll include <sys/time.h>." >&4;;
9702 *) i_systime="$undef";;
9707 : check for fd_set items
9710 Checking to see how well your C compiler handles fd_set and friends ...
9712 $cat >fd_set.c <<EOCP
9713 #$i_systime I_SYS_TIME
9714 #$i_sysselct I_SYS_SELECT
9715 #$d_socket HAS_SOCKET
9716 #include <sys/types.h>
9718 #include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
9721 #include <sys/time.h>
9724 #include <sys/select.h>
9733 #if defined(FD_SET) && defined(FD_CLR) && defined(FD_ISSET) && defined(FD_ZERO)
9740 set fd_set -DTRYBITS
9741 if eval $compile; then
9742 d_fds_bits="$define"
9744 echo "Well, your system knows about the normal fd_set typedef..." >&4
9746 echo "and you have the normal fd_set macros (just as I'd expect)." >&4
9747 d_fd_macros="$define"
9750 but not the normal fd_set macros! Gaaack! I'll have to cover for you.
9752 d_fd_macros="$undef"
9756 Hmm, your compiler has some difficulty with fd_set. Checking further...
9759 if eval $compile; then
9762 echo "Well, your system has some sort of fd_set available..." >&4
9764 echo "and you have the normal fd_set macros." >&4
9765 d_fd_macros="$define"
9768 but not the normal fd_set macros! Gross! More work for me...
9770 d_fd_macros="$undef"
9773 echo "Well, you got zip. That's OK, I can roll my own fd_set stuff." >&4
9776 d_fd_macros="$undef"
9781 : see if fgetpos exists
9782 set fgetpos d_fgetpos
9785 : see if flock exists
9789 : see if this is a sys/file.h system
9794 : do we need to include sys/file.h ?
9800 echo "We'll be including <sys/file.h>." >&4
9803 echo "We won't be including <sys/file.h>." >&4
9813 : see if prototype for flock is available
9815 set d_flockproto flock $i_sysfile sys/file.h
9818 : see if fork exists
9822 : see if pathconf exists
9823 set pathconf d_pathconf
9826 : see if fpathconf exists
9827 set fpathconf d_fpathconf
9831 : check for fpos64_t
9833 echo "Checking to see if you have fpos64_t..." >&4
9836 int main() { fpos64_t x = 7; }
9839 if eval $compile; then
9841 echo "You have fpos64_t."
9844 echo "You do not have fpos64_t."
9846 8) echo "(Your fpos_t is 64 bits, so you could use that.)" ;;
9853 : see if frexpl exists
9857 : see if this is a sys/param system
9858 set sys/param.h i_sysparam
9861 : see if this is a sys/mount.h system
9862 set sys/mount.h i_sysmount
9867 echo "Checking to see if your system supports struct fs_data..." >&4
9868 set d_fs_data_s fs_data $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h
9870 case "$d_fs_data_s" in
9871 "$define") echo "Yes, it does." ;;
9872 *) echo "No, it doesn't." ;;
9875 : see if fseeko exists
9879 8) echo "(Your long is 64 bits, so you could use fseek.)" ;;
9882 : see if fsetpos exists
9883 set fsetpos d_fsetpos
9887 : see if fstatfs exists
9888 set fstatfs d_fstatfs
9892 : see if statvfs exists
9893 set statvfs d_statvfs
9896 : see if fstatvfs exists
9897 set fstatvfs d_fstatvfs
9901 : see if fsync exists
9905 : see if ftello exists
9909 8) echo "(Your long is 64 bits, so you could use ftell.)" ;;
9912 : see if getcwd exists
9916 : see if getespwnam exists
9917 set getespwnam d_getespwnam
9921 : see if getfsstat exists
9922 set getfsstat d_getfsstat
9925 : see if getgrent exists
9926 set getgrent d_getgrent
9929 : see if gethostbyaddr exists
9930 set gethostbyaddr d_gethbyaddr
9933 : see if gethostbyname exists
9934 set gethostbyname d_gethbyname
9937 : see if gethostent exists
9938 set gethostent d_gethent
9941 : see how we will look up host name
9944 if set gethostname val -f d_gethname; eval $csym; $val; then
9945 echo 'gethostname() found.' >&4
9946 d_gethname="$define"
9949 if set uname val -f d_uname; eval $csym; $val; then
9952 uname() was found, but you're running xenix, and older versions of xenix
9953 have a broken uname(). If you don't really know whether your xenix is old
9954 enough to have a broken system call, use the default answer.
9961 rp='Is your uname() broken?'
9964 n*) d_uname="$define"; call=uname;;
9967 echo 'uname() found.' >&4
9974 case "$d_gethname" in
9975 '') d_gethname="$undef";;
9978 '') d_uname="$undef";;
9980 case "$d_uname$d_gethname" in
9985 Every now and then someone has a $call() that lies about the hostname
9986 but can't be fixed for political or economic reasons. If you wish, I can
9987 pretend $call() isn't there and maybe compute hostname at run-time
9988 thanks to the '$phostname' command.
9991 rp="Shall I ignore $call() from now on?"
9994 y*) d_uname="$undef" d_gethname="$undef"; $echo $n "Okay...$c";;
9997 case "$phostname" in
9999 *) case "$aphostname" in
10001 *) set X $phostname
10005 file=`./loc $file $file $pth`
10006 aphostname=`echo $file $*`
10011 case "$d_uname$d_gethname" in
10014 case "$phostname" in
10016 echo "There will be no way for $package to get your hostname." >&4;;
10018 echo "I'll use 'popen("'"'$aphostname'", "r")'"' to get your hostname." >&4
10022 case "$d_phostname" in
10023 '') d_phostname="$undef";;
10026 : see if this is a netdb.h system
10027 set netdb.h i_netdb
10030 : see if prototypes for various gethostxxx netdb.h functions are available
10032 set d_gethostprotos gethostent $i_netdb netdb.h
10035 : see if getitimer exists
10036 set getitimer d_getitimer
10039 : see if getlogin exists
10040 set getlogin d_getlogin
10043 : see if getmnt exists
10044 set getmnt d_getmnt
10047 : see if getmntent exists
10048 set getmntent d_getmntent
10051 : see if getnetbyaddr exists
10052 set getnetbyaddr d_getnbyaddr
10055 : see if getnetbyname exists
10056 set getnetbyname d_getnbyname
10059 : see if getnetent exists
10060 set getnetent d_getnent
10063 : see if prototypes for various getnetxxx netdb.h functions are available
10065 set d_getnetprotos getnetent $i_netdb netdb.h
10068 : see if getpagesize exists
10069 set getpagesize d_getpagsz
10073 : see if getprotobyname exists
10074 set getprotobyname d_getpbyname
10077 : see if getprotobynumber exists
10078 set getprotobynumber d_getpbynumber
10081 : see if getprotoent exists
10082 set getprotoent d_getpent
10085 : see if getpgid exists
10086 set getpgid d_getpgid
10089 : see if getpgrp2 exists
10090 set getpgrp2 d_getpgrp2
10093 : see if getppid exists
10094 set getppid d_getppid
10097 : see if getpriority exists
10098 set getpriority d_getprior
10101 : see if prototypes for various getprotoxxx netdb.h functions are available
10103 set d_getprotoprotos getprotoent $i_netdb netdb.h
10106 : see if getprpwnam exists
10107 set getprpwnam d_getprpwnam
10110 : see if getpwent exists
10111 set getpwent d_getpwent
10115 : see if getservbyname exists
10116 set getservbyname d_getsbyname
10119 : see if getservbyport exists
10120 set getservbyport d_getsbyport
10123 : see if getservent exists
10124 set getservent d_getsent
10127 : see if prototypes for various getservxxx netdb.h functions are available
10129 set d_getservprotos getservent $i_netdb netdb.h
10132 : see if getspnam exists
10133 set getspnam d_getspnam
10136 : see if gettimeofday or ftime exists
10137 set gettimeofday d_gettimeod
10139 case "$d_gettimeod" in
10145 val="$undef"; set d_ftime; eval $setvar
10148 case "$d_gettimeod$d_ftime" in
10151 echo 'No ftime() nor gettimeofday() -- timing may be less accurate.' >&4
10155 : see if this is an grp system
10161 xxx=`./findhdr grp.h`
10162 $cppstdin $cppflags $cppminus < $xxx >$$.h
10164 if $contains 'gr_passwd' $$.h >/dev/null 2>&1; then
10176 set d_grpasswd; eval $setvar
10180 : see if hasmntopt exists
10181 set hasmntopt d_hasmntopt
10184 : see if this is a netinet/in.h or sys/in.h system
10185 set netinet/in.h i_niin sys/in.h i_sysin
10188 : see if arpa/inet.h has to be included
10189 set arpa/inet.h i_arpainet
10192 : see if htonl --and friends-- exists
10197 : Maybe they are macros.
10200 $cat >htonl.c <<EOM
10202 #include <sys/types.h>
10203 #$i_niin I_NETINET_IN
10205 #$i_arpainet I_ARPA_INET
10206 #ifdef I_NETINET_IN
10207 #include <netinet/in.h>
10210 #include <sys/in.h>
10213 #include <arpa/inet.h>
10216 printf("Defined as a macro.");
10219 $cppstdin $cppflags $cppminus < htonl.c >htonl.E 2>/dev/null
10220 if $contains 'Defined as a macro' htonl.E >/dev/null 2>&1; then
10222 echo "But it seems to be defined as a macro." >&4
10230 : see if iconv exists
10236 if set index val -f; eval $csym; $val; then
10237 if set strchr val -f d_strchr; eval $csym; $val; then
10238 if $contains strchr "$strings" >/dev/null 2>&1 ; then
10241 echo "strchr() found." >&4
10245 echo "index() found." >&4
10250 echo "index() found." >&4
10253 if set strchr val -f d_strchr; eval $csym; $val; then
10256 echo "strchr() found." >&4
10258 echo "No index() or strchr() found!" >&4
10263 set d_strchr; eval $setvar
10265 set d_index; eval $setvar
10267 : check whether inet_aton exists
10268 set inet_aton d_inetaton
10273 $cat >isascii.c <<'EOCP'
10285 if eval $compile; then
10286 echo "isascii() found." >&4
10289 echo "isascii() NOT found." >&4
10296 : see if isnan exists
10300 : see if isnanl exists
10301 set isnanl d_isnanl
10304 : see if killpg exists
10305 set killpg d_killpg
10308 : see if lchown exists
10310 $cat > try.c <<'EOCP'
10311 /* System header to define __stub macros and hopefully few prototypes,
10312 which can conflict with char lchown(); below. */
10313 #include <assert.h>
10314 /* Override any gcc2 internal prototype to avoid an error. */
10315 /* We use char because int might match the return type of a gcc2
10316 builtin and then its argument prototype would still apply. */
10319 /* The GNU C library defines this for functions which it implements
10320 to always fail with ENOSYS. Some functions are actually named
10321 something starting with __ and the normal name is an alias. */
10322 #if defined (__stub_lchown) || defined (__stub___lchown)
10330 if eval $compile; then
10331 $echo "lchown() found." >&4
10334 $echo "lchown() NOT found." >&4
10340 : See if number of significant digits in a double precision number is known
10342 $cat >ldbl_dig.c <<EOM
10343 #$i_limits I_LIMITS
10346 #include <limits.h>
10352 printf("Contains LDBL_DIG");
10355 $cppstdin $cppflags $cppminus < ldbl_dig.c >ldbl_dig.E 2>/dev/null
10356 if $contains 'LDBL_DIG' ldbl_dig.E >/dev/null 2>&1; then
10357 echo "LDBL_DIG found." >&4
10360 echo "LDBL_DIG NOT found." >&4
10367 : see if link exists
10371 : see if localeconv exists
10372 set localeconv d_locconv
10375 : see if lockf exists
10379 : see if prototype for lseek is available
10381 set d_lseekproto lseek $i_systypes sys/types.h $i_unistd unistd.h
10384 : see if lstat exists
10388 : see if madvise exists
10389 set madvise d_madvise
10392 : see if mblen exists
10396 : see if mbstowcs exists
10397 set mbstowcs d_mbstowcs
10400 : see if mbtowc exists
10401 set mbtowc d_mbtowc
10404 : see if memchr exists
10405 set memchr d_memchr
10408 : see if memcmp exists
10409 set memcmp d_memcmp
10412 : see if memcpy exists
10413 set memcpy d_memcpy
10416 : see if memmove exists
10417 set memmove d_memmove
10420 : see if memset exists
10421 set memset d_memset
10424 : see if mkdir exists
10428 : see if mkdtemp exists
10429 set mkdtemp d_mkdtemp
10432 : see if mkfifo exists
10433 set mkfifo d_mkfifo
10436 : see if mkstemp exists
10437 set mkstemp d_mkstemp
10440 : see if mkstemps exists
10441 set mkstemps d_mkstemps
10444 : see if mktime exists
10445 set mktime d_mktime
10448 : see if this is a sys/mman.h system
10449 set sys/mman.h i_sysmman
10452 : see if mmap exists
10455 : see what shmat returns
10456 : default to something harmless
10458 case "$i_sysmman$d_mmap" in
10460 $cat >mmap.c <<'END'
10461 #include <sys/mman.h>
10464 if $cc $ccflags -c mmap.c >/dev/null 2>&1; then
10469 echo "and it returns ($mmaptype)." >&4
10475 : see if modfl exists
10479 : see if mprotect exists
10480 set mprotect d_mprotect
10483 : see if msgctl exists
10484 set msgctl d_msgctl
10487 : see if msgget exists
10488 set msgget d_msgget
10491 : see if msgsnd exists
10492 set msgsnd d_msgsnd
10495 : see if msgrcv exists
10496 set msgrcv d_msgrcv
10499 : see how much of the 'msg*(2)' library is present.
10502 case "$d_msgctl$d_msgget$d_msgsnd$d_msgrcv" in
10503 *"$undef"*) h_msg=false;;
10507 case "`ipcs 2>&1`" in
10508 "SVID messages"*"not configured"*)
10509 echo "Your $osname does not have the msg*(2) configured." >&4
10512 set msgctl d_msgctl
10514 set msgget d_msgget
10516 set msgsnd d_msgsnd
10518 set msgrcv d_msgrcv
10524 : we could also check for sys/ipc.h ...
10525 if $h_msg && $test `./findhdr sys/msg.h`; then
10526 echo "You have the full msg*(2) library." >&4
10529 echo "You don't have the full msg*(2) library." >&4
10537 echo "Checking to see if your system supports struct msghdr..." >&4
10538 set d_msghdr_s msghdr $i_systypes sys/types.h $d_socket sys/socket.h $i_sysuio sys/uio.h
10540 case "$d_msghdr_s" in
10541 "$define") echo "Yes, it does." ;;
10542 *) echo "No, it doesn't." ;;
10546 : see if msync exists
10550 : see if munmap exists
10551 set munmap d_munmap
10554 : see if nice exists
10558 : check for length of character
10560 case "$charsize" in
10562 echo "Checking to see how big your characters are (hey, you never know)..." >&4
10563 $cat >try.c <<'EOCP'
10567 printf("%d\n", (int)sizeof(char));
10572 if eval $compile_ok; then
10576 echo "(I can't seem to compile the test program. Guessing...)"
10583 rp="What is the size of a character (in bytes)?"
10588 : check for volatile keyword
10590 echo 'Checking to see if your C compiler knows about "volatile"...' >&4
10591 $cat >try.c <<'EOCP'
10594 typedef struct _goo_struct goo_struct;
10595 goo_struct * volatile goo = ((goo_struct *)0);
10596 struct _goo_struct {
10601 typedef unsigned short foo_t;
10602 char *volatile foo;
10604 volatile foo_t blech;
10608 if $cc -c $ccflags try.c >/dev/null 2>&1 ; then
10610 echo "Yup, it does."
10613 echo "Nope, it doesn't."
10621 $echo "Choosing the C types to be used for Perl's internal types..." >&4
10623 case "$use64bitint:$d_quad:$quadtype" in
10626 uvtype="$uquadtype"
10631 uvtype="unsigned long"
10637 case "$uselongdouble:$d_longdbl" in
10639 nvtype="long double"
10640 nvsize=$longdblsize
10647 $echo "(IV will be "$ivtype", $ivsize bytes)"
10648 $echo "(UV will be "$uvtype", $uvsize bytes)"
10649 $echo "(NV will be "$nvtype", $nvsize bytes)"
10652 #$i_inttypes I_INTTYPES
10654 #include <inttypes.h>
10659 int8_t i = INT8_MAX;
10660 uint8_t u = UINT8_MAX;
10661 printf("int8_t\n");
10664 int16_t i = INT16_MAX;
10665 uint16_t i = UINT16_MAX;
10666 printf("int16_t\n");
10669 int32_t i = INT32_MAX;
10670 uint32_t u = UINT32_MAX;
10671 printf("int32_t\n");
10677 '') case "$charsize" in
10679 u8type="unsigned char"
10688 if eval $compile; then
10689 case "`./try$exe_ext`" in
10690 int8_t) i8type=int8_t
10700 '') if $test $charsize -ge 1; then
10702 u8type="unsigned char"
10710 '') case "$shortsize" in
10712 u16type="unsigned short"
10720 '') set try -DINT16
10721 if eval $compile; then
10722 case "`./try$exe_ext`" in
10734 '') if $test $shortsize -ge 2; then
10736 u16type="unsigned short"
10744 '') case "$longsize" in
10746 u32type="unsigned long"
10750 *) case "$intsize" in
10752 u32type="unsigned int"
10762 '') set try -DINT32
10763 if eval $compile; then
10764 case "`./try$exe_ext`" in
10776 '') if $test $intsize -ge 4; then
10778 u32type="unsigned int"
10786 '') case "$d_quad:$quadtype" in
10788 i64type="$quadtype"
10789 u64type="$uquadtype"
10797 $echo "Checking how many bits of your UVs your NVs can preserve..." >&4
10798 : volatile so that the compiler has to store it out to memory.
10799 if test X"$d_volatile" = X"$define"; then
10804 #include <sys/types.h>
10805 #include <signal.h>
10807 $volatile int bletched = 0;
10808 $signal_t blech(s) int s; { bletched = 1; }
10813 int n = 8 * $uvsize;
10816 signal(SIGFPE, blech);
10819 for (i = 0; i < n; i++) {
10820 u = u << 1 | ($uvtype)1;
10822 if (($uvtype)d != u)
10826 d = ($nvtype)(u - 1);
10827 if (($uvtype)d != (u - 1))
10835 printf("%d\n", ((i == n) ? -n : i));
10841 d_nv_preserves_uv="$undef"
10842 if eval $compile; then
10843 d_nv_preserves_uv_bits="`./try$exe_ext`"
10845 case "$d_nv_preserves_uv_bits" in
10847 d_nv_preserves_uv_bits=`expr 0 - $d_nv_preserves_uv_bits`
10848 $echo "Your NVs can preserve all $d_nv_preserves_uv_bits bits of your UVs." 2>&1
10849 d_nv_preserves_uv="$define"
10851 [1-9]*) $echo "Your NVs can preserve only $d_nv_preserves_uv_bits bits of your UVs." 2>&1
10852 d_nv_preserves_uv="$undef" ;;
10853 *) $echo "Can't figure out how many bits your NVs preserve." 2>&1
10854 d_nv_preserves_uv_bits="$undef" ;;
10860 : check for off64_t
10862 echo "Checking to see if you have off64_t..." >&4
10864 #include <sys/types.h>
10865 #include <unistd.h>
10866 int main() { off64_t x = 7; }
10869 if eval $compile; then
10871 echo "You have off64_t."
10874 echo "You do not have off64_t."
10875 case "$lseeksize" in
10876 8) echo "(Your off_t is 64 bits, so you could use that.)" ;;
10883 : see if POSIX threads are available
10884 set pthread.h i_pthread
10890 : how to create joinable pthreads
10891 if test "X$usethreads" = "X$define" -a "X$i_pthread" = "X$define"; then
10893 echo "Checking what constant to use for creating joinable pthreads..." >&4
10894 $cat >try.c <<'EOCP'
10895 #include <pthread.h>
10897 int detachstate = JOINABLE;
10900 set try -DJOINABLE=PTHREAD_CREATE_JOINABLE
10901 if eval $compile; then
10902 echo "You seem to use PTHREAD_CREATE_JOINABLE." >&4
10903 val="$undef" # Yes, undef.
10904 set d_old_pthread_create_joinable
10907 set old_pthread_create_joinable
10910 set try -DJOINABLE=PTHREAD_CREATE_UNDETACHED
10911 if eval $compile; then
10912 echo "You seem to use PTHREAD_CREATE_UNDETACHED." >&4
10914 set d_old_pthread_create_joinable
10916 val=PTHREAD_CREATE_UNDETACHED
10917 set old_pthread_create_joinable
10920 set try -DJOINABLE=__UNDETACHED
10921 if eval $compile; then
10922 echo "You seem to use __UNDETACHED." >&4
10924 set d_old_pthread_create_joinable
10927 set old_pthread_create_joinable
10930 echo "Egads, nothing obvious found. Guessing that you use 0." >&4
10932 set d_old_pthread_create_joinable
10935 set old_pthread_create_joinable
10942 d_old_pthread_create_joinable="$undef"
10943 old_pthread_create_joinable=""
10946 : see if pause exists
10950 : see if pipe exists
10954 : see if poll exists
10959 : see whether the various POSIXish _yields exist
10961 #include <pthread.h>
10967 #ifdef PTHREAD_YIELD
10970 #ifdef PTHREAD_YIELD_NULL
10971 pthread_yield(NULL);
10977 : see if sched_yield exists
10978 set try -DSCHED_YIELD
10979 if eval $compile; then
10981 sched_yield='sched_yield()'
10985 case "$usethreads" in
10988 $define) echo 'sched_yield() found.' >&4 ;;
10989 *) echo 'sched_yield() NOT found.' >&4 ;;
10995 : see if pthread_yield exists
10996 set try -DPTHREAD_YIELD
10997 if eval $compile; then
10999 case "$sched_yield" in
11000 '') sched_yield='pthread_yield()' ;;
11003 set try -DPTHREAD_YIELD_NULL
11004 if eval $compile; then
11006 case "$sched_yield" in
11007 '') sched_yield='pthread_yield(NULL)' ;;
11013 case "$usethreads" in
11016 $define) echo 'pthread_yield() found.' >&4 ;;
11017 *) echo 'pthread_yield() NOT found.' >&4 ;;
11021 set d_pthread_yield
11024 case "$sched_yield" in
11025 '') sched_yield=undef ;;
11030 : see if this is a pwd.h system
11036 xxx=`./findhdr pwd.h`
11037 $cppstdin $cppflags $cppminus < $xxx >$$.h
11039 if $contains 'pw_quota' $$.h >/dev/null 2>&1; then
11047 if $contains 'pw_age' $$.h >/dev/null 2>&1; then
11055 if $contains 'pw_change' $$.h >/dev/null 2>&1; then
11063 if $contains 'pw_class' $$.h >/dev/null 2>&1; then
11071 if $contains 'pw_expire' $$.h >/dev/null 2>&1; then
11079 if $contains 'pw_comment' $$.h >/dev/null 2>&1; then
11087 if $contains 'pw_gecos' $$.h >/dev/null 2>&1; then
11095 if $contains 'pw_passwd' $$.h >/dev/null 2>&1; then
11107 set d_pwquota; eval $setvar
11108 set d_pwage; eval $setvar
11109 set d_pwchange; eval $setvar
11110 set d_pwclass; eval $setvar
11111 set d_pwexpire; eval $setvar
11112 set d_pwcomment; eval $setvar
11113 set d_pwgecos; eval $setvar
11114 set d_pwpasswd; eval $setvar
11118 : see if readdir and friends exist
11119 set readdir d_readdir
11121 set seekdir d_seekdir
11123 set telldir d_telldir
11125 set rewinddir d_rewinddir
11128 : see if readlink exists
11129 set readlink d_readlink
11132 : see if readv exists
11136 : see if realpath exists
11137 set realpath d_realpath
11140 : see if recvmsg exists
11141 set recvmsg d_recvmsg
11144 : see if rename exists
11145 set rename d_rename
11148 : see if rmdir exists
11152 : see if memory.h is available.
11157 : See if it conflicts with string.h
11163 $cppstdin $cppflags $cppminus < $strings > mem.h
11164 if $contains 'memcpy' mem.h >/dev/null 2>&1; then
11166 echo "We won't be including <memory.h>."
11176 : can bcopy handle overlapping blocks?
11181 echo "Checking to see if your bcopy() can do overlapping copies..." >&4
11183 #$i_memory I_MEMORY
11184 #$i_stdlib I_STDLIB
11185 #$i_string I_STRING
11186 #$i_unistd I_UNISTD
11188 $cat >>try.c <<'EOCP'
11191 # include <memory.h>
11194 # include <stdlib.h>
11197 # include <string.h>
11199 # include <strings.h>
11202 # include <unistd.h> /* Needed for NetBSD */
11206 char buf[128], abc[128];
11212 bcopy("abcdefghijklmnopqrstuvwxyz0123456789", abc, 36);
11214 for (align = 7; align >= 0; align--) {
11215 for (len = 36; len; len--) {
11217 bcopy(abc, b, len);
11218 for (off = 1; off <= len; off++) {
11219 bcopy(b, b+off, len);
11220 bcopy(b+off, b, len);
11221 if (bcmp(b, abc, len))
11230 if eval $compile_ok; then
11231 if ./try 2>/dev/null; then
11232 echo "Yes, it can."
11235 echo "It can't, sorry."
11236 case "$d_memmove" in
11237 "$define") echo "But that's Ok since you have memmove()." ;;
11241 echo "(I can't compile the test program, so we'll assume not...)"
11242 case "$d_memmove" in
11243 "$define") echo "But that's Ok since you have memmove()." ;;
11248 $rm -f try.* try core
11252 : can memcpy handle overlapping blocks?
11254 case "$d_memcpy" in
11257 echo "Checking to see if your memcpy() can do overlapping copies..." >&4
11259 #$i_memory I_MEMORY
11260 #$i_stdlib I_STDLIB
11261 #$i_string I_STRING
11262 #$i_unistd I_UNISTD
11264 $cat >>try.c <<'EOCP'
11267 # include <memory.h>
11270 # include <stdlib.h>
11273 # include <string.h>
11275 # include <strings.h>
11278 # include <unistd.h> /* Needed for NetBSD */
11282 char buf[128], abc[128];
11288 /* Copy "abcde..." string to char abc[] so that gcc doesn't
11289 try to store the string in read-only memory. */
11290 memcpy(abc, "abcdefghijklmnopqrstuvwxyz0123456789", 36);
11292 for (align = 7; align >= 0; align--) {
11293 for (len = 36; len; len--) {
11295 memcpy(b, abc, len);
11296 for (off = 1; off <= len; off++) {
11297 memcpy(b+off, b, len);
11298 memcpy(b, b+off, len);
11299 if (memcmp(b, abc, len))
11308 if eval $compile_ok; then
11309 if ./try 2>/dev/null; then
11310 echo "Yes, it can."
11313 echo "It can't, sorry."
11314 case "$d_memmove" in
11315 "$define") echo "But that's Ok since you have memmove()." ;;
11319 echo "(I can't compile the test program, so we'll assume not...)"
11320 case "$d_memmove" in
11321 "$define") echo "But that's Ok since you have memmove()." ;;
11326 $rm -f try.* try core
11330 : can memcmp be trusted to compare relative magnitude?
11332 case "$d_memcmp" in
11335 echo "Checking if your memcmp() can compare relative magnitude..." >&4
11337 #$i_memory I_MEMORY
11338 #$i_stdlib I_STDLIB
11339 #$i_string I_STRING
11340 #$i_unistd I_UNISTD
11342 $cat >>try.c <<'EOCP'
11345 # include <memory.h>
11348 # include <stdlib.h>
11351 # include <string.h>
11353 # include <strings.h>
11356 # include <unistd.h> /* Needed for NetBSD */
11362 if ((a < b) && memcmp(&a, &b, 1) < 0)
11368 if eval $compile_ok; then
11369 if ./try 2>/dev/null; then
11370 echo "Yes, it can."
11373 echo "No, it can't (it uses signed chars)."
11376 echo "(I can't compile the test program, so we'll assume not...)"
11380 $rm -f try.* try core
11384 : see if prototype for sbrk is available
11386 set d_sbrkproto sbrk $i_unistd unistd.h
11389 : see if select exists
11390 set select d_select
11393 : see if semctl exists
11394 set semctl d_semctl
11397 : see if semget exists
11398 set semget d_semget
11401 : see if semop exists
11405 : see how much of the 'sem*(2)' library is present.
11408 case "$d_semctl$d_semget$d_semop" in
11409 *"$undef"*) h_sem=false;;
11413 case "`ipcs 2>&1`" in
11414 "SVID messages"*"not configured"*)
11415 echo "Your $osname does not have the sem*(2) configured." >&4
11418 set semctl d_semctl
11420 set semget d_semget
11428 : we could also check for sys/ipc.h ...
11429 if $h_sem && $test `./findhdr sys/sem.h`; then
11430 echo "You have the full sem*(2) library." >&4
11433 echo "You don't have the full sem*(2) library." >&4
11439 : see whether sys/sem.h defines union semun
11441 $cat > try.c <<'END'
11442 #include <sys/types.h>
11443 #include <sys/ipc.h>
11444 #include <sys/sem.h>
11445 int main () { union semun semun; semun.buf = 0; }
11448 if eval $compile; then
11449 echo "You have union semun in <sys/sem.h>." >&4
11452 echo "You do not have union semun in <sys/sem.h>." >&4
11455 $rm -f try try.c try.h
11459 : see how to do semctl IPC_STAT
11462 : see whether semctl IPC_STAT can use union semun
11467 # define S_IRUSR S_IREAD
11468 # define S_IWUSR S_IWRITE
11469 # define S_IXUSR S_IEXEC
11471 # define S_IRUSR 0400
11472 # define S_IWUSR 0200
11473 # define S_IXUSR 0100
11475 # define S_IRGRP (S_IRUSR>>3)
11476 # define S_IWGRP (S_IWUSR>>3)
11477 # define S_IXGRP (S_IXUSR>>3)
11478 # define S_IROTH (S_IRUSR>>6)
11479 # define S_IWOTH (S_IWUSR>>6)
11480 # define S_IXOTH (S_IXUSR>>6)
11483 # define S_IRWXU (S_IRUSR|S_IWUSR|S_IXUSR)
11484 # define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)
11485 # define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
11490 #include <sys/types.h>
11491 #include <sys/ipc.h>
11492 #include <sys/sem.h>
11493 #include <sys/stat.h>
11500 #$d_union_semun HAS_UNION_SEMUN
11503 #ifndef HAS_UNION_SEMUN
11506 struct semid_ds *buf;
11507 unsigned short *array;
11513 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) && defined(S_IRWXO) && defined(IPC_CREAT)
11514 sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
11516 struct semid_ds argbuf;
11519 st = semctl(sem, 0, IPC_STAT, arg);
11523 # endif /* IPC_STAT */
11524 printf("semctl IPC_STAT failed: errno = %d\n", errno);
11526 if (semctl(sem, 0, IPC_RMID, arg) != 0)
11527 # endif /* IPC_RMID */
11528 printf("semctl IPC_RMID failed: errno = %d\n", errno);
11530 #endif /* IPC_PRIVATE && ... */
11531 printf("semget failed: errno = %d\n", errno);
11537 if eval $compile; then
11540 semun) val="$define" ;;
11546 case "$d_semctl_semun" in
11548 echo "You can use union semun for semctl IPC_STAT." >&4
11551 *) echo "You cannot use union semun for semctl IPC_STAT." >&4
11556 : see whether semctl IPC_STAT can use struct semid_ds pointer
11557 $cat > try.c <<'END'
11558 #include <sys/types.h>
11559 #include <sys/ipc.h>
11560 #include <sys/sem.h>
11561 #include <sys/stat.h>
11569 struct semid_ds arg;
11572 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) && defined(S_IRWXO) && defined(IPC_CREAT)
11573 sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
11576 st = semctl(sem, 0, IPC_STAT, &arg);
11578 printf("semid_ds\n");
11580 # endif /* IPC_STAT */
11581 printf("semctl IPC_STAT failed: errno = %d\n", errno);
11583 if (semctl(sem, 0, IPC_RMID, &arg) != 0)
11584 # endif /* IPC_RMID */
11585 printf("semctl IPC_RMID failed: errno = %d\n", errno);
11587 #endif /* IPC_PRIVATE && ... */
11588 printf("semget failed: errno = %d\n", errno);
11595 if eval $compile; then
11598 semid_ds) val="$define" ;;
11602 set d_semctl_semid_ds
11604 case "$d_semctl_semid_ds" in
11606 echo "You can $also use struct semid_ds* for semctl IPC_STAT." >&4
11608 *) echo "You cannot use struct semid_ds* for semctl IPC_STAT." >&4
11615 # We do not have the full sem*(2) library, so assume we can not
11621 set d_semctl_semid_ds
11626 : see if sendmsg exists
11627 set sendmsg d_sendmsg
11630 : see if setegid exists
11631 set setegid d_setegid
11634 : see if seteuid exists
11635 set seteuid d_seteuid
11638 : see if setgrent exists
11639 set setgrent d_setgrent
11642 : see if sethostent exists
11643 set sethostent d_sethent
11646 : see if setitimer exists
11647 set setitimer d_setitimer
11650 : see if setlinebuf exists
11651 set setlinebuf d_setlinebuf
11654 : see if setlocale exists
11655 set setlocale d_setlocale
11658 : see if setnetent exists
11659 set setnetent d_setnent
11662 : see if setprotoent exists
11663 set setprotoent d_setpent
11666 : see if setpgid exists
11667 set setpgid d_setpgid
11670 : see if setpgrp2 exists
11671 set setpgrp2 d_setpgrp2
11674 : see if setpriority exists
11675 set setpriority d_setprior
11678 : see if setproctitle exists
11679 set setproctitle d_setproctitle
11682 : see if setpwent exists
11683 set setpwent d_setpwent
11686 : see if setregid exists
11687 set setregid d_setregid
11689 set setresgid d_setresgid
11692 : see if setreuid exists
11693 set setreuid d_setreuid
11695 set setresuid d_setresuid
11698 : see if setrgid exists
11699 set setrgid d_setrgid
11702 : see if setruid exists
11703 set setruid d_setruid
11706 : see if setservent exists
11707 set setservent d_setsent
11710 : see if setsid exists
11711 set setsid d_setsid
11714 : see if setvbuf exists
11715 set setvbuf d_setvbuf
11718 : see if sfio.h is available
11723 : see if sfio library is available
11734 : Ok, but do we want to use it.
11738 true|$define|[yY]*) dflt='y';;
11741 echo "$package can use the sfio library, but it is experimental."
11742 case "$useperlio" in
11744 echo "For sfio also the PerlIO abstraction layer is needed."
11745 echo "Earlier you said you wouldn't want that."
11748 rp="You seem to have sfio available, do you want to try using it?"
11751 y|Y) echo "Ok, turning on both sfio and PerlIO, then."
11752 useperlio="$define"
11755 *) echo "Ok, avoiding sfio this time. I'll use stdio instead."
11760 *) case "$usesfio" in
11761 true|$define|[yY]*)
11762 echo "Sorry, cannot find sfio on this machine." >&4
11763 echo "Ignoring your setting of usesfio=$usesfio." >&4
11772 $define) usesfio='true';;
11773 *) usesfio='false';;
11777 *) : Remove sfio from list of libraries to use
11778 set `echo X $libs | $sed -e 's/-lsfio / /' -e 's/-lsfio$//'`
11781 echo "libs = $libs" >&4
11786 : see if shmctl exists
11787 set shmctl d_shmctl
11790 : see if shmget exists
11791 set shmget d_shmget
11794 : see if shmat exists
11797 : see what shmat returns
11800 $cat >shmat.c <<'END'
11801 #include <sys/shm.h>
11804 if $cc $ccflags -c shmat.c >/dev/null 2>&1; then
11809 echo "and it returns ($shmattype)." >&4
11810 : see if a prototype for shmat is available
11811 xxx=`./findhdr sys/shm.h`
11812 $cppstdin $cppflags $cppminus < $xxx > shmat.c 2>/dev/null
11813 if $contains 'shmat.*(' shmat.c >/dev/null 2>&1; then
11824 set d_shmatprototype
11827 : see if shmdt exists
11831 : see how much of the 'shm*(2)' library is present.
11834 case "$d_shmctl$d_shmget$d_shmat$d_shmdt" in
11835 *"$undef"*) h_shm=false;;
11839 case "`ipcs 2>&1`" in
11840 "SVID shared memory"*"not configured"*)
11841 echo "Your $osname does not have the shm*(2) configured." >&4
11844 set shmctl d_shmctl
11846 set shmget d_shmget
11856 : we could also check for sys/ipc.h ...
11857 if $h_shm && $test `./findhdr sys/shm.h`; then
11858 echo "You have the full shm*(2) library." >&4
11861 echo "You don't have the full shm*(2) library." >&4
11868 : see if we have sigaction
11869 if set sigaction val -f d_sigaction; eval $csym; $val; then
11870 echo 'sigaction() found.' >&4
11871 $cat > try.c <<'EOP'
11873 #include <sys/types.h>
11874 #include <signal.h>
11877 struct sigaction act, oact;
11879 oact.sa_handler = 0;
11880 /* so that act and oact are used */
11881 exit(act.sa_flags == 0 && oact.sa_handler == 0);
11885 if eval $compile_ok; then
11888 echo "But you don't seem to have a useable struct sigaction." >&4
11892 echo 'sigaction NOT found.' >&4
11895 set d_sigaction; eval $setvar
11896 $rm -f try try$_o try.c
11898 : see if sigprocmask exists
11899 set sigprocmask d_sigprocmask
11902 : see if sigsetjmp exists
11904 case "$d_sigsetjmp" in
11906 $cat >try.c <<'EOP'
11907 #include <setjmp.h>
11912 if (sigsetjmp(env,1))
11915 siglongjmp(env, 1);
11920 if eval $compile; then
11921 if ./try >/dev/null 2>&1; then
11922 echo "POSIX sigsetjmp found." >&4
11926 Uh-Oh! You have POSIX sigsetjmp and siglongjmp, but they do not work properly!!
11932 echo "sigsetjmp not found." >&4
11936 *) val="$d_sigsetjmp"
11937 case "$d_sigsetjmp" in
11938 $define) echo "POSIX sigsetjmp found." >&4;;
11939 $undef) echo "sigsetjmp not found." >&4;;
11947 : see if sockatmark exists
11948 set sockatmark d_sockatmark
11951 : see if prototype for sockatmark is available
11953 set d_sockatmarkproto sockatmark $d_socket sys/socket.h
11956 : see if socks5_init exists
11957 set socks5_init d_socks5_init
11960 : see if prototype for setresgid is available
11962 set d_sresgproto setresgid $i_unistd unistd.h
11965 : see if prototype for setresuid is available
11967 set d_sresuproto setresuid $i_unistd unistd.h
11970 : see if sys/stat.h is available
11971 set sys/stat.h i_sysstat
11975 : see if stat knows about block sizes
11977 echo "Checking to see if your struct stat has st_blocks field..." >&4
11978 set d_statblks stat st_blocks $i_sysstat sys/stat.h
11982 : see if this is a sys/vfs.h system
11983 set sys/vfs.h i_sysvfs
11987 : see if this is a sys/statfs.h system
11988 set sys/statfs.h i_sysstatfs
11993 echo "Checking to see if your system supports struct statfs..." >&4
11994 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
11996 case "$d_statfs_s" in
11997 "$define") echo "Yes, it does." ;;
11998 *) echo "No, it doesn't." ;;
12003 : see if struct statfs knows about f_flags
12004 case "$d_statfs_s" in
12007 echo "Checking to see if your struct statfs has f_flags field..." >&4
12008 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
12012 set d_statfs_f_flags
12016 case "$d_statfs_f_flags" in
12017 "$define") echo "Yes, it does." ;;
12018 *) echo "No, it doesn't." ;;
12021 : see if _ptr and _cnt from stdio act std
12024 if $contains '_lbfsize' `./findhdr stdio.h` >/dev/null 2>&1 ; then
12025 echo "(Looks like you have stdio.h from BSD.)"
12026 case "$stdio_ptr" in
12027 '') stdio_ptr='((fp)->_p)'
12030 *) ptr_lval=$d_stdio_ptr_lval;;
12032 case "$stdio_cnt" in
12033 '') stdio_cnt='((fp)->_r)'
12036 *) cnt_lval=$d_stdio_cnt_lval;;
12038 case "$stdio_base" in
12039 '') stdio_base='((fp)->_ub._base ? (fp)->_ub._base : (fp)->_bf._base)';;
12041 case "$stdio_bufsiz" in
12042 '') stdio_bufsiz='((fp)->_ub._base ? (fp)->_ub._size : (fp)->_bf._size)';;
12044 elif $contains '_IO_fpos_t' `./findhdr stdio.h` `./findhdr libio.h` >/dev/null 2>&1 ; then
12045 echo "(Looks like you have stdio.h from Linux.)"
12046 case "$stdio_ptr" in
12047 '') stdio_ptr='((fp)->_IO_read_ptr)'
12050 *) ptr_lval=$d_stdio_ptr_lval;;
12052 case "$stdio_cnt" in
12053 '') stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
12056 *) cnt_lval=$d_stdio_cnt_lval;;
12058 case "$stdio_base" in
12059 '') stdio_base='((fp)->_IO_read_base)';;
12061 case "$stdio_bufsiz" in
12062 '') stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)';;
12065 case "$stdio_ptr" in
12066 '') stdio_ptr='((fp)->_ptr)'
12069 *) ptr_lval=$d_stdio_ptr_lval;;
12071 case "$stdio_cnt" in
12072 '') stdio_cnt='((fp)->_cnt)'
12075 *) cnt_lval=$d_stdio_cnt_lval;;
12077 case "$stdio_base" in
12078 '') stdio_base='((fp)->_base)';;
12080 case "$stdio_bufsiz" in
12081 '') stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)';;
12085 : test whether _ptr and _cnt really work
12086 echo "Checking how std your stdio is..." >&4
12089 #define FILE_ptr(fp) $stdio_ptr
12090 #define FILE_cnt(fp) $stdio_cnt
12092 FILE *fp = fopen("try.c", "r");
12095 18 <= FILE_cnt(fp) &&
12096 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
12104 if eval $compile; then
12106 echo "Your stdio acts pretty std."
12109 echo "Your stdio isn't very std."
12112 echo "Your stdio doesn't appear very std."
12118 : Can _ptr be used as an lvalue?
12119 case "$d_stdstdio$ptr_lval" in
12120 $define$define) val=$define ;;
12123 set d_stdio_ptr_lval
12126 : Can _cnt be used as an lvalue?
12127 case "$d_stdstdio$cnt_lval" in
12128 $define$define) val=$define ;;
12131 set d_stdio_cnt_lval
12135 : test whether setting _ptr sets _cnt as a side effect
12136 d_stdio_ptr_lval_sets_cnt="$undef"
12137 d_stdio_ptr_lval_nochange_cnt="$undef"
12138 case "$d_stdio_ptr_lval$d_stdstdio" in
12140 echo "Checking to see what happens if we set the stdio ptr..." >&4
12143 /* Can we scream? */
12144 /* Eat dust sed :-) */
12145 /* In the buffer space, no one can hear you scream. */
12146 #define FILE_ptr(fp) $stdio_ptr
12147 #define FILE_cnt(fp) $stdio_cnt
12148 #include <sys/types.h>
12150 FILE *fp = fopen("try.c", "r");
12155 puts("Fail even to read");
12158 c = getc(fp); /* Read away the first # */
12160 puts("Fail even to read");
12164 18 <= FILE_cnt(fp) &&
12165 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
12167 puts("Fail even to read");
12170 ptr = (char*) FILE_ptr(fp);
12171 cnt = (size_t)FILE_cnt(fp);
12173 FILE_ptr(fp) += 42;
12175 if ((char*)FILE_ptr(fp) != (ptr + 42)) {
12176 printf("Fail ptr check %p != %p", FILE_ptr(fp), (ptr + 42));
12179 if (FILE_cnt(fp) <= 20) {
12180 printf ("Fail (<20 chars to test)");
12183 if (strncmp(FILE_ptr(fp), "Eat dust sed :-) */\n", 20) != 0) {
12184 puts("Fail compare");
12187 if (cnt == FILE_cnt(fp)) {
12188 puts("Pass_unchanged");
12191 if (FILE_cnt(fp) == (cnt - 42)) {
12192 puts("Pass_changed");
12195 printf("Fail count was %d now %d\n", cnt, FILE_cnt(fp));
12201 if eval $compile; then
12202 case `./try$exe_ext` in
12204 echo "Increasing ptr in your stdio decreases cnt by the same amount. Good." >&4
12205 d_stdio_ptr_lval_sets_cnt="$define" ;;
12207 echo "Increasing ptr in your stdio leaves cnt unchanged. Good." >&4
12208 d_stdio_ptr_lval_nochange_cnt="$define" ;;
12210 echo "Increasing ptr in your stdio didn't do exactly what I expected. We'll not be doing that then." >&4 ;;
12212 echo "It appears attempting to set ptr in your stdio is a bad plan." >&4 ;;
12215 echo "It seems we can't set ptr in your stdio. Nevermind." >&4
12221 : see if _base is also standard
12223 case "$d_stdstdio" in
12227 #define FILE_base(fp) $stdio_base
12228 #define FILE_bufsiz(fp) $stdio_bufsiz
12230 FILE *fp = fopen("try.c", "r");
12233 19 <= FILE_bufsiz(fp) &&
12234 strncmp(FILE_base(fp), "#include <stdio.h>\n", 19) == 0
12241 if eval $compile; then
12243 echo "And its _base field acts std."
12246 echo "But its _base field isn't std."
12249 echo "However, it seems to be lacking the _base field."
12258 Checking how to access stdio streams by file descriptor number...
12260 case "$stdio_stream_array" in
12261 '') $cat >try.c <<EOCP
12264 if (&STDIO_STREAM_ARRAY[fileno(stdin)] == stdin)
12268 for s in _iob __iob __sF
12270 set try -DSTDIO_STREAM_ARRAY=$s
12271 if eval $compile; then
12272 case "`./try$exe_ext`" in
12273 yes) stdio_stream_array=$s; break ;;
12277 $rm -f try.* try$exe_ext
12279 case "$stdio_stream_array" in
12281 I can't figure out how to access stdio streams by file descriptor number.
12283 d_stdio_stream_array="$undef"
12286 You can access stdio streams by file descriptor number by the $stdio_stream_array array.
12288 d_stdio_stream_array="$define"
12292 : see if strcoll exists
12293 set strcoll d_strcoll
12296 : check for structure copying
12298 echo "Checking to see if your C compiler can copy structs..." >&4
12299 $cat >try.c <<'EOCP'
12309 if $cc -c try.c >/dev/null 2>&1 ; then
12311 echo "Yup, it can."
12314 echo "Nope, it can't."
12320 : see if strerror and/or sys_errlist[] exist
12322 if test "X$d_strerror" = X -o "X$d_syserrlst" = X; then
12323 if set strerror val -f d_strerror; eval $csym; $val; then
12324 echo 'strerror() found.' >&4
12325 d_strerror="$define"
12326 d_strerrm='strerror(e)'
12327 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then
12328 echo "(You also have sys_errlist[], so we could roll our own strerror.)"
12329 d_syserrlst="$define"
12331 echo "(Since you don't have sys_errlist[], sterror() is welcome.)"
12332 d_syserrlst="$undef"
12334 elif xxx=`./findhdr string.h`; test "$xxx" || xxx=`./findhdr strings.h`; \
12335 $contains '#[ ]*define.*strerror' "$xxx" >/dev/null 2>&1; then
12336 echo 'strerror() found in string header.' >&4
12337 d_strerror="$define"
12338 d_strerrm='strerror(e)'
12339 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then
12340 echo "(Most probably, strerror() uses sys_errlist[] for descriptions.)"
12341 d_syserrlst="$define"
12343 echo "(You don't appear to have any sys_errlist[], how can this be?)"
12344 d_syserrlst="$undef"
12346 elif set sys_errlist val -a d_syserrlst; eval $csym; $val; then
12347 echo "strerror() not found, but you have sys_errlist[] so we'll use that." >&4
12348 d_strerror="$undef"
12349 d_syserrlst="$define"
12350 d_strerrm='((e)<0||(e)>=sys_nerr?"unknown":sys_errlist[e])'
12352 echo 'strerror() and sys_errlist[] NOT found.' >&4
12353 d_strerror="$undef"
12354 d_syserrlst="$undef"
12355 d_strerrm='"unknown"'
12359 : see if strftime exists
12360 set strftime d_strftime
12363 : see if strtod exists
12364 set strtod d_strtod
12367 : see if strtol exists
12368 set strtol d_strtol
12371 : see if strtold exists
12372 set strtold d_strtold
12375 : see if strtoll exists
12376 set strtoll d_strtoll
12379 case "$d_longlong-$d_strtoll" in
12382 Checking whether your strtoll() works okay...
12384 $cat >try.c <<'EOCP'
12387 #define strtoll __strtoll
12390 #define strtoll _strtoll
12393 extern long long int strtoll(char *s, char **, int);
12394 static int bad = 0;
12395 int check(char *s, long long ell, int een) {
12398 gll = strtoll(s, 0, 10);
12399 if (!((gll == ell) && (errno == een)))
12403 check(" 1", 1LL, 0);
12404 check(" 0", 0LL, 0);
12405 check("-1", -1LL, 0);
12406 check("-9223372036854775808", -9223372036854775808LL, 0);
12407 check("-9223372036854775808", -9223372036854775808LL, 0);
12408 check(" 9223372036854775807", 9223372036854775807LL, 0);
12409 check("-9223372036854775808", -9223372036854775808LL, 0);
12410 check(" 9223372036854775808", 9223372036854775807LL, ERANGE);
12411 check("-9223372036854775809", -9223372036854775808LL, ERANGE);
12417 if eval $compile; then
12420 ok) echo "Your strtoll() seems to be working okay." ;;
12422 Your strtoll() doesn't seem to be working okay.
12428 echo "(I can't seem to compile the test program--assuming it doesn't)"
12434 : see if strtoq exists
12435 set strtoq d_strtoq
12438 : see if strtoul exists
12439 set strtoul d_strtoul
12442 case "$d_strtoul" in
12445 Checking whether your strtoul() works okay...
12447 $cat >try.c <<'EOCP'
12450 extern unsigned long int strtoul(char *s, char **, int);
12451 static int bad = 0;
12452 void check(char *s, unsigned long eul, int een) {
12455 gul = strtoul(s, 0, 10);
12456 if (!((gul == eul) && (errno == een)))
12460 check(" 1", 1L, 0);
12461 check(" 0", 0L, 0);
12463 case "$longsize" in
12465 $cat >>try.c <<'EOCP'
12466 check("18446744073709551615", 18446744073709551615UL, 0);
12467 check("18446744073709551616", 18446744073709551615UL, ERANGE);
12468 #if 0 /* strtoul() for /^-/ strings is undefined. */
12469 check("-1", 18446744073709551615UL, 0);
12470 check("-18446744073709551614", 2, 0);
12471 check("-18446744073709551615", 1, 0);
12472 check("-18446744073709551616", 18446744073709551615UL, ERANGE);
12473 check("-18446744073709551617", 18446744073709551615UL, ERANGE);
12478 $cat >>try.c <<'EOCP'
12479 check("4294967295", 4294967295UL, 0);
12480 check("4294967296", 4294967295UL, ERANGE);
12481 #if 0 /* strtoul() for /^-/ strings is undefined. */
12482 check("-1", 4294967295UL, 0);
12483 check("-4294967294", 2, 0);
12484 check("-4294967295", 1, 0);
12485 check("-4294967296", 4294967295UL, ERANGE);
12486 check("-4294967297", 4294967295UL, ERANGE);
12491 : Should we write these tests to be more portable by sprintf-ing
12492 : ~0 and then manipulating that char string as input for strtol?
12495 $cat >>try.c <<'EOCP'
12502 if eval $compile; then
12504 ok) echo "Your strtoul() seems to be working okay." ;;
12506 Your strtoul() doesn't seem to be working okay.
12515 : see if strtoull exists
12516 set strtoull d_strtoull
12519 case "$d_longlong-$d_strtoull" in
12522 Checking whether your strtoull() works okay...
12524 $cat >try.c <<'EOCP'
12527 #define strtoull __strtoull
12530 extern unsigned long long int strtoull(char *s, char **, int);
12531 static int bad = 0;
12532 int check(char *s, long long eull, int een) {
12535 gull = strtoull(s, 0, 10);
12536 if (!((gull == eull) && (errno == een)))
12540 check(" 1", 1LL, 0);
12541 check(" 0", 0LL, 0);
12542 check("18446744073709551615", 18446744073709551615ULL, 0);
12543 check("18446744073709551616", 18446744073709551615ULL, ERANGE);
12544 #if 0 /* strtoull() for /^-/ strings is undefined. */
12545 check("-1", 18446744073709551615ULL, 0);
12546 check("-18446744073709551614", 2LL, 0);
12547 check("-18446744073709551615", 1LL, 0);
12548 check("-18446744073709551616", 18446744073709551615ULL, ERANGE);
12549 check("-18446744073709551617", 18446744073709551615ULL, ERANGE);
12556 if eval $compile; then
12558 ok) echo "Your strtoull() seems to be working okay." ;;
12560 Your strtoull() doesn't seem to be working okay.
12562 d_strtoull="$undef"
12569 : see if strtouq exists
12570 set strtouq d_strtouq
12573 case "$d_strtouq" in
12576 Checking whether your strtouq() works okay...
12578 $cat >try.c <<'EOCP'
12581 extern unsigned long long int strtouq(char *s, char **, int);
12582 static int bad = 0;
12583 void check(char *s, unsigned long long eull, int een) {
12584 unsigned long long gull;
12586 gull = strtouq(s, 0, 10);
12587 if (!((gull == eull) && (errno == een)))
12591 check(" 1", 1LL, 0);
12592 check(" 0", 0LL, 0);
12593 check("18446744073709551615", 18446744073709551615ULL, 0);
12594 check("18446744073709551616", 18446744073709551615ULL, ERANGE);
12595 #if 0 /* strtouq() for /^-/ strings is undefined. */
12596 check("-1", 18446744073709551615ULL, 0);
12597 check("-18446744073709551614", 2LL, 0);
12598 check("-18446744073709551615", 1LL, 0);
12599 check("-18446744073709551616", 18446744073709551615ULL, ERANGE);
12600 check("-18446744073709551617", 18446744073709551615ULL, ERANGE);
12608 if eval $compile; then
12610 ok) echo "Your strtouq() seems to be working okay." ;;
12612 Your strtouq() doesn't seem to be working okay.
12621 : see if strxfrm exists
12622 set strxfrm d_strxfrm
12625 : see if symlink exists
12626 set symlink d_symlink
12629 : see if syscall exists
12630 set syscall d_syscall
12633 : see if prototype for syscall is available
12635 set d_syscallproto syscall $i_unistd unistd.h
12638 : see if sysconf exists
12639 set sysconf d_sysconf
12642 : see if system exists
12643 set system d_system
12646 : see if tcgetpgrp exists
12647 set tcgetpgrp d_tcgetpgrp
12650 : see if tcsetpgrp exists
12651 set tcsetpgrp d_tcsetpgrp
12654 : see if prototype for telldir is available
12656 set d_telldirproto telldir $i_systypes sys/types.h $i_dirent dirent.h
12659 : see if this is a sys/times.h system
12660 set sys/times.h i_systimes
12663 : see if times exists
12665 if set times val -f d_times; eval $csym; $val; then
12666 echo 'times() found.' >&4
12669 case "$i_systimes" in
12670 "$define") inc='sys/times.h';;
12672 rp="What is the type returned by times() on this system?"
12673 set clock_t clocktype long stdio.h sys/types.h $inc
12676 echo 'times() NOT found, hope that will do.' >&4
12681 : see if truncate exists
12682 set truncate d_truncate
12685 : see if tzname[] exists
12687 if set tzname val -a d_tzname; eval $csym; $val; then
12689 echo 'tzname[] found.' >&4
12692 echo 'tzname[] NOT found.' >&4
12697 case "$crosscompile" in
12698 ''|[nN]*) crosscompile="$undef" ;;
12702 next|rhapsody|darwin) multiarch="$define" ;;
12704 case "$multiarch" in
12705 ''|[nN]*) multiarch="$undef" ;;
12708 : check for ordering of bytes in a long
12710 case "$crosscompile$multiarch" in
12713 You seem to be either cross-compiling or doing a multiarchitecture build,
12714 skipping the byteorder check.
12720 case "$byteorder" in
12723 In the following, larger digits indicate more significance. A big-endian
12724 machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
12725 little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
12726 machines may have weird orders like 3412. A Cray will report 87654321,
12727 an Alpha will report 12345678. If the test program works the default is
12729 I'm now running the test program...
12731 $cat >try.c <<'EOCP'
12738 char c[sizeof(long)];
12741 if (sizeof(long) > 4)
12742 u.l = (0x08070605L << 32) | 0x04030201L;
12745 for (i = 0; i < sizeof(long); i++)
12746 printf("%c", u.c[i]+'0');
12753 if eval $compile && ./try > /dev/null; then
12756 [1-4][1-4][1-4][1-4]|12345678|87654321)
12757 echo "(The test program ran ok.)"
12758 echo "byteorder=$dflt"
12761 ????|????????) echo "(The test program ran ok.)" ;;
12762 *) echo "(The test program didn't run right for some reason.)" ;;
12767 (I can't seem to compile the test program. Guessing big-endian...)
12770 case "$xxx_prompt" in
12772 rp="What is the order of bytes in a long?"
12788 Checking to see whether you can access character data unalignedly...
12792 #define U32 $u32type
12793 #define BYTEORDER $byteorder
12795 #if BYTEORDER == 0x1234 || BYTEORDER == 0x4321
12796 U8 buf[] = "\0\0\0\1\0\0\0\0";
12800 if (sizeof(U32) != 4) {
12801 printf("sizeof(U32) is not 4, but %d\n", sizeof(U32));
12807 for (i = 0; i < 4; i++) {
12808 up = (U32*)(buf + i);
12809 if (! ((*up == 1 << (8*i)) || /* big-endian */
12810 (*up == 1 << (8*(3-i))) /* little-endian */
12814 printf("read failed (%x)\n", *up);
12820 for (i = 0; i < 4; i++) {
12821 up = (U32*)(buf + i);
12823 if (*up != 0xBeef) {
12824 printf("write failed (%x)\n", *up);
12838 if eval $compile_ok; then
12839 echo "(This test may dump core.)" >&4
12840 ./try >&2 >/dev/null
12843 You can access character data pretty unalignedly.
12845 d_u32align="$undef"
12848 It seems that you must access character data in an aligned manner.
12850 d_u32align="$define"
12853 $rm -f core core.try.* try.core
12855 rp='Can you access character data at unaligned addresses?'
12859 [yY]*) d_u32align="$undef" ;;
12860 *) d_u32align="$define" ;;
12864 : see if ualarm exists
12865 set ualarm d_ualarm
12868 : see if umask exists
12872 : see if usleep exists
12873 set usleep d_usleep
12876 : see if prototype for usleep is available
12878 set d_usleepproto usleep $i_unistd unistd.h
12881 : see if ustat exists
12885 : backward compatibility for d_hvfork
12886 if test X$d_hvfork != X; then
12887 d_vfork="$d_hvfork"
12890 : see if there is a vfork
12895 : Ok, but do we want to use it. vfork is reportedly unreliable in
12896 : perl on Solaris 2.x, and probably elsewhere.
12900 case "$usevfork" in
12906 Perl can only use a vfork() that doesn't suffer from strict
12907 restrictions on calling functions or modifying global data in
12908 the child. For example, glibc-2.1 contains such a vfork()
12909 that is unsuitable. If your system provides a proper fork()
12910 call, chances are that you do NOT want perl to use vfork().
12913 rp="Do you still want to use vfork()?"
12918 echo "Ok, we won't use vfork()."
12927 $define) usevfork='true';;
12928 *) usevfork='false';;
12931 : see if this is an sysdir system
12932 set sys/dir.h i_sysdir
12935 : see if this is an sysndir system
12936 set sys/ndir.h i_sysndir
12939 : see if closedir exists
12940 set closedir d_closedir
12943 case "$d_closedir" in
12946 echo "Checking whether closedir() returns a status..." >&4
12947 cat > closedir.c <<EOM
12948 #$i_dirent I_DIRENT /**/
12949 #$i_sysdir I_SYS_DIR /**/
12950 #$i_sysndir I_SYS_NDIR /**/
12951 #$i_systypes I_SYS_TYPES /**/
12953 #if defined(I_SYS_TYPES)
12954 #include <sys/types.h>
12956 #if defined(I_DIRENT)
12957 #include <dirent.h>
12958 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
12959 #include <sys/dir.h>
12963 #include <sys/ndir.h>
12967 #include <ndir.h> /* may be wrong in the future */
12969 #include <sys/dir.h>
12974 int main() { return closedir(opendir(".")); }
12977 if eval $compile_ok; then
12978 if ./closedir > /dev/null 2>&1 ; then
12979 echo "Yes, it does."
12982 echo "No, it doesn't."
12986 echo "(I can't seem to compile the test program--assuming it doesn't)"
12994 set d_void_closedir
12997 : see if there is a wait4
13001 : see if waitpid exists
13002 set waitpid d_waitpid
13005 : see if wcstombs exists
13006 set wcstombs d_wcstombs
13009 : see if wctomb exists
13010 set wctomb d_wctomb
13013 : see if writev exists
13014 set writev d_writev
13017 : preserve RCS keywords in files with variable substitution, grrr
13022 Revision='$Revision'
13024 : check for alignment requirements
13026 case "$crosscompile$multiarch" in
13029 You seem to be either cross-compiling or doing a multiarchitecture build,
13030 skipping the memory alignment check.
13033 case "$alignbytes" in
13034 '') alignbytes=8 ;;
13038 case "$alignbytes" in
13039 '') echo "Checking alignment constraints..." >&4
13040 if $test "X$uselongdouble" = Xdefine -a "X$d_longdbl" = Xdefine; then
13041 $cat >try.c <<'EOCP'
13042 typedef long double NV;
13045 $cat >try.c <<'EOCP'
13049 $cat >>try.c <<'EOCP'
13057 printf("%d\n", (int)((char *)&try_algn.bar - (char *)&try_algn.foo));
13062 if eval $compile_ok; then
13066 echo "(I can't seem to compile the test program...)"
13069 *) dflt="$alignbytes"
13072 rp="Doubles must be aligned on a how-many-byte boundary?"
13080 : set the base revision
13083 : how do we catenate cpp tokens here?
13085 echo "Checking to see how your cpp does stuff like catenate tokens..." >&4
13086 $cat >cpp_stuff.c <<'EOCP'
13087 #define RCAT(a,b)a/**/b
13088 #define ACAT(a,b)a ## b
13092 $cppstdin $cppflags $cppminus <cpp_stuff.c >cpp_stuff.out 2>&1
13093 if $contains 'Circus' cpp_stuff.out >/dev/null 2>&1; then
13094 echo "Oh! Smells like ANSI's been here." >&4
13095 echo "We can catify or stringify, separately or together!"
13097 elif $contains 'Reiser' cpp_stuff.out >/dev/null 2>&1; then
13098 echo "Ah, yes! The good old days!" >&4
13099 echo "However, in the good old days we don't know how to stringify and"
13100 echo "catify at the same time."
13104 Hmm, I don't seem to be able to catenate tokens with your cpp. You're going
13105 to have to edit the values of CAT[2-5] in config.h...
13107 cpp_stuff="/* Help! How do we handle cpp_stuff? */*/"
13111 : see if this is a db.h system
13117 : Check db version.
13119 echo "Checking Berkeley DB version ..." >&4
13125 #include <sys/types.h>
13128 int main(int argc, char *argv[])
13130 #ifdef DB_VERSION_MAJOR /* DB version >= 2 */
13131 int Major, Minor, Patch ;
13132 unsigned long Version ;
13133 (void)db_version(&Major, &Minor, &Patch) ;
13135 printf("%d %d %d %d %d %d\n",
13136 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH,
13137 Major, Minor, Patch);
13140 printf("You have Berkeley DB Version 2 or greater.\n");
13142 printf("db.h is from Berkeley DB Version %d.%d.%d\n",
13143 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH);
13144 printf("libdb is from Berkeley DB Version %d.%d.%d\n",
13145 Major, Minor, Patch) ;
13147 /* check that db.h & libdb are compatible */
13148 if (DB_VERSION_MAJOR != Major || DB_VERSION_MINOR != Minor || DB_VERSION_PATCH != Patch) {
13149 printf("db.h and libdb are incompatible.\n") ;
13153 printf("db.h and libdb are compatible.\n") ;
13155 Version = DB_VERSION_MAJOR * 1000000 + DB_VERSION_MINOR * 1000
13156 + DB_VERSION_PATCH ;
13158 /* needs to be >= 2.3.4 */
13159 if (Version < 2003004) {
13160 /* if (DB_VERSION_MAJOR == 2 && DB_VERSION_MINOR == 0 && DB_VERSION_PATCH < 5) { */
13161 printf("Perl needs Berkeley DB 2.3.4 or greater.\n") ;
13167 #if defined(_DB_H_) && defined(BTREEMAGIC) && defined(HASHMAGIC)
13172 printf("You have Berkeley DB Version 1.\n");
13173 exit(0); /* DB version < 2: the coast is clear. */
13175 exit(1); /* <db.h> not Berkeley DB? */
13181 if eval $compile_ok && ./try; then
13182 echo 'Looks OK.' >&4
13184 db_version_major=$1
13185 db_version_minor=$2
13186 db_version_patch=$3
13188 echo "I can't use Berkeley DB with your <db.h>. I'll disable Berkeley DB." >&4
13192 : Remove db from list of libraries to use
13193 echo "Removing unusable -ldb from library list" >&4
13194 set `echo X $libs | $sed -e 's/-ldb / /' -e 's/-ldb$//'`
13197 echo "libs = $libs" >&4
13207 : Check the return type needed for hash
13209 echo "Checking return type needed for hash for Berkeley DB ..." >&4
13215 #include <sys/types.h>
13218 #ifndef DB_VERSION_MAJOR
13219 u_int32_t hash_cb (ptr, size)
13227 info.hash = hash_cb;
13231 if $cc $ccflags -c try.c >try.out 2>&1 ; then
13232 if $contains warning try.out >>/dev/null 2>&1 ; then
13235 db_hashtype='u_int32_t'
13238 : XXX Maybe we should just give up here.
13239 db_hashtype=u_int32_t
13241 echo "Help: I can't seem to compile the db test program." >&4
13242 echo "Something's wrong, but I'll assume you use $db_hashtype." >&4
13245 echo "Your version of Berkeley DB uses $db_hashtype for hash."
13247 *) db_hashtype=u_int32_t
13252 : Check the return type needed for prefix
13254 echo "Checking return type needed for prefix for Berkeley DB ..." >&4
13260 #include <sys/types.h>
13263 #ifndef DB_VERSION_MAJOR
13264 size_t prefix_cb (key1, key2)
13272 info.prefix = prefix_cb;
13276 if $cc $ccflags -c try.c >try.out 2>&1 ; then
13277 if $contains warning try.out >>/dev/null 2>&1 ; then
13278 db_prefixtype='int'
13280 db_prefixtype='size_t'
13283 db_prefixtype='size_t'
13284 : XXX Maybe we should just give up here.
13286 echo "Help: I can't seem to compile the db test program." >&4
13287 echo "Something's wrong, but I'll assume you use $db_prefixtype." >&4
13290 echo "Your version of Berkeley DB uses $db_prefixtype for prefix."
13292 *) db_prefixtype='size_t'
13297 : How can we generate normalized random numbers ?
13299 echo "Looking for a random number function..." >&4
13300 case "$randfunc" in
13302 if set drand48 val -f; eval $csym; $val; then
13304 echo "Good, found drand48()." >&4
13305 elif set random val -f; eval $csym; $val; then
13307 echo "OK, found random()." >&4
13310 echo "Yick, looks like I have to use rand()." >&4
13321 *-Dmy_rand=*|*-Dmy_srand=*)
13322 echo "Removing obsolete -Dmy_rand, -Dmy_srand, and -Drandbits from ccflags." >&4
13323 ccflags="`echo $ccflags | sed -e 's/-Dmy_rand=random/ /'`"
13324 ccflags="`echo $ccflags | sed -e 's/-Dmy_srand=srandom/ /'`"
13325 ccflags="`echo $ccflags | sed -e 's/-Drandbits=[0-9][0-9]*/ /'`"
13329 while $test "$cont"; do
13330 rp="Use which function to generate random numbers?"
13332 if $test "$ans" = "$dflt"; then
13338 if set $ans val -f; eval $csym; $val; then
13342 rp="I cannot find function $ans. Use that name anyway?"
13351 case "$randfunc" in
13353 drand01="drand48()"
13359 case "$randbits" in
13361 echo "Checking to see how many bits your $randfunc() function produces..." >&4
13363 #$i_unistd I_UNISTD
13364 #$i_stdlib I_STDLIB
13367 # include <unistd.h>
13370 # include <stdlib.h>
13375 register unsigned long tmp;
13376 register unsigned long max = 0L;
13378 for (i = 1000; i; i--) {
13379 tmp = (unsigned long) $randfunc();
13380 if (tmp > max) max = tmp;
13382 for (i = 0; max; i++)
13388 if eval $compile_ok; then
13392 echo "(I can't seem to compile the test program...)"
13399 rp="How many bits does your $randfunc() function produce?"
13403 drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
13404 seedfunc="s$randfunc"
13405 randseedtype=unsigned
13409 rp="How many bits does your $randfunc() function produce?"
13412 seedfunc="s$randfunc"
13413 drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
13414 if set $seedfunc val -f; eval $csym; $val; then
13415 echo "(Using $seedfunc() to seed random generator)"
13417 echo "(Warning: no $seedfunc() to seed random generator)"
13420 randseedtype=unsigned
13428 echo "Determining whether or not we are on an EBCDIC system..." >&4
13429 $cat >tebcdic.c <<'EOM'
13432 if ('M'==0xd4) return 0;
13439 if eval $compile_ok; then
13441 echo "You seem to speak EBCDIC." >&4
13444 echo "Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF8." >&4
13447 echo "I'm unable to compile the test program." >&4
13448 echo "I'll assume ASCII or some ISO Latin. Or UTF8." >&4
13450 $rm -f tebcdic.c tebcdic
13456 Checking how to flush all pending stdio output...
13458 # I only know how to find the first 32 possibly open files on SunOS.
13459 # See also hints/sunos_4_1.sh and util.c --AD
13461 sunos) $echo '#define PERL_FFLUSH_ALL_FOPEN_MAX 32' > try.c ;;
13463 $cat >>try.c <<EOCP
13465 #$i_unistd I_UNISTD
13467 # include <unistd.h>
13469 #$d_sysconf HAS_SYSCONF
13470 #$d_stdio_stream_array HAS_STDIO_STREAM_ARRAY
13471 #ifdef HAS_STDIO_STREAM_ARRAY
13472 # define STDIO_STREAM_ARRAY $stdio_stream_array
13475 FILE* p = fopen("try.out", "w");
13479 # ifdef TRY_FPRINTF
13483 #ifdef TRY_FFLUSH_NULL
13486 #ifdef TRY_FFLUSH_ALL
13488 long open_max = -1;
13489 # ifdef PERL_FFLUSH_ALL_FOPEN_MAX
13490 open_max = PERL_FFLUSH_ALL_FOPEN_MAX;
13492 # if defined(HAS_SYSCONF) && defined(_SC_OPEN_MAX)
13493 open_max = sysconf(_SC_OPEN_MAX);
13496 open_max = FOPEN_MAX;
13499 open_max = OPEN_MAX;
13508 # ifdef HAS_STDIO_STREAM_ARRAY
13509 if (open_max > 0) {
13511 for (i = 0; i < open_max; i++)
13512 if (STDIO_STREAM_ARRAY[i]._file >= 0 &&
13513 STDIO_STREAM_ARRAY[i]._file < open_max &&
13514 STDIO_STREAM_ARRAY[i]._flag)
13515 fflush(&STDIO_STREAM_ARRAY[i]);
13523 : first we have to find out how _not_ to flush
13524 if $test "X$fflushNULL" = X -o "X$fflushall" = X; then
13526 set try -DTRY_FPUTC
13527 if eval $compile; then
13529 ./try$exe_ext 2>/dev/null
13530 if $test ! -s try.out -a "X$?" = X42; then
13536 set try -DTRY_FPRINTF
13538 if eval $compile; then
13540 ./try$exe_ext 2>/dev/null
13541 if $test ! -s try.out -a "X$?" = X42; then
13542 output=-DTRY_FPRINTF
13548 : check for fflush NULL behaviour
13549 case "$fflushNULL" in
13550 '') set try -DTRY_FFLUSH_NULL $output
13551 if eval $compile; then
13553 ./try$exe_ext 2>/dev/null
13555 if $test -s try.out -a "X$code" = X42; then
13556 fflushNULL="`$cat try.out`"
13558 if $test "X$code" != X42; then
13560 (If this test failed, don't worry, we'll try another method shortly.)
13565 $rm -f core try.core core.try.*
13566 case "$fflushNULL" in
13568 Your fflush(NULL) works okay for output streams.
13569 Let's see if it clobbers input pipes...
13571 # As of mid-March 2000 all versions of Solaris appear to have a stdio
13572 # bug that improperly flushes the input end of pipes. So we avoid the
13573 # autoflush on fork/system/exec support for now. :-(
13574 $cat >tryp.c <<EOCP
13577 main(int argc, char **argv)
13583 while ((i = getc(stdin)) != -1
13584 && (*bp++ = i) != '\n'
13585 && bp < &buf[1024])
13588 fprintf(stdout, "%s", buf);
13596 fflushNULL="$define"
13598 if eval $compile; then
13600 $cat tryp.c | ./tryp$exe_ext 2>/dev/null > tryp.out
13601 if cmp tryp.c tryp.out >/dev/null 2>&1; then
13603 fflush(NULL) seems to behave okay with input streams.
13605 fflushNULL="$define"
13608 Ouch, fflush(NULL) clobbers input pipes! We will not use it.
13610 fflushNULL="$undef"
13613 $rm -f core tryp.c tryp.core core.tryp.*
13616 Your fflush(NULL) isn't working (contrary to ANSI C).
13618 fflushNULL="$undef"
13621 Cannot figure out whether your fflush(NULL) works or not.
13622 I'm assuming it doesn't (contrary to ANSI C).
13624 fflushNULL="$undef"
13628 $define|true|[yY]*)
13629 fflushNULL="$define"
13632 fflushNULL="$undef"
13635 : check explicit looping only if NULL did not work, and if the pipe
13636 : bug does not show up on an explicit flush too
13637 case "$fflushNULL" in
13639 $cat >tryp.c <<EOCP
13642 main(int argc, char **argv)
13648 while ((i = getc(stdin)) != -1
13649 && (*bp++ = i) != '\n'
13650 && bp < &buf[1024])
13653 fprintf(stdout, "%s", buf);
13662 if eval $compile; then
13664 $cat tryp.c | ./tryp$exe_ext 2>/dev/null > tryp.out
13665 if cmp tryp.c tryp.out >/dev/null 2>&1; then
13667 Good, at least fflush(stdin) seems to behave okay when stdin is a pipe.
13669 : now check for fflushall behaviour
13670 case "$fflushall" in
13671 '') set try -DTRY_FFLUSH_ALL $output
13672 if eval $compile; then
13674 (Now testing the other method--but note that this also may fail.)
13677 ./try$exe_ext 2>/dev/null
13678 if $test -s try.out -a "X$?" = X42; then
13679 fflushall="`$cat try.out`"
13682 $rm -f core try.core core.try.*
13683 case "$fflushall" in
13685 Whew. Flushing explicitly all the stdio streams works.
13687 fflushall="$define"
13690 Sigh. Flushing explicitly all the stdio streams doesn't work.
13695 Cannot figure out whether flushing stdio streams explicitly works or not.
13696 I'm assuming it doesn't.
13702 "$define"|true|[yY]*)
13703 fflushall="$define"
13711 All is futile. Even fflush(stdin) clobbers input pipes!
13718 $rm -f core tryp.c tryp.core core.tryp.*
13720 *) fflushall="$undef"
13724 case "$fflushNULL$fflushall" in
13727 OK, I give up. I cannot figure out how to flush pending stdio output.
13728 We won't be flushing handles at all before fork/exec/popen.
13732 $rm -f try.* try$exe_ext
13734 : Store the full pathname to the ar program for use in the C program
13735 : Respect a hint or command line value for full_ar.
13740 : Store the full pathname to the sed program for use in the C program
13743 : see what type gids are declared as in the kernel
13745 echo "Looking for the type for group ids returned by getgid()."
13746 set gid_t gidtype xxx stdio.h sys/types.h
13750 xxx=`./findhdr sys/user.h`
13751 set `grep 'groups\[NGROUPS\];' "$xxx" 2>/dev/null` unsigned short
13753 unsigned) dflt="$1 $2" ;;
13757 *) dflt="$gidtype";;
13760 gid_t) echo "gid_t found." ;;
13761 *) rp="What is the type for group ids returned by getgid()?"
13769 *_t) zzz="$gidtype" ;;
13772 echo "Checking the size of $zzz..." >&4
13774 #include <sys/types.h>
13777 printf("%d\n", (int)sizeof($gidtype));
13782 if eval $compile_ok; then
13786 echo "(I can't execute the test program--guessing $gidsize.)" >&4
13789 echo "Your $zzz is $gidsize bytes long."
13794 echo "(I can't compile the test program--guessing $gidsize.)" >&4
13800 *_t) zzz="$gidtype" ;;
13803 echo "Checking the sign of $zzz..." >&4
13805 #include <sys/types.h>
13816 if eval $compile; then
13820 echo "(I can't execute the test program--guessing unsigned.)" >&4
13824 1) echo "Your $zzz is unsigned." ;;
13825 -1) echo "Your $zzz is signed." ;;
13831 echo "(I can't compile the test program--guessing unsigned.)" >&4
13837 if $test X"$quadtype" != X; then
13839 echo "Checking how to print 64-bit integers..." >&4
13841 if $test X"$sPRId64" = X -a X"$quadtype" = Xint; then
13842 $cat >try.c <<'EOCP'
13843 #include <sys/types.h>
13846 int q = 12345678901;
13847 printf("%ld\n", q);
13851 if eval $compile; then
13852 yyy=`./try$exe_ext`
13855 sPRId64='"d"'; sPRIi64='"i"'; sPRIu64='"u"';
13856 sPRIo64='"o"'; sPRIx64='"x"'; sPRIXU64='"X"';
13857 echo "We will use %d."
13863 if $test X"$sPRId64" = X -a X"$quadtype" = Xlong; then
13864 $cat >try.c <<'EOCP'
13865 #include <sys/types.h>
13868 long q = 12345678901;
13869 printf("%ld\n", q);
13873 if eval $compile; then
13874 yyy=`./try$exe_ext`
13877 sPRId64='"ld"'; sPRIi64='"li"'; sPRIu64='"lu"';
13878 sPRIo64='"lo"'; sPRIx64='"lx"'; sPRIXU64='"lX"';
13879 echo "We will use %ld."
13885 if $test X"$sPRId64" = X -a X"$i_inttypes" = X"$define" -a X"$quadtype" = Xint64_t; then
13886 $cat >try.c <<'EOCP'
13887 #include <sys/types.h>
13888 #include <inttypes.h>
13891 int64_t q = 12345678901;
13892 printf("%" PRId64 "\n", q);
13896 if eval $compile; then
13897 yyy=`./try$exe_ext`
13900 sPRId64=PRId64; sPRIi64=PRIi64; sPRIu64=PRIu64;
13901 sPRIo64=PRIo64; sPRIx64=PRIx64; sPRIXU64=PRIXU64;
13902 echo "We will use the C9X style."
13908 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
13910 #include <sys/types.h>
13913 $quadtype q = 12345678901;
13914 printf("%Ld\n", q);
13918 if eval $compile; then
13919 yyy=`./try$exe_ext`
13922 sPRId64='"Ld"'; sPRIi64='"Li"'; sPRIu64='"Lu"';
13923 sPRIo64='"Lo"'; sPRIx64='"Lx"'; sPRIXU64='"LX"';
13924 echo "We will use %Ld."
13930 if $test X"$sPRId64" = X -a X"$quadtype" = X"long long"; then
13931 $cat >try.c <<'EOCP'
13932 #include <sys/types.h>
13935 long long q = 12345678901LL; /* AIX cc requires the LL suffix. */
13936 printf("%lld\n", q);
13940 if eval $compile; then
13941 yyy=`./try$exe_ext`
13944 sPRId64='"lld"'; sPRIi64='"lli"'; sPRIu64='"llu"';
13945 sPRIo64='"llo"'; sPRIx64='"llx"'; sPRIXU64='"llX"';
13946 echo "We will use the %lld style."
13952 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
13954 #include <sys/types.h>
13957 $quadtype q = 12345678901;
13958 printf("%qd\n", q);
13962 if eval $compile; then
13963 yyy=`./try$exe_ext`
13966 sPRId64='"qd"'; sPRIi64='"qi"'; sPRIu64='"qu"';
13967 sPRIo64='"qo"'; sPRIx64='"qx"'; sPRIXU64='"qX"';
13968 echo "We will use %qd."
13974 if $test X"$sPRId64" = X; then
13975 echo "Cannot figure out how to print 64-bit integers." >&4
13983 '') d_PRId64="$undef"; d_PRIi64="$undef"; d_PRIu64="$undef";
13984 d_PRIo64="$undef"; d_PRIx64="$undef"; d_PRIXU64="$undef";
13986 *) d_PRId64="$define"; d_PRIi64="$define"; d_PRIu64="$define";
13987 d_PRIo64="$define"; d_PRIx64="$define"; d_PRIXU64="$define";
13993 $echo "Checking the format strings to be used for Perl's internal types..." >&4
13995 if $test X"$ivsize" = X8; then
13996 ivdformat="$sPRId64"
13997 uvuformat="$sPRIu64"
13998 uvoformat="$sPRIo64"
13999 uvxformat="$sPRIx64"
14000 uvXUformat="$sPRIXU64"
14002 if $test X"$ivsize" = X"$longsize"; then
14009 if $test X"$ivsize" = X"$intsize"; then
14017 if $test X"$ivsize" = X"$shortsize"; then
14028 if $test X"$uselongdouble" = X"$define" -a X"$d_longdbl" = X"$define" -a X"$d_PRIgldbl" = X"$define"; then
14029 nveformat="$sPRIeldbl"
14030 nvfformat="$sPRIfldbl"
14031 nvgformat="$sPRIgldbl"
14032 nvEUformat="$sPRIEUldbl"
14033 nvFUformat="$sPRIFUldbl"
14034 nvGUformat="$sPRIGUldbl"
14044 case "$ivdformat" in
14045 '') echo "$0: Fatal: failed to find format strings, cannot continue." >& 4
14052 $echo "Checking the format string to be used for gids..." >&4
14055 -1) if $test X"$gidsize" = X"$ivsize"; then
14056 gidformat="$ivdformat"
14058 if $test X"$gidsize" = X"$longsize"; then
14061 if $test X"$gidsize" = X"$intsize"; then
14064 if $test X"$gidsize" = X"$shortsize"; then
14071 *) if $test X"$gidsize" = X"$uvsize"; then
14072 gidformat="$uvuformat"
14074 if $test X"$gidsize" = X"$longsize"; then
14077 if $test X"$gidsize" = X"$intsize"; then
14080 if $test X"$gidsize" = X"$shortsize"; then
14089 : see if getgroups exists
14090 set getgroups d_getgrps
14093 : see if setgroups exists
14094 set setgroups d_setgrps
14098 : Find type of 2nd arg to 'getgroups()' and 'setgroups()'
14100 case "$d_getgrps$d_setgrps" in
14102 case "$groupstype" in
14103 '') dflt="$gidtype" ;;
14104 *) dflt="$groupstype" ;;
14107 What type of pointer is the second argument to getgroups() and setgroups()?
14108 Usually this is the same as group ids, $gidtype, but not always.
14111 rp='What type pointer is the second argument to getgroups() and setgroups()?'
14115 *) groupstype="$gidtype";;
14119 echo "Checking if your $make program sets \$(MAKE)..." >&4
14120 case "$make_set_make" in
14122 $sed 's/^X //' > testmake.mak << 'EOF'
14124 X @echo 'maketemp="$(MAKE)"'
14126 case "`$make -f testmake.mak 2>/dev/null`" in
14127 *maketemp=*) make_set_make='#' ;;
14128 *) make_set_make="MAKE=$make" ;;
14130 $rm -f testmake.mak
14133 case "$make_set_make" in
14134 '#') echo "Yup, it does.";;
14135 *) echo "Nope, it doesn't.";;
14138 : see what type is used for mode_t
14139 rp="What is the type used for file modes for system calls (e.g. fchmod())?"
14140 set mode_t modetype int stdio.h sys/types.h
14143 : see if stdarg is available
14145 if $test `./findhdr stdarg.h`; then
14146 echo "<stdarg.h> found." >&4
14149 echo "<stdarg.h> NOT found." >&4
14153 : see if varags is available
14155 if $test `./findhdr varargs.h`; then
14156 echo "<varargs.h> found." >&4
14158 echo "<varargs.h> NOT found, but that's ok (I hope)." >&4
14161 : set up the varargs testing programs
14162 $cat > varargs.c <<EOP
14164 #include <stdarg.h>
14167 #include <varargs.h>
14171 int f(char *p, ...)
14185 p = va_arg(ap, char *);
14190 $cat > varargs <<EOP
14192 if $cc -c $ccflags -D\$1 varargs.c >/dev/null 2>&1; then
14201 : now check which varargs header should be included
14206 if `./varargs I_STDARG`; then
14208 elif `./varargs I_VARARGS`; then
14213 if `./varargs I_VARARGS`; then
14220 echo "I could not find the definition for va_dcl... You have problems..." >&4
14221 val="$undef"; set i_stdarg; eval $setvar
14222 val="$undef"; set i_varargs; eval $setvar
14227 case "$i_varhdr" in
14229 val="$define"; set i_stdarg; eval $setvar
14230 val="$undef"; set i_varargs; eval $setvar
14233 val="$undef"; set i_stdarg; eval $setvar
14234 val="$define"; set i_varargs; eval $setvar
14237 echo "We'll include <$i_varhdr> to get va_dcl definition." >&4;;
14241 : see if we need va_copy
14243 case "$i_stdarg" in
14246 #include <stdarg.h>
14248 #$i_stdlib I_STDLIB
14250 #include <stdlib.h>
14252 #include <signal.h>
14255 ivfprintf(FILE *f, const char *fmt, va_list *valp)
14257 return vfprintf(f, fmt, *valp);
14261 myvfprintf(FILE *f, const char *fmt, va_list val)
14263 return ivfprintf(f, fmt, &val);
14267 myprintf(char *fmt, ...)
14270 va_start(val, fmt);
14271 return myvfprintf(stdout, fmt, val);
14275 main(int ac, char **av)
14277 signal(SIGSEGV, exit);
14279 myprintf("%s%cs all right, then\n", "that", '\'');
14284 if eval $compile && ./try 2>&1 >/dev/null; then
14286 "that's all right, then")
14292 yes) echo "It seems that you don't need va_copy()." >&4
14293 need_va_copy="$undef"
14295 *) echo "It seems that va_copy() or similar will be needed." >&4
14296 need_va_copy="$define"
14299 $rm -f try.* core core.* *.core *.core.*
14301 *) echo "You don't have <stdarg.h>, not checking for va_copy()." >&4
14305 : define a fucntion to check prototypes
14306 $cat > protochk <<EOSH
14309 optimize="$optimize"
14311 prototype="$prototype"
14316 $cat >> protochk <<'EOSH'
14321 while test $# -ge 2; do
14323 $define) echo "#include <$2>" >> try.c ;;
14324 literal) echo "$2" >> try.c ;;
14328 test "$prototype" = "$define" && echo '#define CAN_PROTOTYPE' >> try.c
14329 cat >> try.c <<'EOCP'
14330 #ifdef CAN_PROTOTYPE
14331 #define _(args) args
14336 echo "$foo" >> try.c
14337 echo 'int no_real_function_has_this_name _((void)) { return 0; }' >> try.c
14338 $cc $optimize $ccflags -c try.c > /dev/null 2>&1
14344 $eunicefix protochk
14346 : see what type is used for size_t
14347 rp="What is the type used for the length parameter for string functions?"
14348 set size_t sizetype 'unsigned int' stdio.h sys/types.h
14351 : check for type of arguments to gethostbyaddr.
14352 if test "X$netdb_host_type" = X -o "X$netdb_hlen_type" = X; then
14353 case "$d_gethbyaddr" in
14357 Checking to see what type of arguments are accepted by gethostbyaddr().
14359 hdrs="$define sys/types.h
14360 $d_socket sys/socket.h
14361 $i_niin netinet/in.h
14363 $i_unistd unistd.h"
14364 : The first arg can 'char *' or 'void *'
14365 : The second arg is some of integral type
14366 for xxx in in_addr_t 'const void *' 'const char *' 'void *' 'char *'; do
14367 for yyy in size_t long int; do
14368 case "$netdb_host_type" in
14369 '') try="extern struct hostent *gethostbyaddr($xxx, $yyy, int);"
14370 if ./protochk "$try" $hdrs; then
14371 echo "Your system accepts $xxx for the first arg."
14372 echo "...and $yyy for the second arg."
14373 netdb_host_type="$xxx"
14374 netdb_hlen_type="$yyy"
14380 : In case none of those worked, prompt the user.
14381 case "$netdb_host_type" in
14382 '') rp='What is the type for the 1st argument to gethostbyaddr?'
14385 netdb_host_type=$ans
14386 rp='What is the type for the 2nd argument to gethostbyaddr?'
14389 netdb_hlen_type=$ans
14393 *) : no gethostbyaddr, so pick harmless defaults
14394 netdb_host_type='char *'
14395 netdb_hlen_type="$sizetype"
14398 # Remove the "const" if needed. -- but then we'll have a
14400 # netdb_host_type=`echo "$netdb_host_type" | sed 's/^const //'`
14403 : check for type of argument to gethostbyname.
14404 if test "X$netdb_name_type" = X ; then
14405 case "$d_gethbyname" in
14409 Checking to see what type of argument is accepted by gethostbyname().
14411 hdrs="$define sys/types.h
14412 $d_socket sys/socket.h
14413 $i_niin netinet/in.h
14415 $i_unistd unistd.h"
14416 for xxx in "const char *" "char *"; do
14417 case "$netdb_name_type" in
14418 '') try="extern struct hostent *gethostbyname($xxx);"
14419 if ./protochk "$try" $hdrs; then
14420 echo "Your system accepts $xxx."
14421 netdb_name_type="$xxx"
14426 : In case none of those worked, prompt the user.
14427 case "$netdb_name_type" in
14428 '') rp='What is the type for the 1st argument to gethostbyname?'
14431 netdb_name_type=$ans
14435 *) : no gethostbyname, so pick harmless default
14436 netdb_name_type='char *'
14441 : check for type of 1st argument to getnetbyaddr.
14442 if test "X$netdb_net_type" = X ; then
14443 case "$d_getnbyaddr" in
14447 Checking to see what type of 1st argument is accepted by getnetbyaddr().
14449 hdrs="$define sys/types.h
14450 $d_socket sys/socket.h
14451 $i_niin netinet/in.h
14453 $i_unistd unistd.h"
14454 for xxx in in_addr_t "unsigned long" long "unsigned int" int; do
14455 case "$netdb_net_type" in
14456 '') try="extern struct netent *getnetbyaddr($xxx, int);"
14457 if ./protochk "$try" $hdrs; then
14458 echo "Your system accepts $xxx."
14459 netdb_net_type="$xxx"
14464 : In case none of those worked, prompt the user.
14465 case "$netdb_net_type" in
14466 '') rp='What is the type for the 1st argument to getnetbyaddr?'
14469 netdb_net_type=$ans
14473 *) : no getnetbyaddr, so pick harmless default
14474 netdb_net_type='long'
14478 : locate the preferred pager for this system
14484 [a-zA-Z]:/*) dflt=$pg;;
14488 [a-zA-Z]:/*) dflt=$more;;
14492 [a-zA-Z]:/*) dflt=$less;;
14495 '') dflt=/usr/ucb/more;;
14502 rp='What pager is used on your system?'
14506 : see what type pids are declared as in the kernel
14507 rp="What is the type of process ids on this system?"
14508 set pid_t pidtype int stdio.h sys/types.h
14511 : Find earliest binary compatible site_perl subdirectory perl can use.
14512 case "$bincompat5005" in
14513 "$define") xs_apiversion='5.005' ;;
14514 *) xs_apiversion=$version ;; # The current site_perl version.
14516 : Find earliest pure perl site_perl subdirectory perl can use.
14517 : The versioned directories started at 5.005.
14518 pm_apiversion='5.005'
14520 : see if ar generates random libraries by itself
14522 echo "Checking how to generate random libraries on your machine..." >&4
14523 echo 'int bar1() { return bar2(); }' > bar1.c
14524 echo 'int bar2() { return 2; }' > bar2.c
14525 $cat > foo.c <<'EOP'
14526 int main() { printf("%d\n", bar1()); exit(0); }
14528 $cc $ccflags -c bar1.c >/dev/null 2>&1
14529 $cc $ccflags -c bar2.c >/dev/null 2>&1
14530 $cc $ccflags -c foo.c >/dev/null 2>&1
14531 $ar rc bar$_a bar2$_o bar1$_o >/dev/null 2>&1
14532 if $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 &&
14533 ./foobar >/dev/null 2>&1; then
14534 echo "$ar appears to generate random libraries itself."
14537 elif $ar ts bar$_a >/dev/null 2>&1 &&
14538 $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 &&
14539 ./foobar >/dev/null 2>&1; then
14540 echo "a table of contents needs to be added with '$ar ts'."
14547 ranlib=`./loc ranlib X /usr/bin /bin /usr/local/bin`
14548 $test -f $ranlib || ranlib=''
14551 if $test -n "$ranlib"; then
14552 echo "your system has '$ranlib'; we'll use that."
14555 echo "your system doesn't seem to support random libraries"
14556 echo "so we'll use lorder and tsort to order the libraries."
14563 : check for type of arguments to select.
14564 case "$selecttype" in
14565 '') case "$d_select" in
14569 Checking to see what type of arguments are accepted by select().
14571 hdrs="$define sys/types.h
14572 $i_systime sys/time.h
14573 $i_sysselct sys/select.h
14574 $d_socket sys/socket.h"
14575 : The first arg can be int, unsigned, or size_t
14576 : The last arg may or may not be 'const'
14578 : void pointer has been seen but using that
14579 : breaks the selectminbits test
14580 for xxx in 'fd_set *' 'int *'; do
14581 for nfd in 'int' 'size_t' 'unsigned long' 'unsigned' ; do
14582 for tmo in 'struct timeval *' 'const struct timeval *'; do
14584 '') try="extern select _(($nfd, $xxx, $xxx, $xxx, $tmo));"
14585 if ./protochk "$try" $hdrs; then
14586 echo "Your system accepts $xxx."
14595 '') rp='What is the type for the 2nd, 3rd, and 4th arguments to select?'
14596 case "$d_fd_set" in
14597 $define) dflt="fd_set *" ;;
14606 *) : no select, so pick a harmless default
14613 : check for the select 'width'
14614 case "$selectminbits" in
14615 '') case "$d_select" in
14619 Checking to see on how many bits at a time your select() operates...
14622 #include <sys/types.h>
14624 #$i_systime I_SYS_TIME
14625 #$i_systimek I_SYS_TIME_KERNEL
14630 # ifdef I_SYS_TIME_KERNEL
14633 # include <sys/time.h>
14634 # ifdef I_SYS_TIME_KERNEL
14638 #$i_sysselct I_SYS_SELECT
14639 #ifdef I_SYS_SELECT
14640 #include <sys/select.h>
14642 #$d_socket HAS_SOCKET
14644 # include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
14648 #define S sizeof(*(b))
14650 #define NBYTES (S * 8 > MINBITS ? S : MINBITS/8)
14651 #define NBITS (NBYTES * 8)
14660 fp = fopen("try.c", "r");
14666 b = ($selecttype)s;
14667 for (i = 0; i < NBITS; i++)
14671 select(fd + 1, b, 0, 0, &t);
14672 for (i = NBITS - 1; i > fd && FD_ISSET(i, b); i--);
14673 printf("%d\n", i + 1);
14678 if eval $compile_ok; then
14679 selectminbits=`./try`
14680 case "$selectminbits" in
14682 Cannot figure out on how many bits at a time your select() operates.
14683 I'll play safe and guess it is 32 bits.
14689 *) bits="$selectminbits bits" ;;
14691 echo "Your select() operates on $bits at a time." >&4
14693 rp='What is the minimum number of bits your select() operates on?'
14694 case "$byteorder" in
14695 1234|12345678) dflt=32 ;;
14700 selectminbits="$val"
14704 *) : no select, so pick a harmless default
14711 : Trace out the files included by signal.h, then look for SIGxxx names.
14712 : Remove SIGARRAYSIZE used by HPUX.
14713 : Remove SIGSTKSIZE used by Linux.
14714 : Remove SIGSTKSZ used by Posix.
14715 : Remove SIGTYP void lines used by OS2.
14716 : Some cpps, like os390, dont give the file name anywhere
14717 if [ "X$fieldn" = X ]; then
14718 : Just make some guesses. We check them later.
14719 xxx='/usr/include/signal.h /usr/include/sys/signal.h'
14721 xxx=`echo '#include <signal.h>' |
14722 $cppstdin $cppminus $cppflags 2>/dev/null |
14723 $grep '^[ ]*#.*include' |
14724 $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sed 's!\\\\\\\\!/!g' | $sort | $uniq`
14726 : Check this list of files to be sure we have parsed the cpp output ok.
14727 : This will also avoid potentially non-existent files, such
14730 for xx in $xxx /dev/null ; do
14731 $test -f "$xx" && xxxfiles="$xxxfiles $xx"
14733 : If we have found no files, at least try signal.h
14734 case "$xxxfiles" in
14735 '') xxxfiles=`./findhdr signal.h` ;;
14738 $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $2 !~ /SIGARRAYSIZE/ && $2 !~ /SIGSTKSIZE/ && $2 !~ /SIGSTKSZ/ && $3 !~ /void/ {
14739 print substr($2, 4, 20)
14741 $1 == "#" && $2 ~ /^define$/ && $3 ~ /^SIG[A-Z0-9]*$/ && $3 !~ /SIGARRAYSIZE/ && $4 !~ /void/ {
14742 print substr($3, 4, 20)
14744 : Append some common names just in case the awk scan failed.
14745 xxx="$xxx ABRT ALRM BUS CANCEL CHLD CLD CONT DIL EMT FPE"
14746 xxx="$xxx FREEZE HUP ILL INT IO IOT KILL LOST LWP PHONE"
14747 xxx="$xxx PIPE POLL PROF PWR QUIT RTMAX RTMIN SEGV STKFLT STOP"
14748 xxx="$xxx SYS TERM THAW TRAP TSTP TTIN TTOU URG USR1 USR2"
14749 xxx="$xxx USR3 USR4 VTALRM WAITING WINCH WIND WINDOW XCPU XFSZ"
14751 : generate a few handy files for later
14752 $cat > signal.c <<'EOCP'
14753 #include <sys/types.h>
14754 #include <signal.h>
14758 /* Strange style to avoid deeply-nested #if/#else/#endif */
14761 # define NSIG (_NSIG)
14767 # define NSIG (SIGMAX+1)
14773 # define NSIG (SIG_MAX+1)
14779 # define NSIG (MAXSIG+1)
14785 # define NSIG (MAX_SIG+1)
14790 # ifdef SIGARRAYSIZE
14791 # define NSIG (SIGARRAYSIZE+1) /* Not sure of the +1 */
14797 # define NSIG (_sys_nsig) /* Solaris 2.5 */
14801 /* Default to some arbitrary number that's big enough to get most
14802 of the common signals.
14808 printf("NSIG %d\n", NSIG);
14814 echo $xxx | $tr ' ' $trnl | $sort | $uniq | $awk '
14816 printf "#ifdef SIG"; printf $1; printf "\n"
14817 printf "printf(\""; printf $1; printf " %%d\\n\",SIG";
14818 printf $1; printf ");\n"
14822 printf "#endif /* JUST_NSIG */\n";
14823 printf "exit(0);\n}\n";
14826 $cat >signal.awk <<'EOP'
14827 BEGIN { ndups = 0 }
14828 $1 ~ /^NSIG$/ { nsig = $2 }
14829 ($1 !~ /^NSIG$/) && (NF == 2) {
14830 if ($2 > maxsig) { maxsig = $2 }
14831 if (sig_name[$2]) {
14832 dup_name[ndups] = $1
14833 dup_num[ndups] = $2
14845 printf("NSIG %d\n", nsig);
14846 for (n = 1; n < nsig; n++) {
14848 printf("%s %d\n", sig_name[n], sig_num[n])
14851 printf("NUM%d %d\n", n, n)
14854 for (n = 0; n < ndups; n++) {
14855 printf("%s %d\n", dup_name[n], dup_num[n])
14859 $cat >signal_cmd <<EOS
14861 if $test -s signal.lst; then
14862 echo "Using your existing signal.lst file"
14867 $cat >>signal_cmd <<'EOS'
14870 if eval $compile_ok; then
14871 ./signal$_exe | $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
14873 echo "(I can't seem be able to compile the whole test program)" >&4
14874 echo "(I'll try it in little pieces.)" >&4
14875 set signal -DJUST_NSIG
14876 if eval $compile_ok; then
14877 ./signal$_exe > signal.nsg
14880 echo "I can't seem to figure out how many signals you have." >&4
14881 echo "Guessing 50." >&4
14882 echo 'NSIG 50' > signal.nsg
14884 : Now look at all the signal names, one at a time.
14885 for xx in `echo $xxx | $tr ' ' $trnl | $sort | $uniq`; do
14886 $cat > signal.c <<EOCP
14887 #include <sys/types.h>
14888 #include <signal.h>
14891 printf("$xx %d\n", SIG${xx});
14896 if eval $compile; then
14897 echo "SIG${xx} found."
14898 ./signal$_exe >> signal.ls1
14900 echo "SIG${xx} NOT found."
14903 if $test -s signal.ls1; then
14904 $cat signal.nsg signal.ls1 |
14905 $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
14909 if $test -s signal.lst; then
14912 echo "(AAK! I can't compile the test programs -- Guessing)" >&4
14913 echo 'kill -l' >signal
14914 set X `csh -f <signal`
14918 0) set HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM;;
14920 echo $@ | $tr ' ' $trnl | \
14921 $awk '{ printf "%s %d\n", $1, ++s; }
14922 END { printf "NSIG %d\n", ++s }' >signal.lst
14924 $rm -f signal.c signal$_exe signal$_o signal.nsg signal.ls1
14926 chmod a+x signal_cmd
14927 $eunicefix signal_cmd
14929 : generate list of signal names
14931 case "$sig_name_init" in
14933 *) case "$sig_num_init" in
14934 ''|*,*) doinit=yes ;;
14939 echo "Generating a list of signal names and numbers..." >&4
14941 sig_count=`$awk '/^NSIG/ { printf "%d", $2 }' signal.lst`
14942 sig_name=`$awk 'BEGIN { printf "ZERO " }
14943 !/^NSIG/ { printf "%s ", $1 }' signal.lst`
14944 sig_num=`$awk 'BEGIN { printf "0 " }
14945 !/^NSIG/ { printf "%d ", $2 }' signal.lst`
14946 sig_name_init=`$awk 'BEGIN { printf "\"ZERO\", " }
14947 !/^NSIG/ { printf "\"%s\", ", $1 }
14948 END { printf "0\n" }' signal.lst`
14949 sig_num_init=`$awk 'BEGIN { printf "0, " }
14950 !/^NSIG/ { printf "%d, ", $2}
14951 END { printf "0\n"}' signal.lst`
14954 echo "The following $sig_count signals are available:"
14956 echo $sig_name | $awk \
14957 'BEGIN { linelen = 0 }
14959 for (i = 1; i <= NF; i++) {
14960 name = "SIG" $i " "
14961 linelen = linelen + length(name)
14962 if (linelen > 70) {
14964 linelen = length(name)
14970 sig_size=`echo $sig_name | awk '{print NF}'`
14971 $rm -f signal signal.c signal.awk signal.lst signal_cmd
14974 case "$sizetype" in
14975 *_t) zzz="$sizetype" ;;
14976 *) zzz="filesize" ;;
14978 echo "Checking the size of $zzz..." >&4
14980 #include <sys/types.h>
14983 printf("%d\n", (int)sizeof($sizetype));
14988 if eval $compile_ok; then
14992 echo "(I can't execute the test program--guessing $sizesize.)" >&4
14995 echo "Your $zzz size is $sizesize bytes."
15000 echo "(I can't compile the test program--guessing $sizesize.)" >&4
15004 : check for socklen_t
15006 echo "Checking to see if you have socklen_t..." >&4
15008 #include <sys/types.h>
15009 #$d_socket HAS_SOCKET
15011 #include <sys/socket.h>
15013 int main() { socklen_t x = 16; }
15016 if eval $compile; then
15018 echo "You have socklen_t."
15021 echo "You do not have socklen_t."
15022 case "$sizetype" in
15023 size_t) echo "(You do have size_t, that might work. Some people are happy with just an int.)" ;;
15030 : see if this is a socks.h system
15031 set socks.h i_socks
15034 : check for type of the size argument to socket calls
15035 case "$d_socket" in
15039 Checking to see what type is the last argument of accept().
15042 case "$d_socklen_t" in
15043 "$define") yyy="$yyy socklen_t"
15045 yyy="$yyy $sizetype int long unsigned"
15046 for xxx in $yyy; do
15047 case "$socksizetype" in
15048 '') try="extern int accept(int, struct sockaddr *, $xxx *);"
15049 case "$usesocks" in
15051 if ./protochk "$try" $i_systypes sys/types.h $d_socket sys/socket.h literal '#define INCLUDE_PROTOTYPES' $i_socks socks.h.; then
15052 echo "Your system accepts '$xxx *' for the last argument of accept()."
15053 socksizetype="$xxx"
15056 *) if ./protochk "$try" $i_systypes sys/types.h $d_socket sys/socket.h; then
15057 echo "Your system accepts '$xxx *' for the last argument of accept()."
15058 socksizetype="$xxx"
15065 : In case none of those worked, prompt the user.
15066 case "$socksizetype" in
15067 '') rp='What is the type for socket address structure sizes?'
15074 *) : no sockets, so pick relatively harmless default
15079 : see what type is used for signed size_t
15080 set ssize_t ssizetype int stdio.h sys/types.h
15083 $cat > ssize.c <<EOM
15085 #include <sys/types.h>
15086 #define Size_t $sizetype
15087 #define SSize_t $dflt
15090 if (sizeof(Size_t) == sizeof(SSize_t))
15092 else if (sizeof(Size_t) == sizeof(int))
15101 if eval $compile_ok && ./ssize > /dev/null; then
15102 ssizetype=`./ssize`
15103 echo "I'll be using $ssizetype for functions returning a byte count." >&4
15106 Help! I can't compile and run the ssize_t test program: please enlighten me!
15107 (This is probably a misconfiguration in your system or libraries, and
15108 you really ought to fix it. Still, I'll try anyway.)
15110 I need a type that is the same size as $sizetype, but is guaranteed to
15111 be signed. Common values are ssize_t, int and long.
15114 rp="What signed type is the same size as $sizetype?"
15118 $rm -f ssize ssize.*
15120 : see what type of char stdio uses.
15122 echo '#include <stdio.h>' | $cppstdin $cppminus > stdioh
15123 if $contains 'unsigned.*char.*_ptr;' stdioh >/dev/null 2>&1 ; then
15124 echo "Your stdio uses unsigned chars." >&4
15125 stdchar="unsigned char"
15127 echo "Your stdio uses signed chars." >&4
15134 : see if time exists
15136 if test "X$d_time" = X -o X"$timetype" = X; then
15137 if set time val -f d_time; eval $csym; $val; then
15138 echo 'time() found.' >&4
15140 rp="What is the type returned by time() on this system?"
15141 set time_t timetype long stdio.h sys/types.h
15144 echo 'time() not found, hope that will do.' >&4
15152 : see what type uids are declared as in the kernel
15154 echo "Looking for the type for user ids returned by getuid()."
15155 set uid_t uidtype xxx stdio.h sys/types.h
15159 xxx=`./findhdr sys/user.h`
15160 set `grep '_ruid;' "$xxx" 2>/dev/null` unsigned short
15162 unsigned) dflt="$1 $2" ;;
15166 *) dflt="$uidtype";;
15169 uid_t) echo "uid_t found." ;;
15170 *) rp="What is the type for user ids returned by getuid()?"
15178 *_t) zzz="$uidtype" ;;
15181 echo "Checking the size of $zzz..." >&4
15183 #include <sys/types.h>
15186 printf("%d\n", (int)sizeof($uidtype));
15191 if eval $compile_ok; then
15195 echo "(I can't execute the test program--guessing $uidsize.)" >&4
15198 echo "Your $zzz is $uidsize bytes long."
15203 echo "(I can't compile the test program--guessing $uidsize.)" >&4
15208 *_t) zzz="$uidtype" ;;
15211 echo "Checking the sign of $zzz..." >&4
15213 #include <sys/types.h>
15224 if eval $compile; then
15228 echo "(I can't execute the test program--guessing unsigned.)" >&4
15232 1) echo "Your $zzz is unsigned." ;;
15233 -1) echo "Your $zzz is signed." ;;
15239 echo "(I can't compile the test program--guessing unsigned.)" >&4
15245 $echo "Checking the format string to be used for uids..." >&4
15248 -1) if $test X"$uidsize" = X"$ivsize"; then
15249 uidformat="$ivdformat"
15251 if $test X"$uidsize" = X"$longsize"; then
15254 if $test X"$uidsize" = X"$intsize"; then
15257 if $test X"$uidsize" = X"$shortsize"; then
15264 *) if $test X"$uidsize" = X"$uvsize"; then
15265 uidformat="$uvuformat"
15267 if $test X"$uidsize" = X"$longsize"; then
15270 if $test X"$uidsize" = X"$intsize"; then
15273 if $test X"$uidsize" = X"$shortsize"; then
15282 : determine compiler compiler
15291 if $test -f "$byacc"; then
15293 comp="byacc or $comp"
15295 if $test -f "$bison"; then
15296 comp="$comp or bison -y"
15298 rp="Which compiler compiler ($comp) shall I use?"
15307 echo "(Adding -y option to bison to get yacc-compatible behaviour.)"
15313 : see if fcntl.h is there
15318 : see if we can include fcntl.h
15324 echo "We'll be including <fcntl.h>." >&4
15327 if $h_sysfile; then
15328 echo "We don't need to include <fcntl.h> if we include <sys/file.h>." >&4
15330 echo "We won't be including <fcntl.h>." >&4
15342 : see if this is a iconv.h system
15343 set iconv.h i_iconv
15346 : see if this is a ieeefp.h system
15347 set ieeefp.h i_ieeefp
15350 : see if this is a libutil.h system
15351 set libutil.h i_libutil
15354 : see if locale.h is available
15355 set locale.h i_locale
15358 : see if mach cthreads are available
15359 if test "X$usethreads" = "X$define"; then
15360 set mach/cthreads.h i_machcthr
15363 i_machcthr="$undef"
15368 : see if this is a math.h system
15372 : see if this is a mntent.h system
15373 set mntent.h i_mntent
15376 : see if ndbm.h is available
15381 : see if dbm_open exists
15382 set dbm_open d_dbm_open
15384 case "$d_dbm_open" in
15387 echo "We won't be including <ndbm.h>"
15396 : see if net/errno.h is available
15398 set net/errno.h val
15401 : Unfortunately, it causes problems on some systems. Arrgh.
15404 cat > try.c <<'EOM'
15407 #include <net/errno.h>
15413 if $cc $ccflags -c try.c >/dev/null 2>&1; then
15414 echo "We'll be including <net/errno.h>." >&4
15416 echo "We won't be including <net/errno.h>." >&4
15425 : see if netinet/tcp.h is available
15426 set netinet/tcp.h i_netinettcp
15429 : see if this is a poll.h system
15433 : see if this is a prot.h system
15438 $echo "Guessing which symbols your C compiler and preprocessor define..." >&4
15439 $cat <<'EOSH' > Cppsym.know
15440 a29k ABI64 aegis AES_SOURCE AIX AIX32 AIX370
15441 AIX41 AIX42 AIX43 AIX_SOURCE aixpc ALL_SOURCE
15442 alliant alpha am29000 AM29000 AMD64 amiga AMIGAOS AMIX
15443 ansi ANSI_C_SOURCE apollo ardent ARM32 atarist att386 att3b
15444 BeOS BIG_ENDIAN BIT_MSF bsd BSD bsd43 bsd4_2 bsd4_3 BSD4_3 bsd4_4
15445 BSD_4_3 BSD_4_4 BSD_NET2 BSD_TIME BSD_TYPES BSDCOMPAT bsdi
15446 bull c cadmus clipper CMU COFF COMPILER_VERSION
15447 concurrent convex cpu cray CRAY CRAYMPP ctix CX_UX
15448 CYGWIN DGUX DGUX_SOURCE DJGPP dmert DOLPHIN DPX2 DSO
15449 Dynix DynixPTX ELF encore EPI EXTENSIONS FILE_OFFSET_BITS
15450 FreeBSD GCC_NEW_VARARGS gcos gcx gimpel
15451 GNU_SOURCE GNUC GNUC_MINOR GO32 gould GOULD_PN
15452 H3050R H3050RX hbullx20 hcx host_mips
15453 hp200 hp300 hp700 HP700 hp800 hp9000
15454 hp9000s200 hp9000s300 hp9000s400 hp9000s500
15455 hp9000s700 hp9000s800 hp9k8 hp_osf hppa hpux HPUX_SOURCE
15456 i186 i286 i386 i486 i586 i686 i8086 i80960 i860 I960
15457 IA64 iAPX286 ibm ibm032 ibmesa IBMR2 ibmrt ILP32 ILP64
15458 INLINE_INTRINSICS INTRINSICS INT64 interdata is68k ksr1
15459 LANGUAGE_C LARGE_FILE_API LARGEFILE64_SOURCE
15460 LARGEFILE_SOURCE LFS64_LARGEFILE LFS_LARGEFILE
15461 Linux LITTLE_ENDIAN LONG64 LONG_DOUBLE LONG_LONG
15462 LONGDOUBLE LONGLONG LP64 luna luna88k Lynx
15463 M68000 m68k m88100 m88k M88KBCS_TARGET M_COFF
15464 M_I186 M_I286 M_I386 M_I8086 M_I86 M_I86SM M_SYS3
15465 M_SYS5 M_SYSIII M_SYSV M_UNIX M_XENIX MACH machine MachTen
15466 MATH_HAS_NO_SIDE_EFFECTS
15467 mc300 mc500 mc68000 mc68010 mc68020 mc68030 mc68040
15468 mc68060 mc68k mc68k32 mc700 mc88000 mc88100 merlin
15469 mert MiNT mips MIPS_FPSET MIPS_ISA MIPS_SIM MIPS_SZINT
15470 MIPS_SZLONG MIPS_SZPTR MIPSEB MIPSEL MODERN_C motorola
15471 mpeix MSDOS MTXINU MULTIMAX mvs MVS n16 ncl_el ncl_mr
15472 NetBSD news1500 news1700 news1800 news1900 news3700
15473 news700 news800 news900 NeXT NLS nonstopux ns16000 ns32000
15474 ns32016 ns32332 ns32k nsc32000
15475 OCS88 OEMVS OpenBSD os OS2 OS390 osf OSF1 OSF_SOURCE
15476 pa_risc PA_RISC1_1 PA_RISC2_0 PARAGON parisc
15477 pc532 pdp11 PGC PIC plexus PORTAR posix
15478 POSIX1B_SOURCE POSIX2_SOURCE POSIX4_SOURCE
15479 POSIX_C_SOURCE POSIX_SOURCE POWER
15480 PROTOTYPES PWB pyr QNX R3000 REENTRANT RES Rhapsody RISC6000
15481 riscix riscos RT S390 SA110 scs SCO sequent sgi SGI_SOURCE SH3 sinix
15482 SIZE_INT SIZE_LONG SIZE_PTR SOCKET_SOURCE SOCKETS_SOURCE
15483 sony sony_news sonyrisc sparc sparclite spectrum
15484 stardent stdc STDC_EXT stratos sun sun3 sun386
15485 Sun386i svr3 svr4 SVR4_2 SVR4_SOURCE svr5
15486 SX system SYSTYPE_BSD SYSTYPE_BSD43 SYSTYPE_BSD44
15487 SYSTYPE_SVR4 SYSTYPE_SVR5 SYSTYPE_SYSV SYSV SYSV3 SYSV4 SYSV5
15488 sysV68 sysV88 Tek4132 Tek4300 titan
15489 TM3200 TM5400 TM5600
15490 tower tower32 tower32_200 tower32_600 tower32_700
15491 tower32_800 tower32_850 tss
15492 u370 u3b u3b2 u3b20 u3b200 u3b20d u3b5
15493 ultrix UMAXV UnicomPBB UnicomPBD UNICOS UNICOSMK
15494 unix UNIX95 UNIX99 unixpc unos USGr4 USGr4_2
15495 Utek UTek UTS UWIN uxpm uxps vax venix VMESA vms xenix Xenix286
15496 XOPEN_SOURCE XOPEN_SOURCE_EXTENDED XPG2 XPG2_EXTENDED
15497 XPG3 XPG3_EXTENDED XPG4 XPG4_EXTENDED
15500 # Maybe put other stuff here too.
15501 cat <<EOSH >>Cppsym.know
15504 ./tr '[a-z]' '[A-Z]' < Cppsym.know > Cppsym.a
15505 ./tr '[A-Z]' '[a-z]' < Cppsym.know > Cppsym.b
15506 $cat Cppsym.know > Cppsym.c
15507 $cat Cppsym.a Cppsym.b Cppsym.c | $tr ' ' $trnl | $sort | $uniq > Cppsym.know
15508 $rm -f Cppsym.a Cppsym.b Cppsym.c
15509 cat <<EOSH > Cppsym
15511 if $test \$# -gt 0; then
15512 echo \$* | $tr " " "$trnl" | ./Cppsym.try > Cppsym.got
15513 if $test -s Cppsym.got; then
15520 $tr " " "$trnl" | ./Cppsym.try
15526 cat <<EOSH > Cppsym.try
15528 cat <<'EOCP' > try.c
15534 cat <<'EOSH' >> Cppsym.try
15536 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
15537 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
15538 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
15539 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
15541 echo 'return 0;}' >> try.c
15543 cat <<EOSH >> Cppsym.try
15545 case "$osname-$gccversion" in
15546 irix-) ccflags="\$ccflags -woff 1178" ;;
15547 os2-*) ccflags="\$ccflags -Zlinker /PM:VIO" ;;
15549 $cc -o try $optimize \$ccflags $ldflags try.c $libs && ./try$exe_ext
15551 chmod +x Cppsym.try
15552 $eunicefix Cppsym.try
15553 ./Cppsym < Cppsym.know > Cppsym.true
15554 : now check the C compiler for additional symbols
15555 postprocess_cc_v=''
15557 aix) postprocess_cc_v="|$tr , ' '" ;;
15564 for i in \`$cc -v -c tmp.c 2>&1 $postprocess_cc_v\`
15567 -D*) echo "\$i" | $sed 's/^-D//';;
15568 -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A\(.*\)(\(.*\))/\1=\2/';;
15573 postprocess_cc_v=''
15576 ./ccsym > ccsym1.raw
15577 if $test -s ccsym1.raw; then
15578 $sort ccsym1.raw | $uniq >ccsym.raw
15580 mv ccsym1.raw ccsym.raw
15583 $awk '/\=/ { print $0; next }
15584 { print $0"=1" }' ccsym.raw >ccsym.list
15585 $awk '/\=/ { print $0; next }
15586 { print $0"=1" }' Cppsym.true >ccsym.true
15587 $comm -13 ccsym.true ccsym.list >ccsym.own
15588 $comm -12 ccsym.true ccsym.list >ccsym.com
15589 $comm -23 ccsym.true ccsym.list >ccsym.cpp
15591 if $test -z ccsym.raw; then
15592 echo "Your C compiler doesn't seem to define any symbols!" >&4
15594 echo "However, your C preprocessor defines the following symbols:"
15597 cppsymbols=`$cat Cppsym.true`
15598 cppsymbols=`echo $cppsymbols`
15599 cppccsymbols="$cppsymbols"
15601 if $test -s ccsym.com; then
15602 echo "Your C compiler and pre-processor define these symbols:"
15603 $sed -e 's/\(..*\)=.*/\1/' ccsym.com
15606 cppccsymbols=`$cat ccsym.com`
15607 cppccsymbols=`echo $cppccsymbols`
15608 $test "$silent" || sleep 1
15610 if $test -s ccsym.cpp; then
15611 $test "$also" && echo " "
15612 echo "Your C pre-processor ${also}defines the following symbols:"
15613 $sed -e 's/\(..*\)=.*/\1/' ccsym.cpp
15615 cppsymbols=`$cat ccsym.cpp`
15616 cppsymbols=`echo $cppsymbols`
15617 $test "$silent" || sleep 1
15619 if $test -s ccsym.own; then
15620 $test "$also" && echo " "
15621 echo "Your C compiler ${also}defines the following cpp symbols:"
15622 $sed -e 's/\(..*\)=1/\1/' ccsym.own
15623 $sed -e 's/\(..*\)=.*/\1/' ccsym.own | $uniq >>Cppsym.true
15624 ccsymbols=`$cat ccsym.own`
15625 ccsymbols=`echo $ccsymbols`
15626 $test "$silent" || sleep 1
15629 $rm -f ccsym* Cppsym.*
15631 : see if this is a termio system
15635 if $test `./findhdr termios.h`; then
15636 set tcsetattr i_termios
15642 "$define") echo "You have POSIX termios.h... good!" >&4;;
15643 *) if ./Cppsym pyr; then
15644 case "`/bin/universe`" in
15645 ucb) if $test `./findhdr sgtty.h`; then
15647 echo "<sgtty.h> found." >&4
15649 echo "System is pyramid with BSD universe."
15650 echo "<sgtty.h> not found--you could have problems." >&4
15652 *) if $test `./findhdr termio.h`; then
15654 echo "<termio.h> found." >&4
15656 echo "System is pyramid with USG universe."
15657 echo "<termio.h> not found--you could have problems." >&4
15661 if $test `./findhdr termio.h`; then
15662 echo "<termio.h> found." >&4
15664 elif $test `./findhdr sgtty.h`; then
15665 echo "<sgtty.h> found." >&4
15668 echo "Neither <termio.h> nor <sgtty.h> found--you could have problems." >&4
15671 if $test `./findhdr sgtty.h`; then
15672 echo "<sgtty.h> found." >&4
15674 elif $test `./findhdr termio.h`; then
15675 echo "<termio.h> found." >&4
15678 echo "Neither <sgtty.h> nor <termio.h> found--you could have problems." >&4
15682 set i_termio; eval $setvar
15683 val=$val2; set i_sgtty; eval $setvar
15684 val=$val3; set i_termios; eval $setvar
15686 : see if this is a shadow.h system
15687 set shadow.h i_shadow
15690 : see if stddef is available
15691 set stddef.h i_stddef
15694 : see if this is a sunmath.h system
15695 set sunmath.h i_sunmath
15698 : see if sys/access.h is available
15699 set sys/access.h i_sysaccess
15702 : see if ioctl defs are in sgtty, termio, sys/filio or sys/ioctl
15703 set sys/filio.h i_sysfilio
15706 if $test `./findhdr sys/ioctl.h`; then
15708 echo '<sys/ioctl.h> found.' >&4
15711 if $test $i_sysfilio = "$define"; then
15712 echo '<sys/ioctl.h> NOT found.' >&4
15714 $test $i_sgtty = "$define" && xxx="sgtty.h"
15715 $test $i_termio = "$define" && xxx="termio.h"
15716 $test $i_termios = "$define" && xxx="termios.h"
15717 echo "No <sys/ioctl.h> found, assuming ioctl args are defined in <$xxx>." >&4
15723 : see if socket ioctl defs are in sys/sockio.h
15725 xxx=`./findhdr sys/sockio.h`
15726 if $test "$xxx"; then
15727 if $contains SIOCATMARK $xxx >/dev/null 2>&1; then
15729 echo "You have socket ioctls defined in <sys/sockio.h>." >&4
15732 echo "No socket ioctls found in <sys/sockio.h>." >&4
15737 <sys/sockio.h> not found, assuming socket ioctls are in <sys/ioctl.h>.
15744 : see if this is a syslog.h system
15745 set syslog.h i_syslog
15749 : see if this is a sys/mode.h system
15750 set sys/mode.h i_sysmode
15753 : see if sys/resource.h has to be included
15754 set sys/resource.h i_sysresrc
15757 : see if sys/security.h is available
15758 set sys/security.h i_syssecrt
15761 : see if this is a sys/statvfs.h system
15762 set sys/statvfs.h i_sysstatvfs
15765 : see if this is a sys/un.h system
15766 set sys/un.h i_sysun
15770 : see if this is a sys/utsname.h system
15771 set sys/utsname.h i_sysutsname
15774 : see if this is a syswait system
15775 set sys/wait.h i_syswait
15778 : see if this is a ustat.h system
15779 set ustat.h i_ustat
15782 : see if this is an utime system
15783 set utime.h i_utime
15786 : see if this is a values.h system
15787 set values.h i_values
15790 : see if this is a vfork system
15793 set vfork.h i_vfork
15801 : see if gdbm.h is available
15806 : see if gdbm_open exists
15807 set gdbm_open d_gdbm_open
15809 case "$d_gdbm_open" in
15812 echo "We won't be including <gdbm.h>"
15822 echo "Looking for extensions..." >&4
15823 : If we are using the old config.sh, known_extensions may contain
15824 : old or inaccurate or duplicate values.
15825 known_extensions=''
15826 nonxs_extensions=''
15827 : We do not use find because it might not be available.
15828 : We do not just use MANIFEST because the user may have dropped
15829 : some additional extensions into the source tree and expect them
15832 : Function to recursively find available extensions, ignoring DynaLoader
15833 : NOTE: recursion limit of 10 to prevent runaway in case of symlink madness
15837 DynaLoader|dynaload) ;;
15839 if $test -f $xxx/$xxx.xs; then
15840 known_extensions="$known_extensions $1$xxx";
15841 elif $test -f $xxx/Makefile.PL; then
15842 nonxs_extensions="$nonxs_extensions $1$xxx";
15844 if $test -d $xxx -a $# -lt 10; then
15847 eval $find_extensions;
15859 eval $find_extensions
15860 set X $nonxs_extensions
15862 nonxs_extensions="$*"
15863 set X $known_extensions
15865 known_extensions="$*"
15868 : Now see which are supported on this system.
15870 for xxx in $known_extensions ; do
15874 $define) avail_ext="$avail_ext $xxx" ;;
15877 GDBM_File|gdbm_fil)
15879 $define) avail_ext="$avail_ext $xxx" ;;
15882 NDBM_File|ndbm_fil)
15885 case "$osname-$use64bitint" in
15888 *-lndbm*) avail_ext="$avail_ext $xxx" ;;
15891 *) avail_ext="$avail_ext $xxx" ;;
15896 ODBM_File|odbm_fil)
15897 case "${i_dbm}${i_rpcsvcdbm}" in
15899 case "$osname-$use64bitint" in
15902 *-ldbm*) avail_ext="$avail_ext $xxx" ;;
15905 *) avail_ext="$avail_ext $xxx" ;;
15911 case "$useposix" in
15912 true|define|y) avail_ext="$avail_ext $xxx" ;;
15916 case "$useopcode" in
15917 true|define|y) avail_ext="$avail_ext $xxx" ;;
15921 case "$d_socket" in
15922 true|$define|y) avail_ext="$avail_ext $xxx" ;;
15925 Sys/Syslog|sys/syslog)
15926 : XXX syslog requires socket
15927 case "$d_socket" in
15928 true|$define|y) avail_ext="$avail_ext $xxx" ;;
15932 case "$usethreads" in
15933 true|$define|y) avail_ext="$avail_ext $xxx" ;;
15937 : XXX Do we need a useipcsysv variable here
15938 case "${d_msg}${d_sem}${d_shm}" in
15939 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
15942 *) avail_ext="$avail_ext $xxx"
15951 : Now see which nonxs extensions are supported on this system.
15952 : For now assume all are.
15954 for xxx in $nonxs_extensions ; do
15956 *) nonxs_ext="$nonxs_ext $xxx"
15968 A number of extensions are supplied with $package. You may choose to
15969 compile these extensions for dynamic loading (the default), compile
15970 them into the $package executable (static loading), or not include
15971 them at all. Answer "none" to include no extensions.
15972 Note that DynaLoader is always built and need not be mentioned here.
15975 case "$dynamic_ext" in
15976 '') dflt="$avail_ext" ;;
15977 *) dflt="$dynamic_ext"
15978 # Perhaps we are reusing an old out-of-date config.sh.
15981 if test X"$dynamic_ext" != X"$avail_ext"; then
15983 NOTICE: Your previous config.sh list may be incorrect.
15984 The extensions now available to you are
15986 but the default list from your previous config.sh is
15998 rp="What extensions do you wish to load dynamically?"
16001 none) dynamic_ext=' ' ;;
16002 *) dynamic_ext="$ans" ;;
16005 case "$static_ext" in
16007 : Exclude those already listed in dynamic linking
16009 for xxx in $avail_ext; do
16010 case " $dynamic_ext " in
16012 *) dflt="$dflt $xxx" ;;
16019 *) dflt="$static_ext"
16026 rp="What extensions do you wish to load statically?"
16029 none) static_ext=' ' ;;
16030 *) static_ext="$ans" ;;
16035 A number of extensions are supplied with $package. Answer "none"
16036 to include no extensions.
16037 Note that DynaLoader is always built and need not be mentioned here.
16040 case "$static_ext" in
16041 '') dflt="$avail_ext" ;;
16042 *) dflt="$static_ext"
16043 # Perhaps we are reusing an old out-of-date config.sh.
16046 if test X"$static_ext" != X"$avail_ext"; then
16048 NOTICE: Your previous config.sh list may be incorrect.
16049 The extensions now available to you are
16051 but the default list from your previous config.sh is
16060 : Exclude those that are not xs extensions
16064 rp="What extensions do you wish to include?"
16067 none) static_ext=' ' ;;
16068 *) static_ext="$ans" ;;
16073 set X $dynamic_ext $static_ext $nonxs_ext
16077 : Remove libraries needed only for extensions
16078 : The appropriate ext/Foo/Makefile.PL will add them back in, if necessary.
16079 : The exception is SunOS 4.x, which needs them.
16080 case "${osname}X${osvers}" in
16084 *) case "$usedl" in
16085 $define|true|[yY]*)
16086 set X `echo " $libs " | sed -e 's@ -lndbm @ @' -e 's@ -lgdbm @ @' -e 's@ -ldbm @ @' -e 's@ -ldb @ @'`
16090 *) perllibs="$libs"
16096 : Remove build directory name from cppstdin so it can be used from
16097 : either the present location or the final installed location.
16099 : Get out of the UU directory to get correct path name.
16101 case "$cppstdin" in
16103 echo "Stripping down cppstdin path name"
16109 : end of configuration questions
16111 echo "End of configuration questions."
16114 : back to where it started
16115 if test -d ../UU; then
16119 : configuration may be patched via a 'config.over' file
16120 if $test -f config.over; then
16123 rp='I see a config.over file. Do you wish to load it?'
16126 n*) echo "OK, I'll ignore it.";;
16128 echo "Configuration override changes have been loaded."
16133 : in case they want portability, strip down executable paths
16134 case "$d_portable" in
16137 echo "Stripping down executable paths..." >&4
16138 for file in $loclist $trylist; do
16140 eval $file=`basename $temp`
16145 : create config.sh file
16147 echo "Creating config.sh..." >&4
16148 $spitshell <<EOT >config.sh
16151 # This file was produced by running the Configure script. It holds all the
16152 # definitions figured out by Configure. Should you modify one of these values,
16153 # do not forget to propagate your changes by running "Configure -der". You may
16154 # instead choose to run each of the .SH files by yourself, or "Configure -S".
16157 # Package name : $package
16158 # Source directory : $src
16159 # Configuration time: $cf_time
16160 # Configured by : $cf_by
16161 # Target system : $myuname
16171 Revision='$Revision'
16179 alignbytes='$alignbytes'
16180 ansi2knr='$ansi2knr'
16181 aphostname='$aphostname'
16182 api_revision='$api_revision'
16183 api_subversion='$api_subversion'
16184 api_version='$api_version'
16185 api_versionstring='$api_versionstring'
16188 archlibexp='$archlibexp'
16189 archname64='$archname64'
16190 archname='$archname'
16191 archobjs='$archobjs'
16196 bincompat5005='$bincompat5005'
16200 byteorder='$byteorder'
16202 castflags='$castflags'
16205 cccdlflags='$cccdlflags'
16206 ccdlflags='$ccdlflags'
16208 ccflags_uselargefiles='$ccflags_uselargefiles'
16210 ccsymbols='$ccsymbols'
16211 ccversion='$ccversion'
16213 cf_email='$cf_email'
16215 charsize='$charsize'
16219 clocktype='$clocktype'
16221 compress='$compress'
16222 contains='$contains'
16226 cpp_stuff='$cpp_stuff'
16227 cppccsymbols='$cppccsymbols'
16228 cppflags='$cppflags'
16230 cppminus='$cppminus'
16232 cppstdin='$cppstdin'
16233 cppsymbols='$cppsymbols'
16234 crosscompile='$crosscompile'
16235 cryptlib='$cryptlib'
16237 d_Gconvert='$d_Gconvert'
16238 d_PRIEUldbl='$d_PRIEUldbl'
16239 d_PRIFUldbl='$d_PRIFUldbl'
16240 d_PRIGUldbl='$d_PRIGUldbl'
16241 d_PRIXU64='$d_PRIXU64'
16242 d_PRId64='$d_PRId64'
16243 d_PRIeldbl='$d_PRIeldbl'
16244 d_PRIfldbl='$d_PRIfldbl'
16245 d_PRIgldbl='$d_PRIgldbl'
16246 d_PRIi64='$d_PRIi64'
16247 d_PRIo64='$d_PRIo64'
16248 d_PRIu64='$d_PRIu64'
16249 d_PRIx64='$d_PRIx64'
16250 d_SCNfldbl='$d_SCNfldbl'
16251 d__fwalk='$d__fwalk'
16252 d_access='$d_access'
16253 d_accessx='$d_accessx'
16255 d_archlib='$d_archlib'
16258 d_attribut='$d_attribut'
16261 d_bincompat5005='$d_bincompat5005'
16263 d_bsdgetpgrp='$d_bsdgetpgrp'
16264 d_bsdsetpgrp='$d_bsdsetpgrp'
16266 d_casti32='$d_casti32'
16267 d_castneg='$d_castneg'
16268 d_charvspr='$d_charvspr'
16270 d_chroot='$d_chroot'
16271 d_chsize='$d_chsize'
16272 d_closedir='$d_closedir'
16273 d_cmsghdr_s='$d_cmsghdr_s'
16277 d_cuserid='$d_cuserid'
16278 d_dbl_dig='$d_dbl_dig'
16279 d_dbminitproto='$d_dbminitproto'
16280 d_difftime='$d_difftime'
16281 d_dirnamlen='$d_dirnamlen'
16282 d_dlerror='$d_dlerror'
16283 d_dlopen='$d_dlopen'
16284 d_dlsymun='$d_dlsymun'
16285 d_dosuid='$d_dosuid'
16286 d_drand48proto='$d_drand48proto'
16288 d_eaccess='$d_eaccess'
16289 d_endgrent='$d_endgrent'
16290 d_endhent='$d_endhent'
16291 d_endnent='$d_endnent'
16292 d_endpent='$d_endpent'
16293 d_endpwent='$d_endpwent'
16294 d_endsent='$d_endsent'
16295 d_eofnblk='$d_eofnblk'
16296 d_eunice='$d_eunice'
16297 d_fchmod='$d_fchmod'
16298 d_fchown='$d_fchown'
16300 d_fcntl_can_lock='$d_fcntl_can_lock'
16301 d_fd_macros='$d_fd_macros'
16302 d_fd_set='$d_fd_set'
16303 d_fds_bits='$d_fds_bits'
16304 d_fgetpos='$d_fgetpos'
16305 d_flexfnam='$d_flexfnam'
16307 d_flockproto='$d_flockproto'
16309 d_fpathconf='$d_fpathconf'
16310 d_fpos64_t='$d_fpos64_t'
16311 d_frexpl='$d_frexpl'
16312 d_fs_data_s='$d_fs_data_s'
16313 d_fseeko='$d_fseeko'
16314 d_fsetpos='$d_fsetpos'
16315 d_fstatfs='$d_fstatfs'
16316 d_fstatvfs='$d_fstatvfs'
16318 d_ftello='$d_ftello'
16320 d_getcwd='$d_getcwd'
16321 d_getespwnam='$d_getespwnam'
16322 d_getfsstat='$d_getfsstat'
16323 d_getgrent='$d_getgrent'
16324 d_getgrps='$d_getgrps'
16325 d_gethbyaddr='$d_gethbyaddr'
16326 d_gethbyname='$d_gethbyname'
16327 d_gethent='$d_gethent'
16328 d_gethname='$d_gethname'
16329 d_gethostprotos='$d_gethostprotos'
16330 d_getitimer='$d_getitimer'
16331 d_getlogin='$d_getlogin'
16332 d_getmnt='$d_getmnt'
16333 d_getmntent='$d_getmntent'
16334 d_getnbyaddr='$d_getnbyaddr'
16335 d_getnbyname='$d_getnbyname'
16336 d_getnent='$d_getnent'
16337 d_getnetprotos='$d_getnetprotos'
16338 d_getpagsz='$d_getpagsz'
16339 d_getpbyname='$d_getpbyname'
16340 d_getpbynumber='$d_getpbynumber'
16341 d_getpent='$d_getpent'
16342 d_getpgid='$d_getpgid'
16343 d_getpgrp2='$d_getpgrp2'
16344 d_getpgrp='$d_getpgrp'
16345 d_getppid='$d_getppid'
16346 d_getprior='$d_getprior'
16347 d_getprotoprotos='$d_getprotoprotos'
16348 d_getprpwnam='$d_getprpwnam'
16349 d_getpwent='$d_getpwent'
16350 d_getsbyname='$d_getsbyname'
16351 d_getsbyport='$d_getsbyport'
16352 d_getsent='$d_getsent'
16353 d_getservprotos='$d_getservprotos'
16354 d_getspnam='$d_getspnam'
16355 d_gettimeod='$d_gettimeod'
16356 d_gnulibc='$d_gnulibc'
16357 d_grpasswd='$d_grpasswd'
16358 d_hasmntopt='$d_hasmntopt'
16362 d_inetaton='$d_inetaton'
16363 d_int64_t='$d_int64_t'
16364 d_isascii='$d_isascii'
16366 d_isnanl='$d_isnanl'
16367 d_killpg='$d_killpg'
16368 d_lchown='$d_lchown'
16369 d_ldbl_dig='$d_ldbl_dig'
16371 d_locconv='$d_locconv'
16373 d_longdbl='$d_longdbl'
16374 d_longlong='$d_longlong'
16375 d_lseekproto='$d_lseekproto'
16377 d_madvise='$d_madvise'
16379 d_mbstowcs='$d_mbstowcs'
16380 d_mbtowc='$d_mbtowc'
16381 d_memchr='$d_memchr'
16382 d_memcmp='$d_memcmp'
16383 d_memcpy='$d_memcpy'
16384 d_memmove='$d_memmove'
16385 d_memset='$d_memset'
16387 d_mkdtemp='$d_mkdtemp'
16388 d_mkfifo='$d_mkfifo'
16389 d_mkstemp='$d_mkstemp'
16390 d_mkstemps='$d_mkstemps'
16391 d_mktime='$d_mktime'
16394 d_mprotect='$d_mprotect'
16396 d_msg_ctrunc='$d_msg_ctrunc'
16397 d_msg_dontroute='$d_msg_dontroute'
16398 d_msg_oob='$d_msg_oob'
16399 d_msg_peek='$d_msg_peek'
16400 d_msg_proxy='$d_msg_proxy'
16401 d_msgctl='$d_msgctl'
16402 d_msgget='$d_msgget'
16403 d_msghdr_s='$d_msghdr_s'
16404 d_msgrcv='$d_msgrcv'
16405 d_msgsnd='$d_msgsnd'
16407 d_munmap='$d_munmap'
16408 d_mymalloc='$d_mymalloc'
16410 d_nv_preserves_uv='$d_nv_preserves_uv'
16411 d_nv_preserves_uv_bits='$d_nv_preserves_uv_bits'
16412 d_off64_t='$d_off64_t'
16413 d_old_pthread_create_joinable='$d_old_pthread_create_joinable'
16414 d_oldpthreads='$d_oldpthreads'
16415 d_oldsock='$d_oldsock'
16417 d_pathconf='$d_pathconf'
16419 d_perl_otherlibdirs='$d_perl_otherlibdirs'
16420 d_phostname='$d_phostname'
16423 d_portable='$d_portable'
16424 d_pthread_yield='$d_pthread_yield'
16426 d_pwchange='$d_pwchange'
16427 d_pwclass='$d_pwclass'
16428 d_pwcomment='$d_pwcomment'
16429 d_pwexpire='$d_pwexpire'
16430 d_pwgecos='$d_pwgecos'
16431 d_pwpasswd='$d_pwpasswd'
16432 d_pwquota='$d_pwquota'
16435 d_readdir='$d_readdir'
16436 d_readlink='$d_readlink'
16438 d_realpath='$d_realpath'
16439 d_recvmsg='$d_recvmsg'
16440 d_rename='$d_rename'
16441 d_rewinddir='$d_rewinddir'
16443 d_safebcpy='$d_safebcpy'
16444 d_safemcpy='$d_safemcpy'
16445 d_sanemcmp='$d_sanemcmp'
16446 d_sbrkproto='$d_sbrkproto'
16447 d_sched_yield='$d_sched_yield'
16448 d_scm_rights='$d_scm_rights'
16449 d_seekdir='$d_seekdir'
16450 d_select='$d_select'
16452 d_semctl='$d_semctl'
16453 d_semctl_semid_ds='$d_semctl_semid_ds'
16454 d_semctl_semun='$d_semctl_semun'
16455 d_semget='$d_semget'
16457 d_sendmsg='$d_sendmsg'
16458 d_setegid='$d_setegid'
16459 d_seteuid='$d_seteuid'
16460 d_setgrent='$d_setgrent'
16461 d_setgrps='$d_setgrps'
16462 d_sethent='$d_sethent'
16463 d_setitimer='$d_setitimer'
16464 d_setlinebuf='$d_setlinebuf'
16465 d_setlocale='$d_setlocale'
16466 d_setnent='$d_setnent'
16467 d_setpent='$d_setpent'
16468 d_setpgid='$d_setpgid'
16469 d_setpgrp2='$d_setpgrp2'
16470 d_setpgrp='$d_setpgrp'
16471 d_setprior='$d_setprior'
16472 d_setproctitle='$d_setproctitle'
16473 d_setpwent='$d_setpwent'
16474 d_setregid='$d_setregid'
16475 d_setresgid='$d_setresgid'
16476 d_setresuid='$d_setresuid'
16477 d_setreuid='$d_setreuid'
16478 d_setrgid='$d_setrgid'
16479 d_setruid='$d_setruid'
16480 d_setsent='$d_setsent'
16481 d_setsid='$d_setsid'
16482 d_setvbuf='$d_setvbuf'
16486 d_shmatprototype='$d_shmatprototype'
16487 d_shmctl='$d_shmctl'
16489 d_shmget='$d_shmget'
16490 d_sigaction='$d_sigaction'
16491 d_sigprocmask='$d_sigprocmask'
16492 d_sigsetjmp='$d_sigsetjmp'
16493 d_sockatmark='$d_sockatmark'
16494 d_sockatmarkproto='$d_sockatmarkproto'
16495 d_socket='$d_socket'
16496 d_socklen_t='$d_socklen_t'
16497 d_sockpair='$d_sockpair'
16498 d_socks5_init='$d_socks5_init'
16500 d_sresgproto='$d_sresgproto'
16501 d_sresuproto='$d_sresuproto'
16502 d_statblks='$d_statblks'
16503 d_statfs_f_flags='$d_statfs_f_flags'
16504 d_statfs_s='$d_statfs_s'
16505 d_statvfs='$d_statvfs'
16506 d_stdio_cnt_lval='$d_stdio_cnt_lval'
16507 d_stdio_ptr_lval='$d_stdio_ptr_lval'
16508 d_stdio_ptr_lval_nochange_cnt='$d_stdio_ptr_lval_nochange_cnt'
16509 d_stdio_ptr_lval_sets_cnt='$d_stdio_ptr_lval_sets_cnt'
16510 d_stdio_stream_array='$d_stdio_stream_array'
16511 d_stdiobase='$d_stdiobase'
16512 d_stdstdio='$d_stdstdio'
16513 d_strchr='$d_strchr'
16514 d_strcoll='$d_strcoll'
16515 d_strctcpy='$d_strctcpy'
16516 d_strerrm='$d_strerrm'
16517 d_strerror='$d_strerror'
16518 d_strftime='$d_strftime'
16519 d_strtod='$d_strtod'
16520 d_strtol='$d_strtol'
16521 d_strtold='$d_strtold'
16522 d_strtoll='$d_strtoll'
16523 d_strtoq='$d_strtoq'
16524 d_strtoul='$d_strtoul'
16525 d_strtoull='$d_strtoull'
16526 d_strtouq='$d_strtouq'
16527 d_strxfrm='$d_strxfrm'
16528 d_suidsafe='$d_suidsafe'
16529 d_symlink='$d_symlink'
16530 d_syscall='$d_syscall'
16531 d_syscallproto='$d_syscallproto'
16532 d_sysconf='$d_sysconf'
16533 d_sysernlst='$d_sysernlst'
16534 d_syserrlst='$d_syserrlst'
16535 d_system='$d_system'
16536 d_tcgetpgrp='$d_tcgetpgrp'
16537 d_tcsetpgrp='$d_tcsetpgrp'
16538 d_telldir='$d_telldir'
16539 d_telldirproto='$d_telldirproto'
16542 d_truncate='$d_truncate'
16543 d_tzname='$d_tzname'
16544 d_u32align='$d_u32align'
16545 d_ualarm='$d_ualarm'
16548 d_union_semun='$d_union_semun'
16549 d_usleep='$d_usleep'
16550 d_usleepproto='$d_usleepproto'
16552 d_vendorarch='$d_vendorarch'
16553 d_vendorbin='$d_vendorbin'
16554 d_vendorlib='$d_vendorlib'
16556 d_void_closedir='$d_void_closedir'
16557 d_voidsig='$d_voidsig'
16558 d_voidtty='$d_voidtty'
16559 d_volatile='$d_volatile'
16560 d_vprintf='$d_vprintf'
16562 d_waitpid='$d_waitpid'
16563 d_wcstombs='$d_wcstombs'
16564 d_wctomb='$d_wctomb'
16565 d_writev='$d_writev'
16568 db_hashtype='$db_hashtype'
16569 db_prefixtype='$db_prefixtype'
16570 db_version_major='$db_version_major'
16571 db_version_minor='$db_version_minor'
16572 db_version_patch='$db_version_patch'
16573 defvoidused='$defvoidused'
16574 direntrytype='$direntrytype'
16577 doublesize='$doublesize'
16579 dynamic_ext='$dynamic_ext'
16585 eunicefix='$eunicefix'
16588 extensions='$extensions'
16589 fflushNULL='$fflushNULL'
16590 fflushall='$fflushall'
16592 firstmakefile='$firstmakefile'
16594 fpossize='$fpossize'
16595 fpostype='$fpostype'
16596 freetype='$freetype'
16598 full_csh='$full_csh'
16599 full_sed='$full_sed'
16600 gccosandvers='$gccosandvers'
16601 gccversion='$gccversion'
16602 gidformat='$gidformat'
16608 groupcat='$groupcat'
16609 groupstype='$groupstype'
16612 h_sysfile='$h_sysfile'
16623 i_arpainet='$i_arpainet'
16624 i_bsdioctl='$i_bsdioctl'
16627 i_dirent='$i_dirent'
16635 i_ieeefp='$i_ieeefp'
16636 i_inttypes='$i_inttypes'
16637 i_libutil='$i_libutil'
16638 i_limits='$i_limits'
16639 i_locale='$i_locale'
16640 i_machcthr='$i_machcthr'
16641 i_malloc='$i_malloc'
16643 i_memory='$i_memory'
16644 i_mntent='$i_mntent'
16647 i_neterrno='$i_neterrno'
16648 i_netinettcp='$i_netinettcp'
16652 i_pthread='$i_pthread'
16654 i_rpcsvcdbm='$i_rpcsvcdbm'
16657 i_shadow='$i_shadow'
16659 i_stdarg='$i_stdarg'
16660 i_stddef='$i_stddef'
16661 i_stdlib='$i_stdlib'
16662 i_string='$i_string'
16663 i_sunmath='$i_sunmath'
16664 i_sysaccess='$i_sysaccess'
16665 i_sysdir='$i_sysdir'
16666 i_sysfile='$i_sysfile'
16667 i_sysfilio='$i_sysfilio'
16669 i_sysioctl='$i_sysioctl'
16670 i_syslog='$i_syslog'
16671 i_sysmman='$i_sysmman'
16672 i_sysmode='$i_sysmode'
16673 i_sysmount='$i_sysmount'
16674 i_sysndir='$i_sysndir'
16675 i_sysparam='$i_sysparam'
16676 i_sysresrc='$i_sysresrc'
16677 i_syssecrt='$i_syssecrt'
16678 i_sysselct='$i_sysselct'
16679 i_syssockio='$i_syssockio'
16680 i_sysstat='$i_sysstat'
16681 i_sysstatfs='$i_sysstatfs'
16682 i_sysstatvfs='$i_sysstatvfs'
16683 i_systime='$i_systime'
16684 i_systimek='$i_systimek'
16685 i_systimes='$i_systimes'
16686 i_systypes='$i_systypes'
16687 i_sysuio='$i_sysuio'
16689 i_sysutsname='$i_sysutsname'
16690 i_sysvfs='$i_sysvfs'
16691 i_syswait='$i_syswait'
16692 i_termio='$i_termio'
16693 i_termios='$i_termios'
16695 i_unistd='$i_unistd'
16698 i_values='$i_values'
16699 i_varargs='$i_varargs'
16700 i_varhdr='$i_varhdr'
16702 ignore_versioned_solibs='$ignore_versioned_solibs'
16703 inc_version_list='$inc_version_list'
16704 inc_version_list_init='$inc_version_list_init'
16707 installarchlib='$installarchlib'
16708 installbin='$installbin'
16709 installman1dir='$installman1dir'
16710 installman3dir='$installman3dir'
16711 installprefix='$installprefix'
16712 installprefixexp='$installprefixexp'
16713 installprivlib='$installprivlib'
16714 installscript='$installscript'
16715 installsitearch='$installsitearch'
16716 installsitebin='$installsitebin'
16717 installsitelib='$installsitelib'
16718 installstyle='$installstyle'
16719 installusrbinperl='$installusrbinperl'
16720 installvendorarch='$installvendorarch'
16721 installvendorbin='$installvendorbin'
16722 installvendorlib='$installvendorlib'
16724 issymlink='$issymlink'
16725 ivdformat='$ivdformat'
16728 known_extensions='$known_extensions'
16731 lddlflags='$lddlflags'
16733 ldflags_uselargefiles='$ldflags_uselargefiles'
16734 ldlibpthname='$ldlibpthname'
16741 libsdirs='$libsdirs'
16742 libsfiles='$libsfiles'
16743 libsfound='$libsfound'
16744 libspath='$libspath'
16745 libswanted='$libswanted'
16746 libswanted_uselargefiles='$libswanted_uselargefiles'
16752 locincpth='$locincpth'
16753 loclibpth='$loclibpth'
16754 longdblsize='$longdblsize'
16755 longlongsize='$longlongsize'
16756 longsize='$longsize'
16760 lseeksize='$lseeksize'
16761 lseektype='$lseektype'
16765 make_set_make='$make_set_make'
16766 mallocobj='$mallocobj'
16767 mallocsrc='$mallocsrc'
16768 malloctype='$malloctype'
16770 man1direxp='$man1direxp'
16773 man3direxp='$man3direxp'
16775 mips_type='$mips_type'
16777 mmaptype='$mmaptype'
16778 modetype='$modetype'
16780 multiarch='$multiarch'
16782 myarchname='$myarchname'
16783 mydomain='$mydomain'
16784 myhostname='$myhostname'
16787 need_va_copy='$need_va_copy'
16788 netdb_hlen_type='$netdb_hlen_type'
16789 netdb_host_type='$netdb_host_type'
16790 netdb_name_type='$netdb_name_type'
16791 netdb_net_type='$netdb_net_type'
16794 nm_so_opt='$nm_so_opt'
16795 nonxs_ext='$nonxs_ext'
16797 nvEUformat='$nvEUformat'
16798 nvFUformat='$nvFUformat'
16799 nvGUformat='$nvGUformat'
16800 nveformat='$nveformat'
16801 nvfformat='$nvfformat'
16802 nvgformat='$nvgformat'
16805 o_nonblock='$o_nonblock'
16807 old_pthread_create_joinable='$old_pthread_create_joinable'
16808 optimize='$optimize'
16809 orderlib='$orderlib'
16812 otherlibdirs='$otherlibdirs'
16816 patchlevel='$patchlevel'
16817 path_sep='$path_sep'
16820 perl_patchlevel='$perl_patchlevel'
16821 perladmin='$perladmin'
16822 perllibs='$perllibs'
16823 perlpath='$perlpath'
16825 phostname='$phostname'
16828 pm_apiversion='$pm_apiversion'
16832 prefixexp='$prefixexp'
16834 privlibexp='$privlibexp'
16835 prototype='$prototype'
16837 quadkind='$quadkind'
16838 quadtype='$quadtype'
16839 randbits='$randbits'
16840 randfunc='$randfunc'
16841 randseedtype='$randseedtype'
16843 rd_nodata='$rd_nodata'
16844 revision='$revision'
16848 sPRIEUldbl='$sPRIEUldbl'
16849 sPRIFUldbl='$sPRIFUldbl'
16850 sPRIGUldbl='$sPRIGUldbl'
16851 sPRIXU64='$sPRIXU64'
16853 sPRIeldbl='$sPRIeldbl'
16854 sPRIfldbl='$sPRIfldbl'
16855 sPRIgldbl='$sPRIgldbl'
16860 sSCNfldbl='$sSCNfldbl'
16861 sched_yield='$sched_yield'
16862 scriptdir='$scriptdir'
16863 scriptdirexp='$scriptdirexp'
16865 seedfunc='$seedfunc'
16866 selectminbits='$selectminbits'
16867 selecttype='$selecttype'
16868 sendmail='$sendmail'
16871 sharpbang='$sharpbang'
16872 shmattype='$shmattype'
16873 shortsize='$shortsize'
16876 sig_count='$sig_count'
16877 sig_name='$sig_name'
16878 sig_name_init='$sig_name_init'
16880 sig_num_init='$sig_num_init'
16881 sig_size='$sig_size'
16882 signal_t='$signal_t'
16883 sitearch='$sitearch'
16884 sitearchexp='$sitearchexp'
16886 sitebinexp='$sitebinexp'
16888 sitelib_stem='$sitelib_stem'
16889 sitelibexp='$sitelibexp'
16890 siteprefix='$siteprefix'
16891 siteprefixexp='$siteprefixexp'
16892 sizesize='$sizesize'
16893 sizetype='$sizetype'
16897 sockethdr='$sockethdr'
16898 socketlib='$socketlib'
16899 socksizetype='$socksizetype'
16901 spackage='$spackage'
16902 spitshell='$spitshell'
16904 ssizetype='$ssizetype'
16905 startperl='$startperl'
16907 static_ext='$static_ext'
16909 stdio_base='$stdio_base'
16910 stdio_bufsiz='$stdio_bufsiz'
16911 stdio_cnt='$stdio_cnt'
16912 stdio_filbuf='$stdio_filbuf'
16913 stdio_ptr='$stdio_ptr'
16914 stdio_stream_array='$stdio_stream_array'
16917 subversion='$subversion'
16924 timeincl='$timeincl'
16925 timetype='$timetype'
16938 uidformat='$uidformat'
16944 uquadtype='$uquadtype'
16945 use5005threads='$use5005threads'
16946 use64bitall='$use64bitall'
16947 use64bitint='$use64bitint'
16949 useithreads='$useithreads'
16950 uselargefiles='$uselargefiles'
16951 uselongdouble='$uselongdouble'
16952 usemorebits='$usemorebits'
16953 usemultiplicity='$usemultiplicity'
16954 usemymalloc='$usemymalloc'
16956 useopcode='$useopcode'
16957 useperlio='$useperlio'
16958 useposix='$useposix'
16960 useshrplib='$useshrplib'
16961 usesocks='$usesocks'
16962 usethreads='$usethreads'
16963 usevendorprefix='$usevendorprefix'
16964 usevfork='$usevfork'
16967 uvXUformat='$uvXUformat'
16968 uvoformat='$uvoformat'
16971 uvuformat='$uvuformat'
16972 uvxformat='$uvxformat'
16973 vendorarch='$vendorarch'
16974 vendorarchexp='$vendorarchexp'
16975 vendorbin='$vendorbin'
16976 vendorbinexp='$vendorbinexp'
16977 vendorlib='$vendorlib'
16978 vendorlib_stem='$vendorlib_stem'
16979 vendorlibexp='$vendorlibexp'
16980 vendorprefix='$vendorprefix'
16981 vendorprefixexp='$vendorprefixexp'
16983 versiononly='$versiononly'
16985 voidflags='$voidflags'
16987 xs_apiversion='$xs_apiversion'
16989 yaccflags='$yaccflags'
16994 : Add in command line options if available
16995 $test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
16997 : add special variables
16998 $test -f $src/patchlevel.h && \
16999 awk '/^#define[ ]+PERL_/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
17000 echo "PERL_PATCHLEVEL=$perl_patchlevel" >>config.sh
17001 echo "PERL_CONFIG_SH=true" >>config.sh
17003 : propagate old symbols
17004 if $test -f UU/config.sh; then
17005 <UU/config.sh $sort | $uniq >UU/oldconfig.sh
17006 sed -n 's/^\([a-zA-Z_0-9]*\)=.*/\1/p' config.sh config.sh UU/oldconfig.sh |\
17007 $sort | $uniq -u >UU/oldsyms
17008 set X `cat UU/oldsyms`
17014 Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
17016 echo "# Variables propagated from previous config.sh file." >>config.sh
17017 for sym in `cat UU/oldsyms`; do
17018 echo " Propagating $hint variable "'$'"$sym..."
17019 eval 'tmp="$'"${sym}"'"'
17021 sed -e "s/'/'\"'\"'/g" -e "s/^/$sym='/" -e "s/$/'/" >>config.sh
17027 : Finish up by extracting the .SH files
17041 If you'd like to make any changes to the config.sh file before I begin
17042 to configure things, do it as a shell escape now (e.g. !vi config.sh).
17045 rp="Press return or use a shell escape to edit config.sh:"
17050 *) : in case they cannot read
17051 sh 1>&4 -c "$ans";;
17056 : if this fails, just run all the .SH files by hand
17063 if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
17070 Now you need to generate make dependencies by running "$make depend".
17071 You might prefer to run it in background: "$make depend > makedepend.out &"
17072 It can take a while, so you might not want to run it right now.
17077 rp="Run $make depend now?"
17081 $make depend && echo "Now you must run '$make'."
17084 echo "You must run '$make depend' then '$make'."
17087 elif test -f [Mm]akefile; then
17089 echo "Now you must run a $make."
17094 if $test -f Policy.sh; then
17097 If you compile $package on a different machine or from a different object
17098 directory, copy the Policy.sh file from this object directory to the
17099 new one before you run Configure -- this will help you with most of
17100 the policy defaults.
17104 if $test -f config.msg; then
17105 echo "Hmm. I also noted the following information while running:"
17107 $cat config.msg >&4
17110 $rm -f kit*isdone ark*isdone