home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / fileutils-3.12-diffs.lha / GNU / src / diffs / fileutils-3.12.diffs
Text File  |  1995-01-21  |  139KB  |  5,161 lines

  1. diff -rc --new-file fileutils-3.12/INSTALL /gnu/src/amiga/fileutils-3.12/INSTALL
  2. *** fileutils-3.12/INSTALL    Tue Oct 18 20:30:28 1994
  3. --- /gnu/src/amiga/fileutils-3.12/INSTALL    Sat Nov 12 07:40:21 1994
  4. ***************
  5. *** 76,83 ****
  6.   ==================
  7.   
  8.      By default, `make install' will install the package's files in
  9. ! `/usr/local/bin', `/usr/local/man', etc.  You can specify an
  10. ! installation prefix other than `/usr/local' by giving `configure' the
  11.   option `--prefix=PATH'.
  12.   
  13.      You can specify separate installation prefixes for
  14. --- 76,83 ----
  15.   ==================
  16.   
  17.      By default, `make install' will install the package's files in
  18. ! `/gnu/bin', `/gnu/man', etc.  You can specify an
  19. ! installation prefix other than `/gnu' by giving `configure' the
  20.   option `--prefix=PATH'.
  21.   
  22.      You can specify separate installation prefixes for
  23. diff -rc --new-file fileutils-3.12/Product-Info /gnu/src/amiga/fileutils-3.12/Product-Info
  24. *** fileutils-3.12/Product-Info    Thu Jan  1 00:00:00 1970
  25. --- /gnu/src/amiga/fileutils-3.12/Product-Info    Fri Nov 18 12:45:35 1994
  26. ***************
  27. *** 0 ****
  28. --- 1,29 ----
  29. + .name
  30. + fileutils
  31. + .fullname
  32. + File management utilities
  33. + .type
  34. + Miscellaneous
  35. + .short
  36. + File management utilities.
  37. + .description
  38. + These are the GNU file management utilities.  Most of these programs
  39. + have significant advantages over their Unix counterparts, such as
  40. + greater speed, additional options, and fewer arbitrary limits.
  41. + The programs that can be built with this package are: chgrp, chown,
  42. + chmod, cp, dd, df, du, install, ln, dir, vdir, ls, mkdir, mvdir,
  43. + mkfifo, mknod, mv, rm, rmdir and touch.  But mvdir is built only on
  44. + systems that lack the rename system call.
  45. + The programs cat, cut, expand, head, paste, split, tac, tail and
  46. + unexpand, which used to be part of the fileutils, are now part of the
  47. + textutils.  Cmp is now part of the diff distribution.
  48. + .version
  49. + 3.12
  50. + .author
  51. + Free Software Foundation
  52. + .distribution
  53. + GNU Public License
  54. + .described-by
  55. + Fred Fish (fnf@amigalib.com)
  56. diff -rc --new-file fileutils-3.12/configure /gnu/src/amiga/fileutils-3.12/configure
  57. *** fileutils-3.12/configure    Tue Nov  1 14:11:45 1994
  58. --- /gnu/src/amiga/fileutils-3.12/configure    Sat Nov 12 08:15:18 1994
  59. ***************
  60. *** 1,7 ****
  61.   #!/bin/sh
  62.   
  63.   # Guess values for system-dependent variables and create Makefiles.
  64. ! # Generated automatically using autoconf version 2.0 
  65.   # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  66.   #
  67.   # This configure script is free software; the Free Software Foundation
  68. --- 1,7 ----
  69.   #!/bin/sh
  70.   
  71.   # Guess values for system-dependent variables and create Makefiles.
  72. ! # Generated automatically using autoconf version 2.1 
  73.   # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  74.   #
  75.   # This configure script is free software; the Free Software Foundation
  76. ***************
  77. *** 9,48 ****
  78.   
  79.   # Defaults:
  80.   ac_help=
  81. ! ac_default_prefix=/usr/local
  82.   # Any additions from configure.in:
  83.   
  84. - # Omit some internal or obsolete options to make the list less imposing.
  85. - ac_usage="Usage: configure [options] [host]
  86. - Options: [defaults in brackets after descriptions]
  87. - Configuration:
  88. -   --cache-file=FILE       cache test results in FILE
  89. -   --help                  print this message
  90. -   --no-create             do not create output files
  91. -   --quiet, --silent       do not print \`checking...' messages
  92. -   --version               print the version of autoconf that created configure
  93. - Directory and file names:
  94. -   --prefix=PREFIX         install architecture-independent files in PREFIX
  95. -                           [$ac_default_prefix]
  96. -   --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
  97. -                           [same as prefix]
  98. -   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  99. -   --program-prefix=PREFIX prepend PREFIX to installed program names
  100. -   --program-suffix=SUFFIX append SUFFIX to installed program names
  101. -   --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  102. - Host type:
  103. -   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  104. -   --host=HOST             configure for HOST [guessed]
  105. -   --target=TARGET         configure for TARGET [TARGET=HOST]
  106. - Features and packages:
  107. -   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  108. -   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  109. -   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  110. -   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  111. -   --x-includes=DIR        X include files are in DIR
  112. -   --x-libraries=DIR       X library files are in DIR
  113. - --enable and --with options recognized:$ac_help"
  114.   # Initialize some variables set by options.
  115.   # The variables have the same names as the options, with
  116.   # dashes changed to underlines.
  117. --- 9,17 ----
  118.   
  119.   # Defaults:
  120.   ac_help=
  121. ! ac_default_prefix=/gnu
  122.   # Any additions from configure.in:
  123.   
  124.   # Initialize some variables set by options.
  125.   # The variables have the same names as the options, with
  126.   # dashes changed to underlines.
  127. ***************
  128. *** 80,86 ****
  129.     fi
  130.   
  131.     case "$ac_option" in
  132. !   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  133.     *) ac_optarg= ;;
  134.     esac
  135.   
  136. --- 49,55 ----
  137.     fi
  138.   
  139.     case "$ac_option" in
  140. !   -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  141.     *) ac_optarg= ;;
  142.     esac
  143.   
  144. ***************
  145. *** 101,121 ****
  146.       cache_file="$ac_optarg" ;;
  147.   
  148.     -disable-* | --disable-*)
  149. !     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  150.       # Reject names that are not valid shell variable names.
  151. !     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  152.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  153.       fi
  154. !     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  155.       eval "enable_${ac_feature}=no" ;;
  156.   
  157.     -enable-* | --enable-*)
  158. !     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  159.       # Reject names that are not valid shell variable names.
  160. !     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  161.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  162.       fi
  163. !     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  164.       case "$ac_option" in
  165.         *=*) ;;
  166.         *) ac_optarg=yes ;;
  167. --- 70,90 ----
  168.       cache_file="$ac_optarg" ;;
  169.   
  170.     -disable-* | --disable-*)
  171. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
  172.       # Reject names that are not valid shell variable names.
  173. !     if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  174.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  175.       fi
  176. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  177.       eval "enable_${ac_feature}=no" ;;
  178.   
  179.     -enable-* | --enable-*)
  180. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  181.       # Reject names that are not valid shell variable names.
  182. !     if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  183.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  184.       fi
  185. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  186.       case "$ac_option" in
  187.         *=*) ;;
  188.         *) ac_optarg=yes ;;
  189. ***************
  190. *** 136,143 ****
  191.       with_gas=yes ;;
  192.   
  193.     -help | --help | --hel | --he)
  194.       cat << EOF
  195. ! $ac_usage
  196.   EOF
  197.       exit 0 ;;
  198.   
  199. --- 105,142 ----
  200.       with_gas=yes ;;
  201.   
  202.     -help | --help | --hel | --he)
  203. +     # Omit some internal or obsolete options to make the list less imposing.
  204. +     # This message is too long to be a string in the A/UX 3.1 sh.
  205.       cat << EOF
  206. ! Usage: configure [options] [host]
  207. ! Options: [defaults in brackets after descriptions]
  208. ! Configuration:
  209. !   --cache-file=FILE       cache test results in FILE
  210. !   --help                  print this message
  211. !   --no-create             do not create output files
  212. !   --quiet, --silent       do not print \`checking...' messages
  213. !   --version               print the version of autoconf that created configure
  214. ! Directory and file names:
  215. !   --prefix=PREFIX         install architecture-independent files in PREFIX
  216. !                           [$ac_default_prefix]
  217. !   --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
  218. !                           [same as prefix]
  219. !   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  220. !   --program-prefix=PREFIX prepend PREFIX to installed program names
  221. !   --program-suffix=SUFFIX append SUFFIX to installed program names
  222. !   --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  223. ! Host type:
  224. !   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  225. !   --host=HOST             configure for HOST [guessed]
  226. !   --target=TARGET         configure for TARGET [TARGET=HOST]
  227. ! Features and packages:
  228. !   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  229. !   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  230. !   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  231. !   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  232. !   --x-includes=DIR        X include files are in DIR
  233. !   --x-libraries=DIR       X library files are in DIR
  234. ! --enable and --with options recognized:$ac_help
  235.   EOF
  236.       exit 0 ;;
  237.   
  238. ***************
  239. *** 217,232 ****
  240.       verbose=yes ;;
  241.   
  242.     -version | --version | --versio | --versi | --vers)
  243. !     echo "configure generated by autoconf version 2.0"
  244.       exit 0 ;;
  245.   
  246.     -with-* | --with-*)
  247. !     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  248.       # Reject names that are not valid shell variable names.
  249. !     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  250.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  251.       fi
  252. !     ac_package=`echo $ac_package| sed 's/-/_/g'`
  253.       case "$ac_option" in
  254.         *=*) ;;
  255.         *) ac_optarg=yes ;;
  256. --- 216,231 ----
  257.       verbose=yes ;;
  258.   
  259.     -version | --version | --versio | --versi | --vers)
  260. !     echo "configure generated by autoconf version 2.1"
  261.       exit 0 ;;
  262.   
  263.     -with-* | --with-*)
  264. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  265.       # Reject names that are not valid shell variable names.
  266. !     if test -n "`/bin/echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  267.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  268.       fi
  269. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  270.       case "$ac_option" in
  271.         *=*) ;;
  272.         *) ac_optarg=yes ;;
  273. ***************
  274. *** 234,245 ****
  275.       eval "with_${ac_package}='$ac_optarg'" ;;
  276.   
  277.     -without-* | --without-*)
  278. !     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  279.       # Reject names that are not valid shell variable names.
  280. !     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  281.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  282.       fi
  283. !     ac_package=`echo $ac_package| sed 's/-/_/g'`
  284.       eval "with_${ac_package}=no" ;;
  285.   
  286.     --x)
  287. --- 233,244 ----
  288.       eval "with_${ac_package}='$ac_optarg'" ;;
  289.   
  290.     -without-* | --without-*)
  291. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*without-//'`
  292.       # Reject names that are not valid shell variable names.
  293. !     if test -n "`/bin/echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  294.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  295.       fi
  296. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  297.       eval "with_${ac_package}=no" ;;
  298.   
  299.     --x)
  300. ***************
  301. *** 264,270 ****
  302.       ;;
  303.   
  304.     *) 
  305. !     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  306.         echo "configure: warning: $ac_option: invalid host type" 1>&2
  307.       fi
  308.       if test "x$nonopt" != xNONE; then
  309. --- 263,269 ----
  310.       ;;
  311.   
  312.     *) 
  313. !     if test -n "`/bin/echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  314.         echo "configure: warning: $ac_option: invalid host type" 1>&2
  315.       fi
  316.       if test "x$nonopt" != xNONE; then
  317. ***************
  318. *** 277,283 ****
  319.   done
  320.   
  321.   if test -n "$ac_prev"; then
  322. !   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  323.   fi
  324.   
  325.   trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  326. --- 276,282 ----
  327.   done
  328.   
  329.   if test -n "$ac_prev"; then
  330. !   { echo "configure: error: missing argument to --`/bin/echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  331.   fi
  332.   
  333.   trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  334. ***************
  335. *** 327,333 ****
  336.   # confdefs.h avoids OS command line length limits that DEFS can exceed.
  337.   rm -rf conftest* confdefs.h
  338.   # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  339. ! echo > confdefs.h
  340.   
  341.   # A filename unique to this package, relative to the directory that
  342.   # configure is in, which we can look for to find out if srcdir is correct.
  343. --- 326,332 ----
  344.   # confdefs.h avoids OS command line length limits that DEFS can exceed.
  345.   rm -rf conftest* confdefs.h
  346.   # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  347. ! /bin/echo > confdefs.h
  348.   
  349.   # A filename unique to this package, relative to the directory that
  350.   # configure is in, which we can look for to find out if srcdir is correct.
  351. ***************
  352. *** 338,344 ****
  353.     ac_srcdir_defaulted=yes
  354.     # Try the directory containing this script, then its parent.
  355.     ac_prog=$0
  356. !   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  357.     test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  358.     srcdir=$ac_confdir
  359.     if test ! -r $srcdir/$ac_unique_file; then
  360. --- 337,343 ----
  361.     ac_srcdir_defaulted=yes
  362.     # Try the directory containing this script, then its parent.
  363.     ac_prog=$0
  364. !   ac_confdir=`/bin/echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  365.     test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  366.     srcdir=$ac_confdir
  367.     if test ! -r $srcdir/$ac_unique_file; then
  368. ***************
  369. *** 354,360 ****
  370.       { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  371.     fi
  372.   fi
  373. ! srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  374.   
  375.   # Prefer explicitly selected file to automatically selected ones.
  376.   if test -z "$CONFIG_SITE"; then
  377. --- 353,359 ----
  378.       { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  379.     fi
  380.   fi
  381. ! srcdir=`/bin/echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  382.   
  383.   # Prefer explicitly selected file to automatically selected ones.
  384.   if test -z "$CONFIG_SITE"; then
  385. ***************
  386. *** 399,412 ****
  387.   
  388.   
  389.   
  390. ! echo $ac_n "checking whether ${MAKE-make} sets \$MAKE""... $ac_c" 1>&4
  391.   set dummy ${MAKE-make}; ac_make=$2
  392.   if eval "test \"`echo '${'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  393. !   echo $ac_n "(cached) $ac_c" 1>&4
  394.   else
  395.     cat > conftestmake <<\EOF
  396.   all:
  397. !     @echo 'ac_maketemp="${MAKE}"'
  398.   EOF
  399.   # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  400.   eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  401. --- 398,411 ----
  402.   
  403.   
  404.   
  405. ! /bin/echo $ac_n "checking whether ${MAKE-make} sets \$MAKE""... $ac_c" 1>&4
  406.   set dummy ${MAKE-make}; ac_make=$2
  407.   if eval "test \"`echo '${'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  408. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  409.   else
  410.     cat > conftestmake <<\EOF
  411.   all:
  412. !     @/bin/echo 'ac_maketemp="${MAKE}"'
  413.   EOF
  414.   # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  415.   eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  416. ***************
  417. *** 418,436 ****
  418.   rm -f conftestmake
  419.   fi
  420.   if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  421. !   echo "$ac_t""yes" 1>&4
  422.     SET_MAKE=
  423.   else
  424. !   echo "$ac_t""no" 1>&4
  425.     SET_MAKE="MAKE=${MAKE-make}"
  426.   fi
  427.   
  428.   
  429.   # Extract the first word of "ln", so it can be a program name with args.
  430.   set dummy ln; ac_word=$2
  431. ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  432.   if eval "test \"`echo '${'ac_cv_path_LN'+set}'`\" = set"; then
  433. !   echo $ac_n "(cached) $ac_c" 1>&4
  434.   else
  435.     case "$LN" in
  436.     /*)
  437. --- 417,435 ----
  438.   rm -f conftestmake
  439.   fi
  440.   if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  441. !   /bin/echo "$ac_t""yes" 1>&4
  442.     SET_MAKE=
  443.   else
  444. !   /bin/echo "$ac_t""no" 1>&4
  445.     SET_MAKE="MAKE=${MAKE-make}"
  446.   fi
  447.   
  448.   
  449.   # Extract the first word of "ln", so it can be a program name with args.
  450.   set dummy ln; ac_word=$2
  451. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  452.   if eval "test \"`echo '${'ac_cv_path_LN'+set}'`\" = set"; then
  453. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  454.   else
  455.     case "$LN" in
  456.     /*)
  457. ***************
  458. *** 452,466 ****
  459.   fi
  460.   LN="$ac_cv_path_LN"
  461.   if test -n "$LN"; then
  462. !   echo "$ac_t""$LN" 1>&4
  463.   else
  464. !   echo "$ac_t""no" 1>&4
  465.   fi
  466.   # Extract the first word of "mv", so it can be a program name with args.
  467.   set dummy mv; ac_word=$2
  468. ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  469.   if eval "test \"`echo '${'ac_cv_path_MV'+set}'`\" = set"; then
  470. !   echo $ac_n "(cached) $ac_c" 1>&4
  471.   else
  472.     case "$MV" in
  473.     /*)
  474. --- 451,465 ----
  475.   fi
  476.   LN="$ac_cv_path_LN"
  477.   if test -n "$LN"; then
  478. !   /bin/echo "$ac_t""$LN" 1>&4
  479.   else
  480. !   /bin/echo "$ac_t""no" 1>&4
  481.   fi
  482.   # Extract the first word of "mv", so it can be a program name with args.
  483.   set dummy mv; ac_word=$2
  484. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  485.   if eval "test \"`echo '${'ac_cv_path_MV'+set}'`\" = set"; then
  486. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  487.   else
  488.     case "$MV" in
  489.     /*)
  490. ***************
  491. *** 482,496 ****
  492.   fi
  493.   MV="$ac_cv_path_MV"
  494.   if test -n "$MV"; then
  495. !   echo "$ac_t""$MV" 1>&4
  496.   else
  497. !   echo "$ac_t""no" 1>&4
  498.   fi
  499.   # Extract the first word of "rm", so it can be a program name with args.
  500.   set dummy rm; ac_word=$2
  501. ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  502.   if eval "test \"`echo '${'ac_cv_path_RM'+set}'`\" = set"; then
  503. !   echo $ac_n "(cached) $ac_c" 1>&4
  504.   else
  505.     case "$RM" in
  506.     /*)
  507. --- 481,495 ----
  508.   fi
  509.   MV="$ac_cv_path_MV"
  510.   if test -n "$MV"; then
  511. !   /bin/echo "$ac_t""$MV" 1>&4
  512.   else
  513. !   /bin/echo "$ac_t""no" 1>&4
  514.   fi
  515.   # Extract the first word of "rm", so it can be a program name with args.
  516.   set dummy rm; ac_word=$2
  517. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  518.   if eval "test \"`echo '${'ac_cv_path_RM'+set}'`\" = set"; then
  519. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  520.   else
  521.     case "$RM" in
  522.     /*)
  523. ***************
  524. *** 512,526 ****
  525.   fi
  526.   RM="$ac_cv_path_RM"
  527.   if test -n "$RM"; then
  528. !   echo "$ac_t""$RM" 1>&4
  529.   else
  530. !   echo "$ac_t""no" 1>&4
  531.   fi
  532.   # Extract the first word of "gcc", so it can be a program name with args.
  533.   set dummy gcc; ac_word=$2
  534. ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  535.   if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
  536. !   echo $ac_n "(cached) $ac_c" 1>&4
  537.   else
  538.     if test -n "$CC"; then
  539.     ac_cv_prog_CC="$CC" # Let the user override the test.
  540. --- 511,525 ----
  541.   fi
  542.   RM="$ac_cv_path_RM"
  543.   if test -n "$RM"; then
  544. !   /bin/echo "$ac_t""$RM" 1>&4
  545.   else
  546. !   /bin/echo "$ac_t""no" 1>&4
  547.   fi
  548.   # Extract the first word of "gcc", so it can be a program name with args.
  549.   set dummy gcc; ac_word=$2
  550. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  551.   if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
  552. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  553.   else
  554.     if test -n "$CC"; then
  555.     ac_cv_prog_CC="$CC" # Let the user override the test.
  556. ***************
  557. *** 539,553 ****
  558.   fi
  559.   CC="$ac_cv_prog_CC"
  560.   if test -n "$CC"; then
  561. !   echo "$ac_t""$CC" 1>&4
  562.   else
  563. !   echo "$ac_t""no" 1>&4
  564.   fi
  565.   
  566.   
  567. ! echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
  568.   if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
  569. !   echo $ac_n "(cached) $ac_c" 1>&4
  570.   else
  571.     cat > conftest.c <<EOF
  572.   #ifdef __GNUC__
  573. --- 538,552 ----
  574.   fi
  575.   CC="$ac_cv_prog_CC"
  576.   if test -n "$CC"; then
  577. !   /bin/echo "$ac_t""$CC" 1>&4
  578.   else
  579. !   /bin/echo "$ac_t""no" 1>&4
  580.   fi
  581.   
  582.   
  583. ! /bin/echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
  584.   if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
  585. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  586.   else
  587.     cat > conftest.c <<EOF
  588.   #ifdef __GNUC__
  589. ***************
  590. *** 560,572 ****
  591.     ac_cv_prog_gcc=no
  592.   fi
  593.   fi
  594. ! echo "$ac_t""$ac_cv_prog_gcc" 1>&4
  595.   if test $ac_cv_prog_gcc = yes; then
  596.     GCC=yes
  597.     if test "${CFLAGS+set}" != set; then
  598. !     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
  599.   if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  600. !   echo $ac_n "(cached) $ac_c" 1>&4
  601.   else
  602.     echo 'void f(){}' > conftest.c
  603.   if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  604. --- 559,571 ----
  605.     ac_cv_prog_gcc=no
  606.   fi
  607.   fi
  608. ! /bin/echo "$ac_t""$ac_cv_prog_gcc" 1>&4
  609.   if test $ac_cv_prog_gcc = yes; then
  610.     GCC=yes
  611.     if test "${CFLAGS+set}" != set; then
  612. !     /bin/echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
  613.   if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  614. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  615.   else
  616.     echo 'void f(){}' > conftest.c
  617.   if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  618. ***************
  619. *** 577,587 ****
  620.   rm -f conftest*
  621.   
  622.   fi
  623. !     echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
  624.       if test $ac_cv_prog_gcc_g = yes; then
  625. !       CFLAGS="-g -O"
  626.       else
  627. !       CFLAGS="-O"
  628.       fi
  629.     fi
  630.   else
  631. --- 576,588 ----
  632.   rm -f conftest*
  633.   
  634.   fi
  635. !     /bin/echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
  636.       if test $ac_cv_prog_gcc_g = yes; then
  637. !       # Amiga hack - suppress automatically using -g for now
  638. !       # Also default to using -O2
  639. !       CFLAGS="-O2"
  640.       else
  641. !       CFLAGS="-O2"
  642.       fi
  643.     fi
  644.   else
  645. ***************
  646. *** 589,602 ****
  647.     test "${CFLAGS+set}" = set || CFLAGS="-g"
  648.   fi
  649.   
  650. ! echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
  651.   # On Suns, sometimes $CPP names a directory.
  652.   if test -n "$CPP" && test -d "$CPP"; then
  653.     CPP=
  654.   fi
  655.   if test -z "$CPP"; then
  656.   if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
  657. !   echo $ac_n "(cached) $ac_c" 1>&4
  658.   else
  659.       # This must be in double quotes, not single quotes, because CPP may get
  660.     # substituted into the Makefile and "${CC-cc}" will confuse make.
  661. --- 590,603 ----
  662.     test "${CFLAGS+set}" = set || CFLAGS="-g"
  663.   fi
  664.   
  665. ! /bin/echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
  666.   # On Suns, sometimes $CPP names a directory.
  667.   if test -n "$CPP" && test -d "$CPP"; then
  668.     CPP=
  669.   fi
  670.   if test -z "$CPP"; then
  671.   if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
  672. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  673.   else
  674.       # This must be in double quotes, not single quotes, because CPP may get
  675.     # substituted into the Makefile and "${CC-cc}" will confuse make.
  676. ***************
  677. *** 604,610 ****
  678.     # On the NeXT, cc -E runs the code through the compiler's parser,
  679.     # not just through cpp.
  680.     cat > conftest.$ac_ext <<EOF
  681. ! #line 608 "configure"
  682.   #include "confdefs.h"
  683.   #include <assert.h>
  684.   Syntax Error
  685. --- 605,611 ----
  686.     # On the NeXT, cc -E runs the code through the compiler's parser,
  687.     # not just through cpp.
  688.     cat > conftest.$ac_ext <<EOF
  689. ! #line 609 "configure"
  690.   #include "confdefs.h"
  691.   #include <assert.h>
  692.   Syntax Error
  693. ***************
  694. *** 614,624 ****
  695.   if test -z "$ac_err"; then
  696.     :
  697.   else
  698. !   echo "$ac_err" >&5
  699.     rm -rf conftest*
  700.     CPP="${CC-cc} -E -traditional-cpp"
  701.     cat > conftest.$ac_ext <<EOF
  702. ! #line 622 "configure"
  703.   #include "confdefs.h"
  704.   #include <assert.h>
  705.   Syntax Error
  706. --- 615,625 ----
  707.   if test -z "$ac_err"; then
  708.     :
  709.   else
  710. !   /bin/echo "$ac_err" >&5
  711.     rm -rf conftest*
  712.     CPP="${CC-cc} -E -traditional-cpp"
  713.     cat > conftest.$ac_ext <<EOF
  714. ! #line 623 "configure"
  715.   #include "confdefs.h"
  716.   #include <assert.h>
  717.   Syntax Error
  718. ***************
  719. *** 628,634 ****
  720.   if test -z "$ac_err"; then
  721.     :
  722.   else
  723. !   echo "$ac_err" >&5
  724.     rm -rf conftest*
  725.     CPP=/lib/cpp
  726.   fi
  727. --- 629,635 ----
  728.   if test -z "$ac_err"; then
  729.     :
  730.   else
  731. !   /bin/echo "$ac_err" >&5
  732.     rm -rf conftest*
  733.     CPP=/lib/cpp
  734.   fi
  735. ***************
  736. *** 639,654 ****
  737.   fi
  738.   fi
  739.   CPP="$ac_cv_prog_CPP"
  740. ! echo "$ac_t""$CPP" 1>&4
  741.   
  742.   if test $ac_cv_prog_gcc = yes; then
  743. !   echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&4
  744.   if eval "test \"`echo '${'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  745. !   echo $ac_n "(cached) $ac_c" 1>&4
  746.   else
  747.       ac_pattern="Autoconf.*'x'"
  748.     cat > conftest.$ac_ext <<EOF
  749. ! #line 652 "configure"
  750.   #include "confdefs.h"
  751.   #include <sgtty.h>
  752.   Autoconf TIOCGETP
  753. --- 640,655 ----
  754.   fi
  755.   fi
  756.   CPP="$ac_cv_prog_CPP"
  757. ! /bin/echo "$ac_t""$CPP" 1>&4
  758.   
  759.   if test $ac_cv_prog_gcc = yes; then
  760. !   /bin/echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&4
  761.   if eval "test \"`echo '${'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  762. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  763.   else
  764.       ac_pattern="Autoconf.*'x'"
  765.     cat > conftest.$ac_ext <<EOF
  766. ! #line 653 "configure"
  767.   #include "confdefs.h"
  768.   #include <sgtty.h>
  769.   Autoconf TIOCGETP
  770. ***************
  771. *** 666,672 ****
  772.   
  773.     if test $ac_cv_prog_gcc_traditional = no; then
  774.       cat > conftest.$ac_ext <<EOF
  775. ! #line 670 "configure"
  776.   #include "confdefs.h"
  777.   #include <termio.h>
  778.   Autoconf TCGETA
  779. --- 667,673 ----
  780.   
  781.     if test $ac_cv_prog_gcc_traditional = no; then
  782.       cat > conftest.$ac_ext <<EOF
  783. ! #line 671 "configure"
  784.   #include "confdefs.h"
  785.   #include <termio.h>
  786.   Autoconf TCGETA
  787. ***************
  788. *** 680,686 ****
  789.   
  790.     fi
  791.   fi
  792. !   echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&4
  793.     if test $ac_cv_prog_gcc_traditional = yes; then
  794.       CC="$CC -traditional"
  795.     fi
  796. --- 681,687 ----
  797.   
  798.     fi
  799.   fi
  800. !   /bin/echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&4
  801.     if test $ac_cv_prog_gcc_traditional = yes; then
  802.       CC="$CC -traditional"
  803.     fi
  804. ***************
  805. *** 715,729 ****
  806.   # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  807.   # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  808.   # ./install, which can be erroneously created by make from ./install.sh.
  809. ! echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
  810.   if test -z "$INSTALL"; then
  811.   if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
  812. !   echo $ac_n "(cached) $ac_c" 1>&4
  813.   else
  814.       IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  815.     for ac_dir in $PATH; do
  816.       case "$ac_dir" in
  817. !     ''|.|/etc|/usr/sbin|/usr/etc|/sbin|/usr/afsws/bin|/usr/ucb) ;;
  818.       *)
  819.         # OSF1 and SCO ODT 3.0 have their own names for install.
  820.         for ac_prog in ginstall installbsd scoinst install; do
  821. --- 716,730 ----
  822.   # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  823.   # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  824.   # ./install, which can be erroneously created by make from ./install.sh.
  825. ! /bin/echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
  826.   if test -z "$INSTALL"; then
  827.   if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
  828. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  829.   else
  830.       IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  831.     for ac_dir in $PATH; do
  832.       case "$ac_dir" in
  833. !     ''|.|/gnu/etc) ;;
  834.       *)
  835.         # OSF1 and SCO ODT 3.0 have their own names for install.
  836.         for ac_prog in ginstall installbsd scoinst install; do
  837. ***************
  838. *** 748,754 ****
  839.   fi
  840.     INSTALL="$ac_cv_path_install"
  841.   fi
  842. ! echo "$ac_t""$INSTALL" 1>&4
  843.   
  844.   # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  845.   # It thinks the first close brace ends the variable substitution.
  846. --- 749,755 ----
  847.   fi
  848.     INSTALL="$ac_cv_path_install"
  849.   fi
  850. ! /bin/echo "$ac_t""$INSTALL" 1>&4
  851.   
  852.   # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  853.   # It thinks the first close brace ends the variable substitution.
  854. ***************
  855. *** 758,766 ****
  856.   
  857.   # Extract the first word of "ranlib", so it can be a program name with args.
  858.   set dummy ranlib; ac_word=$2
  859. ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  860.   if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  861. !   echo $ac_n "(cached) $ac_c" 1>&4
  862.   else
  863.     if test -n "$RANLIB"; then
  864.     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  865. --- 759,767 ----
  866.   
  867.   # Extract the first word of "ranlib", so it can be a program name with args.
  868.   set dummy ranlib; ac_word=$2
  869. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  870.   if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  871. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  872.   else
  873.     if test -n "$RANLIB"; then
  874.     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  875. ***************
  876. *** 779,796 ****
  877.   fi
  878.   RANLIB="$ac_cv_prog_RANLIB"
  879.   if test -n "$RANLIB"; then
  880. !   echo "$ac_t""$RANLIB" 1>&4
  881.   else
  882. !   echo "$ac_t""no" 1>&4
  883.   fi
  884.   
  885.   for ac_prog in 'bison -y' byacc
  886.   do
  887.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  888.   set dummy $ac_prog; ac_word=$2
  889. ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  890.   if eval "test \"`echo '${'ac_cv_prog_YACC'+set}'`\" = set"; then
  891. !   echo $ac_n "(cached) $ac_c" 1>&4
  892.   else
  893.     if test -n "$YACC"; then
  894.     ac_cv_prog_YACC="$YACC" # Let the user override the test.
  895. --- 780,797 ----
  896.   fi
  897.   RANLIB="$ac_cv_prog_RANLIB"
  898.   if test -n "$RANLIB"; then
  899. !   /bin/echo "$ac_t""$RANLIB" 1>&4
  900.   else
  901. !   /bin/echo "$ac_t""no" 1>&4
  902.   fi
  903.   
  904.   for ac_prog in 'bison -y' byacc
  905.   do
  906.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  907.   set dummy $ac_prog; ac_word=$2
  908. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  909.   if eval "test \"`echo '${'ac_cv_prog_YACC'+set}'`\" = set"; then
  910. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  911.   else
  912.     if test -n "$YACC"; then
  913.     ac_cv_prog_YACC="$YACC" # Let the user override the test.
  914. ***************
  915. *** 808,825 ****
  916.   fi
  917.   YACC="$ac_cv_prog_YACC"
  918.   if test -n "$YACC"; then
  919. !   echo "$ac_t""$YACC" 1>&4
  920.   else
  921. !   echo "$ac_t""no" 1>&4
  922.   fi
  923.   
  924.   test -n "$YACC" && break
  925.   done
  926.   test -n "$YACC" || YACC="yacc"
  927.   
  928. ! echo $ac_n "checking for AIX""... $ac_c" 1>&4
  929.   cat > conftest.$ac_ext <<EOF
  930. ! #line 823 "configure"
  931.   #include "confdefs.h"
  932.   #ifdef _AIX
  933.     yes
  934. --- 809,826 ----
  935.   fi
  936.   YACC="$ac_cv_prog_YACC"
  937.   if test -n "$YACC"; then
  938. !   /bin/echo "$ac_t""$YACC" 1>&4
  939.   else
  940. !   /bin/echo "$ac_t""no" 1>&4
  941.   fi
  942.   
  943.   test -n "$YACC" && break
  944.   done
  945.   test -n "$YACC" || YACC="yacc"
  946.   
  947. ! /bin/echo $ac_n "checking for AIX""... $ac_c" 1>&4
  948.   cat > conftest.$ac_ext <<EOF
  949. ! #line 824 "configure"
  950.   #include "confdefs.h"
  951.   #ifdef _AIX
  952.     yes
  953. ***************
  954. *** 829,852 ****
  955.   if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  956.     egrep "yes" >/dev/null 2>&1; then
  957.     rm -rf conftest*
  958. !   echo "$ac_t""yes" 1>&4; cat >> confdefs.h <<\EOF
  959.   #define _ALL_SOURCE 1
  960.   EOF
  961.   
  962.   else
  963.     rm -rf conftest*
  964. !   echo "$ac_t""no" 1>&4
  965.   fi
  966.   rm -f conftest*
  967.   
  968.   
  969. ! ac_safe=`echo "minix/config.h" | tr './\055' '___'`
  970. ! echo $ac_n "checking for minix/config.h""... $ac_c" 1>&4
  971.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  972. !   echo $ac_n "(cached) $ac_c" 1>&4
  973.   else
  974.     cat > conftest.$ac_ext <<EOF
  975. ! #line 850 "configure"
  976.   #include "confdefs.h"
  977.   #include <minix/config.h>
  978.   EOF
  979. --- 830,853 ----
  980.   if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  981.     egrep "yes" >/dev/null 2>&1; then
  982.     rm -rf conftest*
  983. !   /bin/echo "$ac_t""yes" 1>&4; cat >> confdefs.h <<\EOF
  984.   #define _ALL_SOURCE 1
  985.   EOF
  986.   
  987.   else
  988.     rm -rf conftest*
  989. !   /bin/echo "$ac_t""no" 1>&4
  990.   fi
  991.   rm -f conftest*
  992.   
  993.   
  994. ! ac_safe=`/bin/echo "minix/config.h" | tr './\055' '___'`
  995. ! /bin/echo $ac_n "checking for minix/config.h""... $ac_c" 1>&4
  996.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  997. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  998.   else
  999.     cat > conftest.$ac_ext <<EOF
  1000. ! #line 851 "configure"
  1001.   #include "confdefs.h"
  1002.   #include <minix/config.h>
  1003.   EOF
  1004. ***************
  1005. *** 856,872 ****
  1006.     rm -rf conftest*
  1007.     eval "ac_cv_header_$ac_safe=yes"
  1008.   else
  1009. !   echo "$ac_err" >&5
  1010.     rm -rf conftest*
  1011.     eval "ac_cv_header_$ac_safe=no"
  1012.   fi
  1013.   rm -f conftest*
  1014.   fi
  1015.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1016. !   echo "$ac_t""yes" 1>&4
  1017.     MINIX=yes
  1018.   else
  1019. !   echo "$ac_t""no" 1>&4
  1020.   MINIX=
  1021.   fi
  1022.   
  1023. --- 857,873 ----
  1024.     rm -rf conftest*
  1025.     eval "ac_cv_header_$ac_safe=yes"
  1026.   else
  1027. !   /bin/echo "$ac_err" >&5
  1028.     rm -rf conftest*
  1029.     eval "ac_cv_header_$ac_safe=no"
  1030.   fi
  1031.   rm -f conftest*
  1032.   fi
  1033.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1034. !   /bin/echo "$ac_t""yes" 1>&4
  1035.     MINIX=yes
  1036.   else
  1037. !   /bin/echo "$ac_t""no" 1>&4
  1038.   MINIX=
  1039.   fi
  1040.   
  1041. ***************
  1042. *** 885,895 ****
  1043.   
  1044.   fi
  1045.   
  1046. ! echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&4
  1047. ! if test -d /etc/conf/kconfig.d &&
  1048. !   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  1049.   then
  1050. !   echo "$ac_t""yes" 1>&4
  1051.     ISC=yes # If later tests want to check for ISC.
  1052.     cat >> confdefs.h <<\EOF
  1053.   #define _POSIX_SOURCE 1
  1054. --- 886,896 ----
  1055.   
  1056.   fi
  1057.   
  1058. ! /bin/echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&4
  1059. ! if test -d /gnu/etc/conf/kconfig.d &&
  1060. !   grep _POSIX_VERSION /gnu/include/sys/unistd.h >/dev/null 2>&1
  1061.   then
  1062. !   /bin/echo "$ac_t""yes" 1>&4
  1063.     ISC=yes # If later tests want to check for ISC.
  1064.     cat >> confdefs.h <<\EOF
  1065.   #define _POSIX_SOURCE 1
  1066. ***************
  1067. *** 901,916 ****
  1068.       CC="$CC -Xp"
  1069.     fi
  1070.   else
  1071. !   echo "$ac_t""no" 1>&4
  1072.     ISC=
  1073.   fi
  1074.   
  1075. ! echo $ac_n "checking whether sys/types.h defines makedev""... $ac_c" 1>&4
  1076.   if eval "test \"`echo '${'ac_cv_header_sys_types_h_makedev'+set}'`\" = set"; then
  1077. !   echo $ac_n "(cached) $ac_c" 1>&4
  1078.   else
  1079.     cat > conftest.$ac_ext <<EOF
  1080. ! #line 914 "configure"
  1081.   #include "confdefs.h"
  1082.   #include <sys/types.h>
  1083.   int main() { return 0; }
  1084. --- 902,917 ----
  1085.       CC="$CC -Xp"
  1086.     fi
  1087.   else
  1088. !   /bin/echo "$ac_t""no" 1>&4
  1089.     ISC=
  1090.   fi
  1091.   
  1092. ! /bin/echo $ac_n "checking whether sys/types.h defines makedev""... $ac_c" 1>&4
  1093.   if eval "test \"`echo '${'ac_cv_header_sys_types_h_makedev'+set}'`\" = set"; then
  1094. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1095.   else
  1096.     cat > conftest.$ac_ext <<EOF
  1097. ! #line 915 "configure"
  1098.   #include "confdefs.h"
  1099.   #include <sys/types.h>
  1100.   int main() { return 0; }
  1101. ***************
  1102. *** 929,944 ****
  1103.   
  1104.   
  1105.   fi
  1106. ! echo "$ac_t""$ac_cv_header_sys_types_h_makedev" 1>&4
  1107.   
  1108.   if test $ac_cv_header_sys_types_h_makedev = no; then
  1109. ! ac_safe=`echo "sys/mkdev.h" | tr './\055' '___'`
  1110. ! echo $ac_n "checking for sys/mkdev.h""... $ac_c" 1>&4
  1111.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1112. !   echo $ac_n "(cached) $ac_c" 1>&4
  1113.   else
  1114.     cat > conftest.$ac_ext <<EOF
  1115. ! #line 942 "configure"
  1116.   #include "confdefs.h"
  1117.   #include <sys/mkdev.h>
  1118.   EOF
  1119. --- 930,945 ----
  1120.   
  1121.   
  1122.   fi
  1123. ! /bin/echo "$ac_t""$ac_cv_header_sys_types_h_makedev" 1>&4
  1124.   
  1125.   if test $ac_cv_header_sys_types_h_makedev = no; then
  1126. ! ac_safe=`/bin/echo "sys/mkdev.h" | tr './\055' '___'`
  1127. ! /bin/echo $ac_n "checking for sys/mkdev.h""... $ac_c" 1>&4
  1128.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1129. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1130.   else
  1131.     cat > conftest.$ac_ext <<EOF
  1132. ! #line 943 "configure"
  1133.   #include "confdefs.h"
  1134.   #include <sys/mkdev.h>
  1135.   EOF
  1136. ***************
  1137. *** 948,978 ****
  1138.     rm -rf conftest*
  1139.     eval "ac_cv_header_$ac_safe=yes"
  1140.   else
  1141. !   echo "$ac_err" >&5
  1142.     rm -rf conftest*
  1143.     eval "ac_cv_header_$ac_safe=no"
  1144.   fi
  1145.   rm -f conftest*
  1146.   fi
  1147.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1148. !   echo "$ac_t""yes" 1>&4
  1149.     cat >> confdefs.h <<\EOF
  1150.   #define MAJOR_IN_MKDEV 1
  1151.   EOF
  1152.   
  1153.   else
  1154. !   echo "$ac_t""no" 1>&4
  1155.   fi
  1156.   
  1157.   
  1158.     if test $ac_cv_header_sys_mkdev_h = no; then
  1159. ! ac_safe=`echo "sys/sysmacros.h" | tr './\055' '___'`
  1160. ! echo $ac_n "checking for sys/sysmacros.h""... $ac_c" 1>&4
  1161.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1162. !   echo $ac_n "(cached) $ac_c" 1>&4
  1163.   else
  1164.     cat > conftest.$ac_ext <<EOF
  1165. ! #line 976 "configure"
  1166.   #include "confdefs.h"
  1167.   #include <sys/sysmacros.h>
  1168.   EOF
  1169. --- 949,979 ----
  1170.     rm -rf conftest*
  1171.     eval "ac_cv_header_$ac_safe=yes"
  1172.   else
  1173. !   /bin/echo "$ac_err" >&5
  1174.     rm -rf conftest*
  1175.     eval "ac_cv_header_$ac_safe=no"
  1176.   fi
  1177.   rm -f conftest*
  1178.   fi
  1179.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1180. !   /bin/echo "$ac_t""yes" 1>&4
  1181.     cat >> confdefs.h <<\EOF
  1182.   #define MAJOR_IN_MKDEV 1
  1183.   EOF
  1184.   
  1185.   else
  1186. !   /bin/echo "$ac_t""no" 1>&4
  1187.   fi
  1188.   
  1189.   
  1190.     if test $ac_cv_header_sys_mkdev_h = no; then
  1191. ! ac_safe=`/bin/echo "sys/sysmacros.h" | tr './\055' '___'`
  1192. ! /bin/echo $ac_n "checking for sys/sysmacros.h""... $ac_c" 1>&4
  1193.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1194. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1195.   else
  1196.     cat > conftest.$ac_ext <<EOF
  1197. ! #line 977 "configure"
  1198.   #include "confdefs.h"
  1199.   #include <sys/sysmacros.h>
  1200.   EOF
  1201. ***************
  1202. *** 982,1001 ****
  1203.     rm -rf conftest*
  1204.     eval "ac_cv_header_$ac_safe=yes"
  1205.   else
  1206. !   echo "$ac_err" >&5
  1207.     rm -rf conftest*
  1208.     eval "ac_cv_header_$ac_safe=no"
  1209.   fi
  1210.   rm -f conftest*
  1211.   fi
  1212.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1213. !   echo "$ac_t""yes" 1>&4
  1214.     cat >> confdefs.h <<\EOF
  1215.   #define MAJOR_IN_SYSMACROS 1
  1216.   EOF
  1217.   
  1218.   else
  1219. !   echo "$ac_t""no" 1>&4
  1220.   fi
  1221.   
  1222.     fi
  1223. --- 983,1002 ----
  1224.     rm -rf conftest*
  1225.     eval "ac_cv_header_$ac_safe=yes"
  1226.   else
  1227. !   /bin/echo "$ac_err" >&5
  1228.     rm -rf conftest*
  1229.     eval "ac_cv_header_$ac_safe=no"
  1230.   fi
  1231.   rm -f conftest*
  1232.   fi
  1233.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1234. !   /bin/echo "$ac_t""yes" 1>&4
  1235.     cat >> confdefs.h <<\EOF
  1236.   #define MAJOR_IN_SYSMACROS 1
  1237.   EOF
  1238.   
  1239.   else
  1240. !   /bin/echo "$ac_t""no" 1>&4
  1241.   fi
  1242.   
  1243.     fi
  1244. ***************
  1245. *** 1005,1017 ****
  1246.   ac_header_dirent=no
  1247.   for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  1248.   do
  1249. ! ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  1250. ! echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&4
  1251.   if eval "test \"`echo '${'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
  1252. !   echo $ac_n "(cached) $ac_c" 1>&4
  1253.   else
  1254.     cat > conftest.$ac_ext <<EOF
  1255. ! #line 1015 "configure"
  1256.   #include "confdefs.h"
  1257.   #include <sys/types.h>
  1258.   #include <$ac_hdr>
  1259. --- 1006,1018 ----
  1260.   ac_header_dirent=no
  1261.   for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  1262.   do
  1263. ! ac_safe=`/bin/echo "$ac_hdr" | tr './\055' '___'`
  1264. ! /bin/echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&4
  1265.   if eval "test \"`echo '${'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
  1266. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1267.   else
  1268.     cat > conftest.$ac_ext <<EOF
  1269. ! #line 1016 "configure"
  1270.   #include "confdefs.h"
  1271.   #include <sys/types.h>
  1272.   #include <$ac_hdr>
  1273. ***************
  1274. *** 1031,1056 ****
  1275.   
  1276.   fi
  1277.   if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
  1278. !   echo "$ac_t""yes" 1>&4
  1279. !     ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  1280.     cat >> confdefs.h <<EOF
  1281.   #define $ac_tr_hdr 1
  1282.   EOF
  1283.    ac_header_dirent=$ac_hdr; break
  1284.   else
  1285. !   echo "$ac_t""no" 1>&4
  1286.   fi
  1287.   done
  1288.   # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  1289.   if test $ac_header_dirent = dirent.h; then
  1290. ! echo $ac_n "checking for -ldir""... $ac_c" 1>&4
  1291.   if eval "test \"`echo '${'ac_cv_lib_dir'+set}'`\" = set"; then
  1292. !   echo $ac_n "(cached) $ac_c" 1>&4
  1293.   else
  1294.     ac_save_LIBS="$LIBS"
  1295.   LIBS="$LIBS -ldir "
  1296.   cat > conftest.$ac_ext <<EOF
  1297. ! #line 1054 "configure"
  1298.   #include "confdefs.h"
  1299.   
  1300.   int main() { return 0; }
  1301. --- 1032,1057 ----
  1302.   
  1303.   fi
  1304.   if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
  1305. !   /bin/echo "$ac_t""yes" 1>&4
  1306. !     ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  1307.     cat >> confdefs.h <<EOF
  1308.   #define $ac_tr_hdr 1
  1309.   EOF
  1310.    ac_header_dirent=$ac_hdr; break
  1311.   else
  1312. !   /bin/echo "$ac_t""no" 1>&4
  1313.   fi
  1314.   done
  1315.   # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  1316.   if test $ac_header_dirent = dirent.h; then
  1317. ! /bin/echo $ac_n "checking for -ldir""... $ac_c" 1>&4
  1318.   if eval "test \"`echo '${'ac_cv_lib_dir'+set}'`\" = set"; then
  1319. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1320.   else
  1321.     ac_save_LIBS="$LIBS"
  1322.   LIBS="$LIBS -ldir "
  1323.   cat > conftest.$ac_ext <<EOF
  1324. ! #line 1055 "configure"
  1325.   #include "confdefs.h"
  1326.   
  1327.   int main() { return 0; }
  1328. ***************
  1329. *** 1070,1090 ****
  1330.   
  1331.   fi
  1332.   if eval "test \"`echo '$ac_cv_lib_'dir`\" = yes"; then
  1333. !   echo "$ac_t""yes" 1>&4
  1334.     LIBS="$LIBS -ldir"
  1335.   else
  1336. !   echo "$ac_t""no" 1>&4
  1337.   fi
  1338.   
  1339.   else
  1340. ! echo $ac_n "checking for -lx""... $ac_c" 1>&4
  1341.   if eval "test \"`echo '${'ac_cv_lib_x'+set}'`\" = set"; then
  1342. !   echo $ac_n "(cached) $ac_c" 1>&4
  1343.   else
  1344.     ac_save_LIBS="$LIBS"
  1345.   LIBS="$LIBS -lx "
  1346.   cat > conftest.$ac_ext <<EOF
  1347. ! #line 1088 "configure"
  1348.   #include "confdefs.h"
  1349.   
  1350.   int main() { return 0; }
  1351. --- 1071,1091 ----
  1352.   
  1353.   fi
  1354.   if eval "test \"`echo '$ac_cv_lib_'dir`\" = yes"; then
  1355. !   /bin/echo "$ac_t""yes" 1>&4
  1356.     LIBS="$LIBS -ldir"
  1357.   else
  1358. !   /bin/echo "$ac_t""no" 1>&4
  1359.   fi
  1360.   
  1361.   else
  1362. ! /bin/echo $ac_n "checking for -lx""... $ac_c" 1>&4
  1363.   if eval "test \"`echo '${'ac_cv_lib_x'+set}'`\" = set"; then
  1364. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1365.   else
  1366.     ac_save_LIBS="$LIBS"
  1367.   LIBS="$LIBS -lx "
  1368.   cat > conftest.$ac_ext <<EOF
  1369. ! #line 1089 "configure"
  1370.   #include "confdefs.h"
  1371.   
  1372.   int main() { return 0; }
  1373. ***************
  1374. *** 1104,1127 ****
  1375.   
  1376.   fi
  1377.   if eval "test \"`echo '$ac_cv_lib_'x`\" = yes"; then
  1378. !   echo "$ac_t""yes" 1>&4
  1379.     LIBS="$LIBS -lx"
  1380.   else
  1381. !   echo "$ac_t""no" 1>&4
  1382.   fi
  1383.   
  1384.   fi
  1385.   
  1386.   # If we cannot run a trivial program, we must be cross compiling.
  1387. ! echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&4
  1388.   if eval "test \"`echo '${'ac_cv_c_cross'+set}'`\" = set"; then
  1389. !   echo $ac_n "(cached) $ac_c" 1>&4
  1390.   else
  1391.     if test "$cross_compiling" = yes; then
  1392.     ac_cv_cross=yes
  1393.   else
  1394.   cat > conftest.$ac_ext <<EOF
  1395. ! #line 1125 "configure"
  1396.   #include "confdefs.h"
  1397.   main(){return(0);}
  1398.   EOF
  1399. --- 1105,1128 ----
  1400.   
  1401.   fi
  1402.   if eval "test \"`echo '$ac_cv_lib_'x`\" = yes"; then
  1403. !   /bin/echo "$ac_t""yes" 1>&4
  1404.     LIBS="$LIBS -lx"
  1405.   else
  1406. !   /bin/echo "$ac_t""no" 1>&4
  1407.   fi
  1408.   
  1409.   fi
  1410.   
  1411.   # If we cannot run a trivial program, we must be cross compiling.
  1412. ! /bin/echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&4
  1413.   if eval "test \"`echo '${'ac_cv_c_cross'+set}'`\" = set"; then
  1414. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1415.   else
  1416.     if test "$cross_compiling" = yes; then
  1417.     ac_cv_cross=yes
  1418.   else
  1419.   cat > conftest.$ac_ext <<EOF
  1420. ! #line 1126 "configure"
  1421.   #include "confdefs.h"
  1422.   main(){return(0);}
  1423.   EOF
  1424. ***************
  1425. *** 1135,1151 ****
  1426.   rm -fr conftest*
  1427.   fi
  1428.   cross_compiling=$ac_cv_c_cross
  1429. ! echo "$ac_t""$ac_cv_c_cross" 1>&4
  1430.   
  1431. ! echo $ac_n "checking whether closedir returns void""... $ac_c" 1>&4
  1432.   if eval "test \"`echo '${'ac_cv_func_closedir_void'+set}'`\" = set"; then
  1433. !   echo $ac_n "(cached) $ac_c" 1>&4
  1434.   else
  1435.     if test "$cross_compiling" = yes; then
  1436.       { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1437.   else
  1438.   cat > conftest.$ac_ext <<EOF
  1439. ! #line 1149 "configure"
  1440.   #include "confdefs.h"
  1441.   #include <sys/types.h>
  1442.   #include <$ac_header_dirent>
  1443. --- 1136,1152 ----
  1444.   rm -fr conftest*
  1445.   fi
  1446.   cross_compiling=$ac_cv_c_cross
  1447. ! /bin/echo "$ac_t""$ac_cv_c_cross" 1>&4
  1448.   
  1449. ! /bin/echo $ac_n "checking whether closedir returns void""... $ac_c" 1>&4
  1450.   if eval "test \"`echo '${'ac_cv_func_closedir_void'+set}'`\" = set"; then
  1451. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1452.   else
  1453.     if test "$cross_compiling" = yes; then
  1454.       { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1455.   else
  1456.   cat > conftest.$ac_ext <<EOF
  1457. ! #line 1150 "configure"
  1458.   #include "confdefs.h"
  1459.   #include <sys/types.h>
  1460.   #include <$ac_header_dirent>
  1461. ***************
  1462. *** 1160,1166 ****
  1463.   fi
  1464.   rm -fr conftest*
  1465.   fi
  1466. ! echo "$ac_t""$ac_cv_func_closedir_void" 1>&4
  1467.   if test $ac_cv_func_closedir_void = yes; then
  1468.     cat >> confdefs.h <<\EOF
  1469.   #define CLOSEDIR_VOID 1
  1470. --- 1161,1167 ----
  1471.   fi
  1472.   rm -fr conftest*
  1473.   fi
  1474. ! /bin/echo "$ac_t""$ac_cv_func_closedir_void" 1>&4
  1475.   if test $ac_cv_func_closedir_void = yes; then
  1476.     cat >> confdefs.h <<\EOF
  1477.   #define CLOSEDIR_VOID 1
  1478. ***************
  1479. *** 1169,1180 ****
  1480.   fi
  1481.   
  1482.   
  1483. ! echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&4
  1484.   if eval "test \"`echo '${'ac_cv_type_uid_t'+set}'`\" = set"; then
  1485. !   echo $ac_n "(cached) $ac_c" 1>&4
  1486.   else
  1487.     cat > conftest.$ac_ext <<EOF
  1488. ! #line 1178 "configure"
  1489.   #include "confdefs.h"
  1490.   #include <sys/types.h>
  1491.   EOF
  1492. --- 1170,1181 ----
  1493.   fi
  1494.   
  1495.   
  1496. ! /bin/echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&4
  1497.   if eval "test \"`echo '${'ac_cv_type_uid_t'+set}'`\" = set"; then
  1498. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1499.   else
  1500.     cat > conftest.$ac_ext <<EOF
  1501. ! #line 1179 "configure"
  1502.   #include "confdefs.h"
  1503.   #include <sys/types.h>
  1504.   EOF
  1505. ***************
  1506. *** 1189,1195 ****
  1507.   rm -f conftest*
  1508.   
  1509.   fi
  1510. ! echo "$ac_t""$ac_cv_type_uid_t" 1>&4
  1511.   if test $ac_cv_type_uid_t = no; then
  1512.     cat >> confdefs.h <<\EOF
  1513.   #define uid_t int
  1514. --- 1190,1196 ----
  1515.   rm -f conftest*
  1516.   
  1517.   fi
  1518. ! /bin/echo "$ac_t""$ac_cv_type_uid_t" 1>&4
  1519.   if test $ac_cv_type_uid_t = no; then
  1520.     cat >> confdefs.h <<\EOF
  1521.   #define uid_t int
  1522. ***************
  1523. *** 1201,1215 ****
  1524.   
  1525.   fi
  1526.   
  1527. ! echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&4
  1528.   if eval "test \"`echo '${'ac_cv_type_getgroups'+set}'`\" = set"; then
  1529. !   echo $ac_n "(cached) $ac_c" 1>&4
  1530.   else
  1531.     if test "$cross_compiling" = yes; then
  1532.     ac_cv_type_getgroups=cross
  1533.   else
  1534.   cat > conftest.$ac_ext <<EOF
  1535. ! #line 1213 "configure"
  1536.   #include "confdefs.h"
  1537.   
  1538.   /* Thanks to Mike Rendell for this test.  */
  1539. --- 1202,1216 ----
  1540.   
  1541.   fi
  1542.   
  1543. ! /bin/echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&4
  1544.   if eval "test \"`echo '${'ac_cv_type_getgroups'+set}'`\" = set"; then
  1545. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1546.   else
  1547.     if test "$cross_compiling" = yes; then
  1548.     ac_cv_type_getgroups=cross
  1549.   else
  1550.   cat > conftest.$ac_ext <<EOF
  1551. ! #line 1214 "configure"
  1552.   #include "confdefs.h"
  1553.   
  1554.   /* Thanks to Mike Rendell for this test.  */
  1555. ***************
  1556. *** 1244,1250 ****
  1557.   rm -fr conftest*
  1558.   if test $ac_cv_type_getgroups = cross; then
  1559.           cat > conftest.$ac_ext <<EOF
  1560. ! #line 1248 "configure"
  1561.   #include "confdefs.h"
  1562.   #include <unistd.h>
  1563.   EOF
  1564. --- 1245,1251 ----
  1565.   rm -fr conftest*
  1566.   if test $ac_cv_type_getgroups = cross; then
  1567.           cat > conftest.$ac_ext <<EOF
  1568. ! #line 1249 "configure"
  1569.   #include "confdefs.h"
  1570.   #include <unistd.h>
  1571.   EOF
  1572. ***************
  1573. *** 1260,1277 ****
  1574.   
  1575.   fi
  1576.   fi
  1577. ! echo "$ac_t""$ac_cv_type_getgroups" 1>&4
  1578.   cat >> confdefs.h <<EOF
  1579.   #define GETGROUPS_T $ac_cv_type_getgroups
  1580.   EOF
  1581.   
  1582.   
  1583. ! echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
  1584.   if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
  1585. !   echo $ac_n "(cached) $ac_c" 1>&4
  1586.   else
  1587.     cat > conftest.$ac_ext <<EOF
  1588. ! #line 1275 "configure"
  1589.   #include "confdefs.h"
  1590.   #include <stdlib.h>
  1591.   #include <stdarg.h>
  1592. --- 1261,1278 ----
  1593.   
  1594.   fi
  1595.   fi
  1596. ! /bin/echo "$ac_t""$ac_cv_type_getgroups" 1>&4
  1597.   cat >> confdefs.h <<EOF
  1598.   #define GETGROUPS_T $ac_cv_type_getgroups
  1599.   EOF
  1600.   
  1601.   
  1602. ! /bin/echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
  1603.   if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
  1604. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1605.   else
  1606.     cat > conftest.$ac_ext <<EOF
  1607. ! #line 1276 "configure"
  1608.   #include "confdefs.h"
  1609.   #include <stdlib.h>
  1610.   #include <stdarg.h>
  1611. ***************
  1612. *** 1284,1290 ****
  1613.     rm -rf conftest*
  1614.     ac_cv_header_stdc=yes
  1615.   else
  1616. !   echo "$ac_err" >&5
  1617.     rm -rf conftest*
  1618.     ac_cv_header_stdc=no
  1619.   fi
  1620. --- 1285,1291 ----
  1621.     rm -rf conftest*
  1622.     ac_cv_header_stdc=yes
  1623.   else
  1624. !   /bin/echo "$ac_err" >&5
  1625.     rm -rf conftest*
  1626.     ac_cv_header_stdc=no
  1627.   fi
  1628. ***************
  1629. *** 1293,1299 ****
  1630.   if test $ac_cv_header_stdc = yes; then
  1631.     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1632.   cat > conftest.$ac_ext <<EOF
  1633. ! #line 1297 "configure"
  1634.   #include "confdefs.h"
  1635.   #include <string.h>
  1636.   EOF
  1637. --- 1294,1300 ----
  1638.   if test $ac_cv_header_stdc = yes; then
  1639.     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1640.   cat > conftest.$ac_ext <<EOF
  1641. ! #line 1298 "configure"
  1642.   #include "confdefs.h"
  1643.   #include <string.h>
  1644.   EOF
  1645. ***************
  1646. *** 1311,1317 ****
  1647.   if test $ac_cv_header_stdc = yes; then
  1648.     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1649.   cat > conftest.$ac_ext <<EOF
  1650. ! #line 1315 "configure"
  1651.   #include "confdefs.h"
  1652.   #include <stdlib.h>
  1653.   EOF
  1654. --- 1312,1318 ----
  1655.   if test $ac_cv_header_stdc = yes; then
  1656.     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1657.   cat > conftest.$ac_ext <<EOF
  1658. ! #line 1316 "configure"
  1659.   #include "confdefs.h"
  1660.   #include <stdlib.h>
  1661.   EOF
  1662. ***************
  1663. *** 1332,1338 ****
  1664.     ac_cv_header_stdc=no
  1665.   else
  1666.   cat > conftest.$ac_ext <<EOF
  1667. ! #line 1336 "configure"
  1668.   #include "confdefs.h"
  1669.   #include <ctype.h>
  1670.   #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1671. --- 1333,1339 ----
  1672.     ac_cv_header_stdc=no
  1673.   else
  1674.   cat > conftest.$ac_ext <<EOF
  1675. ! #line 1337 "configure"
  1676.   #include "confdefs.h"
  1677.   #include <ctype.h>
  1678.   #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1679. ***************
  1680. *** 1353,1359 ****
  1681.   rm -fr conftest*
  1682.   fi
  1683.   fi
  1684. ! echo "$ac_t""$ac_cv_header_stdc" 1>&4
  1685.   if test $ac_cv_header_stdc = yes; then
  1686.     cat >> confdefs.h <<\EOF
  1687.   #define STDC_HEADERS 1
  1688. --- 1354,1360 ----
  1689.   rm -fr conftest*
  1690.   fi
  1691.   fi
  1692. ! /bin/echo "$ac_t""$ac_cv_header_stdc" 1>&4
  1693.   if test $ac_cv_header_stdc = yes; then
  1694.     cat >> confdefs.h <<\EOF
  1695.   #define STDC_HEADERS 1
  1696. ***************
  1697. *** 1361,1372 ****
  1698.   
  1699.   fi
  1700.   
  1701. ! echo $ac_n "checking for mode_t""... $ac_c" 1>&4
  1702.   if eval "test \"`echo '${'ac_cv_type_mode_t'+set}'`\" = set"; then
  1703. !   echo $ac_n "(cached) $ac_c" 1>&4
  1704.   else
  1705.     cat > conftest.$ac_ext <<EOF
  1706. ! #line 1370 "configure"
  1707.   #include "confdefs.h"
  1708.   #include <sys/types.h>
  1709.   #if STDC_HEADERS
  1710. --- 1362,1373 ----
  1711.   
  1712.   fi
  1713.   
  1714. ! /bin/echo $ac_n "checking for mode_t""... $ac_c" 1>&4
  1715.   if eval "test \"`echo '${'ac_cv_type_mode_t'+set}'`\" = set"; then
  1716. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1717.   else
  1718.     cat > conftest.$ac_ext <<EOF
  1719. ! #line 1371 "configure"
  1720.   #include "confdefs.h"
  1721.   #include <sys/types.h>
  1722.   #if STDC_HEADERS
  1723. ***************
  1724. *** 1384,1390 ****
  1725.   rm -f conftest*
  1726.   
  1727.   fi
  1728. ! echo "$ac_t""$ac_cv_type_mode_t" 1>&4
  1729.   if test $ac_cv_type_mode_t = no; then
  1730.     cat >> confdefs.h <<\EOF
  1731.   #define mode_t int
  1732. --- 1385,1391 ----
  1733.   rm -f conftest*
  1734.   
  1735.   fi
  1736. ! /bin/echo "$ac_t""$ac_cv_type_mode_t" 1>&4
  1737.   if test $ac_cv_type_mode_t = no; then
  1738.     cat >> confdefs.h <<\EOF
  1739.   #define mode_t int
  1740. ***************
  1741. *** 1392,1403 ****
  1742.   
  1743.   fi
  1744.   
  1745. ! echo $ac_n "checking for off_t""... $ac_c" 1>&4
  1746.   if eval "test \"`echo '${'ac_cv_type_off_t'+set}'`\" = set"; then
  1747. !   echo $ac_n "(cached) $ac_c" 1>&4
  1748.   else
  1749.     cat > conftest.$ac_ext <<EOF
  1750. ! #line 1401 "configure"
  1751.   #include "confdefs.h"
  1752.   #include <sys/types.h>
  1753.   #if STDC_HEADERS
  1754. --- 1393,1404 ----
  1755.   
  1756.   fi
  1757.   
  1758. ! /bin/echo $ac_n "checking for off_t""... $ac_c" 1>&4
  1759.   if eval "test \"`echo '${'ac_cv_type_off_t'+set}'`\" = set"; then
  1760. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1761.   else
  1762.     cat > conftest.$ac_ext <<EOF
  1763. ! #line 1402 "configure"
  1764.   #include "confdefs.h"
  1765.   #include <sys/types.h>
  1766.   #if STDC_HEADERS
  1767. ***************
  1768. *** 1415,1421 ****
  1769.   rm -f conftest*
  1770.   
  1771.   fi
  1772. ! echo "$ac_t""$ac_cv_type_off_t" 1>&4
  1773.   if test $ac_cv_type_off_t = no; then
  1774.     cat >> confdefs.h <<\EOF
  1775.   #define off_t long
  1776. --- 1416,1422 ----
  1777.   rm -f conftest*
  1778.   
  1779.   fi
  1780. ! /bin/echo "$ac_t""$ac_cv_type_off_t" 1>&4
  1781.   if test $ac_cv_type_off_t = no; then
  1782.     cat >> confdefs.h <<\EOF
  1783.   #define off_t long
  1784. ***************
  1785. *** 1423,1434 ****
  1786.   
  1787.   fi
  1788.   
  1789. ! echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&4
  1790.   if eval "test \"`echo '${'ac_cv_type_signal'+set}'`\" = set"; then
  1791. !   echo $ac_n "(cached) $ac_c" 1>&4
  1792.   else
  1793.     cat > conftest.$ac_ext <<EOF
  1794. ! #line 1432 "configure"
  1795.   #include "confdefs.h"
  1796.   #include <sys/types.h>
  1797.   #include <signal.h>
  1798. --- 1424,1435 ----
  1799.   
  1800.   fi
  1801.   
  1802. ! /bin/echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&4
  1803.   if eval "test \"`echo '${'ac_cv_type_signal'+set}'`\" = set"; then
  1804. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1805.   else
  1806.     cat > conftest.$ac_ext <<EOF
  1807. ! #line 1433 "configure"
  1808.   #include "confdefs.h"
  1809.   #include <sys/types.h>
  1810.   #include <signal.h>
  1811. ***************
  1812. *** 1451,1468 ****
  1813.   rm -f conftest*
  1814.   
  1815.   fi
  1816. ! echo "$ac_t""$ac_cv_type_signal" 1>&4
  1817.   cat >> confdefs.h <<EOF
  1818.   #define RETSIGTYPE $ac_cv_type_signal
  1819.   EOF
  1820.   
  1821.   
  1822. ! echo $ac_n "checking for size_t""... $ac_c" 1>&4
  1823.   if eval "test \"`echo '${'ac_cv_type_size_t'+set}'`\" = set"; then
  1824. !   echo $ac_n "(cached) $ac_c" 1>&4
  1825.   else
  1826.     cat > conftest.$ac_ext <<EOF
  1827. ! #line 1466 "configure"
  1828.   #include "confdefs.h"
  1829.   #include <sys/types.h>
  1830.   #if STDC_HEADERS
  1831. --- 1452,1469 ----
  1832.   rm -f conftest*
  1833.   
  1834.   fi
  1835. ! /bin/echo "$ac_t""$ac_cv_type_signal" 1>&4
  1836.   cat >> confdefs.h <<EOF
  1837.   #define RETSIGTYPE $ac_cv_type_signal
  1838.   EOF
  1839.   
  1840.   
  1841. ! /bin/echo $ac_n "checking for size_t""... $ac_c" 1>&4
  1842.   if eval "test \"`echo '${'ac_cv_type_size_t'+set}'`\" = set"; then
  1843. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1844.   else
  1845.     cat > conftest.$ac_ext <<EOF
  1846. ! #line 1467 "configure"
  1847.   #include "confdefs.h"
  1848.   #include <sys/types.h>
  1849.   #if STDC_HEADERS
  1850. ***************
  1851. *** 1480,1486 ****
  1852.   rm -f conftest*
  1853.   
  1854.   fi
  1855. ! echo "$ac_t""$ac_cv_type_size_t" 1>&4
  1856.   if test $ac_cv_type_size_t = no; then
  1857.     cat >> confdefs.h <<\EOF
  1858.   #define size_t unsigned
  1859. --- 1481,1487 ----
  1860.   rm -f conftest*
  1861.   
  1862.   fi
  1863. ! /bin/echo "$ac_t""$ac_cv_type_size_t" 1>&4
  1864.   if test $ac_cv_type_size_t = no; then
  1865.     cat >> confdefs.h <<\EOF
  1866.   #define size_t unsigned
  1867. ***************
  1868. *** 1488,1499 ****
  1869.   
  1870.   fi
  1871.   
  1872. ! echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&4
  1873.   if eval "test \"`echo '${'ac_cv_type_uid_t'+set}'`\" = set"; then
  1874. !   echo $ac_n "(cached) $ac_c" 1>&4
  1875.   else
  1876.     cat > conftest.$ac_ext <<EOF
  1877. ! #line 1497 "configure"
  1878.   #include "confdefs.h"
  1879.   #include <sys/types.h>
  1880.   EOF
  1881. --- 1489,1500 ----
  1882.   
  1883.   fi
  1884.   
  1885. ! /bin/echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&4
  1886.   if eval "test \"`echo '${'ac_cv_type_uid_t'+set}'`\" = set"; then
  1887. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1888.   else
  1889.     cat > conftest.$ac_ext <<EOF
  1890. ! #line 1498 "configure"
  1891.   #include "confdefs.h"
  1892.   #include <sys/types.h>
  1893.   EOF
  1894. ***************
  1895. *** 1508,1514 ****
  1896.   rm -f conftest*
  1897.   
  1898.   fi
  1899. ! echo "$ac_t""$ac_cv_type_uid_t" 1>&4
  1900.   if test $ac_cv_type_uid_t = no; then
  1901.     cat >> confdefs.h <<\EOF
  1902.   #define uid_t int
  1903. --- 1509,1515 ----
  1904.   rm -f conftest*
  1905.   
  1906.   fi
  1907. ! /bin/echo "$ac_t""$ac_cv_type_uid_t" 1>&4
  1908.   if test $ac_cv_type_uid_t = no; then
  1909.     cat >> confdefs.h <<\EOF
  1910.   #define uid_t int
  1911. ***************
  1912. *** 1520,1531 ****
  1913.   
  1914.   fi
  1915.   
  1916. ! echo $ac_n "checking for ino_t""... $ac_c" 1>&4
  1917.   if eval "test \"`echo '${'ac_cv_type_ino_t'+set}'`\" = set"; then
  1918. !   echo $ac_n "(cached) $ac_c" 1>&4
  1919.   else
  1920.     cat > conftest.$ac_ext <<EOF
  1921. ! #line 1529 "configure"
  1922.   #include "confdefs.h"
  1923.   #include <sys/types.h>
  1924.   #if STDC_HEADERS
  1925. --- 1521,1532 ----
  1926.   
  1927.   fi
  1928.   
  1929. ! /bin/echo $ac_n "checking for ino_t""... $ac_c" 1>&4
  1930.   if eval "test \"`echo '${'ac_cv_type_ino_t'+set}'`\" = set"; then
  1931. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1932.   else
  1933.     cat > conftest.$ac_ext <<EOF
  1934. ! #line 1530 "configure"
  1935.   #include "confdefs.h"
  1936.   #include <sys/types.h>
  1937.   #if STDC_HEADERS
  1938. ***************
  1939. *** 1543,1549 ****
  1940.   rm -f conftest*
  1941.   
  1942.   fi
  1943. ! echo "$ac_t""$ac_cv_type_ino_t" 1>&4
  1944.   if test $ac_cv_type_ino_t = no; then
  1945.     cat >> confdefs.h <<\EOF
  1946.   #define ino_t unsigned long
  1947. --- 1544,1550 ----
  1948.   rm -f conftest*
  1949.   
  1950.   fi
  1951. ! /bin/echo "$ac_t""$ac_cv_type_ino_t" 1>&4
  1952.   if test $ac_cv_type_ino_t = no; then
  1953.     cat >> confdefs.h <<\EOF
  1954.   #define ino_t unsigned long
  1955. ***************
  1956. *** 1552,1563 ****
  1957.   fi
  1958.   
  1959.   
  1960. ! echo $ac_n "checking for working const""... $ac_c" 1>&4
  1961.   if eval "test \"`echo '${'ac_cv_c_const'+set}'`\" = set"; then
  1962. !   echo $ac_n "(cached) $ac_c" 1>&4
  1963.   else
  1964.     cat > conftest.$ac_ext <<EOF
  1965. ! #line 1561 "configure"
  1966.   #include "confdefs.h"
  1967.   
  1968.   int main() { return 0; }
  1969. --- 1553,1564 ----
  1970.   fi
  1971.   
  1972.   
  1973. ! /bin/echo $ac_n "checking for working const""... $ac_c" 1>&4
  1974.   if eval "test \"`echo '${'ac_cv_c_const'+set}'`\" = set"; then
  1975. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1976.   else
  1977.     cat > conftest.$ac_ext <<EOF
  1978. ! #line 1562 "configure"
  1979.   #include "confdefs.h"
  1980.   
  1981.   int main() { return 0; }
  1982. ***************
  1983. *** 1617,1623 ****
  1984.   rm -f conftest*
  1985.   
  1986.   fi
  1987. ! echo "$ac_t""$ac_cv_c_const" 1>&4
  1988.   if test $ac_cv_c_const = no; then
  1989.     cat >> confdefs.h <<\EOF
  1990.   #define const 
  1991. --- 1618,1624 ----
  1992.   rm -f conftest*
  1993.   
  1994.   fi
  1995. ! /bin/echo "$ac_t""$ac_cv_c_const" 1>&4
  1996.   if test $ac_cv_c_const = no; then
  1997.     cat >> confdefs.h <<\EOF
  1998.   #define const 
  1999. ***************
  2000. *** 1625,1636 ****
  2001.   
  2002.   fi
  2003.   
  2004. ! echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
  2005.   if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
  2006. !   echo $ac_n "(cached) $ac_c" 1>&4
  2007.   else
  2008.     cat > conftest.$ac_ext <<EOF
  2009. ! #line 1634 "configure"
  2010.   #include "confdefs.h"
  2011.   #include <stdlib.h>
  2012.   #include <stdarg.h>
  2013. --- 1626,1637 ----
  2014.   
  2015.   fi
  2016.   
  2017. ! /bin/echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
  2018.   if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
  2019. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2020.   else
  2021.     cat > conftest.$ac_ext <<EOF
  2022. ! #line 1635 "configure"
  2023.   #include "confdefs.h"
  2024.   #include <stdlib.h>
  2025.   #include <stdarg.h>
  2026. ***************
  2027. *** 1643,1649 ****
  2028.     rm -rf conftest*
  2029.     ac_cv_header_stdc=yes
  2030.   else
  2031. !   echo "$ac_err" >&5
  2032.     rm -rf conftest*
  2033.     ac_cv_header_stdc=no
  2034.   fi
  2035. --- 1644,1650 ----
  2036.     rm -rf conftest*
  2037.     ac_cv_header_stdc=yes
  2038.   else
  2039. !   /bin/echo "$ac_err" >&5
  2040.     rm -rf conftest*
  2041.     ac_cv_header_stdc=no
  2042.   fi
  2043. ***************
  2044. *** 1652,1658 ****
  2045.   if test $ac_cv_header_stdc = yes; then
  2046.     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2047.   cat > conftest.$ac_ext <<EOF
  2048. ! #line 1656 "configure"
  2049.   #include "confdefs.h"
  2050.   #include <string.h>
  2051.   EOF
  2052. --- 1653,1659 ----
  2053.   if test $ac_cv_header_stdc = yes; then
  2054.     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2055.   cat > conftest.$ac_ext <<EOF
  2056. ! #line 1657 "configure"
  2057.   #include "confdefs.h"
  2058.   #include <string.h>
  2059.   EOF
  2060. ***************
  2061. *** 1670,1676 ****
  2062.   if test $ac_cv_header_stdc = yes; then
  2063.     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2064.   cat > conftest.$ac_ext <<EOF
  2065. ! #line 1674 "configure"
  2066.   #include "confdefs.h"
  2067.   #include <stdlib.h>
  2068.   EOF
  2069. --- 1671,1677 ----
  2070.   if test $ac_cv_header_stdc = yes; then
  2071.     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2072.   cat > conftest.$ac_ext <<EOF
  2073. ! #line 1675 "configure"
  2074.   #include "confdefs.h"
  2075.   #include <stdlib.h>
  2076.   EOF
  2077. ***************
  2078. *** 1691,1697 ****
  2079.     ac_cv_header_stdc=no
  2080.   else
  2081.   cat > conftest.$ac_ext <<EOF
  2082. ! #line 1695 "configure"
  2083.   #include "confdefs.h"
  2084.   #include <ctype.h>
  2085.   #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2086. --- 1692,1698 ----
  2087.     ac_cv_header_stdc=no
  2088.   else
  2089.   cat > conftest.$ac_ext <<EOF
  2090. ! #line 1696 "configure"
  2091.   #include "confdefs.h"
  2092.   #include <ctype.h>
  2093.   #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2094. ***************
  2095. *** 1712,1718 ****
  2096.   rm -fr conftest*
  2097.   fi
  2098.   fi
  2099. ! echo "$ac_t""$ac_cv_header_stdc" 1>&4
  2100.   if test $ac_cv_header_stdc = yes; then
  2101.     cat >> confdefs.h <<\EOF
  2102.   #define STDC_HEADERS 1
  2103. --- 1713,1719 ----
  2104.   rm -fr conftest*
  2105.   fi
  2106.   fi
  2107. ! /bin/echo "$ac_t""$ac_cv_header_stdc" 1>&4
  2108.   if test $ac_cv_header_stdc = yes; then
  2109.     cat >> confdefs.h <<\EOF
  2110.   #define STDC_HEADERS 1
  2111. ***************
  2112. *** 1720,1731 ****
  2113.   
  2114.   fi
  2115.   
  2116. ! echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&4
  2117.   if eval "test \"`echo '${'ac_cv_struct_tm'+set}'`\" = set"; then
  2118. !   echo $ac_n "(cached) $ac_c" 1>&4
  2119.   else
  2120.     cat > conftest.$ac_ext <<EOF
  2121. ! #line 1729 "configure"
  2122.   #include "confdefs.h"
  2123.   #include <sys/types.h>
  2124.   #include <time.h>
  2125. --- 1721,1732 ----
  2126.   
  2127.   fi
  2128.   
  2129. ! /bin/echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&4
  2130.   if eval "test \"`echo '${'ac_cv_struct_tm'+set}'`\" = set"; then
  2131. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2132.   else
  2133.     cat > conftest.$ac_ext <<EOF
  2134. ! #line 1730 "configure"
  2135.   #include "confdefs.h"
  2136.   #include <sys/types.h>
  2137.   #include <time.h>
  2138. ***************
  2139. *** 1744,1750 ****
  2140.   rm -f conftest*
  2141.   
  2142.   fi
  2143. ! echo "$ac_t""$ac_cv_struct_tm" 1>&4
  2144.   if test $ac_cv_struct_tm = sys/time.h; then
  2145.     cat >> confdefs.h <<\EOF
  2146.   #define TM_IN_SYS_TIME 1
  2147. --- 1745,1751 ----
  2148.   rm -f conftest*
  2149.   
  2150.   fi
  2151. ! /bin/echo "$ac_t""$ac_cv_struct_tm" 1>&4
  2152.   if test $ac_cv_struct_tm = sys/time.h; then
  2153.     cat >> confdefs.h <<\EOF
  2154.   #define TM_IN_SYS_TIME 1
  2155. ***************
  2156. *** 1752,1763 ****
  2157.   
  2158.   fi
  2159.   
  2160. ! echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&4
  2161.   if eval "test \"`echo '${'ac_cv_struct_st_blocks'+set}'`\" = set"; then
  2162. !   echo $ac_n "(cached) $ac_c" 1>&4
  2163.   else
  2164.     cat > conftest.$ac_ext <<EOF
  2165. ! #line 1761 "configure"
  2166.   #include "confdefs.h"
  2167.   #include <sys/types.h>
  2168.   #include <sys/stat.h>
  2169. --- 1753,1764 ----
  2170.   
  2171.   fi
  2172.   
  2173. ! /bin/echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&4
  2174.   if eval "test \"`echo '${'ac_cv_struct_st_blocks'+set}'`\" = set"; then
  2175. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2176.   else
  2177.     cat > conftest.$ac_ext <<EOF
  2178. ! #line 1762 "configure"
  2179.   #include "confdefs.h"
  2180.   #include <sys/types.h>
  2181.   #include <sys/stat.h>
  2182. ***************
  2183. *** 1776,1782 ****
  2184.   rm -f conftest*
  2185.   
  2186.   fi
  2187. ! echo "$ac_t""$ac_cv_struct_st_blocks" 1>&4
  2188.   if test $ac_cv_struct_st_blocks = yes; then
  2189.     cat >> confdefs.h <<\EOF
  2190.   #define HAVE_ST_BLOCKS 1
  2191. --- 1777,1783 ----
  2192.   rm -f conftest*
  2193.   
  2194.   fi
  2195. ! /bin/echo "$ac_t""$ac_cv_struct_st_blocks" 1>&4
  2196.   if test $ac_cv_struct_st_blocks = yes; then
  2197.     cat >> confdefs.h <<\EOF
  2198.   #define HAVE_ST_BLOCKS 1
  2199. ***************
  2200. *** 1786,1797 ****
  2201.     LIBOBJS="$LIBOBJS fileblocks.o"
  2202.   fi
  2203.   
  2204. ! echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&4
  2205.   if eval "test \"`echo '${'ac_cv_header_time'+set}'`\" = set"; then
  2206. !   echo $ac_n "(cached) $ac_c" 1>&4
  2207.   else
  2208.     cat > conftest.$ac_ext <<EOF
  2209. ! #line 1795 "configure"
  2210.   #include "confdefs.h"
  2211.   #include <sys/types.h>
  2212.   #include <sys/time.h>
  2213. --- 1787,1798 ----
  2214.     LIBOBJS="$LIBOBJS fileblocks.o"
  2215.   fi
  2216.   
  2217. ! /bin/echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&4
  2218.   if eval "test \"`echo '${'ac_cv_header_time'+set}'`\" = set"; then
  2219. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2220.   else
  2221.     cat > conftest.$ac_ext <<EOF
  2222. ! #line 1796 "configure"
  2223.   #include "confdefs.h"
  2224.   #include <sys/types.h>
  2225.   #include <sys/time.h>
  2226. ***************
  2227. *** 1811,1817 ****
  2228.   rm -f conftest*
  2229.   
  2230.   fi
  2231. ! echo "$ac_t""$ac_cv_header_time" 1>&4
  2232.   if test $ac_cv_header_time = yes; then
  2233.     cat >> confdefs.h <<\EOF
  2234.   #define TIME_WITH_SYS_TIME 1
  2235. --- 1812,1818 ----
  2236.   rm -f conftest*
  2237.   
  2238.   fi
  2239. ! /bin/echo "$ac_t""$ac_cv_header_time" 1>&4
  2240.   if test $ac_cv_header_time = yes; then
  2241.     cat >> confdefs.h <<\EOF
  2242.   #define TIME_WITH_SYS_TIME 1
  2243. ***************
  2244. *** 1819,1830 ****
  2245.   
  2246.   fi
  2247.   
  2248. ! echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&4
  2249.   if eval "test \"`echo '${'ac_cv_header_stat_broken'+set}'`\" = set"; then
  2250. !   echo $ac_n "(cached) $ac_c" 1>&4
  2251.   else
  2252.     cat > conftest.$ac_ext <<EOF
  2253. ! #line 1828 "configure"
  2254.   #include "confdefs.h"
  2255.   #include <sys/types.h>
  2256.   #include <sys/stat.h>
  2257. --- 1820,1831 ----
  2258.   
  2259.   fi
  2260.   
  2261. ! /bin/echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&4
  2262.   if eval "test \"`echo '${'ac_cv_header_stat_broken'+set}'`\" = set"; then
  2263. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2264.   else
  2265.     cat > conftest.$ac_ext <<EOF
  2266. ! #line 1829 "configure"
  2267.   #include "confdefs.h"
  2268.   #include <sys/types.h>
  2269.   #include <sys/stat.h>
  2270. ***************
  2271. *** 1863,1869 ****
  2272.   rm -f conftest*
  2273.   
  2274.   fi
  2275. ! echo "$ac_t""$ac_cv_header_stat_broken" 1>&4
  2276.   if test $ac_cv_header_stat_broken = yes; then
  2277.     cat >> confdefs.h <<\EOF
  2278.   #define STAT_MACROS_BROKEN 1
  2279. --- 1864,1870 ----
  2280.   rm -f conftest*
  2281.   
  2282.   fi
  2283. ! /bin/echo "$ac_t""$ac_cv_header_stat_broken" 1>&4
  2284.   if test $ac_cv_header_stat_broken = yes; then
  2285.     cat >> confdefs.h <<\EOF
  2286.   #define STAT_MACROS_BROKEN 1
  2287. ***************
  2288. *** 1876,1888 ****
  2289.       sys/param.h sys/statfs.h sys/fstyp.h mnttab.h mntent.h utime.h \
  2290.       sys/statvfs.h sys/vfs.h sys/mount.h sys/filsys.h sys/fs_types.h
  2291.   do
  2292. ! ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2293. ! echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  2294.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2295. !   echo $ac_n "(cached) $ac_c" 1>&4
  2296.   else
  2297.     cat > conftest.$ac_ext <<EOF
  2298. ! #line 1886 "configure"
  2299.   #include "confdefs.h"
  2300.   #include <$ac_hdr>
  2301.   EOF
  2302. --- 1877,1889 ----
  2303.       sys/param.h sys/statfs.h sys/fstyp.h mnttab.h mntent.h utime.h \
  2304.       sys/statvfs.h sys/vfs.h sys/mount.h sys/filsys.h sys/fs_types.h
  2305.   do
  2306. ! ac_safe=`/bin/echo "$ac_hdr" | tr './\055' '___'`
  2307. ! /bin/echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  2308.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2309. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2310.   else
  2311.     cat > conftest.$ac_ext <<EOF
  2312. ! #line 1887 "configure"
  2313.   #include "confdefs.h"
  2314.   #include <$ac_hdr>
  2315.   EOF
  2316. ***************
  2317. *** 1892,1926 ****
  2318.     rm -rf conftest*
  2319.     eval "ac_cv_header_$ac_safe=yes"
  2320.   else
  2321. !   echo "$ac_err" >&5
  2322.     rm -rf conftest*
  2323.     eval "ac_cv_header_$ac_safe=no"
  2324.   fi
  2325.   rm -f conftest*
  2326.   fi
  2327.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2328. !   echo "$ac_t""yes" 1>&4
  2329. !     ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  2330.     cat >> confdefs.h <<EOF
  2331.   #define $ac_tr_hdr 1
  2332.   EOF
  2333.    
  2334.   else
  2335. !   echo "$ac_t""no" 1>&4
  2336.   fi
  2337.   done
  2338.   
  2339.   for ac_func in euidaccess fnmatch mkdir mktime rename rmdir stpcpy \
  2340.       strdup strstr
  2341.   do
  2342. ! echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  2343.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2344. !   echo $ac_n "(cached) $ac_c" 1>&4
  2345.   else
  2346.     cat > conftest.$ac_ext <<EOF
  2347. ! #line 1922 "configure"
  2348.   #include "confdefs.h"
  2349.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2350.   int main() { return 0; }
  2351.   int t() {
  2352.   
  2353. --- 1893,1930 ----
  2354.     rm -rf conftest*
  2355.     eval "ac_cv_header_$ac_safe=yes"
  2356.   else
  2357. !   /bin/echo "$ac_err" >&5
  2358.     rm -rf conftest*
  2359.     eval "ac_cv_header_$ac_safe=no"
  2360.   fi
  2361.   rm -f conftest*
  2362.   fi
  2363.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2364. !   /bin/echo "$ac_t""yes" 1>&4
  2365. !     ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  2366.     cat >> confdefs.h <<EOF
  2367.   #define $ac_tr_hdr 1
  2368.   EOF
  2369.    
  2370.   else
  2371. !   /bin/echo "$ac_t""no" 1>&4
  2372.   fi
  2373.   done
  2374.   
  2375.   for ac_func in euidaccess fnmatch mkdir mktime rename rmdir stpcpy \
  2376.       strdup strstr
  2377.   do
  2378. ! /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  2379.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2380. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2381.   else
  2382.     cat > conftest.$ac_ext <<EOF
  2383. ! #line 1923 "configure"
  2384.   #include "confdefs.h"
  2385.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2386. + /* Override any gcc2 internal prototype to avoid an error.  */
  2387. + char $ac_func(); 
  2388.   int main() { return 0; }
  2389.   int t() {
  2390.   
  2391. ***************
  2392. *** 1930,1937 ****
  2393.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2394.   choke me
  2395.   #else
  2396. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2397. ! char $ac_func(); $ac_func();
  2398.   #endif
  2399.   
  2400.   ; return 0; }
  2401. --- 1934,1940 ----
  2402.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2403.   choke me
  2404.   #else
  2405. ! $ac_func();
  2406.   #endif
  2407.   
  2408.   ; return 0; }
  2409. ***************
  2410. *** 1947,1956 ****
  2411.   
  2412.   fi
  2413.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2414. !   echo "$ac_t""yes" 1>&4
  2415.     :
  2416.   else
  2417. !   echo "$ac_t""no" 1>&4
  2418.   LIBOBJS="$LIBOBJS ${ac_func}.o"
  2419.   fi
  2420.   
  2421. --- 1950,1959 ----
  2422.   
  2423.   fi
  2424.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2425. !   /bin/echo "$ac_t""yes" 1>&4
  2426.     :
  2427.   else
  2428. !   /bin/echo "$ac_t""no" 1>&4
  2429.   LIBOBJS="$LIBOBJS ${ac_func}.o"
  2430.   fi
  2431.   
  2432. ***************
  2433. *** 1959,1972 ****
  2434.   for ac_func in bcopy endgrent fchdir ftime ftruncate getcwd getgroups \
  2435.       getmntinfo gettimeofday isascii memcpy mkfifo strerror
  2436.   do
  2437. ! echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  2438.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2439. !   echo $ac_n "(cached) $ac_c" 1>&4
  2440.   else
  2441.     cat > conftest.$ac_ext <<EOF
  2442. ! #line 1968 "configure"
  2443.   #include "confdefs.h"
  2444.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2445.   int main() { return 0; }
  2446.   int t() {
  2447.   
  2448. --- 1962,1978 ----
  2449.   for ac_func in bcopy endgrent fchdir ftime ftruncate getcwd getgroups \
  2450.       getmntinfo gettimeofday isascii memcpy mkfifo strerror
  2451.   do
  2452. ! /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  2453.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2454. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2455.   else
  2456.     cat > conftest.$ac_ext <<EOF
  2457. ! #line 1971 "configure"
  2458.   #include "confdefs.h"
  2459.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2460. + /* Override any gcc2 internal prototype to avoid an error.  */
  2461. + char $ac_func(); 
  2462.   int main() { return 0; }
  2463.   int t() {
  2464.   
  2465. ***************
  2466. *** 1976,1983 ****
  2467.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2468.   choke me
  2469.   #else
  2470. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2471. ! char $ac_func(); $ac_func();
  2472.   #endif
  2473.   
  2474.   ; return 0; }
  2475. --- 1982,1988 ----
  2476.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2477.   choke me
  2478.   #else
  2479. ! $ac_func();
  2480.   #endif
  2481.   
  2482.   ; return 0; }
  2483. ***************
  2484. *** 1993,2018 ****
  2485.   
  2486.   fi
  2487.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2488. !   echo "$ac_t""yes" 1>&4
  2489. !     ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  2490.     cat >> confdefs.h <<EOF
  2491.   #define $ac_tr_func 1
  2492.   EOF
  2493.    
  2494.   else
  2495. !   echo "$ac_t""no" 1>&4
  2496.   fi
  2497.   done
  2498.   
  2499.   
  2500. ! echo $ac_n "checking for vprintf""... $ac_c" 1>&4
  2501.   if eval "test \"`echo '${'ac_cv_func_vprintf'+set}'`\" = set"; then
  2502. !   echo $ac_n "(cached) $ac_c" 1>&4
  2503.   else
  2504.     cat > conftest.$ac_ext <<EOF
  2505. ! #line 2014 "configure"
  2506.   #include "confdefs.h"
  2507.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2508.   int main() { return 0; }
  2509.   int t() {
  2510.   
  2511. --- 1998,2026 ----
  2512.   
  2513.   fi
  2514.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2515. !   /bin/echo "$ac_t""yes" 1>&4
  2516. !     ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
  2517.     cat >> confdefs.h <<EOF
  2518.   #define $ac_tr_func 1
  2519.   EOF
  2520.    
  2521.   else
  2522. !   /bin/echo "$ac_t""no" 1>&4
  2523.   fi
  2524.   done
  2525.   
  2526.   
  2527. ! /bin/echo $ac_n "checking for vprintf""... $ac_c" 1>&4
  2528.   if eval "test \"`echo '${'ac_cv_func_vprintf'+set}'`\" = set"; then
  2529. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2530.   else
  2531.     cat > conftest.$ac_ext <<EOF
  2532. ! #line 2019 "configure"
  2533.   #include "confdefs.h"
  2534.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2535. + /* Override any gcc2 internal prototype to avoid an error.  */
  2536. + char vprintf(); 
  2537.   int main() { return 0; }
  2538.   int t() {
  2539.   
  2540. ***************
  2541. *** 2022,2029 ****
  2542.   #if defined (__stub_vprintf) || defined (__stub___vprintf)
  2543.   choke me
  2544.   #else
  2545. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2546. ! char vprintf(); vprintf();
  2547.   #endif
  2548.   
  2549.   ; return 0; }
  2550. --- 2030,2036 ----
  2551.   #if defined (__stub_vprintf) || defined (__stub___vprintf)
  2552.   choke me
  2553.   #else
  2554. ! vprintf();
  2555.   #endif
  2556.   
  2557.   ; return 0; }
  2558. ***************
  2559. *** 2039,2062 ****
  2560.   
  2561.   fi
  2562.   if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
  2563. !   echo "$ac_t""yes" 1>&4
  2564.     cat >> confdefs.h <<\EOF
  2565.   #define HAVE_VPRINTF 1
  2566.   EOF
  2567.   
  2568.   else
  2569. !   echo "$ac_t""no" 1>&4
  2570.   fi
  2571.   
  2572.   if test "$ac_cv_func_vprintf" != yes; then
  2573. ! echo $ac_n "checking for _doprnt""... $ac_c" 1>&4
  2574.   if eval "test \"`echo '${'ac_cv_func__doprnt'+set}'`\" = set"; then
  2575. !   echo $ac_n "(cached) $ac_c" 1>&4
  2576.   else
  2577.     cat > conftest.$ac_ext <<EOF
  2578. ! #line 2058 "configure"
  2579.   #include "confdefs.h"
  2580.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2581.   int main() { return 0; }
  2582.   int t() {
  2583.   
  2584. --- 2046,2072 ----
  2585.   
  2586.   fi
  2587.   if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
  2588. !   /bin/echo "$ac_t""yes" 1>&4
  2589.     cat >> confdefs.h <<\EOF
  2590.   #define HAVE_VPRINTF 1
  2591.   EOF
  2592.   
  2593.   else
  2594. !   /bin/echo "$ac_t""no" 1>&4
  2595.   fi
  2596.   
  2597.   if test "$ac_cv_func_vprintf" != yes; then
  2598. ! /bin/echo $ac_n "checking for _doprnt""... $ac_c" 1>&4
  2599.   if eval "test \"`echo '${'ac_cv_func__doprnt'+set}'`\" = set"; then
  2600. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2601.   else
  2602.     cat > conftest.$ac_ext <<EOF
  2603. ! #line 2065 "configure"
  2604.   #include "confdefs.h"
  2605.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2606. + /* Override any gcc2 internal prototype to avoid an error.  */
  2607. + char _doprnt(); 
  2608.   int main() { return 0; }
  2609.   int t() {
  2610.   
  2611. ***************
  2612. *** 2066,2073 ****
  2613.   #if defined (__stub__doprnt) || defined (__stub____doprnt)
  2614.   choke me
  2615.   #else
  2616. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2617. ! char _doprnt(); _doprnt();
  2618.   #endif
  2619.   
  2620.   ; return 0; }
  2621. --- 2076,2082 ----
  2622.   #if defined (__stub__doprnt) || defined (__stub____doprnt)
  2623.   choke me
  2624.   #else
  2625. ! _doprnt();
  2626.   #endif
  2627.   
  2628.   ; return 0; }
  2629. ***************
  2630. *** 2083,2107 ****
  2631.   
  2632.   fi
  2633.   if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
  2634. !   echo "$ac_t""yes" 1>&4
  2635.     cat >> confdefs.h <<\EOF
  2636.   #define HAVE_DOPRNT 1
  2637.   EOF
  2638.   
  2639.   else
  2640. !   echo "$ac_t""no" 1>&4
  2641.   fi
  2642.   
  2643.   fi
  2644.   
  2645.   # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  2646.   # for constant arguments.  Useless!
  2647. ! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
  2648.   if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then
  2649. !   echo $ac_n "(cached) $ac_c" 1>&4
  2650.   else
  2651.     cat > conftest.$ac_ext <<EOF
  2652. ! #line 2105 "configure"
  2653.   #include "confdefs.h"
  2654.   #include <alloca.h>
  2655.   int main() { return 0; }
  2656. --- 2092,2116 ----
  2657.   
  2658.   fi
  2659.   if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
  2660. !   /bin/echo "$ac_t""yes" 1>&4
  2661.     cat >> confdefs.h <<\EOF
  2662.   #define HAVE_DOPRNT 1
  2663.   EOF
  2664.   
  2665.   else
  2666. !   /bin/echo "$ac_t""no" 1>&4
  2667.   fi
  2668.   
  2669.   fi
  2670.   
  2671.   # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  2672.   # for constant arguments.  Useless!
  2673. ! /bin/echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
  2674.   if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then
  2675. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2676.   else
  2677.     cat > conftest.$ac_ext <<EOF
  2678. ! #line 2114 "configure"
  2679.   #include "confdefs.h"
  2680.   #include <alloca.h>
  2681.   int main() { return 0; }
  2682. ***************
  2683. *** 2119,2125 ****
  2684.   rm -f conftest*
  2685.   
  2686.   fi
  2687. ! echo "$ac_t""$ac_cv_header_alloca_h" 1>&4
  2688.   if test $ac_cv_header_alloca_h = yes; then
  2689.     cat >> confdefs.h <<\EOF
  2690.   #define HAVE_ALLOCA_H 1
  2691. --- 2128,2134 ----
  2692.   rm -f conftest*
  2693.   
  2694.   fi
  2695. ! /bin/echo "$ac_t""$ac_cv_header_alloca_h" 1>&4
  2696.   if test $ac_cv_header_alloca_h = yes; then
  2697.     cat >> confdefs.h <<\EOF
  2698.   #define HAVE_ALLOCA_H 1
  2699. ***************
  2700. *** 2127,2138 ****
  2701.   
  2702.   fi
  2703.   
  2704. ! echo $ac_n "checking for alloca""... $ac_c" 1>&4
  2705.   if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then
  2706. !   echo $ac_n "(cached) $ac_c" 1>&4
  2707.   else
  2708.     cat > conftest.$ac_ext <<EOF
  2709. ! #line 2136 "configure"
  2710.   #include "confdefs.h"
  2711.   
  2712.   #ifdef __GNUC__
  2713. --- 2136,2147 ----
  2714.   
  2715.   fi
  2716.   
  2717. ! /bin/echo $ac_n "checking for alloca""... $ac_c" 1>&4
  2718.   if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then
  2719. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2720.   else
  2721.     cat > conftest.$ac_ext <<EOF
  2722. ! #line 2145 "configure"
  2723.   #include "confdefs.h"
  2724.   
  2725.   #ifdef __GNUC__
  2726. ***************
  2727. *** 2166,2172 ****
  2728.   rm -f conftest*
  2729.   
  2730.   fi
  2731. ! echo "$ac_t""$ac_cv_func_alloca" 1>&4
  2732.   if test $ac_cv_func_alloca = yes; then
  2733.     cat >> confdefs.h <<\EOF
  2734.   #define HAVE_ALLOCA 1
  2735. --- 2175,2181 ----
  2736.   rm -f conftest*
  2737.   
  2738.   fi
  2739. ! /bin/echo "$ac_t""$ac_cv_func_alloca" 1>&4
  2740.   if test $ac_cv_func_alloca = yes; then
  2741.     cat >> confdefs.h <<\EOF
  2742.   #define HAVE_ALLOCA 1
  2743. ***************
  2744. *** 2185,2196 ****
  2745.   EOF
  2746.   
  2747.   
  2748. ! echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&4
  2749.   if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then
  2750. !   echo $ac_n "(cached) $ac_c" 1>&4
  2751.   else
  2752.     cat > conftest.$ac_ext <<EOF
  2753. ! #line 2194 "configure"
  2754.   #include "confdefs.h"
  2755.   #if defined(CRAY) && ! defined(CRAY2)
  2756.   webecray
  2757. --- 2194,2205 ----
  2758.   EOF
  2759.   
  2760.   
  2761. ! /bin/echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&4
  2762.   if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then
  2763. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2764.   else
  2765.     cat > conftest.$ac_ext <<EOF
  2766. ! #line 2203 "configure"
  2767.   #include "confdefs.h"
  2768.   #if defined(CRAY) && ! defined(CRAY2)
  2769.   webecray
  2770. ***************
  2771. *** 2210,2225 ****
  2772.   rm -f conftest*
  2773.   
  2774.   fi
  2775. ! echo "$ac_t""$ac_cv_os_cray" 1>&4
  2776.   if test $ac_cv_os_cray = yes; then
  2777. ! echo $ac_n "checking for _getb67""... $ac_c" 1>&4
  2778.   if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then
  2779. !   echo $ac_n "(cached) $ac_c" 1>&4
  2780.   else
  2781.     cat > conftest.$ac_ext <<EOF
  2782. ! #line 2221 "configure"
  2783.   #include "confdefs.h"
  2784.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2785.   int main() { return 0; }
  2786.   int t() {
  2787.   
  2788. --- 2219,2237 ----
  2789.   rm -f conftest*
  2790.   
  2791.   fi
  2792. ! /bin/echo "$ac_t""$ac_cv_os_cray" 1>&4
  2793.   if test $ac_cv_os_cray = yes; then
  2794. ! /bin/echo $ac_n "checking for _getb67""... $ac_c" 1>&4
  2795.   if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then
  2796. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2797.   else
  2798.     cat > conftest.$ac_ext <<EOF
  2799. ! #line 2230 "configure"
  2800.   #include "confdefs.h"
  2801.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2802. + /* Override any gcc2 internal prototype to avoid an error.  */
  2803. + char _getb67(); 
  2804.   int main() { return 0; }
  2805.   int t() {
  2806.   
  2807. ***************
  2808. *** 2229,2236 ****
  2809.   #if defined (__stub__getb67) || defined (__stub____getb67)
  2810.   choke me
  2811.   #else
  2812. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2813. ! char _getb67(); _getb67();
  2814.   #endif
  2815.   
  2816.   ; return 0; }
  2817. --- 2241,2247 ----
  2818.   #if defined (__stub__getb67) || defined (__stub____getb67)
  2819.   choke me
  2820.   #else
  2821. ! _getb67();
  2822.   #endif
  2823.   
  2824.   ; return 0; }
  2825. ***************
  2826. *** 2246,2266 ****
  2827.   
  2828.   fi
  2829.   if eval "test \"`echo '$ac_cv_func_'_getb67`\" = yes"; then
  2830. !   echo "$ac_t""yes" 1>&4
  2831.     cat >> confdefs.h <<\EOF
  2832.   #define CRAY_STACKSEG_END _getb67
  2833.   EOF
  2834.   
  2835.   else
  2836. !   echo "$ac_t""no" 1>&4
  2837. ! echo $ac_n "checking for GETB67""... $ac_c" 1>&4
  2838.   if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then
  2839. !   echo $ac_n "(cached) $ac_c" 1>&4
  2840.   else
  2841.     cat > conftest.$ac_ext <<EOF
  2842. ! #line 2262 "configure"
  2843.   #include "confdefs.h"
  2844.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2845.   int main() { return 0; }
  2846.   int t() {
  2847.   
  2848. --- 2257,2280 ----
  2849.   
  2850.   fi
  2851.   if eval "test \"`echo '$ac_cv_func_'_getb67`\" = yes"; then
  2852. !   /bin/echo "$ac_t""yes" 1>&4
  2853.     cat >> confdefs.h <<\EOF
  2854.   #define CRAY_STACKSEG_END _getb67
  2855.   EOF
  2856.   
  2857.   else
  2858. !   /bin/echo "$ac_t""no" 1>&4
  2859. ! /bin/echo $ac_n "checking for GETB67""... $ac_c" 1>&4
  2860.   if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then
  2861. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2862.   else
  2863.     cat > conftest.$ac_ext <<EOF
  2864. ! #line 2273 "configure"
  2865.   #include "confdefs.h"
  2866.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2867. + /* Override any gcc2 internal prototype to avoid an error.  */
  2868. + char GETB67(); 
  2869.   int main() { return 0; }
  2870.   int t() {
  2871.   
  2872. ***************
  2873. *** 2270,2277 ****
  2874.   #if defined (__stub_GETB67) || defined (__stub___GETB67)
  2875.   choke me
  2876.   #else
  2877. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2878. ! char GETB67(); GETB67();
  2879.   #endif
  2880.   
  2881.   ; return 0; }
  2882. --- 2284,2290 ----
  2883.   #if defined (__stub_GETB67) || defined (__stub___GETB67)
  2884.   choke me
  2885.   #else
  2886. ! GETB67();
  2887.   #endif
  2888.   
  2889.   ; return 0; }
  2890. ***************
  2891. *** 2287,2307 ****
  2892.   
  2893.   fi
  2894.   if eval "test \"`echo '$ac_cv_func_'GETB67`\" = yes"; then
  2895. !   echo "$ac_t""yes" 1>&4
  2896.     cat >> confdefs.h <<\EOF
  2897.   #define CRAY_STACKSEG_END GETB67
  2898.   EOF
  2899.   
  2900.   else
  2901. !   echo "$ac_t""no" 1>&4
  2902. ! echo $ac_n "checking for getb67""... $ac_c" 1>&4
  2903.   if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then
  2904. !   echo $ac_n "(cached) $ac_c" 1>&4
  2905.   else
  2906.     cat > conftest.$ac_ext <<EOF
  2907. ! #line 2303 "configure"
  2908.   #include "confdefs.h"
  2909.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2910.   int main() { return 0; }
  2911.   int t() {
  2912.   
  2913. --- 2300,2323 ----
  2914.   
  2915.   fi
  2916.   if eval "test \"`echo '$ac_cv_func_'GETB67`\" = yes"; then
  2917. !   /bin/echo "$ac_t""yes" 1>&4
  2918.     cat >> confdefs.h <<\EOF
  2919.   #define CRAY_STACKSEG_END GETB67
  2920.   EOF
  2921.   
  2922.   else
  2923. !   /bin/echo "$ac_t""no" 1>&4
  2924. ! /bin/echo $ac_n "checking for getb67""... $ac_c" 1>&4
  2925.   if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then
  2926. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2927.   else
  2928.     cat > conftest.$ac_ext <<EOF
  2929. ! #line 2316 "configure"
  2930.   #include "confdefs.h"
  2931.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2932. + /* Override any gcc2 internal prototype to avoid an error.  */
  2933. + char getb67(); 
  2934.   int main() { return 0; }
  2935.   int t() {
  2936.   
  2937. ***************
  2938. *** 2311,2318 ****
  2939.   #if defined (__stub_getb67) || defined (__stub___getb67)
  2940.   choke me
  2941.   #else
  2942. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2943. ! char getb67(); getb67();
  2944.   #endif
  2945.   
  2946.   ; return 0; }
  2947. --- 2327,2333 ----
  2948.   #if defined (__stub_getb67) || defined (__stub___getb67)
  2949.   choke me
  2950.   #else
  2951. ! getb67();
  2952.   #endif
  2953.   
  2954.   ; return 0; }
  2955. ***************
  2956. *** 2328,2340 ****
  2957.   
  2958.   fi
  2959.   if eval "test \"`echo '$ac_cv_func_'getb67`\" = yes"; then
  2960. !   echo "$ac_t""yes" 1>&4
  2961.     cat >> confdefs.h <<\EOF
  2962.   #define CRAY_STACKSEG_END getb67
  2963.   EOF
  2964.   
  2965.   else
  2966. !   echo "$ac_t""no" 1>&4
  2967.   fi
  2968.   
  2969.   fi
  2970. --- 2343,2355 ----
  2971.   
  2972.   fi
  2973.   if eval "test \"`echo '$ac_cv_func_'getb67`\" = yes"; then
  2974. !   /bin/echo "$ac_t""yes" 1>&4
  2975.     cat >> confdefs.h <<\EOF
  2976.   #define CRAY_STACKSEG_END getb67
  2977.   EOF
  2978.   
  2979.   else
  2980. !   /bin/echo "$ac_t""no" 1>&4
  2981.   fi
  2982.   
  2983.   fi
  2984. ***************
  2985. *** 2343,2357 ****
  2986.   
  2987.   fi
  2988.   
  2989. ! echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&4
  2990.   if eval "test \"`echo '${'ac_cv_c_stack_direction'+set}'`\" = set"; then
  2991. !   echo $ac_n "(cached) $ac_c" 1>&4
  2992.   else
  2993.     if test "$cross_compiling" = yes; then
  2994.     ac_cv_c_stack_direction=0
  2995.   else
  2996.   cat > conftest.$ac_ext <<EOF
  2997. ! #line 2355 "configure"
  2998.   #include "confdefs.h"
  2999.   find_stack_direction ()
  3000.   {
  3001. --- 2358,2372 ----
  3002.   
  3003.   fi
  3004.   
  3005. ! /bin/echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&4
  3006.   if eval "test \"`echo '${'ac_cv_c_stack_direction'+set}'`\" = set"; then
  3007. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3008.   else
  3009.     if test "$cross_compiling" = yes; then
  3010.     ac_cv_c_stack_direction=0
  3011.   else
  3012.   cat > conftest.$ac_ext <<EOF
  3013. ! #line 2370 "configure"
  3014.   #include "confdefs.h"
  3015.   find_stack_direction ()
  3016.   {
  3017. ***************
  3018. *** 2379,2394 ****
  3019.   fi
  3020.   rm -fr conftest*
  3021.   fi
  3022. ! echo "$ac_t""$ac_cv_c_stack_direction" 1>&4
  3023.   cat >> confdefs.h <<EOF
  3024.   #define STACK_DIRECTION $ac_cv_c_stack_direction
  3025.   EOF
  3026.   
  3027.   fi
  3028.   
  3029. ! echo $ac_n "checking whether utime accepts a null argument""... $ac_c" 1>&4
  3030.   if eval "test \"`echo '${'ac_cv_func_utime_null'+set}'`\" = set"; then
  3031. !   echo $ac_n "(cached) $ac_c" 1>&4
  3032.   else
  3033.     rm -f conftestdata; > conftestdata
  3034.   # Sequent interprets utime(file, 0) to mean use start of epoch.  Wrong.
  3035. --- 2394,2409 ----
  3036.   fi
  3037.   rm -fr conftest*
  3038.   fi
  3039. ! /bin/echo "$ac_t""$ac_cv_c_stack_direction" 1>&4
  3040.   cat >> confdefs.h <<EOF
  3041.   #define STACK_DIRECTION $ac_cv_c_stack_direction
  3042.   EOF
  3043.   
  3044.   fi
  3045.   
  3046. ! /bin/echo $ac_n "checking whether utime accepts a null argument""... $ac_c" 1>&4
  3047.   if eval "test \"`echo '${'ac_cv_func_utime_null'+set}'`\" = set"; then
  3048. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3049.   else
  3050.     rm -f conftestdata; > conftestdata
  3051.   # Sequent interprets utime(file, 0) to mean use start of epoch.  Wrong.
  3052. ***************
  3053. *** 2396,2402 ****
  3054.     ac_cv_func_utime_null=no
  3055.   else
  3056.   cat > conftest.$ac_ext <<EOF
  3057. ! #line 2400 "configure"
  3058.   #include "confdefs.h"
  3059.   #include <sys/types.h>
  3060.   #include <sys/stat.h>
  3061. --- 2411,2417 ----
  3062.     ac_cv_func_utime_null=no
  3063.   else
  3064.   cat > conftest.$ac_ext <<EOF
  3065. ! #line 2415 "configure"
  3066.   #include "confdefs.h"
  3067.   #include <sys/types.h>
  3068.   #include <sys/stat.h>
  3069. ***************
  3070. *** 2417,2423 ****
  3071.   rm -fr conftest*
  3072.   rm -f core
  3073.   fi
  3074. ! echo "$ac_t""$ac_cv_func_utime_null" 1>&4
  3075.   if test $ac_cv_func_utime_null = yes; then
  3076.     cat >> confdefs.h <<\EOF
  3077.   #define HAVE_UTIME_NULL 1
  3078. --- 2432,2438 ----
  3079.   rm -fr conftest*
  3080.   rm -f core
  3081.   fi
  3082. ! /bin/echo "$ac_t""$ac_cv_func_utime_null" 1>&4
  3083.   if test $ac_cv_func_utime_null = yes; then
  3084.     cat >> confdefs.h <<\EOF
  3085.   #define HAVE_UTIME_NULL 1
  3086. ***************
  3087. *** 2426,2437 ****
  3088.   fi
  3089.   
  3090.   
  3091. ! echo $ac_n "checking for d_ino member in directory struct""... $ac_c" 1>&4
  3092.   if eval "test \"`echo '${'fu_cv_sys_d_ino_in_dirent'+set}'`\" = set"; then
  3093. !   echo $ac_n "(cached) $ac_c" 1>&4
  3094.   else
  3095.     cat > conftest.$ac_ext <<EOF
  3096. ! #line 2435 "configure"
  3097.   #include "confdefs.h"
  3098.   
  3099.   #include <sys/types.h>
  3100. --- 2441,2452 ----
  3101.   fi
  3102.   
  3103.   
  3104. ! /bin/echo $ac_n "checking for d_ino member in directory struct""... $ac_c" 1>&4
  3105.   if eval "test \"`echo '${'fu_cv_sys_d_ino_in_dirent'+set}'`\" = set"; then
  3106. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3107.   else
  3108.     cat > conftest.$ac_ext <<EOF
  3109. ! #line 2450 "configure"
  3110.   #include "confdefs.h"
  3111.   
  3112.   #include <sys/types.h>
  3113. ***************
  3114. *** 2466,2472 ****
  3115.   
  3116.   fi
  3117.   
  3118. ! echo "$ac_t""$fu_cv_sys_d_ino_in_dirent" 1>&4
  3119.   if test $fu_cv_sys_d_ino_in_dirent = yes; then
  3120.     cat >> confdefs.h <<\EOF
  3121.   #define D_INO_IN_DIRENT 1
  3122. --- 2481,2487 ----
  3123.   
  3124.   fi
  3125.   
  3126. ! /bin/echo "$ac_t""$fu_cv_sys_d_ino_in_dirent" 1>&4
  3127.   if test $fu_cv_sys_d_ino_in_dirent = yes; then
  3128.     cat >> confdefs.h <<\EOF
  3129.   #define D_INO_IN_DIRENT 1
  3130. ***************
  3131. *** 2480,2493 ****
  3132.   # If the getmntent function is available but not in the standard library,
  3133.   # make sure LIBS contains -lsun (on Irix4) or -lseq (on PTX).
  3134.   # getmntent is in -lsun on Irix 4, -lseq on Dynix/PTX.
  3135. ! echo $ac_n "checking for -lsun""... $ac_c" 1>&4
  3136.   if eval "test \"`echo '${'ac_cv_lib_sun'+set}'`\" = set"; then
  3137. !   echo $ac_n "(cached) $ac_c" 1>&4
  3138.   else
  3139.     ac_save_LIBS="$LIBS"
  3140.   LIBS="$LIBS -lsun "
  3141.   cat > conftest.$ac_ext <<EOF
  3142. ! #line 2491 "configure"
  3143.   #include "confdefs.h"
  3144.   
  3145.   int main() { return 0; }
  3146. --- 2495,2508 ----
  3147.   # If the getmntent function is available but not in the standard library,
  3148.   # make sure LIBS contains -lsun (on Irix4) or -lseq (on PTX).
  3149.   # getmntent is in -lsun on Irix 4, -lseq on Dynix/PTX.
  3150. ! /bin/echo $ac_n "checking for -lsun""... $ac_c" 1>&4
  3151.   if eval "test \"`echo '${'ac_cv_lib_sun'+set}'`\" = set"; then
  3152. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3153.   else
  3154.     ac_save_LIBS="$LIBS"
  3155.   LIBS="$LIBS -lsun "
  3156.   cat > conftest.$ac_ext <<EOF
  3157. ! #line 2506 "configure"
  3158.   #include "confdefs.h"
  3159.   
  3160.   int main() { return 0; }
  3161. ***************
  3162. *** 2507,2524 ****
  3163.   
  3164.   fi
  3165.   if eval "test \"`echo '$ac_cv_lib_'sun`\" = yes"; then
  3166. !   echo "$ac_t""yes" 1>&4
  3167.     LIBS="$LIBS -lsun"
  3168.   else
  3169. !   echo "$ac_t""no" 1>&4
  3170. ! echo $ac_n "checking for -lseq""... $ac_c" 1>&4
  3171.   if eval "test \"`echo '${'ac_cv_lib_seq'+set}'`\" = set"; then
  3172. !   echo $ac_n "(cached) $ac_c" 1>&4
  3173.   else
  3174.     ac_save_LIBS="$LIBS"
  3175.   LIBS="$LIBS -lseq "
  3176.   cat > conftest.$ac_ext <<EOF
  3177. ! #line 2522 "configure"
  3178.   #include "confdefs.h"
  3179.   
  3180.   int main() { return 0; }
  3181. --- 2522,2539 ----
  3182.   
  3183.   fi
  3184.   if eval "test \"`echo '$ac_cv_lib_'sun`\" = yes"; then
  3185. !   /bin/echo "$ac_t""yes" 1>&4
  3186.     LIBS="$LIBS -lsun"
  3187.   else
  3188. !   /bin/echo "$ac_t""no" 1>&4
  3189. ! /bin/echo $ac_n "checking for -lseq""... $ac_c" 1>&4
  3190.   if eval "test \"`echo '${'ac_cv_lib_seq'+set}'`\" = set"; then
  3191. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3192.   else
  3193.     ac_save_LIBS="$LIBS"
  3194.   LIBS="$LIBS -lseq "
  3195.   cat > conftest.$ac_ext <<EOF
  3196. ! #line 2537 "configure"
  3197.   #include "confdefs.h"
  3198.   
  3199.   int main() { return 0; }
  3200. ***************
  3201. *** 2538,2559 ****
  3202.   
  3203.   fi
  3204.   if eval "test \"`echo '$ac_cv_lib_'seq`\" = yes"; then
  3205. !   echo "$ac_t""yes" 1>&4
  3206.     LIBS="$LIBS -lseq"
  3207.   else
  3208. !   echo "$ac_t""no" 1>&4
  3209.   fi
  3210.   
  3211.   fi
  3212.   
  3213. ! echo $ac_n "checking for getmntent""... $ac_c" 1>&4
  3214.   if eval "test \"`echo '${'ac_cv_func_getmntent'+set}'`\" = set"; then
  3215. !   echo $ac_n "(cached) $ac_c" 1>&4
  3216.   else
  3217.     cat > conftest.$ac_ext <<EOF
  3218. ! #line 2555 "configure"
  3219.   #include "confdefs.h"
  3220.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  3221.   int main() { return 0; }
  3222.   int t() {
  3223.   
  3224. --- 2553,2577 ----
  3225.   
  3226.   fi
  3227.   if eval "test \"`echo '$ac_cv_lib_'seq`\" = yes"; then
  3228. !   /bin/echo "$ac_t""yes" 1>&4
  3229.     LIBS="$LIBS -lseq"
  3230.   else
  3231. !   /bin/echo "$ac_t""no" 1>&4
  3232.   fi
  3233.   
  3234.   fi
  3235.   
  3236. ! /bin/echo $ac_n "checking for getmntent""... $ac_c" 1>&4
  3237.   if eval "test \"`echo '${'ac_cv_func_getmntent'+set}'`\" = set"; then
  3238. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3239.   else
  3240.     cat > conftest.$ac_ext <<EOF
  3241. ! #line 2570 "configure"
  3242.   #include "confdefs.h"
  3243.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  3244. + /* Override any gcc2 internal prototype to avoid an error.  */
  3245. + char getmntent(); 
  3246.   int main() { return 0; }
  3247.   int t() {
  3248.   
  3249. ***************
  3250. *** 2563,2570 ****
  3251.   #if defined (__stub_getmntent) || defined (__stub___getmntent)
  3252.   choke me
  3253.   #else
  3254. ! /* Override any gcc2 internal prototype to avoid an error.  */
  3255. ! char getmntent(); getmntent();
  3256.   #endif
  3257.   
  3258.   ; return 0; }
  3259. --- 2581,2587 ----
  3260.   #if defined (__stub_getmntent) || defined (__stub___getmntent)
  3261.   choke me
  3262.   #else
  3263. ! getmntent();
  3264.   #endif
  3265.   
  3266.   ; return 0; }
  3267. ***************
  3268. *** 2580,2592 ****
  3269.   
  3270.   fi
  3271.   if eval "test \"`echo '$ac_cv_func_'getmntent`\" = yes"; then
  3272. !   echo "$ac_t""yes" 1>&4
  3273.     cat >> confdefs.h <<\EOF
  3274.   #define HAVE_GETMNTENT 1
  3275.   EOF
  3276.   
  3277.   else
  3278. !   echo "$ac_t""no" 1>&4
  3279.   fi
  3280.   
  3281.   
  3282. --- 2597,2609 ----
  3283.   
  3284.   fi
  3285.   if eval "test \"`echo '$ac_cv_func_'getmntent`\" = yes"; then
  3286. !   /bin/echo "$ac_t""yes" 1>&4
  3287.     cat >> confdefs.h <<\EOF
  3288.   #define HAVE_GETMNTENT 1
  3289.   EOF
  3290.   
  3291.   else
  3292. !   /bin/echo "$ac_t""no" 1>&4
  3293.   fi
  3294.   
  3295.   
  3296. ***************
  3297. *** 2597,2612 ****
  3298.   
  3299.     if test -z "$list_mounted_fs"; then
  3300.       # 4.3BSD, SunOS, HP-UX, Dynix, Irix
  3301. !     echo $ac_n "checking for one-argument getmntent function""... $ac_c" 1>&4
  3302.       if eval "test \"`echo '${'fu_cv_sys_mounted_getmntent1'+set}'`\" = set"; then
  3303. !   echo $ac_n "(cached) $ac_c" 1>&4
  3304.   else
  3305.     test $ac_cv_header_mntent_h = yes \
  3306.              && fu_cv_sys_mounted_getmntent1=yes \
  3307.              || fu_cv_sys_mounted_getmntent1=no
  3308.   fi
  3309.   
  3310. !     echo "$ac_t""$fu_cv_sys_mounted_getmntent1" 1>&4
  3311.       if test $fu_cv_sys_mounted_getmntent1 = yes; then
  3312.         list_mounted_fs=found
  3313.         cat >> confdefs.h <<\EOF
  3314. --- 2614,2629 ----
  3315.   
  3316.     if test -z "$list_mounted_fs"; then
  3317.       # 4.3BSD, SunOS, HP-UX, Dynix, Irix
  3318. !     /bin/echo $ac_n "checking for one-argument getmntent function""... $ac_c" 1>&4
  3319.       if eval "test \"`echo '${'fu_cv_sys_mounted_getmntent1'+set}'`\" = set"; then
  3320. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3321.   else
  3322.     test $ac_cv_header_mntent_h = yes \
  3323.              && fu_cv_sys_mounted_getmntent1=yes \
  3324.              || fu_cv_sys_mounted_getmntent1=no
  3325.   fi
  3326.   
  3327. !     /bin/echo "$ac_t""$fu_cv_sys_mounted_getmntent1" 1>&4
  3328.       if test $fu_cv_sys_mounted_getmntent1 = yes; then
  3329.         list_mounted_fs=found
  3330.         cat >> confdefs.h <<\EOF
  3331. ***************
  3332. *** 2618,2629 ****
  3333.   
  3334.     if test -z "$list_mounted_fs"; then
  3335.       # SVR4
  3336. !     echo $ac_n "checking for two-argument getmntent function""... $ac_c" 1>&4
  3337.       if eval "test \"`echo '${'fu_cv_sys_mounted_getmntent2'+set}'`\" = set"; then
  3338. !   echo $ac_n "(cached) $ac_c" 1>&4
  3339.   else
  3340.     cat > conftest.$ac_ext <<EOF
  3341. ! #line 2627 "configure"
  3342.   #include "confdefs.h"
  3343.   #include <sys/mnttab.h>
  3344.   EOF
  3345. --- 2635,2646 ----
  3346.   
  3347.     if test -z "$list_mounted_fs"; then
  3348.       # SVR4
  3349. !     /bin/echo $ac_n "checking for two-argument getmntent function""... $ac_c" 1>&4
  3350.       if eval "test \"`echo '${'fu_cv_sys_mounted_getmntent2'+set}'`\" = set"; then
  3351. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3352.   else
  3353.     cat > conftest.$ac_ext <<EOF
  3354. ! #line 2644 "configure"
  3355.   #include "confdefs.h"
  3356.   #include <sys/mnttab.h>
  3357.   EOF
  3358. ***************
  3359. *** 2639,2645 ****
  3360.   
  3361.   fi
  3362.   
  3363. !     echo "$ac_t""$fu_cv_sys_mounted_getmntent2" 1>&4
  3364.       if test $fu_cv_sys_mounted_getmntent2 = yes; then
  3365.         list_mounted_fs=found
  3366.         cat >> confdefs.h <<\EOF
  3367. --- 2656,2662 ----
  3368.   
  3369.   fi
  3370.   
  3371. !     /bin/echo "$ac_t""$fu_cv_sys_mounted_getmntent2" 1>&4
  3372.       if test $fu_cv_sys_mounted_getmntent2 = yes; then
  3373.         list_mounted_fs=found
  3374.         cat >> confdefs.h <<\EOF
  3375. ***************
  3376. *** 2657,2668 ****
  3377.   
  3378.   if test -z "$list_mounted_fs"; then
  3379.     # DEC Alpha running OSF/1.
  3380. !   echo $ac_n "checking for getfsstat function""... $ac_c" 1>&4
  3381.     if eval "test \"`echo '${'fu_cv_sys_mounted_getsstat'+set}'`\" = set"; then
  3382. !   echo $ac_n "(cached) $ac_c" 1>&4
  3383.   else
  3384.     cat > conftest.$ac_ext <<EOF
  3385. ! #line 2666 "configure"
  3386.   #include "confdefs.h"
  3387.   
  3388.   #include <sys/types.h>
  3389. --- 2674,2685 ----
  3390.   
  3391.   if test -z "$list_mounted_fs"; then
  3392.     # DEC Alpha running OSF/1.
  3393. !   /bin/echo $ac_n "checking for getfsstat function""... $ac_c" 1>&4
  3394.     if eval "test \"`echo '${'fu_cv_sys_mounted_getsstat'+set}'`\" = set"; then
  3395. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3396.   else
  3397.     cat > conftest.$ac_ext <<EOF
  3398. ! #line 2683 "configure"
  3399.   #include "confdefs.h"
  3400.   
  3401.   #include <sys/types.h>
  3402. ***************
  3403. *** 2685,2691 ****
  3404.   
  3405.   fi
  3406.   
  3407. !   echo "$ac_t""$fu_cv_sys_mounted_getsstat" 1>&4
  3408.     if test $fu_cv_sys_mounted_getsstat = yes; then
  3409.       list_mounted_fs=found
  3410.       cat >> confdefs.h <<\EOF
  3411. --- 2702,2708 ----
  3412.   
  3413.   fi
  3414.   
  3415. !   /bin/echo "$ac_t""$fu_cv_sys_mounted_getsstat" 1>&4
  3416.     if test $fu_cv_sys_mounted_getsstat = yes; then
  3417.       list_mounted_fs=found
  3418.       cat >> confdefs.h <<\EOF
  3419. ***************
  3420. *** 2697,2708 ****
  3421.   
  3422.   if test -z "$list_mounted_fs"; then
  3423.     # AIX.
  3424. !   echo $ac_n "checking for mntctl function and struct vmount""... $ac_c" 1>&4
  3425.     if eval "test \"`echo '${'fu_cv_sys_mounted_vmount'+set}'`\" = set"; then
  3426. !   echo $ac_n "(cached) $ac_c" 1>&4
  3427.   else
  3428.     cat > conftest.$ac_ext <<EOF
  3429. ! #line 2706 "configure"
  3430.   #include "confdefs.h"
  3431.   #include <fshelp.h>
  3432.   EOF
  3433. --- 2714,2725 ----
  3434.   
  3435.   if test -z "$list_mounted_fs"; then
  3436.     # AIX.
  3437. !   /bin/echo $ac_n "checking for mntctl function and struct vmount""... $ac_c" 1>&4
  3438.     if eval "test \"`echo '${'fu_cv_sys_mounted_vmount'+set}'`\" = set"; then
  3439. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3440.   else
  3441.     cat > conftest.$ac_ext <<EOF
  3442. ! #line 2723 "configure"
  3443.   #include "confdefs.h"
  3444.   #include <fshelp.h>
  3445.   EOF
  3446. ***************
  3447. *** 2712,2725 ****
  3448.     rm -rf conftest*
  3449.     fu_cv_sys_mounted_vmount=yes
  3450.   else
  3451. !   echo "$ac_err" >&5
  3452.     rm -rf conftest*
  3453.     fu_cv_sys_mounted_vmount=no
  3454.   fi
  3455.   rm -f conftest*
  3456.   fi
  3457.   
  3458. !   echo "$ac_t""$fu_cv_sys_mounted_vmount" 1>&4
  3459.     if test $fu_cv_sys_mounted_vmount = yes; then
  3460.       list_mounted_fs=found
  3461.       cat >> confdefs.h <<\EOF
  3462. --- 2729,2742 ----
  3463.     rm -rf conftest*
  3464.     fu_cv_sys_mounted_vmount=yes
  3465.   else
  3466. !   /bin/echo "$ac_err" >&5
  3467.     rm -rf conftest*
  3468.     fu_cv_sys_mounted_vmount=no
  3469.   fi
  3470.   rm -f conftest*
  3471.   fi
  3472.   
  3473. !   /bin/echo "$ac_t""$fu_cv_sys_mounted_vmount" 1>&4
  3474.     if test $fu_cv_sys_mounted_vmount = yes; then
  3475.       list_mounted_fs=found
  3476.       cat >> confdefs.h <<\EOF
  3477. ***************
  3478. *** 2731,2742 ****
  3479.   
  3480.   if test -z "$list_mounted_fs"; then
  3481.     # SVR3
  3482. !   echo $ac_n "checking for FIXME existence of three headers""... $ac_c" 1>&4
  3483.     if eval "test \"`echo '${'fu_cv_sys_mounted_fread_fstyp'+set}'`\" = set"; then
  3484. !   echo $ac_n "(cached) $ac_c" 1>&4
  3485.   else
  3486.     cat > conftest.$ac_ext <<EOF
  3487. ! #line 2740 "configure"
  3488.   #include "confdefs.h"
  3489.   
  3490.   #include <sys/statfs.h>
  3491. --- 2748,2759 ----
  3492.   
  3493.   if test -z "$list_mounted_fs"; then
  3494.     # SVR3
  3495. !   /bin/echo $ac_n "checking for FIXME existence of three headers""... $ac_c" 1>&4
  3496.     if eval "test \"`echo '${'fu_cv_sys_mounted_fread_fstyp'+set}'`\" = set"; then
  3497. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3498.   else
  3499.     cat > conftest.$ac_ext <<EOF
  3500. ! #line 2757 "configure"
  3501.   #include "confdefs.h"
  3502.   
  3503.   #include <sys/statfs.h>
  3504. ***************
  3505. *** 2749,2762 ****
  3506.     rm -rf conftest*
  3507.     fu_cv_sys_mounted_fread_fstyp=yes
  3508.   else
  3509. !   echo "$ac_err" >&5
  3510.     rm -rf conftest*
  3511.     fu_cv_sys_mounted_fread_fstyp=no
  3512.   fi
  3513.   rm -f conftest*
  3514.   fi
  3515.   
  3516. !   echo "$ac_t""$fu_cv_sys_mounted_fread_fstyp" 1>&4
  3517.     if test $fu_cv_sys_mounted_fread_fstyp = yes; then
  3518.       list_mounted_fs=found
  3519.       cat >> confdefs.h <<\EOF
  3520. --- 2766,2779 ----
  3521.     rm -rf conftest*
  3522.     fu_cv_sys_mounted_fread_fstyp=yes
  3523.   else
  3524. !   /bin/echo "$ac_err" >&5
  3525.     rm -rf conftest*
  3526.     fu_cv_sys_mounted_fread_fstyp=no
  3527.   fi
  3528.   rm -f conftest*
  3529.   fi
  3530.   
  3531. !   /bin/echo "$ac_t""$fu_cv_sys_mounted_fread_fstyp" 1>&4
  3532.     if test $fu_cv_sys_mounted_fread_fstyp = yes; then
  3533.       list_mounted_fs=found
  3534.       cat >> confdefs.h <<\EOF
  3535. ***************
  3536. *** 2768,2782 ****
  3537.   
  3538.   if test -z "$list_mounted_fs"; then
  3539.     # 4.4BSD and DEC OSF/1.
  3540. !   echo $ac_n "checking for getmntinfo function""... $ac_c" 1>&4
  3541.     if eval "test \"`echo '${'fu_cv_sys_mounted_getmntinfo'+set}'`\" = set"; then
  3542. !   echo $ac_n "(cached) $ac_c" 1>&4
  3543.   else
  3544.     
  3545.         ok=
  3546.         if test $ac_cv_func_getmntinfo = yes; then
  3547.       cat > conftest.$ac_ext <<EOF
  3548. ! #line 2780 "configure"
  3549.   #include "confdefs.h"
  3550.   #include <sys/mount.h>
  3551.   EOF
  3552. --- 2785,2799 ----
  3553.   
  3554.   if test -z "$list_mounted_fs"; then
  3555.     # 4.4BSD and DEC OSF/1.
  3556. !   /bin/echo $ac_n "checking for getmntinfo function""... $ac_c" 1>&4
  3557.     if eval "test \"`echo '${'fu_cv_sys_mounted_getmntinfo'+set}'`\" = set"; then
  3558. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3559.   else
  3560.     
  3561.         ok=
  3562.         if test $ac_cv_func_getmntinfo = yes; then
  3563.       cat > conftest.$ac_ext <<EOF
  3564. ! #line 2797 "configure"
  3565.   #include "confdefs.h"
  3566.   #include <sys/mount.h>
  3567.   EOF
  3568. ***************
  3569. *** 2794,2800 ****
  3570.       
  3571.   fi
  3572.   
  3573. !   echo "$ac_t""$fu_cv_sys_mounted_getmntinfo" 1>&4
  3574.     if test $fu_cv_sys_mounted_getmntinfo = yes; then
  3575.       list_mounted_fs=found
  3576.       cat >> confdefs.h <<\EOF
  3577. --- 2811,2817 ----
  3578.       
  3579.   fi
  3580.   
  3581. !   /bin/echo "$ac_t""$fu_cv_sys_mounted_getmntinfo" 1>&4
  3582.     if test $fu_cv_sys_mounted_getmntinfo = yes; then
  3583.       list_mounted_fs=found
  3584.       cat >> confdefs.h <<\EOF
  3585. ***************
  3586. *** 2808,2819 ****
  3587.   
  3588.   if test -z "$list_mounted_fs"; then
  3589.     # Ultrix
  3590. !   echo $ac_n "checking for getmnt function""... $ac_c" 1>&4
  3591.     if eval "test \"`echo '${'fu_cv_sys_mounted_getmnt'+set}'`\" = set"; then
  3592. !   echo $ac_n "(cached) $ac_c" 1>&4
  3593.   else
  3594.     cat > conftest.$ac_ext <<EOF
  3595. ! #line 2817 "configure"
  3596.   #include "confdefs.h"
  3597.   
  3598.   #include <sys/fs_types.h>
  3599. --- 2825,2836 ----
  3600.   
  3601.   if test -z "$list_mounted_fs"; then
  3602.     # Ultrix
  3603. !   /bin/echo $ac_n "checking for getmnt function""... $ac_c" 1>&4
  3604.     if eval "test \"`echo '${'fu_cv_sys_mounted_getmnt'+set}'`\" = set"; then
  3605. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3606.   else
  3607.     cat > conftest.$ac_ext <<EOF
  3608. ! #line 2834 "configure"
  3609.   #include "confdefs.h"
  3610.   
  3611.   #include <sys/fs_types.h>
  3612. ***************
  3613. *** 2825,2838 ****
  3614.     rm -rf conftest*
  3615.     fu_cv_sys_mounted_getmnt=yes
  3616.   else
  3617. !   echo "$ac_err" >&5
  3618.     rm -rf conftest*
  3619.     fu_cv_sys_mounted_getmnt=no
  3620.   fi
  3621.   rm -f conftest*
  3622.   fi
  3623.   
  3624. !   echo "$ac_t""$fu_cv_sys_mounted_getmnt" 1>&4
  3625.     if test $fu_cv_sys_mounted_getmnt = yes; then
  3626.       list_mounted_fs=found
  3627.       cat >> confdefs.h <<\EOF
  3628. --- 2842,2855 ----
  3629.     rm -rf conftest*
  3630.     fu_cv_sys_mounted_getmnt=yes
  3631.   else
  3632. !   /bin/echo "$ac_err" >&5
  3633.     rm -rf conftest*
  3634.     fu_cv_sys_mounted_getmnt=no
  3635.   fi
  3636.   rm -f conftest*
  3637.   fi
  3638.   
  3639. !   /bin/echo "$ac_t""$fu_cv_sys_mounted_getmnt" 1>&4
  3640.     if test $fu_cv_sys_mounted_getmnt = yes; then
  3641.       list_mounted_fs=found
  3642.       cat >> confdefs.h <<\EOF
  3643. ***************
  3644. *** 2844,2855 ****
  3645.   
  3646.   if test -z "$list_mounted_fs"; then
  3647.     # SVR2
  3648. !   echo $ac_n "checking whether it is possible to resort to fread on /etc/mnttab""... $ac_c" 1>&4
  3649.     if eval "test \"`echo '${'fu_cv_sys_mounted_fread'+set}'`\" = set"; then
  3650. !   echo $ac_n "(cached) $ac_c" 1>&4
  3651.   else
  3652.     cat > conftest.$ac_ext <<EOF
  3653. ! #line 2853 "configure"
  3654.   #include "confdefs.h"
  3655.   #include <mnttab.h>
  3656.   EOF
  3657. --- 2861,2872 ----
  3658.   
  3659.   if test -z "$list_mounted_fs"; then
  3660.     # SVR2
  3661. !   /bin/echo $ac_n "checking whether it is possible to resort to fread on /etc/mnttab""... $ac_c" 1>&4
  3662.     if eval "test \"`echo '${'fu_cv_sys_mounted_fread'+set}'`\" = set"; then
  3663. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3664.   else
  3665.     cat > conftest.$ac_ext <<EOF
  3666. ! #line 2870 "configure"
  3667.   #include "confdefs.h"
  3668.   #include <mnttab.h>
  3669.   EOF
  3670. ***************
  3671. *** 2859,2872 ****
  3672.     rm -rf conftest*
  3673.     fu_cv_sys_mounted_fread=yes
  3674.   else
  3675. !   echo "$ac_err" >&5
  3676.     rm -rf conftest*
  3677.     fu_cv_sys_mounted_fread=no
  3678.   fi
  3679.   rm -f conftest*
  3680.   fi
  3681.   
  3682. !   echo "$ac_t""$fu_cv_sys_mounted_fread" 1>&4
  3683.     if test $fu_cv_sys_mounted_fread = yes; then
  3684.       list_mounted_fs=found
  3685.       cat >> confdefs.h <<\EOF
  3686. --- 2876,2889 ----
  3687.     rm -rf conftest*
  3688.     fu_cv_sys_mounted_fread=yes
  3689.   else
  3690. !   /bin/echo "$ac_err" >&5
  3691.     rm -rf conftest*
  3692.     fu_cv_sys_mounted_fread=no
  3693.   fi
  3694.   rm -f conftest*
  3695.   fi
  3696.   
  3697. !   /bin/echo "$ac_t""$fu_cv_sys_mounted_fread" 1>&4
  3698.     if test $fu_cv_sys_mounted_fread = yes; then
  3699.       list_mounted_fs=found
  3700.       cat >> confdefs.h <<\EOF
  3701. ***************
  3702. *** 2891,2904 ****
  3703.     # SVR4
  3704.     for ac_func in statvfs
  3705.   do
  3706. ! echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  3707.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  3708. !   echo $ac_n "(cached) $ac_c" 1>&4
  3709.   else
  3710.     cat > conftest.$ac_ext <<EOF
  3711. ! #line 2900 "configure"
  3712.   #include "confdefs.h"
  3713.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  3714.   int main() { return 0; }
  3715.   int t() {
  3716.   
  3717. --- 2908,2924 ----
  3718.     # SVR4
  3719.     for ac_func in statvfs
  3720.   do
  3721. ! /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  3722.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  3723. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3724.   else
  3725.     cat > conftest.$ac_ext <<EOF
  3726. ! #line 2917 "configure"
  3727.   #include "confdefs.h"
  3728.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  3729. + /* Override any gcc2 internal prototype to avoid an error.  */
  3730. + char $ac_func(); 
  3731.   int main() { return 0; }
  3732.   int t() {
  3733.   
  3734. ***************
  3735. *** 2908,2915 ****
  3736.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  3737.   choke me
  3738.   #else
  3739. ! /* Override any gcc2 internal prototype to avoid an error.  */
  3740. ! char $ac_func(); $ac_func();
  3741.   #endif
  3742.   
  3743.   ; return 0; }
  3744. --- 2928,2934 ----
  3745.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  3746.   choke me
  3747.   #else
  3748. ! $ac_func();
  3749.   #endif
  3750.   
  3751.   ; return 0; }
  3752. ***************
  3753. *** 2925,2938 ****
  3754.   
  3755.   fi
  3756.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  3757. !   echo "$ac_t""yes" 1>&4
  3758. !     ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  3759.     cat >> confdefs.h <<EOF
  3760.   #define $ac_tr_func 1
  3761.   EOF
  3762.    
  3763.   else
  3764. !   echo "$ac_t""no" 1>&4
  3765.   fi
  3766.   done
  3767.   
  3768. --- 2944,2957 ----
  3769.   
  3770.   fi
  3771.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  3772. !   /bin/echo "$ac_t""yes" 1>&4
  3773. !     ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
  3774.     cat >> confdefs.h <<EOF
  3775.   #define $ac_tr_func 1
  3776.   EOF
  3777.    
  3778.   else
  3779. !   /bin/echo "$ac_t""no" 1>&4
  3780.   fi
  3781.   done
  3782.   
  3783. ***************
  3784. *** 2947,2961 ****
  3785.   
  3786.   if test $space = no; then
  3787.     # DEC Alpha running OSF/1
  3788. !   echo $ac_n "checking for 3-argument statfs function (DEC OSF/1)""... $ac_c" 1>&4
  3789.     if eval "test \"`echo '${'fu_cv_sys_stat_statfs3_osf1'+set}'`\" = set"; then
  3790. !   echo $ac_n "(cached) $ac_c" 1>&4
  3791.   else
  3792.     if test "$cross_compiling" = yes; then
  3793.     fu_cv_sys_stat_statfs3_osf1=no
  3794.   else
  3795.   cat > conftest.$ac_ext <<EOF
  3796. ! #line 2959 "configure"
  3797.   #include "confdefs.h"
  3798.   
  3799.   #include <sys/param.h>
  3800. --- 2966,2980 ----
  3801.   
  3802.   if test $space = no; then
  3803.     # DEC Alpha running OSF/1
  3804. !   /bin/echo $ac_n "checking for 3-argument statfs function (DEC OSF/1)""... $ac_c" 1>&4
  3805.     if eval "test \"`echo '${'fu_cv_sys_stat_statfs3_osf1'+set}'`\" = set"; then
  3806. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3807.   else
  3808.     if test "$cross_compiling" = yes; then
  3809.     fu_cv_sys_stat_statfs3_osf1=no
  3810.   else
  3811.   cat > conftest.$ac_ext <<EOF
  3812. ! #line 2978 "configure"
  3813.   #include "confdefs.h"
  3814.   
  3815.   #include <sys/param.h>
  3816. ***************
  3817. *** 2978,2984 ****
  3818.   rm -fr conftest*
  3819.   fi
  3820.   
  3821. !   echo "$ac_t""$fu_cv_sys_stat_statfs3_osf1" 1>&4
  3822.     if test $fu_cv_sys_stat_statfs3_osf1 = yes; then
  3823.       space=yes
  3824.       cat >> confdefs.h <<\EOF
  3825. --- 2997,3003 ----
  3826.   rm -fr conftest*
  3827.   fi
  3828.   
  3829. !   /bin/echo "$ac_t""$fu_cv_sys_stat_statfs3_osf1" 1>&4
  3830.     if test $fu_cv_sys_stat_statfs3_osf1 = yes; then
  3831.       space=yes
  3832.       cat >> confdefs.h <<\EOF
  3833. ***************
  3834. *** 2988,3004 ****
  3835.     fi
  3836.   fi
  3837.   
  3838. ! if test $space = no; then
  3839.   # AIX
  3840. !   echo $ac_n "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)""... $ac_c" 1>&4
  3841.     if eval "test \"`echo '${'fu_cv_sys_stat_statfs2_bsize'+set}'`\" = set"; then
  3842. !   echo $ac_n "(cached) $ac_c" 1>&4
  3843.   else
  3844.     if test "$cross_compiling" = yes; then
  3845.     fu_cv_sys_stat_statfs2_bsize=no
  3846.   else
  3847.   cat > conftest.$ac_ext <<EOF
  3848. ! #line 3002 "configure"
  3849.   #include "confdefs.h"
  3850.   
  3851.   #ifdef HAVE_SYS_PARAM_H
  3852. --- 3007,3025 ----
  3853.     fi
  3854.   fi
  3855.   
  3856. ! # Amiga hack - short circuit this test since it matches and prevents
  3857. ! # us from finding the 4.4 BSD case below that we really want.
  3858. ! if false; then
  3859.   # AIX
  3860. !   /bin/echo $ac_n "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)""... $ac_c" 1>&4
  3861.     if eval "test \"`echo '${'fu_cv_sys_stat_statfs2_bsize'+set}'`\" = set"; then
  3862. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3863.   else
  3864.     if test "$cross_compiling" = yes; then
  3865.     fu_cv_sys_stat_statfs2_bsize=no
  3866.   else
  3867.   cat > conftest.$ac_ext <<EOF
  3868. ! #line 3023 "configure"
  3869.   #include "confdefs.h"
  3870.   
  3871.   #ifdef HAVE_SYS_PARAM_H
  3872. ***************
  3873. *** 3027,3033 ****
  3874.   rm -fr conftest*
  3875.   fi
  3876.   
  3877. !   echo "$ac_t""$fu_cv_sys_stat_statfs2_bsize" 1>&4
  3878.     if test $fu_cv_sys_stat_statfs2_bsize = yes; then
  3879.       space=yes
  3880.       cat >> confdefs.h <<\EOF
  3881. --- 3048,3054 ----
  3882.   rm -fr conftest*
  3883.   fi
  3884.   
  3885. !   /bin/echo "$ac_t""$fu_cv_sys_stat_statfs2_bsize" 1>&4
  3886.     if test $fu_cv_sys_stat_statfs2_bsize = yes; then
  3887.       space=yes
  3888.       cat >> confdefs.h <<\EOF
  3889. ***************
  3890. *** 3039,3053 ****
  3891.   
  3892.   if test $space = no; then
  3893.   # SVR3
  3894. !   echo $ac_n "checking for four-argument statfs (AIX-3.2.5, SVR3)""... $ac_c" 1>&4
  3895.     if eval "test \"`echo '${'fu_cv_sys_stat_statfs4'+set}'`\" = set"; then
  3896. !   echo $ac_n "(cached) $ac_c" 1>&4
  3897.   else
  3898.     if test "$cross_compiling" = yes; then
  3899.     fu_cv_sys_stat_statfs4=no
  3900.   else
  3901.   cat > conftest.$ac_ext <<EOF
  3902. ! #line 3051 "configure"
  3903.   #include "confdefs.h"
  3904.   #include <sys/types.h>
  3905.   #include <sys/statfs.h>
  3906. --- 3060,3074 ----
  3907.   
  3908.   if test $space = no; then
  3909.   # SVR3
  3910. !   /bin/echo $ac_n "checking for four-argument statfs (AIX-3.2.5, SVR3)""... $ac_c" 1>&4
  3911.     if eval "test \"`echo '${'fu_cv_sys_stat_statfs4'+set}'`\" = set"; then
  3912. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3913.   else
  3914.     if test "$cross_compiling" = yes; then
  3915.     fu_cv_sys_stat_statfs4=no
  3916.   else
  3917.   cat > conftest.$ac_ext <<EOF
  3918. ! #line 3072 "configure"
  3919.   #include "confdefs.h"
  3920.   #include <sys/types.h>
  3921.   #include <sys/statfs.h>
  3922. ***************
  3923. *** 3067,3073 ****
  3924.   rm -fr conftest*
  3925.   fi
  3926.   
  3927. !   echo "$ac_t""$fu_cv_sys_stat_statfs4" 1>&4
  3928.     if test $fu_cv_sys_stat_statfs4 = yes; then
  3929.       space=yes
  3930.       cat >> confdefs.h <<\EOF
  3931. --- 3088,3094 ----
  3932.   rm -fr conftest*
  3933.   fi
  3934.   
  3935. !   /bin/echo "$ac_t""$fu_cv_sys_stat_statfs4" 1>&4
  3936.     if test $fu_cv_sys_stat_statfs4 = yes; then
  3937.       space=yes
  3938.       cat >> confdefs.h <<\EOF
  3939. ***************
  3940. *** 3079,3093 ****
  3941.   
  3942.   if test $space = no; then
  3943.   # 4.4BSD and NetBSD
  3944. !   echo $ac_n "checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)""... $ac_c" 1>&4
  3945.     if eval "test \"`echo '${'fu_cv_sys_stat_statfs2_fsize'+set}'`\" = set"; then
  3946. !   echo $ac_n "(cached) $ac_c" 1>&4
  3947.   else
  3948.     if test "$cross_compiling" = yes; then
  3949.     fu_cv_sys_stat_statfs2_fsize=no
  3950.   else
  3951.   cat > conftest.$ac_ext <<EOF
  3952. ! #line 3091 "configure"
  3953.   #include "confdefs.h"
  3954.   #include <sys/types.h>
  3955.   #ifdef HAVE_SYS_PARAM_H
  3956. --- 3100,3114 ----
  3957.   
  3958.   if test $space = no; then
  3959.   # 4.4BSD and NetBSD
  3960. !   /bin/echo $ac_n "checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)""... $ac_c" 1>&4
  3961.     if eval "test \"`echo '${'fu_cv_sys_stat_statfs2_fsize'+set}'`\" = set"; then
  3962. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  3963.   else
  3964.     if test "$cross_compiling" = yes; then
  3965.     fu_cv_sys_stat_statfs2_fsize=no
  3966.   else
  3967.   cat > conftest.$ac_ext <<EOF
  3968. ! #line 3112 "configure"
  3969.   #include "confdefs.h"
  3970.   #include <sys/types.h>
  3971.   #ifdef HAVE_SYS_PARAM_H
  3972. ***************
  3973. *** 3113,3119 ****
  3974.   rm -fr conftest*
  3975.   fi
  3976.   
  3977. !   echo "$ac_t""$fu_cv_sys_stat_statfs2_fsize" 1>&4
  3978.     if test $fu_cv_sys_stat_statfs2_fsize = yes; then
  3979.       space=yes
  3980.       cat >> confdefs.h <<\EOF
  3981. --- 3134,3140 ----
  3982.   rm -fr conftest*
  3983.   fi
  3984.   
  3985. !   /bin/echo "$ac_t""$fu_cv_sys_stat_statfs2_fsize" 1>&4
  3986.     if test $fu_cv_sys_stat_statfs2_fsize = yes; then
  3987.       space=yes
  3988.       cat >> confdefs.h <<\EOF
  3989. ***************
  3990. *** 3125,3139 ****
  3991.   
  3992.   if test $space = no; then
  3993.     # Ultrix
  3994. !   echo $ac_n "checking for two-argument statfs with struct fs_data (Ultrix)""... $ac_c" 1>&4
  3995.     if eval "test \"`echo '${'fu_cv_sys_stat_fs_data'+set}'`\" = set"; then
  3996. !   echo $ac_n "(cached) $ac_c" 1>&4
  3997.   else
  3998.     if test "$cross_compiling" = yes; then
  3999.     fu_cv_sys_stat_fs_data=no
  4000.   else
  4001.   cat > conftest.$ac_ext <<EOF
  4002. ! #line 3137 "configure"
  4003.   #include "confdefs.h"
  4004.   #include <sys/types.h>
  4005.   #ifdef HAVE_SYS_PARAM_H
  4006. --- 3146,3160 ----
  4007.   
  4008.   if test $space = no; then
  4009.     # Ultrix
  4010. !   /bin/echo $ac_n "checking for two-argument statfs with struct fs_data (Ultrix)""... $ac_c" 1>&4
  4011.     if eval "test \"`echo '${'fu_cv_sys_stat_fs_data'+set}'`\" = set"; then
  4012. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  4013.   else
  4014.     if test "$cross_compiling" = yes; then
  4015.     fu_cv_sys_stat_fs_data=no
  4016.   else
  4017.   cat > conftest.$ac_ext <<EOF
  4018. ! #line 3158 "configure"
  4019.   #include "confdefs.h"
  4020.   #include <sys/types.h>
  4021.   #ifdef HAVE_SYS_PARAM_H
  4022. ***************
  4023. *** 3163,3169 ****
  4024.   rm -fr conftest*
  4025.   fi
  4026.   
  4027. !   echo "$ac_t""$fu_cv_sys_stat_fs_data" 1>&4
  4028.     if test $fu_cv_sys_stat_fs_data = yes; then
  4029.       space=yes
  4030.       cat >> confdefs.h <<\EOF
  4031. --- 3184,3190 ----
  4032.   rm -fr conftest*
  4033.   fi
  4034.   
  4035. !   /bin/echo "$ac_t""$fu_cv_sys_stat_fs_data" 1>&4
  4036.     if test $fu_cv_sys_stat_fs_data = yes; then
  4037.       space=yes
  4038.       cat >> confdefs.h <<\EOF
  4039. ***************
  4040. *** 3176,3182 ****
  4041.   if test $space = no; then
  4042.   # SVR2
  4043.   cat > conftest.$ac_ext <<EOF
  4044. ! #line 3180 "configure"
  4045.   #include "confdefs.h"
  4046.   #include <sys/filsys.h>
  4047.   EOF
  4048. --- 3197,3203 ----
  4049.   if test $space = no; then
  4050.   # SVR2
  4051.   cat > conftest.$ac_ext <<EOF
  4052. ! #line 3201 "configure"
  4053.   #include "confdefs.h"
  4054.   #include <sys/filsys.h>
  4055.   EOF
  4056. ***************
  4057. *** 3189,3195 ****
  4058.   EOF
  4059.    space=yes
  4060.   else
  4061. !   echo "$ac_err" >&5
  4062.   fi
  4063.   rm -f conftest*
  4064.   fi
  4065. --- 3210,3216 ----
  4066.   EOF
  4067.    space=yes
  4068.   else
  4069. !   /bin/echo "$ac_err" >&5
  4070.   fi
  4071.   rm -f conftest*
  4072.   fi
  4073. ***************
  4074. *** 3200,3213 ****
  4075.   
  4076.   for ac_func in ftruncate
  4077.   do
  4078. ! echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  4079.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  4080. !   echo $ac_n "(cached) $ac_c" 1>&4
  4081.   else
  4082.     cat > conftest.$ac_ext <<EOF
  4083. ! #line 3209 "configure"
  4084.   #include "confdefs.h"
  4085.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  4086.   int main() { return 0; }
  4087.   int t() {
  4088.   
  4089. --- 3221,3237 ----
  4090.   
  4091.   for ac_func in ftruncate
  4092.   do
  4093. ! /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  4094.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  4095. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  4096.   else
  4097.     cat > conftest.$ac_ext <<EOF
  4098. ! #line 3230 "configure"
  4099.   #include "confdefs.h"
  4100.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  4101. + /* Override any gcc2 internal prototype to avoid an error.  */
  4102. + char $ac_func(); 
  4103.   int main() { return 0; }
  4104.   int t() {
  4105.   
  4106. ***************
  4107. *** 3217,3224 ****
  4108.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  4109.   choke me
  4110.   #else
  4111. ! /* Override any gcc2 internal prototype to avoid an error.  */
  4112. ! char $ac_func(); $ac_func();
  4113.   #endif
  4114.   
  4115.   ; return 0; }
  4116. --- 3241,3247 ----
  4117.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  4118.   choke me
  4119.   #else
  4120. ! $ac_func();
  4121.   #endif
  4122.   
  4123.   ; return 0; }
  4124. ***************
  4125. *** 3234,3259 ****
  4126.   
  4127.   fi
  4128.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  4129. !   echo "$ac_t""yes" 1>&4
  4130. !     ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  4131.     cat >> confdefs.h <<EOF
  4132.   #define $ac_tr_func 1
  4133.   EOF
  4134.    
  4135.   else
  4136. !   echo "$ac_t""no" 1>&4
  4137.   ftruncate_missing=yes
  4138.   fi
  4139.   done
  4140.   
  4141.   
  4142.   if test "$ftruncate_missing" = yes; then
  4143. !   echo $ac_n "checking fcntl emulation of ftruncate""... $ac_c" 1>&4
  4144.     if eval "test \"`echo '${'fu_cv_sys_ftruncate_emulation'+set}'`\" = set"; then
  4145. !   echo $ac_n "(cached) $ac_c" 1>&4
  4146.   else
  4147.     cat > conftest.$ac_ext <<EOF
  4148. ! #line 3257 "configure"
  4149.   #include "confdefs.h"
  4150.   
  4151.   #include <sys/types.h>
  4152. --- 3257,3282 ----
  4153.   
  4154.   fi
  4155.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  4156. !   /bin/echo "$ac_t""yes" 1>&4
  4157. !     ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
  4158.     cat >> confdefs.h <<EOF
  4159.   #define $ac_tr_func 1
  4160.   EOF
  4161.    
  4162.   else
  4163. !   /bin/echo "$ac_t""no" 1>&4
  4164.   ftruncate_missing=yes
  4165.   fi
  4166.   done
  4167.   
  4168.   
  4169.   if test "$ftruncate_missing" = yes; then
  4170. !   /bin/echo $ac_n "checking fcntl emulation of ftruncate""... $ac_c" 1>&4
  4171.     if eval "test \"`echo '${'fu_cv_sys_ftruncate_emulation'+set}'`\" = set"; then
  4172. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  4173.   else
  4174.     cat > conftest.$ac_ext <<EOF
  4175. ! #line 3280 "configure"
  4176.   #include "confdefs.h"
  4177.   
  4178.   #include <sys/types.h>
  4179. ***************
  4180. *** 3278,3284 ****
  4181.   
  4182.   fi
  4183.   
  4184. !   echo "$ac_t""$fu_cv_sys_ftruncate_emulation" 1>&4
  4185.     if test $fu_cv_sys_ftruncate_emulation = yes; then
  4186.       LIBOBJS="$LIBOBJS ftruncate.o"
  4187.     fi
  4188. --- 3301,3307 ----
  4189.   
  4190.   fi
  4191.   
  4192. !   /bin/echo "$ac_t""$fu_cv_sys_ftruncate_emulation" 1>&4
  4193.     if test $fu_cv_sys_ftruncate_emulation = yes; then
  4194.       LIBOBJS="$LIBOBJS ftruncate.o"
  4195.     fi
  4196. ***************
  4197. *** 3292,3305 ****
  4198.   
  4199.   # If we don't yet have getgroups, see if it's in -lbsd.
  4200.   # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
  4201. ! echo $ac_n "checking for getgroups""... $ac_c" 1>&4
  4202.   if eval "test \"`echo '${'ac_cv_func_getgroups'+set}'`\" = set"; then
  4203. !   echo $ac_n "(cached) $ac_c" 1>&4
  4204.   else
  4205.     cat > conftest.$ac_ext <<EOF
  4206. ! #line 3301 "configure"
  4207.   #include "confdefs.h"
  4208.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  4209.   int main() { return 0; }
  4210.   int t() {
  4211.   
  4212. --- 3315,3331 ----
  4213.   
  4214.   # If we don't yet have getgroups, see if it's in -lbsd.
  4215.   # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
  4216. ! /bin/echo $ac_n "checking for getgroups""... $ac_c" 1>&4
  4217.   if eval "test \"`echo '${'ac_cv_func_getgroups'+set}'`\" = set"; then
  4218. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  4219.   else
  4220.     cat > conftest.$ac_ext <<EOF
  4221. ! #line 3324 "configure"
  4222.   #include "confdefs.h"
  4223.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  4224. + /* Override any gcc2 internal prototype to avoid an error.  */
  4225. + char getgroups(); 
  4226.   int main() { return 0; }
  4227.   int t() {
  4228.   
  4229. ***************
  4230. *** 3309,3316 ****
  4231.   #if defined (__stub_getgroups) || defined (__stub___getgroups)
  4232.   choke me
  4233.   #else
  4234. ! /* Override any gcc2 internal prototype to avoid an error.  */
  4235. ! char getgroups(); getgroups();
  4236.   #endif
  4237.   
  4238.   ; return 0; }
  4239. --- 3335,3341 ----
  4240.   #if defined (__stub_getgroups) || defined (__stub___getgroups)
  4241.   choke me
  4242.   #else
  4243. ! getgroups();
  4244.   #endif
  4245.   
  4246.   ; return 0; }
  4247. ***************
  4248. *** 3326,3343 ****
  4249.   
  4250.   fi
  4251.   if eval "test \"`echo '$ac_cv_func_'getgroups`\" = yes"; then
  4252. !   echo "$ac_t""yes" 1>&4
  4253.     :
  4254.   else
  4255. !   echo "$ac_t""no" 1>&4
  4256. ! echo $ac_n "checking for -lbsd""... $ac_c" 1>&4
  4257.   if eval "test \"`echo '${'ac_cv_lib_bsd'+set}'`\" = set"; then
  4258. !   echo $ac_n "(cached) $ac_c" 1>&4
  4259.   else
  4260.     ac_save_LIBS="$LIBS"
  4261.   LIBS="$LIBS -lbsd "
  4262.   cat > conftest.$ac_ext <<EOF
  4263. ! #line 3341 "configure"
  4264.   #include "confdefs.h"
  4265.   
  4266.   int main() { return 0; }
  4267. --- 3351,3368 ----
  4268.   
  4269.   fi
  4270.   if eval "test \"`echo '$ac_cv_func_'getgroups`\" = yes"; then
  4271. !   /bin/echo "$ac_t""yes" 1>&4
  4272.     :
  4273.   else
  4274. !   /bin/echo "$ac_t""no" 1>&4
  4275. ! /bin/echo $ac_n "checking for -lbsd""... $ac_c" 1>&4
  4276.   if eval "test \"`echo '${'ac_cv_lib_bsd'+set}'`\" = set"; then
  4277. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  4278.   else
  4279.     ac_save_LIBS="$LIBS"
  4280.   LIBS="$LIBS -lbsd "
  4281.   cat > conftest.$ac_ext <<EOF
  4282. ! #line 3366 "configure"
  4283.   #include "confdefs.h"
  4284.   
  4285.   int main() { return 0; }
  4286. ***************
  4287. *** 3357,3364 ****
  4288.   
  4289.   fi
  4290.   if eval "test \"`echo '$ac_cv_lib_'bsd`\" = yes"; then
  4291. !   echo "$ac_t""yes" 1>&4
  4292. !     ac_tr_lib=HAVE_LIB`echo bsd | tr 'a-z' 'A-Z'`
  4293.     cat >> confdefs.h <<EOF
  4294.   #define $ac_tr_lib 1
  4295.   EOF
  4296. --- 3382,3389 ----
  4297.   
  4298.   fi
  4299.   if eval "test \"`echo '$ac_cv_lib_'bsd`\" = yes"; then
  4300. !   /bin/echo "$ac_t""yes" 1>&4
  4301. !     ac_tr_lib=HAVE_LIB`/bin/echo bsd | tr 'a-z' 'A-Z'`
  4302.     cat >> confdefs.h <<EOF
  4303.   #define $ac_tr_lib 1
  4304.   EOF
  4305. ***************
  4306. *** 3366,3386 ****
  4307.     LIBS="$LIBS -lbsd"
  4308.   
  4309.   else
  4310. !   echo "$ac_t""no" 1>&4
  4311.   fi
  4312.   
  4313.   fi
  4314.   
  4315.   
  4316.   # Check for libypsec.a on Dolphin M88K machines.
  4317. ! echo $ac_n "checking for -lypsec""... $ac_c" 1>&4
  4318.   if eval "test \"`echo '${'ac_cv_lib_ypsec'+set}'`\" = set"; then
  4319. !   echo $ac_n "(cached) $ac_c" 1>&4
  4320.   else
  4321.     ac_save_LIBS="$LIBS"
  4322.   LIBS="$LIBS -lypsec "
  4323.   cat > conftest.$ac_ext <<EOF
  4324. ! #line 3384 "configure"
  4325.   #include "confdefs.h"
  4326.   
  4327.   int main() { return 0; }
  4328. --- 3391,3411 ----
  4329.     LIBS="$LIBS -lbsd"
  4330.   
  4331.   else
  4332. !   /bin/echo "$ac_t""no" 1>&4
  4333.   fi
  4334.   
  4335.   fi
  4336.   
  4337.   
  4338.   # Check for libypsec.a on Dolphin M88K machines.
  4339. ! /bin/echo $ac_n "checking for -lypsec""... $ac_c" 1>&4
  4340.   if eval "test \"`echo '${'ac_cv_lib_ypsec'+set}'`\" = set"; then
  4341. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  4342.   else
  4343.     ac_save_LIBS="$LIBS"
  4344.   LIBS="$LIBS -lypsec "
  4345.   cat > conftest.$ac_ext <<EOF
  4346. ! #line 3409 "configure"
  4347.   #include "confdefs.h"
  4348.   
  4349.   int main() { return 0; }
  4350. ***************
  4351. *** 3400,3407 ****
  4352.   
  4353.   fi
  4354.   if eval "test \"`echo '$ac_cv_lib_'ypsec`\" = yes"; then
  4355. !   echo "$ac_t""yes" 1>&4
  4356. !     ac_tr_lib=HAVE_LIB`echo ypsec | tr '[a-z]' '[A-Z]'`
  4357.     cat >> confdefs.h <<EOF
  4358.   #define $ac_tr_lib 1
  4359.   EOF
  4360. --- 3425,3432 ----
  4361.   
  4362.   fi
  4363.   if eval "test \"`echo '$ac_cv_lib_'ypsec`\" = yes"; then
  4364. !   /bin/echo "$ac_t""yes" 1>&4
  4365. !     ac_tr_lib=HAVE_LIB`/bin/echo ypsec | tr '[a-z]' '[A-Z]'`
  4366.     cat >> confdefs.h <<EOF
  4367.   #define $ac_tr_lib 1
  4368.   EOF
  4369. ***************
  4370. *** 3409,3427 ****
  4371.     LIBS="$LIBS -lypsec"
  4372.   
  4373.   else
  4374. !   echo "$ac_t""no" 1>&4
  4375.   fi
  4376.   
  4377.   
  4378.   # m88k running dgux 5.4 needs this
  4379. ! echo $ac_n "checking for -lldgc""... $ac_c" 1>&4
  4380.   if eval "test \"`echo '${'ac_cv_lib_ldgc'+set}'`\" = set"; then
  4381. !   echo $ac_n "(cached) $ac_c" 1>&4
  4382.   else
  4383.     ac_save_LIBS="$LIBS"
  4384.   LIBS="$LIBS -lldgc "
  4385.   cat > conftest.$ac_ext <<EOF
  4386. ! #line 3425 "configure"
  4387.   #include "confdefs.h"
  4388.   
  4389.   int main() { return 0; }
  4390. --- 3434,3452 ----
  4391.     LIBS="$LIBS -lypsec"
  4392.   
  4393.   else
  4394. !   /bin/echo "$ac_t""no" 1>&4
  4395.   fi
  4396.   
  4397.   
  4398.   # m88k running dgux 5.4 needs this
  4399. ! /bin/echo $ac_n "checking for -lldgc""... $ac_c" 1>&4
  4400.   if eval "test \"`echo '${'ac_cv_lib_ldgc'+set}'`\" = set"; then
  4401. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  4402.   else
  4403.     ac_save_LIBS="$LIBS"
  4404.   LIBS="$LIBS -lldgc "
  4405.   cat > conftest.$ac_ext <<EOF
  4406. ! #line 3450 "configure"
  4407.   #include "confdefs.h"
  4408.   
  4409.   int main() { return 0; }
  4410. ***************
  4411. *** 3441,3448 ****
  4412.   
  4413.   fi
  4414.   if eval "test \"`echo '$ac_cv_lib_'ldgc`\" = yes"; then
  4415. !   echo "$ac_t""yes" 1>&4
  4416. !     ac_tr_lib=HAVE_LIB`echo ldgc | tr '[a-z]' '[A-Z]'`
  4417.     cat >> confdefs.h <<EOF
  4418.   #define $ac_tr_lib 1
  4419.   EOF
  4420. --- 3466,3473 ----
  4421.   
  4422.   fi
  4423.   if eval "test \"`echo '$ac_cv_lib_'ldgc`\" = yes"; then
  4424. !   /bin/echo "$ac_t""yes" 1>&4
  4425. !     ac_tr_lib=HAVE_LIB`/bin/echo ldgc | tr '[a-z]' '[A-Z]'`
  4426.     cat >> confdefs.h <<EOF
  4427.   #define $ac_tr_lib 1
  4428.   EOF
  4429. ***************
  4430. *** 3450,3461 ****
  4431.     LIBS="$LIBS -lldgc"
  4432.   
  4433.   else
  4434. !   echo "$ac_t""no" 1>&4
  4435.   fi
  4436.   
  4437.   
  4438.   echo "checking for AFS" 1>&4
  4439. ! test -d /afs && cat >> confdefs.h <<\EOF
  4440.   #define AFS 1
  4441.   EOF
  4442.   
  4443. --- 3475,3486 ----
  4444.     LIBS="$LIBS -lldgc"
  4445.   
  4446.   else
  4447. !   /bin/echo "$ac_t""no" 1>&4
  4448.   fi
  4449.   
  4450.   
  4451.   echo "checking for AFS" 1>&4
  4452. ! test -d /gnu/afs && cat >> confdefs.h <<\EOF
  4453.   #define AFS 1
  4454.   EOF
  4455.   
  4456. ***************
  4457. *** 3508,3514 ****
  4458.   : ${CONFIG_STATUS=./config.status}
  4459.   
  4460.   echo creating $CONFIG_STATUS
  4461. ! rm -f $CONFIG_STATUS
  4462.   cat > $CONFIG_STATUS <<EOF
  4463.   #!/bin/sh
  4464.   # Generated automatically by configure.
  4465. --- 3533,3541 ----
  4466.   : ${CONFIG_STATUS=./config.status}
  4467.   
  4468.   echo creating $CONFIG_STATUS
  4469. ! # Some systems, like AmigaDOS, won't allow you to remove a script that is
  4470. ! # being executed, so just move it out of the way instead.
  4471. ! if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  4472.   cat > $CONFIG_STATUS <<EOF
  4473.   #!/bin/sh
  4474.   # Generated automatically by configure.
  4475. ***************
  4476. *** 3529,3535 ****
  4477.       echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  4478.       exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  4479.     -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  4480. !     echo "$CONFIG_STATUS generated by autoconf version 2.0"
  4481.       exit 0 ;;
  4482.     -help | --help | --hel | --he | --h)
  4483.       echo "\$ac_cs_usage"; exit 0 ;;
  4484. --- 3556,3562 ----
  4485.       echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  4486.       exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  4487.     -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  4488. !     /bin/echo "$CONFIG_STATUS generated by autoconf version 2.1"
  4489.       exit 0 ;;
  4490.     -help | --help | --hel | --he | --h)
  4491.       echo "\$ac_cs_usage"; exit 0 ;;
  4492. ***************
  4493. *** 3581,3601 ****
  4494.   for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  4495.     # Support "outfile[:infile]", defaulting infile="outfile.in".
  4496.     case "$ac_file" in
  4497. !   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  4498. !        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  4499.     *) ac_file_in="${ac_file}.in" ;;
  4500.     esac
  4501.   
  4502.     # Adjust relative srcdir, etc. for subdirectories.
  4503.   
  4504.     # Remove last slash and all that follows it.  Not all systems have dirname.
  4505. !   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  4506.     if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  4507.       # The file is in a subdirectory.
  4508.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  4509.       ac_dir_suffix="/$ac_dir"
  4510.       # A "../" for each directory in $ac_dir_suffix.
  4511. !     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  4512.     else
  4513.       ac_dir_suffix= ac_dots=
  4514.     fi
  4515. --- 3608,3628 ----
  4516.   for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  4517.     # Support "outfile[:infile]", defaulting infile="outfile.in".
  4518.     case "$ac_file" in
  4519. !   *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
  4520. !        ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
  4521.     *) ac_file_in="${ac_file}.in" ;;
  4522.     esac
  4523.   
  4524.     # Adjust relative srcdir, etc. for subdirectories.
  4525.   
  4526.     # Remove last slash and all that follows it.  Not all systems have dirname.
  4527. !   ac_dir=`/bin/echo $ac_file|sed 's%/[^/][^/]*$%%'`
  4528.     if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  4529.       # The file is in a subdirectory.
  4530.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  4531.       ac_dir_suffix="/$ac_dir"
  4532.       # A "../" for each directory in $ac_dir_suffix.
  4533. !     ac_dots=`/bin/echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  4534.     else
  4535.       ac_dir_suffix= ac_dots=
  4536.     fi
  4537. ***************
  4538. *** 3603,3609 ****
  4539.     case "$ac_given_srcdir" in
  4540.     .)  srcdir=.
  4541.         if test -z "$ac_dots"; then top_srcdir=.
  4542. !       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  4543.     /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  4544.     *) # Relative path.
  4545.       srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  4546. --- 3630,3636 ----
  4547.     case "$ac_given_srcdir" in
  4548.     .)  srcdir=.
  4549.         if test -z "$ac_dots"; then top_srcdir=.
  4550. !       else top_srcdir=`/bin/echo $ac_dots|sed 's%/$%%'`; fi ;;
  4551.     /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  4552.     *) # Relative path.
  4553.       srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  4554. ***************
  4555. *** 3616,3622 ****
  4556.     esac
  4557.     echo creating "$ac_file"
  4558.     rm -f "$ac_file"
  4559. !   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  4560.     case "$ac_file" in
  4561.     *Makefile*) ac_comsub="1i\\
  4562.   # $configure_input" ;;
  4563. --- 3643,3649 ----
  4564.     esac
  4565.     echo creating "$ac_file"
  4566.     rm -f "$ac_file"
  4567. !   configure_input="Generated automatically from `/bin/echo $ac_file_in|sed 's%.*/%%'` by configure."
  4568.     case "$ac_file" in
  4569.     *Makefile*) ac_comsub="1i\\
  4570.   # $configure_input" ;;
  4571. ***************
  4572. *** 3654,3661 ****
  4573.   for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  4574.     # Support "outfile[:infile]", defaulting infile="outfile.in".
  4575.     case "$ac_file" in
  4576. !   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  4577. !        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  4578.     *) ac_file_in="${ac_file}.in" ;;
  4579.     esac
  4580.   
  4581. --- 3681,3688 ----
  4582.   for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  4583.     # Support "outfile[:infile]", defaulting infile="outfile.in".
  4584.     case "$ac_file" in
  4585. !   *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
  4586. !        ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
  4587.     *) ac_file_in="${ac_file}.in" ;;
  4588.     esac
  4589.   
  4590. ***************
  4591. *** 3719,3725 ****
  4592.     cat conftest.in >> conftest.h
  4593.     rm -f conftest.in
  4594.     if cmp -s $ac_file conftest.h 2>/dev/null; then
  4595. !     echo "$ac_file is unchanged"
  4596.       rm -f conftest.h
  4597.     else
  4598.       rm -f $ac_file
  4599. --- 3746,3752 ----
  4600.     cat conftest.in >> conftest.h
  4601.     rm -f conftest.in
  4602.     if cmp -s $ac_file conftest.h 2>/dev/null; then
  4603. !     /bin/echo "$ac_file is unchanged"
  4604.       rm -f conftest.h
  4605.     else
  4606.       rm -f $ac_file
  4607. diff -rc --new-file fileutils-3.12/configure.in /gnu/src/amiga/fileutils-3.12/configure.in
  4608. *** fileutils-3.12/configure.in    Tue Nov  1 13:54:07 1994
  4609. --- /gnu/src/amiga/fileutils-3.12/configure.in    Sat Nov 12 08:14:11 1994
  4610. ***************
  4611. *** 269,275 ****
  4612.     fi
  4613.   fi
  4614.   
  4615. ! if test $space = no; then
  4616.   # AIX
  4617.     AC_MSG_CHECKING([for two-argument statfs with statfs.bsize dnl
  4618.   member (AIX, 4.3BSD)])
  4619. --- 269,277 ----
  4620.     fi
  4621.   fi
  4622.   
  4623. ! # Amiga hack - short circuit this test since it matches and prevents
  4624. ! # us from finding the 4.4 BSD case below that we really want.
  4625. ! if false; then
  4626.   # AIX
  4627.     AC_MSG_CHECKING([for two-argument statfs with statfs.bsize dnl
  4628.   member (AIX, 4.3BSD)])
  4629. ***************
  4630. *** 427,433 ****
  4631.   AC_CHECK_LIB(ldgc, main)
  4632.   
  4633.   AC_CHECKING(for AFS)
  4634. ! test -d /afs && AC_DEFINE(AFS)
  4635.   
  4636.   AC_OUTPUT(Makefile doc/Makefile lib/Makefile man/Makefile src/Makefile,
  4637.   [echo > stamp-h])dnl
  4638. --- 429,435 ----
  4639.   AC_CHECK_LIB(ldgc, main)
  4640.   
  4641.   AC_CHECKING(for AFS)
  4642. ! test -d /gnu/afs && AC_DEFINE(AFS)
  4643.   
  4644.   AC_OUTPUT(Makefile doc/Makefile lib/Makefile man/Makefile src/Makefile,
  4645.   [echo > stamp-h])dnl
  4646. diff -rc --new-file fileutils-3.12/configure.in.rej /gnu/src/amiga/fileutils-3.12/configure.in.rej
  4647. *** fileutils-3.12/configure.in.rej    Thu Jan  1 00:00:00 1970
  4648. --- /gnu/src/amiga/fileutils-3.12/configure.in.rej    Sat Nov 12 07:45:37 1994
  4649. ***************
  4650. *** 0 ****
  4651. --- 1,18 ----
  4652. + ***************
  4653. + *** 112,119 ****
  4654. +   fi
  4655. +   if test -z "$space"; then
  4656. +   # 4.4BSD
  4657. + ! AC_HEADER_EGREP(MOUNT_UFS, sys/mount.h,
  4658. + !   AC_DEFINE(STAT_STATFS2_FSIZE) space=1)
  4659. +   fi
  4660. +   if test -z "$space"; then
  4661. +   # SVR2
  4662. + --- 112,118 ----
  4663. +   fi
  4664. +   if test -z "$space"; then
  4665. +   # 4.4BSD
  4666. + ! AC_DEFINE(STAT_STATFS2_FSIZE) space=1
  4667. +   fi
  4668. +   if test -z "$space"; then
  4669. +   # SVR2
  4670. diff -rc --new-file fileutils-3.12/lib/backupfile.c /gnu/src/amiga/fileutils-3.12/lib/backupfile.c
  4671. *** fileutils-3.12/lib/backupfile.c    Sun Oct  2 01:02:48 1994
  4672. --- /gnu/src/amiga/fileutils-3.12/lib/backupfile.c    Sat Nov 12 07:38:47 1994
  4673. ***************
  4674. *** 93,99 ****
  4675. --- 93,103 ----
  4676.   
  4677.   /* The extension added to file names to produce a simple (as opposed
  4678.      to numbered) backup file name. */
  4679. + #ifdef AMIGA
  4680. + char *simple_backup_suffix = "!";
  4681. + #else
  4682.   char *simple_backup_suffix = "~";
  4683. + #endif
  4684.   
  4685.   char *basename ();
  4686.   char *dirname ();
  4687. ***************
  4688. *** 118,124 ****
  4689. --- 122,132 ----
  4690.   
  4691.     if (backup_type == simple)
  4692.       return concat (file, simple_backup_suffix);
  4693. + #ifdef AMIGA
  4694. +   base_versions = concat (basename (file), ".!");
  4695. + #else
  4696.     base_versions = concat (basename (file), ".~");
  4697. + #endif
  4698.     if (base_versions == 0)
  4699.       return 0;
  4700.     dir = dirname (file);
  4701. ***************
  4702. *** 184,190 ****
  4703. --- 192,202 ----
  4704.     backup_name = malloc (strlen (file) + 16);
  4705.     if (backup_name == 0)
  4706.       return 0;
  4707. + #ifdef AMIGA
  4708. +   sprintf (backup_name, "%s.!%d!", file, version);
  4709. + #else
  4710.     sprintf (backup_name, "%s.~%d~", file, version);
  4711. + #endif
  4712.     return backup_name;
  4713.   }
  4714.   
  4715. ***************
  4716. *** 206,212 ****
  4717. --- 218,228 ----
  4718.       {
  4719.         for (p = &backup[base_length]; ISDIGIT (*p); ++p)
  4720.       version = version * 10 + *p - '0';
  4721. + #ifdef AMIGA
  4722. +       if (p[0] != '!' || p[1])
  4723. + #else
  4724.         if (p[0] != '~' || p[1])
  4725. + #endif
  4726.       version = 0;
  4727.       }
  4728.     return version;
  4729. diff -rc --new-file fileutils-3.12/lib/fnmatch.h /gnu/src/amiga/fileutils-3.12/lib/fnmatch.h
  4730. *** fileutils-3.12/lib/fnmatch.h    Mon Oct 17 03:20:53 1994
  4731. --- /gnu/src/amiga/fileutils-3.12/lib/fnmatch.h    Sat Nov 12 07:38:48 1994
  4732. ***************
  4733. *** 43,48 ****
  4734. --- 43,52 ----
  4735.   #undef    FNM_NOESCAPE
  4736.   #undef    FNM_PERIOD
  4737.   
  4738. + #ifdef FNM_PATHNAME
  4739. + #undef FNM_PATHNAME    /* Defined in some <unistd.h> files?  -fnf */
  4740. + #endif
  4741.   /* Bits set in the FLAGS argument to `fnmatch'.  */
  4742.   #define    FNM_PATHNAME    (1 << 0) /* No wildcard can ever match `/'.  */
  4743.   #define    FNM_NOESCAPE    (1 << 1) /* Backslashes don't quote special chars.  */
  4744. diff -rc --new-file fileutils-3.12/mkinstalldirs /gnu/src/amiga/fileutils-3.12/mkinstalldirs
  4745. *** fileutils-3.12/mkinstalldirs    Sat Mar 26 04:01:14 1994
  4746. --- /gnu/src/amiga/fileutils-3.12/mkinstalldirs    Sat Nov 12 07:38:49 1994
  4747. ***************
  4748. *** 27,32 ****
  4749. --- 27,33 ----
  4750.      done
  4751.   done
  4752.   
  4753. + exit 0
  4754.   exit $errstatus
  4755.   
  4756.   # mkinstalldirs ends here
  4757. diff -rc --new-file fileutils-3.12/src/chgrp.c /gnu/src/amiga/fileutils-3.12/src/chgrp.c
  4758. *** fileutils-3.12/src/chgrp.c    Sat Oct  8 00:29:47 1994
  4759. --- /gnu/src/amiga/fileutils-3.12/src/chgrp.c    Sat Nov 12 07:38:52 1994
  4760. ***************
  4761. *** 91,97 ****
  4762.     {0, 0, 0, 0}
  4763.   };
  4764.   
  4765. - void
  4766.   main (argc, argv)
  4767.        int argc;
  4768.        char **argv;
  4769. --- 91,96 ----
  4770. diff -rc --new-file fileutils-3.12/src/chmod.c /gnu/src/amiga/fileutils-3.12/src/chmod.c
  4771. *** fileutils-3.12/src/chmod.c    Sat Oct  8 00:29:48 1994
  4772. --- /gnu/src/amiga/fileutils-3.12/src/chmod.c    Sat Nov 12 07:38:53 1994
  4773. ***************
  4774. *** 81,87 ****
  4775.   /* Parse the ASCII mode given on the command line into a linked list
  4776.      of `struct mode_change' and apply that to each file argument. */
  4777.   
  4778. - void
  4779.   main (argc, argv)
  4780.        int argc;
  4781.        char **argv;
  4782. --- 81,86 ----
  4783. diff -rc --new-file fileutils-3.12/src/chown.c /gnu/src/amiga/fileutils-3.12/src/chown.c
  4784. *** fileutils-3.12/src/chown.c    Sat Oct  8 00:29:49 1994
  4785. --- /gnu/src/amiga/fileutils-3.12/src/chown.c    Sat Nov 12 07:38:54 1994
  4786. ***************
  4787. *** 102,108 ****
  4788.     {0, 0, 0, 0}
  4789.   };
  4790.   
  4791. - void
  4792.   main (argc, argv)
  4793.        int argc;
  4794.        char **argv;
  4795. --- 102,107 ----
  4796. diff -rc --new-file fileutils-3.12/src/cp.c /gnu/src/amiga/fileutils-3.12/src/cp.c
  4797. *** fileutils-3.12/src/cp.c    Thu Nov  3 22:42:12 1994
  4798. --- /gnu/src/amiga/fileutils-3.12/src/cp.c    Sat Nov 12 07:38:55 1994
  4799. ***************
  4800. *** 153,159 ****
  4801.     {NULL, 0, NULL, 0}
  4802.   };
  4803.   
  4804. - void
  4805.   main (argc, argv)
  4806.        int argc;
  4807.        char *argv[];
  4808. --- 153,158 ----
  4809. diff -rc --new-file fileutils-3.12/src/dd.c /gnu/src/amiga/fileutils-3.12/src/dd.c
  4810. *** fileutils-3.12/src/dd.c    Sun Oct  2 01:03:00 1994
  4811. --- /gnu/src/amiga/fileutils-3.12/src/dd.c    Sat Nov 12 07:38:56 1994
  4812. ***************
  4813. *** 326,332 ****
  4814.     {0, 0, 0, 0}
  4815.   };
  4816.   
  4817. - void
  4818.   main (argc, argv)
  4819.        int argc;
  4820.        char **argv;
  4821. --- 326,331 ----
  4822. diff -rc --new-file fileutils-3.12/src/df.c /gnu/src/amiga/fileutils-3.12/src/df.c
  4823. *** fileutils-3.12/src/df.c    Sat Oct 29 04:46:00 1994
  4824. --- /gnu/src/amiga/fileutils-3.12/src/df.c    Sat Nov 12 07:38:57 1994
  4825. ***************
  4826. *** 144,150 ****
  4827.     {NULL, 0, NULL, 0}
  4828.   };
  4829.   
  4830. - void
  4831.   main (argc, argv)
  4832.        int argc;
  4833.        char **argv;
  4834. --- 144,149 ----
  4835. diff -rc --new-file fileutils-3.12/src/du.c /gnu/src/amiga/fileutils-3.12/src/du.c
  4836. *** fileutils-3.12/src/du.c    Sun Oct  2 01:03:02 1994
  4837. --- /gnu/src/amiga/fileutils-3.12/src/du.c    Sat Nov 12 07:38:58 1994
  4838. ***************
  4839. *** 217,223 ****
  4840.     exit (status);
  4841.   }
  4842.   
  4843. - void
  4844.   main (argc, argv)
  4845.        int argc;
  4846.        char *argv[];
  4847. --- 217,222 ----
  4848. diff -rc --new-file fileutils-3.12/src/install.c /gnu/src/amiga/fileutils-3.12/src/install.c
  4849. *** fileutils-3.12/src/install.c    Thu Nov  3 22:42:14 1994
  4850. --- /gnu/src/amiga/fileutils-3.12/src/install.c    Sat Nov 12 07:38:59 1994
  4851. ***************
  4852. *** 155,161 ****
  4853.     {NULL, 0, NULL, 0}
  4854.   };
  4855.   
  4856. - void
  4857.   main (argc, argv)
  4858.        int argc;
  4859.        char **argv;
  4860. --- 155,160 ----
  4861. ***************
  4862. *** 460,466 ****
  4863.   {
  4864.     int pid, status;
  4865.   
  4866. !   pid = fork ();
  4867.     switch (pid)
  4868.       {
  4869.       case -1:
  4870. --- 459,465 ----
  4871.   {
  4872.     int pid, status;
  4873.   
  4874. !   pid = vfork ();
  4875.     switch (pid)
  4876.       {
  4877.       case -1:
  4878. diff -rc --new-file fileutils-3.12/src/ln.c /gnu/src/amiga/fileutils-3.12/src/ln.c
  4879. *** fileutils-3.12/src/ln.c    Sat Oct  8 14:40:29 1994
  4880. --- /gnu/src/amiga/fileutils-3.12/src/ln.c    Sat Nov 12 07:39:00 1994
  4881. ***************
  4882. *** 118,124 ****
  4883.     {NULL, 0, NULL, 0}
  4884.   };
  4885.   
  4886. - void
  4887.   main (argc, argv)
  4888.        int argc;
  4889.        char **argv;
  4890. --- 118,123 ----
  4891. diff -rc --new-file fileutils-3.12/src/ls.c /gnu/src/amiga/fileutils-3.12/src/ls.c
  4892. *** fileutils-3.12/src/ls.c    Fri Nov  4 05:08:15 1994
  4893. --- /gnu/src/amiga/fileutils-3.12/src/ls.c    Sat Nov 12 08:00:26 1994
  4894. ***************
  4895. *** 67,72 ****
  4896. --- 67,90 ----
  4897.   #define INT_MAX 2147483647
  4898.   #endif
  4899.   
  4900. + /* Don't hardcode which characters are 'funny',
  4901. +  * to allow national characters in file names.
  4902. +  * I think this might be appripriate for other 
  4903. +  * systems too, not only on the amiga.
  4904. +  *                      - nisse@lysator.liu.se
  4905. +  */
  4906. + #ifdef amigados
  4907. + #include <ctype.h>
  4908. + /* The isfunny() macro regards a space as a funny character,
  4909. +  * the isfunny2() macro doesn't. */
  4910. + #define isfunny2(c) (iscntrl(c))
  4911. + #define isfunny(c) (isfunny2(c) || (c) == ' ')
  4912. + #else
  4913. + /* Original test */
  4914. + #define isfunny(c) (!(c > 040 && c < 0177))
  4915. + #define isfunny2(c) (!(c >= 040 && c < 0177)
  4916. + #endif
  4917.   /* Return an int indicating the result of comparing two longs. */
  4918.   #if (INT_MAX <= 65535)
  4919.   #define longdiff(a, b) ((a) < (b) ? -1 : (a) > (b) ? 1 : 0)
  4920. ***************
  4921. *** 521,527 ****
  4922.     fputs ("\n", stdout);
  4923.   }
  4924.   
  4925. - void
  4926.   main (argc, argv)
  4927.        int argc;
  4928.        char **argv;
  4929. --- 539,544 ----
  4930. ***************
  4931. *** 799,806 ****
  4932. --- 816,828 ----
  4933.         break;
  4934.   
  4935.       case 'B':
  4936. + #ifdef AMIGA
  4937. +       add_ignore_pattern ("*!");
  4938. +       add_ignore_pattern (".*!");
  4939. + #else
  4940.         add_ignore_pattern ("*~");
  4941.         add_ignore_pattern (".*~");
  4942. + #endif
  4943.         break;
  4944.   
  4945.       case 'C':
  4946. ***************
  4947. *** 1675,1688 ****
  4948.   
  4949.           default:
  4950.             /* FIXME: why not just use the ISPRINT macro here?  */
  4951. !           if (!(c > 040 && c < 0177))
  4952.           found_quotable = 1;
  4953.             break;
  4954.           }
  4955.       }
  4956.         else
  4957.       {
  4958. !       if (!(c >= 040 && c < 0177) && qmark_funny_chars)
  4959.           found_quotable = 1;
  4960.       }
  4961.         if (found_quotable)
  4962. --- 1697,1710 ----
  4963.   
  4964.           default:
  4965.             /* FIXME: why not just use the ISPRINT macro here?  */
  4966. !           if (isfunny(c))
  4967.           found_quotable = 1;
  4968.             break;
  4969.           }
  4970.       }
  4971.         else
  4972.       {
  4973. !       if (isfunny2(c) && qmark_funny_chars)
  4974.           found_quotable = 1;
  4975.       }
  4976.         if (found_quotable)
  4977. ***************
  4978. *** 1746,1752 ****
  4979.             break;
  4980.   
  4981.           default:
  4982. !           if (c > 040 && c < 0177)
  4983.           SAVECHAR (c);
  4984.             else
  4985.           {
  4986. --- 1768,1774 ----
  4987.             break;
  4988.   
  4989.           default:
  4990. !           if (!isfunny(c))
  4991.           SAVECHAR (c);
  4992.             else
  4993.           {
  4994. ***************
  4995. *** 1758,1764 ****
  4996.       }
  4997.         else
  4998.       {
  4999. !       if (c >= 040 && c < 0177)
  5000.           SAVECHAR (c);
  5001.         else if (!qmark_funny_chars)
  5002.           SAVECHAR (c);
  5003. --- 1780,1786 ----
  5004.       }
  5005.         else
  5006.       {
  5007. !       if (!isfunny2(c))
  5008.           SAVECHAR (c);
  5009.         else if (!qmark_funny_chars)
  5010.           SAVECHAR (c);
  5011. ***************
  5012. *** 1880,1886 ****
  5013.             break;
  5014.   
  5015.           default:
  5016. !           if (c >= 040 && c < 0177)
  5017.           len += 1;
  5018.             else
  5019.           len += 4;
  5020. --- 1902,1908 ----
  5021.             break;
  5022.   
  5023.           default:
  5024. !           if (!isfunny2(c))
  5025.           len += 1;
  5026.             else
  5027.           len += 4;
  5028. diff -rc --new-file fileutils-3.12/src/mkdir.c /gnu/src/amiga/fileutils-3.12/src/mkdir.c
  5029. *** fileutils-3.12/src/mkdir.c    Thu Nov  3 22:42:15 1994
  5030. --- /gnu/src/amiga/fileutils-3.12/src/mkdir.c    Sat Nov 12 07:39:03 1994
  5031. ***************
  5032. *** 62,68 ****
  5033.     {NULL, 0, NULL, 0}
  5034.   };
  5035.   
  5036. - void
  5037.   main (argc, argv)
  5038.        int argc;
  5039.        char **argv;
  5040. --- 62,67 ----
  5041. diff -rc --new-file fileutils-3.12/src/mkfifo.c /gnu/src/amiga/fileutils-3.12/src/mkfifo.c
  5042. *** fileutils-3.12/src/mkfifo.c    Sat Oct  8 00:29:52 1994
  5043. --- /gnu/src/amiga/fileutils-3.12/src/mkfifo.c    Sat Nov 12 07:39:04 1994
  5044. ***************
  5045. *** 51,57 ****
  5046.     {NULL, 0, NULL, 0}
  5047.   };
  5048.   
  5049. - void
  5050.   main (argc, argv)
  5051.        int argc;
  5052.        char **argv;
  5053. --- 51,56 ----
  5054. diff -rc --new-file fileutils-3.12/src/mknod.c /gnu/src/amiga/fileutils-3.12/src/mknod.c
  5055. *** fileutils-3.12/src/mknod.c    Sat Oct  8 00:29:53 1994
  5056. --- /gnu/src/amiga/fileutils-3.12/src/mknod.c    Sat Nov 12 07:39:05 1994
  5057. ***************
  5058. *** 56,62 ****
  5059.     {NULL, 0, NULL, 0}
  5060.   };
  5061.   
  5062. - void
  5063.   main (argc, argv)
  5064.        int argc;
  5065.        char **argv;
  5066. --- 56,61 ----
  5067. diff -rc --new-file fileutils-3.12/src/mv.c /gnu/src/amiga/fileutils-3.12/src/mv.c
  5068. *** fileutils-3.12/src/mv.c    Sun Oct  2 01:03:10 1994
  5069. --- /gnu/src/amiga/fileutils-3.12/src/mv.c    Sat Nov 12 07:39:06 1994
  5070. ***************
  5071. *** 113,119 ****
  5072.     {NULL, 0, NULL, 0}
  5073.   };
  5074.   
  5075. - void
  5076.   main (argc, argv)
  5077.        int argc;
  5078.        char **argv;
  5079. --- 113,118 ----
  5080. diff -rc --new-file fileutils-3.12/src/mvdir.c /gnu/src/amiga/fileutils-3.12/src/mvdir.c
  5081. *** fileutils-3.12/src/mvdir.c    Sun Oct  2 01:03:11 1994
  5082. --- /gnu/src/amiga/fileutils-3.12/src/mvdir.c    Sat Nov 12 07:39:07 1994
  5083. ***************
  5084. *** 90,96 ****
  5085.     exit (status);
  5086.   }
  5087.   
  5088. - void
  5089.   main (argc, argv)
  5090.        int argc;
  5091.        char **argv;
  5092. --- 90,95 ----
  5093. diff -rc --new-file fileutils-3.12/src/rm.c /gnu/src/amiga/fileutils-3.12/src/rm.c
  5094. *** fileutils-3.12/src/rm.c    Sat Oct  8 00:29:55 1994
  5095. --- /gnu/src/amiga/fileutils-3.12/src/rm.c    Sat Nov 12 07:39:08 1994
  5096. ***************
  5097. *** 96,102 ****
  5098.     {NULL, 0, NULL, 0}
  5099.   };
  5100.   
  5101. - void
  5102.   main (argc, argv)
  5103.        int argc;
  5104.        char **argv;
  5105. --- 96,101 ----
  5106. diff -rc --new-file fileutils-3.12/src/rmdir.c /gnu/src/amiga/fileutils-3.12/src/rmdir.c
  5107. *** fileutils-3.12/src/rmdir.c    Sat Oct  8 00:29:56 1994
  5108. --- /gnu/src/amiga/fileutils-3.12/src/rmdir.c    Sat Nov 12 07:39:09 1994
  5109. ***************
  5110. *** 56,62 ****
  5111.     {NULL, 0, NULL, 0}
  5112.   };
  5113.   
  5114. - void
  5115.   main (argc, argv)
  5116.        int argc;
  5117.        char **argv;
  5118. --- 56,61 ----
  5119. diff -rc --new-file fileutils-3.12/src/sync.c /gnu/src/amiga/fileutils-3.12/src/sync.c
  5120. *** fileutils-3.12/src/sync.c    Sat Oct  8 00:29:56 1994
  5121. --- /gnu/src/amiga/fileutils-3.12/src/sync.c    Sat Nov 12 08:39:44 1994
  5122. ***************
  5123. *** 49,55 ****
  5124.     exit (status);
  5125.   }
  5126.   
  5127. - void
  5128.   main (argc, argv)
  5129.        int argc;
  5130.        char **argv;
  5131. --- 49,54 ----
  5132. diff -rc --new-file fileutils-3.12/src/touch.c /gnu/src/amiga/fileutils-3.12/src/touch.c
  5133. *** fileutils-3.12/src/touch.c    Sun Oct  2 01:03:17 1994
  5134. --- /gnu/src/amiga/fileutils-3.12/src/touch.c    Sat Nov 12 07:39:10 1994
  5135. ***************
  5136. *** 125,131 ****
  5137.     CH_ATIME, CH_ATIME, CH_ATIME, CH_MTIME, CH_MTIME
  5138.   };
  5139.   
  5140. - void
  5141.   main (argc, argv)
  5142.        int argc;
  5143.        char **argv;
  5144. --- 125,130 ----
  5145.