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 Thu Jan 24 16:12:51 EET 2002 [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
68 case "X${MACHTYPE:-nonesuchmach}" in
76 paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
77 paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
78 paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
79 paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
80 paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
81 paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /usr/ccs/bin"
82 paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
83 paths="$paths /sbin /usr/sbin /usr/libexec"
84 paths="$paths /system/gnu_library/bin"
90 *) test -d $p && PATH=$PATH$p_$p ;;
97 : shall we be using ksh?
103 if (PATH=.; alias -x) >/dev/null 2>&1; then
106 if test -f /hp-ux -a -f /bin/ksh; then
107 needksh='to avoid sh bug in "here document" expansion'
109 if test -d /usr/lpp -a -f /usr/bin/bsh -a -f /usr/bin/uname; then
110 if test X`/usr/bin/uname -v` = X4; then
111 avoidksh="to avoid AIX 4's /bin/sh"
115 if test -f /osf_boot -a -f /usr/sbin/setld; then
116 if test X`/usr/bin/uname -s` = XOSF1; then
117 avoidksh="to avoid Digital UNIX' ksh"
119 unset BIN_SH # if this is 'xpg4' sh will start up ksh
122 case "$inksh/$needksh" in
129 case "$inksh/$avoidksh" in
135 case "$inksh/$needksh-$avoidksh-" in
138 (I see you are using the Korn shell. Some ksh's blow up on $me,
139 mainly on older exotic systems. If yours does, try the Bourne shell instead.)
146 echo "(Feeding myself to $newsh $reason.)"
148 Configure|*/Configure) exec $newsh $0 "$@";;
149 *) exec $newsh Configure "$@";;
154 : if needed set CDPATH to a harmless value that is not chatty
155 : avoid bash 2.02 problems with empty CDPATH.
159 *bash*) CDPATH='.' ;;
164 : Configure runs within the UU subdirectory
165 test -d UU || mkdir UU
497 d_old_pthread_create_joinable=''
498 old_pthread_create_joinable=''
586 d_stdio_ptr_lval_nochange_cnt=''
587 d_stdio_ptr_lval_sets_cnt=''
772 inc_version_list_init=''
791 ignore_versioned_solibs=''
850 d_perl_otherlibdirs=''
864 version_patchlevel_string=''
869 d_nv_preserves_uv_bits=''
968 d_stdio_stream_array=''
969 stdio_stream_array=''
979 ccflags_uselargefiles=''
980 ldflags_uselargefiles=''
981 libswanted_uselargefiles=''
1001 installvendorarch=''
1027 smallmach='pdp11 i8086 z8000 i80286 iAPX286'
1030 : We must find out about Eunice early
1032 if test -f /etc/unixtovms; then
1033 eunicefix=/etc/unixtovms
1035 if test -f /etc/unixtovms.exe; then
1036 eunicefix=/etc/unixtovms.exe
1039 if test -f "/system/gnu_library/bin/ar.pm"; then
1047 : set useposix=false in your hint file to disable the POSIX extension.
1049 : set useopcode=false in your hint file to disable the Opcode extension.
1051 : Trailing extension. Override this in a hint file, if needed.
1052 : Extra object files, if any, needed on this platform.
1055 : Possible local include directories to search.
1056 : Set locincpth to "" in a hint file to defeat local include searches.
1057 locincpth="/usr/local/include /opt/local/include /usr/gnu/include"
1058 locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include"
1060 : no include file wanted by default
1065 : change the next line if compiling for Xenix/286 on Xenix/386
1066 xlibpth='/usr/lib/386 /lib/386'
1067 : Possible local library directories to search.
1068 loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
1069 loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
1071 : general looking path for locating libraries
1072 glibpth="/lib /usr/lib $xlibpth"
1073 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
1074 test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
1075 test -f /shlib/libc.so && glibpth="/shlib $glibpth"
1077 : Private path used by Configure to find libraries. Its value
1078 : is prepended to libpth. This variable takes care of special
1079 : machines, like the mips. Usually, it should be empty.
1082 : default library list
1084 : some systems want to use only the non-versioned libso:s
1085 ignore_versioned_solibs=''
1087 ccflags_uselargefiles=''
1088 ldflags_uselargefiles=''
1089 libswanted_uselargefiles=''
1090 : set usemultiplicity on the Configure command line to enable multiplicity.
1091 : set usesocks on the Configure command line to enable socks.
1092 : set usethreads on the Configure command line to enable threads.
1093 usereentrant='undef'
1094 : full support for void wanted by default
1097 : List of libraries we want.
1098 : If anyone needs -lnet, put it in a hint file.
1099 libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl'
1100 libswanted="$libswanted dld ld sun m c cposix posix"
1101 libswanted="$libswanted ndir dir crypt sec"
1102 libswanted="$libswanted ucb bsd BSD PW x util"
1103 : We probably want to search /usr/shlib before most other libraries.
1104 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
1105 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
1106 glibpth="/usr/shlib $glibpth"
1107 : Do not use vfork unless overridden by a hint file.
1110 : Find the basic shell for Bourne shell scripts
1114 *bsd*|sys5*) xxx="/$SYSTYPE/bin/sh";;
1117 if test -f "$xxx"; then
1120 : Build up a list and do a single loop so we can 'break' out.
1121 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1122 for xxx in sh bash ksh pdksh ash; do
1124 try="$try ${p}/${xxx}"
1128 if test -f "$xxx"; then
1131 elif test "X$_exe" != X -a -f "$xxx$_exe"; then
1134 elif test -f "$xxx.exe"; then
1145 $me: Fatal Error: I can't find a Bourne Shell anywhere.
1147 Usually it's in /bin/sh. How did you even get this far?
1148 Please contact me (Perl Maintainers) at perlbug@perl.org and
1149 we'll try to straighten this all out.
1155 : see if sh knows # comments
1156 if `$sh -c '#' >/dev/null 2>&1`; then
1160 test -f $xcat$_exe || xcat=/usr/bin/cat
1161 if test ! -f $xcat$_exe; then
1162 for p in `echo $PATH | sed -e "s/$p_/ /g"` $paths; do
1163 if test -f $p/cat$_exe; then
1168 if test ! -f $xcat$_exe; then
1169 echo "Can't find cat anywhere!"
1173 echo "#!$xcat" >sharp
1177 if test -s today; then
1180 echo "#! $xcat" > sharp
1184 if test -s today; then
1192 echo "Your $sh doesn't grok # comments--I will strip them later on."
1195 echo "exec grep -v '^[ ]*#'" >spitshell
1197 $eunicefix spitshell
1198 spitshell=`pwd`/spitshell
1200 echo "I presume that if # doesn't work, #! won't work either!"
1205 : figure out how to guarantee sh startup
1207 '') startsh=${sharpbang}${sh} ;;
1219 : echo "Yup, it does."
1221 echo "Hmm... '$startsh' does not guarantee sh startup..."
1222 echo "You may have to fix up the shell scripts to make sure $sh runs them."
1227 : Save command line options in file UU/cmdline.opt for later use in
1228 : generating config.sh.
1229 cat > cmdline.opt <<EOSH
1230 # Configure command line arguments.
1239 cat >>cmdline.opt <<EOSH
1240 config_arg$argn='$arg'
1242 # Extreme backslashitis: replace each ' by '"'"'
1243 cat <<EOC | sed -e "s/'/'"'"'"'"'"'"'/g" > cmdl.opt
1246 arg_exp=`cat cmdl.opt`
1247 args_exp="$args_exp$args_sep'$arg_exp'"
1248 argn=`expr $argn + 1`
1251 # args_exp is good for restarting self: eval "set X $args_exp"; shift; $0 "$@"
1252 # used by ./hints/os2.sh
1255 : produce awk script to parse command line options
1256 cat >options.awk <<'EOF'
1258 optstr = "A:dD:eEf:hKOrsSU:V"; # getopt-style specification
1260 len = length(optstr);
1261 for (i = 1; i <= len; i++) {
1262 c = substr(optstr, i, 1);
1263 if (i < len) a = substr(optstr, i + 1, 1); else a = "";
1274 if (substr(str, 1, 1) != "-") {
1275 printf("'%s'\n", str);
1279 for (i = 2; i <= len; i++) {
1280 c = substr(str, i, 1);
1282 printf("-%s\n", substr(str, i));
1288 printf("'%s'\n", substr(str, i + 1));
1301 : process the command line options
1302 set X `for arg in "$@"; do echo "X$arg"; done |
1303 sed -e s/X// | awk -f options.awk`
1308 : set up default values
1318 rm -f optdef.sh posthint.sh
1319 cat >optdef.sh <<EOS
1325 while test $# -gt 0; do
1327 -d) shift; fastread=yes;;
1328 -e) shift; alldone=cont;;
1332 if test -r "$1"; then
1335 echo "$me: cannot read config file $1." >&2
1340 -h) shift; error=true;;
1341 -r) shift; reuseval=true;;
1342 -s) shift; silent=true; realsilent=true;;
1343 -E) shift; alldone=exit;;
1344 -K) shift; knowitall=true;;
1345 -O) shift; override=true;;
1346 -S) shift; silent=true; extractsh=true;;
1351 echo "$me: use '-U symbol=', not '-D symbol='." >&2
1352 echo "$me: ignoring -D $1" >&2
1355 sed -e "s/'/'\"'\"'/g" -e "s/=\(.*\)/='\1'/" >> optdef.sh;;
1356 *) echo "$1='define'" >> optdef.sh;;
1363 *=) echo "$1" >> optdef.sh;;
1365 echo "$me: use '-D symbol=val', not '-U symbol=val'." >&2
1366 echo "$me: ignoring -U $1" >&2
1368 *) echo "$1='undef'" >> optdef.sh;;
1379 *=*) zzz=`echo $yyy|sed 's!=.*!!'`
1383 zzz=" "`echo $yyy|sed 's!^[^=]*=!!'`
1384 yyy=`echo $yyy|sed 's!=.*!!'` ;;
1390 *:*) xxx=`echo $yyy|sed 's!:.*!!'`
1391 yyy=`echo $yyy|sed 's!^[^:]*:!!'`
1392 zzz=`echo $yyy|sed 's!^[^=]*=!!'`
1393 yyy=`echo $yyy|sed 's!=.*!!'` ;;
1394 *) xxx=`echo $yyy|sed 's!:.*!!'`
1395 yyy=`echo $yyy|sed 's!^[^:]*:!!'` ;;
1401 echo "$yyy=\"\${$yyy}$zzz\"" >> posthint.sh ;;
1403 echo "$yyy=''" >> posthint.sh ;;
1408 echo "$yyy='$zzz'" >> posthint.sh ;;
1410 echo "eval \"$yyy=$zzz\"" >> posthint.sh ;;
1412 echo "$yyy=\"$zzz\${$yyy}\"" >> posthint.sh ;;
1417 echo "$yyy=$zzz" >> posthint.sh ;;
1418 *) echo "$me: unknown -A command '$xxx', ignoring -A $1" >&2 ;;
1422 -V) echo "$me generated by metaconfig 3.0 PL70." >&2
1425 -*) echo "$me: unknown option $1" >&2; shift; error=true;;
1433 Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1434 [-U symbol] [-U symbol=] [-A command:symbol...]
1435 -d : use defaults for all answers.
1436 -e : go on without questioning past the production of config.sh.
1437 -f : specify an alternate default configuration file.
1438 -h : print this help message and exit (with an error status).
1439 -r : reuse C symbols value if possible (skips costly nm extraction).
1440 -s : silent mode, only echoes questions and essential information.
1441 -D : define symbol to have some value:
1442 -D symbol symbol gets the value 'define'
1443 -D symbol=value symbol gets the value 'value'
1444 -E : stop at the end of questions, after having produced config.sh.
1445 -K : do not use unless you know what you are doing.
1446 -O : let -D and -U override definitions from loaded configuration file.
1447 -S : perform variable substitutions on all .SH files (can mix with -f)
1448 -U : undefine symbol:
1449 -U symbol symbol gets the value 'undef'
1450 -U symbol= symbol gets completely empty
1451 -A : manipulate symbol after the platform specific hints have been applied:
1452 -A symbol=value append " "value to symbol
1453 -A append:symbol=value append value to symbol
1454 -A define:symbol=value define symbol to have value
1455 -A clear:symbol define symbol to be ''
1456 -A define:symbol define symbol to be 'define'
1457 -A eval:symbol=value define symbol to be eval of value
1458 -A prepend:symbol=value prepend value to symbol
1459 -A undef:symbol define symbol to be 'undef'
1460 -A undef:symbol= define symbol to be ''
1461 -V : print version number and exit (with a zero status).
1468 case "$fastread$alldone" in
1471 case "$extractsh" in
1474 if test ! -t 0; then
1475 echo "Say 'sh Configure', not 'sh <Configure'"
1485 true) exec 1>/dev/null;;
1488 : run the defines and the undefines, if any, but leave the file out there...
1491 : create the posthint manipulation script and leave the file out there...
1496 first=`echo $package | sed -e 's/^\(.\).*/\1/'`
1497 last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
1498 case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
1499 ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
1500 *) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
1503 : Some greps do not return status, grrr.
1504 echo "grimblepritz" >grimble
1505 if grep blurfldyick grimble >/dev/null 2>&1 ; then
1507 elif grep grimblepritz grimble >/dev/null 2>&1 ; then
1513 : the following should work in any shell
1517 echo "AGH! Grep doesn't return a status. Attempting remedial action."
1518 cat >contains <<'EOSS'
1519 grep "$1" "$2" >.greptmp && cat .greptmp && test -s .greptmp
1524 : Find the path to the source tree
1527 */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`
1531 *) src=`cd ../$src && pwd` ;;
1544 if test -f $rsrc/Configure && \
1545 $contains "^package=$package$" $rsrc/Configure >/dev/null 2>&1
1547 : found it, so we are ok.
1550 for src in . .. ../.. ../../.. ../../../..; do
1551 if test -f ../$src/Configure && \
1552 $contains "^package=$package$" ../$src/Configure >/dev/null 2>&1
1563 Sorry, I can't seem to locate the source dir for $package. Please start
1564 Configure with an explicit path -- i.e. /some/path/Configure.
1572 echo "Sources for $package found in \"$src\"." >&4
1576 : script used to extract .SH files with variable substitutions
1577 cat >extract <<'EOS'
1579 echo "Doing variable substitutions on .SH files..."
1580 if test -f MANIFEST; then
1581 set x `awk '{print $1}' < MANIFEST | grep '\.SH$'`
1583 echo "(Looking for .SH files under the source directory.)"
1584 set x `(cd "$src"; find . -name "*.SH" -print)`
1588 0) set x `(cd "$src"; echo *.SH)`; shift;;
1590 if test ! -f "$src/$1"; then
1596 while test $name; do
1597 if test ! -d "$name"; then
1598 create="$name $create";
1599 name=`echo $name | sed -e "s|^[^/]*$||"`;
1600 name=`echo $name | sed -e "s|\(.*\)/.*|\1|"`;
1605 for file in $create; do
1614 dir=`expr X$file : 'X\(.*\)/'`
1615 file=`expr X$file : 'X.*/\(.*\)'`
1616 (cd "$dir" && . ./$file)
1626 dir=`expr X$file : 'X\(.*\)/'`
1627 file=`expr X$file : 'X.*/\(.*\)'`
1628 (set x $dir; shift; eval $mkdir_p)
1629 sh <"$src/$dir/$file"
1638 if test -f "$src/config_h.SH"; then
1639 if test ! -f config.h; then
1640 : oops, they left it out of MANIFEST, probably, so do it anyway.
1641 . "$src/config_h.SH"
1646 : extract files and exit if asked to do so
1647 case "$extractsh" in
1649 case "$realsilent" in
1653 case "$config_sh" in
1654 '') config_sh='config.sh';;
1657 echo "Fetching answers from $config_sh..."
1660 test "$override" && . ./optdef.sh
1664 echo "Extraction done."
1669 : Eunice requires " " instead of "", can you believe it
1672 echo "Beginning of configuration questions for $package."
1674 trap 'echo " "; test -d ../UU && rm -rf X $rmlist; exit 1' 1 2 3 15
1676 : first determine how to suppress newline on echo command
1678 echo "Checking echo to see how to suppress newlines..."
1679 (echo "hi there\c" ; echo " ") >.echotmp
1680 if $contains c .echotmp >/dev/null 2>&1 ; then
1691 echo $n "The star should be here-->$c"
1695 : Now test for existence of everything in MANIFEST
1697 if test -f "$rsrc/MANIFEST"; then
1698 echo "First let's make sure your kit is complete. Checking..." >&4
1699 awk '$1 !~ /PACK[A-Z]+/ {print $1}' "$rsrc/MANIFEST" | split -50
1702 for filelist in x??; do
1703 (cd "$rsrc"; ls `cat "$tmppwd/$filelist"` >/dev/null 2>>"$tmppwd/missing")
1705 if test -s missing; then
1709 THIS PACKAGE SEEMS TO BE INCOMPLETE.
1711 You have the option of continuing the configuration process, despite the
1712 distinct possibility that your kit is damaged, by typing 'y'es. If you
1713 do, don't blame me if something goes wrong. I advise you to type 'n'o
1714 and contact the author (perlbug@perl.org).
1717 echo $n "Continue? [n] $c" >&4
1721 echo "Continuing..." >&4
1725 echo "ABORTING..." >&4
1730 echo "Looks good..."
1733 echo "There is no MANIFEST file. I hope your kit is complete !"
1738 : Find the appropriate value for a newline for tr
1739 if test -n "$DJGPP"; then
1742 if test X"$trnl" = X; then
1743 case "`echo foo|tr '\n' x 2>/dev/null`" in
1747 if test X"$trnl" = X; then
1748 case "`echo foo|tr '\012' x 2>/dev/null`" in
1749 foox) trnl='\012' ;;
1752 if test X"$trnl" = X; then
1755 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
1761 : compute the number of columns on the terminal for proper question formatting
1766 : set up the echo used in my read
1767 myecho="case \"\$xxxm\" in
1768 '') echo $n \"\$rp $c\" >&4;;
1770 '') echo $n \"[\$xxxm] $c\";;
1772 if test \`echo \"\$rp [\$xxxm] \" | wc -c\` -ge $COLUMNS; then
1774 echo $n \"[\$xxxm] $c\" >&4
1776 echo $n \"\$rp [\$xxxm] $c\" >&4
1782 : now set up to do reads with possible shell escape and default assignment
1788 case "\$fastread" in
1789 yes) case "\$dflt" in
1792 case "\$silent-\$rp" in
1797 *) case "\$silent" in
1798 true) case "\$rp" in
1803 while expr "X\$ans" : "X!" >/dev/null; do
1807 aok=''; eval "ans=\\"\$answ\\"" && aok=y
1815 set x \`expr "X\$ans" : "X!\(.*\)\$"\`
1824 set x \`expr "X\$ans" : "X&\(.*\)\$"\`
1829 echo "(OK, I'll run with -d after this question.)" >&4
1832 echo "*** Sorry, \$1 not supported yet." >&4
1842 echo "*** Substitution done -- please confirm."
1844 ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
1849 echo "*** Error -- try again."
1856 case "\$ans\$xxxm\$nostick" in
1868 : create .config dir to save info across Configure sessions
1869 test -d ../.config || mkdir ../.config
1870 cat >../.config/README <<EOF
1871 This directory created by Configure to save information that should
1872 persist across sessions for $package.
1874 You may safely delete it if you wish.
1877 xversion=`awk '/define[ ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
1879 $define|true|[yY]*) ;;
1880 *) case "$xversion" in
1883 *** WHOA THERE!!! ***
1885 This is an UNSTABLE DEVELOPMENT release.
1886 The version of this $package distribution is $xversion, that is, odd,
1887 (as opposed to even) and that signifies a development release.
1888 If you want a maintenance release, you want an even-numbered version.
1890 Do ***NOT*** install this into production use.
1891 Data corruption and crashes are possible.
1893 It is most seriously suggested that you do not continue any further
1894 unless you want to help in developing and debugging Perl.
1896 If you *still* want to build perl, you can answer 'y' now,
1897 or pass -Dusedevel to Configure.
1900 rp='Do you really want to continue?'
1904 [yY]) echo >&4 "Okay, continuing."
1905 usedevel="$define" ;;
1906 *) echo >&4 "Okay, bye."
1916 case "$versiononly" in
1917 '') versiononly="$define" ;;
1919 case "$installusrbinperl" in
1920 '') installusrbinperl="$undef" ;;
1925 : general instructions
1928 user=`(logname) 2>/dev/null`
1930 '') user=`whoami 2>&1`;;
1932 if $contains "^$user\$" ../.config/instruct >/dev/null 2>&1; then
1935 rp='Would you like to see the instructions?'
1946 This installation shell script will examine your system and ask you questions
1947 to determine how the perl5 package should be installed. If you get
1948 stuck on a question, you may use a ! shell escape to start a subshell or
1949 execute a command. Many of the questions will have default answers in square
1950 brackets; typing carriage return will give you the default.
1952 On some of the questions which ask for file or directory names you are allowed
1953 to use the ~name construct to specify the login directory belonging to "name",
1954 even if you don't have a shell which knows about that. Questions where this is
1955 allowed will be marked "(~name ok)".
1959 dflt='Type carriage return to continue'
1963 The prompter used in this script allows you to use shell variables and
1964 backticks in your answers. You may use $1, $2, etc... to refer to the words
1965 in the default answer, as if the default line was a set of arguments given to a
1966 script shell. This means you may also use $* to repeat the whole default line,
1967 so you do not have to re-type everything to add something to the default.
1969 Everytime there is a substitution, you will have to confirm. If there is an
1970 error (e.g. an unmatched backtick), the default answer will remain unchanged
1971 and you will be prompted again.
1973 If you are in a hurry, you may run 'Configure -d'. This will bypass nearly all
1974 the questions and use the computed defaults (or the previous answers if there
1975 was already a config.sh file). Type 'Configure -h' for a list of options.
1976 You may also start interactively and then answer '& -d' at any prompt to turn
1977 on the non-interactive behaviour for the remainder of the execution.
1983 Much effort has been expended to ensure that this shell script will run on any
1984 Unix system. If despite that it blows up on yours, your best bet is to edit
1985 Configure and run it again. If you can't run Configure for some reason,
1986 you'll have to generate a config.sh file by hand. Whatever problems you
1987 have, let me (perlbug@perl.org) know how I blew it.
1989 This installation script affects things in two ways:
1991 1) it may do direct variable substitutions on some of the files included
1993 2) it builds a config.h file for inclusion in C programs. You may edit
1994 any of these files as the need arises after running this script.
1996 If you make a mistake on a question, there is no easy way to back up to it
1997 currently. The easiest thing to do is to edit config.sh and rerun all the SH
1998 files. Configure will offer to let you do this before it runs the SH files.
2001 dflt='Type carriage return to continue'
2003 case "$firsttime" in
2004 true) echo $user >>../.config/instruct;;
2008 : find out where common programs are
2010 echo "Locating common programs..." >&4
2023 if test -d \$dir/\$thing; then
2029 for thisthing in \$dir/\$thing; do
2030 : just loop through to pick last item
2032 if test -f \$thisthing; then
2035 elif test "X$_exe" != X -a -f \$thisthing$_exe; then
2038 elif test -f \$dir/\$thing.exe; then
2039 if test -n "$DJGPP"; then
2040 echo \$dir/\$thing.exe
2042 : on Eunice apparently
2095 pth=`echo $PATH | sed -e "s/$p_/ /g"`
2096 pth="$pth /lib /usr/lib"
2097 for file in $loclist; do
2101 if test -f "$xxx"; then
2104 echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2105 xxx=`./loc $file $file $pth`
2108 '') xxx=`./loc $file $file $pth`;;
2109 *) xxx=`./loc $xxx $xxx $pth`;;
2111 eval $file=$xxx$_exe
2115 echo $file is in $xxx.
2118 echo $file is in $xxx.
2121 echo "I don't know where '$file' is, and my life depends on it." >&4
2122 echo "Go find a public domain implementation or fix your PATH setting!" >&4
2128 echo "Don't worry if any of the following aren't found..."
2130 for file in $trylist; do
2134 if test -f "$xxx"; then
2137 echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
2138 xxx=`./loc $file $file $pth`
2141 '') xxx=`./loc $file $file $pth`;;
2142 *) xxx=`./loc $xxx $xxx $pth`;;
2148 echo $file is in $xxx.
2151 echo $file is in $xxx.
2154 echo "I don't see $file out there, $say."
2161 echo "Substituting grep for egrep."
2168 echo "Substituting cp for ln."
2177 echo "I can't find make or gmake, and my life depends on it." >&4
2178 echo "Go find a public domain implementation or fix your PATH setting!" >&4
2186 *) # We can't have osname yet.
2187 if test -f "/system/gnu_library/bin/ar.pm"; then # Stratus VOS
2188 # Assume that gmake, if found, is definitely GNU make
2189 # and prefer it over the system make.
2190 echo "Substituting gmake for make."
2198 echo "Hopefully test is built into your sh."
2201 if `sh -c "PATH= test true" >/dev/null 2>&1`; then
2202 echo "Using the test built into your sh."
2210 echo "Hopefully echo is built into your sh."
2215 echo "Checking compatibility between $echo and builtin echo (if any)..." >&4
2216 $echo $n "hi there$c" >foo1
2217 echo $n "hi there$c" >foo2
2218 if cmp foo1 foo2 >/dev/null 2>&1; then
2219 echo "They are compatible. In fact, they may be identical."
2226 They are not compatible! You are probably running ksh on a non-USG system.
2227 I'll have to use $echo instead of the builtin, since Bourne shell doesn't
2228 have echo built in and we may have to run some Bourne shell scripts. That
2229 means I'll have to use '$n$c' to suppress newlines now. Life is ridiculous.
2232 $echo $n "The star should be here-->$c"
2242 cat <<'EOSC' >>checkcc
2247 int main(int argc, char *argv[]) {
2251 if $cc -o try $ccflags $ldflags try.c; then
2254 echo "Uh-oh, the C compiler '$cc' doesn't seem to be working." >&4
2260 case "`$cc -v -c try.c 2>&1`" in
2263 if $test X"$trygcc" = Xyes; then
2264 if gcc -o try -c try.c; then
2266 echo "You seem to have a working gcc, though." >&4
2267 rp="Would you like to use it?"
2269 if $test -f myread; then
2272 if $test -f UU/myread; then
2275 echo "Cannot find myread, sorry. Aborting." >&2
2280 [yY]*) cc=gcc; ccname=gcc; ccflags=''; despair=no ;;
2284 if $test X"$despair" = Xyes; then
2286 You need to find a working C compiler.
2287 Either (purchase and) install the C compiler supplied by your OS vendor,
2288 or for a free C compiler try http://gcc.gnu.org/
2289 I cannot continue any further, aborting.
2299 : determine whether symbolic links are supported
2302 if $ln -s blurfl sym > /dev/null 2>&1 ; then
2303 echo "Symbolic links are supported." >&4
2306 echo "Symbolic links are NOT supported." >&4
2311 : determine whether symbolic links are supported
2315 echo "Checking how to test for symbolic links..." >&4
2317 if $test "X$issymlink" = X; then
2319 '') sh -c "PATH= test -h sym" >/dev/null 2>&1 ;;
2320 *) $newsh -c "PATH= test -h sym" >/dev/null 2>&1 ;;
2322 if test $? = 0; then
2325 echo "Your builtin 'test -h' may be broken." >&4
2328 *) pth=`echo $PATH | sed -e "s/$p_/ /g"`
2331 if test -f "$p/$test"; then
2340 echo "Trying external '$test -h'." >&4
2341 issymlink="$test -h"
2342 if $test ! -h sym >/dev/null 2>&1; then
2343 echo "External '$test -h' is broken, too." >&4
2351 if $test "X$issymlink" = X; then
2352 if $test -L sym 2>/dev/null; then
2353 issymlink="$test -L"
2354 echo "The builtin '$test -L' worked." >&4
2357 if $test "X$issymlink" != X; then
2358 echo "You can test for symbolic links with '$issymlink'." >&4
2360 echo "I do not know how you can test for symbolic links." >&4
2364 *) echo "No symbolic links, so not testing for their testing..." >&4
2370 case "$mksymlinks" in
2373 ''|'.') echo "Cannot create symlinks in the original directory." >&4
2376 *) case "$lns:$issymlink" in
2377 *"ln -s:"*"test -"?)
2378 echo "Creating the symbolic links..." >&4
2379 echo "(First creating the subdirectories...)" >&4
2381 awk '{print $1}' $src/MANIFEST | grep / | sed 's:/[^/]*$::' | sort -u | while true; do
2383 test -z "$directory" && break
2387 if test ! -d t/base; then
2388 echo "Failed to create the subdirectories. Aborting." >&4
2391 echo "(Then creating the symlinks...)" >&4
2392 awk '{print $1}' $src/MANIFEST | while true; do
2394 test -z "$filename" && break
2395 if test -f $filename; then
2396 if $issymlink $filename; then
2400 if test -f $filename; then
2401 echo "$filename already exists, not symlinking."
2403 ln -s $src/$filename $filename
2407 if test ! -f t/base/lex.t; then
2408 echo "Failed to create the symlinks (t/base/lex.t missing). Aborting." >&4
2413 *) echo "(I cannot figure out how to do symbolic links, ignoring mksymlinks)." >&4
2422 case "$usecrosscompile" in
2424 $echo "Cross-compiling..."
2427 *-*-gcc) # A cross-compiling gcc, probably.
2428 targetarch=`$echo $cc|$sed 's/-gcc$//'`
2430 # leave out ld, choosing it is more complex
2432 ranlib=$targetarch-ranlib
2433 $echo 'extern int foo;' > try.c
2434 set X `$cc -v -E try.c 2>&1 | $awk '/^#include </,/^End of search /'|$grep '/include'`
2436 if $test $# -gt 0; then
2438 incpth="`$echo $incpth|$sed 's/^ //'`"
2439 echo "Guessing incpth '$incpth'." >&4
2441 j="`$echo $i|$sed 's,/include$,/lib,'`"
2442 if $test -d $j; then
2446 libpth="`$echo $libpth|$sed 's/^ //'`"
2447 echo "Guessing libpth '$libpth'." >&4
2452 case "$targetarch" in
2453 '') echo "Targetarch not defined." >&4; croak=y ;;
2454 *) echo "Using targetarch $targetarch." >&4 ;;
2457 '') echo "Incpth not defined." >&4; croak=y ;;
2458 *) echo "Using incpth '$incpth'." >&4 ;;
2461 '') echo "Libpth not defined." >&4; croak=y ;;
2462 *) echo "Using libpth '$libpth'." >&4 ;;
2465 '') for i in $incpth; do
2466 if $test -f $i/errno.h -a -f $i/stdio.h -a -f $i/time.h; then
2468 echo "Guessing usrinc $usrinc." >&4
2473 '') echo "Usrinc not defined." >&4; croak=y ;;
2476 *) echo "Using usrinc $usrinc." >&4 ;;
2478 case "$targethost" in
2479 '') echo "Targethost not defined." >&4; croak=y ;;
2480 *) echo "Using targethost $targethost." >&4
2485 y) echo "Cannot continue, aborting." >&4; exit 1 ;;
2488 /*) run=$src/Cross/run
2489 targetmkdir=$src/Cross/mkdir
2491 from=$src/Cross/from
2493 *) pwd=`$test -f ../Configure & cd ..; pwd`
2495 targetmkdir=$pwd/Cross/mkdir
2497 from=$pwd/Cross/from
2500 case "$targetrun" in
2501 '') targetrun=ssh ;;
2506 case "$targetfrom" in
2507 '') targetfrom=scp ;;
2511 from=$from-$targetfrom
2512 case "$targetdir" in
2514 echo "Guessing targetdir $targetdir." >&4
2517 case "$targetuser" in
2519 echo "Guessing targetuser $targetuser." >&4
2522 case "$targetfrom" in
2526 case "$targetrun" in
2538 '') cwd=$targetdir ;;
2542 if $test ! -f \$exe.xok; then
2546 $targetrun -l $targetuser $targethost "cd \$cwd && ./\$exe \$@"
2549 *) echo "Unknown targetrun '$targetrun'" >&4
2553 case "$targetmkdir" in
2555 cat >$targetmkdir <<EOF
2557 $targetrun -l $targetuser $targethost "mkdir -p \$@"
2559 $chmod a+rx $targetmkdir
2561 *) echo "Unknown targetmkdir '$targetmkdir'" >&4
2573 $targetmkdir \`dirname \$f\`
2574 $targetto $q \$f $targetuser@$targethost:\$f || exit 1
2577 $targetmkdir $targetdir/\`dirname \$f\`
2578 $targetto $q \$f $targetuser@$targethost:$targetdir/\$f || exit 1
2591 $mkdir -p $targetdir/\`dirname \$f\`
2592 $cp \$f $targetdir/\$f || exit 1
2595 $targetmkdir $targetdir/\`dirname \$f\`
2596 $cp \$f $targetdir/\$f || exit 1
2603 *) echo "Unknown targetto '$targetto'" >&4
2607 case "$targetfrom" in
2614 $targetfrom $q $targetuser@$targethost:$targetdir/\$f . || exit 1
2619 cp) cat >$from <<EOF
2624 cp $targetdir/\$f . || exit 1
2629 *) echo "Unknown targetfrom '$targetfrom'" >&4
2633 if $test ! -f $run; then
2634 echo "Target 'run' script '$run' not found." >&4
2638 if $test ! -f $to; then
2639 echo "Target 'to' script '$to' not found." >&4
2643 if $test ! -f $from; then
2644 echo "Target 'from' script '$from' not found." >&4
2648 if $test ! -f $run -o ! -f $to -o ! -f $from; then
2652 Using '$run' for remote execution,
2653 and '$from' and '$to'
2654 for remote file transfer.
2660 usecrosscompile='undef'
2665 : see whether [:lower:] and [:upper:] are supported character classes
2667 case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
2669 echo "Good, your tr supports [:lower:] and [:upper:] to convert case." >&4
2673 *) # There is a discontinuity in EBCDIC between 'I' and 'J'
2674 # (0xc9 and 0xd1), therefore that is a nice testing point.
2675 if test "X$up" = X -o "X$low" = X; then
2676 case "`echo IJ | $tr '[I-J]' '[i-j]' 2>/dev/null`" in
2682 if test "X$up" = X -o "X$low" = X; then
2683 case "`echo IJ | $tr I-J i-j 2>/dev/null`" in
2689 if test "X$up" = X -o "X$low" = X; then
2690 case "`echo IJ | od -x 2>/dev/null`" in
2692 echo "Hey, this might be EBCDIC." >&4
2693 if test "X$up" = X -o "X$low" = X; then
2694 case "`echo IJ | $tr '[A-IJ-RS-Z]' '[a-ij-rs-z]' 2>/dev/null`" in
2695 ij) up='[A-IJ-RS-Z]'
2700 if test "X$up" = X -o "X$low" = X; then
2701 case "`echo IJ | $tr A-IJ-RS-Z a-ij-rs-z 2>/dev/null`" in
2711 case "`echo IJ | $tr \"$up\" \"$low\" 2>/dev/null`" in
2713 echo "Using $up and $low to convert case." >&4
2716 echo "I don't know how to translate letters from upper to lower case." >&4
2717 echo "Your tr is not acting any way I know of." >&4
2721 : set up the translation script tr, must be called with ./tr of course
2725 '[A-Z][a-z]') exec $tr '$up' '$low';;
2726 '[a-z][A-Z]') exec $tr '$low' '$up';;
2733 : Try to determine whether config.sh was made on this system
2734 case "$config_sh" in
2736 myuname=`$uname -a 2>/dev/null`
2737 $test -z "$myuname" && myuname=`hostname 2>/dev/null`
2738 # tr '[A-Z]' '[a-z]' would not work in EBCDIC
2739 # because the A-Z/a-z are not consecutive.
2740 myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \
2741 ./tr '[A-Z]' '[a-z]' | $tr $trnl ' '`
2742 newmyuname="$myuname"
2744 case "$knowitall" in
2746 if test -f ../config.sh; then
2747 if $contains myuname= ../config.sh >/dev/null 2>&1; then
2748 eval "`grep myuname= ../config.sh`"
2750 if test "X$myuname" = "X$newmyuname"; then
2758 : Get old answers from old config file if Configure was run on the
2759 : same system, otherwise use the hints.
2762 if test -f config.sh; then
2764 rp="I see a config.sh file. Shall I use it to set the defaults?"
2767 n*|N*) echo "OK, I'll ignore it."
2768 mv config.sh config.sh.old
2769 myuname="$newmyuname"
2771 *) echo "Fetching default answers from your old config.sh file..." >&4
2779 : Older versions did not always set $sh. Catch re-use of such
2789 if test ! -f config.sh; then
2792 First time through, eh? I have some defaults handy for some systems
2793 that need some extra help getting the Configure answers right:
2796 (cd $src/hints; ls -C *.sh) | $sed 's/\.sh/ /g' >&4
2798 : Half the following guesses are probably wrong... If you have better
2799 : tests or hints, please send them to perlbug@perl.org
2800 : The metaconfig authors would also appreciate a copy...
2801 $test -f /irix && osname=irix
2802 $test -f /xenix && osname=sco_xenix
2803 $test -f /dynix && osname=dynix
2804 $test -f /dnix && osname=dnix
2805 $test -f /lynx.os && osname=lynxos
2806 $test -f /unicos && osname=unicos && osvers=`$uname -r`
2807 $test -f /unicosmk && osname=unicosmk && osvers=`$uname -r`
2808 $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
2809 $test -f /bin/mips && /bin/mips && osname=mips
2810 $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \
2811 $sed -e 's/://' -e 's/\./_/'` && osname=next && osvers=$4
2812 $test -d /usr/apollo/bin && osname=apollo
2813 $test -f /etc/saf/_sactab && osname=svr4
2814 $test -d /usr/include/minix && osname=minix
2815 $test -f /system/gnu_library/bin/ar.pm && osname=vos
2816 if $test -d /MachTen -o -d /MachTen_Folder; then
2818 if $test -x /sbin/version; then
2819 osvers=`/sbin/version | $awk '{print $2}' |
2820 $sed -e 's/[A-Za-z]$//'`
2821 elif $test -x /usr/etc/version; then
2822 osvers=`/usr/etc/version | $awk '{print $2}' |
2823 $sed -e 's/[A-Za-z]$//'`
2829 $test -f /sys/posix.dll &&
2830 $test -f /usr/bin/what &&
2831 set X `/usr/bin/what /sys/posix.dll` &&
2832 $test "$3" = UWIN &&
2836 if $test -f $uname; then
2844 umips) osname=umips ;;
2847 [23]100) osname=mips ;;
2848 next*) osname=next ;;
2850 tmp=`/bin/uname -X 2>/dev/null|awk '/3\.2v[45]/{ print $(NF) }'`
2851 if $test "$tmp" != "" -a "$3" = "3.2" -a -f '/etc/systemid'; then
2854 elif $test -f /etc/kconfig; then
2856 if test "$lns" = "$ln -s"; then
2858 elif $contains _SYSV3 /usr/include/stdio.h > /dev/null 2>&1 ; then
2860 elif $contains _POSIX_SOURCE /usr/include/stdio.h > /dev/null 2>&1 ; then
2867 if test -n "$DJGPP"; then
2876 tmp=`( (oslevel) 2>/dev/null || echo "not found") 2>&1`
2878 'not found') osvers="$4"."$3" ;;
2879 '<3240'|'<>3240') osvers=3.2.0 ;;
2880 '=3240'|'>3240'|'<3250'|'<>3250') osvers=3.2.4 ;;
2881 '=3250'|'>3250') osvers=3.2.5 ;;
2885 bsd386) osname=bsd386
2888 cygwin*) osname=cygwin
2891 *dc.osx) osname=dcosx
2897 domainos) osname=apollo
2903 dynixptx*) osname=dynixptx
2904 osvers=`echo "$4"|sed 's/^v//'`
2906 freebsd) osname=freebsd
2908 genix) osname=genix ;;
2910 osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
2926 netbsd*) osname=netbsd
2929 news-os) osvers="$3"
2931 4*) osname=newsos4 ;;
2935 next*) osname=next ;;
2936 nonstop-ux) osname=nonstopux ;;
2937 POSIX-BC | posix-bc ) osname=posix-bc
2940 powerux | power_ux | powermax_os | powermaxos | \
2941 powerunix | power_unix) osname=powerux
2947 solaris) osname=solaris
2949 5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2956 osvers=`echo $3 | $sed 's/^5/2/g'` ;;
2960 titanos) osname=titanos
2969 ultrix) osname=ultrix
2972 osf1|mls+) case "$5" in
2975 osvers=`sizer -v | awk '{print $3}' | tr '[A-Z]' '[a-z]' | sed 's/^[xvt]//'`
2978 *) osvers=`echo "$3" | sed 's/^[xvt]//'` ;;
2981 hp*) osname=hp_osf1 ;;
2982 mips) osname=mips_osf1 ;;
2985 unixware) osname=svr5
2993 $2) case "$osname" in
2997 : svr4.x or possibly later
3007 if test -f /stand/boot ; then
3008 eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
3009 if test -n "$INITPROG" -a -f "$INITPROG"; then
3010 isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
3011 if test -n "$isesix"; then
3019 *) if test -f /etc/systemid; then
3021 set `echo $3 | $sed 's/\./ /g'` $4
3022 if $test -f $src/hints/sco_$1_$2_$3.sh; then
3024 elif $test -f $src/hints/sco_$1_$2.sh; then
3026 elif $test -f $src/hints/sco_$1.sh; then
3031 '') : Still unknown. Probably a generic Sys V.
3040 *) case "$osname" in
3041 '') : Still unknown. Probably a generic BSD.
3049 if test -f /vmunix -a -f $src/hints/news_os.sh; then
3050 (what /vmunix | UU/tr '[A-Z]' '[a-z]') > UU/kernel.what 2>&1
3051 if $contains news-os UU/kernel.what >/dev/null 2>&1; then
3054 $rm -f UU/kernel.what
3055 elif test -d c:/.; then
3062 case "$targetarch" in
3065 osname=`echo $targetarch|sed 's,^[^-]*-,,'`
3070 : Now look for a hint file osname_osvers, unless one has been
3071 : specified already.
3074 file=`echo "${osname}_${osvers}" | $sed -e 's%\.%_%g' -e 's%_$%%'`
3075 : Also try without trailing minor version numbers.
3076 xfile=`echo $file | $sed -e 's%_[^_]*$%%'`
3077 xxfile=`echo $xfile | $sed -e 's%_[^_]*$%%'`
3078 xxxfile=`echo $xxfile | $sed -e 's%_[^_]*$%%'`
3079 xxxxfile=`echo $xxxfile | $sed -e 's%_[^_]*$%%'`
3082 *) case "$osvers" in
3085 *) if $test -f $src/hints/$file.sh ; then
3087 elif $test -f $src/hints/$xfile.sh ; then
3089 elif $test -f $src/hints/$xxfile.sh ; then
3091 elif $test -f $src/hints/$xxxfile.sh ; then
3093 elif $test -f $src/hints/$xxxxfile.sh ; then
3095 elif $test -f "$src/hints/${osname}.sh" ; then
3104 if $test -f Policy.sh ; then
3107 none) dflt="Policy" ;;
3108 *) dflt="Policy $dflt" ;;
3113 dflt=`echo $hintfile | $sed 's/\.sh$//'`
3117 if $test -f Policy.sh ; then
3120 There's also a Policy hint file available, which should make the
3121 site-specific (policy) questions easier to answer.
3128 You may give one or more space-separated answers, or "none" if appropriate.
3129 A well-behaved OS will have no hints, so answering "none" or just "Policy"
3130 is a good thing. DO NOT give a wrong version or a wrong OS.
3134 rp="Which of these apply, if any?"
3137 for file in $tans; do
3138 if $test X$file = XPolicy -a -f Policy.sh; then
3140 $cat Policy.sh >> UU/config.sh
3141 elif $test -f $src/hints/$file.sh; then
3142 . $src/hints/$file.sh
3143 $cat $src/hints/$file.sh >> UU/config.sh
3144 elif $test X"$tans" = X -o X"$tans" = Xnone ; then
3147 : Give one chance to correct a possible typo.
3148 echo "$file.sh does not exist"
3150 rp="hint to use instead?"
3152 for file in $ans; do
3153 if $test -f "$src/hints/$file.sh"; then
3154 . $src/hints/$file.sh
3155 $cat $src/hints/$file.sh >> UU/config.sh
3156 elif $test X$ans = X -o X$ans = Xnone ; then
3159 echo "$file.sh does not exist -- ignored."
3166 : Remember our hint file for later.
3167 if $test -f "$src/hints/$file.sh" ; then
3177 echo "Fetching default answers from $config_sh..." >&4
3181 cp $config_sh config.sh 2>/dev/null
3191 test "$override" && . ./optdef.sh
3193 : Restore computed paths
3194 for file in $loclist $trylist; do
3195 eval $file="\$_$file"
3200 Configure uses the operating system name and version to set some defaults.
3201 The default value is probably right if the name rings a bell. Otherwise,
3202 since spelling matters for me, either accept the default or answer "none"
3209 ''|' '|none) dflt=none ;;
3210 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
3213 *) dflt="$osname" ;;
3215 rp="Operating system name?"
3219 *) osname=`echo "$ans" | $sed -e 's/[ ][ ]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
3225 ''|' '|none) dflt=none ;;
3226 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
3227 dflt=`echo $dflt | $sed -e 's/^_//' -e 's/_/./g'`
3229 ''|' ') dflt=none ;;
3234 *) dflt="$osvers" ;;
3236 rp="Operating system version?"
3246 : who configured the system
3247 cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1`
3248 cf_by=`(logname) 2>/dev/null`
3251 cf_by=`(whoami) 2>/dev/null`
3253 "") cf_by=unknown ;;
3257 : set up the script used to warn in case of inconsistency
3264 echo "*** WHOA THERE!!! ***" >&4
3265 echo " The $hint value for \$$var on this machine was \"$was\"!" >&4
3266 rp=" Keep the $hint value?"
3269 y) td=$was; tu=$was;;
3273 : function used to set $1 to $val
3274 setvar='var=$1; eval "was=\$$1"; td=$define; tu=$undef;
3276 $define$undef) . ./whoa; eval "$var=\$td";;
3277 $undef$define) . ./whoa; eval "$var=\$tu";;
3278 *) eval "$var=$val";;
3281 case "$usethreads" in
3282 $define|true|[yY]*) dflt='y';;
3287 Perl can be built to take advantage of threads on some systems.
3288 To do so, Configure can be run with -Dusethreads.
3290 Note that threading is a highly experimental feature, and
3291 some known race conditions still remain. If you choose to try
3292 it, be very sure to not actually deploy it for production
3293 purposes. README.threads has more details, and is required
3294 reading if you enable threads.
3296 If this doesn't make any sense to you, just accept the default '$dflt'.
3298 rp='Build a threading Perl?'
3301 y|Y) val="$define" ;;
3307 case "$usethreads" in
3311 As of 5.5.640, Perl has two different internal threading implementations,
3312 the 5.005 version (5005threads) and an interpreter-based version
3313 (ithreads) that has one interpreter per thread. Both are very
3314 experimental. This arrangement exists to help developers work out
3315 which one is better.
3317 If you're a casual user, you probably don't want interpreter-threads
3318 at this time. But if you do, the 'threads' module allows their use,
3319 and the 'Thread' module offers an interface to both 5005threads and
3320 ithreads (whichever has been configured).
3322 : Default to ithreads unless overridden on command line or with
3325 case "$use5005threads" in
3326 $define|true|[yY]*) dflt='n';;
3328 case "$useithreads" in
3329 $undef|false|[nN]*) dflt='n';;
3331 rp='Use interpreter-based ithreads?'
3334 y|Y) val="$define" ;;
3339 : Now set use5005threads to the opposite value.
3340 case "$useithreads" in
3341 $define) val="$undef" ;;
3348 useithreads="$undef"
3349 use5005threads="$undef"
3353 case "$useithreads$use5005threads" in
3357 You cannot have both the ithreads and the 5.005 threads enabled
3358 at the same time. Disabling the 5.005 threads since they are
3359 much less stable than the ithreads.
3362 use5005threads="$undef"
3366 case "$d_oldpthreads" in
3367 '') : Configure tests would be welcome here. For now, assume undef.
3369 *) val="$d_oldpthreads" ;;
3375 case "$usethreads" in
3376 "$define"|true|[yY]*)
3377 : Look for a hint-file generated 'call-back-unit'. If the
3378 : user has specified that a threading perl is to be built,
3379 : we may need to set or change some other defaults.
3380 if $test -f usethreads.cbu; then
3381 echo "Your platform has some specific hints for threaded builds, using them..."
3385 (Your platform doesn't have any specific hints for threaded builds.
3386 Assuming POSIX threads, then.)
3394 Perl can be built so that multiple Perl interpreters can coexist
3395 within the same Perl executable.
3398 case "$useithreads" in
3401 This multiple interpreter support is required for interpreter-based threads.
3405 *) case "$usemultiplicity" in
3406 $define|true|[yY]*) dflt='y';;
3410 echo "If this doesn't make any sense to you, just accept the default '$dflt'."
3411 rp='Build Perl for multiplicity?'
3414 y|Y) val="$define" ;;
3423 case "$usemorebits" in
3424 "$define"|true|[yY]*)
3425 use64bitint="$define"
3426 uselongdouble="$define"
3427 usemorebits="$define"
3429 *) usemorebits="$undef"
3433 : make some quick guesses about what we are up against
3435 $echo $n "Hmm... $c"
3445 $cat /usr/include/signal.h /usr/include/sys/signal.h >foo 2>/dev/null
3446 if test -f /osf_boot || $contains 'OSF/1' /usr/include/ctype.h >/dev/null 2>&1
3448 echo "Looks kind of like an OSF/1 system, but we'll see..."
3450 elif test `echo abc | $tr a-z A-Z` = Abc ; then
3451 xxx=`./loc addbib blurfl $pth`
3452 if $test -f $xxx; then
3453 echo "Looks kind of like a USG system with BSD features, but we'll see..."
3457 if $contains SIGTSTP foo >/dev/null 2>&1 ; then
3458 echo "Looks kind of like an extended USG system, but we'll see..."
3460 echo "Looks kind of like a USG system, but we'll see..."
3464 elif $contains SIGTSTP foo >/dev/null 2>&1 ; then
3465 echo "Looks kind of like a BSD system, but we'll see..."
3469 echo "Looks kind of like a Version 7 system, but we'll see..."
3472 case "$eunicefix" in
3475 There is, however, a strange, musty smell in the air that reminds me of
3476 something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
3480 : it so happens the Eunice I know will not run shell scripts in Unix format
3484 echo "Congratulations. You aren't running Eunice."
3488 : Detect OS2. The p_ variable is set above in the Head.U unit.
3489 : Note that this also -- wrongly -- detects e.g. dos-djgpp, which also uses
3490 : semicolon as a patch separator
3495 I have the feeling something is not exactly right, however...don't tell me...
3496 lemme think...does HAL ring a bell?...no, of course, you're only running OS/2!
3497 (Or you may be running DOS with DJGPP.)
3502 if test -f /xenix; then
3503 echo "Actually, this looks more like a XENIX system..."
3508 echo "It's not Xenix..."
3513 if test -f /venix; then
3514 echo "Actually, this looks more like a VENIX system..."
3521 echo "Nor is it Venix..."
3524 chmod +x bsd usg v7 osf1 eunice xenix venix os2
3525 $eunicefix bsd usg v7 osf1 eunice xenix venix os2
3532 rp="Use which C compiler?"
3535 : Look for a hint-file generated 'call-back-unit'. Now that the
3536 : user has specified the compiler, we may need to set or change some
3538 if $test -f cc.cbu; then
3544 echo "Checking for GNU cc in disguise and/or its version number..." >&4
3550 printf("%s\n", __VERSION__);
3552 printf("%s\n", "1");
3558 if $cc -o try $ccflags $ldflags try.c; then
3559 gccversion=`$run ./try`
3560 case "$gccversion" in
3561 '') echo "You are not using GNU cc." ;;
3562 *) echo "You are using GNU cc $gccversion."
3568 echo "*** WHOA THERE!!! ***" >&4
3569 echo " Your C compiler \"$cc\" doesn't seem to be working!" >&4
3570 case "$knowitall" in
3572 echo " You'd better start hunting for one and let me know about it." >&4
3578 case "$gccversion" in
3579 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
3581 case "$gccversion" in
3582 '') gccosandvers='' ;;
3583 *) gccshortvers=`echo "$gccversion"|sed 's/ .*//'`
3584 gccosandvers=`$cc -v 2>&1|grep '/specs$'|sed "s!.*/[^-/]*-[^-/]*-\([^-/]*\)/$gccshortvers/specs!\1!"`
3586 case "$gccosandvers" in
3587 $osname) gccosandvers='' ;; # linux gccs seem to have no linux osvers, grr
3588 $osname$osvers) ;; # looking good
3589 $osname*) cat <<EOM >&4
3591 *** WHOA THERE!!! ***
3593 Your gcc has not been compiled for the exact release of
3594 your operating system ($gccosandvers versus $osname$osvers).
3596 In general it is a good idea to keep gcc synchronized with
3597 the operating system because otherwise serious problems
3598 may ensue when trying to compile software, like Perl.
3600 I'm trying to be optimistic here, though, and will continue.
3601 If later during the configuration and build icky compilation
3602 problems appear (headerfile conflicts being the most common
3603 manifestation), I suggest reinstalling the gcc to match
3604 your operating system release.
3608 *) gccosandvers='' ;; # failed to parse, better be silent
3617 : decide how portable to be. Allow command line overrides.
3618 case "$d_portable" in
3620 *) d_portable="$define" ;;
3623 : set up shell script to do ~ expansion
3629 echo \$1 | $sed "s|~|\${HOME-\$LOGDIR}|"
3632 if $test -f /bin/csh; then
3633 /bin/csh -f -c "glob \$1"
3638 name=\`$expr x\$1 : '..\([^/]*\)'\`
3639 dir=\`$sed -n -e "/^\${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'\$'"/\1/" -e p -e q -e '}' </etc/passwd\`
3640 if $test ! -d "\$dir"; then
3642 echo "\$me: can't locate home directory for: \$name" >&2
3647 echo \$dir/\`$expr x\$1 : '..[^/]*/\(.*\)'\`
3663 : now set up to get a file name
3667 cat <<'EOSC' >>getfile
3683 expr $fn : '.*(\(.*\)).*' | $tr ',' $trnl >getfile.ok
3684 fn=`echo $fn | sed 's/(.*)//'`
3690 loc_file=`expr $fn : '.*:\(.*\)'`
3691 fn=`expr $fn : '\(.*\):.*'`
3699 */*) fullpath=true;;
3708 *e*) exp_file=true;;
3711 *p*) nopath_ok=true;;
3716 *d*) type='Directory';;
3717 *l*) type='Locate';;
3722 Locate) what='File';;
3727 case "$d_portable" in
3735 while test "$type"; do
3740 true) rp="$rp (~name ok)";;
3743 if test -f UU/getfile.ok && \
3744 $contains "^$ans\$" UU/getfile.ok >/dev/null 2>&1
3763 value=`UU/filexp $ans`
3766 if test "$ans" != "$value"; then
3767 echo "(That expands to $value on this system.)"
3781 /*) value="$ansexp" ;;
3782 [a-zA-Z]:/*) value="$ansexp" ;;
3787 echo "I shall only accept a full path name, as in /bin/ls." >&4
3788 echo "Use a ! shell escape if you wish to check pathnames." >&4
3791 echo "Please give a full path name, starting with slash." >&4
3794 echo "Note that using ~name is ok provided it expands well." >&4
3807 for fp in $gfpth; do
3808 if test "X$fp" = X.; then
3813 if test -f "$pf"; then
3815 elif test -r "$pf" || (test -h "$pf") >/dev/null 2>&1
3817 echo "($value is not a plain file, but that's ok.)"
3820 if test X"$type" = X; then
3827 for fp in $gfpth; do
3828 if test "X$fp" = X.; then
3833 direxp="$fp/$ansexp"
3835 if test -d "$direxp"; then
3843 if test -d "$ansexp"; then
3844 echo "(Looking for $loc_file in directory $value.)"
3845 value="$value/$loc_file"
3846 ansexp="$ansexp/$loc_file"
3848 if test -f "$ansexp"; then
3851 case "$nopath_ok" in
3852 true) case "$value" in
3854 *) echo "Assuming $value will be in people's path."
3870 if test "$fastread" = yes; then
3875 rp="$what $value doesn't exist. Use that name anyway?"
3894 test "X$gfpthkeep" != Xy && gfpth=""
3897 : What should the include directory be ?
3899 $echo $n "Hmm... $c"
3903 if $test -f /bin/mips && /bin/mips; then
3904 echo "Looks like a MIPS system..."
3905 $cat >usr.c <<'EOCP'
3906 #ifdef SYSTYPE_BSD43
3910 if cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then
3911 dflt='/bsd43/usr/include'
3915 mips_type='System V'
3917 $rm -f usr.c usr.out
3918 echo "and you're compiling with the $mips_type compiler and libraries."
3922 echo "Doesn't look like a MIPS system."
3932 case "$xxx_prompt" in
3935 rp='Where are the include files you want to use?'
3943 : see how we invoke the C preprocessor
3945 echo "Now, how can we feed standard input to your C preprocessor..." >&4
3946 cat <<'EOT' >testcpp.c
3952 if test ! -f cppstdin; then
3953 if test "X$osname" = "Xaix" -a "X$gccversion" = X; then
3954 # AIX cc -E doesn't show the absolute headerfile
3955 # locations but we'll cheat by using the -M flag.
3956 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
3958 echo 'cat >.$$.c; '"$cc"' -E ${1+"$@"} .$$.c; rm .$$.c' >cppstdin
3961 echo "Keeping your $hint cppstdin wrapper."
3964 wrapper=`pwd`/cppstdin
3968 if $test "X$cppstdin" != "X" && \
3969 $cppstdin $cppminus <testcpp.c >testcpp.out 2>&1 && \
3970 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3972 echo "You used to use $cppstdin $cppminus so we'll use that again."
3974 '') echo "But let's see if we can live without a wrapper..." ;;
3976 if $cpprun $cpplast <testcpp.c >testcpp.out 2>&1 && \
3977 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
3979 echo "(And we'll use $cpprun $cpplast to preprocess directly.)"
3982 echo "(However, $cpprun $cpplast does not work, let's see...)"
3990 echo "Good old $cppstdin $cppminus does not seem to be of any help..."
3997 elif echo 'Maybe "'"$cc"' -E" will work...'; \
3998 $cc -E <testcpp.c >testcpp.out 2>&1; \
3999 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4000 echo "Yup, it does."
4003 elif echo 'Nope...maybe "'"$cc"' -E -" will work...'; \
4004 $cc -E - <testcpp.c >testcpp.out 2>&1; \
4005 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4006 echo "Yup, it does."
4009 elif echo 'Nope...maybe "'"$cc"' -P" will work...'; \
4010 $cc -P <testcpp.c >testcpp.out 2>&1; \
4011 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4012 echo "Yipee, that works!"
4015 elif echo 'Nope...maybe "'"$cc"' -P -" will work...'; \
4016 $cc -P - <testcpp.c >testcpp.out 2>&1; \
4017 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4018 echo "At long last!"
4021 elif echo 'No such luck, maybe "'$cpp'" will work...'; \
4022 $cpp <testcpp.c >testcpp.out 2>&1; \
4023 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4027 elif echo 'Nixed again...maybe "'$cpp' -" will work...'; \
4028 $cpp - <testcpp.c >testcpp.out 2>&1; \
4029 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4030 echo "Hooray, it works! I was beginning to wonder."
4033 elif echo 'Uh-uh. Time to get fancy. Trying a wrapper...'; \
4034 $wrapper <testcpp.c >testcpp.out 2>&1; \
4035 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4041 rp="No dice. I can't find a C preprocessor. Name one:"
4045 $x_cpp <testcpp.c >testcpp.out 2>&1
4046 if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
4047 echo "OK, that will do." >&4
4049 echo "Sorry, I can't get that to work. Go find one and rerun Configure." >&4
4064 echo "Perhaps can we force $cc -E using a wrapper..."
4065 if $wrapper <testcpp.c >testcpp.out 2>&1; \
4066 $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1
4072 echo "Nope, we'll have to live without it..."
4086 "$wrapper"|'cppstdin') ;;
4087 *) $rm -f $wrapper;;
4089 $rm -f testcpp.c testcpp.out
4091 : Set private lib path
4094 plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib"
4099 '') dlist="$loclibpth $plibpth $glibpth";;
4100 *) dlist="$libpth";;
4103 : Now check and see which directories actually exist, avoiding duplicates
4107 if $test -d $xxx; then
4110 *) libpth="$libpth $xxx";;
4116 Some systems have incompatible or broken versions of libraries. Among
4117 the directories listed in the question below, please remove any you
4118 know not to be holding relevant libraries, and add any that are needed.
4119 Say "none" for none.
4130 rp="Directories to use for library searches?"
4137 : compute shared library extension
4140 if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
4150 On some systems, shared libraries may be available. Answer 'none' if
4151 you want to suppress searching of shared libraries for the remainder
4152 of this configuration.
4155 rp='What is the file extension used for shared libraries?'
4159 : Define several unixisms.
4160 : Hints files or command line option can be used to override them.
4161 : The convoluted testing is in case hints files set either the old
4164 '') case "$exe_ext" in
4166 *) _exe="$exe_ext" ;;
4171 '') case "$lib_ext" in
4178 '') case "$obj_ext" in
4185 '') case "$path_sep" in
4196 : Which makefile gets called first. This is used by make depend.
4197 case "$firstmakefile" in
4198 '') firstmakefile='makefile';;
4202 $define|true|[yY]*) dflt='y';;
4207 Perl can be built to use the SOCKS proxy protocol library. To do so,
4208 Configure must be run with -Dusesocks. If you use SOCKS you also need
4209 to use the PerlIO abstraction layer, this will be implicitly selected.
4211 If this doesn't make any sense to you, just accept the default '$dflt'.
4213 rp='Build Perl for SOCKS?'
4216 y|Y) val="$define" ;;
4223 $define|true|[yY]*) useperlio="$define";;
4226 : Looking for optional libraries
4228 echo "Checking for optional libraries..." >&4
4233 case "$libswanted" in
4234 '') libswanted='c_s';;
4237 "$define") libswanted="$libswanted socks5 socks5_sh" ;;
4243 for thisdir in $libpth $xlibpth; do
4244 test -d $thisdir && libspath="$libspath $thisdir"
4246 for thislib in $libswanted; do
4247 for thisdir in $libspath; do
4249 if $test ! -f "$xxx" -a "X$ignore_versioned_solibs" = "X"; then
4250 xxx=`ls $thisdir/lib$thislib.$so.[0-9] 2>/dev/null|tail -1`
4251 $test -f "$xxx" && eval $libscheck
4252 $test -f "$xxx" && libstyle=shared
4254 if test ! -f "$xxx"; then
4255 xxx=$thisdir/lib$thislib.$so
4256 $test -f "$xxx" && eval $libscheck
4257 $test -f "$xxx" && libstyle=shared
4259 if test ! -f "$xxx"; then
4260 xxx=$thisdir/lib$thislib$_a
4261 $test -f "$xxx" && eval $libscheck
4262 $test -f "$xxx" && libstyle=static
4264 if test ! -f "$xxx"; then
4265 xxx=$thisdir/$thislib$_a
4266 $test -f "$xxx" && eval $libscheck
4267 $test -f "$xxx" && libstyle=static
4269 if test ! -f "$xxx"; then
4270 xxx=$thisdir/lib${thislib}_s$_a
4271 $test -f "$xxx" && eval $libscheck
4272 $test -f "$xxx" && libstyle=static
4273 $test -f "$xxx" && thislib=${thislib}_s
4275 if test ! -f "$xxx"; then
4276 xxx=$thisdir/Slib$thislib$_a
4277 $test -f "$xxx" && eval $libscheck
4278 $test -f "$xxx" && libstyle=static
4280 if $test -f "$xxx"; then
4282 shared) echo "Found -l$thislib (shared)." ;;
4283 static) echo "Found -l$thislib." ;;
4284 *) echo "Found -l$thislib ($libstyle)." ;;
4288 *) dflt="$dflt -l$thislib"
4289 libsfound="$libsfound $xxx"
4291 libsfiles="$libsfiles $yyy"
4292 yyy=`echo $xxx|$sed -e "s%/$yyy\\$%%"`
4293 case " $libsdirs " in
4295 *) libsdirs="$libsdirs $yyy" ;;
4302 if $test ! -f "$xxx"; then
4303 echo "No -l$thislib."
4314 ' '|'') dflt='none';;
4319 In order to compile $package on your machine, a number of libraries
4320 are usually needed. Include any other special libraries here as well.
4321 Say "none" for none. The default list is almost always right.
4325 rp="What libraries to use?"
4332 : determine optimization, if desired, or use for debug flag also
4334 ' '|$undef) dflt='none';;
4336 *) dflt="$optimize";;
4340 By default, $package compiles with the -O flag to use the optimizer.
4341 Alternately, you might want to use the symbolic debugger, which uses
4342 the -g flag (on traditional Unix systems). Either flag can be
4343 specified here. To use neither flag, specify the word "none".
4346 rp="What optimizer/debugger flag should be used?"
4350 'none') optimize=" ";;
4354 : We will not override a previous value, but we might want to
4355 : augment a hint file
4357 default|recommended)
4358 case "$gccversion" in
4359 1*) dflt='-fpcc-struct-return' ;;
4362 *-g*) dflt="$dflt -DDEBUGGING";;
4364 case "$gccversion" in
4365 2*) if test -d /etc/conf/kconfig.d &&
4366 $contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
4372 case "$gccversion" in
4376 echo "Checking if your compiler accepts -fno-strict-aliasing" 2>&1
4377 echo 'int main(void) { return 0; }' > gcctest.c
4378 if $cc -O2 -fno-strict-aliasing -o gcctest gcctest.c; then
4379 echo "Yes, it does." 2>&1
4382 echo "Leaving current flags $ccflags alone." 2>&1
4384 *) dflt="$dflt -fno-strict-aliasing" ;;
4387 echo "Nope, it doesn't, but that's ok." 2>&1
4394 case "$mips_type" in
4395 *BSD*|'') inclwanted="$locincpth $usrinc";;
4396 *) inclwanted="$locincpth $inclwanted $usrinc/bsd";;
4398 for thisincl in $inclwanted; do
4399 if $test -d $thisincl; then
4400 if $test x$thisincl != x$usrinc; then
4402 *" -I$thisincl "*);;
4403 *) dflt="$dflt -I$thisincl ";;
4409 inctest='if $contains $2 $usrinc/$1 >/dev/null 2>&1; then
4411 elif $contains $2 $usrinc/sys/$1 >/dev/null 2>&1; then
4419 *) dflt="$dflt -D$2";;
4423 set signal.h LANGUAGE_C; eval $inctest
4427 ccflags="$ccflags -DSOCKS"
4432 default|recommended) dflt="$ccflags $dflt" ;;
4433 *) dflt="$ccflags";;
4442 Your C compiler may want other flags. For this question you should include
4443 -I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
4444 but you should NOT include libraries or ld flags like -lwhatever. If you
4445 want $package to honor its debug switch, you should include -DDEBUGGING here.
4446 Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
4448 To use no flags, specify the word "none".
4454 rp="Any additional cc flags?"
4461 : the following weeds options from ccflags that are of no interest to cpp
4463 '') cppflags="$ccflags" ;;
4464 *) cppflags="$cppflags $ccflags" ;;
4466 case "$gccversion" in
4467 1*) cppflags="$cppflags -D__GNUC__"
4469 case "$mips_type" in
4471 *BSD*) cppflags="$cppflags -DSYSTYPE_BSD43";;
4477 echo "Let me guess what the preprocessor flags are..." >&4
4491 *) ftry="$previous $flag";;
4493 if $cppstdin -DLFRULB=bar $cppflags $ftry $cppminus <cpp.c \
4494 >cpp1.out 2>/dev/null && \
4495 $cpprun -DLFRULB=bar $cppflags $ftry $cpplast <cpp.c \
4496 >cpp2.out 2>/dev/null && \
4497 $contains 'foo.*xx.*bar' cpp1.out >/dev/null 2>&1 && \
4498 $contains 'foo.*xx.*bar' cpp2.out >/dev/null 2>&1
4500 cppflags="$cppflags $ftry"
4510 *-*) echo "They appear to be: $cppflags";;
4512 $rm -f cpp.c cpp?.out
4516 : flags used in final linking phase
4518 '') if ./venix; then
4524 *-posix*) dflt="$dflt -posix" ;;
4527 *) dflt="$ldflags";;
4530 : Try to guess additional flags to pick up local libraries.
4531 for thislibdir in $libpth; do
4532 case " $loclibpth " in
4535 *"-L$thislibdir "*) ;;
4536 *) dflt="$dflt -L$thislibdir" ;;
4548 Your C linker may need flags. For this question you should
4549 include -L/whatever and any other flags used by the C linker, but you
4550 should NOT include libraries like -lwhatever.
4552 Make sure you include the appropriate -L/path flags if your C linker
4553 does not normally search all of the directories you specified above,
4556 To use no flags, specify the word "none".
4560 rp="Any additional ld flags (NOT including libraries)?"
4566 rmlist="$rmlist pdp11"
4570 echo "Checking your choice of C compiler and flags for coherency..." >&4
4571 $cat > try.c <<'EOF'
4573 int main() { printf("Ok\n"); exit(0); }
4575 set X $cc -o try $optimize $ccflags $ldflags try.c $libs
4577 $cat >try.msg <<'EOM'
4578 I've tried to compile and run the following simple program:
4581 $cat try.c >> try.msg
4583 $cat >> try.msg <<EOM
4590 and I got the following output:
4594 if $sh -c "$cc -o try $optimize $ccflags $ldflags try.c $libs" >>try.msg 2>&1; then
4595 if $sh -c "$run ./try" >>try.msg 2>&1; then
4599 *) echo 'The program compiled OK, but produced no output.' >> try.msg
4602 cat >> try.msg <<'EOQS'
4603 If $libs contains -lsfio, and sfio is mis-configured, then it
4604 sometimes (apparently) runs and exits with a 0 status, but with no
4605 output! It may have to do with sfio's use of _exit vs. exit.
4608 rp="You have a big problem. Shall I abort Configure"
4615 echo "The program compiled OK, but exited with status $?." >>try.msg
4616 rp="You have a problem. Shall I abort Configure"
4620 echo "I can't compile the test program." >>try.msg
4621 rp="You have a BIG problem. Shall I abort Configure"
4627 case "$knowitall" in
4629 echo "(The supplied flags or libraries might be incorrect.)"
4637 *) echo "Ok. Stopping Configure." >&4
4642 n) echo "OK, that should do.";;
4644 $rm -f try try.* core
4646 : define a shorthand compile call
4650 $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs > /dev/null 2>&1;'
4651 : define a shorthand compile call for compilations that should be ok.
4655 $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs;'
4657 : check for lengths of integral types
4661 echo "Checking to see how big your integers are..." >&4
4662 $cat >try.c <<'EOCP'
4666 printf("intsize=%d;\n", (int)sizeof(int));
4667 printf("longsize=%d;\n", (int)sizeof(long));
4668 printf("shortsize=%d;\n", (int)sizeof(short));
4673 if eval $compile_ok && $run ./try > /dev/null; then
4675 echo "Your integers are $intsize bytes long."
4676 echo "Your long integers are $longsize bytes long."
4677 echo "Your short integers are $shortsize bytes long."
4681 Help! I can't compile and run the intsize test program: please enlighten me!
4682 (This is probably a misconfiguration in your system or libraries, and
4683 you really ought to fix it. Still, I'll try anyway.)
4687 rp="What is the size of an integer (in bytes)?"
4691 rp="What is the size of a long integer (in bytes)?"
4695 rp="What is the size of a short integer (in bytes)?"
4703 : check for void type
4705 echo "Checking to see how well your C compiler groks the void type..." >&4
4706 case "$voidflags" in
4708 $cat >try.c <<'EOCP'
4714 extern void moo(); /* function returning void */
4715 void (*goo)(); /* ptr to func returning void */
4717 void *hue; /* generic ptr */
4730 int main() { sub(); }
4732 if $cc $ccflags -c -DTRY=$defvoidused try.c >.out 2>&1 ; then
4733 voidflags=$defvoidused
4734 echo "Good. It appears to support void to the level $package wants.">&4
4735 if $contains warning .out >/dev/null 2>&1; then
4736 echo "However, you might get some warnings that look like this:"
4740 echo "Hmm, your compiler has some difficulty with void. Checking further..." >&4
4741 if $cc $ccflags -c -DTRY=1 try.c >/dev/null 2>&1; then
4742 echo "It supports 1..."
4743 if $cc $ccflags -c -DTRY=3 try.c >/dev/null 2>&1; then
4744 echo "It also supports 2..."
4745 if $cc $ccflags -c -DTRY=7 try.c >/dev/null 2>&1; then
4747 echo "And it supports 4 but not 8 definitely."
4749 echo "It doesn't support 4..."
4750 if $cc $ccflags -c -DTRY=11 try.c >/dev/null 2>&1; then
4752 echo "But it supports 8."
4755 echo "Neither does it support 8."
4759 echo "It does not support 2..."
4760 if $cc $ccflags -c -DTRY=13 try.c >/dev/null 2>&1; then
4762 echo "But it supports 4 and 8."
4764 if $cc $ccflags -c -DTRY=5 try.c >/dev/null 2>&1; then
4766 echo "And it supports 4 but has not heard about 8."
4768 echo "However it supports 8 but not 4."
4773 echo "There is no support at all for void."
4778 case "$voidflags" in
4781 Support flag bits are:
4782 1: basic void declarations.
4783 2: arrays of pointers to functions returning void.
4784 4: operations between pointers to and addresses of void functions.
4785 8: generic void pointers.
4788 rp="Your void support flags add up to what?"
4795 : check for length of pointer
4799 echo "Checking to see how big your pointers are..." >&4
4800 if test "$voidflags" -gt 7; then
4801 echo '#define VOID_PTR char *' > try.c
4803 echo '#define VOID_PTR void *' > try.c
4805 $cat >>try.c <<'EOCP'
4809 printf("%d\n", (int)sizeof(VOID_PTR));
4814 if eval $compile_ok; then
4815 ptrsize=`$run ./try`
4816 echo "Your pointers are $ptrsize bytes long."
4819 echo "(I can't seem to compile the test program. Guessing...)" >&4
4820 rp="What is the size of a pointer (in bytes)?"
4828 : check for long long
4830 echo "Checking to see if you have long long..." >&4
4831 echo 'int main() { long long x = 7; return 0; }' > try.c
4833 if eval $compile; then
4835 echo "You have long long."
4838 echo "You do not have long long."
4844 : check for length of long long
4845 case "${d_longlong}${longlongsize}" in
4848 echo "Checking to see how big your long longs are..." >&4
4849 $cat >try.c <<'EOCP'
4853 printf("%d\n", (int)sizeof(long long));
4858 if eval $compile_ok; then
4859 longlongsize=`$run ./try`
4860 echo "Your long longs are $longlongsize bytes long."
4864 echo "(I can't seem to compile the test program. Guessing...)"
4865 rp="What is the size of a long long (in bytes)?"
4869 if $test "X$longsize" = "X$longlongsize"; then
4870 echo "(That isn't any different from an ordinary long.)"
4876 : determine filename position in cpp output
4878 echo "Computing filename position in cpp output for #include directives..." >&4
4880 vos) testaccess=-e ;;
4883 echo '#include <stdio.h>' > foo.c
4886 $cppstdin $cppflags $cppminus <foo.c 2>/dev/null | \
4887 $grep '^[ ]*#.*stdio\.h' | \
4888 while read cline; do
4891 while $test \$# -gt 0; do
4892 if $test $testaccess \`echo \$1 | $tr -d '"'\`; then
4897 pos=\`expr \$pos + 1\`
4909 *) pos="${fieldn}th";;
4911 echo "Your cpp writes the filename in the $pos field of the line."
4914 vos) cppfilter="tr '\\\\>' '/' |" ;; # path component separator is >
4917 : locate header file
4922 for usrincdir in $usrinc
4924 if test -f \$usrincdir/\$wanted; then
4925 echo "\$usrincdir/\$wanted"
4929 awkprg='{ print \$$fieldn }'
4930 echo "#include <\$wanted>" > foo\$\$.c
4931 $cppstdin $cppminus $cppflags < foo\$\$.c 2>/dev/null | \
4932 $cppfilter $grep "^[ ]*#.*\$wanted" | \
4933 while read cline; do
4934 name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\`
4936 *[/\\\\]\$wanted) echo "\$name"; exit 1;;
4937 *[\\\\/]\$wanted) echo "\$name"; exit 1;;
4942 # status = 0: grep returned 0 lines, case statement not executed
4943 # status = 1: headerfile found
4944 # status = 2: while loop executed, no headerfile found
4948 if test \$status -eq 1; then
4955 : define an alternate in-header-list? function
4956 inhdr='echo " "; td=$define; tu=$undef; yyy=$@;
4957 cont=true; xxf="echo \"<\$1> found.\" >&4";
4958 case $# in 2) xxnf="echo \"<\$1> NOT found.\" >&4";;
4959 *) xxnf="echo \"<\$1> NOT found, ...\" >&4";;
4961 case $# in 4) instead=instead;; *) instead="at last";; esac;
4962 while $test "$cont"; do
4964 var=$2; eval "was=\$$2";
4965 if $test "$xxx" && $test -r "$xxx";
4967 eval "case \"\$$var\" in $undef) . ./whoa; esac"; eval "$var=\$td";
4970 eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu"; fi;
4971 set $yyy; shift; shift; yyy=$@;
4972 case $# in 0) cont="";;
4973 2) xxf="echo \"but I found <\$1> $instead.\" >&4";
4974 xxnf="echo \"and I did not find <\$1> either.\" >&4";;
4975 *) xxf="echo \"but I found <\$1\> instead.\" >&4";
4976 xxnf="echo \"there is no <\$1>, ...\" >&4";;
4980 do set $yyy; var=$2; eval "was=\$$2";
4981 eval "case \"\$$var\" in $define) . ./whoa; esac"; eval "$var=\$tu";
4982 set $yyy; shift; shift; yyy=$@;
4985 : see if inttypes.h is available
4986 : we want a real compile instead of Inhdr because some systems
4987 : have an inttypes.h which includes non-existent headers
4990 #include <inttypes.h>
4992 static int32_t foo32 = 0x12345678;
4996 if eval $compile; then
4997 echo "<inttypes.h> found." >&4
5000 echo "<inttypes.h> NOT found." >&4
5009 echo "Checking to see if you have int64_t..." >&4
5011 #include <sys/types.h>
5012 #$i_inttypes I_INTTYPES
5014 #include <inttypes.h>
5016 int main() { int64_t x = 7; }
5019 if eval $compile; then
5021 echo "You have int64_t."
5024 echo "You do not have int64_t."
5032 echo "Checking which 64-bit integer type we could use..." >&4
5038 val='"unsigned int"'
5043 *) case "$longsize" in
5047 val='"unsigned long"'
5052 *) case "$d_longlong:$longlongsize" in
5057 val='"unsigned long long"'
5062 *) case "$d_int64_t" in
5081 '') echo "Alas, no 64-bit integer types in sight." >&4
5084 *) echo "We could use '$quadtype' for 64-bit integers." >&4
5090 case "$uselonglong" in
5091 "$define"|true|[yY]*)
5094 *** Configure -Duselonglong is deprecated, using -Duse64bitint instead.
5096 use64bitint="$define"
5099 case "$use64bits" in
5100 "$define"|true|[yY]*)
5103 *** Configure -Duse64bits is deprecated, using -Duse64bitint instead.
5105 use64bitint="$define"
5108 case "$use64bitints" in
5109 "$define"|true|[yY]*)
5112 *** There is no Configure -Duse64bitints, using -Duse64bitint instead.
5114 use64bitint="$define"
5117 case "$use64bitsint" in
5118 "$define"|true|[yY]*)
5121 *** There is no Configure -Duse64bitsint, using -Duse64bitint instead.
5123 use64bitint="$define"
5126 case "$uselonglongs" in
5127 "$define"|true|[yY]*)
5130 *** There is no Configure -Duselonglongs, using -Duse64bitint instead.
5132 use64bitint="$define"
5135 case "$use64bitsall" in
5136 "$define"|true|[yY]*)
5139 *** There is no Configure -Duse64bitsall, using -Duse64bitall instead.
5141 use64bitall="$define"
5146 *-DUSE_LONG_LONG*|*-DUSE_64_BIT_INT*|*-DUSE_64_BIT_ALL*) use64bitint="$define";;
5148 case "$use64bitall" in
5149 "$define"|true|[yY]*) use64bitint="$define" ;;
5155 You have natively 64-bit long integers.
5159 *) case "$use64bitint" in
5160 "$define"|true|[yY]*) dflt='y';;
5169 Perl can be built to take advantage of 64-bit integer types
5170 on some systems. To do so, Configure can be run with -Duse64bitint.
5171 Choosing this option will most probably introduce binary incompatibilities.
5173 If this doesn't make any sense to you, just accept the default '$dflt'.
5174 (The default has been chosen based on your configuration.)
5176 rp='Try to use 64-bit integers, if available?'
5179 [yY]*) val="$define" ;;
5187 case "$use64bitall" in
5188 "$define"|true|[yY]*) dflt='y' ;;
5189 *) case "$longsize" in
5197 You may also choose to try maximal 64-bitness. It means using as much
5198 64-bitness as possible on the platform. This in turn means even more
5199 binary incompatibilities. On the other hand, your platform may not
5200 have any more 64-bitness available than what you already have chosen.
5202 If this doesn't make any sense to you, just accept the default '$dflt'.
5203 (The default has been chosen based on your configuration.)
5205 rp='Try to use maximal 64-bit support, if available?'
5208 [yY]*) val="$define" ;;
5213 case "$use64bitall" in
5215 case "$use64bitint" in
5219 Since you have chosen a maximally 64-bit build, I'm also turning on
5220 the use of 64-bit integers.
5222 use64bitint="$define" ;;
5227 case "$use64bitall" in
5228 "$define"|true|[yY]*)
5232 *** You have chosen a maximally 64-bit build, but your pointers
5233 *** are only 4 bytes wide, disabling maximal 64-bitness.
5236 use64bitall="$undef"
5237 case "$use64bitint" in
5238 "$define"|true|[yY]*) ;;
5241 *** Downgrading from maximal 64-bitness to using 64-bit integers.
5244 use64bitint="$define"
5252 case "$use64bitint" in
5253 "$define"|true|[yY]*)
5254 : Look for a hint-file generated 'call-back-unit'. If the
5255 : user has specified that a 64-bit perl is to be built,
5256 : we may need to set or change some other defaults.
5257 if $test -f use64bitint.cbu; then
5258 echo "Your platform has some specific hints for 64-bit integers, using them..."
5262 4) case "$archname64" in
5263 '') archname64=64int ;;
5270 case "$use64bitall" in
5271 "$define"|true|[yY]*)
5272 : Look for a hint-file generated 'call-back-unit'. If the
5273 : user has specified that a maximally 64-bit perl is to be built,
5274 : we may need to set or change some other defaults.
5275 if $test -f use64bitall.cbu; then
5276 echo "Your platform has some specific hints for 64-bit builds, using them..."
5280 4) case "$archname64" in
5281 ''|64int) archname64=64all ;;
5289 echo "Checking for GNU C Library..." >&4
5302 if eval $compile_ok && $run ./try; then
5304 echo "You are using the GNU C Library"
5307 echo "You are not using the GNU C Library"
5313 : see if nm is to be used to determine whether a symbol is defined or not
5317 case "$d_gnulibc" in
5320 echo "nm probably won't work on the GNU C Library." >&4
5326 if $test "$osname" = aix -a ! -f /lib/syscalls.exp; then
5328 echo "Whoops! This is an AIX system without /lib/syscalls.exp!" >&4
5329 echo "'nm' won't be sufficient on this sytem." >&4
5335 '') dflt=`$egrep 'inlibc|csym' $rsrc/Configure | wc -l 2>/dev/null`
5336 if $test $dflt -gt 20; then
5346 true|$define) dflt=y;;
5353 I can use $nm to extract the symbols from your C libraries. This
5354 is a time consuming task which may generate huge output on the disk (up
5355 to 3 megabytes) but that should make the symbols extraction faster. The
5356 alternative is to skip the 'nm' extraction part and to compile a small
5357 test program instead to determine whether each symbol is present. If
5358 you have a fast C compiler and/or if your 'nm' output cannot be parsed,
5359 this may be the best solution.
5361 You probably shouldn't let me use 'nm' if you are using the GNU C Library.
5364 rp="Shall I use $nm to extract C symbols from the libraries?"
5367 [Nn]*) usenm=false;;
5376 : nm options which may be necessary
5378 '') if $test -f /mach_boot; then
5380 elif $test -d /usr/ccs/lib; then
5381 nm_opt='-p' # Solaris (and SunOS?)
5382 elif $test -f /dgux; then
5384 elif $test -f /lib64/rld; then
5385 nm_opt='-p' # 64-bit Irix
5391 : nm options which may be necessary for shared libraries but illegal
5392 : for archive libraries. Thank you, Linux.
5393 case "$nm_so_opt" in
5394 '') case "$myuname" in
5396 if $nm --help | $grep 'dynamic' > /dev/null 2>&1; then
5397 nm_so_opt='--dynamic'
5406 : get list of predefined functions in a handy place
5411 *-lc_s*) libc=`./loc libc_s$_a $libc $libpth`
5417 *) for thislib in $libs; do
5420 : Handle C library specially below.
5423 thislib=`echo $thislib | $sed -e 's/^-l//'`
5424 if try=`./loc lib$thislib.$so.'*' X $libpth`; $test -f "$try"; then
5426 elif try=`./loc lib$thislib.$so X $libpth`; $test -f "$try"; then
5428 elif try=`./loc lib$thislib$_a X $libpth`; $test -f "$try"; then
5430 elif try=`./loc $thislib$_a X $libpth`; $test -f "$try"; then
5432 elif try=`./loc lib$thislib X $libpth`; $test -f "$try"; then
5434 elif try=`./loc $thislib X $libpth`; $test -f "$try"; then
5436 elif try=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$try"; then
5441 libnames="$libnames $try"
5443 *) libnames="$libnames $thislib" ;;
5452 for xxx in $libpth; do
5453 $test -r $1 || set $xxx/libc.$so
5454 : The messy sed command sorts on library version numbers.
5456 set `echo blurfl; echo $xxx/libc.$so.[0-9]* | \
5457 tr ' ' $trnl | egrep -v '\.[A-Za-z]*$' | $sed -e '
5459 s/[0-9][0-9]*/0000&/g
5460 s/0*\([0-9][0-9][0-9][0-9][0-9]\)/\1/g
5463 $sort | $sed -e 's/^.* //'`
5466 $test -r $1 || set /usr/ccs/lib/libc.$so
5467 $test -r $1 || set /lib/libsys_s$_a
5473 if $test -r "$1"; then
5474 echo "Your (shared) C library seems to be in $1."
5476 elif $test -r /lib/libc && $test -r /lib/clib; then
5477 echo "Your C library seems to be in both /lib/clib and /lib/libc."
5479 libc='/lib/clib /lib/libc'
5480 if $test -r /lib/syslib; then
5481 echo "(Your math library is in /lib/syslib.)"
5482 libc="$libc /lib/syslib"
5484 elif $test -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
5485 echo "Your C library seems to be in $libc, as you said before."
5486 elif $test -r $incpath/usr/lib/libc$_a; then
5487 libc=$incpath/usr/lib/libc$_a;
5488 echo "Your C library seems to be in $libc. That's fine."
5489 elif $test -r /lib/libc$_a; then
5491 echo "Your C library seems to be in $libc. You're normal."
5493 if tans=`./loc libc$_a blurfl/dyick $libpth`; $test -r "$tans"; then
5495 elif tans=`./loc libc blurfl/dyick $libpth`; $test -r "$tans"; then
5496 libnames="$libnames "`./loc clib blurfl/dyick $libpth`
5497 elif tans=`./loc clib blurfl/dyick $libpth`; $test -r "$tans"; then
5499 elif tans=`./loc Slibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
5501 elif tans=`./loc Mlibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
5504 tans=`./loc Llibc$_a blurfl/dyick $xlibpth`
5506 if $test -r "$tans"; then
5507 echo "Your C library seems to be in $tans, of all places."
5513 if $test $xxx = apollo -o -r "$libc" || (test -h "$libc") >/dev/null 2>&1; then
5517 If the guess above is wrong (which it might be if you're using a strange
5518 compiler, or your machine supports multiple models), you can override it here.
5523 echo $libpth | $tr ' ' $trnl | $sort | $uniq > libpath
5525 I can't seem to find your C library. I've looked in the following places:
5528 $sed 's/^/ /' libpath
5531 None of these seems to contain your C library. I need to get its name...
5536 rp='Where is your C library?'
5541 echo $libc $libnames | $tr ' ' $trnl | $sort | $uniq > libnames
5542 set X `cat libnames`
5545 case $# in 1) xxx=file; esac
5546 echo "Extracting names from the following $xxx for later perusal:" >&4
5548 $sed 's/^/ /' libnames >&4
5550 $echo $n "This may take a while...$c" >&4
5554 *$so*) $nm $nm_so_opt $nm_opt $file 2>/dev/null;;
5555 *) $nm $nm_opt $file 2>/dev/null;;
5560 $grep fprintf libc.tmp > libc.ptf
5561 xscan='eval "<libc.ptf $com >libc.list"; $echo $n ".$c" >&4'
5562 xrun='eval "<libc.tmp $com >libc.list"; echo "done" >&4'
5564 if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx *_[_.]*//p' -e 's/^.* $xxx *//p'";\
5566 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5568 elif com="$sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p'";\
5570 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5572 elif com="$sed -n -e '/|UNDEF/d' -e '/FUNC..GL/s/^.*|__*//p'";\
5574 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5576 elif com="$sed -n -e 's/^.* D __*//p' -e 's/^.* D //p'";\
5578 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5580 elif com="$sed -n -e 's/^_//' -e 's/^\([a-zA-Z_0-9]*\).*xtern.*text.*/\1/p'";\
5582 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5584 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p'";\
5586 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5588 elif com="$grep '|' | $sed -n -e '/|COMMON/d' -e '/|DATA/d' \
5589 -e '/ file/d' -e 's/^\([^ ]*\).*/\1/p'";\
5591 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5593 elif com="$sed -n -e 's/^.*|FUNC |GLOB .*|//p' -e 's/^.*|FUNC |WEAK .*|//p'";\
5595 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5597 elif com="$sed -n -e 's/^__//' -e '/|Undef/d' -e '/|Proc/s/ .*//p'";\
5599 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5601 elif com="$sed -n -e 's/^.*|Proc .*|Text *| *//p'";\
5603 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5605 elif com="$sed -n -e '/Def. Text/s/.* \([^ ]*\)\$/\1/p'";\
5607 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5609 elif com="$sed -n -e 's/^[-0-9a-f ]*_\(.*\)=.*/\1/p'";\
5611 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5613 elif com="$sed -n -e 's/.*\.text n\ \ \ \.//p'";\
5615 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5617 elif com="sed -n -e 's/^__.*//' -e 's/[ ]*D[ ]*[0-9]*.*//p'";\
5619 $contains '^fprintf$' libc.list >/dev/null 2>&1; then
5622 $nm -p $* 2>/dev/null >libc.tmp
5623 $grep fprintf libc.tmp > libc.ptf
5624 if com="$sed -n -e 's/^.* [ADTSIW] *_[_.]*//p' -e 's/^.* [ADTSIW] //p'";\
5625 eval $xscan; $contains '^fprintf$' libc.list >/dev/null 2>&1
5631 echo "$nm didn't seem to work right. Trying $ar instead..." >&4
5633 if $ar t $libc > libc.tmp && $contains '^fprintf$' libc.tmp >/dev/null 2>&1; then
5634 for thisname in $libnames $libc; do
5635 $ar t $thisname >>libc.tmp
5637 $sed -e "s/\\$_o\$//" < libc.tmp > libc.list
5639 elif test "X$osname" = "Xos2" && $ar tv $libc > libc.tmp; then
5640 # Repeat libc to extract forwarders to DLL entries too
5641 for thisname in $libnames $libc; do
5642 $ar tv $thisname >>libc.tmp
5643 # Revision 50 of EMX has bug in $ar.
5644 # it will not extract forwarders to DLL entries
5645 # Use emximp which will extract exactly them.
5646 emximp -o tmp.imp $thisname \
5648 $sed -e 's/^\([_a-zA-Z0-9]*\) .*$/\1/p' \
5649 < tmp.imp >>libc.tmp
5652 $sed -e "s/\\$_o\$//" -e 's/^ \+//' < libc.tmp > libc.list
5655 echo "$ar didn't seem to work right." >&4
5656 echo "Maybe this is a Cray...trying bld instead..." >&4
5657 if bld t $libc | $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" > libc.list
5659 for thisname in $libnames; do
5661 $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" >>libc.list
5662 $ar t $thisname >>libc.tmp
5666 echo "That didn't work either. Giving up." >&4
5673 if $test -f /lib/syscalls.exp; then
5675 echo "Also extracting names from /lib/syscalls.exp for good ole AIX..." >&4
5676 $sed -n 's/^\([^ ]*\)[ ]*syscall[0-9]*[ ]*$/\1/p' /lib/syscalls.exp >>libc.list
5680 $rm -f libnames libpath
5682 : is a C symbol defined?
5685 -v) tf=libc.tmp; tc=""; tdc="";;
5686 -a) tf=libc.tmp; tc="[0]"; tdc="[]";;
5687 *) tlook="^$1\$"; tf=libc.list; tc="()"; tdc="()";;
5690 case "$reuseval-$4" in
5692 true-*) tx=no; eval "tval=\$$4"; case "$tval" in "") tx=yes;; esac;;
5698 if $contains $tlook $tf >/dev/null 2>&1;
5703 echo "int main() { extern short $1$tdc; printf(\"%hd\", $1$tc); }" > t.c;
5704 if $cc -o t $optimize $ccflags $ldflags t.c $libs >/dev/null 2>&1;
5712 $define) tval=true;;
5718 : define an is-in-libc? function
5719 inlibc='echo " "; td=$define; tu=$undef;
5720 sym=$1; var=$2; eval "was=\$$2";
5722 case "$reuseval$was" in
5732 echo "$sym() found." >&4;
5733 case "$was" in $undef) . ./whoa; esac; eval "$var=\$td";;
5735 echo "$sym() NOT found." >&4;
5736 case "$was" in $define) . ./whoa; esac; eval "$var=\$tu";;
5740 $define) echo "$sym() found." >&4;;
5741 *) echo "$sym() NOT found." >&4;;
5745 : see if sqrtl exists
5749 : check for length of double
5751 case "$doublesize" in
5753 echo "Checking to see how big your double precision numbers are..." >&4
5754 $cat >try.c <<'EOCP'
5758 printf("%d\n", (int)sizeof(double));
5763 if eval $compile_ok; then
5764 doublesize=`$run ./try`
5765 echo "Your double is $doublesize bytes long."
5768 echo "(I can't seem to compile the test program. Guessing...)"
5769 rp="What is the size of a double precision number (in bytes)?"
5777 : check for long doubles
5779 echo "Checking to see if you have long double..." >&4
5780 echo 'int main() { long double x = 7.0; }' > try.c
5782 if eval $compile; then
5784 echo "You have long double."
5787 echo "You do not have long double."
5793 : check for length of long double
5794 case "${d_longdbl}${longdblsize}" in
5797 echo "Checking to see how big your long doubles are..." >&4
5798 $cat >try.c <<'EOCP'
5802 printf("%d\n", sizeof(long double));
5807 if eval $compile; then
5808 longdblsize=`$run ./try`
5809 echo "Your long doubles are $longdblsize bytes long."
5813 echo "(I can't seem to compile the test program. Guessing...)" >&4
5814 rp="What is the size of a long double (in bytes)?"
5818 if $test "X$doublesize" = "X$longdblsize"; then
5819 echo "(That isn't any different from an ordinary double.)"
5827 if $test X"$d_longdbl" = X"$define"; then
5829 echo "Checking how to print long doubles..." >&4
5831 if $test X"$sPRIfldbl" = X -a X"$doublesize" = X"$longdblsize"; then
5832 $cat >try.c <<'EOCP'
5833 #include <sys/types.h>
5837 printf("%.3f\n", d);
5841 if eval $compile; then
5845 sPRIfldbl='"f"'; sPRIgldbl='"g"'; sPRIeldbl='"e"';
5846 sPRIFUldbl='"F"'; sPRIGUldbl='"G"'; sPRIEUldbl='"E"';
5847 echo "We will use %f."
5853 if $test X"$sPRIfldbl" = X; then
5854 $cat >try.c <<'EOCP'
5855 #include <sys/types.h>
5858 long double d = 123.456;
5859 printf("%.3Lf\n", d);
5863 if eval $compile; then
5867 sPRIfldbl='"Lf"'; sPRIgldbl='"Lg"'; sPRIeldbl='"Le"';
5868 sPRIFUldbl='"LF"'; sPRIGUldbl='"LG"'; sPRIEUldbl='"LE"';
5869 echo "We will use %Lf."
5875 if $test X"$sPRIfldbl" = X; then
5876 $cat >try.c <<'EOCP'
5877 #include <sys/types.h>
5880 long double d = 123.456;
5881 printf("%.3llf\n", d);
5885 if eval $compile; then
5889 sPRIfldbl='"llf"'; sPRIgldbl='"llg"'; sPRIeldbl='"lle"';
5890 sPRIFUldbl='"llF"'; sPRIGUldbl='"llG"'; sPRIEUldbl='"llE"';
5891 echo "We will use %llf."
5897 if $test X"$sPRIfldbl" = X; then
5898 $cat >try.c <<'EOCP'
5899 #include <sys/types.h>
5902 long double d = 123.456;
5903 printf("%.3lf\n", d);
5907 if eval $compile; then
5911 sPRIfldbl='"lf"'; sPRIgldbl='"lg"'; sPRIeldbl='"le"';
5912 sPRIFUldbl='"lF"'; sPRIGUldbl='"lG"'; sPRIEUldbl='"lE"';
5913 echo "We will use %lf."
5919 if $test X"$sPRIfldbl" = X; then
5920 echo "Cannot figure out how to print long doubles." >&4
5922 sSCNfldbl=$sPRIfldbl # expect consistency
5929 case "$sPRIfldbl" in
5930 '') d_PRIfldbl="$undef"; d_PRIgldbl="$undef"; d_PRIeldbl="$undef";
5931 d_PRIFUldbl="$undef"; d_PRIGUldbl="$undef"; d_PRIEUldbl="$undef";
5932 d_SCNfldbl="$undef";
5934 *) d_PRIfldbl="$define"; d_PRIgldbl="$define"; d_PRIeldbl="$define";
5935 d_PRIFUldbl="$define"; d_PRIGUldbl="$define"; d_PRIEUldbl="$define";
5936 d_SCNfldbl="$define";
5940 : see if modfl exists
5944 d_modfl_pow32_bug="$undef"
5946 case "$d_longdbl$d_modfl" in
5949 Checking to see whether your modfl() is okay for large values...
5955 long double nv = 4294967303.15;
5961 printf(" %"$sPRIfldbl" %"$sPRIfldbl" %"$sPRIfldbl"\n", nv, v, w);
5965 case "$osname:$gccversion" in
5966 aix:) saveccflags="$ccflags"
5967 ccflags="$ccflags -qlongdouble" ;; # to avoid core dump
5970 if eval $compile; then
5973 *" 4294967303.150000 1.150000 4294967302.000000")
5974 echo >&4 "Your modfl() is broken for large values."
5975 d_modfl_pow32_bug="$define"
5977 glibc) echo >&4 "You should upgrade your glibc to at least 2.2.2 to get a fixed modfl()."
5981 *" 4294967303.150000 0.150000 4294967303.000000")
5982 echo >&4 "Your modfl() seems okay for large values."
5984 *) echo >&4 "I don't understand your modfl() at all."
5988 $rm -f try.* try core core.try.*
5990 echo "I cannot figure out whether your modfl() is okay, assuming it isn't."
5993 case "$osname:$gccversion" in
5994 aix:) ccflags="$saveccflags" ;; # restore
6000 *-DUSE_LONG_DOUBLE*|*-DUSE_MORE_BITS*) uselongdouble="$define" ;;
6003 case "$uselongdouble" in
6004 $define|true|[yY]*) dflt='y';;
6009 Perl can be built to take advantage of long doubles which
6010 (if available) may give more accuracy and range for floating point numbers.
6012 If this doesn't make any sense to you, just accept the default '$dflt'.
6014 rp='Try to use long doubles if available?'
6017 y|Y) val="$define" ;;
6023 case "$uselongdouble" in
6024 true|[yY]*) uselongdouble="$define" ;;
6027 case "$uselongdouble" in
6029 : Look for a hint-file generated 'call-back-unit'. If the
6030 : user has specified that long doubles should be used,
6031 : we may need to set or change some other defaults.
6032 if $test -f uselongdouble.cbu; then
6033 echo "Your platform has some specific hints for long doubles, using them..."
6034 . ./uselongdouble.cbu
6037 (Your platform doesn't have any specific hints for long doubles.)
6044 case "$uselongdouble:$d_sqrtl:$d_modfl" in
6045 $define:$define:$define)
6048 $define:$define:$undef)
6049 message="I could not find modfl"
6051 $define:$undef:$define)
6052 message="I could not find sqrtl"
6054 $define:$undef:$undef)
6055 message="I found neither sqrtl nor modfl"
6059 if $test "$message" != X; then
6062 *** You requested the use of long doubles but you do not seem to have
6063 *** the mathematic functions for long doubles.
6065 *** I'm disabling the use of long doubles.
6069 uselongdouble=$undef
6072 case "$useperlio" in
6073 $define|true|[yY]*|'') dflt='y';;
6078 Previous version of $package used the standard IO mechanisms as
6079 defined in <stdio.h>. Versions 5.003_02 and later of $package allow
6080 alternate IO mechanisms via the PerlIO abstraction layer, but the
6081 stdio mechanism is still available if needed. The abstraction layer
6082 can use AT&T's sfio (if you already have sfio installed) or regular stdio.
6083 Using PerlIO with sfio may cause problems with some extension modules.
6085 If this doesn't make any sense to you, just accept the default '$dflt'.
6087 rp='Use the PerlIO abstraction layer?'
6094 echo "Ok, doing things the stdio way."
6103 case "$useperlio" in
6104 $define|true|[yY]*) ;;
6107 You are using the SOCKS proxy protocol library which means that you
6108 should also use the PerlIO layer. You may be headed for trouble.
6117 : determine the architecture name
6119 if xxx=`./loc arch blurfl $pth`; $test -f "$xxx"; then
6120 tarch=`arch`"-$osname"
6121 elif xxx=`./loc uname blurfl $pth`; $test -f "$xxx" ; then
6122 if uname -m > tmparch 2>&1 ; then
6123 tarch=`$sed -e 's/ *$//' -e 's/ /_/g' \
6124 -e 's/$/'"-$osname/" tmparch`
6132 case "$myarchname" in
6135 echo "(Your architecture name used to be $myarchname.)"
6139 case "$targetarch" in
6141 *) archname=`echo $targetarch|sed 's,^[^-]*-,,'` ;;
6146 *) dflt="$archname";;
6148 rp='What is your architecture name'
6151 case "$usethreads" in
6153 echo "Threads selected." >&4
6155 *-thread*) echo "...and architecture name already has -thread." >&4
6157 *) archname="$archname-thread"
6158 echo "...setting architecture name to $archname." >&4
6163 case "$usemultiplicity" in
6165 echo "Multiplicity selected." >&4
6167 *-multi*) echo "...and architecture name already has -multi." >&4
6169 *) archname="$archname-multi"
6170 echo "...setting architecture name to $archname." >&4
6175 case "$use64bitint$use64bitall" in
6177 case "$archname64" in
6179 echo "This architecture is naturally 64-bit, not changing architecture name." >&4
6182 case "$use64bitint" in
6183 "$define") echo "64 bit integers selected." >&4 ;;
6185 case "$use64bitall" in
6186 "$define") echo "Maximal 64 bitness selected." >&4 ;;
6189 *-$archname64*) echo "...and architecture name already has $archname64." >&4
6191 *) archname="$archname-$archname64"
6192 echo "...setting architecture name to $archname." >&4
6198 case "$uselongdouble" in
6200 echo "Long doubles selected." >&4
6201 case "$longdblsize" in
6203 echo "...but long doubles are equal to doubles, not changing architecture name." >&4
6207 *-ld*) echo "...and architecture name already has -ld." >&4
6209 *) archname="$archname-ld"
6210 echo "...setting architecture name to $archname." >&4
6217 case "$useperlio" in
6219 echo "Perlio selected." >&4
6222 echo "Perlio not selected, using stdio." >&4
6224 *-stdio*) echo "...and architecture name already has -stdio." >&4
6226 *) archname="$archname-stdio"
6227 echo "...setting architecture name to $archname." >&4
6233 : determine root of directory hierarchy where package will be installed.
6236 dflt=`./loc . /usr/local /usr/local /local /opt /usr`
6244 By default, $package will be installed in $dflt/bin, manual pages
6245 under $dflt/man, etc..., i.e. with $dflt as prefix for all
6246 installation directories. Typically this is something like /usr/local.
6247 If you wish to have binaries under /usr/bin but other parts of the
6248 installation under /usr/local, that's ok: you will be prompted
6249 separately for each of the installation directories, the prefix being
6250 only used to set the defaults.
6254 rp='Installation prefix to use?'
6262 *) oldprefix="$prefix";;
6271 *) afsroot=$afsroot ;;
6277 $define|true) afs=true ;;
6278 $undef|false) afs=false ;;
6279 *) if test -d $afsroot; then
6287 echo "AFS may be running... I'll be extra cautious then..." >&4
6289 echo "AFS does not seem to be running..." >&4
6292 : determine installation prefix for where package is to be installed.
6296 Since you are running AFS, I need to distinguish the directory in which
6297 files will reside from the directory in which they are installed (and from
6298 which they are presumably copied to the former directory by occult means).
6301 case "$installprefix" in
6302 '') dflt=`echo $prefix | sed 's#^/afs/#/afs/.#'`;;
6303 *) dflt="$installprefix";;
6308 In some special cases, particularly when building $package for distribution,
6309 it is convenient to distinguish between the directory in which files should
6310 be installed from the directory ($prefix) in which they
6311 will eventually reside. For most users, these two directories are the same.
6314 case "$installprefix" in
6316 *) dflt=$installprefix;;
6320 rp='What installation prefix should I use for installing files?'
6322 installprefix="$ans"
6323 installprefixexp="$ansexp"
6325 : set the prefixit variable, to compute a suitable default value
6326 prefixit='case "$3" in
6328 case "$oldprefix" in
6329 "") eval "$1=\"\$$2\"";;
6336 ""|" ") eval "$1=\"\$$2\"";;
6342 eval "tp=\"$oldprefix-\$$2-\""; eval "tp=\"$tp\"";
6344 --|/*--|\~*--) eval "$1=\"$prefix/$3\"";;
6345 /*-$oldprefix/*|\~*-$oldprefix/*)
6346 eval "$1=\`echo \$$2 | sed \"s,^$oldprefix,$prefix,\"\`";;
6347 *) eval "$1=\"\$$2\"";;
6351 : get the patchlevel
6353 echo "Getting the current patchlevel..." >&4
6354 if $test -r $rsrc/patchlevel.h;then
6355 revision=`awk '/define[ ]+PERL_REVISION/ {print $3}' $rsrc/patchlevel.h`
6356 patchlevel=`awk '/define[ ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
6357 subversion=`awk '/define[ ]+PERL_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
6358 api_revision=`awk '/define[ ]+PERL_API_REVISION/ {print $3}' $rsrc/patchlevel.h`
6359 api_version=`awk '/define[ ]+PERL_API_VERSION/ {print $3}' $rsrc/patchlevel.h`
6360 api_subversion=`awk '/define[ ]+PERL_API_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
6361 perl_patchlevel=`grep ',"DEVEL[0-9][0-9]*"' $rsrc/patchlevel.h|sed 's/[^0-9]//g'`
6370 $echo "(You do not have patchlevel.h. Eek.)"
6372 if $test -r $rsrc/.patch ; then
6373 if $test "`cat $rsrc/.patch`" -gt "$perl_patchlevel" ; then
6374 perl_patchlevel=`cat $rsrc/.patch`
6377 : Define a handy string here to avoid duplication in myconfig.SH and configpm.
6378 version_patchlevel_string="version $patchlevel subversion $subversion"
6379 case "$perl_patchlevel" in
6381 *) version_patchlevel_string="$version_patchlevel_string patch $perl_patchlevel" ;;
6384 $echo "(You have $package $version_patchlevel_string.)"
6388 : XXX Should be a Configure test for double-dots in filenames.
6389 version=`echo $revision $patchlevel $subversion | \
6390 $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
6391 api_versionstring=`echo $api_revision $api_version $api_subversion | \
6392 $awk '{ printf "%d_%d_%d\n", $1, $2, $3 }'`
6395 version=`echo $revision $patchlevel $subversion | \
6396 $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
6397 api_versionstring=`echo $api_revision $api_version $api_subversion | \
6398 $awk '{ printf "%d.%d.%d\n", $1, $2, $3 }'`
6401 : Special case the 5.005_xx maintenance series, which used 5.005
6402 : without any subversion label as a subdirectory in $sitelib
6403 if test "${api_revision}${api_version}${api_subversion}" = "550"; then
6404 api_versionstring='5.005'
6407 : determine installation style
6408 : For now, try to deduce it from prefix unless it is already set.
6409 : Reproduce behavior of 5.005 and earlier, maybe drop that in 5.7.
6410 case "$installstyle" in
6411 '') case "$prefix" in
6412 *perl*) dflt='lib';;
6413 *) dflt='lib/perl5' ;;
6416 *) dflt="$installstyle" ;;
6418 : Probably not worth prompting for this since we prompt for all
6419 : the directories individually, and the prompt would be too long and
6423 : determine where private library files go
6424 : Usual default is /usr/local/lib/perl5/$version.
6425 : Also allow things like /opt/perl/lib/$version, since
6426 : /opt/perl/lib/perl5... would be redundant.
6427 : The default "style" setting is made in installstyle.U
6428 case "$installstyle" in
6429 *lib/perl5*) set dflt privlib lib/$package/$version ;;
6430 *) set dflt privlib lib/$version ;;
6435 There are some auxiliary files for $package that need to be put into a
6436 private library directory that is accessible by everyone.
6440 rp='Pathname where the private library files will reside?'
6443 privlibexp="$ansexp"
6444 : Change installation prefix, if necessary.
6445 if $test X"$prefix" != X"$installprefix"; then
6446 installprivlib=`echo $privlibexp | sed "s#^$prefix#$installprefix#"`
6448 installprivlib="$privlibexp"
6451 : set the prefixup variable, to restore leading tilda escape
6452 prefixup='case "$prefixexp" in
6454 *) eval "$1=\`echo \$$1 | sed \"s,^$prefixexp,$prefix,\"\`";;
6457 : determine where public architecture dependent libraries go
6460 : privlib default is /usr/local/lib/$package/$version
6461 : archlib default is /usr/local/lib/$package/$version/$archname
6462 : privlib may have an optional trailing /share.
6463 tdflt=`echo $privlib | $sed 's,/share$,,'`
6464 tdflt=$tdflt/$archname
6473 $spackage contains architecture-dependent library files. If you are
6474 sharing libraries in a heterogeneous environment, you might store
6475 these files in a separate location. Otherwise, you can just include
6476 them with the rest of the public library files.
6480 rp='Where do you want to put the public architecture-dependent libraries?'
6483 archlibexp="$ansexp"
6484 if $test X"$archlib" = X"$privlib"; then
6489 : Change installation prefix, if necessary.
6490 if $test X"$prefix" != X"$installprefix"; then
6491 installarchlib=`echo $archlibexp | sed "s#^$prefix#$installprefix#"`
6493 installarchlib="$archlibexp"
6497 : Binary compatibility with 5.005 is not possible for builds
6498 : with advanced features
6499 case "$usethreads$usemultiplicity" in
6501 bincompat5005="$undef"
6502 d_bincompat5005="$undef"
6506 This version of Perl can be compiled for binary compatibility with 5.005.
6507 If you decide to do so, you will be able to continue using most of the
6508 extensions that were compiled for Perl 5.005.
6511 case "$bincompat5005$d_bincompat5005" in
6512 *"$undef"*) dflt=n ;;
6515 rp='Binary compatibility with Perl 5.005?'
6518 y*) val="$define" ;;
6523 case "$d_bincompat5005" in
6525 bincompat5005="$define"
6527 *) bincompat5005="$undef"
6528 d_bincompat5005="$undef"
6535 : see if setuid scripts can be secure
6538 Some kernels have a bug that prevents setuid #! scripts from being
6539 secure. Some sites have disabled setuid #! scripts because of this.
6541 First let's decide if your kernel supports secure setuid #! scripts.
6542 (If setuid #! scripts would be secure but have been disabled anyway,
6543 don't say that they are secure if asked.)
6548 if $test -d /dev/fd; then
6549 echo "#!$ls" >reflect
6550 chmod +x,u+s reflect
6551 ./reflect >flect 2>&1
6552 if $contains "/dev/fd" flect >/dev/null; then
6553 echo "Congratulations, your kernel has secure setuid scripts!" >&4
6557 If you are not sure if they are secure, I can check but I'll need a
6558 username and password different from the one you are using right now.
6559 If you don't have such a username or don't want me to test, simply
6563 rp='Other username to test security of setuid scripts with?'
6568 case "$d_suidsafe" in
6569 '') echo "I'll assume setuid scripts are *not* secure." >&4
6572 echo "Well, the $hint value is *not* secure." >&4
6574 *) echo "Well, the $hint value *is* secure." >&4
6579 $rm -f reflect flect
6580 echo "#!$ls" >reflect
6581 chmod +x,u+s reflect
6584 echo '"su" will (probably) prompt you for '"$ans's password."
6585 su $ans -c './reflect >flect'
6586 if $contains "/dev/fd" flect >/dev/null; then
6587 echo "Okay, it looks like setuid scripts are secure." >&4
6590 echo "I don't think setuid scripts are secure." >&4
6595 rp='Does your kernel have *secure* setuid scripts?'
6598 [yY]*) val="$define";;
6603 echo "I don't think setuid scripts are secure (no /dev/fd directory)." >&4
6604 echo "(That's for file descriptors, not floppy disks.)"
6610 $rm -f reflect flect
6612 : now see if they want to do setuid emulation
6615 case "$d_suidsafe" in
6618 echo "No need to emulate SUID scripts since they are secure here." >&4
6622 Some systems have disabled setuid scripts, especially systems where
6623 setuid scripts cannot be secure. On systems where setuid scripts have
6624 been disabled, the setuid/setgid bits on scripts are currently
6625 useless. It is possible for $package to detect those bits and emulate
6626 setuid/setgid in a secure fashion. This emulation will only work if
6627 setuid scripts have been disabled in your kernel.
6631 "$define") dflt=y ;;
6634 rp="Do you want to do setuid/setgid emulation?"
6637 [yY]*) val="$define";;
6645 : see if this is a malloc.h system
6646 set malloc.h i_malloc
6649 : see if stdlib is available
6650 set stdlib.h i_stdlib
6653 : determine which malloc to compile in
6655 case "$usemymalloc" in
6656 [yY]*|true|$define) dflt='y' ;;
6657 [nN]*|false|$undef) dflt='n' ;;
6658 *) case "$ptrsize" in
6664 rp="Do you wish to attempt to use the malloc that comes with $package?"
6670 mallocsrc='malloc.c'
6671 mallocobj="malloc$_o"
6672 d_mymalloc="$define"
6675 : Remove malloc from list of libraries to use
6676 echo "Removing unneeded -lmalloc from library list" >&4
6677 set `echo X $libs | $sed -e 's/-lmalloc / /' -e 's/-lmalloc$//'`
6680 echo "libs = $libs" >&4
6692 : compute the return types of malloc and free
6694 $cat >malloc.c <<END
6698 #include <sys/types.h>
6712 case "$malloctype" in
6714 if $cc $ccflags -c -DTRY_MALLOC malloc.c >/dev/null 2>&1; then
6721 echo "Your system wants malloc to return '$malloctype', it would seem." >&4
6725 if $cc $ccflags -c -DTRY_FREE malloc.c >/dev/null 2>&1; then
6732 echo "Your system uses $freetype free(), it would seem." >&4
6736 After $package is installed, you may wish to install various
6737 add-on modules and utilities. Typically, these add-ons will
6738 be installed under $prefix with the rest
6739 of this package. However, you may wish to install such add-ons
6740 elsewhere under a different prefix.
6742 If you do not wish to put everything under a single prefix, that's
6743 ok. You will be prompted for the individual locations; this siteprefix
6744 is only used to suggest the defaults.
6746 The default should be fine for most people.
6750 rp='Installation prefix to use for add-on modules and utilities?'
6751 : XXX Here might be another good place for an installstyle setting.
6752 case "$siteprefix" in
6754 *) dflt=$siteprefix ;;
6757 : XXX Prefixit unit does not yet support siteprefix and vendorprefix
6759 case "$siteprefix" in
6763 *) oldsiteprefix="$prefix";;
6768 siteprefixexp="$ansexp"
6770 : determine where site specific libraries go.
6771 : Usual default is /usr/local/lib/perl5/site_perl/$version
6772 : The default "style" setting is made in installstyle.U
6773 : XXX No longer works with Prefixit stuff.
6774 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6776 '') case "$installstyle" in
6777 *lib/perl5*) dflt=$siteprefix/lib/$package/site_$prog/$version ;;
6778 *) dflt=$siteprefix/lib/site_$prog/$version ;;
6786 The installation process will create a directory for
6787 site-specific extensions and modules. Most users find it convenient
6788 to place all site-specific files in this directory rather than in the
6789 main distribution directory.
6793 rp='Pathname for the site-specific library files?'
6796 sitelibexp="$ansexp"
6797 sitelib_stem=`echo "$sitelibexp" | sed "s,/$version$,,"`
6798 : Change installation prefix, if necessary.
6799 if $test X"$prefix" != X"$installprefix"; then
6800 installsitelib=`echo $sitelibexp | $sed "s#^$prefix#$installprefix#"`
6802 installsitelib="$sitelibexp"
6805 : determine where site specific architecture-dependent libraries go.
6806 : sitelib default is /usr/local/lib/perl5/site_perl/$version
6807 : sitearch default is /usr/local/lib/perl5/site_perl/$version/$archname
6808 : sitelib may have an optional trailing /share.
6810 '') dflt=`echo $sitelib | $sed 's,/share$,,'`
6811 dflt="$dflt/$archname"
6816 set sitearch sitearch none
6820 The installation process will also create a directory for
6821 architecture-dependent site-specific extensions and modules.
6825 rp='Pathname for the site-specific architecture-dependent library files?'
6828 sitearchexp="$ansexp"
6829 : Change installation prefix, if necessary.
6830 if $test X"$prefix" != X"$installprefix"; then
6831 installsitearch=`echo $sitearchexp | sed "s#^$prefix#$installprefix#"`
6833 installsitearch="$sitearchexp"
6838 The installation process will also create a directory for
6839 vendor-supplied add-ons. Vendors who supply perl with their system
6840 may find it convenient to place all vendor-supplied files in this
6841 directory rather than in the main distribution directory. This will
6842 ease upgrades between binary-compatible maintenance versions of perl.
6844 Of course you may also use these directories in whatever way you see
6845 fit. For example, you might use them to access modules shared over a
6846 company-wide network.
6848 The default answer should be fine for most people.
6849 This causes further questions about vendor add-ons to be skipped
6850 and no vendor-specific directories will be configured for perl.
6853 rp='Do you want to configure vendor-specific add-on directories?'
6854 case "$usevendorprefix" in
6855 define|true|[yY]*) dflt=y ;;
6856 *) : User may have set vendorprefix directly on Configure command line.
6857 case "$vendorprefix" in
6866 rp='Installation prefix to use for vendor-supplied add-ons?'
6867 case "$vendorprefix" in
6869 *) dflt=$vendorprefix ;;
6872 : XXX Prefixit unit does not yet support siteprefix and vendorprefix
6874 case "$vendorprefix" in
6878 *) oldvendorprefix="$prefix";;
6882 usevendorprefix="$define"
6884 vendorprefixexp="$ansexp"
6886 *) usevendorprefix="$undef"
6892 case "$vendorprefix" in
6893 '') d_vendorlib="$undef"
6897 *) d_vendorlib="$define"
6898 : determine where vendor-supplied modules go.
6899 : Usual default is /usr/local/lib/perl5/vendor_perl/$version
6900 case "$vendorlib" in
6902 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
6903 case "$installstyle" in
6904 *lib/perl5*) dflt=$vendorprefix/lib/$package/vendor_$prog/$version ;;
6905 *) dflt=$vendorprefix/lib/vendor_$prog/$version ;;
6908 *) dflt="$vendorlib"
6912 rp='Pathname for the vendor-supplied library files?'
6915 vendorlibexp="$ansexp"
6918 vendorlib_stem=`echo "$vendorlibexp" | sed "s,/$version$,,"`
6919 : Change installation prefix, if necessary.
6920 if $test X"$prefix" != X"$installprefix"; then
6921 installvendorlib=`echo $vendorlibexp | $sed "s#^$prefix#$installprefix#"`
6923 installvendorlib="$vendorlibexp"
6926 case "$vendorprefix" in
6927 '') d_vendorarch="$undef"
6931 *) d_vendorarch="$define"
6932 : determine where vendor-supplied architecture-dependent libraries go.
6933 : vendorlib default is /usr/local/lib/perl5/vendor_perl/$version
6934 : vendorarch default is /usr/local/lib/perl5/vendor_perl/$version/$archname
6935 : vendorlib may have an optional trailing /share.
6936 case "$vendorarch" in
6937 '') dflt=`echo $vendorlib | $sed 's,/share$,,'`
6938 dflt="$dflt/$archname"
6940 *) dflt="$vendorarch" ;;
6943 rp='Pathname for vendor-supplied architecture-dependent files?'
6946 vendorarchexp="$ansexp"
6949 : Change installation prefix, if necessary.
6950 if $test X"$prefix" != X"$installprefix"; then
6951 installvendorarch=`echo $vendorarchexp | sed "s#^$prefix#$installprefix#"`
6953 installvendorarch="$vendorarchexp"
6956 : Final catch-all directories to search
6959 Lastly, you can have perl look in other directories for extensions and
6960 modules in addition to those already specified.
6961 These directories will be searched after
6965 test X"$vendorlib" != "X" && echo ' ' $vendorlib
6966 test X"$vendorarch" != "X" && echo ' ' $vendorarch
6968 case "$otherlibdirs" in
6969 ''|' ') dflt='none' ;;
6970 *) dflt="$otherlibdirs" ;;
6973 Enter a colon-separated set of extra paths to include in perl's @INC
6974 search path, or enter 'none' for no extra paths.
6978 rp='Colon-separated list of additional directories for perl to search?'
6981 ' '|''|none) otherlibdirs=' ' ;;
6982 *) otherlibdirs="$ans" ;;
6984 case "$otherlibdirs" in
6988 set d_perl_otherlibdirs
6991 : Cruising for prototypes
6993 echo "Checking out function prototypes..." >&4
6994 $cat >prototype.c <<'EOCP'
6995 int main(int argc, char *argv[]) {
6998 if $cc $ccflags -c prototype.c >prototype.out 2>&1 ; then
6999 echo "Your C compiler appears to support function prototypes."
7002 echo "Your C compiler doesn't seem to understand function prototypes."
7009 case "$prototype" in
7011 *) ansi2knr='ansi2knr'
7016 This version of $package can only be compiled by a compiler that
7017 understands function prototypes. Unfortunately, your C compiler
7019 doesn't seem to understand them. Sorry about that.
7021 If GNU cc is available for your system, perhaps you could try that instead.
7023 Eventually, we hope to support building Perl with pre-ANSI compilers.
7024 If you would like to help in that effort, please contact <perlbug@perl.org>.
7026 Aborting Configure now.
7032 : determine where public executables go
7037 rp='Pathname where the public executables will reside?'
7039 if $test "X$ansexp" != "X$binexp"; then
7044 : Change installation prefix, if necessary.
7045 : XXX Bug? -- ignores Configure -Dinstallprefix setting.
7046 if $test X"$prefix" != X"$installprefix"; then
7047 installbin=`echo $binexp | sed "s#^$prefix#$installprefix#"`
7049 installbin="$binexp"
7058 Perl can be built with extra modules or bundles of modules which
7059 will be fetched from the CPAN and installed alongside Perl.
7061 Notice that you will need access to the CPAN; either via the Internet,
7062 or a local copy, for example a CD-ROM or a local CPAN mirror. (You will
7063 be asked later to configure the CPAN.pm module which will in turn do
7064 the installation of the rest of the extra modules or bundles.)
7066 Notice also that if the modules require any external software such as
7067 libraries and headers (the libz library and the zlib.h header for the
7068 Compress::Zlib module, for example) you MUST have any such software
7069 already installed, this configuration process will NOT install such
7072 If this doesn't make any sense to you, just accept the default '$dflt'.
7074 rp='Install any extra modules (y or n)?'
7080 Please list any extra modules or bundles to be installed from CPAN,
7081 with spaces between the names. The names can be in any format the
7082 'install' command of CPAN.pm will understand. (Answer 'none',
7083 without the quotes, to install no extra modules or bundles.)
7093 $rm -f ../extras.lst
7095 *) echo "(Saving the list of extras for later...)"
7096 echo "$extras" > ../extras.lst
7104 : Find perl5.005 or later.
7105 echo "Looking for a previously installed perl5.005 or later... "
7107 '') for tdir in `echo "$binexp$path_sep$PATH" | $sed "s/$path_sep/ /g"`; do
7108 : Check if this perl is recent and can load a simple module
7109 if $test -x $tdir/perl$exe_ext && $tdir/perl -Mless -e 'use 5.005;' >/dev/null 2>&1; then
7112 elif $test -x $tdir/perl5$exe_ext && $tdir/perl5 -Mless -e 'use 5.005;' >/dev/null 2>&1; then
7122 '') echo "None found. That's ok.";;
7123 *) echo "Using $perl5." ;;
7126 : Determine list of previous versions to include in @INC
7127 $cat > getverlist <<EOPL
7130 \$api_versionstring = "$api_versionstring";
7131 \$version = "$version";
7132 \$stem = "$sitelib_stem";
7133 \$archname = "$archname";
7135 $cat >> getverlist <<'EOPL'
7136 # Can't have leading @ because metaconfig interprets it as a command!
7137 ;@inc_version_list=();
7138 # XXX Redo to do opendir/readdir?
7141 ;@candidates = glob("5.*");
7147 # XXX ToDo: These comparisons must be reworked when two-digit
7148 # subversions come along, so that 5.7.10 compares as greater than
7149 # 5.7.3! By that time, hope that 5.6.x is sufficiently
7150 # widespread that we can use the built-in version vectors rather
7151 # than reinventing them here. For 5.6.0, however, we must
7152 # assume this script will likely be run by 5.005_0x. --AD 1/2000.
7153 foreach $d (@candidates) {
7154 if ($d lt $version) {
7155 if ($d ge $api_versionstring) {
7156 unshift(@inc_version_list, grep { -d } "$d/$archname", $d);
7158 elsif ($d ge "5.005") {
7159 unshift(@inc_version_list, grep { -d } $d);
7163 # Skip newer version. I.e. don't look in
7164 # 5.7.0 if we're installing 5.6.1.
7168 if (@inc_version_list) {
7169 print join(' ', @inc_version_list);
7172 # Blank space to preserve value for next Configure run.
7177 case "$inc_version_list" in
7178 '') if test -x "$perl5$exe_ext"; then
7179 dflt=`$perl5 getverlist`
7184 $undef) dflt='none' ;;
7185 *) eval dflt=\"$inc_version_list\" ;;
7188 ''|' ') dflt=none ;;
7191 5.005) case "$bincompat5005" in
7192 $define|true|[yY]*) ;;
7199 In order to ease the process of upgrading, this version of perl
7200 can be configured to use modules built and installed with earlier
7201 versions of perl that were installed under $prefix. Specify here
7202 the list of earlier versions that this version of perl should check.
7203 If Configure detected no earlier versions of perl installed under
7204 $prefix, then the list will be empty. Answer 'none' to tell perl
7205 to not search earlier versions.
7207 The default should almost always be sensible, so if you're not sure,
7208 just accept the default.
7211 rp='List of earlier versions to include in @INC?'
7214 [Nn]one|''|' ') inc_version_list=' ' ;;
7215 *) inc_version_list="$ans" ;;
7217 case "$inc_version_list" in
7219 inc_version_list_init='0';;
7220 *) inc_version_list_init=`echo $inc_version_list |
7221 $sed -e 's/^/"/' -e 's/ /","/g' -e 's/$/",0/'`
7226 : determine whether to install perl also as /usr/bin/perl
7229 if $test -d /usr/bin -a "X$installbin" != X/usr/bin; then
7231 Many scripts expect perl to be installed as /usr/bin/perl.
7232 I can install the perl you are about to compile also as /usr/bin/perl
7233 (in addition to $installbin/perl).
7235 case "$installusrbinperl" in
7236 "$undef"|[nN]*) dflt='n';;
7239 rp="Do you want to install perl as /usr/bin/perl?"
7242 [yY]*) val="$define";;
7248 set installusrbinperl
7251 : see if dld is available
7255 : see if dlopen exists
7262 : determine which dynamic loading, if any, to compile in
7264 dldir="ext/DynaLoader"
7277 $define) dflt='y' ;;
7280 $define) dflt='y' ;;
7282 : Does a dl_xxx.xs file exist for this operating system
7283 $test -f $rsrc/$dldir/dl_${osname}.xs && dflt='y'
7286 rp="Do you wish to use dynamic loading?"
7293 if $test -f $rsrc/$dldir/dl_${osname}.xs ; then
7294 dflt="$dldir/dl_${osname}.xs"
7295 elif $test "$d_dlopen" = "$define" ; then
7296 dflt="$dldir/dl_dlopen.xs"
7297 elif $test "$i_dld" = "$define" ; then
7298 dflt="$dldir/dl_dld.xs"
7303 *) dflt="$dldir/$dlsrc"
7306 echo "The following dynamic loading files are available:"
7307 : Can not go over to $dldir because getfile has path hard-coded in.
7308 tdir=`pwd`; cd "$rsrc"; $ls -C $dldir/dl*.xs; cd "$tdir"
7309 rp="Source file to use for dynamic loading"
7315 dlsrc=`echo $ans | $sed -e 's%.*/\([^/]*\)$%\1%'`
7319 Some systems may require passing special flags to $cc -c to
7320 compile modules that will be used to create a shared library.
7321 To use no flags, say "none".
7324 case "$cccdlflags" in
7325 '') case "$gccversion" in
7326 '') case "$osname" in
7328 next) dflt='none' ;;
7329 irix*) dflt='-KPIC' ;;
7330 svr4*|esix*|solaris|nonstopux) dflt='-KPIC' ;;
7331 sunos) dflt='-pic' ;;
7335 *) case "$osname" in
7336 darwin) dflt='none' ;;
7337 svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;;
7342 *) dflt="$cccdlflags" ;;
7344 rp="Any special flags to pass to $cc -c to compile shared library modules?"
7347 none) cccdlflags=' ' ;;
7348 *) cccdlflags="$ans" ;;
7353 Some systems use ld to create libraries that can be dynamically loaded,
7354 while other systems (such as those using ELF) use $cc.
7358 '') $cat >try.c <<'EOM'
7359 /* Test for whether ELF binaries are produced */
7364 int i = open("a.out",O_RDONLY);
7367 if(read(i,b,4)==4 && b[0]==127 && b[1]=='E' && b[2]=='L' && b[3]=='F')
7368 exit(0); /* succeed (yes, it's ELF) */
7373 if $cc $ccflags $ldflags try.c >/dev/null 2>&1 && $run ./a.out; then
7375 You appear to have ELF support. I'll use $cc to build dynamic libraries.
7379 echo "I'll use ld to build dynamic libraries."
7388 rp="What command should be used to create dynamic libraries?"
7394 Some systems may require passing special flags to $ld to create a
7395 library that can be dynamically loaded. If your ld flags include
7396 -L/other/path options to locate libraries outside your loader's normal
7397 search path, you may need to specify those -L options here as well. To
7398 use no flags, say "none".
7401 case "$lddlflags" in
7402 '') case "$osname" in
7403 beos) dflt='-nostart' ;;
7405 case "$gccversion" in
7406 '') dflt="$dflt +vnocompatwarnings" ;;
7409 linux|irix*) dflt='-shared' ;;
7410 next) dflt='none' ;;
7411 solaris) dflt='-G' ;;
7412 sunos) dflt='-assert nodefinitions' ;;
7413 svr4*|esix*|nonstopux) dflt="-G $ldflags" ;;
7417 *) dflt="$lddlflags" ;;
7420 : Try to guess additional flags to pick up local libraries.
7421 : Be careful not to append to a plain 'none'
7425 for thisflag in $ldflags; do
7430 *) dflt="$dflt $thisflag" ;;
7437 ''|' ') dflt='none' ;;
7440 rp="Any special flags to pass to $ld to create a dynamically loaded library?"
7443 none) lddlflags=' ' ;;
7444 *) lddlflags="$ans" ;;
7449 Some systems may require passing special flags to $cc to indicate that
7450 the resulting executable will use dynamic linking. To use no flags,
7454 case "$ccdlflags" in
7455 '') case "$osname" in
7456 hpux) dflt='-Wl,-E' ;;
7457 linux) dflt='-rdynamic' ;;
7458 next) dflt='none' ;;
7459 sunos) dflt='none' ;;
7463 *) dflt="$ccdlflags" ;;
7465 rp="Any special flags to pass to $cc to use dynamic linking?"
7468 none) ccdlflags=' ' ;;
7469 *) ccdlflags="$ans" ;;
7483 # No dynamic loading being used, so don't bother even to prompt.
7486 *) case "$useshrplib" in
7487 '') case "$osname" in
7488 svr4*|nonstopux|dgux|dynixptx|esix|powerux|beos|cygwin*)
7490 also='Building a shared libperl is required for dynamic loading to work on your system.'
7495 also='Building a shared libperl is needed for MAB support.'
7513 The perl executable is normally obtained by linking perlmain.c with
7514 libperl${_a}, any static extensions (usually just DynaLoader), and
7515 any other libraries needed on this system (such as -lm, etc.). Since
7516 your system supports dynamic loading, it is probably possible to build
7517 a shared libperl.$so. If you will have more than one executable linked
7518 to libperl.$so, this will significantly reduce the size of each
7519 executable, but it may have a noticeable affect on performance. The
7520 default is probably sensible for your system.
7524 rp="Build a shared libperl.$so (y/n)"
7528 useshrplib='true' ;;
7529 *) useshrplib='false' ;;
7534 case "$useshrplib" in
7538 # Figure out a good name for libperl.so. Since it gets stored in
7539 # a version-specific architecture-dependent library, the version
7540 # number isn't really that important, except for making cc/ld happy.
7542 # A name such as libperl.so.3.1
7543 majmin="libperl.$so.$patchlevel.$subversion"
7544 # A name such as libperl.so.301
7545 majonly=`echo $patchlevel $subversion |
7546 $awk '{printf "%d%02d", $1, $2}'`
7547 majonly=libperl.$so.$majonly
7548 # I'd prefer to keep the os-specific stuff here to a minimum, and
7549 # rely on figuring it out from the naming of libc.
7550 case "${osname}${osvers}" in
7553 # XXX How handle the --version stuff for MAB?
7555 linux*) # ld won't link with a bare -lperl otherwise.
7558 cygwin*) # include version
7559 dflt=`echo libperl$version | sed -e 's/\./_/g'`$lib_ext
7561 *) # Try to guess based on whether libc has major.minor.
7563 *libc.$so.[0-9]*.[0-9]*) dflt=$majmin ;;
7564 *libc.$so.[0-9]*) dflt=$majonly ;;
7565 *) dflt=libperl.$so ;;
7575 I need to select a good name for the shared libperl. If your system uses
7576 library names with major and minor numbers, then you might want something
7577 like $majmin. Alternatively, if your system uses a single version
7578 number for shared libraries, then you might want to use $majonly.
7579 Or, your system might be quite happy with a simple libperl.$so.
7581 Since the shared libperl will get installed into a version-specific
7582 architecture-dependent directory, the version number of the shared perl
7583 library probably isn't important, so the default should be o.k.
7586 rp='What name do you want to give to the shared libperl?'
7589 echo "Ok, I'll use $libperl"
7592 libperl="libperl${_a}"
7596 # Detect old use of shrpdir via undocumented Configure -Dshrpdir
7600 WARNING: Use of the shrpdir variable for the installation location of
7601 the shared $libperl is not supported. It was never documented and
7602 will not work in this version. Let me (perlbug@perl.org)
7603 know of any problems this may cause.
7609 But your current setting of $shrpdir is
7610 the default anyway, so it's harmless.
7615 Further, your current attempted setting of $shrpdir
7616 conflicts with the value of $archlibexp/CORE
7617 that installperl will use.
7624 # How will the perl executable find the installed shared $libperl?
7625 # Add $xxx to ccdlflags.
7626 # If we can't figure out a command-line option, use $shrpenv to
7627 # set env LD_RUN_PATH. The main perl makefile uses this.
7628 shrpdir=$archlibexp/CORE
7631 if "$useshrplib"; then
7634 # We'll set it in Makefile.SH...
7640 xxx="-Wl,-R$shrpdir"
7642 linux|irix*|dec_osf)
7643 xxx="-Wl,-rpath,$shrpdir"
7646 # next doesn't like the default...
7649 # beos doesn't like the default, either.
7652 # hpux doesn't like the default, either.
7653 tmp_shrpenv="env LDOPTS=\"+s +b${shrpdir}\""
7656 tmp_shrpenv="env LD_RUN_PATH=$shrpdir"
7662 # Only add $xxx if it isn't already in ccdlflags.
7663 case " $ccdlflags " in
7665 *) ccdlflags="$ccdlflags $xxx"
7668 Adding $xxx to the flags
7669 passed to $ld so that the perl executable will find the
7670 installed shared $libperl.
7678 # Fix ccdlflags in AIX for building external extensions.
7679 # (For building Perl itself bare -bE:perl.exp is needed,
7680 # Makefile.SH takes care of this.)
7682 aix) ccdlflags="$ccdlflags -bE:$installarchlib/CORE/perl.exp" ;;
7684 # Respect a hint or command-line value.
7686 '') shrpenv="$tmp_shrpenv" ;;
7688 case "$ldlibpthname" in
7689 '') ldlibpthname=LD_LIBRARY_PATH ;;
7690 none) ldlibpthname='' ;;
7693 : determine where manual pages are on this system
7697 syspath='/usr/share/man/man1 /usr/man/man1'
7698 syspath="$syspath /usr/man/mann /usr/man/manl /usr/man/local/man1"
7699 syspath="$syspath /usr/man/u_man/man1"
7700 syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1"
7701 syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1"
7702 syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
7703 sysman=`./loc . /usr/man/man1 $syspath`
7706 if $test -d "$sysman"; then
7707 echo "System manual is in $sysman." >&4
7709 echo "Could not find manual pages in source form." >&4
7712 : determine where manual pages go
7713 set man1dir man1dir none
7717 $spackage has manual pages available in source form.
7721 echo "However, you don't have nroff, so they're probably useless to you."
7723 '') man1dir="none";;
7726 echo "If you don't want the manual sources installed, answer 'none'."
7731 lookpath="$prefixexp/share/man/man1"
7732 lookpath="$lookpath $prefixexp/man/man1 $prefixexp/man/l_man/man1"
7733 lookpath="$lookpath $prefixexp/man/p_man/man1"
7734 lookpath="$lookpath $prefixexp/man/u_man/man1"
7735 lookpath="$lookpath $prefixexp/man/man.1"
7737 */?_man*) dflt=`./loc . $prefixexp/l_man/man1 $lookpath` ;;
7738 *) dflt=`./loc . $prefixexp/man/man1 $lookpath` ;;
7748 rp="Where do the main $spackage manual pages (source) go?"
7750 if $test "X$man1direxp" != "X$ansexp"; then
7754 man1direxp="$ansexp"
7760 : Change installation prefix, if necessary.
7761 if $test X"$prefix" != X"$installprefix"; then
7762 installman1dir=`echo $man1direxp | $sed "s#^$prefix#$installprefix#"`
7764 installman1dir="$man1direxp"
7767 : What suffix to use on installed man pages
7774 rp="What suffix should be used for the main $spackage man pages?"
7776 '') case "$man1dir" in
7790 *) dflt="$man1ext";;
7797 : see if we can have long filenames
7799 first=123456789abcdef
7801 if (echo hi >$first) 2>/dev/null; then
7802 if $test -f 123456789abcde; then
7803 echo 'You cannot have filenames longer than 14 characters. Sigh.' >&4
7806 echo 'You can have filenames longer than 14 characters.'>&4
7811 You can't have filenames longer than 14 chars.
7812 You can't even think about them!
7818 $rm -rf 123456789abcde*
7820 : determine where library module manual pages go
7821 set man3dir man3dir none
7825 $spackage has manual pages for many of the library modules.
7831 However, you don't have nroff, so they're probably useless to you.
7834 '') man3dir="none";;
7838 case "$d_flexfnam" in
7841 However, your system can't handle the long file names like File::Basename.3.
7844 '') man3dir="none";;
7848 echo "If you don't want the manual sources installed, answer 'none'."
7849 prog=`echo $package | $sed 's/-*[0-9.]*$//'`
7851 '') dflt=`echo "$man1dir" | $sed -e 's/man1/man3/g' -e 's/man\.1/man\.3/g'`
7852 if $test -d "$privlib/man/man3"; then
7855 WARNING: Previous versions of perl installed man3 pages into
7856 $privlib/man/man3. This version will suggest a
7857 new default of $dflt.
7861 rp='Do you wish to preserve the old behavior?(y/n)'
7864 y*) dflt="$privlib/man/man3" ;;
7869 *) dflt="$man3dir" ;;
7876 rp="Where do the $package library man pages (source) go?"
7879 man3direxp="$ansexp"
7885 : Change installation prefix, if necessary.
7886 if $test X"$prefix" != X"$installprefix"; then
7887 installman3dir=`echo $man3direxp | $sed "s#^$prefix#$installprefix#"`
7889 installman3dir="$man3direxp"
7892 : What suffix to use on installed man pages
7898 rp="What suffix should be used for the $package library man pages?"
7900 '') case "$man3dir" in
7914 *) dflt="$man3ext";;
7921 : see if we have to deal with yellow pages, now NIS.
7922 if $test -d /usr/etc/yp || $test -d /etc/yp || $test -d /usr/lib/yp; then
7923 if $test -f /usr/etc/nibindd; then
7925 echo "I'm fairly confident you're on a NeXT."
7927 rp='Do you get the hosts file via NetInfo?'
7936 y*) hostcat='nidump hosts .';;
7937 *) case "$hostcat" in
7938 nidump*) hostcat='';;
7948 '') if $contains '^\+' /etc/passwd >/dev/null 2>&1; then
7956 rp='Are you getting the hosts file via yellow pages?'
7959 y*) hostcat='ypcat hosts';;
7960 *) hostcat='cat /etc/hosts';;
7966 '') test -f /etc/hosts && hostcat='cat /etc/hosts';;
7969 '') test -f /etc/group && groupcat='cat /etc/group';;
7972 '') test -f /etc/passwd && passcat='cat /etc/passwd';;
7975 : now get the host name
7977 echo "Figuring out host name..." >&4
7978 case "$myhostname" in
7980 echo 'Maybe "hostname" will work...'
7981 if tans=`sh -c hostname 2>&1` ; then
7989 if $test "$cont"; then
7991 echo 'Oh, dear. Maybe "/etc/systemid" is the key...'
7992 if tans=`cat /etc/systemid 2>&1` ; then
7994 phostname='cat /etc/systemid'
7995 echo "Whadyaknow. Xenix always was a bit strange..."
7998 elif $test -r /etc/systemid; then
7999 echo "(What is a non-Xenix system doing with /etc/systemid?)"
8002 if $test "$cont"; then
8003 echo 'No, maybe "uuname -l" will work...'
8004 if tans=`sh -c 'uuname -l' 2>&1` ; then
8006 phostname='uuname -l'
8008 echo 'Strange. Maybe "uname -n" will work...'
8009 if tans=`sh -c 'uname -n' 2>&1` ; then
8011 phostname='uname -n'
8013 echo 'Oh well, maybe I can mine it out of whoami.h...'
8014 if tans=`sh -c $contains' sysname $usrinc/whoami.h' 2>&1` ; then
8015 myhostname=`echo "$tans" | $sed 's/^.*"\(.*\)"/\1/'`
8016 phostname="sed -n -e '"'/sysname/s/^.*\"\\(.*\\)\"/\1/{'"' -e p -e q -e '}' <$usrinc/whoami.h"
8018 case "$myhostname" in
8019 '') echo "Does this machine have an identity crisis or something?"
8022 echo "Well, you said $myhostname before..."
8023 phostname='echo $myhostname';;
8029 case "$myhostname" in
8030 '') myhostname=noname ;;
8032 : you do not want to know about this
8037 if $test "$myhostname" ; then
8039 rp='Your host name appears to be "'$myhostname'".'" Right?"
8047 : bad guess or no guess
8048 while $test "X$myhostname" = X ; do
8050 rp="Please type the (one word) name of your host:"
8055 : translate upper to lower if necessary
8056 case "$myhostname" in
8058 echo "(Normalizing case in your host name)"
8059 myhostname=`echo $myhostname | ./tr '[A-Z]' '[a-z]'`
8063 case "$myhostname" in
8065 dflt=`expr "X$myhostname" : "X[^.]*\(\..*\)"`
8066 myhostname=`expr "X$myhostname" : "X\([^.]*\)\."`
8067 echo "(Trimming domain name from host name--host name is now $myhostname)"
8069 *) case "$mydomain" in
8072 test "X$hostcat" = "Xypcat hosts" &&
8073 ypmatch "$myhostname" hosts 2>/dev/null |\
8074 $sed -e 's/[ ]*#.*//; s/$/ /' > hosts && \
8077 test "X$hostcat" != "X" &&
8078 $hostcat | $sed -n -e "s/[ ]*#.*//; s/\$/ /
8079 /[ ]$myhostname[ . ]/p" > hosts
8082 if $test -f hosts; then
8083 $test x`$awk "/[0-9].*[ ]$myhostname$tmp_re/ { sum++ }
8084 END { print sum }" hosts` = x1 || tmp_re="[ ]"
8085 dflt=.`$awk "/[0-9].*[ ]$myhostname$tmp_re/ {for(i=2; i<=NF;i++) print \\\$i}" \
8086 hosts | $sort | $uniq | \
8087 $sed -n -e "s/$myhostname\.\([-a-zA-Z0-9_.]\)/\1/p"`
8088 case `$echo X$dflt` in
8089 X*\ *) echo "(Several hosts in the database matched hostname)"
8092 X.) echo "(You do not have fully-qualified names in the hosts database)"
8096 echo "(I cannot locate a hosts database anywhere)"
8101 tans=`./loc resolv.conf X /etc /usr/etc`
8102 if $test -f "$tans"; then
8103 echo "(Attempting domain name extraction from $tans)"
8104 dflt=.`$sed -n -e 's/ / /g' \
8105 -e 's/^search *\([^ ]*\).*/\1/p' $tans \
8106 | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
8108 .) dflt=.`$sed -n -e 's/ / /g' \
8109 -e 's/^domain *\([^ ]*\).*/\1/p' $tans \
8110 | ./tr '[A-Z]' '[a-z]' 2>/dev/null`
8117 .) echo "(No help from resolv.conf either -- attempting clever guess)"
8118 dflt=.`sh -c domainname 2>/dev/null`
8121 .nis.*|.yp.*|.main.*) dflt=`echo $dflt | $sed -e 's/^\.[^.]*//'`;;
8125 case "$dflt$osname" in
8126 .os390) echo "(Attempting domain name extraction from //'SYS1.TCPPARMS(TCPDATA)')"
8127 dflt=.`awk '/^DOMAINORIGIN/ {print $2}' "//'SYS1.TCPPARMS(TCPDATA)'" 2>/dev/null`
8131 .) echo "(Lost all hope -- silly guess then)"
8137 *) dflt="$mydomain";;
8141 rp="What is your domain name?"
8151 : translate upper to lower if necessary
8154 echo "(Normalizing case in your domain name)"
8155 mydomain=`echo $mydomain | ./tr '[A-Z]' '[a-z]'`
8159 : a little sanity check here
8160 case "$phostname" in
8163 case `$phostname | ./tr '[A-Z]' '[a-z]'` in
8164 $myhostname$mydomain|$myhostname) ;;
8166 case "$phostname" in
8168 echo "(That doesn't agree with your whoami.h file, by the way.)"
8171 echo "(That doesn't agree with your $phostname command, by the way.)"
8181 I need to get your e-mail address in Internet format if possible, i.e.
8182 something like user@host.domain. Please answer accurately since I have
8183 no easy means to double check it. The default value provided below
8184 is most probably close to reality but may not be valid from outside
8185 your organization...
8189 while test "$cont"; do
8191 '') dflt="$cf_by@$myhostname$mydomain";;
8192 *) dflt="$cf_email";;
8194 rp='What is your e-mail address?'
8200 rp='Address does not look like an Internet one. Use it anyway?'
8216 If you or somebody else will be maintaining perl at your site, please
8217 fill in the correct e-mail address here so that they may be contacted
8218 if necessary. Currently, the "perlbug" program included with perl
8219 will send mail to this address in addition to perlbug@perl.org. You may
8220 enter "none" for no administrator.
8223 case "$perladmin" in
8224 '') dflt="$cf_email";;
8225 *) dflt="$perladmin";;
8227 rp='Perl administrator e-mail address'
8231 : determine whether to only install version-specific parts.
8234 Do you want to install only the version-specific parts of the perl
8235 distribution? Usually you do *not* want to do this.
8237 case "$versiononly" in
8238 "$define"|[Yy]*|true) dflt='y' ;;
8241 rp="Do you want to install only the version-specific parts of perl?"
8244 [yY]*) val="$define";;
8250 : figure out how to guarantee perl startup
8251 case "$startperl" in
8253 case "$sharpbang" in
8257 I can use the #! construct to start perl on your system. This will
8258 make startup of perl scripts faster, but may cause problems if you
8259 want to share those scripts and perl is not in a standard place
8260 ($binexp/perl) on all your platforms. The alternative is to force
8261 a shell by starting the script with a single ':' character.
8264 case "$versiononly" in
8265 "$define") dflt="$binexp/perl$version";;
8266 *) dflt="$binexp/perl";;
8268 rp='What shall I put after the #! to start up perl ("none" to not use #!)?'
8271 none) startperl=": # use perl";;
8272 *) startperl="#!$ans"
8273 if $test 30 -lt `echo "$ans" | wc -c`; then
8276 WARNING: Some systems limit the #! command to 32 characters.
8277 If you experience difficulty running Perl scripts with #!, try
8278 installing Perl in a directory with a shorter pathname.
8284 *) startperl=": # use perl"
8289 echo "I'll use $startperl to start perl scripts."
8291 : figure best path for perl in scripts
8294 case "$versiononly" in
8295 "$define") perlpath="$binexp/perl$version";;
8296 *) perlpath="$binexp/perl";;
8298 case "$startperl" in
8303 I will use the "eval 'exec'" idiom to start Perl on your system.
8304 I can use the full path of your Perl binary for this purpose, but
8305 doing so may cause problems if you want to share those scripts and
8306 Perl is not always in a standard place ($binexp/perl).
8310 rp="What path shall I use in \"eval 'exec'\"?"
8317 case "$startperl" in
8319 *) echo "I'll use $perlpath in \"eval 'exec'\"" ;;
8322 : determine where public executable scripts go
8323 set scriptdir scriptdir
8325 case "$scriptdir" in
8328 : guess some guesses
8329 $test -d /usr/share/scripts && dflt=/usr/share/scripts
8330 $test -d /usr/share/bin && dflt=/usr/share/bin
8331 $test -d /usr/local/script && dflt=/usr/local/script
8332 $test -d /usr/local/scripts && dflt=/usr/local/scripts
8333 $test -d $prefixexp/script && dflt=$prefixexp/script
8337 *) dflt="$scriptdir"
8342 Some installations have a separate directory just for executable scripts so
8343 that they can mount it across multiple architectures but keep the scripts in
8344 one spot. You might, for example, have a subdirectory of /usr/share for this.
8345 Or you might just lump your scripts in with all your other executables.
8349 rp='Where do you keep publicly executable scripts?'
8351 if $test "X$ansexp" != "X$scriptdirexp"; then
8355 scriptdirexp="$ansexp"
8356 : Change installation prefix, if necessary.
8357 if $test X"$prefix" != X"$installprefix"; then
8358 installscript=`echo $scriptdirexp | sed "s#^$prefix#$installprefix#"`
8360 installscript="$scriptdirexp"
8363 : determine where add-on public executables go
8365 '') dflt=$siteprefix/bin ;;
8369 rp='Pathname where the add-on public executables should be installed?'
8372 sitebinexp="$ansexp"
8373 : Change installation prefix, if necessary.
8374 if $test X"$prefix" != X"$installprefix"; then
8375 installsitebin=`echo $sitebinexp | sed "s#^$prefix#$installprefix#"`
8377 installsitebin="$sitebinexp"
8380 : define an is-a-typedef? function
8381 typedef='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
8383 "") inclist="sys/types.h";;
8385 eval "varval=\$$var";
8389 for inc in $inclist; do
8390 echo "#include <$inc>" >>temp.c;
8392 echo "#ifdef $type" >> temp.c;
8393 echo "printf(\"We have $type\");" >> temp.c;
8394 echo "#endif" >> temp.c;
8395 $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
8396 if $contains $type temp.E >/dev/null 2>&1; then
8402 *) eval "$var=\$varval";;
8405 : define an is-a-typedef? function that prompts if the type is not available.
8406 typedef_ask='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@;
8408 "") inclist="sys/types.h";;
8410 eval "varval=\$$var";
8414 for inc in $inclist; do
8415 echo "#include <$inc>" >>temp.c;
8417 echo "#ifdef $type" >> temp.c;
8418 echo "printf(\"We have $type\");" >> temp.c;
8419 echo "#endif" >> temp.c;
8420 $cppstdin $cppflags $cppminus < temp.c >temp.E 2>/dev/null;
8422 echo "$rp" | $sed -e "s/What is/Looking for/" -e "s/?/./";
8423 if $contains $type temp.E >/dev/null 2>&1; then
8424 echo "$type found." >&4;
8427 echo "$type NOT found." >&4;
8433 *) eval "$var=\$varval";;
8436 : see what type lseek is declared as in the kernel
8437 rp="What is the type used for lseek's offset on this system?"
8438 set off_t lseektype long stdio.h sys/types.h
8442 echo "Checking to see how big your file offsets are..." >&4
8444 #include <sys/types.h>
8448 printf("%d\n", (int)sizeof($lseektype));
8453 if eval $compile_ok; then
8454 lseeksize=`$run ./try`
8455 echo "Your file offsets are $lseeksize bytes long."
8459 echo "(I can't seem to compile the test program. Guessing...)"
8460 rp="What is the size of your file offsets (in bytes)?"
8466 : see what type file positions are declared as in the library
8467 rp="What is the type for file position used by fsetpos()?"
8468 set fpos_t fpostype long stdio.h sys/types.h
8473 *_t) zzz="$fpostype" ;;
8476 echo "Checking the size of $zzz..." >&4
8478 #include <sys/types.h>
8481 printf("%d\n", (int)sizeof($fpostype));
8486 if eval $compile_ok; then
8490 echo "(I can't execute the test program--guessing $fpossize.)" >&4
8493 echo "Your $zzz is $fpossize bytes long."
8499 echo "(I can't compile the test program. Guessing...)" >&4
8500 rp="What is the size of your file positions (in bytes)?"
8507 # Backward compatibility (uselfs is deprecated).
8509 "$define"|true|[yY]*)
8512 *** Configure -Duselfs is deprecated, using -Duselargefiles instead.
8514 uselargefiles="$define"
8518 case "$lseeksize:$fpossize" in
8521 You can have files larger than 2 gigabytes.
8524 *) case "$uselargefiles" in
8525 "$undef"|false|[nN]*) dflt='n' ;;
8530 Perl can be built to understand large files (files larger than 2 gigabytes)
8531 on some systems. To do so, Configure can be run with -Duselargefiles.
8533 If this doesn't make any sense to you, just accept the default '$dflt'.
8535 rp='Try to understand large files, if available?'
8538 y|Y) val="$define" ;;
8545 case "$uselargefiles" in
8547 : Look for a hint-file generated 'call-back-unit'. If the
8548 : user has specified that a large files perl is to be built,
8549 : we may need to set or change some other defaults.
8550 if $test -f uselargefiles.cbu; then
8551 echo "Your platform has some specific hints for large file builds, using them..."
8552 . ./uselargefiles.cbu
8554 echo "Rechecking to see how big your file offsets are..." >&4
8556 #include <sys/types.h>
8560 printf("%d\n", (int)sizeof($lseektype));
8565 if eval $compile_ok; then
8566 lseeksize=`$run ./try`
8567 $echo "Your file offsets are now $lseeksize bytes long."
8571 echo "(I can't seem to compile the test program. Guessing...)"
8572 rp="What is the size of your file offsets (in bytes)?"
8577 *_t) zzz="$fpostype" ;;
8580 $echo $n "Rechecking the size of $zzz...$c" >&4
8582 #include <sys/types.h>
8585 printf("%d\n", (int)sizeof($fpostype));
8590 if eval $compile_ok; then
8595 echo "(I can't execute the test program--guessing $fpossize.)" >&4
8598 echo " $fpossize bytes." >&4
8604 echo "(I can't compile the test program. Guessing...)" >&4
8605 rp="What is the size of your file positions (in bytes)?"
8614 case "$vendorprefix" in
8615 '') d_vendorbin="$undef"
8619 *) d_vendorbin="$define"
8620 : determine where vendor-supplied executables go.
8621 case "$vendorbin" in
8622 '') dflt=$vendorprefix/bin ;;
8623 *) dflt="$vendorbin" ;;
8626 rp='Pathname for the vendor-supplied executables directory?'
8629 vendorbinexp="$ansexp"
8632 : Change installation prefix, if necessary.
8633 if $test X"$prefix" != X"$installprefix"; then
8634 installvendorbin=`echo $vendorbinexp | $sed "s#^$prefix#$installprefix#"`
8636 installvendorbin="$vendorbinexp"
8639 : see if qgcvt exists
8643 : Check how to convert floats to strings.
8645 echo "Checking for an efficient way to convert floats to strings."
8647 case "$uselongdouble" in
8648 "$define") echo "#define USE_LONG_DOUBLE" >>try.c ;;
8650 case "$d_longdbl" in
8651 "$define") echo "#define HAS_LONG_DOUBLE" >>try.c ;;
8653 case "$d_PRIgldbl" in
8654 "$define") echo "#define HAS_PRIgldbl" >>try.c ;;
8658 #define Gconvert(x,n,t,b) gconvert((x),(n),(t),(b))
8659 char *myname = "gconvert";
8662 #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
8663 char *myname = "gcvt";
8666 #define Gconvert(x,n,t,b) qgcvt((x),(n),(b))
8667 char *myname = "qgcvt";
8668 #define DOUBLETYPE long double
8671 #if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE) && defined(HAS_PRIgldbl)
8672 #define Gconvert(x,n,t,b) sprintf((b),"%.*"$sPRIgldbl,(n),(x))
8674 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
8676 char *myname = "sprintf";
8680 #if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE)
8681 #define DOUBLETYPE long double
8683 #define DOUBLETYPE double
8689 #define I_STDLIB $i_stdlib
8695 checkit(expect, got)
8699 if (strcmp(expect, got)) {
8700 printf("%s oddity: Expected %s, got %s\n",
8701 myname, expect, got);
8711 /* This must be 1st test on (which?) platform */
8712 /* Alan Burlison <AlanBurlsin@unn.unisys.com> */
8713 Gconvert((DOUBLETYPE)0.1, 8, 0, buf);
8714 checkit("0.1", buf);
8716 Gconvert((DOUBLETYPE)1.0, 8, 0, buf);
8719 Gconvert((DOUBLETYPE)1.1, 8, 0, buf);
8720 checkit("1.1", buf);
8722 Gconvert((DOUBLETYPE)1.01, 8, 0, buf);
8723 checkit("1.01", buf);
8725 Gconvert((DOUBLETYPE)1.001, 8, 0, buf);
8726 checkit("1.001", buf);
8728 Gconvert((DOUBLETYPE)1.0001, 8, 0, buf);
8729 checkit("1.0001", buf);
8731 Gconvert((DOUBLETYPE)1.00001, 8, 0, buf);
8732 checkit("1.00001", buf);
8734 Gconvert((DOUBLETYPE)1.000001, 8, 0, buf);
8735 checkit("1.000001", buf);
8737 Gconvert((DOUBLETYPE)0.0, 8, 0, buf);
8740 Gconvert((DOUBLETYPE)-1.0, 8, 0, buf);
8743 /* Some Linux gcvt's give 1.e+5 here. */
8744 Gconvert((DOUBLETYPE)100000.0, 8, 0, buf);
8745 checkit("100000", buf);
8747 /* Some Linux gcvt's give -1.e+5 here. */
8748 Gconvert((DOUBLETYPE)-100000.0, 8, 0, buf);
8749 checkit("-100000", buf);
8751 Gconvert((DOUBLETYPE)123.456, 8, 0, buf);
8752 checkit("123.456", buf);
8754 /* Testing of 1e+129 in bigintpm.t must not get extra '.' here. */
8755 Gconvert((DOUBLETYPE)1e30, 8, 0, buf);
8756 if (strlen(buf) > 5)
8757 checkit("1e+030", buf); /* for Microsoft */
8759 checkit("1e+30", buf);
8764 case "$d_Gconvert" in
8765 gconvert*) xxx_list='gconvert gcvt sprintf' ;;
8766 gcvt*) xxx_list='gcvt gconvert sprintf' ;;
8767 sprintf*) xxx_list='sprintf gconvert gcvt' ;;
8768 *) xxx_list='gconvert gcvt sprintf' ;;
8771 case "$d_longdbl$uselongdouble$d_PRIgldbl" in
8772 "$define$define$define")
8773 # for long doubles prefer first qgcvt, then sprintf
8774 xxx_list="`echo $xxx_list|sed s/sprintf//`"
8775 xxx_list="sprintf $xxx_list"
8777 "$define") xxx_list="qgcvt $xxx_list" ;;
8782 for xxx_convert in $xxx_list; do
8783 echo "Trying $xxx_convert..."
8785 set try -DTRY_$xxx_convert
8786 if eval $compile; then
8787 echo "$xxx_convert() found." >&4
8789 echo "I'll use $xxx_convert to convert floats into a string." >&4
8792 echo "...But $xxx_convert didn't work as I expected."
8795 echo "$xxx_convert NOT found." >&4
8799 case "$xxx_convert" in
8800 gconvert) d_Gconvert='gconvert((x),(n),(t),(b))' ;;
8801 gcvt) d_Gconvert='gcvt((x),(n),(b))' ;;
8802 qgcvt) d_Gconvert='qgcvt((x),(n),(b))' ;;
8803 *) case "$uselongdouble$d_longdbl$d_PRIgldbl" in
8804 "$define$define$define")
8805 d_Gconvert="sprintf((b),\"%.*\"$sPRIgldbl,(n),(x))" ;;
8806 *) d_Gconvert='sprintf((b),"%.*g",(n),(x))' ;;
8811 : see if _fwalk exists
8815 : Initialize h_fcntl
8818 : Initialize h_sysfile
8821 : access call always available on UNIX
8825 : locate the flags for 'access()'
8829 $cat >access.c <<'EOCP'
8830 #include <sys/types.h>
8835 #include <sys/file.h>
8844 : check sys/file.h first, no particular reason here
8845 if $test `./findhdr sys/file.h` && \
8846 $cc -o access $cppflags -DI_SYS_FILE access.c >/dev/null 2>&1 ; then
8848 echo "<sys/file.h> defines the *_OK access constants." >&4
8849 elif $test `./findhdr fcntl.h` && \
8850 $cc -o access $cppflags -DI_FCNTL access.c >/dev/null 2>&1 ; then
8852 echo "<fcntl.h> defines the *_OK access constants." >&4
8853 elif $test `./findhdr unistd.h` && \
8854 $cc -o access $cppflags -DI_UNISTD access.c >/dev/null 2>&1 ; then
8855 echo "<unistd.h> defines the *_OK access constants." >&4
8857 echo "I can't find the four *_OK access constants--I'll use mine." >&4
8863 : see if accessx exists
8864 set accessx d_accessx
8867 : see if alarm exists
8871 : see if atolf exists
8875 : see if atoll exists
8879 : Look for GNU-cc style attribute checking
8881 echo "Checking whether your compiler can handle __attribute__ ..." >&4
8882 $cat >attrib.c <<'EOCP'
8884 void croak (char* pat,...) __attribute__((format(printf,1,2),noreturn));
8886 if $cc $ccflags -c attrib.c >attrib.out 2>&1 ; then
8887 if $contains 'warning' attrib.out >/dev/null 2>&1; then
8888 echo "Your C compiler doesn't fully support __attribute__."
8891 echo "Your C compiler supports __attribute__."
8895 echo "Your C compiler doesn't seem to understand __attribute__ at all."
8902 : see if bcmp exists
8906 : see if bcopy exists
8910 : see if this is a unistd.h system
8911 set unistd.h i_unistd
8914 : see if getpgrp exists
8915 set getpgrp d_getpgrp
8918 case "$d_getpgrp" in
8921 echo "Checking to see which flavor of getpgrp is in use..."
8924 #include <sys/types.h>
8926 # include <unistd.h>
8930 if (getuid() == 0) {
8931 printf("(I see you are running Configure as super-user...)\n");
8935 if (getpgrp(1) == 0)
8944 if $cc -o try -DTRY_BSD_PGRP $ccflags $ldflags try.c $libs >/dev/null 2>&1 && $run ./try; then
8945 echo "You have to use getpgrp(pid) instead of getpgrp()." >&4
8947 elif $cc -o try $ccflags $ldflags try.c $libs >/dev/null 2>&1 && $run ./try; then
8948 echo "You have to use getpgrp() instead of getpgrp(pid)." >&4
8951 echo "I can't seem to compile and run the test program."
8953 xxx="a USG one, i.e. you use getpgrp()."
8955 # SVR4 systems can appear rather BSD-ish.
8958 xxx="a BSD one, i.e. you use getpgrp(pid)."
8962 xxx="probably a USG one, i.e. you use getpgrp()."
8967 echo "Assuming your getpgrp is $xxx" >&4
8976 : see if setpgrp exists
8977 set setpgrp d_setpgrp
8980 case "$d_setpgrp" in
8983 echo "Checking to see which flavor of setpgrp is in use..."
8986 #include <sys/types.h>
8988 # include <unistd.h>
8992 if (getuid() == 0) {
8993 printf("(I see you are running Configure as super-user...)\n");
8997 if (-1 == setpgrp(1, 1))
9000 if (setpgrp() != -1)
9006 if $cc -o try -DTRY_BSD_PGRP $ccflags $ldflags try.c $libs >/dev/null 2>&1 && $run ./try; then
9007 echo 'You have to use setpgrp(pid,pgrp) instead of setpgrp().' >&4
9009 elif $cc -o try $ccflags $ldflags try.c $libs >/dev/null 2>&1 && $run ./try; then
9010 echo 'You have to use setpgrp() instead of setpgrp(pid,pgrp).' >&4
9013 echo "(I can't seem to compile and run the test program.)"
9015 xxx="a USG one, i.e. you use setpgrp()."
9017 # SVR4 systems can appear rather BSD-ish.
9020 xxx="a BSD one, i.e. you use setpgrp(pid,pgrp)."
9024 xxx="probably a USG one, i.e. you use setpgrp()."
9029 echo "Assuming your setpgrp is $xxx" >&4
9037 : see if bzero exists
9041 : see if signal is declared as pointer to function returning int or void
9043 xxx=`./findhdr signal.h`
9044 $test "$xxx" && $cppstdin $cppminus $cppflags < $xxx >$$.tmp 2>/dev/null
9045 if $contains 'int.*\*[ ]*signal' $$.tmp >/dev/null 2>&1 ; then
9046 echo "You have int (*signal())() instead of void." >&4
9048 elif $contains 'void.*\*[ ]*signal' $$.tmp >/dev/null 2>&1 ; then
9049 echo "You have void (*signal())()." >&4
9051 elif $contains 'extern[ ]*[(\*]*signal' $$.tmp >/dev/null 2>&1 ; then
9052 echo "You have int (*signal())() instead of void." >&4
9054 elif $contains 'void.*\*.*sig' $$.tmp >/dev/null 2>&1 ; then
9055 echo "You have void (*signal())()." >&4
9058 case "$d_voidsig" in
9060 echo "I can't determine whether signal handler returns void or int..." >&4
9062 rp="What type does your signal handler return?"
9069 echo "As you already told me, signal handler returns void." >&4
9072 *) echo "As you already told me, signal handler returns int." >&4
9079 case "$d_voidsig" in
9080 "$define") signal_t="void";;
9085 : check for ability to cast large floats to 32-bit ints.
9087 echo 'Checking whether your C compiler can cast large floats to int32.' >&4
9088 if $test "$intsize" -ge 4; then
9095 #include <sys/types.h>
9097 $signal_t blech(s) int s; { exit(3); }
9104 signal(SIGFPE, blech);
9106 /* Don't let compiler optimize the test away. Store the number
9107 in a writable string for gcc to pass to sscanf under HP/UX.
9109 sprintf(str, "2147483647");
9110 sscanf(str, "%lf", &f); /* f = (double) 0x7fffffff; */
9114 /* x86 processors will probably give 0x8000 0000, which is a
9115 sign change. We don't want that. We want to mimic SPARC
9116 behavior here, which is to preserve the sign and give
9119 if (i32 != ($xxx) f)
9125 if eval $compile_ok; then
9129 echo "(I can't seem to compile the test program--assuming it can't)"
9137 echo "Nope, it can't."
9144 : check for ability to cast negative floats to unsigned
9146 echo 'Checking whether your C compiler can cast negative float to unsigned.' >&4
9149 #include <sys/types.h>
9151 $signal_t blech(s) int s; { exit(7); }
9152 $signal_t blech_in_list(s) int s; { exit(4); }
9153 unsigned long dummy_long(p) unsigned long p; { return p; }
9154 unsigned int dummy_int(p) unsigned int p; { return p; }
9155 unsigned short dummy_short(p) unsigned short p; { return p; }
9159 unsigned long along;
9161 unsigned short ashort;
9165 /* Frustrate gcc-2.7.2's optimizer which failed this test with
9166 a direct f = -123. assignment. gcc-2.8.0 reportedly
9167 optimized the whole file away
9169 /* Store the number in a writable string for gcc to pass to
9172 sprintf(str, "-123");
9173 sscanf(str, "%lf", &f); /* f = -123.; */
9175 signal(SIGFPE, blech);
9176 along = (unsigned long)f;
9177 aint = (unsigned int)f;
9178 ashort = (unsigned short)f;
9179 if (along != (unsigned long)-123)
9181 if (aint != (unsigned int)-123)
9183 if (ashort != (unsigned short)-123)
9185 sprintf(str, "1073741824.");
9186 sscanf(str, "%lf", &f); /* f = (double)0x40000000; */
9189 along = (unsigned long)f;
9190 if (along != 0x80000000)
9194 along = (unsigned long)f;
9195 if (along != 0x7fffffff)
9199 along = (unsigned long)f;
9200 if (along != 0x80000001)
9204 signal(SIGFPE, blech_in_list);
9205 sprintf(str, "123.");
9206 sscanf(str, "%lf", &f); /* f = 123.; */
9207 along = dummy_long((unsigned long)f);
9208 aint = dummy_int((unsigned int)f);
9209 ashort = dummy_short((unsigned short)f);
9210 if (along != (unsigned long)123)
9212 if (aint != (unsigned int)123)
9214 if (ashort != (unsigned short)123)
9221 if eval $compile_ok; then
9225 echo "(I can't seem to compile the test program--assuming it can't)"
9228 case "$castflags" in
9233 echo "Nope, it can't."
9240 : see if vprintf exists
9242 if set vprintf val -f d_vprintf; eval $csym; $val; then
9243 echo 'vprintf() found.' >&4
9246 #include <varargs.h>
9248 int main() { xxx("foo"); }
9257 exit((unsigned long)vsprintf(buf,"%s",args) > 10L);
9261 if eval $compile && $run ./try; then
9262 echo "Your vsprintf() returns (int)." >&4
9265 echo "Your vsprintf() returns (char*)." >&4
9269 echo 'vprintf() NOT found.' >&4
9280 : see if chown exists
9284 : see if chroot exists
9288 : see if chsize exists
9292 : see if class exists
9296 hasstruct='varname=$1; struct=$2; shift; shift;
9297 while $test $# -ge 2; do
9299 $define) echo "#include <$2>";;
9303 echo "int main () { struct $struct foo; }" >> try.c;
9305 if eval $compile; then
9314 : see if sys/types.h has to be included
9315 set sys/types.h i_systypes
9318 hasfield='varname=$1; struct=$2; field=$3; shift; shift; shift;
9319 while $test $# -ge 2; do
9321 $define) echo "#include <$2>";;
9325 echo "int main () { struct $struct foo; char* bar; bar = (char*)foo.$field; }" >> try.c;
9327 if eval $compile; then
9338 : see whether socket exists
9340 $echo $n "Hmm... $c" >&4
9341 if set socket val -f d_socket; eval $csym; $val; then
9342 echo "Looks like you have Berkeley networking support." >&4
9344 if set setsockopt val -f; eval $csym; $val; then
9347 echo "...but it uses the old BSD 4.1c interface, rather than 4.2." >&4
9351 if $contains socklib libc.list >/dev/null 2>&1; then
9352 echo "Looks like you have Berkeley networking support." >&4
9354 : we will have to assume that it supports the 4.2 BSD interface
9357 echo "You don't have Berkeley networking in libc$_a..." >&4
9358 if test "X$d_socket" = "X$define"; then
9359 echo "...but you seem to believe that you have sockets." >&4
9361 for net in net socket
9363 if test -f /usr/lib/lib$net$_a; then
9364 ( ($nm $nm_opt /usr/lib/lib$net$_a | eval $nm_extract) || \
9365 $ar t /usr/lib/lib$net$_a) 2>/dev/null >> libc.list
9366 if $contains socket libc.list >/dev/null 2>&1; then
9371 echo "...but the Wollongong group seems to have hacked it in." >&4
9372 sockethdr="-I/usr/netinclude"
9375 echo "Found Berkeley sockets interface in lib$net." >&4
9376 if $contains setsockopt libc.list >/dev/null 2>&1; then
9379 echo "...using the old BSD 4.1c interface, rather than 4.2." >&4
9386 if test "X$d_socket" != "X$define"; then
9387 echo "or anywhere else I see." >&4
9395 : see if socketpair exists
9396 set socketpair d_sockpair
9401 echo "Checking the availability of certain socket constants..." >&4
9402 for ENUM in MSG_CTRUNC MSG_DONTROUTE MSG_OOB MSG_PEEK MSG_PROXY SCM_RIGHTS; do
9403 enum=`$echo $ENUM|./tr '[A-Z]' '[a-z]'`
9405 #include <sys/types.h>
9406 #include <sys/socket.h>
9412 set try; if eval $compile; then
9415 set d_${enum}; eval $setvar
9419 : see if this is a sys/uio.h system
9420 set sys/uio.h i_sysuio
9425 echo "Checking to see if your system supports struct cmsghdr..." >&4
9426 set d_cmsghdr_s cmsghdr $i_systypes sys/types.h $d_socket sys/socket.h $i_sysuio sys/uio.h
9428 case "$d_cmsghdr_s" in
9429 "$define") echo "Yes, it does." ;;
9430 *) echo "No, it doesn't." ;;
9434 : check for const keyword
9436 echo 'Checking to see if your C compiler knows about "const"...' >&4
9437 $cat >const.c <<'EOCP'
9438 typedef struct spug { int drokk; } spug;
9445 if $cc -c $ccflags const.c >/dev/null 2>&1 ; then
9447 echo "Yup, it does."
9450 echo "Nope, it doesn't."
9455 : see if crypt exists
9460 $define) cryptlib='' ;;
9461 *) if set crypt val -f d_crypt; eval $csym; $val; then
9462 echo 'crypt() found.' >&4
9466 cryptlib=`./loc Slibcrypt$_a "" $xlibpth`
9467 if $test -z "$cryptlib"; then
9468 cryptlib=`./loc Mlibcrypt$_a "" $xlibpth`
9472 if $test -z "$cryptlib"; then
9473 cryptlib=`./loc Llibcrypt$_a "" $xlibpth`
9477 if $test -z "$cryptlib"; then
9478 cryptlib=`./loc libcrypt$_a "" $libpth`
9482 if $test -z "$cryptlib"; then
9483 echo 'crypt() NOT found.' >&4
9494 : get csh whereabouts
9496 'csh') val="$undef" ;;
9501 : Respect a hint or command line value for full_csh.
9503 '') full_csh=$csh ;;
9506 : see if cuserid exists
9507 set cuserid d_cuserid
9510 : see if this is a limits.h system
9511 set limits.h i_limits
9514 : see if this is a float.h system
9518 : See if number of significant digits in a double precision number is known
9520 $cat >dbl_dig.c <<EOM
9530 printf("Contains DBL_DIG");
9533 $cppstdin $cppflags $cppminus < dbl_dig.c >dbl_dig.E 2>/dev/null
9534 if $contains 'DBL_DIG' dbl_dig.E >/dev/null 2>&1; then
9535 echo "DBL_DIG found." >&4
9538 echo "DBL_DIG NOT found." >&4
9545 hasproto='varname=$1; func=$2; shift; shift;
9546 while $test $# -ge 2; do
9548 $define) echo "#include <$2>";;
9552 $cppstdin $cppflags $cppminus < try.c > tryout.c 2>/dev/null;
9553 if $contains "$func.*(" tryout.c >/dev/null 2>&1; then
9554 echo "$func() prototype found.";
9557 echo "$func() prototype NOT found.";
9562 $rm -f try.c tryout.c'
9564 : see if dbm.h is available
9565 : see if dbmclose exists
9566 set dbmclose d_dbmclose
9569 case "$d_dbmclose" in
9579 *) set rpcsvc/dbm.h i_rpcsvcdbm
9584 *) echo "We won't be including <dbm.h>"
9594 : see if prototype for dbminit is available
9596 set d_dbminitproto dbminit $i_dbm dbm.h
9599 : see if difftime exists
9600 set difftime d_difftime
9603 : see if this is a dirent system
9605 if xinc=`./findhdr dirent.h`; $test "$xinc"; then
9607 echo "<dirent.h> found." >&4
9610 if xinc=`./findhdr sys/dir.h`; $test "$xinc"; then
9611 echo "<sys/dir.h> found." >&4
9614 xinc=`./findhdr sys/ndir.h`
9616 echo "<dirent.h> NOT found." >&4
9621 : Look for type of directory structure.
9623 $cppstdin $cppflags $cppminus < "$xinc" > try.c
9625 case "$direntrytype" in
9628 $define) guess1='struct dirent' ;;
9629 *) guess1='struct direct' ;;
9632 *) guess1="$direntrytype"
9637 'struct dirent') guess2='struct direct' ;;
9638 *) guess2='struct dirent' ;;
9641 if $contains "$guess1" try.c >/dev/null 2>&1; then
9642 direntrytype="$guess1"
9643 echo "Your directory entries are $direntrytype." >&4
9644 elif $contains "$guess2" try.c >/dev/null 2>&1; then
9645 direntrytype="$guess2"
9646 echo "Your directory entries seem to be $direntrytype." >&4
9648 echo "I don't recognize your system's directory entries." >&4
9649 rp="What type is used for directory entries on this system?"
9657 : see if the directory entry stores field length
9659 $cppstdin $cppflags $cppminus < "$xinc" > try.c
9660 if $contains 'd_namlen' try.c >/dev/null 2>&1; then
9661 echo "Good, your directory entry keeps length information in d_namlen." >&4
9664 echo "Your directory entry does not know about the d_namlen field." >&4
9671 : see if this is an sysdir system
9672 set sys/dir.h i_sysdir
9675 : see if this is an sysndir system
9676 set sys/ndir.h i_sysndir
9683 #$i_dirent I_DIRENT /**/
9684 #$i_sysdir I_SYS_DIR /**/
9685 #$i_sysndir I_SYS_NDIR /**/
9686 #$i_systypes I_SYS_TYPES /**/
9687 #if defined(I_SYS_TYPES)
9688 #include <sys/types.h>
9690 #if defined(I_DIRENT)
9692 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
9693 #include <sys/dir.h>
9697 #include <sys/ndir.h>
9701 #include <ndir.h> /* may be wrong in the future */
9703 #include <sys/dir.h>
9709 DIR *dirp = opendir(".");
9710 if (dirfd(dirp) >= 0)
9717 if eval $compile; then
9721 $define) echo "dirfd() found." >&4 ;;
9722 *) echo "dirfd() NOT found." >&4 ;;
9728 : see if dlerror exists
9731 set dlerror d_dlerror
9735 : see if dlfcn is available
9743 On a few systems, the dynamically loaded modules that perl generates and uses
9744 will need a different extension than shared libs. The default will probably
9752 rp='What is the extension of dynamically loaded modules'
9761 : Check if dlsym need a leading underscore
9767 echo "Checking whether your dlsym() needs a leading underscore ..." >&4
9768 $cat >dyna.c <<'EOM'
9777 #include <dlfcn.h> /* the dynamic linker include file for SunOS/Solaris */
9779 #include <sys/types.h>
9793 int mode = RTLD_LAZY ;
9795 handle = dlopen("./dyna.$dlext", mode) ;
9796 if (handle == NULL) {
9801 symbol = dlsym(handle, "fred") ;
9802 if (symbol == NULL) {
9803 /* try putting a leading underscore */
9804 symbol = dlsym(handle, "_fred") ;
9805 if (symbol == NULL) {
9818 : Call the object file tmp-dyna.o in case dlext=o.
9819 if $cc $ccflags $cccdlflags -c dyna.c > /dev/null 2>&1 &&
9820 mv dyna${_o} tmp-dyna${_o} > /dev/null 2>&1 &&
9821 $ld -o dyna.$dlext $ldflags $lddlflags tmp-dyna${_o} > /dev/null 2>&1 &&
9822 $cc -o fred $ccflags $ldflags $cccdlflags $ccdlflags fred.c $libs > /dev/null 2>&1 && $to dyna.$dlext; then
9825 1) echo "Test program failed using dlopen." >&4
9826 echo "Perhaps you should not use dynamic loading." >&4;;
9827 2) echo "Test program failed using dlsym." >&4
9828 echo "Perhaps you should not use dynamic loading." >&4;;
9829 3) echo "dlsym needs a leading underscore" >&4
9831 4) echo "dlsym doesn't need a leading underscore." >&4;;
9834 echo "I can't compile and run the test program." >&4
9835 echo "I'm guessing that dlsym doesn't need a leading underscore." >&4
9840 $rm -f fred fred.* dyna.$dlext dyna.* tmp-dyna.*
9845 : see if prototype for drand48 is available
9847 set d_drand48proto drand48 $i_stdlib stdlib.h $i_unistd unistd.h
9850 : see if dup2 exists
9854 : see if eaccess exists
9855 set eaccess d_eaccess
9858 : see if endgrent exists
9859 set endgrent d_endgrent
9862 : see if endhostent exists
9863 set endhostent d_endhent
9866 : see if endnetent exists
9867 set endnetent d_endnent
9870 : see if endprotoent exists
9871 set endprotoent d_endpent
9874 : see if endpwent exists
9875 set endpwent d_endpwent
9878 : see if endservent exists
9879 set endservent d_endsent
9882 : Locate the flags for 'open()'
9884 $cat >try.c <<'EOCP'
9885 #include <sys/types.h>
9890 #include <sys/file.h>
9901 : check sys/file.h first to get FREAD on Sun
9902 if $test `./findhdr sys/file.h` && \
9903 set try -DI_SYS_FILE && eval $compile; then
9905 echo "<sys/file.h> defines the O_* constants..." >&4
9907 echo "and you have the 3 argument form of open()." >&4
9910 echo "but not the 3 argument form of open(). Oh, well." >&4
9913 elif $test `./findhdr fcntl.h` && \
9914 set try -DI_FCNTL && eval $compile; then
9916 echo "<fcntl.h> defines the O_* constants..." >&4
9918 echo "and you have the 3 argument form of open()." >&4
9921 echo "but not the 3 argument form of open(). Oh, well." >&4
9926 echo "I can't find the O_* constant definitions! You got problems." >&4
9932 : see which of string.h or strings.h is needed
9934 strings=`./findhdr string.h`
9935 if $test "$strings" && $test -r "$strings"; then
9936 echo "Using <string.h> instead of <strings.h>." >&4
9940 strings=`./findhdr strings.h`
9941 if $test "$strings" && $test -r "$strings"; then
9942 echo "Using <strings.h> instead of <string.h>." >&4
9944 echo "No string header found -- You'll surely have problems." >&4
9950 "$undef") strings=`./findhdr strings.h`;;
9951 *) strings=`./findhdr string.h`;;
9954 : see if this is a sys/file.h system
9959 : do we need to include sys/file.h ?
9965 echo "We'll be including <sys/file.h>." >&4
9968 echo "We won't be including <sys/file.h>." >&4
9978 : see if fcntl.h is there
9983 : see if we can include fcntl.h
9989 echo "We'll be including <fcntl.h>." >&4
9993 echo "We don't need to include <fcntl.h> if we include <sys/file.h>." >&4
9995 echo "We won't be including <fcntl.h>." >&4
10007 : check for non-blocking I/O stuff
10008 case "$h_sysfile" in
10009 true) echo "#include <sys/file.h>" > head.c;;
10012 true) echo "#include <fcntl.h>" > head.c;;
10013 *) echo "#include <sys/fcntl.h>" > head.c;;
10018 echo "Figuring out the flag used by open() for non-blocking I/O..." >&4
10019 case "$o_nonblock" in
10021 $cat head.c > try.c
10022 $cat >>try.c <<EOCP
10024 #include <stdlib.h>
10031 printf("O_NONBLOCK\n");
10035 printf("O_NDELAY\n");
10039 printf("FNDELAY\n");
10046 if eval $compile_ok; then
10047 o_nonblock=`$run ./try`
10048 case "$o_nonblock" in
10049 '') echo "I can't figure it out, assuming O_NONBLOCK will do.";;
10050 *) echo "Seems like we can use $o_nonblock.";;
10053 echo "(I can't compile the test program; pray O_NONBLOCK is right!)"
10056 *) echo "Using $hint value $o_nonblock.";;
10058 $rm -f try try.* .out core
10061 echo "Let's see what value errno gets from read() on a $o_nonblock file..." >&4
10064 $cat head.c > try.c
10065 $cat >>try.c <<EOCP
10067 #include <sys/types.h>
10068 #include <signal.h>
10070 #include <stdlib.h>
10075 #define MY_O_NONBLOCK $o_nonblock
10076 #ifndef errno /* XXX need better Configure test */
10079 #$i_unistd I_UNISTD
10081 #include <unistd.h>
10083 #$i_string I_STRING
10085 #include <string.h>
10087 #include <strings.h>
10089 $signal_t blech(x) int x; { exit(3); }
10091 $cat >> try.c <<'EOCP'
10099 pipe(pd); /* Down: child -> parent */
10100 pipe(pu); /* Up: parent -> child */
10103 close(pd[1]); /* Parent reads from pd[0] */
10104 close(pu[0]); /* Parent writes (blocking) to pu[1] */
10106 if (-1 == fcntl(pd[0], F_SETFL, MY_O_NONBLOCK))
10111 signal(SIGALRM, blech);
10113 if ((ret = read(pd[0], buf, 1)) > 0) /* Nothing to read! */
10115 sprintf(string, "%d\n", ret);
10116 write(2, string, strlen(string));
10119 if (errno == EAGAIN) {
10120 printf("EAGAIN\n");
10125 if (errno == EWOULDBLOCK)
10126 printf("EWOULDBLOCK\n");
10129 write(pu[1], buf, 1); /* Unblocks child, tell it to close our pipe */
10130 sleep(2); /* Give it time to close our pipe */
10132 ret = read(pd[0], buf, 1); /* Should read EOF */
10134 sprintf(string, "%d\n", ret);
10135 write(4, string, strlen(string));
10139 close(pd[0]); /* We write to pd[1] */
10140 close(pu[1]); /* We read from pu[0] */
10141 read(pu[0], buf, 1); /* Wait for parent to signal us we may continue */
10142 close(pd[1]); /* Pipe pd is now fully closed! */
10143 exit(0); /* Bye bye, thank you for playing! */
10147 if eval $compile_ok; then
10148 echo "$startsh" >mtry
10149 echo "$run ./try >try.out 2>try.ret 4>try.err || exit 4" >>mtry
10151 ./mtry >/dev/null 2>&1
10153 0) eagain=`$cat try.out`;;
10154 1) echo "Could not perform non-blocking setting!";;
10155 2) echo "I did a successful read() for something that was not there!";;
10156 3) echo "Hmm... non-blocking I/O does not seem to be working!";;
10157 4) echo "Could not find F_SETFL!";;
10158 *) echo "Something terribly wrong happened during testing.";;
10160 rd_nodata=`$cat try.ret`
10161 echo "A read() system call with no data present returns $rd_nodata."
10162 case "$rd_nodata" in
10165 echo "(That's peculiar, fixing that to be -1.)"
10171 echo "Forcing errno EAGAIN on read() with no data available."
10175 echo "Your read() sets errno to $eagain when no data is available."
10178 status=`$cat try.err`
10180 0) echo "And it correctly returns 0 to signal EOF.";;
10181 -1) echo "But it also returns -1 to signal EOF, so be careful!";;
10182 *) echo "However, your read() returns '$status' on EOF??";;
10185 if test "$status" = "$rd_nodata"; then
10186 echo "WARNING: you can't distinguish between EOF and no data!"
10190 echo "I can't compile the test program--assuming errno EAGAIN will do."
10197 echo "Using $hint value $eagain."
10198 echo "Your read() returns $rd_nodata when no data is present."
10199 case "$d_eofnblk" in
10200 "$define") echo "And you can see EOF because read() returns 0.";;
10201 "$undef") echo "But you can't see EOF status from read() returned value.";;
10203 echo "(Assuming you can't see EOF status from read anyway.)"
10209 $rm -f try try.* .out core head.c mtry
10211 : see if fchdir exists
10212 set fchdir d_fchdir
10215 : see if fchmod exists
10216 set fchmod d_fchmod
10219 : see if fchown exists
10220 set fchown d_fchown
10223 : see if this is an fcntl system
10228 : See if fcntl-based locking works.
10230 #include <stdlib.h>
10231 #include <unistd.h>
10233 #include <signal.h>
10234 $signal_t blech(x) int x; { exit(3); }
10236 #if defined(F_SETLK) && defined(F_SETLKW)
10237 struct flock flock;
10239 fd = open("try.c", O_RDONLY);
10240 flock.l_type = F_RDLCK;
10241 flock.l_whence = SEEK_SET;
10242 flock.l_start = flock.l_len = 0;
10243 signal(SIGALRM, blech);
10245 retval = fcntl(fd, F_SETLK, &flock);
10247 (retval < 0 ? exit(2) : exit(0));
10253 echo "Checking if fcntl-based file locking works... "
10257 if eval $compile_ok; then
10258 if $run ./try; then
10259 echo "Yes, it seems to work."
10262 echo "Nope, it didn't work."
10267 *** I had to forcibly timeout from fcntl(..., F_SETLK, ...).
10268 *** This is (almost) impossible.
10269 *** If your NFS lock daemons are not feeling well, something like
10270 *** this may happen, please investigate. Cannot continue, aborting.
10278 echo "I'm unable to compile the test program, so I'll assume not."
10283 echo "Nope, since you don't even have fcntl()."
10286 set d_fcntl_can_lock
10291 : see if sys/select.h has to be included
10292 set sys/select.h i_sysselct
10295 : see if we should include time.h, sys/time.h, or both
10297 if test "X$timeincl" = X; then
10298 echo "Testing to see if we should include <time.h>, <sys/time.h> or both." >&4
10299 $echo $n "I'm now running the test program...$c"
10300 $cat >try.c <<'EOCP'
10301 #include <sys/types.h>
10306 #ifdef SYSTIMEKERNEL
10309 #include <sys/time.h>
10312 #include <sys/select.h>
10318 struct timeval bar;
10321 struct timezone tzp;
10323 if (foo.tm_sec == foo.tm_sec)
10326 if (bar.tv_sec == bar.tv_sec)
10333 for s_timezone in '-DS_TIMEZONE' ''; do
10335 for s_timeval in '-DS_TIMEVAL' ''; do
10336 for i_systimek in '' '-DSYSTIMEKERNEL'; do
10337 for i_time in '' '-DI_TIME'; do
10338 for i_systime in '-DI_SYSTIME' ''; do
10341 set try $i_time $i_systime $i_systimek $sysselect $s_timeval $s_timezone
10342 if eval $compile; then
10343 set X $i_time $i_systime $i_systimek $sysselect $s_timeval
10347 $echo $n "Succeeded with $flags$c"
10359 *SYSTIMEKERNEL*) i_systimek="$define"
10360 timeincl=`./findhdr sys/time.h`
10361 echo "We'll include <sys/time.h> with KERNEL defined." >&4;;
10362 *) i_systimek="$undef";;
10365 *I_TIME*) i_time="$define"
10366 timeincl=`./findhdr time.h`" $timeincl"
10367 echo "We'll include <time.h>." >&4;;
10368 *) i_time="$undef";;
10371 *I_SYSTIME*) i_systime="$define"
10372 timeincl=`./findhdr sys/time.h`" $timeincl"
10373 echo "We'll include <sys/time.h>." >&4;;
10374 *) i_systime="$undef";;
10379 : check for fd_set items
10382 Checking to see how well your C compiler handles fd_set and friends ...
10385 #$i_systime I_SYS_TIME
10386 #$i_sysselct I_SYS_SELECT
10387 #$d_socket HAS_SOCKET
10388 #include <sys/types.h>
10390 #include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
10393 #include <sys/time.h>
10395 #ifdef I_SYS_SELECT
10396 #include <sys/select.h>
10405 #if defined(FD_SET) && defined(FD_CLR) && defined(FD_ISSET) && defined(FD_ZERO)
10413 if eval $compile; then
10414 d_fds_bits="$define"
10416 echo "Well, your system knows about the normal fd_set typedef..." >&4
10417 if $run ./try; then
10418 echo "and you have the normal fd_set macros (just as I'd expect)." >&4
10419 d_fd_macros="$define"
10422 but not the normal fd_set macros! Gaaack! I'll have to cover for you.
10424 d_fd_macros="$undef"
10428 Hmm, your compiler has some difficulty with fd_set. Checking further...
10431 if eval $compile; then
10432 d_fds_bits="$undef"
10434 echo "Well, your system has some sort of fd_set available..." >&4
10435 if $run ./try; then
10436 echo "and you have the normal fd_set macros." >&4
10437 d_fd_macros="$define"
10440 but not the normal fd_set macros! Gross! More work for me...
10442 d_fd_macros="$undef"
10445 echo "Well, you got zip. That's OK, I can roll my own fd_set stuff." >&4
10447 d_fds_bits="$undef"
10448 d_fd_macros="$undef"
10453 : see if fgetpos exists
10454 set fgetpos d_fgetpos
10457 : see if finite exists
10458 set finite d_finite
10461 : see if finitel exists
10462 set finitel d_finitel
10465 : see if flock exists
10469 : see if prototype for flock is available
10471 set d_flockproto flock $i_sysfile sys/file.h
10474 : see if fork exists
10478 : see if fp_class exists
10479 set fp_class d_fp_class
10482 : see if pathconf exists
10483 set pathconf d_pathconf
10486 : see if fpathconf exists
10487 set fpathconf d_fpathconf
10490 : see if fpclass exists
10491 set fpclass d_fpclass
10494 : see if fpclassify exists
10495 set fpclassify d_fpclassify
10498 : see if fpclassl exists
10499 set fpclassl d_fpclassl
10503 : check for fpos64_t
10505 echo "Checking to see if you have fpos64_t..." >&4
10508 int main() { fpos64_t x = 7; }
10511 if eval $compile; then
10513 echo "You have fpos64_t."
10516 echo "You do not have fpos64_t."
10517 case "$fpossize" in
10518 8) echo "(Your fpos_t is 64 bits, so you could use that.)" ;;
10525 : see if frexpl exists
10526 set frexpl d_frexpl
10529 : see if this is a sys/param system
10530 set sys/param.h i_sysparam
10533 : see if this is a sys/mount.h system
10534 set sys/mount.h i_sysmount
10539 echo "Checking to see if your system supports struct fs_data..." >&4
10540 set d_fs_data_s fs_data $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h
10542 case "$d_fs_data_s" in
10543 "$define") echo "Yes, it does." ;;
10544 *) echo "No, it doesn't." ;;
10547 : see if fseeko exists
10548 set fseeko d_fseeko
10550 case "$longsize" in
10551 8) echo "(Your long is 64 bits, so you could use fseek.)" ;;
10554 : see if fsetpos exists
10555 set fsetpos d_fsetpos
10559 : see if fstatfs exists
10560 set fstatfs d_fstatfs
10564 : see if statvfs exists
10565 set statvfs d_statvfs
10568 : see if fstatvfs exists
10569 set fstatvfs d_fstatvfs
10573 : see if fsync exists
10577 : see if ftello exists
10578 set ftello d_ftello
10580 case "$longsize" in
10581 8) echo "(Your long is 64 bits, so you could use ftell.)" ;;
10584 : see if getcwd exists
10585 set getcwd d_getcwd
10588 : see if getespwnam exists
10589 set getespwnam d_getespwnam
10593 : see if getfsstat exists
10594 set getfsstat d_getfsstat
10597 : see if getgrent exists
10598 set getgrent d_getgrent
10601 : see if gethostbyaddr exists
10602 set gethostbyaddr d_gethbyaddr
10605 : see if gethostbyname exists
10606 set gethostbyname d_gethbyname
10609 : see if gethostent exists
10610 set gethostent d_gethent
10613 : see how we will look up host name
10616 if set gethostname val -f d_gethname; eval $csym; $val; then
10617 echo 'gethostname() found.' >&4
10618 d_gethname="$define"
10621 if set uname val -f d_uname; eval $csym; $val; then
10624 uname() was found, but you're running xenix, and older versions of xenix
10625 have a broken uname(). If you don't really know whether your xenix is old
10626 enough to have a broken system call, use the default answer.
10631 "$define") dflt=n;;
10633 rp='Is your uname() broken?'
10636 n*) d_uname="$define"; call=uname;;
10639 echo 'uname() found.' >&4
10646 case "$d_gethname" in
10647 '') d_gethname="$undef";;
10650 '') d_uname="$undef";;
10652 case "$d_uname$d_gethname" in
10657 Every now and then someone has a $call() that lies about the hostname
10658 but can't be fixed for political or economic reasons. If you wish, I can
10659 pretend $call() isn't there and maybe compute hostname at run-time
10660 thanks to the '$phostname' command.
10663 rp="Shall I ignore $call() from now on?"
10666 y*) d_uname="$undef" d_gethname="$undef"; $echo $n "Okay...$c";;
10669 case "$phostname" in
10670 '') aphostname='';;
10671 *) case "$aphostname" in
10673 *) set X $phostname
10677 file=`./loc $file $file $pth`
10678 aphostname=`echo $file $*`
10683 case "$d_uname$d_gethname" in
10686 case "$phostname" in
10688 echo "There will be no way for $package to get your hostname." >&4;;
10690 echo "I'll use 'popen("'"'$aphostname'", "r")'"' to get your hostname." >&4
10694 case "$d_phostname" in
10695 '') d_phostname="$undef";;
10698 : see if this is a netdb.h system
10699 set netdb.h i_netdb
10702 : see if prototypes for various gethostxxx netdb.h functions are available
10704 set d_gethostprotos gethostent $i_netdb netdb.h
10707 : see if getitimer exists
10708 set getitimer d_getitimer
10711 : see if getlogin exists
10712 set getlogin d_getlogin
10715 : see if getmnt exists
10716 set getmnt d_getmnt
10719 : see if getmntent exists
10720 set getmntent d_getmntent
10723 : see if getnetbyaddr exists
10724 set getnetbyaddr d_getnbyaddr
10727 : see if getnetbyname exists
10728 set getnetbyname d_getnbyname
10731 : see if getnetent exists
10732 set getnetent d_getnent
10735 : see if prototypes for various getnetxxx netdb.h functions are available
10737 set d_getnetprotos getnetent $i_netdb netdb.h
10740 : see if getpagesize exists
10741 set getpagesize d_getpagsz
10745 : see if getprotobyname exists
10746 set getprotobyname d_getpbyname
10749 : see if getprotobynumber exists
10750 set getprotobynumber d_getpbynumber
10753 : see if getprotoent exists
10754 set getprotoent d_getpent
10757 : see if getpgid exists
10758 set getpgid d_getpgid
10761 : see if getpgrp2 exists
10762 set getpgrp2 d_getpgrp2
10765 : see if getppid exists
10766 set getppid d_getppid
10769 : see if getpriority exists
10770 set getpriority d_getprior
10773 : see if prototypes for various getprotoxxx netdb.h functions are available
10775 set d_getprotoprotos getprotoent $i_netdb netdb.h
10778 : see if getprpwnam exists
10779 set getprpwnam d_getprpwnam
10782 : see if getpwent exists
10783 set getpwent d_getpwent
10787 : see if getservbyname exists
10788 set getservbyname d_getsbyname
10791 : see if getservbyport exists
10792 set getservbyport d_getsbyport
10795 : see if getservent exists
10796 set getservent d_getsent
10799 : see if prototypes for various getservxxx netdb.h functions are available
10801 set d_getservprotos getservent $i_netdb netdb.h
10804 : see if getspnam exists
10805 set getspnam d_getspnam
10808 : see if gettimeofday or ftime exists
10809 set gettimeofday d_gettimeod
10811 case "$d_gettimeod" in
10817 val="$undef"; set d_ftime; eval $setvar
10820 case "$d_gettimeod$d_ftime" in
10823 echo 'No ftime() nor gettimeofday() -- timing may be less accurate.' >&4
10827 : see if this is an grp system
10833 xxx=`./findhdr grp.h`
10834 $cppstdin $cppflags $cppminus < $xxx >$$.h
10836 if $contains 'gr_passwd' $$.h >/dev/null 2>&1; then
10848 set d_grpasswd; eval $setvar
10852 : see if hasmntopt exists
10853 set hasmntopt d_hasmntopt
10856 : see if this is a netinet/in.h or sys/in.h system
10857 set netinet/in.h i_niin sys/in.h i_sysin
10860 : see if arpa/inet.h has to be included
10861 set arpa/inet.h i_arpainet
10864 : see if htonl --and friends-- exists
10869 : Maybe they are macros.
10872 $cat >htonl.c <<EOM
10874 #include <sys/types.h>
10875 #$i_niin I_NETINET_IN
10877 #$i_arpainet I_ARPA_INET
10878 #ifdef I_NETINET_IN
10879 #include <netinet/in.h>
10882 #include <sys/in.h>
10885 #include <arpa/inet.h>
10888 printf("Defined as a macro.");
10891 $cppstdin $cppflags $cppminus < htonl.c >htonl.E 2>/dev/null
10892 if $contains 'Defined as a macro' htonl.E >/dev/null 2>&1; then
10894 echo "But it seems to be defined as a macro." >&4
10904 if set index val -f; eval $csym; $val; then
10905 if set strchr val -f d_strchr; eval $csym; $val; then
10906 if $contains strchr "$strings" >/dev/null 2>&1 ; then
10909 echo "strchr() found." >&4
10913 echo "index() found." >&4
10918 echo "index() found." >&4
10921 if set strchr val -f d_strchr; eval $csym; $val; then
10924 echo "strchr() found." >&4
10926 echo "No index() or strchr() found!" >&4
10931 set d_strchr; eval $setvar
10933 set d_index; eval $setvar
10935 : check whether inet_aton exists
10936 set inet_aton d_inetaton
10941 $cat >isascii.c <<'EOCP'
10953 if eval $compile; then
10954 echo "isascii() found." >&4
10957 echo "isascii() NOT found." >&4
10964 : see if isfinite exists
10965 set isfinite d_isfinite
10968 : see if isinf exists
10972 : see if isnan exists
10976 : see if isnanl exists
10977 set isnanl d_isnanl
10980 : see if killpg exists
10981 set killpg d_killpg
10984 : see if lchown exists
10986 $cat > try.c <<'EOCP'
10987 /* System header to define __stub macros and hopefully few prototypes,
10988 which can conflict with char lchown(); below. */
10989 #include <assert.h>
10990 /* Override any gcc2 internal prototype to avoid an error. */
10991 /* We use char because int might match the return type of a gcc2
10992 builtin and then its argument prototype would still apply. */
10995 /* The GNU C library defines this for functions which it implements
10996 to always fail with ENOSYS. Some functions are actually named
10997 something starting with __ and the normal name is an alias. */
10998 #if defined (__stub_lchown) || defined (__stub___lchown)
11006 if eval $compile; then
11007 $echo "lchown() found." >&4
11010 $echo "lchown() NOT found." >&4
11016 : See if number of significant digits in a double precision number is known
11018 $cat >ldbl_dig.c <<EOM
11019 #$i_limits I_LIMITS
11022 #include <limits.h>
11028 printf("Contains LDBL_DIG");
11031 $cppstdin $cppflags $cppminus < ldbl_dig.c >ldbl_dig.E 2>/dev/null
11032 if $contains 'LDBL_DIG' ldbl_dig.E >/dev/null 2>&1; then
11033 echo "LDBL_DIG found." >&4
11036 echo "LDBL_DIG NOT found." >&4
11043 : see if link exists
11047 : see if localeconv exists
11048 set localeconv d_locconv
11051 : see if lockf exists
11055 : see if prototype for lseek is available
11057 set d_lseekproto lseek $i_systypes sys/types.h $i_unistd unistd.h
11060 : see if lstat exists
11064 : see if madvise exists
11065 set madvise d_madvise
11068 : see if mblen exists
11072 : see if mbstowcs exists
11073 set mbstowcs d_mbstowcs
11076 : see if mbtowc exists
11077 set mbtowc d_mbtowc
11080 : see if memchr exists
11081 set memchr d_memchr
11084 : see if memcmp exists
11085 set memcmp d_memcmp
11088 : see if memcpy exists
11089 set memcpy d_memcpy
11092 : see if memmove exists
11093 set memmove d_memmove
11096 : see if memset exists
11097 set memset d_memset
11100 : see if mkdir exists
11104 : see if mkdtemp exists
11105 set mkdtemp d_mkdtemp
11108 : see if mkfifo exists
11109 set mkfifo d_mkfifo
11112 : see if mkstemp exists
11113 set mkstemp d_mkstemp
11116 : see if mkstemps exists
11117 set mkstemps d_mkstemps
11120 : see if mktime exists
11121 set mktime d_mktime
11124 : see if this is a sys/mman.h system
11125 set sys/mman.h i_sysmman
11128 : see if mmap exists
11131 : see what shmat returns
11132 : default to something harmless
11134 case "$i_sysmman$d_mmap" in
11136 $cat >mmap.c <<'END'
11137 #include <sys/mman.h>
11140 if $cc $ccflags -c mmap.c >/dev/null 2>&1; then
11145 echo "and it returns ($mmaptype)." >&4
11151 : see if mprotect exists
11152 set mprotect d_mprotect
11155 : see if msgctl exists
11156 set msgctl d_msgctl
11159 : see if msgget exists
11160 set msgget d_msgget
11163 : see if msgsnd exists
11164 set msgsnd d_msgsnd
11167 : see if msgrcv exists
11168 set msgrcv d_msgrcv
11171 : see how much of the 'msg*(2)' library is present.
11174 case "$d_msgctl$d_msgget$d_msgsnd$d_msgrcv" in
11175 *"$undef"*) h_msg=false;;
11179 case "`ipcs 2>&1`" in
11180 "SVID messages"*"not configured"*)
11181 echo "Your $osname does not have the msg*(2) configured." >&4
11184 set msgctl d_msgctl
11186 set msgget d_msgget
11188 set msgsnd d_msgsnd
11190 set msgrcv d_msgrcv
11196 : we could also check for sys/ipc.h ...
11197 if $h_msg && $test `./findhdr sys/msg.h`; then
11198 echo "You have the full msg*(2) library." >&4
11201 echo "You don't have the full msg*(2) library." >&4
11209 echo "Checking to see if your system supports struct msghdr..." >&4
11210 set d_msghdr_s msghdr $i_systypes sys/types.h $d_socket sys/socket.h $i_sysuio sys/uio.h
11212 case "$d_msghdr_s" in
11213 "$define") echo "Yes, it does." ;;
11214 *) echo "No, it doesn't." ;;
11218 : see if msync exists
11222 : see if munmap exists
11223 set munmap d_munmap
11226 : see if nice exists
11230 : see if this is a langinfo.h system
11231 set langinfo.h i_langinfo
11234 : see if nl_langinfo exists
11235 set nl_langinfo d_nl_langinfo
11238 : check for length of character
11240 case "$charsize" in
11242 echo "Checking to see how big your characters are (hey, you never know)..." >&4
11243 $cat >try.c <<'EOCP'
11247 printf("%d\n", (int)sizeof(char));
11252 if eval $compile_ok; then
11256 echo "(I can't seem to compile the test program. Guessing...)"
11263 rp="What is the size of a character (in bytes)?"
11268 : check for volatile keyword
11270 echo 'Checking to see if your C compiler knows about "volatile"...' >&4
11271 $cat >try.c <<'EOCP'
11274 typedef struct _goo_struct goo_struct;
11275 goo_struct * volatile goo = ((goo_struct *)0);
11276 struct _goo_struct {
11281 typedef unsigned short foo_t;
11282 char *volatile foo;
11284 volatile foo_t blech;
11288 if $cc -c $ccflags try.c >/dev/null 2>&1 ; then
11290 echo "Yup, it does."
11293 echo "Nope, it doesn't."
11301 $echo "Choosing the C types to be used for Perl's internal types..." >&4
11303 case "$use64bitint:$d_quad:$quadtype" in
11306 uvtype="$uquadtype"
11311 uvtype="unsigned long"
11317 case "$uselongdouble:$d_longdbl" in
11319 nvtype="long double"
11320 nvsize=$longdblsize
11327 $echo "(IV will be "$ivtype", $ivsize bytes)"
11328 $echo "(UV will be "$uvtype", $uvsize bytes)"
11329 $echo "(NV will be "$nvtype", $nvsize bytes)"
11332 #$i_inttypes I_INTTYPES
11334 #include <inttypes.h>
11339 int8_t i = INT8_MAX;
11340 uint8_t u = UINT8_MAX;
11341 printf("int8_t\n");
11344 int16_t i = INT16_MAX;
11345 uint16_t i = UINT16_MAX;
11346 printf("int16_t\n");
11349 int32_t i = INT32_MAX;
11350 uint32_t u = UINT32_MAX;
11351 printf("int32_t\n");
11357 '') case "$charsize" in
11359 u8type="unsigned char"
11368 if eval $compile; then
11369 case "`$run ./try`" in
11370 int8_t) i8type=int8_t
11380 '') if $test $charsize -ge 1; then
11382 u8type="unsigned char"
11390 '') case "$shortsize" in
11392 u16type="unsigned short"
11400 '') set try -DINT16
11401 if eval $compile; then
11402 case "`$run ./try`" in
11414 '') if $test $shortsize -ge 2; then
11416 u16type="unsigned short"
11424 '') case "$longsize" in
11426 u32type="unsigned long"
11430 *) case "$intsize" in
11432 u32type="unsigned int"
11442 '') set try -DINT32
11443 if eval $compile; then
11444 case "`$run ./try`" in
11456 '') if $test $intsize -ge 4; then
11458 u32type="unsigned int"
11466 '') case "$d_quad:$quadtype" in
11468 i64type="$quadtype"
11469 u64type="$uquadtype"
11477 $echo "Checking how many bits of your UVs your NVs can preserve..." >&4
11478 : volatile so that the compiler has to store it out to memory.
11479 if test X"$d_volatile" = X"$define"; then
11484 #include <sys/types.h>
11485 #include <signal.h>
11487 $volatile int bletched = 0;
11488 $signal_t blech(s) int s; { bletched = 1; }
11493 int n = 8 * $uvsize;
11496 signal(SIGFPE, blech);
11499 for (i = 0; i < n; i++) {
11500 u = u << 1 | ($uvtype)1;
11502 if (($uvtype)d != u)
11506 d = ($nvtype)(u - 1);
11507 if (($uvtype)d != (u - 1))
11515 printf("%d\n", ((i == n) ? -n : i));
11521 d_nv_preserves_uv="$undef"
11522 if eval $compile; then
11523 d_nv_preserves_uv_bits="`$run ./try`"
11525 case "$d_nv_preserves_uv_bits" in
11527 d_nv_preserves_uv_bits=`expr 0 - $d_nv_preserves_uv_bits`
11528 $echo "Your NVs can preserve all $d_nv_preserves_uv_bits bits of your UVs." 2>&1
11529 d_nv_preserves_uv="$define"
11531 [1-9]*) $echo "Your NVs can preserve only $d_nv_preserves_uv_bits bits of your UVs." 2>&1
11532 d_nv_preserves_uv="$undef" ;;
11533 *) $echo "Can't figure out how many bits your NVs preserve." 2>&1
11534 d_nv_preserves_uv_bits="$undef" ;;
11540 : check for off64_t
11542 echo "Checking to see if you have off64_t..." >&4
11544 #include <sys/types.h>
11545 #include <unistd.h>
11546 int main() { off64_t x = 7; }
11549 if eval $compile; then
11551 echo "You have off64_t."
11554 echo "You do not have off64_t."
11555 case "$lseeksize" in
11556 8) echo "(Your off_t is 64 bits, so you could use that.)" ;;
11563 : see if POSIX threads are available
11564 set pthread.h i_pthread
11570 : how to create joinable pthreads
11571 if test "X$usethreads" = "X$define" -a "X$i_pthread" = "X$define"; then
11573 echo "Checking what constant to use for creating joinable pthreads..." >&4
11574 $cat >try.c <<'EOCP'
11575 #include <pthread.h>
11577 int detachstate = JOINABLE;
11580 set try -DJOINABLE=PTHREAD_CREATE_JOINABLE
11581 if eval $compile; then
11582 echo "You seem to use PTHREAD_CREATE_JOINABLE." >&4
11583 val="$undef" # Yes, undef.
11584 set d_old_pthread_create_joinable
11587 set old_pthread_create_joinable
11590 set try -DJOINABLE=PTHREAD_CREATE_UNDETACHED
11591 if eval $compile; then
11592 echo "You seem to use PTHREAD_CREATE_UNDETACHED." >&4
11594 set d_old_pthread_create_joinable
11596 val=PTHREAD_CREATE_UNDETACHED
11597 set old_pthread_create_joinable
11600 set try -DJOINABLE=__UNDETACHED
11601 if eval $compile; then
11602 echo "You seem to use __UNDETACHED." >&4
11604 set d_old_pthread_create_joinable
11607 set old_pthread_create_joinable
11610 echo "Egads, nothing obvious found. Guessing that you use 0." >&4
11612 set d_old_pthread_create_joinable
11615 set old_pthread_create_joinable
11622 d_old_pthread_create_joinable="$undef"
11623 old_pthread_create_joinable=""
11626 : see if pause exists
11630 : see if pipe exists
11634 : see if poll exists
11638 : see if readlink exists
11639 set readlink d_readlink
11645 case "$d_readlink" in
11647 if $issymlink /proc/self/exe ; then
11648 $ls -l /proc/self/exe > reflect
11649 if $contains /`basename $ls` reflect >/dev/null 2>&1; then
11650 echo "You have Linux-like /proc/self/exe."
11651 procselfexe='"/proc/self/exe"'
11655 if $issymlink /proc/curproc/file ; then
11656 $ls -l /proc/curproc/file > reflect
11657 if $contains /`basename $ls` reflect >/dev/null 2>&1; then
11658 echo "You have BSD-like /proc/curproc/file."
11659 procselfexe='"/proc/curproc/file"'
11669 : see if pthread_atfork exists
11670 set pthread_atfork d_pthread_atfork
11674 : see whether the various POSIXish _yields exist
11676 #include <pthread.h>
11682 #ifdef PTHREAD_YIELD
11685 #ifdef PTHREAD_YIELD_NULL
11686 pthread_yield(NULL);
11692 : see if sched_yield exists
11693 set try -DSCHED_YIELD
11694 if eval $compile; then
11696 sched_yield='sched_yield()'
11700 case "$usethreads" in
11703 $define) echo 'sched_yield() found.' >&4 ;;
11704 *) echo 'sched_yield() NOT found.' >&4 ;;
11710 : see if pthread_yield exists
11711 set try -DPTHREAD_YIELD
11712 if eval $compile; then
11714 case "$sched_yield" in
11715 '') sched_yield='pthread_yield()' ;;
11718 set try -DPTHREAD_YIELD_NULL
11719 if eval $compile; then
11721 case "$sched_yield" in
11722 '') sched_yield='pthread_yield(NULL)' ;;
11728 case "$usethreads" in
11731 $define) echo 'pthread_yield() found.' >&4 ;;
11732 *) echo 'pthread_yield() NOT found.' >&4 ;;
11736 set d_pthread_yield
11739 case "$sched_yield" in
11740 '') sched_yield=undef ;;
11745 : see if this is a pwd.h system
11751 xxx=`./findhdr pwd.h`
11752 $cppstdin $cppflags $cppminus < $xxx >$$.h
11754 if $contains 'pw_quota' $$.h >/dev/null 2>&1; then
11762 if $contains 'pw_age' $$.h >/dev/null 2>&1; then
11770 if $contains 'pw_change' $$.h >/dev/null 2>&1; then
11778 if $contains 'pw_class' $$.h >/dev/null 2>&1; then
11786 if $contains 'pw_expire' $$.h >/dev/null 2>&1; then
11794 if $contains 'pw_comment' $$.h >/dev/null 2>&1; then
11802 if $contains 'pw_gecos' $$.h >/dev/null 2>&1; then
11810 if $contains 'pw_passwd' $$.h >/dev/null 2>&1; then
11822 set d_pwquota; eval $setvar
11823 set d_pwage; eval $setvar
11824 set d_pwchange; eval $setvar
11825 set d_pwclass; eval $setvar
11826 set d_pwexpire; eval $setvar
11827 set d_pwcomment; eval $setvar
11828 set d_pwgecos; eval $setvar
11829 set d_pwpasswd; eval $setvar
11833 : see if readdir and friends exist
11834 set readdir d_readdir
11836 set seekdir d_seekdir
11838 set telldir d_telldir
11840 set rewinddir d_rewinddir
11843 : see if readv exists
11847 : see if recvmsg exists
11848 set recvmsg d_recvmsg
11851 : see if rename exists
11852 set rename d_rename
11855 : see if rmdir exists
11859 : see if memory.h is available.
11864 : See if it conflicts with string.h
11870 $cppstdin $cppflags $cppminus < $strings > mem.h
11871 if $contains 'memcpy' mem.h >/dev/null 2>&1; then
11873 echo "We won't be including <memory.h>."
11883 : can bcopy handle overlapping blocks?
11886 case "$d_memmove" in
11887 "$define") echo "I'll use memmove() instead of bcopy() for overlapping copies." ;;
11888 *) case "$d_bcopy" in
11890 echo "Checking to see if bcopy() can do overlapping copies..." >&4
11892 #$i_memory I_MEMORY
11893 #$i_stdlib I_STDLIB
11894 #$i_string I_STRING
11895 #$i_unistd I_UNISTD
11897 $cat >>try.c <<'EOCP'
11900 # include <memory.h>
11903 # include <stdlib.h>
11906 # include <string.h>
11908 # include <strings.h>
11911 # include <unistd.h> /* Needed for NetBSD */
11915 char buf[128], abc[128];
11921 /* Copy "abcde..." string to char abc[] so that gcc doesn't
11922 try to store the string in read-only memory. */
11923 bcopy("abcdefghijklmnopqrstuvwxyz0123456789", abc, 36);
11925 for (align = 7; align >= 0; align--) {
11926 for (len = 36; len; len--) {
11928 bcopy(abc, b, len);
11929 for (off = 1; off <= len; off++) {
11930 bcopy(b, b+off, len);
11931 bcopy(b+off, b, len);
11932 if (bcmp(b, abc, len))
11941 if eval $compile_ok; then
11942 if ./try 2>/dev/null; then
11943 echo "Yes, it can."
11946 echo "It can't, sorry."
11949 echo "(I can't compile the test program, so we'll assume not...)"
11953 $rm -f try.* try core
11959 : can memcpy handle overlapping blocks?
11962 case "$d_memmove" in
11963 "$define") echo "I'll use memmove() instead of memcpy() for overlapping copies." ;;
11964 *) case "$d_memcpy" in
11966 echo "Checking to see if memcpy() can do overlapping copies..." >&4
11968 #$i_memory I_MEMORY
11969 #$i_stdlib I_STDLIB
11970 #$i_string I_STRING
11971 #$i_unistd I_UNISTD
11973 $cat >>try.c <<'EOCP'
11976 # include <memory.h>
11979 # include <stdlib.h>
11982 # include <string.h>
11984 # include <strings.h>
11987 # include <unistd.h> /* Needed for NetBSD */
11991 char buf[128], abc[128];
11997 /* Copy "abcde..." string to char abc[] so that gcc doesn't
11998 try to store the string in read-only memory. */
11999 memcpy(abc, "abcdefghijklmnopqrstuvwxyz0123456789", 36);
12001 for (align = 7; align >= 0; align--) {
12002 for (len = 36; len; len--) {
12004 memcpy(b, abc, len);
12005 for (off = 1; off <= len; off++) {
12006 memcpy(b+off, b, len);
12007 memcpy(b, b+off, len);
12008 if (memcmp(b, abc, len))
12017 if eval $compile_ok; then
12018 if ./try 2>/dev/null; then
12019 echo "Yes, it can."
12022 echo "It can't, sorry."
12025 echo "(I can't compile the test program, so we'll assume not...)"
12029 $rm -f try.* try core
12035 : can memcmp be trusted to compare relative magnitude?
12037 case "$d_memcmp" in
12040 echo "Checking if your memcmp() can compare relative magnitude..." >&4
12042 #$i_memory I_MEMORY
12043 #$i_stdlib I_STDLIB
12044 #$i_string I_STRING
12045 #$i_unistd I_UNISTD
12047 $cat >>try.c <<'EOCP'
12050 # include <memory.h>
12053 # include <stdlib.h>
12056 # include <string.h>
12058 # include <strings.h>
12061 # include <unistd.h> /* Needed for NetBSD */
12067 if ((a < b) && memcmp(&a, &b, 1) < 0)
12073 if eval $compile_ok; then
12074 if $run ./try 2>/dev/null; then
12075 echo "Yes, it can."
12078 echo "No, it can't (it uses signed chars)."
12081 echo "(I can't compile the test program, so we'll assume not...)"
12085 $rm -f try.* try core
12089 : see if prototype for sbrk is available
12091 set d_sbrkproto sbrk $i_unistd unistd.h
12094 : see if select exists
12095 set select d_select
12098 : see if semctl exists
12099 set semctl d_semctl
12102 : see if semget exists
12103 set semget d_semget
12106 : see if semop exists
12110 : see how much of the 'sem*(2)' library is present.
12113 case "$d_semctl$d_semget$d_semop" in
12114 *"$undef"*) h_sem=false;;
12118 case "`ipcs 2>&1`" in
12119 "SVID messages"*"not configured"*)
12120 echo "Your $osname does not have the sem*(2) configured." >&4
12123 set semctl d_semctl
12125 set semget d_semget
12133 : we could also check for sys/ipc.h ...
12134 if $h_sem && $test `./findhdr sys/sem.h`; then
12135 echo "You have the full sem*(2) library." >&4
12138 echo "You don't have the full sem*(2) library." >&4
12144 : see whether sys/sem.h defines union semun
12146 $cat > try.c <<'END'
12147 #include <sys/types.h>
12148 #include <sys/ipc.h>
12149 #include <sys/sem.h>
12150 int main () { union semun semun; semun.buf = 0; }
12153 if eval $compile; then
12154 echo "You have union semun in <sys/sem.h>." >&4
12157 echo "You do not have union semun in <sys/sem.h>." >&4
12160 $rm -f try try.c try.h
12164 : see how to do semctl IPC_STAT
12167 : see whether semctl IPC_STAT can use union semun
12172 # define S_IRUSR S_IREAD
12173 # define S_IWUSR S_IWRITE
12174 # define S_IXUSR S_IEXEC
12176 # define S_IRUSR 0400
12177 # define S_IWUSR 0200
12178 # define S_IXUSR 0100
12180 # define S_IRGRP (S_IRUSR>>3)
12181 # define S_IWGRP (S_IWUSR>>3)
12182 # define S_IXGRP (S_IXUSR>>3)
12183 # define S_IROTH (S_IRUSR>>6)
12184 # define S_IWOTH (S_IWUSR>>6)
12185 # define S_IXOTH (S_IXUSR>>6)
12188 # define S_IRWXU (S_IRUSR|S_IWUSR|S_IXUSR)
12189 # define S_IRWXG (S_IRGRP|S_IWGRP|S_IXGRP)
12190 # define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
12195 #include <sys/types.h>
12196 #include <sys/ipc.h>
12197 #include <sys/sem.h>
12198 #include <sys/stat.h>
12205 #$d_union_semun HAS_UNION_SEMUN
12208 #ifndef HAS_UNION_SEMUN
12211 struct semid_ds *buf;
12212 unsigned short *array;
12218 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) && defined(S_IRWXO) && defined(IPC_CREAT)
12219 sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
12221 struct semid_ds argbuf;
12224 st = semctl(sem, 0, IPC_STAT, arg);
12228 # endif /* IPC_STAT */
12229 printf("semctl IPC_STAT failed: errno = %d\n", errno);
12231 if (semctl(sem, 0, IPC_RMID, arg) != 0)
12232 # endif /* IPC_RMID */
12233 printf("semctl IPC_RMID failed: errno = %d\n", errno);
12235 #endif /* IPC_PRIVATE && ... */
12236 printf("semget failed: errno = %d\n", errno);
12242 if eval $compile; then
12245 semun) val="$define" ;;
12251 case "$d_semctl_semun" in
12253 echo "You can use union semun for semctl IPC_STAT." >&4
12256 *) echo "You cannot use union semun for semctl IPC_STAT." >&4
12261 : see whether semctl IPC_STAT can use struct semid_ds pointer
12262 $cat > try.c <<'END'
12263 #include <sys/types.h>
12264 #include <sys/ipc.h>
12265 #include <sys/sem.h>
12266 #include <sys/stat.h>
12274 struct semid_ds arg;
12277 #if defined(IPC_PRIVATE) && defined(S_IRWXU) && defined(S_IRWXG) && defined(S_IRWXO) && defined(IPC_CREAT)
12278 sem = semget(IPC_PRIVATE, 1, S_IRWXU|S_IRWXG|S_IRWXO|IPC_CREAT);
12281 st = semctl(sem, 0, IPC_STAT, &arg);
12283 printf("semid_ds\n");
12285 # endif /* IPC_STAT */
12286 printf("semctl IPC_STAT failed: errno = %d\n", errno);
12288 if (semctl(sem, 0, IPC_RMID, &arg) != 0)
12289 # endif /* IPC_RMID */
12290 printf("semctl IPC_RMID failed: errno = %d\n", errno);
12292 #endif /* IPC_PRIVATE && ... */
12293 printf("semget failed: errno = %d\n", errno);
12300 if eval $compile; then
12303 semid_ds) val="$define" ;;
12307 set d_semctl_semid_ds
12309 case "$d_semctl_semid_ds" in
12311 echo "You can $also use struct semid_ds* for semctl IPC_STAT." >&4
12313 *) echo "You cannot use struct semid_ds* for semctl IPC_STAT." >&4
12320 # We do not have the full sem*(2) library, so assume we can not
12326 set d_semctl_semid_ds
12331 : see if sendmsg exists
12332 set sendmsg d_sendmsg
12335 : see if setegid exists
12336 set setegid d_setegid
12339 : see if seteuid exists
12340 set seteuid d_seteuid
12343 : see if setgrent exists
12344 set setgrent d_setgrent
12347 : see if sethostent exists
12348 set sethostent d_sethent
12351 : see if setitimer exists
12352 set setitimer d_setitimer
12355 : see if setlinebuf exists
12356 set setlinebuf d_setlinebuf
12359 : see if setlocale exists
12360 set setlocale d_setlocale
12363 : see if setnetent exists
12364 set setnetent d_setnent
12367 : see if setprotoent exists
12368 set setprotoent d_setpent
12371 : see if setpgid exists
12372 set setpgid d_setpgid
12375 : see if setpgrp2 exists
12376 set setpgrp2 d_setpgrp2
12379 : see if setpriority exists
12380 set setpriority d_setprior
12383 : see if setproctitle exists
12384 set setproctitle d_setproctitle
12387 : see if setpwent exists
12388 set setpwent d_setpwent
12391 : see if setregid exists
12392 set setregid d_setregid
12394 set setresgid d_setresgid
12397 : see if setreuid exists
12398 set setreuid d_setreuid
12400 set setresuid d_setresuid
12403 : see if setrgid exists
12404 set setrgid d_setrgid
12407 : see if setruid exists
12408 set setruid d_setruid
12411 : see if setservent exists
12412 set setservent d_setsent
12415 : see if setsid exists
12416 set setsid d_setsid
12419 : see if setvbuf exists
12420 set setvbuf d_setvbuf
12423 : see if sfio.h is available
12428 : see if sfio library is available
12439 : Ok, but do we want to use it.
12443 true|$define|[yY]*) dflt='y';;
12446 echo "$package can use the sfio library, but it is experimental."
12447 case "$useperlio" in
12449 echo "For sfio also the PerlIO abstraction layer is needed."
12450 echo "Earlier you said you wouldn't want that."
12453 rp="You seem to have sfio available, do you want to try using it?"
12456 y|Y) echo "Ok, turning on both sfio and PerlIO, then."
12457 useperlio="$define"
12460 *) echo "Ok, avoiding sfio this time. I'll use stdio instead."
12465 *) case "$usesfio" in
12466 true|$define|[yY]*)
12467 echo "Sorry, cannot find sfio on this machine." >&4
12468 echo "Ignoring your setting of usesfio=$usesfio." >&4
12477 $define) usesfio='true';;
12478 *) usesfio='false';;
12482 *) : Remove sfio from list of libraries to use
12485 echo "Removing unneeded -lsfio from library list" >&4
12486 set `echo X $libs | $sed -e 's/-lsfio / /' -e 's/-lsfio$//'`
12489 echo "libs = $libs" >&4
12496 : see if shmctl exists
12497 set shmctl d_shmctl
12500 : see if shmget exists
12501 set shmget d_shmget
12504 : see if shmat exists
12507 : see what shmat returns
12510 $cat >shmat.c <<'END'
12511 #include <sys/shm.h>
12514 if $cc $ccflags -c shmat.c >/dev/null 2>&1; then
12519 echo "and it returns ($shmattype)." >&4
12520 : see if a prototype for shmat is available
12521 xxx=`./findhdr sys/shm.h`
12522 $cppstdin $cppflags $cppminus < $xxx > shmat.c 2>/dev/null
12523 if $contains 'shmat.*(' shmat.c >/dev/null 2>&1; then
12534 set d_shmatprototype
12537 : see if shmdt exists
12541 : see how much of the 'shm*(2)' library is present.
12544 case "$d_shmctl$d_shmget$d_shmat$d_shmdt" in
12545 *"$undef"*) h_shm=false;;
12549 case "`ipcs 2>&1`" in
12550 "SVID shared memory"*"not configured"*)
12551 echo "Your $osname does not have the shm*(2) configured." >&4
12554 set shmctl d_shmctl
12556 set shmget d_shmget
12566 : we could also check for sys/ipc.h ...
12567 if $h_shm && $test `./findhdr sys/shm.h`; then
12568 echo "You have the full shm*(2) library." >&4
12571 echo "You don't have the full shm*(2) library." >&4
12578 : see if we have sigaction
12579 if set sigaction val -f d_sigaction; eval $csym; $val; then
12580 echo 'sigaction() found.' >&4
12581 $cat > try.c <<'EOP'
12583 #include <sys/types.h>
12584 #include <signal.h>
12587 struct sigaction act, oact;
12589 oact.sa_handler = 0;
12590 /* so that act and oact are used */
12591 exit(act.sa_flags == 0 && oact.sa_handler == 0);
12595 if eval $compile_ok; then
12598 echo "But you don't seem to have a useable struct sigaction." >&4
12602 echo 'sigaction NOT found.' >&4
12605 set d_sigaction; eval $setvar
12606 $rm -f try try$_o try.c
12608 : see if sigprocmask exists
12609 set sigprocmask d_sigprocmask
12612 : see if sigsetjmp exists
12614 case "$d_sigsetjmp" in
12616 $cat >try.c <<'EOP'
12617 #include <setjmp.h>
12622 if (sigsetjmp(env,1))
12625 siglongjmp(env, 1);
12630 if eval $compile; then
12631 if $run ./try >/dev/null 2>&1; then
12632 echo "POSIX sigsetjmp found." >&4
12636 Uh-Oh! You have POSIX sigsetjmp and siglongjmp, but they do not work properly!!
12642 echo "sigsetjmp not found." >&4
12646 *) val="$d_sigsetjmp"
12647 case "$d_sigsetjmp" in
12648 $define) echo "POSIX sigsetjmp found." >&4;;
12649 $undef) echo "sigsetjmp not found." >&4;;
12657 : see if sockatmark exists
12658 set sockatmark d_sockatmark
12661 : see if prototype for sockatmark is available
12663 set d_sockatmarkproto sockatmark $d_socket sys/socket.h
12666 : see if socks5_init exists
12667 set socks5_init d_socks5_init
12670 : see if prototype for setresgid is available
12672 set d_sresgproto setresgid $i_unistd unistd.h
12675 : see if prototype for setresuid is available
12677 set d_sresuproto setresuid $i_unistd unistd.h
12680 : see if sys/stat.h is available
12681 set sys/stat.h i_sysstat
12685 : see if stat knows about block sizes
12687 echo "Checking to see if your struct stat has st_blocks field..." >&4
12688 set d_statblks stat st_blocks $i_sysstat sys/stat.h
12692 : see if this is a sys/vfs.h system
12693 set sys/vfs.h i_sysvfs
12697 : see if this is a sys/statfs.h system
12698 set sys/statfs.h i_sysstatfs
12703 echo "Checking to see if your system supports struct statfs..." >&4
12704 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
12706 case "$d_statfs_s" in
12707 "$define") echo "Yes, it does." ;;
12708 *) echo "No, it doesn't." ;;
12713 : see if struct statfs knows about f_flags
12714 case "$d_statfs_s" in
12717 echo "Checking to see if your struct statfs has f_flags field..." >&4
12718 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
12722 set d_statfs_f_flags
12726 case "$d_statfs_f_flags" in
12727 "$define") echo "Yes, it does." ;;
12728 *) echo "No, it doesn't." ;;
12731 : see if _ptr and _cnt from stdio act std
12734 if $contains '_lbfsize' `./findhdr stdio.h` >/dev/null 2>&1 ; then
12735 echo "(Looks like you have stdio.h from BSD.)"
12736 case "$stdio_ptr" in
12737 '') stdio_ptr='((fp)->_p)'
12740 *) ptr_lval=$d_stdio_ptr_lval;;
12742 case "$stdio_cnt" in
12743 '') stdio_cnt='((fp)->_r)'
12746 *) cnt_lval=$d_stdio_cnt_lval;;
12748 case "$stdio_base" in
12749 '') stdio_base='((fp)->_ub._base ? (fp)->_ub._base : (fp)->_bf._base)';;
12751 case "$stdio_bufsiz" in
12752 '') stdio_bufsiz='((fp)->_ub._base ? (fp)->_ub._size : (fp)->_bf._size)';;
12754 elif $contains '_IO_fpos_t' `./findhdr stdio.h` `./findhdr libio.h` >/dev/null 2>&1 ; then
12755 echo "(Looks like you have stdio.h from Linux.)"
12756 case "$stdio_ptr" in
12757 '') stdio_ptr='((fp)->_IO_read_ptr)'
12760 *) ptr_lval=$d_stdio_ptr_lval;;
12762 case "$stdio_cnt" in
12763 '') stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
12766 *) cnt_lval=$d_stdio_cnt_lval;;
12768 case "$stdio_base" in
12769 '') stdio_base='((fp)->_IO_read_base)';;
12771 case "$stdio_bufsiz" in
12772 '') stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)';;
12775 case "$stdio_ptr" in
12776 '') stdio_ptr='((fp)->_ptr)'
12779 *) ptr_lval=$d_stdio_ptr_lval;;
12781 case "$stdio_cnt" in
12782 '') stdio_cnt='((fp)->_cnt)'
12785 *) cnt_lval=$d_stdio_cnt_lval;;
12787 case "$stdio_base" in
12788 '') stdio_base='((fp)->_base)';;
12790 case "$stdio_bufsiz" in
12791 '') stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)';;
12795 : test whether _ptr and _cnt really work
12796 echo "Checking how std your stdio is..." >&4
12799 #define FILE_ptr(fp) $stdio_ptr
12800 #define FILE_cnt(fp) $stdio_cnt
12802 FILE *fp = fopen("try.c", "r");
12805 18 <= FILE_cnt(fp) &&
12806 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
12814 if eval $compile && $to try.c; then
12815 if $run ./try; then
12816 echo "Your stdio acts pretty std."
12819 echo "Your stdio isn't very std."
12822 echo "Your stdio doesn't appear very std."
12828 : Can _ptr be used as an lvalue?
12829 case "$d_stdstdio$ptr_lval" in
12830 $define$define) val=$define ;;
12833 set d_stdio_ptr_lval
12836 : Can _cnt be used as an lvalue?
12837 case "$d_stdstdio$cnt_lval" in
12838 $define$define) val=$define ;;
12841 set d_stdio_cnt_lval
12845 : test whether setting _ptr sets _cnt as a side effect
12846 d_stdio_ptr_lval_sets_cnt="$undef"
12847 d_stdio_ptr_lval_nochange_cnt="$undef"
12848 case "$d_stdio_ptr_lval$d_stdstdio" in
12850 echo "Checking to see what happens if we set the stdio ptr..." >&4
12853 /* Can we scream? */
12854 /* Eat dust sed :-) */
12855 /* In the buffer space, no one can hear you scream. */
12856 #define FILE_ptr(fp) $stdio_ptr
12857 #define FILE_cnt(fp) $stdio_cnt
12858 #include <sys/types.h>
12860 FILE *fp = fopen("try.c", "r");
12865 puts("Fail even to read");
12868 c = getc(fp); /* Read away the first # */
12870 puts("Fail even to read");
12874 18 <= FILE_cnt(fp) &&
12875 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
12877 puts("Fail even to read");
12880 ptr = (char*) FILE_ptr(fp);
12881 cnt = (size_t)FILE_cnt(fp);
12883 FILE_ptr(fp) += 42;
12885 if ((char*)FILE_ptr(fp) != (ptr + 42)) {
12886 printf("Fail ptr check %p != %p", FILE_ptr(fp), (ptr + 42));
12889 if (FILE_cnt(fp) <= 20) {
12890 printf ("Fail (<20 chars to test)");
12893 if (strncmp(FILE_ptr(fp), "Eat dust sed :-) */\n", 20) != 0) {
12894 puts("Fail compare");
12897 if (cnt == FILE_cnt(fp)) {
12898 puts("Pass_unchanged");
12901 if (FILE_cnt(fp) == (cnt - 42)) {
12902 puts("Pass_changed");
12905 printf("Fail count was %d now %d\n", cnt, FILE_cnt(fp));
12911 if eval $compile && $to try.c; then
12912 case `$run ./try` in
12914 echo "Increasing ptr in your stdio decreases cnt by the same amount. Good." >&4
12915 d_stdio_ptr_lval_sets_cnt="$define" ;;
12917 echo "Increasing ptr in your stdio leaves cnt unchanged. Good." >&4
12918 d_stdio_ptr_lval_nochange_cnt="$define" ;;
12920 echo "Increasing ptr in your stdio didn't do exactly what I expected. We'll not be doing that then." >&4 ;;
12922 echo "It appears attempting to set ptr in your stdio is a bad plan." >&4 ;;
12925 echo "It seems we can't set ptr in your stdio. Nevermind." >&4
12931 : see if _base is also standard
12933 case "$d_stdstdio" in
12937 #define FILE_base(fp) $stdio_base
12938 #define FILE_bufsiz(fp) $stdio_bufsiz
12940 FILE *fp = fopen("try.c", "r");
12943 19 <= FILE_bufsiz(fp) &&
12944 strncmp(FILE_base(fp), "#include <stdio.h>\n", 19) == 0
12951 if eval $compile && $to try.c; then
12952 if $run ./try; then
12953 echo "And its _base field acts std."
12956 echo "But its _base field isn't std."
12959 echo "However, it seems to be lacking the _base field."
12968 Checking how to access stdio streams by file descriptor number...
12970 case "$stdio_stream_array" in
12971 '') $cat >try.c <<EOCP
12974 if (&STDIO_STREAM_ARRAY[fileno(stdin)] == stdin)
12978 for s in _iob __iob __sF
12980 set try -DSTDIO_STREAM_ARRAY=$s
12981 if eval $compile; then
12982 case "`$run ./try`" in
12983 yes) stdio_stream_array=$s; break ;;
12987 $rm -f try.* try$exe_ext
12989 case "$stdio_stream_array" in
12991 I can't figure out how to access stdio streams by file descriptor number.
12993 d_stdio_stream_array="$undef"
12996 You can access stdio streams by file descriptor number by the $stdio_stream_array array.
12998 d_stdio_stream_array="$define"
13002 : see if strcoll exists
13003 set strcoll d_strcoll
13006 : check for structure copying
13008 echo "Checking to see if your C compiler can copy structs..." >&4
13009 $cat >try.c <<'EOCP'
13019 if $cc -c try.c >/dev/null 2>&1 ; then
13021 echo "Yup, it can."
13024 echo "Nope, it can't."
13030 : see if strerror and/or sys_errlist[] exist
13032 if test "X$d_strerror" = X -o "X$d_syserrlst" = X; then
13033 if set strerror val -f d_strerror; eval $csym; $val; then
13034 echo 'strerror() found.' >&4
13035 d_strerror="$define"
13036 d_strerrm='strerror(e)'
13037 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then
13038 echo "(You also have sys_errlist[], so we could roll our own strerror.)"
13039 d_syserrlst="$define"
13041 echo "(Since you don't have sys_errlist[], sterror() is welcome.)"
13042 d_syserrlst="$undef"
13044 elif xxx=`./findhdr string.h`; test "$xxx" || xxx=`./findhdr strings.h`; \
13045 $contains '#[ ]*define.*strerror' "$xxx" >/dev/null 2>&1; then
13046 echo 'strerror() found in string header.' >&4
13047 d_strerror="$define"
13048 d_strerrm='strerror(e)'
13049 if set sys_errlist val -a d_syserrlst; eval $csym; $val; then
13050 echo "(Most probably, strerror() uses sys_errlist[] for descriptions.)"
13051 d_syserrlst="$define"
13053 echo "(You don't appear to have any sys_errlist[], how can this be?)"
13054 d_syserrlst="$undef"
13056 elif set sys_errlist val -a d_syserrlst; eval $csym; $val; then
13057 echo "strerror() not found, but you have sys_errlist[] so we'll use that." >&4
13058 d_strerror="$undef"
13059 d_syserrlst="$define"
13060 d_strerrm='((e)<0||(e)>=sys_nerr?"unknown":sys_errlist[e])'
13062 echo 'strerror() and sys_errlist[] NOT found.' >&4
13063 d_strerror="$undef"
13064 d_syserrlst="$undef"
13065 d_strerrm='"unknown"'
13069 : see if strftime exists
13070 set strftime d_strftime
13073 : see if strtod exists
13074 set strtod d_strtod
13077 : see if strtol exists
13078 set strtol d_strtol
13081 : see if strtold exists
13082 set strtold d_strtold
13085 : see if strtoll exists
13086 set strtoll d_strtoll
13089 case "$d_longlong-$d_strtoll" in
13092 Checking whether your strtoll() works okay...
13094 $cat >try.c <<'EOCP'
13097 #define strtoll __strtoll
13100 #define strtoll _strtoll
13103 extern long long int strtoll(char *s, char **, int);
13104 static int bad = 0;
13105 int check(char *s, long long ell, int een) {
13108 gll = strtoll(s, 0, 10);
13109 if (!((gll == ell) && (errno == een)))
13113 check(" 1", 1LL, 0);
13114 check(" 0", 0LL, 0);
13115 check("-1", -1LL, 0);
13116 check("-9223372036854775808", -9223372036854775808LL, 0);
13117 check("-9223372036854775808", -9223372036854775808LL, 0);
13118 check(" 9223372036854775807", 9223372036854775807LL, 0);
13119 check("-9223372036854775808", -9223372036854775808LL, 0);
13120 check(" 9223372036854775808", 9223372036854775807LL, ERANGE);
13121 check("-9223372036854775809", -9223372036854775808LL, ERANGE);
13127 if eval $compile; then
13130 ok) echo "Your strtoll() seems to be working okay." ;;
13132 Your strtoll() doesn't seem to be working okay.
13138 echo "(I can't seem to compile the test program--assuming it doesn't)"
13144 : see if strtoq exists
13145 set strtoq d_strtoq
13148 : see if strtoul exists
13149 set strtoul d_strtoul
13152 case "$d_strtoul" in
13155 Checking whether your strtoul() works okay...
13157 $cat >try.c <<'EOCP'
13160 extern unsigned long int strtoul(char *s, char **, int);
13161 static int bad = 0;
13162 void check(char *s, unsigned long eul, int een) {
13165 gul = strtoul(s, 0, 10);
13166 if (!((gul == eul) && (errno == een)))
13170 check(" 1", 1L, 0);
13171 check(" 0", 0L, 0);
13173 case "$longsize" in
13175 $cat >>try.c <<'EOCP'
13176 check("18446744073709551615", 18446744073709551615UL, 0);
13177 check("18446744073709551616", 18446744073709551615UL, ERANGE);
13178 #if 0 /* strtoul() for /^-/ strings is undefined. */
13179 check("-1", 18446744073709551615UL, 0);
13180 check("-18446744073709551614", 2, 0);
13181 check("-18446744073709551615", 1, 0);
13182 check("-18446744073709551616", 18446744073709551615UL, ERANGE);
13183 check("-18446744073709551617", 18446744073709551615UL, ERANGE);
13188 $cat >>try.c <<'EOCP'
13189 check("4294967295", 4294967295UL, 0);
13190 check("4294967296", 4294967295UL, ERANGE);
13191 #if 0 /* strtoul() for /^-/ strings is undefined. */
13192 check("-1", 4294967295UL, 0);
13193 check("-4294967294", 2, 0);
13194 check("-4294967295", 1, 0);
13195 check("-4294967296", 4294967295UL, ERANGE);
13196 check("-4294967297", 4294967295UL, ERANGE);
13201 : Should we write these tests to be more portable by sprintf-ing
13202 : ~0 and then manipulating that char string as input for strtol?
13205 $cat >>try.c <<'EOCP'
13212 if eval $compile; then
13213 case "`$run ./try`" in
13214 ok) echo "Your strtoul() seems to be working okay." ;;
13216 Your strtoul() doesn't seem to be working okay.
13225 : see if strtoull exists
13226 set strtoull d_strtoull
13229 case "$d_longlong-$d_strtoull" in
13232 Checking whether your strtoull() works okay...
13234 $cat >try.c <<'EOCP'
13237 #define strtoull __strtoull
13240 extern unsigned long long int strtoull(char *s, char **, int);
13241 static int bad = 0;
13242 int check(char *s, long long eull, int een) {
13245 gull = strtoull(s, 0, 10);
13246 if (!((gull == eull) && (errno == een)))
13250 check(" 1", 1LL, 0);
13251 check(" 0", 0LL, 0);
13252 check("18446744073709551615", 18446744073709551615ULL, 0);
13253 check("18446744073709551616", 18446744073709551615ULL, ERANGE);
13254 #if 0 /* strtoull() for /^-/ strings is undefined. */
13255 check("-1", 18446744073709551615ULL, 0);
13256 check("-18446744073709551614", 2LL, 0);
13257 check("-18446744073709551615", 1LL, 0);
13258 check("-18446744073709551616", 18446744073709551615ULL, ERANGE);
13259 check("-18446744073709551617", 18446744073709551615ULL, ERANGE);
13266 if eval $compile; then
13267 case "`$run ./try`" in
13268 ok) echo "Your strtoull() seems to be working okay." ;;
13270 Your strtoull() doesn't seem to be working okay.
13272 d_strtoull="$undef"
13279 : see if strtouq exists
13280 set strtouq d_strtouq
13283 case "$d_strtouq" in
13286 Checking whether your strtouq() works okay...
13288 $cat >try.c <<'EOCP'
13291 extern unsigned long long int strtouq(char *s, char **, int);
13292 static int bad = 0;
13293 void check(char *s, unsigned long long eull, int een) {
13294 unsigned long long gull;
13296 gull = strtouq(s, 0, 10);
13297 if (!((gull == eull) && (errno == een)))
13301 check(" 1", 1LL, 0);
13302 check(" 0", 0LL, 0);
13303 check("18446744073709551615", 18446744073709551615ULL, 0);
13304 check("18446744073709551616", 18446744073709551615ULL, ERANGE);
13305 #if 0 /* strtouq() for /^-/ strings is undefined. */
13306 check("-1", 18446744073709551615ULL, 0);
13307 check("-18446744073709551614", 2LL, 0);
13308 check("-18446744073709551615", 1LL, 0);
13309 check("-18446744073709551616", 18446744073709551615ULL, ERANGE);
13310 check("-18446744073709551617", 18446744073709551615ULL, ERANGE);
13318 if eval $compile; then
13319 case "`$run ./try`" in
13320 ok) echo "Your strtouq() seems to be working okay." ;;
13322 Your strtouq() doesn't seem to be working okay.
13331 : see if strxfrm exists
13332 set strxfrm d_strxfrm
13335 : see if symlink exists
13336 set symlink d_symlink
13339 : see if syscall exists
13340 set syscall d_syscall
13343 : see if prototype for syscall is available
13345 set d_syscallproto syscall $i_unistd unistd.h
13348 : see if sysconf exists
13349 set sysconf d_sysconf
13352 : see if system exists
13353 set system d_system
13356 : see if tcgetpgrp exists
13357 set tcgetpgrp d_tcgetpgrp
13360 : see if tcsetpgrp exists
13361 set tcsetpgrp d_tcsetpgrp
13364 : see if prototype for telldir is available
13366 set d_telldirproto telldir $i_systypes sys/types.h $i_dirent dirent.h
13369 : see if this is a sys/times.h system
13370 set sys/times.h i_systimes
13373 : see if times exists
13375 if set times val -f d_times; eval $csym; $val; then
13376 echo 'times() found.' >&4
13379 case "$i_systimes" in
13380 "$define") inc='sys/times.h';;
13382 rp="What is the type returned by times() on this system?"
13383 set clock_t clocktype long stdio.h sys/types.h $inc
13386 echo 'times() NOT found, hope that will do.' >&4
13391 : see if truncate exists
13392 set truncate d_truncate
13395 : see if tzname[] exists
13397 if set tzname val -a d_tzname; eval $csym; $val; then
13399 echo 'tzname[] found.' >&4
13402 echo 'tzname[] NOT found.' >&4
13408 next|rhapsody|darwin) multiarch="$define" ;;
13410 case "$multiarch" in
13411 ''|[nN]*) multiarch="$undef" ;;
13414 : check for ordering of bytes in a long
13416 case "$usecrosscompile$multiarch" in
13419 You seem to be either cross-compiling or doing a multiarchitecture build,
13420 skipping the byteorder check.
13426 case "$byteorder" in
13429 In the following, larger digits indicate more significance. A big-endian
13430 machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
13431 little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
13432 machines may have weird orders like 3412. A Cray will report 87654321,
13433 an Alpha will report 12345678. If the test program works the default is
13435 I'm now running the test program...
13437 $cat >try.c <<'EOCP'
13444 char c[sizeof(long)];
13447 if (sizeof(long) > 4)
13448 u.l = (0x08070605L << 32) | 0x04030201L;
13451 for (i = 0; i < sizeof(long); i++)
13452 printf("%c", u.c[i]+'0');
13459 if eval $compile && ./try > /dev/null; then
13462 [1-4][1-4][1-4][1-4]|12345678|87654321)
13463 echo "(The test program ran ok.)"
13464 echo "byteorder=$dflt"
13467 ????|????????) echo "(The test program ran ok.)" ;;
13468 *) echo "(The test program didn't run right for some reason.)" ;;
13473 (I can't seem to compile the test program. Guessing big-endian...)
13476 case "$xxx_prompt" in
13478 rp="What is the order of bytes in a long?"
13494 Checking to see whether you can access character data unalignedly...
13498 #define U32 $u32type
13499 #define BYTEORDER 0x$byteorder
13501 #include <signal.h>
13503 $signal_t bletch(s) int s; { exit(4); }
13506 #if BYTEORDER == 0x1234 || BYTEORDER == 0x4321
13507 U8 *buf = (U8*)"\0\0\0\1\0\0\0\0";
13511 if (sizeof(U32) != 4) {
13512 printf("sizeof(U32) is not 4, but %d\n", sizeof(U32));
13519 signal(SIGBUS, bletch);
13522 for (i = 0; i < 4; i++) {
13523 up = (U32*)(buf + i);
13524 if (! ((*up == 1 << (8*i)) || /* big-endian */
13525 (*up == 1 << (8*(3-i))) /* little-endian */
13529 printf("read failed (%x)\n", *up);
13535 for (i = 0; i < 4; i++) {
13536 up = (U32*)(buf + i);
13538 if (*up != 0xBeef) {
13539 printf("write failed (%x)\n", *up);
13553 if eval $compile_ok; then
13554 echo "(Testing for character data alignment may crash the test. That's okay.)" >&4
13555 $run ./try 2>&1 >/dev/null
13558 You can access character data pretty unalignedly.
13560 d_u32align="$undef"
13563 It seems that you must access character data in an aligned manner.
13565 d_u32align="$define"
13569 rp='Can you access character data at unaligned addresses?'
13573 [yY]*) d_u32align="$undef" ;;
13574 *) d_u32align="$define" ;;
13577 $rm -f core core.try.* try.core
13579 : see if ualarm exists
13580 set ualarm d_ualarm
13583 : see if umask exists
13587 : see if unordered exists
13588 set unordered d_unordered
13591 : see if usleep exists
13592 set usleep d_usleep
13595 : see if prototype for usleep is available
13597 set d_usleepproto usleep $i_unistd unistd.h
13600 : see if ustat exists
13604 : backward compatibility for d_hvfork
13605 if test X$d_hvfork != X; then
13606 d_vfork="$d_hvfork"
13609 : see if there is a vfork
13614 : Ok, but do we want to use it. vfork is reportedly unreliable in
13615 : perl on Solaris 2.x, and probably elsewhere.
13619 case "$usevfork" in
13625 Perl can only use a vfork() that doesn't suffer from strict
13626 restrictions on calling functions or modifying global data in
13627 the child. For example, glibc-2.1 contains such a vfork()
13628 that is unsuitable. If your system provides a proper fork()
13629 call, chances are that you do NOT want perl to use vfork().
13632 rp="Do you still want to use vfork()?"
13637 echo "Ok, we won't use vfork()."
13646 $define) usevfork='true';;
13647 *) usevfork='false';;
13650 : see if closedir exists
13651 set closedir d_closedir
13654 case "$d_closedir" in
13657 echo "Checking whether closedir() returns a status..." >&4
13659 #$i_dirent I_DIRENT /**/
13660 #$i_sysdir I_SYS_DIR /**/
13661 #$i_sysndir I_SYS_NDIR /**/
13662 #$i_systypes I_SYS_TYPES /**/
13664 #if defined(I_SYS_TYPES)
13665 #include <sys/types.h>
13667 #if defined(I_DIRENT)
13668 #include <dirent.h>
13669 #if defined(NeXT) && defined(I_SYS_DIR) /* NeXT needs dirent + sys/dir.h */
13670 #include <sys/dir.h>
13674 #include <sys/ndir.h>
13678 #include <ndir.h> /* may be wrong in the future */
13680 #include <sys/dir.h>
13685 int main() { return closedir(opendir(".")); }
13688 if eval $compile_ok; then
13689 if $run ./try > /dev/null 2>&1 ; then
13690 echo "Yes, it does."
13693 echo "No, it doesn't."
13697 echo "(I can't seem to compile the test program--assuming it doesn't)"
13705 set d_void_closedir
13708 : see if there is a wait4
13712 : see if waitpid exists
13713 set waitpid d_waitpid
13716 : see if wcstombs exists
13717 set wcstombs d_wcstombs
13720 : see if wctomb exists
13721 set wctomb d_wctomb
13724 : see if writev exists
13725 set writev d_writev
13728 : preserve RCS keywords in files with variable substitution, grrr
13733 Revision='$Revision'
13735 : check for alignment requirements
13737 case "$usecrosscompile$multiarch" in
13740 You seem to be either cross-compiling or doing a multiarchitecture build,
13741 skipping the memory alignment check.
13744 case "$alignbytes" in
13745 '') alignbytes=8 ;;
13749 case "$alignbytes" in
13750 '') echo "Checking alignment constraints..." >&4
13751 if $test "X$uselongdouble" = Xdefine -a "X$d_longdbl" = Xdefine; then
13752 $cat >try.c <<'EOCP'
13753 typedef long double NV;
13756 $cat >try.c <<'EOCP'
13760 $cat >>try.c <<'EOCP'
13768 printf("%d\n", (int)((char *)&try_algn.bar - (char *)&try_algn.foo));
13773 if eval $compile_ok; then
13777 echo "(I can't seem to compile the test program...)"
13780 *) dflt="$alignbytes"
13783 rp="Doubles must be aligned on a how-many-byte boundary?"
13791 : set the base revision
13794 : how do we catenate cpp tokens here?
13796 echo "Checking to see how your cpp does stuff like catenate tokens..." >&4
13797 $cat >cpp_stuff.c <<'EOCP'
13798 #define RCAT(a,b)a/**/b
13799 #define ACAT(a,b)a ## b
13803 $cppstdin $cppflags $cppminus <cpp_stuff.c >cpp_stuff.out 2>&1
13804 if $contains 'Circus' cpp_stuff.out >/dev/null 2>&1; then
13805 echo "Oh! Smells like ANSI's been here." >&4
13806 echo "We can catify or stringify, separately or together!"
13808 elif $contains 'Reiser' cpp_stuff.out >/dev/null 2>&1; then
13809 echo "Ah, yes! The good old days!" >&4
13810 echo "However, in the good old days we don't know how to stringify and"
13811 echo "catify at the same time."
13815 Hmm, I don't seem to be able to catenate tokens with your cpp. You're going
13816 to have to edit the values of CAT[2-5] in config.h...
13818 cpp_stuff="/* Help! How do we handle cpp_stuff? */*/"
13822 : see if this is a db.h system
13828 : Check db version.
13830 echo "Checking Berkeley DB version ..." >&4
13836 #include <sys/types.h>
13839 int main(int argc, char *argv[])
13841 #ifdef DB_VERSION_MAJOR /* DB version >= 2 */
13842 int Major, Minor, Patch ;
13843 unsigned long Version ;
13844 (void)db_version(&Major, &Minor, &Patch) ;
13846 printf("%d %d %d %d %d %d\n",
13847 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH,
13848 Major, Minor, Patch);
13851 printf("You have Berkeley DB Version 2 or greater.\n");
13853 printf("db.h is from Berkeley DB Version %d.%d.%d\n",
13854 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH);
13855 printf("libdb is from Berkeley DB Version %d.%d.%d\n",
13856 Major, Minor, Patch) ;
13858 /* check that db.h & libdb are compatible */
13859 if (DB_VERSION_MAJOR != Major || DB_VERSION_MINOR != Minor || DB_VERSION_PATCH != Patch) {
13860 printf("db.h and libdb are incompatible.\n") ;
13864 printf("db.h and libdb are compatible.\n") ;
13866 Version = DB_VERSION_MAJOR * 1000000 + DB_VERSION_MINOR * 1000
13867 + DB_VERSION_PATCH ;
13869 /* needs to be >= 2.3.4 */
13870 if (Version < 2003004) {
13871 /* if (DB_VERSION_MAJOR == 2 && DB_VERSION_MINOR == 0 && DB_VERSION_PATCH < 5) { */
13872 printf("Perl needs Berkeley DB 2.3.4 or greater.\n") ;
13878 #if defined(_DB_H_) && defined(BTREEMAGIC) && defined(HASHMAGIC)
13883 printf("You have Berkeley DB Version 1.\n");
13884 exit(0); /* DB version < 2: the coast is clear. */
13886 exit(1); /* <db.h> not Berkeley DB? */
13892 if eval $compile_ok && $run ./try; then
13893 echo 'Looks OK.' >&4
13895 db_version_major=$1
13896 db_version_minor=$2
13897 db_version_patch=$3
13899 echo "I can't use Berkeley DB with your <db.h>. I'll disable Berkeley DB." >&4
13903 : Remove db from list of libraries to use
13904 echo "Removing unusable -ldb from library list" >&4
13905 set `echo X $libs | $sed -e 's/-ldb / /' -e 's/-ldb$//'`
13908 echo "libs = $libs" >&4
13918 : Check the return type needed for hash
13920 echo "Checking return type needed for hash for Berkeley DB ..." >&4
13926 #include <sys/types.h>
13929 #ifndef DB_VERSION_MAJOR
13930 u_int32_t hash_cb (ptr, size)
13938 info.hash = hash_cb;
13942 if $cc $ccflags -c try.c >try.out 2>&1 ; then
13943 if $contains warning try.out >>/dev/null 2>&1 ; then
13946 db_hashtype='u_int32_t'
13949 : XXX Maybe we should just give up here.
13950 db_hashtype=u_int32_t
13952 echo "Help: I can't seem to compile the db test program." >&4
13953 echo "Something's wrong, but I'll assume you use $db_hashtype." >&4
13956 echo "Your version of Berkeley DB uses $db_hashtype for hash."
13958 *) db_hashtype=u_int32_t
13963 : Check the return type needed for prefix
13965 echo "Checking return type needed for prefix for Berkeley DB ..." >&4
13971 #include <sys/types.h>
13974 #ifndef DB_VERSION_MAJOR
13975 size_t prefix_cb (key1, key2)
13983 info.prefix = prefix_cb;
13987 if $cc $ccflags -c try.c >try.out 2>&1 ; then
13988 if $contains warning try.out >>/dev/null 2>&1 ; then
13989 db_prefixtype='int'
13991 db_prefixtype='size_t'
13994 db_prefixtype='size_t'
13995 : XXX Maybe we should just give up here.
13997 echo "Help: I can't seem to compile the db test program." >&4
13998 echo "Something's wrong, but I'll assume you use $db_prefixtype." >&4
14001 echo "Your version of Berkeley DB uses $db_prefixtype for prefix."
14003 *) db_prefixtype='size_t'
14008 : How can we generate normalized random numbers ?
14010 echo "Looking for a random number function..." >&4
14011 case "$randfunc" in
14013 if set drand48 val -f; eval $csym; $val; then
14015 echo "Good, found drand48()." >&4
14016 elif set random val -f; eval $csym; $val; then
14018 echo "OK, found random()." >&4
14021 echo "Yick, looks like I have to use rand()." >&4
14032 *-Dmy_rand=*|*-Dmy_srand=*)
14033 echo "Removing obsolete -Dmy_rand, -Dmy_srand, and -Drandbits from ccflags." >&4
14034 ccflags="`echo $ccflags | sed -e 's/-Dmy_rand=random/ /'`"
14035 ccflags="`echo $ccflags | sed -e 's/-Dmy_srand=srandom/ /'`"
14036 ccflags="`echo $ccflags | sed -e 's/-Drandbits=[0-9][0-9]*/ /'`"
14040 while $test "$cont"; do
14041 rp="Use which function to generate random numbers?"
14043 if $test "$ans" = "$dflt"; then
14049 if set $ans val -f; eval $csym; $val; then
14053 rp="I cannot find function $ans. Use that name anyway?"
14062 case "$randfunc" in
14064 drand01="drand48()"
14070 case "$randbits" in
14072 echo "Checking to see how many bits your $randfunc() function produces..." >&4
14074 #$i_unistd I_UNISTD
14075 #$i_stdlib I_STDLIB
14078 # include <unistd.h>
14081 # include <stdlib.h>
14086 register unsigned long tmp;
14087 register unsigned long max = 0L;
14089 for (i = 1000; i; i--) {
14090 tmp = (unsigned long) $randfunc();
14091 if (tmp > max) max = tmp;
14093 for (i = 0; max; i++)
14099 if eval $compile_ok; then
14103 echo "(I can't seem to compile the test program...)"
14110 rp="How many bits does your $randfunc() function produce?"
14114 drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
14115 seedfunc="s$randfunc"
14116 randseedtype=unsigned
14120 rp="How many bits does your $randfunc() function produce?"
14123 seedfunc="s$randfunc"
14124 drand01="($randfunc() / (double) ((unsigned long)1 << $randbits))"
14125 if set $seedfunc val -f; eval $csym; $val; then
14126 echo "(Using $seedfunc() to seed random generator)"
14128 echo "(Warning: no $seedfunc() to seed random generator)"
14131 randseedtype=unsigned
14139 echo "Determining whether or not we are on an EBCDIC system..." >&4
14140 $cat >try.c <<'EOM'
14143 if ('M'==0xd4) return 0;
14150 if eval $compile_ok; then
14151 if $run ./try; then
14152 echo "You seem to speak EBCDIC." >&4
14155 echo "Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8." >&4
14158 echo "I'm unable to compile the test program." >&4
14159 echo "I'll assume ASCII or some ISO Latin. Or UTF8." >&4
14167 Checking how to flush all pending stdio output...
14169 # I only know how to find the first 32 possibly open files on SunOS.
14170 # See also hints/sunos_4_1.sh and util.c --AD
14172 sunos) $echo '#define PERL_FFLUSH_ALL_FOPEN_MAX 32' > try.c ;;
14174 $cat >>try.c <<EOCP
14176 #$i_unistd I_UNISTD
14178 # include <unistd.h>
14180 #$d_sysconf HAS_SYSCONF
14181 #$d_stdio_stream_array HAS_STDIO_STREAM_ARRAY
14182 #ifdef HAS_STDIO_STREAM_ARRAY
14183 # define STDIO_STREAM_ARRAY $stdio_stream_array
14188 p = fopen("try.out", "w");
14192 # ifdef TRY_FPRINTF
14196 #ifdef TRY_FFLUSH_NULL
14199 #ifdef TRY_FFLUSH_ALL
14201 long open_max = -1;
14202 # ifdef PERL_FFLUSH_ALL_FOPEN_MAX
14203 open_max = PERL_FFLUSH_ALL_FOPEN_MAX;
14205 # if defined(HAS_SYSCONF) && defined(_SC_OPEN_MAX)
14206 open_max = sysconf(_SC_OPEN_MAX);
14209 open_max = FOPEN_MAX;
14212 open_max = OPEN_MAX;
14221 # ifdef HAS_STDIO_STREAM_ARRAY
14222 if (open_max > 0) {
14224 for (i = 0; i < open_max; i++)
14225 if (STDIO_STREAM_ARRAY[i]._file >= 0 &&
14226 STDIO_STREAM_ARRAY[i]._file < open_max &&
14227 STDIO_STREAM_ARRAY[i]._flag)
14228 fflush(&STDIO_STREAM_ARRAY[i]);
14236 : first we have to find out how _not_ to flush
14238 if $test "X$fflushNULL" = X -o "X$fflushall" = X; then
14240 set try -DTRY_FPUTC
14241 if eval $compile; then
14242 $run ./try 2>/dev/null
14245 if $test ! -s try.out -a "X$code" = X42; then
14251 set try -DTRY_FPRINTF
14252 if eval $compile; then
14253 $run ./try 2>/dev/null
14256 if $test ! -s try.out -a "X$code" = X42; then
14257 output=-DTRY_FPRINTF
14263 : check for fflush NULL behaviour
14264 case "$fflushNULL" in
14265 '') set try -DTRY_FFLUSH_NULL $output
14266 if eval $compile; then
14267 $run ./try 2>/dev/null
14270 if $test -s try.out -a "X$code" = X42; then
14271 fflushNULL="`$cat try.out`"
14273 if $test "X$code" != X42; then
14275 (If this test failed, don't worry, we'll try another method shortly.)
14280 $rm -f core try.core core.try.*
14281 case "$fflushNULL" in
14283 Your fflush(NULL) works okay for output streams.
14284 Let's see if it clobbers input pipes...
14286 # As of mid-March 2000 all versions of Solaris appear to have a stdio
14287 # bug that improperly flushes the input end of pipes. So we avoid the
14288 # autoflush on fork/system/exec support for now. :-(
14289 $cat >tryp.c <<EOCP
14292 main(int argc, char **argv)
14298 while ((i = getc(stdin)) != -1
14299 && (*bp++ = i) != '\n'
14300 && bp < &buf[1024])
14303 fprintf(stdout, "%s", buf);
14311 fflushNULL="$define"
14313 if eval $compile; then
14315 $cat tryp.c | $run ./tryp 2>/dev/null > tryp.out
14316 if cmp tryp.c tryp.out >/dev/null 2>&1; then
14318 fflush(NULL) seems to behave okay with input streams.
14320 fflushNULL="$define"
14323 Ouch, fflush(NULL) clobbers input pipes! We will not use it.
14325 fflushNULL="$undef"
14328 $rm -f core tryp.c tryp.core core.tryp.*
14331 Your fflush(NULL) isn't working (contrary to ANSI C).
14333 fflushNULL="$undef"
14336 Cannot figure out whether your fflush(NULL) works or not.
14337 I'm assuming it doesn't (contrary to ANSI C).
14339 fflushNULL="$undef"
14343 $define|true|[yY]*)
14344 fflushNULL="$define"
14347 fflushNULL="$undef"
14350 : check explicit looping only if NULL did not work, and if the pipe
14351 : bug does not show up on an explicit flush too
14352 case "$fflushNULL" in
14354 $cat >tryp.c <<EOCP
14357 main(int argc, char **argv)
14363 while ((i = getc(stdin)) != -1
14364 && (*bp++ = i) != '\n'
14365 && bp < &buf[1024])
14368 fprintf(stdout, "%s", buf);
14377 if eval $compile; then
14379 $cat tryp.c | $run ./tryp 2>/dev/null > tryp.out
14380 if cmp tryp.c tryp.out >/dev/null 2>&1; then
14382 Good, at least fflush(stdin) seems to behave okay when stdin is a pipe.
14384 : now check for fflushall behaviour
14385 case "$fflushall" in
14386 '') set try -DTRY_FFLUSH_ALL $output
14387 if eval $compile; then
14389 (Now testing the other method--but note that this also may fail.)
14391 $run ./try 2>/dev/null
14394 if $test -s try.out -a "X$code" = X42; then
14395 fflushall="`$cat try.out`"
14398 $rm -f core try.core core.try.*
14399 case "$fflushall" in
14401 Whew. Flushing explicitly all the stdio streams works.
14403 fflushall="$define"
14406 Sigh. Flushing explicitly all the stdio streams doesn't work.
14411 Cannot figure out whether flushing stdio streams explicitly works or not.
14412 I'm assuming it doesn't.
14418 "$define"|true|[yY]*)
14419 fflushall="$define"
14427 All is futile. Even fflush(stdin) clobbers input pipes!
14434 $rm -f core tryp.c tryp.core core.tryp.*
14436 *) fflushall="$undef"
14440 case "$fflushNULL$fflushall" in
14443 OK, I give up. I cannot figure out how to flush pending stdio output.
14444 We won't be flushing handles at all before fork/exec/popen.
14448 $rm -f try.* try$exe_ext
14450 : Store the full pathname to the ar program for use in the C program
14451 : Respect a hint or command line value for full_ar.
14456 : Store the full pathname to the sed program for use in the C program
14459 : see what type gids are declared as in the kernel
14461 echo "Looking for the type for group ids returned by getgid()."
14462 set gid_t gidtype xxx stdio.h sys/types.h
14466 xxx=`./findhdr sys/user.h`
14467 set `grep 'groups\[NGROUPS\];' "$xxx" 2>/dev/null` unsigned short
14469 unsigned) dflt="$1 $2" ;;
14473 *) dflt="$gidtype";;
14476 gid_t) echo "gid_t found." ;;
14477 *) rp="What is the type for group ids returned by getgid()?"
14485 *_t) zzz="$gidtype" ;;
14488 echo "Checking the size of $zzz..." >&4
14490 #include <sys/types.h>
14493 printf("%d\n", (int)sizeof($gidtype));
14498 if eval $compile_ok; then
14502 echo "(I can't execute the test program--guessing $gidsize.)" >&4
14505 echo "Your $zzz is $gidsize bytes long."
14510 echo "(I can't compile the test program--guessing $gidsize.)" >&4
14516 *_t) zzz="$gidtype" ;;
14519 echo "Checking the sign of $zzz..." >&4
14521 #include <sys/types.h>
14532 if eval $compile; then
14536 echo "(I can't execute the test program--guessing unsigned.)" >&4
14540 1) echo "Your $zzz is unsigned." ;;
14541 -1) echo "Your $zzz is signed." ;;
14547 echo "(I can't compile the test program--guessing unsigned.)" >&4
14553 if $test X"$quadtype" != X; then
14555 echo "Checking how to print 64-bit integers..." >&4
14557 if $test X"$sPRId64" = X -a X"$quadtype" = Xint; then
14558 $cat >try.c <<'EOCP'
14559 #include <sys/types.h>
14562 int q = 12345678901;
14563 printf("%ld\n", q);
14567 if eval $compile; then
14571 sPRId64='"d"'; sPRIi64='"i"'; sPRIu64='"u"';
14572 sPRIo64='"o"'; sPRIx64='"x"'; sPRIXU64='"X"';
14573 echo "We will use %d."
14579 if $test X"$sPRId64" = X -a X"$quadtype" = Xlong; then
14580 $cat >try.c <<'EOCP'
14581 #include <sys/types.h>
14584 long q = 12345678901;
14585 printf("%ld\n", q);
14589 if eval $compile; then
14593 sPRId64='"ld"'; sPRIi64='"li"'; sPRIu64='"lu"';
14594 sPRIo64='"lo"'; sPRIx64='"lx"'; sPRIXU64='"lX"';
14595 echo "We will use %ld."
14601 if $test X"$sPRId64" = X -a X"$i_inttypes" = X"$define" -a X"$quadtype" = Xint64_t; then
14602 $cat >try.c <<'EOCP'
14603 #include <sys/types.h>
14604 #include <inttypes.h>
14607 int64_t q = 12345678901;
14608 printf("%" PRId64 "\n", q);
14612 if eval $compile; then
14616 sPRId64=PRId64; sPRIi64=PRIi64; sPRIu64=PRIu64;
14617 sPRIo64=PRIo64; sPRIx64=PRIx64; sPRIXU64=PRIXU64;
14618 echo "We will use the C9X style."
14624 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
14626 #include <sys/types.h>
14629 $quadtype q = 12345678901;
14630 printf("%Ld\n", q);
14634 if eval $compile; then
14638 sPRId64='"Ld"'; sPRIi64='"Li"'; sPRIu64='"Lu"';
14639 sPRIo64='"Lo"'; sPRIx64='"Lx"'; sPRIXU64='"LX"';
14640 echo "We will use %Ld."
14646 if $test X"$sPRId64" = X -a X"$quadtype" = X"long long"; then
14647 $cat >try.c <<'EOCP'
14648 #include <sys/types.h>
14651 long long q = 12345678901LL; /* AIX cc requires the LL suffix. */
14652 printf("%lld\n", q);
14656 if eval $compile; then
14660 sPRId64='"lld"'; sPRIi64='"lli"'; sPRIu64='"llu"';
14661 sPRIo64='"llo"'; sPRIx64='"llx"'; sPRIXU64='"llX"';
14662 echo "We will use the %lld style."
14668 if $test X"$sPRId64" = X -a X"$quadtype" != X; then
14670 #include <sys/types.h>
14673 $quadtype q = 12345678901;
14674 printf("%qd\n", q);
14678 if eval $compile; then
14682 sPRId64='"qd"'; sPRIi64='"qi"'; sPRIu64='"qu"';
14683 sPRIo64='"qo"'; sPRIx64='"qx"'; sPRIXU64='"qX"';
14684 echo "We will use %qd."
14690 if $test X"$sPRId64" = X; then
14691 echo "Cannot figure out how to print 64-bit integers." >&4
14699 '') d_PRId64="$undef"; d_PRIi64="$undef"; d_PRIu64="$undef";
14700 d_PRIo64="$undef"; d_PRIx64="$undef"; d_PRIXU64="$undef";
14702 *) d_PRId64="$define"; d_PRIi64="$define"; d_PRIu64="$define";
14703 d_PRIo64="$define"; d_PRIx64="$define"; d_PRIXU64="$define";
14709 $echo "Checking the format strings to be used for Perl's internal types..." >&4
14711 if $test X"$ivsize" = X8; then
14712 ivdformat="$sPRId64"
14713 uvuformat="$sPRIu64"
14714 uvoformat="$sPRIo64"
14715 uvxformat="$sPRIx64"
14716 uvXUformat="$sPRIXU64"
14718 if $test X"$ivsize" = X"$longsize"; then
14725 if $test X"$ivsize" = X"$intsize"; then
14733 if $test X"$ivsize" = X"$shortsize"; then
14744 if $test X"$uselongdouble" = X"$define" -a X"$d_longdbl" = X"$define" -a X"$d_PRIgldbl" = X"$define"; then
14745 nveformat="$sPRIeldbl"
14746 nvfformat="$sPRIfldbl"
14747 nvgformat="$sPRIgldbl"
14748 nvEUformat="$sPRIEUldbl"
14749 nvFUformat="$sPRIFUldbl"
14750 nvGUformat="$sPRIGUldbl"
14760 case "$ivdformat" in
14761 '') echo "$0: Fatal: failed to find format strings, cannot continue." >&4
14768 $echo "Checking the format string to be used for gids..." >&4
14771 -1) if $test X"$gidsize" = X"$ivsize"; then
14772 gidformat="$ivdformat"
14774 if $test X"$gidsize" = X"$longsize"; then
14777 if $test X"$gidsize" = X"$intsize"; then
14780 if $test X"$gidsize" = X"$shortsize"; then
14787 *) if $test X"$gidsize" = X"$uvsize"; then
14788 gidformat="$uvuformat"
14790 if $test X"$gidsize" = X"$longsize"; then
14793 if $test X"$gidsize" = X"$intsize"; then
14796 if $test X"$gidsize" = X"$shortsize"; then
14805 : see if getgroups exists
14806 set getgroups d_getgrps
14809 : see if setgroups exists
14810 set setgroups d_setgrps
14814 : Find type of 2nd arg to 'getgroups()' and 'setgroups()'
14816 case "$d_getgrps$d_setgrps" in
14818 case "$groupstype" in
14819 '') dflt="$gidtype" ;;
14820 *) dflt="$groupstype" ;;
14823 What type of pointer is the second argument to getgroups() and setgroups()?
14824 Usually this is the same as group ids, $gidtype, but not always.
14827 rp='What type pointer is the second argument to getgroups() and setgroups()?'
14831 *) groupstype="$gidtype";;
14835 echo "Checking if your $make program sets \$(MAKE)..." >&4
14836 case "$make_set_make" in
14838 $sed 's/^X //' > testmake.mak << 'EOF'
14840 X @echo 'maketemp="$(MAKE)"'
14842 case "`$make -f testmake.mak 2>/dev/null`" in
14843 *maketemp=*) make_set_make='#' ;;
14844 *) make_set_make="MAKE=$make" ;;
14846 $rm -f testmake.mak
14849 case "$make_set_make" in
14850 '#') echo "Yup, it does.";;
14851 *) echo "Nope, it doesn't.";;
14854 : see what type is used for mode_t
14855 rp="What is the type used for file modes for system calls (e.g. fchmod())?"
14856 set mode_t modetype int stdio.h sys/types.h
14859 : see if stdarg is available
14861 if $test `./findhdr stdarg.h`; then
14862 echo "<stdarg.h> found." >&4
14865 echo "<stdarg.h> NOT found." >&4
14869 : see if varags is available
14871 if $test `./findhdr varargs.h`; then
14872 echo "<varargs.h> found." >&4
14874 echo "<varargs.h> NOT found, but that's ok (I hope)." >&4
14877 : set up the varargs testing programs
14878 $cat > varargs.c <<EOP
14880 #include <stdarg.h>
14883 #include <varargs.h>
14887 int f(char *p, ...)
14901 p = va_arg(ap, char *);
14906 $cat > varargs <<EOP
14908 if $cc -c $ccflags -D\$1 varargs.c >/dev/null 2>&1; then
14917 : now check which varargs header should be included
14922 if `./varargs I_STDARG`; then
14924 elif `./varargs I_VARARGS`; then
14929 if `./varargs I_VARARGS`; then
14936 echo "I could not find the definition for va_dcl... You have problems..." >&4
14937 val="$undef"; set i_stdarg; eval $setvar
14938 val="$undef"; set i_varargs; eval $setvar
14943 case "$i_varhdr" in
14945 val="$define"; set i_stdarg; eval $setvar
14946 val="$undef"; set i_varargs; eval $setvar
14949 val="$undef"; set i_stdarg; eval $setvar
14950 val="$define"; set i_varargs; eval $setvar
14953 echo "We'll include <$i_varhdr> to get va_dcl definition." >&4;;
14957 : see if we need va_copy
14959 case "$i_stdarg" in
14962 #include <stdarg.h>
14964 #$i_stdlib I_STDLIB
14966 #include <stdlib.h>
14968 #include <signal.h>
14971 ivfprintf(FILE *f, const char *fmt, va_list *valp)
14973 return vfprintf(f, fmt, *valp);
14977 myvfprintf(FILE *f, const char *fmt, va_list val)
14979 return ivfprintf(f, fmt, &val);
14983 myprintf(char *fmt, ...)
14986 va_start(val, fmt);
14987 return myvfprintf(stdout, fmt, val);
14991 main(int ac, char **av)
14993 signal(SIGSEGV, exit);
14995 myprintf("%s%cs all right, then\n", "that", '\'');
15000 if eval $compile && $run ./try 2>&1 >/dev/null; then
15001 case "`$run ./try`" in
15002 "that's all right, then")
15008 yes) echo "It seems that you don't need va_copy()." >&4
15009 need_va_copy="$undef"
15011 *) echo "It seems that va_copy() or similar will be needed." >&4
15012 need_va_copy="$define"
15015 $rm -f try.* core core.* *.core *.core.*
15017 *) echo "You don't have <stdarg.h>, not checking for va_copy()." >&4
15021 : define a fucntion to check prototypes
15022 $cat > protochk <<EOSH
15025 optimize="$optimize"
15027 prototype="$prototype"
15032 $cat >> protochk <<'EOSH'
15037 while test $# -ge 2; do
15039 $define) echo "#include <$2>" >> try.c ;;
15040 literal) echo "$2" >> try.c ;;
15044 test "$prototype" = "$define" && echo '#define CAN_PROTOTYPE' >> try.c
15045 cat >> try.c <<'EOCP'
15046 #ifdef CAN_PROTOTYPE
15047 #define _(args) args
15052 echo "$foo" >> try.c
15053 echo 'int no_real_function_has_this_name _((void)) { return 0; }' >> try.c
15054 $cc $optimize $ccflags -c try.c > /dev/null 2>&1
15060 $eunicefix protochk
15062 : see what type is used for size_t
15063 rp="What is the type used for the length parameter for string functions?"
15064 set size_t sizetype 'unsigned int' stdio.h sys/types.h
15067 : check for type of arguments to gethostbyaddr.
15068 if test "X$netdb_host_type" = X -o "X$netdb_hlen_type" = X; then
15069 case "$d_gethbyaddr" in
15073 Checking to see what type of arguments are accepted by gethostbyaddr().
15075 hdrs="$define sys/types.h
15076 $d_socket sys/socket.h
15077 $i_niin netinet/in.h
15079 $i_unistd unistd.h"
15080 : The first arg can 'char *' or 'void *'
15081 : The second arg is some of integral type
15082 for xxx in in_addr_t 'const void *' 'const char *' 'void *' 'char *'; do
15083 for yyy in size_t long int; do
15084 case "$netdb_host_type" in
15085 '') try="extern struct hostent *gethostbyaddr($xxx, $yyy, int);"
15086 if ./protochk "$try" $hdrs; then
15087 echo "Your system accepts $xxx for the first arg."
15088 echo "...and $yyy for the second arg."
15089 netdb_host_type="$xxx"
15090 netdb_hlen_type="$yyy"
15096 : In case none of those worked, prompt the user.
15097 case "$netdb_host_type" in
15098 '') rp='What is the type for the 1st argument to gethostbyaddr?'
15101 netdb_host_type=$ans
15102 rp='What is the type for the 2nd argument to gethostbyaddr?'
15105 netdb_hlen_type=$ans
15109 *) : no gethostbyaddr, so pick harmless defaults
15110 netdb_host_type='char *'
15111 netdb_hlen_type="$sizetype"
15114 # Remove the "const" if needed. -- but then we'll have a
15116 # netdb_host_type=`echo "$netdb_host_type" | sed 's/^const //'`
15119 : check for type of argument to gethostbyname.
15120 if test "X$netdb_name_type" = X ; then
15121 case "$d_gethbyname" in
15125 Checking to see what type of argument is accepted by gethostbyname().
15127 hdrs="$define sys/types.h
15128 $d_socket sys/socket.h
15129 $i_niin netinet/in.h
15131 $i_unistd unistd.h"
15132 for xxx in "const char *" "char *"; do
15133 case "$netdb_name_type" in
15134 '') try="extern struct hostent *gethostbyname($xxx);"
15135 if ./protochk "$try" $hdrs; then
15136 echo "Your system accepts $xxx."
15137 netdb_name_type="$xxx"
15142 : In case none of those worked, prompt the user.
15143 case "$netdb_name_type" in
15144 '') rp='What is the type for the 1st argument to gethostbyname?'
15147 netdb_name_type=$ans
15151 *) : no gethostbyname, so pick harmless default
15152 netdb_name_type='char *'
15157 : check for type of 1st argument to getnetbyaddr.
15158 if test "X$netdb_net_type" = X ; then
15159 case "$d_getnbyaddr" in
15163 Checking to see what type of 1st argument is accepted by getnetbyaddr().
15165 hdrs="$define sys/types.h
15166 $d_socket sys/socket.h
15167 $i_niin netinet/in.h
15169 $i_unistd unistd.h"
15170 for xxx in in_addr_t "unsigned long" long "unsigned int" int; do
15171 case "$netdb_net_type" in
15172 '') try="extern struct netent *getnetbyaddr($xxx, int);"
15173 if ./protochk "$try" $hdrs; then
15174 echo "Your system accepts $xxx."
15175 netdb_net_type="$xxx"
15180 : In case none of those worked, prompt the user.
15181 case "$netdb_net_type" in
15182 '') rp='What is the type for the 1st argument to getnetbyaddr?'
15185 netdb_net_type=$ans
15189 *) : no getnetbyaddr, so pick harmless default
15190 netdb_net_type='long'
15194 : locate the preferred pager for this system
15200 [a-zA-Z]:/*) dflt=$pg;;
15204 [a-zA-Z]:/*) dflt=$more;;
15208 [a-zA-Z]:/*) dflt=$less;;
15211 '') dflt=/usr/ucb/more;;
15218 rp='What pager is used on your system?'
15222 : see what type pids are declared as in the kernel
15223 rp="What is the type of process ids on this system?"
15224 set pid_t pidtype int stdio.h sys/types.h
15227 : Find earliest binary compatible site_perl subdirectory perl can use.
15228 case "$bincompat5005" in
15229 "$define") xs_apiversion='5.005' ;;
15230 *) xs_apiversion=$version ;; # The current site_perl version.
15232 : Find earliest pure perl site_perl subdirectory perl can use.
15233 : The versioned directories started at 5.005.
15234 pm_apiversion='5.005'
15236 : see if ar generates random libraries by itself
15238 echo "Checking how to generate random libraries on your machine..." >&4
15239 echo 'int bar1() { return bar2(); }' > bar1.c
15240 echo 'int bar2() { return 2; }' > bar2.c
15241 $cat > foo.c <<'EOP'
15242 int main() { printf("%d\n", bar1()); exit(0); }
15244 $cc $ccflags -c bar1.c >/dev/null 2>&1
15245 $cc $ccflags -c bar2.c >/dev/null 2>&1
15246 $cc $ccflags -c foo.c >/dev/null 2>&1
15247 $ar rc bar$_a bar2$_o bar1$_o >/dev/null 2>&1
15248 if $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 &&
15249 $run ./foobar >/dev/null 2>&1; then
15250 echo "$ar appears to generate random libraries itself."
15253 elif $ar ts bar$_a >/dev/null 2>&1 &&
15254 $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 &&
15255 $run ./foobar >/dev/null 2>&1; then
15256 echo "a table of contents needs to be added with '$ar ts'."
15263 ranlib=`./loc ranlib X /usr/bin /bin /usr/local/bin`
15264 $test -f $ranlib || ranlib=''
15267 if $test -n "$ranlib"; then
15268 echo "your system has '$ranlib'; we'll use that."
15271 echo "your system doesn't seem to support random libraries"
15272 echo "so we'll use lorder and tsort to order the libraries."
15279 : check for type of arguments to select.
15280 case "$selecttype" in
15281 '') case "$d_select" in
15285 Checking to see what type of arguments are accepted by select().
15287 hdrs="$define sys/types.h
15288 $i_systime sys/time.h
15289 $i_sysselct sys/select.h
15290 $d_socket sys/socket.h"
15291 : The first arg can be int, unsigned, or size_t
15292 : The last arg may or may not be 'const'
15294 : void pointer has been seen but using that
15295 : breaks the selectminbits test
15296 for xxx in 'fd_set *' 'int *'; do
15297 for nfd in 'int' 'size_t' 'unsigned long' 'unsigned' ; do
15298 for tmo in 'struct timeval *' 'const struct timeval *'; do
15300 '') try="extern select _(($nfd, $xxx, $xxx, $xxx, $tmo));"
15301 if ./protochk "$try" $hdrs; then
15302 echo "Your system accepts $xxx."
15311 '') rp='What is the type for the 2nd, 3rd, and 4th arguments to select?'
15312 case "$d_fd_set" in
15313 $define) dflt="fd_set *" ;;
15322 *) : no select, so pick a harmless default
15329 : check for the select 'width'
15330 case "$selectminbits" in
15331 '') case "$d_select" in
15335 Checking to see on how many bits at a time your select() operates...
15338 #include <sys/types.h>
15340 #$i_systime I_SYS_TIME
15341 #$i_systimek I_SYS_TIME_KERNEL
15346 # ifdef I_SYS_TIME_KERNEL
15349 # include <sys/time.h>
15350 # ifdef I_SYS_TIME_KERNEL
15354 #$i_sysselct I_SYS_SELECT
15355 #ifdef I_SYS_SELECT
15356 #include <sys/select.h>
15358 #$d_socket HAS_SOCKET
15360 # include <sys/socket.h> /* Might include <sys/bsdtypes.h> */
15364 #define S sizeof(*(b))
15366 #define NBYTES (S * 8 > MINBITS ? S : MINBITS/8)
15367 #define NBITS (NBYTES * 8)
15376 fp = fopen("try.c", "r");
15382 b = ($selecttype)s;
15383 for (i = 0; i < NBITS; i++)
15387 select(fd + 1, b, 0, 0, &t);
15388 for (i = NBITS - 1; i > fd && FD_ISSET(i, b); i--);
15389 printf("%d\n", i + 1);
15394 if eval $compile_ok; then
15395 selectminbits=`$run ./try`
15396 case "$selectminbits" in
15398 Cannot figure out on how many bits at a time your select() operates.
15399 I'll play safe and guess it is 32 bits.
15405 *) bits="$selectminbits bits" ;;
15407 echo "Your select() operates on $bits at a time." >&4
15409 rp='What is the minimum number of bits your select() operates on?'
15410 case "$byteorder" in
15411 1234|12345678) dflt=32 ;;
15416 selectminbits="$val"
15420 *) : no select, so pick a harmless default
15427 : Trace out the files included by signal.h, then look for SIGxxx names.
15428 : Remove SIGARRAYSIZE used by HPUX.
15429 : Remove SIGSTKSIZE used by Linux.
15430 : Remove SIGSTKSZ used by Posix.
15431 : Remove SIGTYP void lines used by OS2.
15432 : Some cpps, like os390, dont give the file name anywhere
15433 if [ "X$fieldn" = X ]; then
15434 : Just make some guesses. We check them later.
15435 xxx='/usr/include/signal.h /usr/include/sys/signal.h'
15437 xxx=`echo '#include <signal.h>' |
15438 $cppstdin $cppminus $cppflags 2>/dev/null |
15439 $grep '^[ ]*#.*include' |
15440 $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sed 's!\\\\\\\\!/!g' | $sort | $uniq`
15442 : Check this list of files to be sure we have parsed the cpp output ok.
15443 : This will also avoid potentially non-existent files, such
15446 for xx in $xxx /dev/null ; do
15447 $test -f "$xx" && xxxfiles="$xxxfiles $xx"
15449 : If we have found no files, at least try signal.h
15450 case "$xxxfiles" in
15451 '') xxxfiles=`./findhdr signal.h` ;;
15454 $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $2 !~ /SIGARRAYSIZE/ && $2 !~ /SIGSTKSIZE/ && $2 !~ /SIGSTKSZ/ && $3 !~ /void/ {
15455 print substr($2, 4, 20)
15457 $1 == "#" && $2 ~ /^define$/ && $3 ~ /^SIG[A-Z0-9]*$/ && $3 !~ /SIGARRAYSIZE/ && $4 !~ /void/ {
15458 print substr($3, 4, 20)
15460 : Append some common names just in case the awk scan failed.
15461 xxx="$xxx ABRT ALRM BUS CANCEL CHLD CLD CONT DIL EMT FPE"
15462 xxx="$xxx FREEZE HUP ILL INT IO IOT KILL LOST LWP PHONE"
15463 xxx="$xxx PIPE POLL PROF PWR QUIT RTMAX RTMIN SEGV STKFLT STOP"
15464 xxx="$xxx SYS TERM THAW TRAP TSTP TTIN TTOU URG USR1 USR2"
15465 xxx="$xxx USR3 USR4 VTALRM WAITING WINCH WIND WINDOW XCPU XFSZ"
15467 : generate a few handy files for later
15468 $cat > signal.c <<'EOCP'
15469 #include <sys/types.h>
15470 #include <signal.h>
15474 /* Strange style to avoid deeply-nested #if/#else/#endif */
15477 # define NSIG (_NSIG)
15483 # define NSIG (SIGMAX+1)
15489 # define NSIG (SIG_MAX+1)
15495 # define NSIG (MAXSIG+1)
15501 # define NSIG (MAX_SIG+1)
15506 # ifdef SIGARRAYSIZE
15507 # define NSIG (SIGARRAYSIZE+1) /* Not sure of the +1 */
15513 # define NSIG (_sys_nsig) /* Solaris 2.5 */
15517 /* Default to some arbitrary number that's big enough to get most
15518 of the common signals.
15524 printf("NSIG %d\n", NSIG);
15530 echo $xxx | $tr ' ' $trnl | $sort | $uniq | $awk '
15532 printf "#ifdef SIG"; printf $1; printf "\n"
15533 printf "printf(\""; printf $1; printf " %%d\\n\",SIG";
15534 printf $1; printf ");\n"
15538 printf "#endif /* JUST_NSIG */\n";
15539 printf "exit(0);\n}\n";
15542 $cat >signal.awk <<'EOP'
15543 BEGIN { ndups = 0 }
15544 $1 ~ /^NSIG$/ { nsig = $2 }
15545 ($1 !~ /^NSIG$/) && (NF == 2) {
15546 if ($2 > maxsig) { maxsig = $2 }
15547 if (sig_name[$2]) {
15548 dup_name[ndups] = $1
15549 dup_num[ndups] = $2
15561 printf("NSIG %d\n", nsig);
15562 for (n = 1; n < nsig; n++) {
15564 printf("%s %d\n", sig_name[n], sig_num[n])
15567 printf("NUM%d %d\n", n, n)
15570 for (n = 0; n < ndups; n++) {
15571 printf("%s %d\n", dup_name[n], dup_num[n])
15575 $cat >signal_cmd <<EOS
15577 if $test -s signal.lst; then
15578 echo "Using your existing signal.lst file"
15583 $cat >>signal_cmd <<'EOS'
15586 if eval $compile_ok; then
15587 $run ./signal$_exe | $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
15589 echo "(I can't seem be able to compile the whole test program)" >&4
15590 echo "(I'll try it in little pieces.)" >&4
15591 set signal -DJUST_NSIG
15592 if eval $compile_ok; then
15593 $run ./signal$_exe > signal.nsg
15596 echo "I can't seem to figure out how many signals you have." >&4
15597 echo "Guessing 50." >&4
15598 echo 'NSIG 50' > signal.nsg
15600 : Now look at all the signal names, one at a time.
15601 for xx in `echo $xxx | $tr ' ' $trnl | $sort | $uniq`; do
15602 $cat > signal.c <<EOCP
15603 #include <sys/types.h>
15604 #include <signal.h>
15607 printf("$xx %d\n", SIG${xx});
15612 if eval $compile; then
15613 echo "SIG${xx} found."
15614 $run ./signal$_exe >> signal.ls1
15616 echo "SIG${xx} NOT found."
15619 if $test -s signal.ls1; then
15620 $cat signal.nsg signal.ls1 |
15621 $sort -n +1 | $uniq | $awk -f signal.awk >signal.lst
15625 if $test -s signal.lst; then
15628 echo "(AAK! I can't compile the test programs -- Guessing)" >&4
15629 echo 'kill -l' >signal
15630 set X `csh -f <signal`
15634 0) set HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM;;
15636 echo $@ | $tr ' ' $trnl | \
15637 $awk '{ printf "%s %d\n", $1, ++s; }
15638 END { printf "NSIG %d\n", ++s }' >signal.lst
15640 $rm -f signal.c signal$_exe signal$_o signal.nsg signal.ls1
15642 chmod a+x signal_cmd
15643 $eunicefix signal_cmd
15645 : generate list of signal names
15647 case "$sig_name_init" in
15649 *) case "$sig_num_init" in
15650 ''|*,*) doinit=yes ;;
15655 echo "Generating a list of signal names and numbers..." >&4
15657 sig_count=`$awk '/^NSIG/ { printf "%d", $2 }' signal.lst`
15658 sig_name=`$awk 'BEGIN { printf "ZERO " }
15659 !/^NSIG/ { printf "%s ", $1 }' signal.lst`
15660 sig_num=`$awk 'BEGIN { printf "0 " }
15661 !/^NSIG/ { printf "%d ", $2 }' signal.lst`
15662 sig_name_init=`$awk 'BEGIN { printf "\"ZERO\", " }
15663 !/^NSIG/ { printf "\"%s\", ", $1 }
15664 END { printf "0\n" }' signal.lst`
15665 sig_num_init=`$awk 'BEGIN { printf "0, " }
15666 !/^NSIG/ { printf "%d, ", $2}
15667 END { printf "0\n"}' signal.lst`
15670 echo "The following $sig_count signals are available:"
15672 echo $sig_name | $awk \
15673 'BEGIN { linelen = 0 }
15675 for (i = 1; i <= NF; i++) {
15676 name = "SIG" $i " "
15677 linelen = linelen + length(name)
15678 if (linelen > 70) {
15680 linelen = length(name)
15686 sig_size=`echo $sig_name | awk '{print NF}'`
15687 $rm -f signal signal.c signal.awk signal.lst signal_cmd
15690 case "$sizetype" in
15691 *_t) zzz="$sizetype" ;;
15692 *) zzz="filesize" ;;
15694 echo "Checking the size of $zzz..." >&4
15696 #include <sys/types.h>
15699 printf("%d\n", (int)sizeof($sizetype));
15704 if eval $compile_ok; then
15708 echo "(I can't execute the test program--guessing $sizesize.)" >&4
15711 echo "Your $zzz size is $sizesize bytes."
15716 echo "(I can't compile the test program--guessing $sizesize.)" >&4
15720 : check for socklen_t
15722 echo "Checking to see if you have socklen_t..." >&4
15724 #include <sys/types.h>
15725 #$d_socket HAS_SOCKET
15727 #include <sys/socket.h>
15729 int main() { socklen_t x = 16; }
15732 if eval $compile; then
15734 echo "You have socklen_t."
15737 echo "You do not have socklen_t."
15738 case "$sizetype" in
15739 size_t) echo "(You do have size_t, that might work. Some people are happy with just an int.)" ;;
15746 : see if this is a socks.h system
15747 set socks.h i_socks
15750 : check for type of the size argument to socket calls
15751 case "$d_socket" in
15755 Checking to see what type is the last argument of accept().
15758 case "$d_socklen_t" in
15759 "$define") yyy="$yyy socklen_t"
15761 yyy="$yyy $sizetype int long unsigned"
15762 for xxx in $yyy; do
15763 case "$socksizetype" in
15764 '') try="extern int accept(int, struct sockaddr *, $xxx *);"
15765 case "$usesocks" in
15767 if ./protochk "$try" $i_systypes sys/types.h $d_socket sys/socket.h literal '#define INCLUDE_PROTOTYPES' $i_socks socks.h.; then
15768 echo "Your system accepts '$xxx *' for the last argument of accept()."
15769 socksizetype="$xxx"
15772 *) if ./protochk "$try" $i_systypes sys/types.h $d_socket sys/socket.h; then
15773 echo "Your system accepts '$xxx *' for the last argument of accept()."
15774 socksizetype="$xxx"
15781 : In case none of those worked, prompt the user.
15782 case "$socksizetype" in
15783 '') rp='What is the type for socket address structure sizes?'
15790 *) : no sockets, so pick relatively harmless default
15795 : see what type is used for signed size_t
15796 set ssize_t ssizetype int stdio.h sys/types.h
15801 #include <sys/types.h>
15802 #define Size_t $sizetype
15803 #define SSize_t $dflt
15806 if (sizeof(Size_t) == sizeof(SSize_t))
15808 else if (sizeof(Size_t) == sizeof(int))
15817 if eval $compile_ok && $run ./try > /dev/null; then
15818 ssizetype=`$run ./try`
15819 echo "I'll be using $ssizetype for functions returning a byte count." >&4
15822 Help! I can't compile and run the ssize_t test program: please enlighten me!
15823 (This is probably a misconfiguration in your system or libraries, and
15824 you really ought to fix it. Still, I'll try anyway.)
15826 I need a type that is the same size as $sizetype, but is guaranteed to
15827 be signed. Common values are ssize_t, int and long.
15830 rp="What signed type is the same size as $sizetype?"
15836 : see what type of char stdio uses.
15838 echo '#include <stdio.h>' | $cppstdin $cppminus > stdioh
15839 if $contains 'unsigned.*char.*_ptr;' stdioh >/dev/null 2>&1 ; then
15840 echo "Your stdio uses unsigned chars." >&4
15841 stdchar="unsigned char"
15843 echo "Your stdio uses signed chars." >&4
15850 : see if time exists
15852 if test "X$d_time" = X -o X"$timetype" = X; then
15853 if set time val -f d_time; eval $csym; $val; then
15854 echo 'time() found.' >&4
15856 rp="What is the type returned by time() on this system?"
15857 set time_t timetype long stdio.h sys/types.h
15860 echo 'time() not found, hope that will do.' >&4
15868 : see what type uids are declared as in the kernel
15870 echo "Looking for the type for user ids returned by getuid()."
15871 set uid_t uidtype xxx stdio.h sys/types.h
15875 xxx=`./findhdr sys/user.h`
15876 set `grep '_ruid;' "$xxx" 2>/dev/null` unsigned short
15878 unsigned) dflt="$1 $2" ;;
15882 *) dflt="$uidtype";;
15885 uid_t) echo "uid_t found." ;;
15886 *) rp="What is the type for user ids returned by getuid()?"
15894 *_t) zzz="$uidtype" ;;
15897 echo "Checking the size of $zzz..." >&4
15899 #include <sys/types.h>
15902 printf("%d\n", (int)sizeof($uidtype));
15907 if eval $compile_ok; then
15911 echo "(I can't execute the test program--guessing $uidsize.)" >&4
15914 echo "Your $zzz is $uidsize bytes long."
15919 echo "(I can't compile the test program--guessing $uidsize.)" >&4
15924 *_t) zzz="$uidtype" ;;
15927 echo "Checking the sign of $zzz..." >&4
15929 #include <sys/types.h>
15940 if eval $compile; then
15944 echo "(I can't execute the test program--guessing unsigned.)" >&4
15948 1) echo "Your $zzz is unsigned." ;;
15949 -1) echo "Your $zzz is signed." ;;
15955 echo "(I can't compile the test program--guessing unsigned.)" >&4
15961 $echo "Checking the format string to be used for uids..." >&4
15964 -1) if $test X"$uidsize" = X"$ivsize"; then
15965 uidformat="$ivdformat"
15967 if $test X"$uidsize" = X"$longsize"; then
15970 if $test X"$uidsize" = X"$intsize"; then
15973 if $test X"$uidsize" = X"$shortsize"; then
15980 *) if $test X"$uidsize" = X"$uvsize"; then
15981 uidformat="$uvuformat"
15983 if $test X"$uidsize" = X"$longsize"; then
15986 if $test X"$uidsize" = X"$intsize"; then
15989 if $test X"$uidsize" = X"$shortsize"; then
15998 : determine compiler compiler
16007 if $test -f "$byacc$_exe"; then
16009 comp="byacc or $comp"
16011 if $test -f "$bison$_exe"; then
16012 comp="$comp or bison -y"
16014 rp="Which compiler compiler ($comp) shall I use?"
16023 echo "(Adding -y option to bison to get yacc-compatible behaviour.)"
16029 : see if this is a fp.h system
16033 : see if this is a fp_class.h system
16034 set fp_class.h i_fp_class
16037 : see if this is a ieeefp.h system
16038 case "$i_ieeefp" in
16039 '' ) set ieeefp.h i_ieeefp
16044 : see if this is a libutil.h system
16045 set libutil.h i_libutil
16048 : see if locale.h is available
16049 set locale.h i_locale
16052 : see if mach cthreads are available
16053 if test "X$usethreads" = "X$define"; then
16054 set mach/cthreads.h i_machcthr
16057 i_machcthr="$undef"
16062 : see if this is a math.h system
16066 : see if this is a mntent.h system
16067 set mntent.h i_mntent
16070 : see if ndbm.h is available
16076 # Some Linux distributions such as RedHat 7.1 put the
16077 # ndbm.h header in /usr/include/gdbm/ndbm.h.
16078 if $test -f /usr/include/gdbm/ndbm.h; then
16079 echo '<gdbm/ndbm.h> found.'
16080 ccflags="$ccflags -I/usr/include/gdbm"
16081 cppflags="$cppflags -I/usr/include/gdbm"
16089 : see if dbm_open exists
16090 set dbm_open d_dbm_open
16092 case "$d_dbm_open" in
16095 echo "We won't be including <ndbm.h>"
16104 : see if net/errno.h is available
16106 set net/errno.h val
16109 : Unfortunately, it causes problems on some systems. Arrgh.
16112 cat > try.c <<'EOM'
16115 #include <net/errno.h>
16121 if $cc $ccflags -c try.c >/dev/null 2>&1; then
16122 echo "We'll be including <net/errno.h>." >&4
16124 echo "We won't be including <net/errno.h>." >&4
16133 : see if netinet/tcp.h is available
16134 set netinet/tcp.h i_netinettcp
16137 : see if this is a poll.h system
16141 : see if this is a prot.h system
16146 $echo "Guessing which symbols your C compiler and preprocessor define..." >&4
16147 $cat <<'EOSH' > Cppsym.know
16148 a29k ABI64 aegis AES_SOURCE AIX AIX32 AIX370
16149 AIX41 AIX42 AIX43 AIX_SOURCE aixpc ALL_SOURCE
16150 alliant alpha am29000 AM29000 AMD64 amiga AMIGAOS AMIX
16151 ansi ANSI_C_SOURCE apollo ardent ARM32 atarist att386 att3b
16152 BeOS BIG_ENDIAN BIT_MSF bsd BSD bsd43 bsd4_2 bsd4_3 BSD4_3 bsd4_4
16153 BSD_4_3 BSD_4_4 BSD_NET2 BSD_TIME BSD_TYPES BSDCOMPAT bsdi
16154 bull c cadmus clipper CMU COFF COMPILER_VERSION
16155 concurrent convex cpu cray CRAY CRAYMPP ctix CX_UX
16156 CYGWIN DGUX DGUX_SOURCE DJGPP dmert DOLPHIN DPX2 DSO
16157 Dynix DynixPTX ELF encore EPI EXTENSIONS FAVOR_BSD
16158 FILE_OFFSET_BITS FreeBSD GCC_NEW_VARARGS gcos gcx gimpel
16160 GNU_SOURCE GNUC GNUC_MINOR GNU_LIBRARY GO32 gould GOULD_PN
16161 H3050R H3050RX hbullx20 hcx host_mips
16162 hp200 hp300 hp700 HP700 hp800 hp9000
16163 hp9000s200 hp9000s300 hp9000s400 hp9000s500
16164 hp9000s700 hp9000s800 hp9k8 hp_osf hppa hpux HPUX_SOURCE
16165 i186 i286 i386 i486 i586 i686 i8086 i80960 i860 I960
16166 IA64 iAPX286 ibm ibm032 ibmesa IBMR2 ibmrt ILP32 ILP64
16167 INLINE_INTRINSICS INTRINSICS INT64 interdata is68k ksr1
16168 LANGUAGE_C LARGE_FILE_API LARGEFILE64_SOURCE
16169 LARGEFILE_SOURCE LFS64_LARGEFILE LFS_LARGEFILE
16170 Linux LITTLE_ENDIAN LONG64 LONG_DOUBLE LONG_LONG
16171 LONGDOUBLE LONGLONG LP64 luna luna88k Lynx
16172 M68000 m68k m88100 m88k M88KBCS_TARGET M_COFF
16173 M_I186 M_I286 M_I386 M_I8086 M_I86 M_I86SM M_SYS3
16174 M_SYS5 M_SYSIII M_SYSV M_UNIX M_XENIX MACH machine MachTen
16175 MATH_HAS_NO_SIDE_EFFECTS
16176 mc300 mc500 mc68000 mc68010 mc68020 mc68030 mc68040
16177 mc68060 mc68k mc68k32 mc700 mc88000 mc88100 merlin
16178 mert MiNT mips MIPS_FPSET MIPS_ISA MIPS_SIM MIPS_SZINT
16179 MIPS_SZLONG MIPS_SZPTR MIPSEB MIPSEL MODERN_C motorola
16180 mpeix MSDOS MTXINU MULTIMAX mvs MVS n16 ncl_el ncl_mr
16181 NetBSD news1500 news1700 news1800 news1900 news3700
16182 news700 news800 news900 NeXT NLS nonstopux ns16000 ns32000
16183 ns32016 ns32332 ns32k nsc32000
16184 OCS88 OEMVS OpenBSD os OS2 OS390 osf OSF1 OSF_SOURCE
16185 pa_risc PA_RISC1_1 PA_RISC2_0 PARAGON parisc
16186 pc532 pdp11 PGC PIC plexus PORTAR posix
16187 POSIX1B_SOURCE POSIX2_SOURCE POSIX4_SOURCE
16188 POSIX_C_SOURCE POSIX_SOURCE POWER
16189 PROTOTYPES PWB pyr QNX R3000 REENTRANT RES Rhapsody RISC6000
16190 riscix riscos RT S390 SA110 scs SCO sequent sgi SGI_SOURCE SH3 sinix
16191 SIZE_INT SIZE_LONG SIZE_PTR SOCKET_SOURCE SOCKETS_SOURCE
16192 sony sony_news sonyrisc sparc sparclite spectrum
16193 stardent stdc STDC_EXT stratos sun sun3 sun386
16194 Sun386i svr3 svr4 SVR4_2 SVR4_SOURCE svr5
16195 SX system SYSTYPE_BSD SYSTYPE_BSD43 SYSTYPE_BSD44
16196 SYSTYPE_SVR4 SYSTYPE_SVR5 SYSTYPE_SYSV SYSV SYSV3 SYSV4 SYSV5
16197 sysV68 sysV88 Tek4132 Tek4300 titan
16198 TM3200 TM5400 TM5600
16199 tower tower32 tower32_200 tower32_600 tower32_700
16200 tower32_800 tower32_850 tss
16201 u370 u3b u3b2 u3b20 u3b200 u3b20d u3b5
16202 ultrix UMAXV UnicomPBB UnicomPBD UNICOS UNICOSMK
16203 unix UNIX95 UNIX99 unixpc unos
16204 USE_BSD USE_FILE_OFFSET64 USE_GNU USE_ISOC9X USE_LARGEFILE USE_LARGEFILE64
16205 USE_MISC USE_POSIX USE_POSIX199309 USE_POSIX199506 USE_POSIX2
16206 USE_REENTRANT USE_SVID USE_UNIX98 USE_XOPEN USE_XOPEN_EXTENDED
16208 Utek UTek UTS UWIN uxpm uxps vax venix VMESA vms xenix Xenix286
16209 XOPEN_SOURCE XOPEN_SOURCE_EXTENDED XPG2 XPG2_EXTENDED
16210 XPG3 XPG3_EXTENDED XPG4 XPG4_EXTENDED
16213 # Maybe put other stuff here too.
16214 cat <<EOSH >>Cppsym.know
16217 ./tr '[a-z]' '[A-Z]' < Cppsym.know > Cppsym.a
16218 ./tr '[A-Z]' '[a-z]' < Cppsym.know > Cppsym.b
16219 $cat Cppsym.know > Cppsym.c
16220 $cat Cppsym.a Cppsym.b Cppsym.c | $tr ' ' $trnl | $sort | $uniq > Cppsym.know
16221 $rm -f Cppsym.a Cppsym.b Cppsym.c
16222 cat <<EOSH > Cppsym
16224 if $test \$# -gt 0; then
16225 echo \$* | $tr " " "$trnl" | ./Cppsym.try > Cppsym.got
16226 if $test -s Cppsym.got; then
16233 $tr " " "$trnl" | ./Cppsym.try
16239 cat <<EOSH > Cppsym.try
16241 cat <<'EOCP' > try.c
16247 cat <<'EOSH' >> Cppsym.try
16249 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
16250 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
16251 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
16252 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
16254 echo 'return 0;}' >> try.c
16256 cat <<EOSH >> Cppsym.try
16258 case "$osname-$gccversion" in
16259 irix-) ccflags="\$ccflags -woff 1178" ;;
16260 os2-*) ccflags="\$ccflags -Zlinker /PM:VIO" ;;
16262 $cc -o try $optimize \$ccflags $ldflags try.c $libs && $run ./try
16264 chmod +x Cppsym.try
16265 $eunicefix Cppsym.try
16266 ./Cppsym < Cppsym.know > Cppsym.true
16267 : now check the C compiler for additional symbols
16268 postprocess_cc_v=''
16270 aix) postprocess_cc_v="|$tr , ' '" ;;
16277 for i in \`$cc -v -c tmp.c 2>&1 $postprocess_cc_v\`
16280 -D*) echo "\$i" | $sed 's/^-D//';;
16281 -A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A\(.*\)(\(.*\))/\1=\2/';;
16286 postprocess_cc_v=''
16289 ./ccsym > ccsym1.raw
16290 if $test -s ccsym1.raw; then
16291 $sort ccsym1.raw | $uniq >ccsym.raw
16293 mv ccsym1.raw ccsym.raw
16296 $awk '/\=/ { print $0; next }
16297 { print $0"=1" }' ccsym.raw >ccsym.list
16298 $awk '/\=/ { print $0; next }
16299 { print $0"=1" }' Cppsym.true >ccsym.true
16300 $comm -13 ccsym.true ccsym.list >ccsym.own
16301 $comm -12 ccsym.true ccsym.list >ccsym.com
16302 $comm -23 ccsym.true ccsym.list >ccsym.cpp
16304 if $test -z ccsym.raw; then
16305 echo "Your C compiler doesn't seem to define any symbols!" >&4
16307 echo "However, your C preprocessor defines the following symbols:"
16310 cppsymbols=`$cat Cppsym.true`
16311 cppsymbols=`echo $cppsymbols`
16312 cppccsymbols="$cppsymbols"
16314 if $test -s ccsym.com; then
16315 echo "Your C compiler and pre-processor define these symbols:"
16316 $sed -e 's/\(..*\)=.*/\1/' ccsym.com
16319 cppccsymbols=`$cat ccsym.com`
16320 cppccsymbols=`echo $cppccsymbols`
16321 $test "$silent" || sleep 1
16323 if $test -s ccsym.cpp; then
16324 $test "$also" && echo " "
16325 echo "Your C pre-processor ${also}defines the following symbols:"
16326 $sed -e 's/\(..*\)=.*/\1/' ccsym.cpp
16328 cppsymbols=`$cat ccsym.cpp`
16329 cppsymbols=`echo $cppsymbols`
16330 $test "$silent" || sleep 1
16332 if $test -s ccsym.own; then
16333 $test "$also" && echo " "
16334 echo "Your C compiler ${also}defines the following cpp symbols:"
16335 $sed -e 's/\(..*\)=1/\1/' ccsym.own
16336 $sed -e 's/\(..*\)=.*/\1/' ccsym.own | $uniq >>Cppsym.true
16337 ccsymbols=`$cat ccsym.own`
16338 ccsymbols=`echo $ccsymbols`
16339 $test "$silent" || sleep 1
16343 : see if this is a termio system
16347 if $test `./findhdr termios.h`; then
16348 set tcsetattr i_termios
16354 "$define") echo "You have POSIX termios.h... good!" >&4;;
16355 *) if ./Cppsym pyr; then
16356 case "`/bin/universe`" in
16357 ucb) if $test `./findhdr sgtty.h`; then
16359 echo "<sgtty.h> found." >&4
16361 echo "System is pyramid with BSD universe."
16362 echo "<sgtty.h> not found--you could have problems." >&4
16364 *) if $test `./findhdr termio.h`; then
16366 echo "<termio.h> found." >&4
16368 echo "System is pyramid with USG universe."
16369 echo "<termio.h> not found--you could have problems." >&4
16373 if $test `./findhdr termio.h`; then
16374 echo "<termio.h> found." >&4
16376 elif $test `./findhdr sgtty.h`; then
16377 echo "<sgtty.h> found." >&4
16380 echo "Neither <termio.h> nor <sgtty.h> found--you could have problems." >&4
16383 if $test `./findhdr sgtty.h`; then
16384 echo "<sgtty.h> found." >&4
16386 elif $test `./findhdr termio.h`; then
16387 echo "<termio.h> found." >&4
16390 echo "Neither <sgtty.h> nor <termio.h> found--you could have problems." >&4
16394 set i_termio; eval $setvar
16395 val=$val2; set i_sgtty; eval $setvar
16396 val=$val3; set i_termios; eval $setvar
16398 : see if this is a shadow.h system
16399 set shadow.h i_shadow
16402 : see if stddef is available
16403 set stddef.h i_stddef
16406 : see if this is a sunmath.h system
16407 set sunmath.h i_sunmath
16410 : see if sys/access.h is available
16411 set sys/access.h i_sysaccess
16414 : see if ioctl defs are in sgtty, termio, sys/filio or sys/ioctl
16415 set sys/filio.h i_sysfilio
16418 if $test `./findhdr sys/ioctl.h`; then
16420 echo '<sys/ioctl.h> found.' >&4
16423 if $test $i_sysfilio = "$define"; then
16424 echo '<sys/ioctl.h> NOT found.' >&4
16426 $test $i_sgtty = "$define" && xxx="sgtty.h"
16427 $test $i_termio = "$define" && xxx="termio.h"
16428 $test $i_termios = "$define" && xxx="termios.h"
16429 echo "No <sys/ioctl.h> found, assuming ioctl args are defined in <$xxx>." >&4
16435 : see if socket ioctl defs are in sys/sockio.h
16437 xxx=`./findhdr sys/sockio.h`
16438 if $test "$xxx"; then
16439 if $contains SIOCATMARK $xxx >/dev/null 2>&1; then
16441 echo "You have socket ioctls defined in <sys/sockio.h>." >&4
16444 echo "No socket ioctls found in <sys/sockio.h>." >&4
16449 <sys/sockio.h> not found, assuming socket ioctls are in <sys/ioctl.h>.
16456 : see if this is a syslog.h system
16457 set syslog.h i_syslog
16461 : see if this is a sys/mode.h system
16462 set sys/mode.h i_sysmode
16465 : see if sys/resource.h has to be included
16466 set sys/resource.h i_sysresrc
16469 : see if sys/security.h is available
16470 set sys/security.h i_syssecrt
16473 : see if this is a sys/statvfs.h system
16474 set sys/statvfs.h i_sysstatvfs
16477 : see if this is a sys/un.h system
16478 set sys/un.h i_sysun
16482 : see if this is a sys/utsname.h system
16483 set sys/utsname.h i_sysutsname
16486 : see if this is a syswait system
16487 set sys/wait.h i_syswait
16490 : see if this is a ustat.h system
16491 set ustat.h i_ustat
16494 : see if this is an utime system
16495 set utime.h i_utime
16498 : see if this is a values.h system
16499 set values.h i_values
16502 : see if this is a vfork system
16505 set vfork.h i_vfork
16513 : see if gdbm.h is available
16518 : see if gdbm_open exists
16519 set gdbm_open d_gdbm_open
16521 case "$d_gdbm_open" in
16524 echo "We won't be including <gdbm.h>"
16534 echo "Looking for extensions..." >&4
16535 : If we are using the old config.sh, known_extensions may contain
16536 : old or inaccurate or duplicate values.
16537 known_extensions=''
16538 nonxs_extensions=''
16539 : We do not use find because it might not be available.
16540 : We do not just use MANIFEST because the user may have dropped
16541 : some additional extensions into the source tree and expect them
16544 : Function to recursively find available extensions, ignoring DynaLoader
16545 : NOTE: recursion limit of 10 to prevent runaway in case of symlink madness
16549 DynaLoader|dynaload) ;;
16551 if $test -f $xxx/$xxx.xs; then
16552 known_extensions="$known_extensions $1$xxx";
16553 elif $test -f $xxx/Makefile.PL; then
16554 nonxs_extensions="$nonxs_extensions $1$xxx";
16556 if $test -d $xxx -a $# -lt 10; then
16559 eval $find_extensions;
16571 eval $find_extensions
16572 # Special case: Add in threads/shared since it is not picked up by the
16573 # recursive find above (and adding in general recursive finding breaks
16574 # SDBM_File/sdbm). A.D. 10/25/2001.
16575 known_extensions="$known_extensions threads/shared"
16576 set X $nonxs_extensions
16578 nonxs_extensions="$*"
16579 set X $known_extensions
16581 known_extensions="$*"
16584 : Now see which are supported on this system.
16586 for xxx in $known_extensions ; do
16590 $define) avail_ext="$avail_ext $xxx" ;;
16593 GDBM_File|gdbm_fil)
16595 $define) avail_ext="$avail_ext $xxx" ;;
16598 I18N/Langinfo|i18n_lan)
16599 case "$i_langinfo$d_nl_langinfo" in
16600 $define$define) avail_ext="$avail_ext $xxx" ;;
16603 NDBM_File|ndbm_fil)
16606 case "$osname-$use64bitint" in
16607 cygwin-*|hpux-define)
16609 *-lndbm*) avail_ext="$avail_ext $xxx" ;;
16612 *) avail_ext="$avail_ext $xxx" ;;
16617 ODBM_File|odbm_fil)
16618 case "${i_dbm}${i_rpcsvcdbm}" in
16620 case "$osname-$use64bitint" in
16621 cygwin-*|hpux-define)
16623 *-ldbm*) avail_ext="$avail_ext $xxx" ;;
16626 *) avail_ext="$avail_ext $xxx" ;;
16632 case "$useposix" in
16633 true|define|y) avail_ext="$avail_ext $xxx" ;;
16637 case "$useopcode" in
16638 true|define|y) avail_ext="$avail_ext $xxx" ;;
16642 case "$d_socket" in
16645 beos) ;; # not unless BONE
16646 *) avail_ext="$avail_ext $xxx" ;;
16651 Sys/Syslog|sys/syslog)
16652 : XXX syslog requires socket
16653 case "$d_socket" in
16654 true|$define|y) avail_ext="$avail_ext $xxx" ;;
16658 case "$usethreads" in
16660 case "$useithreads" in
16661 $undef|false|[nN]*) avail_ext="$avail_ext $xxx" ;;
16665 threads|threads/shared)
16666 case "$usethreads" in
16668 case "$useithreads" in
16669 $define|true|[yY]*) avail_ext="$avail_ext $xxx" ;;
16674 : XXX Do we need a useipcsysv variable here
16675 case "${d_msg}${d_sem}${d_shm}" in
16676 *"${define}"*) avail_ext="$avail_ext $xxx" ;;
16679 *) avail_ext="$avail_ext $xxx"
16688 : Now see which nonxs extensions are supported on this system.
16689 : For now assume all are.
16691 for xxx in $nonxs_extensions ; do
16693 *) nonxs_ext="$nonxs_ext $xxx"
16705 A number of extensions are supplied with $package. You may choose to
16706 compile these extensions for dynamic loading (the default), compile
16707 them into the $package executable (static loading), or not include
16708 them at all. Answer "none" to include no extensions.
16709 Note that DynaLoader is always built and need not be mentioned here.
16712 case "$dynamic_ext" in
16713 '') dflt="$avail_ext" ;;
16714 *) dflt="$dynamic_ext"
16715 # Perhaps we are reusing an old out-of-date config.sh.
16718 if test X"$dynamic_ext" != X"$avail_ext"; then
16720 NOTICE: Your previous config.sh list may be incorrect.
16721 The extensions now available to you are
16723 but the default list from your previous config.sh is
16735 rp="What extensions do you wish to load dynamically?"
16738 none) dynamic_ext=' ' ;;
16739 *) dynamic_ext="$ans" ;;
16742 case "$static_ext" in
16744 : Exclude those already listed in dynamic linking
16746 for xxx in $avail_ext; do
16747 case " $dynamic_ext " in
16749 *) dflt="$dflt $xxx" ;;
16756 *) dflt="$static_ext"
16763 rp="What extensions do you wish to load statically?"
16766 none) static_ext=' ' ;;
16767 *) static_ext="$ans" ;;
16772 A number of extensions are supplied with $package. Answer "none"
16773 to include no extensions.
16774 Note that DynaLoader is always built and need not be mentioned here.
16777 case "$static_ext" in
16778 '') dflt="$avail_ext" ;;
16779 *) dflt="$static_ext"
16780 # Perhaps we are reusing an old out-of-date config.sh.
16783 if test X"$static_ext" != X"$avail_ext"; then
16785 NOTICE: Your previous config.sh list may be incorrect.
16786 The extensions now available to you are
16788 but the default list from your previous config.sh is
16797 : Exclude those that are not xs extensions
16801 rp="What extensions do you wish to include?"
16804 none) static_ext=' ' ;;
16805 *) static_ext="$ans" ;;
16810 set X $dynamic_ext $static_ext $nonxs_ext
16814 : Remove libraries needed only for extensions
16815 : The appropriate ext/Foo/Makefile.PL will add them back in, if necessary.
16816 : The exception is SunOS 4.x, which needs them.
16817 case "${osname}X${osvers}" in
16821 *) case "$usedl" in
16822 $define|true|[yY]*)
16823 set X `echo " $libs " | sed -e 's@ -lndbm @ @' -e 's@ -lgdbm @ @' -e 's@ -ldbm @ @' -e 's@ -ldb @ @'`
16827 *) perllibs="$libs"
16833 : Remove build directory name from cppstdin so it can be used from
16834 : either the present location or the final installed location.
16836 : Get out of the UU directory to get correct path name.
16838 case "$cppstdin" in
16840 echo "Stripping down cppstdin path name"
16846 : end of configuration questions
16848 echo "End of configuration questions."
16851 : back to where it started
16852 if test -d ../UU; then
16856 : configuration may be patched via a 'config.arch' file
16857 if $test -f config.arch; then
16858 echo "I see a config.arch file, loading it."
16862 : configuration may be patched via a 'config.over' file
16863 if $test -f config.over; then
16866 rp='I see a config.over file. Do you wish to load it?'
16869 n*) echo "OK, I'll ignore it.";;
16871 echo "Configuration override changes have been loaded."
16876 : in case they want portability, strip down executable paths
16877 case "$d_portable" in
16880 echo "Stripping down executable paths..." >&4
16881 for file in $loclist $trylist; do
16883 eval $file=`basename $temp`
16888 : create config.sh file
16890 echo "Creating config.sh..." >&4
16891 $spitshell <<EOT >config.sh
16894 # This file was produced by running the Configure script. It holds all the
16895 # definitions figured out by Configure. Should you modify one of these values,
16896 # do not forget to propagate your changes by running "Configure -der". You may
16897 # instead choose to run each of the .SH files by yourself, or "Configure -S".
16900 # Package name : $package
16901 # Source directory : $src
16902 # Configuration time: $cf_time
16903 # Configured by : $cf_by
16904 # Target system : $myuname
16914 Revision='$Revision'
16922 alignbytes='$alignbytes'
16923 ansi2knr='$ansi2knr'
16924 aphostname='$aphostname'
16925 api_revision='$api_revision'
16926 api_subversion='$api_subversion'
16927 api_version='$api_version'
16928 api_versionstring='$api_versionstring'
16931 archlibexp='$archlibexp'
16932 archname64='$archname64'
16933 archname='$archname'
16934 archobjs='$archobjs'
16939 bincompat5005='$bincompat5005'
16943 byteorder='$byteorder'
16945 castflags='$castflags'
16948 cccdlflags='$cccdlflags'
16949 ccdlflags='$ccdlflags'
16951 ccflags_uselargefiles='$ccflags_uselargefiles'
16953 ccsymbols='$ccsymbols'
16954 ccversion='$ccversion'
16956 cf_email='$cf_email'
16958 charsize='$charsize'
16962 clocktype='$clocktype'
16964 compress='$compress'
16965 contains='$contains'
16969 cpp_stuff='$cpp_stuff'
16970 cppccsymbols='$cppccsymbols'
16971 cppflags='$cppflags'
16973 cppminus='$cppminus'
16975 cppstdin='$cppstdin'
16976 cppsymbols='$cppsymbols'
16977 cryptlib='$cryptlib'
16979 d_Gconvert='$d_Gconvert'
16980 d_PRIEUldbl='$d_PRIEUldbl'
16981 d_PRIFUldbl='$d_PRIFUldbl'
16982 d_PRIGUldbl='$d_PRIGUldbl'
16983 d_PRIXU64='$d_PRIXU64'
16984 d_PRId64='$d_PRId64'
16985 d_PRIeldbl='$d_PRIeldbl'
16986 d_PRIfldbl='$d_PRIfldbl'
16987 d_PRIgldbl='$d_PRIgldbl'
16988 d_PRIi64='$d_PRIi64'
16989 d_PRIo64='$d_PRIo64'
16990 d_PRIu64='$d_PRIu64'
16991 d_PRIx64='$d_PRIx64'
16992 d_SCNfldbl='$d_SCNfldbl'
16993 d__fwalk='$d__fwalk'
16994 d_access='$d_access'
16995 d_accessx='$d_accessx'
16997 d_archlib='$d_archlib'
17000 d_attribut='$d_attribut'
17003 d_bincompat5005='$d_bincompat5005'
17005 d_bsdgetpgrp='$d_bsdgetpgrp'
17006 d_bsdsetpgrp='$d_bsdsetpgrp'
17008 d_casti32='$d_casti32'
17009 d_castneg='$d_castneg'
17010 d_charvspr='$d_charvspr'
17012 d_chroot='$d_chroot'
17013 d_chsize='$d_chsize'
17015 d_closedir='$d_closedir'
17016 d_cmsghdr_s='$d_cmsghdr_s'
17020 d_cuserid='$d_cuserid'
17021 d_dbl_dig='$d_dbl_dig'
17022 d_dbminitproto='$d_dbminitproto'
17023 d_difftime='$d_difftime'
17025 d_dirnamlen='$d_dirnamlen'
17026 d_dlerror='$d_dlerror'
17027 d_dlopen='$d_dlopen'
17028 d_dlsymun='$d_dlsymun'
17029 d_dosuid='$d_dosuid'
17030 d_drand48proto='$d_drand48proto'
17032 d_eaccess='$d_eaccess'
17033 d_endgrent='$d_endgrent'
17034 d_endhent='$d_endhent'
17035 d_endnent='$d_endnent'
17036 d_endpent='$d_endpent'
17037 d_endpwent='$d_endpwent'
17038 d_endsent='$d_endsent'
17039 d_eofnblk='$d_eofnblk'
17040 d_eunice='$d_eunice'
17041 d_fchdir='$d_fchdir'
17042 d_fchmod='$d_fchmod'
17043 d_fchown='$d_fchown'
17045 d_fcntl_can_lock='$d_fcntl_can_lock'
17046 d_fd_macros='$d_fd_macros'
17047 d_fd_set='$d_fd_set'
17048 d_fds_bits='$d_fds_bits'
17049 d_fgetpos='$d_fgetpos'
17050 d_finite='$d_finite'
17051 d_finitel='$d_finitel'
17052 d_flexfnam='$d_flexfnam'
17054 d_flockproto='$d_flockproto'
17056 d_fp_class='$d_fp_class'
17057 d_fpathconf='$d_fpathconf'
17058 d_fpclass='$d_fpclass'
17059 d_fpclassify='$d_fpclassify'
17060 d_fpclassl='$d_fpclassl'
17061 d_fpos64_t='$d_fpos64_t'
17062 d_frexpl='$d_frexpl'
17063 d_fs_data_s='$d_fs_data_s'
17064 d_fseeko='$d_fseeko'
17065 d_fsetpos='$d_fsetpos'
17066 d_fstatfs='$d_fstatfs'
17067 d_fstatvfs='$d_fstatvfs'
17069 d_ftello='$d_ftello'
17071 d_getcwd='$d_getcwd'
17072 d_getespwnam='$d_getespwnam'
17073 d_getfsstat='$d_getfsstat'
17074 d_getgrent='$d_getgrent'
17075 d_getgrps='$d_getgrps'
17076 d_gethbyaddr='$d_gethbyaddr'
17077 d_gethbyname='$d_gethbyname'
17078 d_gethent='$d_gethent'
17079 d_gethname='$d_gethname'
17080 d_gethostprotos='$d_gethostprotos'
17081 d_getitimer='$d_getitimer'
17082 d_getlogin='$d_getlogin'
17083 d_getmnt='$d_getmnt'
17084 d_getmntent='$d_getmntent'
17085 d_getnbyaddr='$d_getnbyaddr'
17086 d_getnbyname='$d_getnbyname'
17087 d_getnent='$d_getnent'
17088 d_getnetprotos='$d_getnetprotos'
17089 d_getpagsz='$d_getpagsz'
17090 d_getpbyname='$d_getpbyname'
17091 d_getpbynumber='$d_getpbynumber'
17092 d_getpent='$d_getpent'
17093 d_getpgid='$d_getpgid'
17094 d_getpgrp2='$d_getpgrp2'
17095 d_getpgrp='$d_getpgrp'
17096 d_getppid='$d_getppid'
17097 d_getprior='$d_getprior'
17098 d_getprotoprotos='$d_getprotoprotos'
17099 d_getprpwnam='$d_getprpwnam'
17100 d_getpwent='$d_getpwent'
17101 d_getsbyname='$d_getsbyname'
17102 d_getsbyport='$d_getsbyport'
17103 d_getsent='$d_getsent'
17104 d_getservprotos='$d_getservprotos'
17105 d_getspnam='$d_getspnam'
17106 d_gettimeod='$d_gettimeod'
17107 d_gnulibc='$d_gnulibc'
17108 d_grpasswd='$d_grpasswd'
17109 d_hasmntopt='$d_hasmntopt'
17112 d_inetaton='$d_inetaton'
17113 d_int64_t='$d_int64_t'
17114 d_isascii='$d_isascii'
17115 d_isfinite='$d_isfinite'
17118 d_isnanl='$d_isnanl'
17119 d_killpg='$d_killpg'
17120 d_lchown='$d_lchown'
17121 d_ldbl_dig='$d_ldbl_dig'
17123 d_locconv='$d_locconv'
17125 d_longdbl='$d_longdbl'
17126 d_longlong='$d_longlong'
17127 d_lseekproto='$d_lseekproto'
17129 d_madvise='$d_madvise'
17131 d_mbstowcs='$d_mbstowcs'
17132 d_mbtowc='$d_mbtowc'
17133 d_memchr='$d_memchr'
17134 d_memcmp='$d_memcmp'
17135 d_memcpy='$d_memcpy'
17136 d_memmove='$d_memmove'
17137 d_memset='$d_memset'
17139 d_mkdtemp='$d_mkdtemp'
17140 d_mkfifo='$d_mkfifo'
17141 d_mkstemp='$d_mkstemp'
17142 d_mkstemps='$d_mkstemps'
17143 d_mktime='$d_mktime'
17146 d_modfl_pow32_bug='$d_modfl_pow32_bug'
17147 d_mprotect='$d_mprotect'
17149 d_msg_ctrunc='$d_msg_ctrunc'
17150 d_msg_dontroute='$d_msg_dontroute'
17151 d_msg_oob='$d_msg_oob'
17152 d_msg_peek='$d_msg_peek'
17153 d_msg_proxy='$d_msg_proxy'
17154 d_msgctl='$d_msgctl'
17155 d_msgget='$d_msgget'
17156 d_msghdr_s='$d_msghdr_s'
17157 d_msgrcv='$d_msgrcv'
17158 d_msgsnd='$d_msgsnd'
17160 d_munmap='$d_munmap'
17161 d_mymalloc='$d_mymalloc'
17163 d_nl_langinfo='$d_nl_langinfo'
17164 d_nv_preserves_uv='$d_nv_preserves_uv'
17165 d_nv_preserves_uv_bits='$d_nv_preserves_uv_bits'
17166 d_off64_t='$d_off64_t'
17167 d_old_pthread_create_joinable='$d_old_pthread_create_joinable'
17168 d_oldpthreads='$d_oldpthreads'
17169 d_oldsock='$d_oldsock'
17171 d_pathconf='$d_pathconf'
17173 d_perl_otherlibdirs='$d_perl_otherlibdirs'
17174 d_phostname='$d_phostname'
17177 d_portable='$d_portable'
17178 d_procselfexe='$d_procselfexe'
17179 d_pthread_atfork='$d_pthread_atfork'
17180 d_pthread_yield='$d_pthread_yield'
17182 d_pwchange='$d_pwchange'
17183 d_pwclass='$d_pwclass'
17184 d_pwcomment='$d_pwcomment'
17185 d_pwexpire='$d_pwexpire'
17186 d_pwgecos='$d_pwgecos'
17187 d_pwpasswd='$d_pwpasswd'
17188 d_pwquota='$d_pwquota'
17191 d_readdir='$d_readdir'
17192 d_readlink='$d_readlink'
17194 d_recvmsg='$d_recvmsg'
17195 d_rename='$d_rename'
17196 d_rewinddir='$d_rewinddir'
17198 d_safebcpy='$d_safebcpy'
17199 d_safemcpy='$d_safemcpy'
17200 d_sanemcmp='$d_sanemcmp'
17201 d_sbrkproto='$d_sbrkproto'
17202 d_sched_yield='$d_sched_yield'
17203 d_scm_rights='$d_scm_rights'
17204 d_seekdir='$d_seekdir'
17205 d_select='$d_select'
17207 d_semctl='$d_semctl'
17208 d_semctl_semid_ds='$d_semctl_semid_ds'
17209 d_semctl_semun='$d_semctl_semun'
17210 d_semget='$d_semget'
17212 d_sendmsg='$d_sendmsg'
17213 d_setegid='$d_setegid'
17214 d_seteuid='$d_seteuid'
17215 d_setgrent='$d_setgrent'
17216 d_setgrps='$d_setgrps'
17217 d_sethent='$d_sethent'
17218 d_setitimer='$d_setitimer'
17219 d_setlinebuf='$d_setlinebuf'
17220 d_setlocale='$d_setlocale'
17221 d_setnent='$d_setnent'
17222 d_setpent='$d_setpent'
17223 d_setpgid='$d_setpgid'
17224 d_setpgrp2='$d_setpgrp2'
17225 d_setpgrp='$d_setpgrp'
17226 d_setprior='$d_setprior'
17227 d_setproctitle='$d_setproctitle'
17228 d_setpwent='$d_setpwent'
17229 d_setregid='$d_setregid'
17230 d_setresgid='$d_setresgid'
17231 d_setresuid='$d_setresuid'
17232 d_setreuid='$d_setreuid'
17233 d_setrgid='$d_setrgid'
17234 d_setruid='$d_setruid'
17235 d_setsent='$d_setsent'
17236 d_setsid='$d_setsid'
17237 d_setvbuf='$d_setvbuf'
17241 d_shmatprototype='$d_shmatprototype'
17242 d_shmctl='$d_shmctl'
17244 d_shmget='$d_shmget'
17245 d_sigaction='$d_sigaction'
17246 d_sigprocmask='$d_sigprocmask'
17247 d_sigsetjmp='$d_sigsetjmp'
17248 d_sockatmark='$d_sockatmark'
17249 d_sockatmarkproto='$d_sockatmarkproto'
17250 d_socket='$d_socket'
17251 d_socklen_t='$d_socklen_t'
17252 d_sockpair='$d_sockpair'
17253 d_socks5_init='$d_socks5_init'
17255 d_sresgproto='$d_sresgproto'
17256 d_sresuproto='$d_sresuproto'
17257 d_statblks='$d_statblks'
17258 d_statfs_f_flags='$d_statfs_f_flags'
17259 d_statfs_s='$d_statfs_s'
17260 d_statvfs='$d_statvfs'
17261 d_stdio_cnt_lval='$d_stdio_cnt_lval'
17262 d_stdio_ptr_lval='$d_stdio_ptr_lval'
17263 d_stdio_ptr_lval_nochange_cnt='$d_stdio_ptr_lval_nochange_cnt'
17264 d_stdio_ptr_lval_sets_cnt='$d_stdio_ptr_lval_sets_cnt'
17265 d_stdio_stream_array='$d_stdio_stream_array'
17266 d_stdiobase='$d_stdiobase'
17267 d_stdstdio='$d_stdstdio'
17268 d_strchr='$d_strchr'
17269 d_strcoll='$d_strcoll'
17270 d_strctcpy='$d_strctcpy'
17271 d_strerrm='$d_strerrm'
17272 d_strerror='$d_strerror'
17273 d_strftime='$d_strftime'
17274 d_strtod='$d_strtod'
17275 d_strtol='$d_strtol'
17276 d_strtold='$d_strtold'
17277 d_strtoll='$d_strtoll'
17278 d_strtoq='$d_strtoq'
17279 d_strtoul='$d_strtoul'
17280 d_strtoull='$d_strtoull'
17281 d_strtouq='$d_strtouq'
17282 d_strxfrm='$d_strxfrm'
17283 d_suidsafe='$d_suidsafe'
17284 d_symlink='$d_symlink'
17285 d_syscall='$d_syscall'
17286 d_syscallproto='$d_syscallproto'
17287 d_sysconf='$d_sysconf'
17288 d_sysernlst='$d_sysernlst'
17289 d_syserrlst='$d_syserrlst'
17290 d_system='$d_system'
17291 d_tcgetpgrp='$d_tcgetpgrp'
17292 d_tcsetpgrp='$d_tcsetpgrp'
17293 d_telldir='$d_telldir'
17294 d_telldirproto='$d_telldirproto'
17297 d_truncate='$d_truncate'
17298 d_tzname='$d_tzname'
17299 d_u32align='$d_u32align'
17300 d_ualarm='$d_ualarm'
17303 d_union_semun='$d_union_semun'
17304 d_unordered='$d_unordered'
17305 d_usleep='$d_usleep'
17306 d_usleepproto='$d_usleepproto'
17308 d_vendorarch='$d_vendorarch'
17309 d_vendorbin='$d_vendorbin'
17310 d_vendorlib='$d_vendorlib'
17312 d_void_closedir='$d_void_closedir'
17313 d_voidsig='$d_voidsig'
17314 d_voidtty='$d_voidtty'
17315 d_volatile='$d_volatile'
17316 d_vprintf='$d_vprintf'
17318 d_waitpid='$d_waitpid'
17319 d_wcstombs='$d_wcstombs'
17320 d_wctomb='$d_wctomb'
17321 d_writev='$d_writev'
17324 db_hashtype='$db_hashtype'
17325 db_prefixtype='$db_prefixtype'
17326 db_version_major='$db_version_major'
17327 db_version_minor='$db_version_minor'
17328 db_version_patch='$db_version_patch'
17329 defvoidused='$defvoidused'
17330 direntrytype='$direntrytype'
17333 doublesize='$doublesize'
17335 dynamic_ext='$dynamic_ext'
17341 eunicefix='$eunicefix'
17344 extensions='$extensions'
17346 fflushNULL='$fflushNULL'
17347 fflushall='$fflushall'
17349 firstmakefile='$firstmakefile'
17351 fpossize='$fpossize'
17352 fpostype='$fpostype'
17353 freetype='$freetype'
17356 full_csh='$full_csh'
17357 full_sed='$full_sed'
17358 gccosandvers='$gccosandvers'
17359 gccversion='$gccversion'
17360 gidformat='$gidformat'
17367 groupcat='$groupcat'
17368 groupstype='$groupstype'
17371 h_sysfile='$h_sysfile'
17382 i_arpainet='$i_arpainet'
17383 i_bsdioctl='$i_bsdioctl'
17386 i_dirent='$i_dirent'
17392 i_fp_class='$i_fp_class'
17395 i_ieeefp='$i_ieeefp'
17396 i_inttypes='$i_inttypes'
17397 i_langinfo='$i_langinfo'
17398 i_libutil='$i_libutil'
17399 i_limits='$i_limits'
17400 i_locale='$i_locale'
17401 i_machcthr='$i_machcthr'
17402 i_malloc='$i_malloc'
17404 i_memory='$i_memory'
17405 i_mntent='$i_mntent'
17408 i_neterrno='$i_neterrno'
17409 i_netinettcp='$i_netinettcp'
17413 i_pthread='$i_pthread'
17415 i_rpcsvcdbm='$i_rpcsvcdbm'
17418 i_shadow='$i_shadow'
17420 i_stdarg='$i_stdarg'
17421 i_stddef='$i_stddef'
17422 i_stdlib='$i_stdlib'
17423 i_string='$i_string'
17424 i_sunmath='$i_sunmath'
17425 i_sysaccess='$i_sysaccess'
17426 i_sysdir='$i_sysdir'
17427 i_sysfile='$i_sysfile'
17428 i_sysfilio='$i_sysfilio'
17430 i_sysioctl='$i_sysioctl'
17431 i_syslog='$i_syslog'
17432 i_sysmman='$i_sysmman'
17433 i_sysmode='$i_sysmode'
17434 i_sysmount='$i_sysmount'
17435 i_sysndir='$i_sysndir'
17436 i_sysparam='$i_sysparam'
17437 i_sysresrc='$i_sysresrc'
17438 i_syssecrt='$i_syssecrt'
17439 i_sysselct='$i_sysselct'
17440 i_syssockio='$i_syssockio'
17441 i_sysstat='$i_sysstat'
17442 i_sysstatfs='$i_sysstatfs'
17443 i_sysstatvfs='$i_sysstatvfs'
17444 i_systime='$i_systime'
17445 i_systimek='$i_systimek'
17446 i_systimes='$i_systimes'
17447 i_systypes='$i_systypes'
17448 i_sysuio='$i_sysuio'
17450 i_sysutsname='$i_sysutsname'
17451 i_sysvfs='$i_sysvfs'
17452 i_syswait='$i_syswait'
17453 i_termio='$i_termio'
17454 i_termios='$i_termios'
17456 i_unistd='$i_unistd'
17459 i_values='$i_values'
17460 i_varargs='$i_varargs'
17461 i_varhdr='$i_varhdr'
17463 ignore_versioned_solibs='$ignore_versioned_solibs'
17464 inc_version_list='$inc_version_list'
17465 inc_version_list_init='$inc_version_list_init'
17468 installarchlib='$installarchlib'
17469 installbin='$installbin'
17470 installman1dir='$installman1dir'
17471 installman3dir='$installman3dir'
17472 installprefix='$installprefix'
17473 installprefixexp='$installprefixexp'
17474 installprivlib='$installprivlib'
17475 installscript='$installscript'
17476 installsitearch='$installsitearch'
17477 installsitebin='$installsitebin'
17478 installsitelib='$installsitelib'
17479 installstyle='$installstyle'
17480 installusrbinperl='$installusrbinperl'
17481 installvendorarch='$installvendorarch'
17482 installvendorbin='$installvendorbin'
17483 installvendorlib='$installvendorlib'
17485 issymlink='$issymlink'
17486 ivdformat='$ivdformat'
17489 known_extensions='$known_extensions'
17492 lddlflags='$lddlflags'
17494 ldflags_uselargefiles='$ldflags_uselargefiles'
17495 ldlibpthname='$ldlibpthname'
17502 libsdirs='$libsdirs'
17503 libsfiles='$libsfiles'
17504 libsfound='$libsfound'
17505 libspath='$libspath'
17506 libswanted='$libswanted'
17507 libswanted_uselargefiles='$libswanted_uselargefiles'
17513 locincpth='$locincpth'
17514 loclibpth='$loclibpth'
17515 longdblsize='$longdblsize'
17516 longlongsize='$longlongsize'
17517 longsize='$longsize'
17521 lseeksize='$lseeksize'
17522 lseektype='$lseektype'
17526 make_set_make='$make_set_make'
17527 mallocobj='$mallocobj'
17528 mallocsrc='$mallocsrc'
17529 malloctype='$malloctype'
17531 man1direxp='$man1direxp'
17534 man3direxp='$man3direxp'
17536 mips_type='$mips_type'
17538 mmaptype='$mmaptype'
17539 modetype='$modetype'
17541 multiarch='$multiarch'
17543 myarchname='$myarchname'
17544 mydomain='$mydomain'
17545 myhostname='$myhostname'
17548 need_va_copy='$need_va_copy'
17549 netdb_hlen_type='$netdb_hlen_type'
17550 netdb_host_type='$netdb_host_type'
17551 netdb_name_type='$netdb_name_type'
17552 netdb_net_type='$netdb_net_type'
17555 nm_so_opt='$nm_so_opt'
17556 nonxs_ext='$nonxs_ext'
17558 nvEUformat='$nvEUformat'
17559 nvFUformat='$nvFUformat'
17560 nvGUformat='$nvGUformat'
17561 nveformat='$nveformat'
17562 nvfformat='$nvfformat'
17563 nvgformat='$nvgformat'
17566 o_nonblock='$o_nonblock'
17568 old_pthread_create_joinable='$old_pthread_create_joinable'
17569 optimize='$optimize'
17570 orderlib='$orderlib'
17573 otherlibdirs='$otherlibdirs'
17577 patchlevel='$patchlevel'
17578 path_sep='$path_sep'
17581 perl_patchlevel='$perl_patchlevel'
17582 perladmin='$perladmin'
17583 perllibs='$perllibs'
17584 perlpath='$perlpath'
17586 phostname='$phostname'
17589 pm_apiversion='$pm_apiversion'
17593 prefixexp='$prefixexp'
17595 privlibexp='$privlibexp'
17596 procselfexe='$procselfexe'
17597 prototype='$prototype'
17599 quadkind='$quadkind'
17600 quadtype='$quadtype'
17601 randbits='$randbits'
17602 randfunc='$randfunc'
17603 randseedtype='$randseedtype'
17605 rd_nodata='$rd_nodata'
17606 revision='$revision'
17611 sPRIEUldbl='$sPRIEUldbl'
17612 sPRIFUldbl='$sPRIFUldbl'
17613 sPRIGUldbl='$sPRIGUldbl'
17614 sPRIXU64='$sPRIXU64'
17616 sPRIeldbl='$sPRIeldbl'
17617 sPRIfldbl='$sPRIfldbl'
17618 sPRIgldbl='$sPRIgldbl'
17623 sSCNfldbl='$sSCNfldbl'
17624 sched_yield='$sched_yield'
17625 scriptdir='$scriptdir'
17626 scriptdirexp='$scriptdirexp'
17628 seedfunc='$seedfunc'
17629 selectminbits='$selectminbits'
17630 selecttype='$selecttype'
17631 sendmail='$sendmail'
17634 sharpbang='$sharpbang'
17635 shmattype='$shmattype'
17636 shortsize='$shortsize'
17639 sig_count='$sig_count'
17640 sig_name='$sig_name'
17641 sig_name_init='$sig_name_init'
17643 sig_num_init='$sig_num_init'
17644 sig_size='$sig_size'
17645 signal_t='$signal_t'
17646 sitearch='$sitearch'
17647 sitearchexp='$sitearchexp'
17649 sitebinexp='$sitebinexp'
17651 sitelib_stem='$sitelib_stem'
17652 sitelibexp='$sitelibexp'
17653 siteprefix='$siteprefix'
17654 siteprefixexp='$siteprefixexp'
17655 sizesize='$sizesize'
17656 sizetype='$sizetype'
17660 sockethdr='$sockethdr'
17661 socketlib='$socketlib'
17662 socksizetype='$socksizetype'
17664 spackage='$spackage'
17665 spitshell='$spitshell'
17667 ssizetype='$ssizetype'
17668 startperl='$startperl'
17670 static_ext='$static_ext'
17672 stdio_base='$stdio_base'
17673 stdio_bufsiz='$stdio_bufsiz'
17674 stdio_cnt='$stdio_cnt'
17675 stdio_filbuf='$stdio_filbuf'
17676 stdio_ptr='$stdio_ptr'
17677 stdio_stream_array='$stdio_stream_array'
17680 subversion='$subversion'
17684 targetarch='$targetarch'
17688 timeincl='$timeincl'
17689 timetype='$timetype'
17703 uidformat='$uidformat'
17709 uquadtype='$uquadtype'
17710 use5005threads='$use5005threads'
17711 use64bitall='$use64bitall'
17712 use64bitint='$use64bitint'
17713 usecrosscompile='$usecrosscompile'
17715 useithreads='$useithreads'
17716 uselargefiles='$uselargefiles'
17717 uselongdouble='$uselongdouble'
17718 usemorebits='$usemorebits'
17719 usemultiplicity='$usemultiplicity'
17720 usemymalloc='$usemymalloc'
17722 useopcode='$useopcode'
17723 useperlio='$useperlio'
17724 useposix='$useposix'
17725 usereentrant='$usereentrant'
17727 useshrplib='$useshrplib'
17728 usesocks='$usesocks'
17729 usethreads='$usethreads'
17730 usevendorprefix='$usevendorprefix'
17731 usevfork='$usevfork'
17734 uvXUformat='$uvXUformat'
17735 uvoformat='$uvoformat'
17738 uvuformat='$uvuformat'
17739 uvxformat='$uvxformat'
17740 vendorarch='$vendorarch'
17741 vendorarchexp='$vendorarchexp'
17742 vendorbin='$vendorbin'
17743 vendorbinexp='$vendorbinexp'
17744 vendorlib='$vendorlib'
17745 vendorlib_stem='$vendorlib_stem'
17746 vendorlibexp='$vendorlibexp'
17747 vendorprefix='$vendorprefix'
17748 vendorprefixexp='$vendorprefixexp'
17750 version_patchlevel_string='$version_patchlevel_string'
17751 versiononly='$versiononly'
17753 voidflags='$voidflags'
17755 xs_apiversion='$xs_apiversion'
17757 yaccflags='$yaccflags'
17762 : Add in command line options if available
17763 $test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
17765 : add special variables
17766 $test -f $src/patchlevel.h && \
17767 awk '/^#define[ ]+PERL_/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
17768 echo "PERL_PATCHLEVEL=$perl_patchlevel" >>config.sh
17769 echo "PERL_CONFIG_SH=true" >>config.sh
17771 : propagate old symbols
17772 if $test -f UU/config.sh; then
17773 <UU/config.sh $sort | $uniq >UU/oldconfig.sh
17774 sed -n 's/^\([a-zA-Z_0-9]*\)=.*/\1/p' config.sh config.sh UU/oldconfig.sh |\
17775 $sort | $uniq -u >UU/oldsyms
17776 set X `cat UU/oldsyms`
17782 Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
17784 echo "# Variables propagated from previous config.sh file." >>config.sh
17785 for sym in `cat UU/oldsyms`; do
17786 echo " Propagating $hint variable "'$'"$sym..."
17787 eval 'tmp="$'"${sym}"'"'
17789 sed -e "s/'/'\"'\"'/g" -e "s/^/$sym='/" -e "s/$/'/" >>config.sh
17795 : Finish up by extracting the .SH files
17799 echo "Extraction done."
17809 If you'd like to make any changes to the config.sh file before I begin
17810 to configure things, do it as a shell escape now (e.g. !vi config.sh).
17813 rp="Press return or use a shell escape to edit config.sh:"
17818 *) : in case they cannot read
17819 sh 1>&4 -c "$ans";;
17824 : if this fails, just run all the .SH files by hand
17833 if $contains '^depend:' [Mm]akefile >/dev/null 2>&1; then
17840 Now you need to generate make dependencies by running "$make depend".
17841 You might prefer to run it in background: "$make depend > makedepend.out &"
17842 It can take a while, so you might not want to run it right now.
17847 rp="Run $make depend now?"
17851 $make depend && echo "Now you must run '$make'."
17854 echo "You must run '$make depend' then '$make'."
17857 elif test -f [Mm]akefile; then
17859 echo "Now you must run a $make."
17861 echo "Configure done."
17864 if $test -f Policy.sh; then
17867 If you compile $package on a different machine or from a different object
17868 directory, copy the Policy.sh file from this object directory to the
17869 new one before you run Configure -- this will help you with most of
17870 the policy defaults.
17874 if $test -f config.msg; then
17875 echo "Hmm. I also noted the following information while running:"
17877 $cat config.msg >&4
17880 $rm -f kit*isdone ark*isdone