home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / cvs-1.8.7-src.tgz / tar.out / fsf / cvs / BeOS.diffs < prev    next >
Text File  |  1996-09-28  |  35KB  |  1,297 lines

  1. diff -rc cvs-ref/Makefile.in cvs/Makefile.in
  2. *** cvs-ref/Makefile.in    Fri Sep 20 07:00:00 1996
  3. --- cvs/Makefile.in    Fri Sep 27 14:01:28 1996
  4. ***************
  5. *** 29,35 ****
  6.   # comes with it or else use gcc with the -traditional option.  Otherwise
  7.   # ioctl calls will be compiled incorrectly on some systems.
  8.   CC = @CC@
  9. ! AR = @AR@
  10.   
  11.   @SET_MAKE@
  12.   
  13. --- 29,35 ----
  14.   # comes with it or else use gcc with the -traditional option.  Otherwise
  15.   # ioctl calls will be compiled incorrectly on some systems.
  16.   CC = @CC@
  17. ! AR = mwcc
  18.   
  19.   @SET_MAKE@
  20.   
  21. diff -rc cvs-ref/configure cvs/configure
  22. *** cvs-ref/configure    Fri Sep 20 07:00:00 1996
  23. --- cvs/configure    Fri Sep 27 14:01:29 1996
  24. ***************
  25. *** 602,608 ****
  26.     yes;
  27.   #endif
  28.   EOF
  29. ! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:606: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  30.     ac_cv_prog_gcc=yes
  31.   else
  32.     ac_cv_prog_gcc=no
  33. --- 602,608 ----
  34.     yes;
  35.   #endif
  36.   EOF
  37. ! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:606: \"$ac_try\") 1>&5; xxx=`(eval $ac_try 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; } | egrep yes >/dev/null 2>&1; then
  38.     ac_cv_prog_gcc=yes
  39.   else
  40.     ac_cv_prog_gcc=no
  41. ***************
  42. *** 661,667 ****
  43.   Syntax Error
  44.   EOF
  45.   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  46. ! { (eval echo configure:665: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  47.   ac_err=`grep -v '^ *+' conftest.out`
  48.   if test -z "$ac_err"; then
  49.     :
  50. --- 661,667 ----
  51.   Syntax Error
  52.   EOF
  53.   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  54. ! { (eval echo configure:665: \"$ac_try\") 1>&5; xxx=`(eval $ac_try 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }
  55.   ac_err=`grep -v '^ *+' conftest.out`
  56.   if test -z "$ac_err"; then
  57.     :
  58. ***************
  59. *** 676,682 ****
  60.   Syntax Error
  61.   EOF
  62.   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  63. ! { (eval echo configure:680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  64.   ac_err=`grep -v '^ *+' conftest.out`
  65.   if test -z "$ac_err"; then
  66.     :
  67. --- 676,682 ----
  68.   Syntax Error
  69.   EOF
  70.   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  71. ! { (eval echo configure:680: \"$ac_try\") 1>&5; xxx=`(eval $ac_try 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }
  72.   ac_err=`grep -v '^ *+' conftest.out`
  73.   if test -z "$ac_err"; then
  74.     :
  75. ***************
  76. *** 705,712 ****
  77.   #endif
  78.   
  79.   EOF
  80. ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  81. !   egrep "yes" >/dev/null 2>&1; then
  82.     rm -rf conftest*
  83.     echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
  84.   #define _ALL_SOURCE 1
  85. --- 705,712 ----
  86.   #endif
  87.   
  88.   EOF
  89. ! eval "$ac_cpp conftest.$ac_ext" 2>&5 >conftest.tmp
  90. ! if egrep "yes" <conftest.tmp >/dev/null 2>&1; then
  91.     rm -rf conftest*
  92.     echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
  93.   #define _ALL_SOURCE 1
  94. ***************
  95. *** 730,736 ****
  96.   #include <minix/config.h>
  97.   EOF
  98.   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  99. ! { (eval echo configure:734: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  100.   ac_err=`grep -v '^ *+' conftest.out`
  101.   if test -z "$ac_err"; then
  102.     rm -rf conftest*
  103. --- 730,736 ----
  104.   #include <minix/config.h>
  105.   EOF
  106.   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  107. ! { (eval echo configure:734: \"$ac_try\") 1>&5; xxx=`(eval $ac_try 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }
  108.   ac_err=`grep -v '^ *+' conftest.out`
  109.   if test -z "$ac_err"; then
  110.     rm -rf conftest*
  111. ***************
  112. *** 840,846 ****
  113.   #include "confdefs.h"
  114.   main(){return(0);}
  115.   EOF
  116. ! { (eval echo configure:844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  117.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  118.     ac_cv_c_cross=no
  119.   else
  120. --- 840,846 ----
  121.   #include "confdefs.h"
  122.   main(){return(0);}
  123.   EOF
  124. ! { (eval echo configure:844: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }
  125.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  126.     ac_cv_c_cross=no
  127.   else
  128. ***************
  129. *** 909,915 ****
  130.   
  131.   ; return 0; }
  132.   EOF
  133. ! if { (eval echo configure:913: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  134.     rm -rf conftest*
  135.     ac_cv_c_const=yes
  136.   else
  137. --- 909,915 ----
  138.   
  139.   ; return 0; }
  140.   EOF
  141. ! if { (eval echo configure:913: \"$ac_compile\") 1>&5; xxx=`(eval $ac_compile 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  142.     rm -rf conftest*
  143.     ac_cv_c_const=yes
  144.   else
  145. ***************
  146. *** 1313,1319 ****
  147.   #include <float.h>
  148.   EOF
  149.   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  150. ! { (eval echo configure:1317: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  151.   ac_err=`grep -v '^ *+' conftest.out`
  152.   if test -z "$ac_err"; then
  153.     rm -rf conftest*
  154. --- 1313,1319 ----
  155.   #include <float.h>
  156.   EOF
  157.   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  158. ! { (eval echo configure:1317: \"$ac_try\") 1>&5; xxx=`(eval $ac_try 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }
  159.   ac_err=`grep -v '^ *+' conftest.out`
  160.   if test -z "$ac_err"; then
  161.     rm -rf conftest*
  162. ***************
  163. *** 1332,1339 ****
  164.   #include "confdefs.h"
  165.   #include <string.h>
  166.   EOF
  167. ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  168. !   egrep "memchr" >/dev/null 2>&1; then
  169.     :
  170.   else
  171.     rm -rf conftest*
  172. --- 1332,1339 ----
  173.   #include "confdefs.h"
  174.   #include <string.h>
  175.   EOF
  176. ! eval "$ac_cpp conftest.$ac_ext" 2>&5 >conftest.tmp
  177. ! if egrep "memchr" <conftest.tmp >/dev/null 2>&1; then
  178.     :
  179.   else
  180.     rm -rf conftest*
  181. ***************
  182. *** 1350,1357 ****
  183.   #include "confdefs.h"
  184.   #include <stdlib.h>
  185.   EOF
  186. ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  187. !   egrep "free" >/dev/null 2>&1; then
  188.     :
  189.   else
  190.     rm -rf conftest*
  191. --- 1350,1357 ----
  192.   #include "confdefs.h"
  193.   #include <stdlib.h>
  194.   EOF
  195. ! eval "$ac_cpp conftest.$ac_ext" 2>&5 >conftest.tmp
  196. ! if egrep "free" <conftest.tmp >/dev/null 2>&1; then
  197.     :
  198.   else
  199.     rm -rf conftest*
  200. ***************
  201. *** 1378,1384 ****
  202.   exit (0); }
  203.   
  204.   EOF
  205. ! { (eval echo configure:1382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  206.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  207.     :
  208.   else
  209. --- 1378,1384 ----
  210.   exit (0); }
  211.   
  212.   EOF
  213. ! { (eval echo configure:1382: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }
  214.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  215.     :
  216.   else
  217. ***************
  218. *** 1412,1418 ****
  219.   #include <$ac_hdr>
  220.   EOF
  221.   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  222. ! { (eval echo configure:1416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  223.   ac_err=`grep -v '^ *+' conftest.out`
  224.   if test -z "$ac_err"; then
  225.     rm -rf conftest*
  226. --- 1412,1418 ----
  227.   #include <$ac_hdr>
  228.   EOF
  229.   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  230. ! { (eval echo configure:1416: \"$ac_try\") 1>&5; xxx=`(eval $ac_try 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }
  231.   ac_err=`grep -v '^ *+' conftest.out`
  232.   if test -z "$ac_err"; then
  233.     rm -rf conftest*
  234. ***************
  235. *** 1458,1464 ****
  236.   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  237.   ; return 0; }
  238.   EOF
  239. ! if { (eval echo configure:1462: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  240.     rm -rf conftest*
  241.     ac_cv_header_sys_wait_h=yes
  242.   else
  243. --- 1458,1464 ----
  244.   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  245.   ; return 0; }
  246.   EOF
  247. ! if { (eval echo configure:1462: \"$ac_compile\") 1>&5; xxx=`(eval $ac_compile 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  248.     rm -rf conftest*
  249.     ac_cv_header_sys_wait_h=yes
  250.   else
  251. ***************
  252. *** 1512,1519 ****
  253.   #endif
  254.   
  255.   EOF
  256. ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  257. !   egrep "You lose" >/dev/null 2>&1; then
  258.     rm -rf conftest*
  259.     ac_cv_header_stat_broken=yes
  260.   else
  261. --- 1512,1519 ----
  262.   #endif
  263.   
  264.   EOF
  265. ! eval "$ac_cpp conftest.$ac_ext" 2>&5 >conftest.tmp
  266. ! if egrep "You lose" <conftest.tmp >/dev/null 2>&1; then
  267.     rm -rf conftest*
  268.     ac_cv_header_stat_broken=yes
  269.   else
  270. ***************
  271. *** 1547,1553 ****
  272.   struct tm *tp;
  273.   ; return 0; }
  274.   EOF
  275. ! if { (eval echo configure:1551: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  276.     rm -rf conftest*
  277.     ac_cv_header_time=yes
  278.   else
  279. --- 1547,1553 ----
  280.   struct tm *tp;
  281.   ; return 0; }
  282.   EOF
  283. ! if { (eval echo configure:1551: \"$ac_compile\") 1>&5; xxx=`(eval $ac_compile 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  284.     rm -rf conftest*
  285.     ac_cv_header_time=yes
  286.   else
  287. ***************
  288. *** 1584,1590 ****
  289.   DIR *dirp = 0;
  290.   ; return 0; }
  291.   EOF
  292. ! if { (eval echo configure:1588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  293.     rm -rf conftest*
  294.     eval "ac_cv_header_dirent_$ac_safe=yes"
  295.   else
  296. --- 1584,1590 ----
  297.   DIR *dirp = 0;
  298.   ; return 0; }
  299.   EOF
  300. ! if { (eval echo configure:1588: \"$ac_compile\") 1>&5; xxx=`(eval $ac_compile 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  301.     rm -rf conftest*
  302.     eval "ac_cv_header_dirent_$ac_safe=yes"
  303.   else
  304. ***************
  305. *** 1622,1633 ****
  306.       builtin and then its argument prototype would still apply.  */
  307.   char opendir();
  308.   
  309. ! int main() { return 0; }
  310.   int t() {
  311.   opendir()
  312.   ; return 0; }
  313.   EOF
  314. ! if { (eval echo configure:1631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  315.     rm -rf conftest*
  316.     eval "ac_cv_lib_$ac_lib_var=yes"
  317.   else
  318. --- 1622,1633 ----
  319.       builtin and then its argument prototype would still apply.  */
  320.   char opendir();
  321.   
  322. ! int main() { t(); return 0; }
  323.   int t() {
  324.   opendir()
  325.   ; return 0; }
  326.   EOF
  327. ! if { (eval echo configure:1631: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  328.     rm -rf conftest*
  329.     eval "ac_cv_lib_$ac_lib_var=yes"
  330.   else
  331. ***************
  332. *** 1661,1672 ****
  333.       builtin and then its argument prototype would still apply.  */
  334.   char opendir();
  335.   
  336. ! int main() { return 0; }
  337.   int t() {
  338.   opendir()
  339.   ; return 0; }
  340.   EOF
  341. ! if { (eval echo configure:1670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  342.     rm -rf conftest*
  343.     eval "ac_cv_lib_$ac_lib_var=yes"
  344.   else
  345. --- 1661,1672 ----
  346.       builtin and then its argument prototype would still apply.  */
  347.   char opendir();
  348.   
  349. ! int main() { t(); return 0; }
  350.   int t() {
  351.   opendir()
  352.   ; return 0; }
  353.   EOF
  354. ! if { (eval echo configure:1670: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  355.     rm -rf conftest*
  356.     eval "ac_cv_lib_$ac_lib_var=yes"
  357.   else
  358. ***************
  359. *** 1709,1715 ****
  360.   int i;
  361.   ; return 0; }
  362.   EOF
  363. ! if { (eval echo configure:1713: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  364.     rm -rf conftest*
  365.     ac_cv_type_signal=void
  366.   else
  367. --- 1709,1715 ----
  368.   int i;
  369.   ; return 0; }
  370.   EOF
  371. ! if { (eval echo configure:1713: \"$ac_compile\") 1>&5; xxx=`(eval $ac_compile 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  372.     rm -rf conftest*
  373.     ac_cv_type_signal=void
  374.   else
  375. ***************
  376. *** 1735,1742 ****
  377.   #include "confdefs.h"
  378.   #include <sys/types.h>
  379.   EOF
  380. ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  381. !   egrep "uid_t" >/dev/null 2>&1; then
  382.     rm -rf conftest*
  383.     ac_cv_type_uid_t=yes
  384.   else
  385. --- 1735,1742 ----
  386.   #include "confdefs.h"
  387.   #include <sys/types.h>
  388.   EOF
  389. ! eval "$ac_cpp conftest.$ac_ext" 2>&5 >conftest.tmp
  390. ! if egrep "uid_t" <conftest.tmp >/dev/null 2>&1; then
  391.     rm -rf conftest*
  392.     ac_cv_type_uid_t=yes
  393.   else
  394. ***************
  395. *** 1771,1778 ****
  396.   #include <stdlib.h>
  397.   #endif
  398.   EOF
  399. ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  400. !   egrep "mode_t" >/dev/null 2>&1; then
  401.     rm -rf conftest*
  402.     ac_cv_type_mode_t=yes
  403.   else
  404. --- 1771,1778 ----
  405.   #include <stdlib.h>
  406.   #endif
  407.   EOF
  408. ! eval "$ac_cpp conftest.$ac_ext" 2>&5 >conftest.tmp
  409. ! if egrep "mode_t" <conftest.tmp >/dev/null 2>&1; then
  410.     rm -rf conftest*
  411.     ac_cv_type_mode_t=yes
  412.   else
  413. ***************
  414. *** 1802,1809 ****
  415.   #include <stdlib.h>
  416.   #endif
  417.   EOF
  418. ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  419. !   egrep "size_t" >/dev/null 2>&1; then
  420.     rm -rf conftest*
  421.     ac_cv_type_size_t=yes
  422.   else
  423. --- 1802,1809 ----
  424.   #include <stdlib.h>
  425.   #endif
  426.   EOF
  427. ! eval "$ac_cpp conftest.$ac_ext" 2>&5 >conftest.tmp
  428. ! if egrep "size_t" <conftest.tmp >/dev/null 2>&1; then
  429.     rm -rf conftest*
  430.     ac_cv_type_size_t=yes
  431.   else
  432. ***************
  433. *** 1833,1840 ****
  434.   #include <stdlib.h>
  435.   #endif
  436.   EOF
  437. ! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  438. !   egrep "pid_t" >/dev/null 2>&1; then
  439.     rm -rf conftest*
  440.     ac_cv_type_pid_t=yes
  441.   else
  442. --- 1833,1840 ----
  443.   #include <stdlib.h>
  444.   #endif
  445.   EOF
  446. ! eval "$ac_cpp conftest.$ac_ext" 2>&5 >conftest.tmp
  447. ! if egrep "pid_t" <conftest.tmp >/dev/null 2>&1; then
  448.     rm -rf conftest*
  449.     ac_cv_type_pid_t=yes
  450.   else
  451. ***************
  452. *** 1869,1875 ****
  453.       builtin and then its argument prototype would still apply.  */
  454.   char $ac_func();
  455.   
  456. ! int main() { return 0; }
  457.   int t() {
  458.   
  459.   /* The GNU C library defines this for functions which it implements
  460. --- 1869,1875 ----
  461.       builtin and then its argument prototype would still apply.  */
  462.   char $ac_func();
  463.   
  464. ! int main() { t(); return 0; }
  465.   int t() {
  466.   
  467.   /* The GNU C library defines this for functions which it implements
  468. ***************
  469. *** 1883,1889 ****
  470.   
  471.   ; return 0; }
  472.   EOF
  473. ! if { (eval echo configure:1887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  474.     rm -rf conftest*
  475.     eval "ac_cv_func_$ac_func=yes"
  476.   else
  477. --- 1883,1889 ----
  478.   
  479.   ; return 0; }
  480.   EOF
  481. ! if { (eval echo configure:1887: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  482.     rm -rf conftest*
  483.     eval "ac_cv_func_$ac_func=yes"
  484.   else
  485. ***************
  486. *** 1920,1926 ****
  487.       builtin and then its argument prototype would still apply.  */
  488.   char $ac_func();
  489.   
  490. ! int main() { return 0; }
  491.   int t() {
  492.   
  493.   /* The GNU C library defines this for functions which it implements
  494. --- 1920,1926 ----
  495.       builtin and then its argument prototype would still apply.  */
  496.   char $ac_func();
  497.   
  498. ! int main() { t(); return 0; }
  499.   int t() {
  500.   
  501.   /* The GNU C library defines this for functions which it implements
  502. ***************
  503. *** 1934,1940 ****
  504.   
  505.   ; return 0; }
  506.   EOF
  507. ! if { (eval echo configure:1938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  508.     rm -rf conftest*
  509.     eval "ac_cv_func_$ac_func=yes"
  510.   else
  511. --- 1934,1940 ----
  512.   
  513.   ; return 0; }
  514.   EOF
  515. ! if { (eval echo configure:1938: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  516.     rm -rf conftest*
  517.     eval "ac_cv_func_$ac_func=yes"
  518.   else
  519. ***************
  520. *** 1971,1977 ****
  521.       builtin and then its argument prototype would still apply.  */
  522.   char re_exec();
  523.   
  524. ! int main() { return 0; }
  525.   int t() {
  526.   
  527.   /* The GNU C library defines this for functions which it implements
  528. --- 1971,1977 ----
  529.       builtin and then its argument prototype would still apply.  */
  530.   char re_exec();
  531.   
  532. ! int main() { t(); return 0; }
  533.   int t() {
  534.   
  535.   /* The GNU C library defines this for functions which it implements
  536. ***************
  537. *** 1985,1991 ****
  538.   
  539.   ; return 0; }
  540.   EOF
  541. ! if { (eval echo configure:1989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  542.     rm -rf conftest*
  543.     eval "ac_cv_func_re_exec=yes"
  544.   else
  545. --- 1985,1991 ----
  546.   
  547.   ; return 0; }
  548.   EOF
  549. ! if { (eval echo configure:1989: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  550.     rm -rf conftest*
  551.     eval "ac_cv_func_re_exec=yes"
  552.   else
  553. ***************
  554. *** 2024,2030 ****
  555.   && t.st_mtime - s.st_mtime < 120));
  556.   }
  557.   EOF
  558. ! { (eval echo configure:2028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  559.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  560.     ac_cv_func_utime_null=yes
  561.   else
  562. --- 2024,2030 ----
  563.   && t.st_mtime - s.st_mtime < 120));
  564.   }
  565.   EOF
  566. ! { (eval echo configure:2028: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }
  567.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  568.     ac_cv_func_utime_null=yes
  569.   else
  570. ***************
  571. *** 2100,2106 ****
  572.       ? 0 : 1);
  573.   }
  574.   EOF
  575. ! { (eval echo configure:2104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  576.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  577.     ccvs_cv_sys_working_fnmatch=yes
  578.   else
  579. --- 2100,2106 ----
  580.       ? 0 : 1);
  581.   }
  582.   EOF
  583. ! { (eval echo configure:2104: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }
  584.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  585.     ccvs_cv_sys_working_fnmatch=yes
  586.   else
  587. ***************
  588. *** 2144,2150 ****
  589.     exit(0);
  590.   }
  591.   EOF
  592. ! { (eval echo configure:2148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  593.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  594.     ac_cv_sizeof_long=`cat conftestval`
  595.   else
  596. --- 2144,2150 ----
  597.     exit(0);
  598.   }
  599.   EOF
  600. ! { (eval echo configure:2148: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }
  601.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  602.     ac_cv_sizeof_long=`cat conftestval`
  603.   else
  604. ***************
  605. *** 2178,2184 ****
  606.     exit(0);
  607.   }
  608.   EOF
  609. ! { (eval echo configure:2182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  610.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  611.     ac_cv_sizeof_int=`cat conftestval`
  612.   else
  613. --- 2178,2184 ----
  614.     exit(0);
  615.   }
  616.   EOF
  617. ! { (eval echo configure:2182: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }
  618.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  619.     ac_cv_sizeof_int=`cat conftestval`
  620.   else
  621. ***************
  622. *** 2200,2211 ****
  623.   #line 2201 "configure"
  624.   #include "confdefs.h"
  625.   #include <krb.h>
  626. ! int main() { return 0; }
  627.   int t() {
  628.   int i;
  629.   ; return 0; }
  630.   EOF
  631. ! if { (eval echo configure:2209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  632.     rm -rf conftest*
  633.     krb_h=yes krb_incdir=
  634.   else
  635. --- 2200,2211 ----
  636.   #line 2201 "configure"
  637.   #include "confdefs.h"
  638.   #include <krb.h>
  639. ! int main() { t(); return 0; }
  640.   int t() {
  641.   int i;
  642.   ; return 0; }
  643.   EOF
  644. ! if { (eval echo configure:2209: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  645.     rm -rf conftest*
  646.     krb_h=yes krb_incdir=
  647.   else
  648. ***************
  649. *** 2217,2228 ****
  650.   #line 2218 "configure"
  651.   #include "confdefs.h"
  652.   #include <krb.h>
  653. ! int main() { return 0; }
  654.   int t() {
  655.   int i;
  656.   ; return 0; }
  657.   EOF
  658. ! if { (eval echo configure:2226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  659.     rm -rf conftest*
  660.     krb_h=yes krb_incdir=$KRB4/include
  661.   fi
  662. --- 2217,2228 ----
  663.   #line 2218 "configure"
  664.   #include "confdefs.h"
  665.   #include <krb.h>
  666. ! int main() { t(); return 0; }
  667.   int t() {
  668.   int i;
  669.   ; return 0; }
  670.   EOF
  671. ! if { (eval echo configure:2226: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  672.     rm -rf conftest*
  673.     krb_h=yes krb_incdir=$KRB4/include
  674.   fi
  675. ***************
  676. *** 2238,2249 ****
  677.   #line 2239 "configure"
  678.   #include "confdefs.h"
  679.   #include <krb.h>
  680. ! int main() { return 0; }
  681.   int t() {
  682.   int i;
  683.   ; return 0; }
  684.   EOF
  685. ! if { (eval echo configure:2247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  686.     rm -rf conftest*
  687.     krb_h=yes krb_incdir=
  688.   else
  689. --- 2238,2249 ----
  690.   #line 2239 "configure"
  691.   #include "confdefs.h"
  692.   #include <krb.h>
  693. ! int main() { t(); return 0; }
  694.   int t() {
  695.   int i;
  696.   ; return 0; }
  697.   EOF
  698. ! if { (eval echo configure:2247: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  699.     rm -rf conftest*
  700.     krb_h=yes krb_incdir=
  701.   else
  702. ***************
  703. *** 2255,2266 ****
  704.   #line 2256 "configure"
  705.   #include "confdefs.h"
  706.   #include <krb.h>
  707. ! int main() { return 0; }
  708.   int t() {
  709.   int i;
  710.   ; return 0; }
  711.   EOF
  712. ! if { (eval echo configure:2264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  713.     rm -rf conftest*
  714.     krb_h=yes krb_incdir=$KRB4/include/kerberosIV
  715.   fi
  716. --- 2255,2266 ----
  717.   #line 2256 "configure"
  718.   #include "confdefs.h"
  719.   #include <krb.h>
  720. ! int main() { t(); return 0; }
  721.   int t() {
  722.   int i;
  723.   ; return 0; }
  724.   EOF
  725. ! if { (eval echo configure:2264: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  726.     rm -rf conftest*
  727.     krb_h=yes krb_incdir=$KRB4/include/kerberosIV
  728.   fi
  729. ***************
  730. *** 2291,2302 ****
  731.       builtin and then its argument prototype would still apply.  */
  732.   char printf();
  733.   
  734. ! int main() { return 0; }
  735.   int t() {
  736.   printf()
  737.   ; return 0; }
  738.   EOF
  739. ! if { (eval echo configure:2300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  740.     rm -rf conftest*
  741.     eval "ac_cv_lib_$ac_lib_var=yes"
  742.   else
  743. --- 2291,2302 ----
  744.       builtin and then its argument prototype would still apply.  */
  745.   char printf();
  746.   
  747. ! int main() { t(); return 0; }
  748.   int t() {
  749.   printf()
  750.   ; return 0; }
  751.   EOF
  752. ! if { (eval echo configure:2300: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  753.     rm -rf conftest*
  754.     eval "ac_cv_lib_$ac_lib_var=yes"
  755.   else
  756. ***************
  757. *** 2344,2355 ****
  758.       builtin and then its argument prototype would still apply.  */
  759.   char printf();
  760.   
  761. ! int main() { return 0; }
  762.   int t() {
  763.   printf()
  764.   ; return 0; }
  765.   EOF
  766. ! if { (eval echo configure:2353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  767.     rm -rf conftest*
  768.     eval "ac_cv_lib_$ac_lib_var=yes"
  769.   else
  770. --- 2344,2355 ----
  771.       builtin and then its argument prototype would still apply.  */
  772.   char printf();
  773.   
  774. ! int main() { t(); return 0; }
  775.   int t() {
  776.   printf()
  777.   ; return 0; }
  778.   EOF
  779. ! if { (eval echo configure:2353: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  780.     rm -rf conftest*
  781.     eval "ac_cv_lib_$ac_lib_var=yes"
  782.   else
  783. ***************
  784. *** 2391,2397 ****
  785.       builtin and then its argument prototype would still apply.  */
  786.   char $ac_func();
  787.   
  788. ! int main() { return 0; }
  789.   int t() {
  790.   
  791.   /* The GNU C library defines this for functions which it implements
  792. --- 2391,2397 ----
  793.       builtin and then its argument prototype would still apply.  */
  794.   char $ac_func();
  795.   
  796. ! int main() { t(); return 0; }
  797.   int t() {
  798.   
  799.   /* The GNU C library defines this for functions which it implements
  800. ***************
  801. *** 2405,2411 ****
  802.   
  803.   ; return 0; }
  804.   EOF
  805. ! if { (eval echo configure:2409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  806.     rm -rf conftest*
  807.     eval "ac_cv_func_$ac_func=yes"
  808.   else
  809. --- 2405,2411 ----
  810.   
  811.   ; return 0; }
  812.   EOF
  813. ! if { (eval echo configure:2409: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  814.     rm -rf conftest*
  815.     eval "ac_cv_func_$ac_func=yes"
  816.   else
  817. ***************
  818. *** 2448,2454 ****
  819.       builtin and then its argument prototype would still apply.  */
  820.   char connect();
  821.   
  822. ! int main() { return 0; }
  823.   int t() {
  824.   
  825.   /* The GNU C library defines this for functions which it implements
  826. --- 2448,2454 ----
  827.       builtin and then its argument prototype would still apply.  */
  828.   char connect();
  829.   
  830. ! int main() { t(); return 0; }
  831.   int t() {
  832.   
  833.   /* The GNU C library defines this for functions which it implements
  834. ***************
  835. *** 2462,2468 ****
  836.   
  837.   ; return 0; }
  838.   EOF
  839. ! if { (eval echo configure:2466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  840.     rm -rf conftest*
  841.     eval "ac_cv_func_connect=yes"
  842.   else
  843. --- 2462,2468 ----
  844.   
  845.   ; return 0; }
  846.   EOF
  847. ! if { (eval echo configure:2466: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  848.     rm -rf conftest*
  849.     eval "ac_cv_func_connect=yes"
  850.   else
  851. ***************
  852. *** 2494,2505 ****
  853.       builtin and then its argument prototype would still apply.  */
  854.   char printf();
  855.   
  856. ! int main() { return 0; }
  857.   int t() {
  858.   printf()
  859.   ; return 0; }
  860.   EOF
  861. ! if { (eval echo configure:2503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  862.     rm -rf conftest*
  863.     eval "ac_cv_lib_$ac_lib_var=yes"
  864.   else
  865. --- 2494,2505 ----
  866.       builtin and then its argument prototype would still apply.  */
  867.   char printf();
  868.   
  869. ! int main() { t(); return 0; }
  870.   int t() {
  871.   printf()
  872.   ; return 0; }
  873.   EOF
  874. ! if { (eval echo configure:2503: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  875.     rm -rf conftest*
  876.     eval "ac_cv_lib_$ac_lib_var=yes"
  877.   else
  878. ***************
  879. *** 2541,2552 ****
  880.       builtin and then its argument prototype would still apply.  */
  881.   char printf();
  882.   
  883. ! int main() { return 0; }
  884.   int t() {
  885.   printf()
  886.   ; return 0; }
  887.   EOF
  888. ! if { (eval echo configure:2550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  889.     rm -rf conftest*
  890.     eval "ac_cv_lib_$ac_lib_var=yes"
  891.   else
  892. --- 2541,2552 ----
  893.       builtin and then its argument prototype would still apply.  */
  894.   char printf();
  895.   
  896. ! int main() { t(); return 0; }
  897.   int t() {
  898.   printf()
  899.   ; return 0; }
  900.   EOF
  901. ! if { (eval echo configure:2550: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  902.     rm -rf conftest*
  903.     eval "ac_cv_lib_$ac_lib_var=yes"
  904.   else
  905. ***************
  906. *** 2588,2599 ****
  907.       builtin and then its argument prototype would still apply.  */
  908.   char connect();
  909.   
  910. ! int main() { return 0; }
  911.   int t() {
  912.   connect()
  913.   ; return 0; }
  914.   EOF
  915. ! if { (eval echo configure:2597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  916.     rm -rf conftest*
  917.     eval "ac_cv_lib_$ac_lib_var=yes"
  918.   else
  919. --- 2588,2599 ----
  920.       builtin and then its argument prototype would still apply.  */
  921.   char connect();
  922.   
  923. ! int main() { t(); return 0; }
  924.   int t() {
  925.   connect()
  926.   ; return 0; }
  927.   EOF
  928. ! if { (eval echo configure:2597: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  929.     rm -rf conftest*
  930.     eval "ac_cv_lib_$ac_lib_var=yes"
  931.   else
  932. ***************
  933. *** 2635,2646 ****
  934.       builtin and then its argument prototype would still apply.  */
  935.   char connect();
  936.   
  937. ! int main() { return 0; }
  938.   int t() {
  939.   connect()
  940.   ; return 0; }
  941.   EOF
  942. ! if { (eval echo configure:2644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  943.     rm -rf conftest*
  944.     eval "ac_cv_lib_$ac_lib_var=yes"
  945.   else
  946. --- 2635,2646 ----
  947.       builtin and then its argument prototype would still apply.  */
  948.   char connect();
  949.   
  950. ! int main() { t(); return 0; }
  951.   int t() {
  952.   connect()
  953.   ; return 0; }
  954.   EOF
  955. ! if { (eval echo configure:2644: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  956.     rm -rf conftest*
  957.     eval "ac_cv_lib_$ac_lib_var=yes"
  958.   else
  959. ***************
  960. *** 2683,2689 ****
  961.       builtin and then its argument prototype would still apply.  */
  962.   char $ac_func();
  963.   
  964. ! int main() { return 0; }
  965.   int t() {
  966.   
  967.   /* The GNU C library defines this for functions which it implements
  968. --- 2683,2689 ----
  969.       builtin and then its argument prototype would still apply.  */
  970.   char $ac_func();
  971.   
  972. ! int main() { t(); return 0; }
  973.   int t() {
  974.   
  975.   /* The GNU C library defines this for functions which it implements
  976. ***************
  977. *** 2697,2703 ****
  978.   
  979.   ; return 0; }
  980.   EOF
  981. ! if { (eval echo configure:2701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  982.     rm -rf conftest*
  983.     eval "ac_cv_func_$ac_func=yes"
  984.   else
  985. --- 2697,2703 ----
  986.   
  987.   ; return 0; }
  988.   EOF
  989. ! if { (eval echo configure:2701: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  990.     rm -rf conftest*
  991.     eval "ac_cv_func_$ac_func=yes"
  992.   else
  993. ***************
  994. *** 2737,2743 ****
  995.       builtin and then its argument prototype would still apply.  */
  996.   char gethostname();
  997.   
  998. ! int main() { return 0; }
  999.   int t() {
  1000.   
  1001.   /* The GNU C library defines this for functions which it implements
  1002. --- 2737,2743 ----
  1003.       builtin and then its argument prototype would still apply.  */
  1004.   char gethostname();
  1005.   
  1006. ! int main() { t(); return 0; }
  1007.   int t() {
  1008.   
  1009.   /* The GNU C library defines this for functions which it implements
  1010. ***************
  1011. *** 2751,2757 ****
  1012.   
  1013.   ; return 0; }
  1014.   EOF
  1015. ! if { (eval echo configure:2755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1016.     rm -rf conftest*
  1017.     eval "ac_cv_func_gethostname=yes"
  1018.   else
  1019. --- 2751,2757 ----
  1020.   
  1021.   ; return 0; }
  1022.   EOF
  1023. ! if { (eval echo configure:2755: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  1024.     rm -rf conftest*
  1025.     eval "ac_cv_func_gethostname=yes"
  1026.   else
  1027. ***************
  1028. *** 2771,2776 ****
  1029. --- 2771,2778 ----
  1030.   
  1031.   
  1032.   # If we have connect(), we want the full client & server arrangement.
  1033. + # HACK - disable for BeOS until socket stuff is sorted out
  1034. + if false; then
  1035.   if test "$ac_cv_func_connect" = yes; then
  1036.   cat >> confdefs.h <<\EOF
  1037.   #define CLIENT_SUPPORT 1
  1038. ***************
  1039. *** 2787,2793 ****
  1040.     echo $ac_n "(cached) $ac_c" 1>&6
  1041.   else
  1042.     cat > conftest.$ac_ext <<EOF
  1043. ! #line 2791 "configure"
  1044.   #include "confdefs.h"
  1045.   /* System header to define __stub macros and hopefully few prototypes,
  1046.       which can conflict with char crypt(); below.  */
  1047. --- 2789,2795 ----
  1048.     echo $ac_n "(cached) $ac_c" 1>&6
  1049.   else
  1050.     cat > conftest.$ac_ext <<EOF
  1051. ! #line 2793 "configure"
  1052.   #include "confdefs.h"
  1053.   /* System header to define __stub macros and hopefully few prototypes,
  1054.       which can conflict with char crypt(); below.  */
  1055. ***************
  1056. *** 2797,2803 ****
  1057.       builtin and then its argument prototype would still apply.  */
  1058.   char crypt();
  1059.   
  1060. ! int main() { return 0; }
  1061.   int t() {
  1062.   
  1063.   /* The GNU C library defines this for functions which it implements
  1064. --- 2799,2805 ----
  1065.       builtin and then its argument prototype would still apply.  */
  1066.   char crypt();
  1067.   
  1068. ! int main() { t(); return 0; }
  1069.   int t() {
  1070.   
  1071.   /* The GNU C library defines this for functions which it implements
  1072. ***************
  1073. *** 2811,2817 ****
  1074.   
  1075.   ; return 0; }
  1076.   EOF
  1077. ! if { (eval echo configure:2815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1078.     rm -rf conftest*
  1079.     eval "ac_cv_func_crypt=yes"
  1080.   else
  1081. --- 2813,2819 ----
  1082.   
  1083.   ; return 0; }
  1084.   EOF
  1085. ! if { (eval echo configure:2817: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  1086.     rm -rf conftest*
  1087.     eval "ac_cv_func_crypt=yes"
  1088.   else
  1089. ***************
  1090. *** 2836,2854 ****
  1091.     ac_save_LIBS="$LIBS"
  1092.   LIBS="-lcrypt  $LIBS"
  1093.   cat > conftest.$ac_ext <<EOF
  1094. ! #line 2840 "configure"
  1095.   #include "confdefs.h"
  1096.   /* Override any gcc2 internal prototype to avoid an error.  */
  1097.   /* We use char because int might match the return type of a gcc2
  1098.       builtin and then its argument prototype would still apply.  */
  1099.   char crypt();
  1100.   
  1101. ! int main() { return 0; }
  1102.   int t() {
  1103.   crypt()
  1104.   ; return 0; }
  1105.   EOF
  1106. ! if { (eval echo configure:2852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1107.     rm -rf conftest*
  1108.     eval "ac_cv_lib_$ac_lib_var=yes"
  1109.   else
  1110. --- 2838,2856 ----
  1111.     ac_save_LIBS="$LIBS"
  1112.   LIBS="-lcrypt  $LIBS"
  1113.   cat > conftest.$ac_ext <<EOF
  1114. ! #line 2842 "configure"
  1115.   #include "confdefs.h"
  1116.   /* Override any gcc2 internal prototype to avoid an error.  */
  1117.   /* We use char because int might match the return type of a gcc2
  1118.       builtin and then its argument prototype would still apply.  */
  1119.   char crypt();
  1120.   
  1121. ! int main() { t(); return 0; }
  1122.   int t() {
  1123.   crypt()
  1124.   ; return 0; }
  1125.   EOF
  1126. ! if { (eval echo configure:2854: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  1127.     rm -rf conftest*
  1128.     eval "ac_cv_lib_$ac_lib_var=yes"
  1129.   else
  1130. ***************
  1131. *** 2881,2887 ****
  1132.     echo $ac_n "(cached) $ac_c" 1>&6
  1133.   else
  1134.     cat > conftest.$ac_ext <<EOF
  1135. ! #line 2885 "configure"
  1136.   #include "confdefs.h"
  1137.   /* System header to define __stub macros and hopefully few prototypes,
  1138.       which can conflict with char $ac_func(); below.  */
  1139. --- 2883,2889 ----
  1140.     echo $ac_n "(cached) $ac_c" 1>&6
  1141.   else
  1142.     cat > conftest.$ac_ext <<EOF
  1143. ! #line 2887 "configure"
  1144.   #include "confdefs.h"
  1145.   /* System header to define __stub macros and hopefully few prototypes,
  1146.       which can conflict with char $ac_func(); below.  */
  1147. ***************
  1148. *** 2891,2897 ****
  1149.       builtin and then its argument prototype would still apply.  */
  1150.   char $ac_func();
  1151.   
  1152. ! int main() { return 0; }
  1153.   int t() {
  1154.   
  1155.   /* The GNU C library defines this for functions which it implements
  1156. --- 2893,2899 ----
  1157.       builtin and then its argument prototype would still apply.  */
  1158.   char $ac_func();
  1159.   
  1160. ! int main() { t(); return 0; }
  1161.   int t() {
  1162.   
  1163.   /* The GNU C library defines this for functions which it implements
  1164. ***************
  1165. *** 2905,2911 ****
  1166.   
  1167.   ; return 0; }
  1168.   EOF
  1169. ! if { (eval echo configure:2909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1170.     rm -rf conftest*
  1171.     eval "ac_cv_func_$ac_func=yes"
  1172.   else
  1173. --- 2907,2913 ----
  1174.   
  1175.   ; return 0; }
  1176.   EOF
  1177. ! if { (eval echo configure:2911: \"$ac_link\") 1>&5; xxx=`(eval $ac_link 2>&5 ; echo $?)` ; test "$xxx" = "0" ; }; then
  1178.     rm -rf conftest*
  1179.     eval "ac_cv_func_$ac_func=yes"
  1180.   else
  1181. ***************
  1182. *** 2936,2941 ****
  1183. --- 2938,2944 ----
  1184.   
  1185.     fi
  1186.   fi
  1187. + fi
  1188.   
  1189.   test -f src/options.h && (
  1190.     echo "configure: warning: saving ./src/options.h in ./src/options.h-SAVED" 1>&2
  1191. ***************
  1192. *** 2963,2971 ****
  1193.   EOF
  1194.   # Ultrix sh set writes to stderr and can't be redirected directly,
  1195.   # and sets the high bit in the cache file unless we assign to the vars.
  1196. ! (set) 2>&1 |
  1197.     sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  1198. !   >> confcache
  1199.   if cmp -s $cache_file confcache; then
  1200.     :
  1201.   else
  1202. --- 2966,2974 ----
  1203.   EOF
  1204.   # Ultrix sh set writes to stderr and can't be redirected directly,
  1205.   # and sets the high bit in the cache file unless we assign to the vars.
  1206. ! (set) >cache.tmp 2>&1 
  1207.     sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  1208. !   <cache.tmp >> confcache
  1209.   if cmp -s $cache_file confcache; then
  1210.     :
  1211.   else
  1212. ***************
  1213. *** 2976,2982 ****
  1214.       echo "not updating unwritable cache $cache_file"
  1215.     fi
  1216.   fi
  1217. ! rm -f confcache
  1218.   
  1219.   trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1220.   
  1221. --- 2979,2985 ----
  1222.       echo "not updating unwritable cache $cache_file"
  1223.     fi
  1224.   fi
  1225. ! rm -f confcache cache.tmp
  1226.   
  1227.   trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1228.   
  1229. diff -rc cvs-ref/configure.in cvs/configure.in
  1230. *** cvs-ref/configure.in    Fri Sep 20 07:00:00 1996
  1231. --- cvs/configure.in    Fri Sep 27 14:01:29 1996
  1232. ***************
  1233. *** 166,171 ****
  1234. --- 166,173 ----
  1235.   AC_CHECK_FUNC(gethostname, :, LIBOBJS="$LIBOBJS hostname.o")
  1236.   
  1237.   # If we have connect(), we want the full client & server arrangement.
  1238. + # HACK - disable for BeOS until socket stuff is sorted out
  1239. + if false; then
  1240.   if test "$ac_cv_func_connect" = yes; then
  1241.   AC_DEFINE(CLIENT_SUPPORT)
  1242.   AC_DEFINE(SERVER_SUPPORT)
  1243. ***************
  1244. *** 181,186 ****
  1245. --- 183,189 ----
  1246.     if test "$ac_cv_func_crypt" = yes; then
  1247.     AC_DEFINE(AUTH_SERVER_SUPPORT)
  1248.     fi
  1249. + fi
  1250.   fi
  1251.   
  1252.   test -f src/options.h && (
  1253. diff -rc cvs-ref/lib/Makefile.in cvs/lib/Makefile.in
  1254. *** cvs-ref/lib/Makefile.in    Fri Sep 20 07:00:00 1996
  1255. --- cvs/lib/Makefile.in    Fri Sep 27 14:01:29 1996
  1256. ***************
  1257. *** 84,91 ****
  1258.   CC       = @CC@
  1259.   CFLAGS = -g
  1260.   CPPFLAGS=
  1261. ! AR    = @AR@
  1262. ! AR_FLAGS = rc
  1263.   
  1264.   YACC = @YACC@
  1265.   
  1266. --- 84,91 ----
  1267.   CC       = @CC@
  1268.   CFLAGS = -g
  1269.   CPPFLAGS=
  1270. ! AR    = mwcc
  1271. ! AR_FLAGS = -xml -o
  1272.   
  1273.   YACC = @YACC@
  1274.   
  1275. diff -rc cvs-ref/zlib/Makefile.in cvs/zlib/Makefile.in
  1276. *** cvs-ref/zlib/Makefile.in    Fri Sep 27 20:02:35 1996
  1277. --- cvs/zlib/Makefile.in    Fri Sep 27 15:45:37 1996
  1278. ***************
  1279. *** 30,37 ****
  1280.   LIBS=libz.a
  1281.   
  1282.   # For CVS, separate AR and ARFLAGS.
  1283. ! AR=@AR@
  1284. ! AR_FLAGS=cr
  1285.   RANLIB=@RANLIB@
  1286.   TAR=tar
  1287.   
  1288. --- 30,37 ----
  1289.   LIBS=libz.a
  1290.   
  1291.   # For CVS, separate AR and ARFLAGS.
  1292. ! AR=mwcc
  1293. ! AR_FLAGS=-xml -o
  1294.   RANLIB=@RANLIB@
  1295.   TAR=tar
  1296.   
  1297.