Only in SSL-MZtelnet-0.5.2b: ANNOUNCE,v
Only in SSL-MZtelnet-0.5.2b: BUGS,v
Only in SSL-MZtelnet-0.5.3: LOG
Only in SSL-MZtelnet-0.5.2b: Makefile.in,v
Only in SSL-MZtelnet-0.5.3: PLATFORMS
Only in SSL-MZtelnet-0.5.3: PLATFORMS,v
Only in SSL-MZtelnet-0.5.2b: README,v
Only in SSL-MZtelnet-0.5.3: README.old
Only in SSL-MZtelnet-0.5.2b: acconfig.h,v
diff -rc SSL-MZtelnet-0.5.2b/configure SSL-MZtelnet-0.5.3/configure
*** SSL-MZtelnet-0.5.2b/configure	Wed Jan 31 11:21:34 1996
--- SSL-MZtelnet-0.5.3/configure	Tue Jan 23 20:38:26 1996
***************
*** 1,7 ****
  #! /bin/sh
  
  # Guess values for system-dependent variables and create Makefiles.
! # Generated automatically using autoconf version 2.7 
  # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  #
  # This configure script is free software; the Free Software Foundation
--- 1,7 ----
  #! /bin/sh
  
  # Guess values for system-dependent variables and create Makefiles.
! # Generated automatically using autoconf version 2.4 
  # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  #
  # This configure script is free software; the Free Software Foundation
***************
*** 39,60 ****
  verbose=
  x_includes=NONE
  x_libraries=NONE
- bindir='${exec_prefix}/bin'
- sbindir='${exec_prefix}/sbin'
- libexecdir='${exec_prefix}/libexec'
- datadir='${prefix}/share'
- sysconfdir='${prefix}/etc'
- sharedstatedir='${prefix}/com'
- localstatedir='${prefix}/var'
- libdir='${exec_prefix}/lib'
- includedir='${prefix}/include'
- oldincludedir='/usr/include'
- infodir='${prefix}/info'
- mandir='${prefix}/man'
  
  # Initialize some other variables.
  subdirs=
- MFLAGS= MAKEFLAGS=
  
  ac_prev=
  for ac_option
--- 39,47 ----
***************
*** 76,89 ****
  
    case "$ac_option" in
  
!   -bindir | --bindir | --bindi | --bind | --bin | --bi)
!     ac_prev=bindir ;;
!   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
!     bindir="$ac_optarg" ;;
! 
!   -build | --build | --buil | --bui | --bu)
      ac_prev=build ;;
!   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
      build="$ac_optarg" ;;
  
    -cache-file | --cache-file | --cache-fil | --cache-fi \
--- 63,71 ----
  
    case "$ac_option" in
  
!   -build | --build | --buil | --bui | --bu | --b)
      ac_prev=build ;;
!   -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
      build="$ac_optarg" ;;
  
    -cache-file | --cache-file | --cache-fil | --cache-fi \
***************
*** 93,104 ****
    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
      cache_file="$ac_optarg" ;;
  
-   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
-     ac_prev=datadir ;;
-   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
-   | --da=*)
-     datadir="$ac_optarg" ;;
- 
    -disable-* | --disable-*)
      ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
      # Reject names that are not valid shell variable names.
--- 75,80 ----
***************
*** 149,177 ****
  Directory and file names:
    --prefix=PREFIX         install architecture-independent files in PREFIX
                            [$ac_default_prefix]
!   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                            [same as prefix]
-   --bindir=DIR            user executables in DIR [EPREFIX/bin]
-   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
-   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
-   --datadir=DIR           read-only architecture-independent data in DIR
-                           [PREFIX/share]
-   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
-   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
-                           [PREFIX/com]
-   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
-   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
-   --includedir=DIR        C header files in DIR [PREFIX/include]
-   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
-   --infodir=DIR           info documentation in DIR [PREFIX/info]
-   --mandir=DIR            man documentation in DIR [PREFIX/man]
    --srcdir=DIR            find the sources in DIR [configure dir or ..]
    --program-prefix=PREFIX prepend PREFIX to installed program names
    --program-suffix=SUFFIX append SUFFIX to installed program names
!   --program-transform-name=PROGRAM
!                           run sed PROGRAM on installed program names
! EOF
!     cat << EOF
  Host type:
    --build=BUILD           configure for building on BUILD [BUILD=HOST]
    --host=HOST             configure for HOST [guessed]
--- 125,136 ----
  Directory and file names:
    --prefix=PREFIX         install architecture-independent files in PREFIX
                            [$ac_default_prefix]
!   --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
                            [same as prefix]
    --srcdir=DIR            find the sources in DIR [configure dir or ..]
    --program-prefix=PREFIX prepend PREFIX to installed program names
    --program-suffix=SUFFIX append SUFFIX to installed program names
!   --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  Host type:
    --build=BUILD           configure for building on BUILD [BUILD=HOST]
    --host=HOST             configure for HOST [guessed]
***************
*** 183,192 ****
    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    --x-includes=DIR        X include files are in DIR
    --x-libraries=DIR       X library files are in DIR
  EOF
-     if test -n "$ac_help"; then
-       echo "--enable and --with options recognized:$ac_help"
-     fi
      exit 0 ;;
  
    -host | --host | --hos | --ho)
--- 142,149 ----
    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    --x-includes=DIR        X include files are in DIR
    --x-libraries=DIR       X library files are in DIR
+ --enable and --with options recognized:$ac_help
  EOF
      exit 0 ;;
  
    -host | --host | --hos | --ho)
***************
*** 194,237 ****
    -host=* | --host=* | --hos=* | --ho=*)
      host="$ac_optarg" ;;
  
-   -includedir | --includedir | --includedi | --included | --include \
-   | --includ | --inclu | --incl | --inc)
-     ac_prev=includedir ;;
-   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
-   | --includ=* | --inclu=* | --incl=* | --inc=*)
-     includedir="$ac_optarg" ;;
- 
-   -infodir | --infodir | --infodi | --infod | --info | --inf)
-     ac_prev=infodir ;;
-   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
-     infodir="$ac_optarg" ;;
- 
-   -libdir | --libdir | --libdi | --libd)
-     ac_prev=libdir ;;
-   -libdir=* | --libdir=* | --libdi=* | --libd=*)
-     libdir="$ac_optarg" ;;
- 
-   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
-   | --libexe | --libex | --libe)
-     ac_prev=libexecdir ;;
-   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
-   | --libexe=* | --libex=* | --libe=*)
-     libexecdir="$ac_optarg" ;;
- 
-   -localstatedir | --localstatedir | --localstatedi | --localstated \
-   | --localstate | --localstat | --localsta | --localst \
-   | --locals | --local | --loca | --loc | --lo)
-     ac_prev=localstatedir ;;
-   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
-   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
-   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
-     localstatedir="$ac_optarg" ;;
- 
-   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
-     ac_prev=mandir ;;
-   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
-     mandir="$ac_optarg" ;;
- 
    -nfp | --nfp | --nf)
      # Obsolete; use --without-fp.
      with_fp=no ;;
--- 151,156 ----
***************
*** 244,258 ****
    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
      no_recursion=yes ;;
  
-   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
-   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
-   | --oldin | --oldi | --old | --ol | --o)
-     ac_prev=oldincludedir ;;
-   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
-   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
-   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
-     oldincludedir="$ac_optarg" ;;
- 
    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
      ac_prev=prefix ;;
    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
--- 163,168 ----
***************
*** 293,315 ****
    | -silent | --silent | --silen | --sile | --sil)
      silent=yes ;;
  
-   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
-     ac_prev=sbindir ;;
-   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
-   | --sbi=* | --sb=*)
-     sbindir="$ac_optarg" ;;
- 
-   -sharedstatedir | --sharedstatedir | --sharedstatedi \
-   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
-   | --sharedst | --shareds | --shared | --share | --shar \
-   | --sha | --sh)
-     ac_prev=sharedstatedir ;;
-   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
-   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
-   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
-   | --sha=* | --sh=*)
-     sharedstatedir="$ac_optarg" ;;
- 
    -site | --site | --sit)
      ac_prev=site ;;
    -site=* | --site=* | --sit=*)
--- 203,208 ----
***************
*** 320,332 ****
    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
      srcdir="$ac_optarg" ;;
  
-   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
-   | --syscon | --sysco | --sysc | --sys | --sy)
-     ac_prev=sysconfdir ;;
-   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
-   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
-     sysconfdir="$ac_optarg" ;;
- 
    -target | --target | --targe | --targ | --tar | --ta | --t)
      ac_prev=target ;;
    -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
--- 213,218 ----
***************
*** 336,342 ****
      verbose=yes ;;
  
    -version | --version | --versio | --versi | --vers)
!     echo "configure generated by autoconf version 2.7"
      exit 0 ;;
  
    -with-* | --with-*)
--- 222,228 ----
      verbose=yes ;;
  
    -version | --version | --versio | --versi | --vers)
!     echo "configure generated by autoconf version 2.4"
      exit 0 ;;
  
    -with-* | --with-*)
***************
*** 382,388 ****
    -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
      ;;
  
!   *)
      if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
        echo "configure: warning: $ac_option: invalid host type" 1>&2
      fi
--- 268,274 ----
    -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
      ;;
  
!   *) 
      if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
        echo "configure: warning: $ac_option: invalid host type" 1>&2
      fi
***************
*** 501,512 ****
  
  ac_ext=c
  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
! ac_cpp='echo $CPP $CPPFLAGS 1>&5;
! $CPP $CPPFLAGS'
! ac_compile='echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
! ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
! ac_link='echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
! ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  
  if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
--- 387,395 ----
  
  ac_ext=c
  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
! ac_cpp='$CPP $CPPFLAGS'
! ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
! ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  
  if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
***************
*** 524,531 ****
  
  
  # Check whether --with-ssl or --without-ssl was given.
! if test "${with_ssl+set}" = set; then
!   withval="$with_ssl"
    cat >> confdefs.h <<\EOF
  #define USE_SSL 1
  EOF
--- 407,414 ----
  
  
  # Check whether --with-ssl or --without-ssl was given.
! withval="$with_ssl"
! if test -n "$withval"; then
    cat >> confdefs.h <<\EOF
  #define USE_SSL 1
  EOF
***************
*** 613,618 ****
--- 496,505 ----
  
  case "$host" in
    *-*-osf*) ;;
+   *-*-aix*) ;;
+   *-*-linux*) ;;
+   *-*-netbsd*) ;;
+   *-*-ultrix*) ;;
    *) cat >> confdefs.h <<\EOF
  #define LINEMODE 1
  EOF
***************
*** 689,695 ****
    ac_cv_prog_gcc=no
  fi
  fi
- 
  echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  if test $ac_cv_prog_gcc = yes; then
    GCC=yes
--- 576,581 ----
***************
*** 707,714 ****
  rm -f conftest*
  
  fi
! 
! echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
      if test $ac_cv_prog_gcc_g = yes; then
        CFLAGS="-g -O"
      else
--- 593,599 ----
  rm -f conftest*
  
  fi
!     echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
      if test $ac_cv_prog_gcc_g = yes; then
        CFLAGS="-g -O"
      else
***************
*** 721,728 ****
  fi
  
  # Check whether --enable-warnings or --disable-warnings was given.
! if test "${enable_warnings+set}" = set; then
!   enableval="$enable_warnings"
     if test -n "$GCC"; then 
      echo "$ac_t""Adding -Wall to CFLAGS." 1>&6
      CFLAGS="$CFLAGS -Wall"
--- 606,613 ----
  fi
  
  # Check whether --enable-warnings or --disable-warnings was given.
! enableval="$enable_warnings"
! if test -n "$enableval"; then
     if test -n "$GCC"; then 
      echo "$ac_t""Adding -Wall to CFLAGS." 1>&6
      CFLAGS="$CFLAGS -Wall"
***************
*** 769,785 ****
      esac
    done
    IFS="$ac_save_ifs"
! 
  fi
!   if test "${ac_cv_path_install+set}" = set; then
!     INSTALL="$ac_cv_path_install"
!   else
!     # As a last resort, use the slow shell script.  We don't cache a
!     # path for INSTALL within a source directory, because that will
!     # break other packages using the cache if that directory is
!     # removed, or if the path is relative.
!     INSTALL="$ac_install_sh"
!   fi
  fi
  echo "$ac_t""$INSTALL" 1>&6
  
--- 654,663 ----
      esac
    done
    IFS="$ac_save_ifs"
!   # As a last resort, use the slow shell script.
!   test -z "$ac_cv_path_install" && ac_cv_path_install="$ac_install_sh"
  fi
!   INSTALL="$ac_cv_path_install"
  fi
  echo "$ac_t""$INSTALL" 1>&6
  
***************
*** 833,839 ****
    # On the NeXT, cc -E runs the code through the compiler's parser,
    # not just through cpp.
    cat > conftest.$ac_ext <<EOF
! #line 837 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
--- 711,717 ----
    # On the NeXT, cc -E runs the code through the compiler's parser,
    # not just through cpp.
    cat > conftest.$ac_ext <<EOF
! #line 715 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
***************
*** 847,853 ****
    rm -rf conftest*
    CPP="${CC-cc} -E -traditional-cpp"
    cat > conftest.$ac_ext <<EOF
! #line 851 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
--- 725,731 ----
    rm -rf conftest*
    CPP="${CC-cc} -E -traditional-cpp"
    cat > conftest.$ac_ext <<EOF
! #line 729 "configure"
  #include "confdefs.h"
  #include <assert.h>
  Syntax Error
***************
*** 874,880 ****
  
  echo $ac_n "checking for AIX""... $ac_c" 1>&6
  cat > conftest.$ac_ext <<EOF
! #line 878 "configure"
  #include "confdefs.h"
  #ifdef _AIX
    yes
--- 752,758 ----
  
  echo $ac_n "checking for AIX""... $ac_c" 1>&6
  cat > conftest.$ac_ext <<EOF
! #line 756 "configure"
  #include "confdefs.h"
  #ifdef _AIX
    yes
***************
*** 900,913 ****
  case "$host" in
    *-*-irix5*) ;;
    *) echo $ac_n "checking for -lnsl""... $ac_c" 1>&6
! ac_lib_var=`echo nsl | tr '.-/+' '___p'`
! if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lnsl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 911 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
--- 778,790 ----
  case "$host" in
    *-*-irix5*) ;;
    *) echo $ac_n "checking for -lnsl""... $ac_c" 1>&6
! if eval "test \"`echo '$''{'ac_cv_lib_nsl'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lnsl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 788 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
***************
*** 917,934 ****
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo nsl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
--- 794,811 ----
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_nsl=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_nsl=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'nsl`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo nsl | tr '[a-z]' '[A-Z]'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
***************
*** 940,953 ****
  fi
  
       echo $ac_n "checking for -lsocket""... $ac_c" 1>&6
! ac_lib_var=`echo socket | tr '.-/+' '___p'`
! if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lsocket  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 951 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
--- 817,829 ----
  fi
  
       echo $ac_n "checking for -lsocket""... $ac_c" 1>&6
! if eval "test \"`echo '$''{'ac_cv_lib_socket'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lsocket  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 827 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
***************
*** 957,974 ****
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo socket | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
--- 833,850 ----
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_socket=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_socket=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'socket`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo socket | tr '[a-z]' '[A-Z]'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
***************
*** 983,996 ****
  esac
  
  echo $ac_n "checking for -lresolv""... $ac_c" 1>&6
! ac_lib_var=`echo resolv | tr '.-/+' '___p'`
! if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lresolv  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 994 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
--- 859,871 ----
  esac
  
  echo $ac_n "checking for -lresolv""... $ac_c" 1>&6
! if eval "test \"`echo '$''{'ac_cv_lib_resolv'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lresolv  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 869 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
***************
*** 1000,1017 ****
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo resolv | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
--- 875,892 ----
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_resolv=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_resolv=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'resolv`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo resolv | tr '[a-z]' '[A-Z]'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
***************
*** 1023,1036 ****
  fi
  
  echo $ac_n "checking for -lcurses""... $ac_c" 1>&6
! ac_lib_var=`echo curses | tr '.-/+' '___p'`
! if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lcurses  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1034 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
--- 898,910 ----
  fi
  
  echo $ac_n "checking for -lcurses""... $ac_c" 1>&6
! if eval "test \"`echo '$''{'ac_cv_lib_curses'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lcurses  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 908 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
***************
*** 1040,1057 ****
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo curses | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
--- 914,931 ----
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_curses=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_curses=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'curses`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo curses | tr '[a-z]' '[A-Z]'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
***************
*** 1063,1076 ****
  fi
  
  echo $ac_n "checking for -lutil""... $ac_c" 1>&6
! ac_lib_var=`echo util | tr '.-/+' '___p'`
! if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lutil  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1074 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
--- 937,949 ----
  fi
  
  echo $ac_n "checking for -lutil""... $ac_c" 1>&6
! if eval "test \"`echo '$''{'ac_cv_lib_util'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lutil  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 947 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
***************
*** 1080,1097 ****
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo util | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
--- 953,970 ----
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_util=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_util=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'util`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo util | tr '[a-z]' '[A-Z]'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
***************
*** 1104,1111 ****
  
  
  # Check whether --with-socks or --without-socks was given.
! if test "${with_socks+set}" = set; then
!   withval="$with_socks"
    cat >> confdefs.h <<\EOF
  #define USE_SOCKS 1
  EOF
--- 977,984 ----
  
  
  # Check whether --with-socks or --without-socks was given.
! withval="$with_socks"
! if test -n "$withval"; then
    cat >> confdefs.h <<\EOF
  #define USE_SOCKS 1
  EOF
***************
*** 1139,1145 ****
    ac_cv_c_cross=yes
  else
  cat > conftest.$ac_ext <<EOF
! #line 1143 "configure"
  #include "confdefs.h"
  main(){return(0);}
  EOF
--- 1012,1018 ----
    ac_cv_c_cross=yes
  else
  cat > conftest.$ac_ext <<EOF
! #line 1016 "configure"
  #include "confdefs.h"
  main(){return(0);}
  EOF
***************
*** 1152,1167 ****
  fi
  rm -fr conftest*
  fi
- 
- echo "$ac_t""$ac_cv_c_cross" 1>&6
  cross_compiling=$ac_cv_c_cross
  
  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1165 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
--- 1025,1039 ----
  fi
  rm -fr conftest*
  fi
  cross_compiling=$ac_cv_c_cross
+ echo "$ac_t""$ac_cv_c_cross" 1>&6
  
  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1037 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  #include <stdarg.h>
***************
*** 1183,1189 ****
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 1187 "configure"
  #include "confdefs.h"
  #include <string.h>
  EOF
--- 1055,1061 ----
  if test $ac_cv_header_stdc = yes; then
    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 1059 "configure"
  #include "confdefs.h"
  #include <string.h>
  EOF
***************
*** 1201,1207 ****
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 1205 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  EOF
--- 1073,1079 ----
  if test $ac_cv_header_stdc = yes; then
    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  cat > conftest.$ac_ext <<EOF
! #line 1077 "configure"
  #include "confdefs.h"
  #include <stdlib.h>
  EOF
***************
*** 1219,1228 ****
  if test $ac_cv_header_stdc = yes; then
    # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  if test "$cross_compiling" = yes; then
!   :
  else
  cat > conftest.$ac_ext <<EOF
! #line 1226 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
--- 1091,1100 ----
  if test $ac_cv_header_stdc = yes; then
    # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  if test "$cross_compiling" = yes; then
!   ac_cv_header_stdc=no
  else
  cat > conftest.$ac_ext <<EOF
! #line 1098 "configure"
  #include "confdefs.h"
  #include <ctype.h>
  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
***************
*** 1243,1249 ****
  rm -fr conftest*
  fi
  fi
- 
  echo "$ac_t""$ac_cv_header_stdc" 1>&6
  if test $ac_cv_header_stdc = yes; then
    cat >> confdefs.h <<\EOF
--- 1115,1120 ----
***************
*** 1257,1263 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1261 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/wait.h>
--- 1128,1134 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1132 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/wait.h>
***************
*** 1284,1290 ****
  rm -f conftest*
  
  fi
- 
  echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
  if test $ac_cv_header_sys_wait_h = yes; then
    cat >> confdefs.h <<\EOF
--- 1155,1160 ----
***************
*** 1299,1305 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1303 "configure"
  #include "confdefs.h"
  #include <termio.h>
  EOF
--- 1169,1175 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1173 "configure"
  #include "confdefs.h"
  #include <termio.h>
  EOF
***************
*** 1336,1342 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1340 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
--- 1206,1212 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1210 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
  EOF
***************
*** 1354,1360 ****
  fi
  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_hdr 1
  EOF
--- 1224,1230 ----
  fi
  if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_hdr 1
  EOF
***************
*** 1370,1376 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1374 "configure"
  #include "confdefs.h"
  #include <sys/stream.h>
  EOF
--- 1240,1246 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1244 "configure"
  #include "confdefs.h"
  #include <sys/stream.h>
  EOF
***************
*** 1407,1413 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1411 "configure"
  #include "confdefs.h"
  #include <termcap.h>
  EOF
--- 1277,1283 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1281 "configure"
  #include "confdefs.h"
  #include <termcap.h>
  EOF
***************
*** 1430,1443 ****
  EOF
  
                   echo $ac_n "checking for -ltermcap""... $ac_c" 1>&6
! ac_lib_var=`echo termcap | tr '.-/+' '___p'`
! if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-ltermcap  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1441 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
--- 1300,1312 ----
  EOF
  
                   echo $ac_n "checking for -ltermcap""... $ac_c" 1>&6
! if eval "test \"`echo '$''{'ac_cv_lib_termcap'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-ltermcap  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1310 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
***************
*** 1447,1464 ****
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo termcap | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
--- 1316,1333 ----
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_termcap=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_termcap=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'termcap`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo termcap | tr '[a-z]' '[A-Z]'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
***************
*** 1474,1492 ****
  fi
  
  case "$host" in
!   *-*-ultrix*) cat >> confdefs.h <<\EOF
  #define TERMCAP 1
  EOF
  
  	       echo $ac_n "checking for -ltermcap""... $ac_c" 1>&6
! ac_lib_var=`echo termcap | tr '.-/+' '___p'`
! if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-ltermcap  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1490 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
--- 1343,1360 ----
  fi
  
  case "$host" in
!   *-*-ultrix* | *-*-netbsd*) cat >> confdefs.h <<\EOF
  #define TERMCAP 1
  EOF
  
  	       echo $ac_n "checking for -ltermcap""... $ac_c" 1>&6
! if eval "test \"`echo '$''{'ac_cv_lib_termcap'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-ltermcap  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1358 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
***************
*** 1496,1513 ****
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo termcap | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
--- 1364,1381 ----
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_termcap=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_termcap=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'termcap`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_lib=HAVE_LIB`echo termcap | tr '[a-z]' '[A-Z]'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_lib 1
  EOF
***************
*** 1527,1533 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1531 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
--- 1395,1401 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1399 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
***************
*** 1540,1546 ****
  char **p;
  /* NEC SVR4.0.2 mips cc rejects this.  */
  struct point {int x, y;};
! static struct point const zero = {0,0};
  /* AIX XL C 1.02.0.0 rejects this.
     It does not let you subtract one const X* pointer from another in an arm
     of an if-expression whose if-part is not a constant expression */
--- 1408,1414 ----
  char **p;
  /* NEC SVR4.0.2 mips cc rejects this.  */
  struct point {int x, y;};
! static struct point const zero;
  /* AIX XL C 1.02.0.0 rejects this.
     It does not let you subtract one const X* pointer from another in an arm
     of an if-expression whose if-part is not a constant expression */
***************
*** 1587,1593 ****
  rm -f conftest*
  
  fi
- 
  echo "$ac_t""$ac_cv_c_const" 1>&6
  if test $ac_cv_c_const = no; then
    cat >> confdefs.h <<\EOF
--- 1455,1460 ----
***************
*** 1601,1607 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1605 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
--- 1468,1474 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1472 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
***************
*** 1632,1638 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1636 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/time.h>
--- 1499,1505 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1503 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #include <sys/time.h>
***************
*** 1652,1658 ****
  rm -f conftest*
  
  fi
- 
  echo "$ac_t""$ac_cv_header_time" 1>&6
  if test $ac_cv_header_time = yes; then
    cat >> confdefs.h <<\EOF
--- 1519,1524 ----
***************
*** 1667,1673 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1671 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
                   #include <utmp.h>
--- 1533,1539 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1537 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
                   #include <utmp.h>
***************
*** 1699,1705 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1703 "configure"
  #include "confdefs.h"
  #include <sys/param.h>
  EOF
--- 1565,1571 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1569 "configure"
  #include "confdefs.h"
  #include <sys/param.h>
  EOF
***************
*** 1727,1733 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1731 "configure"
  #include "confdefs.h"
  #include <unistd.h>
  int main() { return 0; }
--- 1593,1599 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1597 "configure"
  #include "confdefs.h"
  #include <unistd.h>
  int main() { return 0; }
***************
*** 1754,1766 ****
  fi
  
  if test $ac_cv_prog_gcc = yes; then
!     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
  if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
      ac_pattern="Autoconf.*'x'"
    cat > conftest.$ac_ext <<EOF
! #line 1764 "configure"
  #include "confdefs.h"
  #include <sgtty.h>
  Autoconf TIOCGETP
--- 1620,1632 ----
  fi
  
  if test $ac_cv_prog_gcc = yes; then
!   echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
  if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
      ac_pattern="Autoconf.*'x'"
    cat > conftest.$ac_ext <<EOF
! #line 1630 "configure"
  #include "confdefs.h"
  #include <sgtty.h>
  Autoconf TIOCGETP
***************
*** 1778,1784 ****
  
    if test $ac_cv_prog_gcc_traditional = no; then
      cat > conftest.$ac_ext <<EOF
! #line 1782 "configure"
  #include "confdefs.h"
  #include <termio.h>
  Autoconf TCGETA
--- 1644,1650 ----
  
    if test $ac_cv_prog_gcc_traditional = no; then
      cat > conftest.$ac_ext <<EOF
! #line 1648 "configure"
  #include "confdefs.h"
  #include <termio.h>
  Autoconf TCGETA
***************
*** 1792,1799 ****
  
    fi
  fi
! 
! echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
    if test $ac_cv_prog_gcc_traditional = yes; then
      CC="$CC -traditional"
    fi
--- 1658,1664 ----
  
    fi
  fi
!   echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
    if test $ac_cv_prog_gcc_traditional = yes; then
      CC="$CC -traditional"
    fi
***************
*** 1805,1817 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1809 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char setenv(); below.  */
  #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
! char setenv();
  
  int main() { return 0; }
  int t() {
--- 1670,1682 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1674 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char setenv(); below.  */
  #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
! char setenv(); 
  
  int main() { return 0; }
  int t() {
***************
*** 1851,1863 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1855 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char herror(); below.  */
  #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
! char herror();
  
  int main() { return 0; }
  int t() {
--- 1716,1728 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1720 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char herror(); below.  */
  #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
! char herror(); 
  
  int main() { return 0; }
  int t() {
***************
*** 1896,1908 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1900 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char strdup(); below.  */
  #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
! char strdup();
  
  int main() { return 0; }
  int t() {
--- 1761,1773 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1765 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char strdup(); below.  */
  #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
! char strdup(); 
  
  int main() { return 0; }
  int t() {
***************
*** 1942,1948 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1946 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
--- 1807,1813 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1811 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
  #if STDC_HEADERS
***************
*** 1974,1980 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1978 "configure"
  #include "confdefs.h"
  #include <vfork.h>
  EOF
--- 1839,1845 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 1843 "configure"
  #include "confdefs.h"
  #include <vfork.h>
  EOF
***************
*** 2005,2057 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    if test "$cross_compiling" = yes; then
!   echo $ac_n "checking for vfork""... $ac_c" 1>&6
! if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
!   echo $ac_n "(cached) $ac_c" 1>&6
! else
!   cat > conftest.$ac_ext <<EOF
! #line 2014 "configure"
! #include "confdefs.h"
! /* System header to define __stub macros and hopefully few prototypes,
!     which can conflict with char vfork(); below.  */
! #include <assert.h>
! /* Override any gcc2 internal prototype to avoid an error.  */
! char vfork();
! 
! int main() { return 0; }
! int t() {
! 
! /* The GNU C library defines this for functions which it implements
!     to always fail with ENOSYS.  Some functions are actually named
!     something starting with __ and the normal name is an alias.  */
! #if defined (__stub_vfork) || defined (__stub___vfork)
! choke me
! #else
! vfork();
! #endif
! 
! ; return 0; }
! EOF
! if eval $ac_link; then
!   rm -rf conftest*
!   eval "ac_cv_func_vfork=yes"
! else
!   rm -rf conftest*
!   eval "ac_cv_func_vfork=no"
! fi
! rm -f conftest*
! 
! fi
! if eval "test \"`echo '$ac_cv_func_'vfork`\" = yes"; then
!   echo "$ac_t""yes" 1>&6
!   :
! else
!   echo "$ac_t""no" 1>&6
! fi
! 
  else
  cat > conftest.$ac_ext <<EOF
! #line 2055 "configure"
  #include "confdefs.h"
  /* Thanks to Paul Eggert for this test.  */
  #include <stdio.h>
--- 1870,1879 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    if test "$cross_compiling" = yes; then
!   ac_cv_func_vfork=no
  else
  cat > conftest.$ac_ext <<EOF
! #line 1877 "configure"
  #include "confdefs.h"
  /* Thanks to Paul Eggert for this test.  */
  #include <stdio.h>
***************
*** 2153,2159 ****
  fi
  rm -fr conftest*
  fi
- 
  echo "$ac_t""$ac_cv_func_vfork" 1>&6
  if test $ac_cv_func_vfork = no; then
    cat >> confdefs.h <<\EOF
--- 1975,1980 ----
***************
*** 2164,2177 ****
  
  # strftime is in -lintl on SCO UNIX.
  echo $ac_n "checking for -lintl""... $ac_c" 1>&6
! ac_lib_var=`echo intl | tr '.-/+' '___p'`
! if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lintl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 2175 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
--- 1985,1997 ----
  
  # strftime is in -lintl on SCO UNIX.
  echo $ac_n "checking for -lintl""... $ac_c" 1>&6
! if eval "test \"`echo '$''{'ac_cv_lib_intl'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
  LIBS="-lintl  $LIBS"
  cat > conftest.$ac_ext <<EOF
! #line 1995 "configure"
  #include "confdefs.h"
  
  int main() { return 0; }
***************
*** 2181,2196 ****
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_$ac_lib_var=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    LIBS="-lintl $LIBS"
  else
--- 2001,2016 ----
  EOF
  if eval $ac_link; then
    rm -rf conftest*
!   eval "ac_cv_lib_intl=yes"
  else
    rm -rf conftest*
!   eval "ac_cv_lib_intl=no"
  fi
  rm -f conftest*
  LIBS="$ac_save_LIBS"
  
  fi
! if eval "test \"`echo '$ac_cv_lib_'intl`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    LIBS="-lintl $LIBS"
  else
***************
*** 2202,2214 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2206 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char strftime(); below.  */
  #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
! char strftime();
  
  int main() { return 0; }
  int t() {
--- 2022,2034 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2026 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char strftime(); below.  */
  #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
! char strftime(); 
  
  int main() { return 0; }
  int t() {
***************
*** 2251,2263 ****
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2255 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
  #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
! char $ac_func();
  
  int main() { return 0; }
  int t() {
--- 2071,2083 ----
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 2075 "configure"
  #include "confdefs.h"
  /* System header to define __stub macros and hopefully few prototypes,
      which can conflict with char $ac_func(); below.  */
  #include <assert.h>
  /* Override any gcc2 internal prototype to avoid an error.  */
! char $ac_func(); 
  
  int main() { return 0; }
  int t() {
***************
*** 2285,2291 ****
  fi
  if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_func 1
  EOF
--- 2105,2111 ----
  fi
  if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
    echo "$ac_t""yes" 1>&6
!     ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
    cat >> confdefs.h <<EOF
  #define $ac_tr_func 1
  EOF
***************
*** 2372,2378 ****
      echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
      exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
!     echo "$CONFIG_STATUS generated by autoconf version 2.7"
      exit 0 ;;
    -help | --help | --hel | --he | --h)
      echo "\$ac_cs_usage"; exit 0 ;;
--- 2192,2198 ----
      echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
      exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
!     echo "$CONFIG_STATUS generated by autoconf version 2.4"
      exit 0 ;;
    -help | --help | --hel | --he | --h)
      echo "\$ac_cs_usage"; exit 0 ;;
***************
*** 2384,2395 ****
  ac_given_INSTALL="$INSTALL"
  
  trap 'rm -fr `echo "lib/libbsd/Makefile lib/libtelnet/Makefile telnet/Makefile telnetd/Makefile Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
- EOF
- cat >> $CONFIG_STATUS <<EOF
  
! # Protect against being on the right side of a sed subst in config.status.
! sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
!  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  $ac_vpsub
  $extrasub
  s%@CFLAGS@%$CFLAGS%g
--- 2204,2213 ----
  ac_given_INSTALL="$INSTALL"
  
  trap 'rm -fr `echo "lib/libbsd/Makefile lib/libtelnet/Makefile telnet/Makefile telnetd/Makefile Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  
! # Protect against being on the right side of a sed subst in config.status. 
! sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g; 
!  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  $ac_vpsub
  $extrasub
  s%@CFLAGS@%$CFLAGS%g
***************
*** 2401,2418 ****
  s%@exec_prefix@%$exec_prefix%g
  s%@prefix@%$prefix%g
  s%@program_transform_name@%$program_transform_name%g
- s%@bindir@%$bindir%g
- s%@sbindir@%$sbindir%g
- s%@libexecdir@%$libexecdir%g
- s%@datadir@%$datadir%g
- s%@sysconfdir@%$sysconfdir%g
- s%@sharedstatedir@%$sharedstatedir%g
- s%@localstatedir@%$localstatedir%g
- s%@libdir@%$libdir%g
- s%@includedir@%$includedir%g
- s%@oldincludedir@%$oldincludedir%g
- s%@infodir@%$infodir%g
- s%@mandir@%$mandir%g
  s%@SSLTOP@%$SSLTOP%g
  s%@ssllibs@%$ssllibs%g
  s%@package@%$package%g
--- 2219,2224 ----
***************
*** 2528,2534 ****
  
  # Transform confdefs.h into a sed script conftest.vals that substitutes
  # the proper values into config.h.in to produce config.h.  And first:
! # Protect against being on the right side of a sed subst in config.status.
  # Protect against being in an unquoted here document in config.status.
  rm -f conftest.vals
  cat > conftest.hdr <<\EOF
--- 2334,2340 ----
  
  # Transform confdefs.h into a sed script conftest.vals that substitutes
  # the proper values into config.h.in to produce config.h.  And first:
! # Protect against being on the right side of a sed subst in config.status. 
  # Protect against being in an unquoted here document in config.status.
  rm -f conftest.vals
  cat > conftest.hdr <<\EOF
diff -rc SSL-MZtelnet-0.5.2b/configure.in SSL-MZtelnet-0.5.3/configure.in
*** SSL-MZtelnet-0.5.2b/configure.in	Wed Jan 31 11:22:56 1996
--- SSL-MZtelnet-0.5.3/configure.in	Tue Jan 23 20:38:20 1996
***************
*** 46,51 ****
--- 46,55 ----
  
  case "$host" in
    *-*-osf*) ;;
+   *-*-aix*) ;;
+   *-*-linux*) ;;
+   *-*-netbsd*) ;;
+   *-*-ultrix*) ;;
    *) AC_DEFINE(LINEMODE);;
  esac
  
***************
*** 131,137 ****
  		[AC_DEFINE(TERMCAP)
                   AC_CHECK_LIB(termcap, tgetent)])
  case "$host" in
!   *-*-ultrix*) AC_DEFINE(TERMCAP)
  	       AC_CHECK_LIB(termcap, tgetent)
                 ;;
    *) ;;
--- 135,141 ----
  		[AC_DEFINE(TERMCAP)
                   AC_CHECK_LIB(termcap, tgetent)])
  case "$host" in
!   *-*-ultrix* | *-*-netbsd*) AC_DEFINE(TERMCAP)
  	       AC_CHECK_LIB(termcap, tgetent)
                 ;;
    *) ;;
Only in SSL-MZtelnet-0.5.2b/include/arpa: telnet.h,v
Only in SSL-MZtelnet-0.5.3/include: sys
Only in SSL-MZtelnet-0.5.2b/lib/libbsd: Makefile.in,v
diff -rc SSL-MZtelnet-0.5.2b/lib/libbsd/getenv.c SSL-MZtelnet-0.5.3/lib/libbsd/getenv.c
*** SSL-MZtelnet-0.5.2b/lib/libbsd/getenv.c	Wed Jan 31 11:00:08 1996
--- SSL-MZtelnet-0.5.3/lib/libbsd/getenv.c	Wed Dec 20 10:10:43 1995
***************
*** 35,44 ****
  static char sccsid[] = "@(#)getenv.c	5.8 (Berkeley) 2/23/91";
  #endif /* LIBC_SCCS and not lint */
  
! /* 	$Id: getenv.c,v 1.2 1996/01/31 10:00:08 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: getenv.c,v 1.2 1996/01/31 10:00:08 martin Exp $";
  #endif /* lint */
  
  #include "../../config.h"
--- 35,44 ----
  static char sccsid[] = "@(#)getenv.c	5.8 (Berkeley) 2/23/91";
  #endif /* LIBC_SCCS and not lint */
  
! /* 	$Id$	 */
  
  #ifndef lint
! static char vcid[] = "$Id$";
  #endif /* lint */
  
  #include "../../config.h"
Only in SSL-MZtelnet-0.5.2b/lib/libbsd: getenv.c,v
Only in SSL-MZtelnet-0.5.2b/lib/libbsd: getpass.c,v
diff -rc SSL-MZtelnet-0.5.2b/lib/libbsd/herror.c SSL-MZtelnet-0.5.3/lib/libbsd/herror.c
*** SSL-MZtelnet-0.5.2b/lib/libbsd/herror.c	Wed Jan 31 11:00:20 1996
--- SSL-MZtelnet-0.5.3/lib/libbsd/herror.c	Wed Dec 20 10:10:26 1995
***************
*** 35,44 ****
  static char sccsid[] = "@(#)herror.c	6.6 (Berkeley) 2/24/91";
  #endif /* LIBC_SCCS and not lint */
  
! /* 	$Id: herror.c,v 1.2 1996/01/31 10:00:20 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: herror.c,v 1.2 1996/01/31 10:00:20 martin Exp $";
  #endif /* lint */
  #include "../../config.h"
  
--- 35,44 ----
  static char sccsid[] = "@(#)herror.c	6.6 (Berkeley) 2/24/91";
  #endif /* LIBC_SCCS and not lint */
  
! /* 	$Id$	 */
  
  #ifndef lint
! static char vcid[] = "$Id$";
  #endif /* lint */
  #include "../../config.h"
  
Only in SSL-MZtelnet-0.5.2b/lib/libbsd: herror.c,v
Only in SSL-MZtelnet-0.5.2b/lib/libbsd: inet_addr.c,v
diff -rc SSL-MZtelnet-0.5.2b/lib/libbsd/setenv.c SSL-MZtelnet-0.5.3/lib/libbsd/setenv.c
*** SSL-MZtelnet-0.5.2b/lib/libbsd/setenv.c	Wed Jan 31 11:02:12 1996
--- SSL-MZtelnet-0.5.3/lib/libbsd/setenv.c	Wed Dec 20 10:07:50 1995
***************
*** 35,44 ****
  static char sccsid[] = "@(#)setenv.c	5.6 (Berkeley) 6/4/91";
  #endif /* LIBC_SCCS and not lint */
  
! /* 	$Id: setenv.c,v 1.3 1996/01/31 10:02:12 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: setenv.c,v 1.3 1996/01/31 10:02:12 martin Exp $";
  #endif /* lint */
  
  #include "../../config.h"
--- 35,44 ----
  static char sccsid[] = "@(#)setenv.c	5.6 (Berkeley) 6/4/91";
  #endif /* LIBC_SCCS and not lint */
  
! /* 	$Id: setenv.c,v 1.2 1995/11/14 14:27:34 martin Exp martin $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: setenv.c,v 1.2 1995/11/14 14:27:34 martin Exp martin $";
  #endif /* lint */
  
  #include "../../config.h"
Only in SSL-MZtelnet-0.5.2b/lib/libbsd: setenv.c,v
diff -rc SSL-MZtelnet-0.5.2b/lib/libbsd/strdup.c SSL-MZtelnet-0.5.3/lib/libbsd/strdup.c
*** SSL-MZtelnet-0.5.2b/lib/libbsd/strdup.c	Wed Jan 31 11:02:49 1996
--- SSL-MZtelnet-0.5.3/lib/libbsd/strdup.c	Fri Dec 22 18:08:05 1995
***************
*** 1,9 ****
- /* 	$Id: strdup.c,v 1.2 1996/01/31 10:02:49 martin Exp $	 */
- 
- #ifndef lint
- static char vcid[] = "$Id: strdup.c,v 1.2 1996/01/31 10:02:49 martin Exp $";
- #endif /* lint */
- 
  #include <string.h>
  #include <malloc.h>
  
--- 1,3 ----
Only in SSL-MZtelnet-0.5.2b/lib/libbsd: strdup.c,v
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: Makefile.in,v
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: auth-proto.h,v
diff -rc SSL-MZtelnet-0.5.2b/lib/libtelnet/auth.c SSL-MZtelnet-0.5.3/lib/libtelnet/auth.c
*** SSL-MZtelnet-0.5.2b/lib/libtelnet/auth.c	Thu Nov 23 16:30:51 1995
--- SSL-MZtelnet-0.5.3/lib/libtelnet/auth.c	Mon Jan 29 14:53:22 1996
***************
*** 55,64 ****
   * or implied warranty.
   */
  
! /* 	$Id: auth.c,v 1.3 1995/11/14 14:29:25 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: auth.c,v 1.3 1995/11/14 14:29:25 martin Exp $";
  #endif /* lint */
  
  #include "../../config.h"
--- 55,64 ----
   * or implied warranty.
   */
  
! /* 	$Id: auth.c,v 1.1 1996/01/29 13:46:23 martin Exp martin $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: auth.c,v 1.1 1996/01/29 13:46:23 martin Exp martin $";
  #endif /* lint */
  
  #include "../../config.h"
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: enc_des.c,v
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: genget.c,v
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: getent.c,v
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: kerberos.c,v
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: kerberos5.c,v
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: krb4encpwd.c,v
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: misc-proto.h,v
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: misc.c,v
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: rsaencpwd.c,v
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: spx.c,v
diff -rc SSL-MZtelnet-0.5.2b/lib/libtelnet/ssl.c SSL-MZtelnet-0.5.3/lib/libtelnet/ssl.c
*** SSL-MZtelnet-0.5.2b/lib/libtelnet/ssl.c	Wed Jan 31 16:18:00 1996
--- SSL-MZtelnet-0.5.3/lib/libtelnet/ssl.c	Fri Dec 29 10:52:43 1995
***************
*** 1,7 ****
! /* 	$Id: ssl.c,v 1.6 1996/01/31 15:18:00 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: ssl.c,v 1.6 1996/01/31 15:18:00 martin Exp $";
  #endif /* lint */
  
  #include "../../config.h"
--- 1,7 ----
! /* 	$Id: ssl.c,v 1.4 1995/11/23 15:31:13 martin Exp martin $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: ssl.c,v 1.4 1995/11/23 15:31:13 martin Exp martin $";
  #endif /* lint */
  
  #include "../../config.h"
Only in SSL-MZtelnet-0.5.2b/lib/libtelnet: ssl.c,v
Only in SSL-MZtelnet-0.5.2b: lib.mk,v
Only in SSL-MZtelnet-0.5.2b/telnet: Makefile.in,v
Only in SSL-MZtelnet-0.5.2b/telnet: authenc.c,v
diff -rc SSL-MZtelnet-0.5.2b/telnet/commands.c SSL-MZtelnet-0.5.3/telnet/commands.c
*** SSL-MZtelnet-0.5.2b/telnet/commands.c	Wed Jan 31 16:22:58 1996
--- SSL-MZtelnet-0.5.3/telnet/commands.c	Tue Jan 23 18:44:19 1996
***************
*** 35,44 ****
  static char sccsid[] = "@(#)commands.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: commands.c,v 1.7 1996/01/31 15:22:57 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: commands.c,v 1.7 1996/01/31 15:22:57 martin Exp $";
  #endif /* lint */
  
  #include "../config.h"
--- 35,44 ----
  static char sccsid[] = "@(#)commands.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: commands.c,v 1.1 1996/01/12 15:30:37 martin Exp martin $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: commands.c,v 1.1 1996/01/12 15:30:37 martin Exp martin $";
  #endif /* lint */
  
  #include "../config.h"
***************
*** 58,68 ****
  #if HAVE_SYS_WAIT_H
  # include <sys/wait.h>
  #endif
! #if defined(__ultrix)
  # include <cxx/sys/socket.h>
! #else
  # include <sys/socket.h>
! #endif
  #include <netinet/in.h>
  #ifdef	CRAY
  #include <fcntl.h>
--- 58,68 ----
  #if HAVE_SYS_WAIT_H
  # include <sys/wait.h>
  #endif
! /*#if defined(__ultrix)
  # include <cxx/sys/socket.h>
! #else*/
  # include <sys/socket.h>
! /*#endif*/
  #include <netinet/in.h>
  #ifdef	CRAY
  #include <fcntl.h>
***************
*** 1177,1189 ****
  }
  
      int
! setmode(int bit)
  {
      return dolmmode(bit, 1);
  }
  
      int
! clearmode(int bit)
  {
      return dolmmode(bit, 0);
  }
--- 1177,1191 ----
  }
  
      int
! xsetmode(bit)
!     int bit;
  {
      return dolmmode(bit, 1);
  }
  
      int
! clearmode(bit)
!     int bit;
  {
      return dolmmode(bit, 0);
  }
***************
*** 1209,1225 ****
  #endif
      { "", "", 0 },
      { "",	"These require the LINEMODE option to be enabled", 0 },
!     { "isig",	"Enable signal trapping",	setmode, 1, MODE_TRAPSIG },
!     { "+isig",	0,				setmode, 1, MODE_TRAPSIG },
      { "-isig",	"Disable signal trapping",	clearmode, 1, MODE_TRAPSIG },
!     { "edit",	"Enable character editing",	setmode, 1, MODE_EDIT },
!     { "+edit",	0,				setmode, 1, MODE_EDIT },
      { "-edit",	"Disable character editing",	clearmode, 1, MODE_EDIT },
!     { "softtabs", "Enable tab expansion",	setmode, 1, MODE_SOFT_TAB },
!     { "+softtabs", 0,				setmode, 1, MODE_SOFT_TAB },
      { "-softtabs", "Disable character editing",	clearmode, 1, MODE_SOFT_TAB },
!     { "litecho", "Enable literal character echo", setmode, 1, MODE_LIT_ECHO },
!     { "+litecho", 0,				setmode, 1, MODE_LIT_ECHO },
      { "-litecho", "Disable literal character echo", clearmode, 1, MODE_LIT_ECHO },
      { "help",	0,				modehelp, 0 },
  #ifdef	KLUDGELINEMODE
--- 1211,1227 ----
  #endif
      { "", "", 0 },
      { "",	"These require the LINEMODE option to be enabled", 0 },
!     { "isig",	"Enable signal trapping",	xsetmode, 1, MODE_TRAPSIG },
!     { "+isig",	0,				xsetmode, 1, MODE_TRAPSIG },
      { "-isig",	"Disable signal trapping",	clearmode, 1, MODE_TRAPSIG },
!     { "edit",	"Enable character editing",	xsetmode, 1, MODE_EDIT },
!     { "+edit",	0,				xsetmode, 1, MODE_EDIT },
      { "-edit",	"Disable character editing",	clearmode, 1, MODE_EDIT },
!     { "softtabs", "Enable tab expansion",	xsetmode, 1, MODE_SOFT_TAB },
!     { "+softtabs", 0,				xsetmode, 1, MODE_SOFT_TAB },
      { "-softtabs", "Disable character editing",	clearmode, 1, MODE_SOFT_TAB },
!     { "litecho", "Enable literal character echo", xsetmode, 1, MODE_LIT_ECHO },
!     { "+litecho", 0,				xsetmode, 1, MODE_LIT_ECHO },
      { "-litecho", "Disable literal character echo", clearmode, 1, MODE_LIT_ECHO },
      { "help",	0,				modehelp, 0 },
  #ifdef	KLUDGELINEMODE
diff -rc SSL-MZtelnet-0.5.2b/telnet/externs.h SSL-MZtelnet-0.5.3/telnet/externs.h
*** SSL-MZtelnet-0.5.2b/telnet/externs.h	Wed Jan 31 16:23:22 1996
--- SSL-MZtelnet-0.5.3/telnet/externs.h	Fri Jan 12 17:07:15 1996
***************
*** 33,39 ****
   *	@(#)externs.h	8.2 (Berkeley) 12/15/93
   */
  
! /* 	$Id: externs.h,v 1.6 1996/01/31 15:23:22 martin Exp $	 */
  
  #ifndef	BSD
  # define BSD 43
--- 33,41 ----
   *	@(#)externs.h	8.2 (Berkeley) 12/15/93
   */
  
! /* 	$Id: externs.h,v 1.1 1996/01/12 16:07:08 martin Exp martin $	 */
! 
! #include <sys/param.h>
  
  #ifndef	BSD
  # define BSD 43
diff -rc SSL-MZtelnet-0.5.2b/telnet/main.c SSL-MZtelnet-0.5.3/telnet/main.c
*** SSL-MZtelnet-0.5.2b/telnet/main.c	Wed Jan 31 16:24:32 1996
--- SSL-MZtelnet-0.5.3/telnet/main.c	Mon Jan 29 14:53:24 1996
***************
*** 41,50 ****
  static char sccsid[] = "@(#)main.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: main.c,v 1.5 1996/01/31 15:24:32 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: main.c,v 1.5 1996/01/31 15:24:32 martin Exp $";
  #endif /* lint */
  
  #include "../config.h"
--- 41,50 ----
  static char sccsid[] = "@(#)main.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: main.c,v 1.1 1996/01/29 13:52:41 martin Exp martin $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: main.c,v 1.1 1996/01/29 13:52:41 martin Exp martin $";
  #endif /* lint */
  
  #include "../config.h"
***************
*** 173,178 ****
--- 173,179 ----
                  case 'z':
  		        if (strcmp(optarg, "debug") == 0 ) {
  			    ssl_debug_flag=1;
+ 			    auth_debug_mode=1;
  			}
  		        if (strcmp(optarg, "ssl") == 0 ) {
  			    ssl_only_flag=1;
diff -rc SSL-MZtelnet-0.5.2b/telnet/network.c SSL-MZtelnet-0.5.3/telnet/network.c
*** SSL-MZtelnet-0.5.2b/telnet/network.c	Wed Jan 31 11:04:55 1996
--- SSL-MZtelnet-0.5.3/telnet/network.c	Tue Jan 23 18:49:20 1996
***************
*** 35,54 ****
  static char sccsid[] = "@(#)network.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: network.c,v 1.4 1996/01/31 10:04:55 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: network.c,v 1.4 1996/01/31 10:04:55 martin Exp $";
  #endif /* lint */
  
  #include "../config.h"
  
  #include <sys/types.h>
! #if defined(__ultrix)
  # include <cxx/sys/socket.h>
! #else
  # include <sys/socket.h>
! #endif
  #if TIME_WITH_SYS_TIME
  # include <sys/time.h>
  # include <time.h>
--- 35,54 ----
  static char sccsid[] = "@(#)network.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: network.c,v 1.1 1996/01/23 17:49:13 martin Exp martin $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: network.c,v 1.1 1996/01/23 17:49:13 martin Exp martin $";
  #endif /* lint */
  
  #include "../config.h"
  
  #include <sys/types.h>
! /*#if defined(__ultrix)
  # include <cxx/sys/socket.h>
! #else*/
  # include <sys/socket.h>
! /*#endif*/
  #if TIME_WITH_SYS_TIME
  # include <sys/time.h>
  # include <time.h>
Only in SSL-MZtelnet-0.5.2b/telnet: ring.c,v
diff -rc SSL-MZtelnet-0.5.2b/telnet/sys_bsd.c SSL-MZtelnet-0.5.3/telnet/sys_bsd.c
*** SSL-MZtelnet-0.5.2b/telnet/sys_bsd.c	Wed Jan 31 11:05:17 1996
--- SSL-MZtelnet-0.5.3/telnet/sys_bsd.c	Tue Jan 23 18:50:11 1996
***************
*** 40,49 ****
   * (at least between 4.x and dos) which is used in telnet.c.
   */
  
! /* 	$Id: sys_bsd.c,v 1.5 1996/01/31 10:05:16 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: sys_bsd.c,v 1.5 1996/01/31 10:05:16 martin Exp $";
  #endif /* lint */
  
  #include "../config.h"
--- 40,49 ----
   * (at least between 4.x and dos) which is used in telnet.c.
   */
  
! /* 	$Id: sys_bsd.c,v 1.1 1996/01/23 17:49:59 martin Exp martin $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: sys_bsd.c,v 1.1 1996/01/23 17:49:59 martin Exp martin $";
  #endif /* lint */
  
  #include "../config.h"
***************
*** 63,73 ****
  #if defined(HAVE_SYS_SELECT_H) && !defined(SCO)
  # include <sys/select.h>
  #endif
! #if defined(__ultrix)
  # include <cxx/sys/socket.h>
! #else
  # include <sys/socket.h>
! #endif
  #include <signal.h>
  #include <errno.h>
  #include <unistd.h>
--- 63,73 ----
  #if defined(HAVE_SYS_SELECT_H) && !defined(SCO)
  # include <sys/select.h>
  #endif
! /*#if defined(__ultrix)
  # include <cxx/sys/socket.h>
! #else*/
  # include <sys/socket.h>
! /*#endif*/
  #include <signal.h>
  #include <errno.h>
  #include <unistd.h>
diff -rc SSL-MZtelnet-0.5.2b/telnet/telnet.c SSL-MZtelnet-0.5.3/telnet/telnet.c
*** SSL-MZtelnet-0.5.2b/telnet/telnet.c	Wed Jan 31 11:06:27 1996
--- SSL-MZtelnet-0.5.3/telnet/telnet.c	Tue Jan 30 15:43:04 1996
***************
*** 35,44 ****
  static char sccsid[] = "@(#)telnet.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: telnet.c,v 1.4 1996/01/31 10:06:27 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: telnet.c,v 1.4 1996/01/31 10:06:27 martin Exp $";
  #endif /* lint */
  
  #include "../config.h"
--- 35,44 ----
  static char sccsid[] = "@(#)telnet.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: telnet.c,v 1.1 1996/01/12 16:11:27 martin Exp martin $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: telnet.c,v 1.1 1996/01/12 16:11:27 martin Exp martin $";
  #endif /* lint */
  
  #include "../config.h"
***************
*** 810,817 ****
--- 810,819 ----
  }
  #else
  #define	termbuf	ttytype
+ #if !defined(__NetBSD__)
  extern char ttytype[];
  #endif
+ #endif
  
  int resettermname = 1;
  
***************
*** 899,912 ****
  	if (SB_EOF())
  	    return;
  	if (SB_GET() == TELQUAL_SEND) {
! 	    long ospeed, ispeed;
  	    unsigned char temp[50];
  	    int len;
  
! 	    TerminalSpeeds(&ispeed, &ospeed);
  
  	    sprintf((char *)temp, "%c%c%c%c%d,%d%c%c", IAC, SB, TELOPT_TSPEED,
! 		    TELQUAL_IS, ospeed, ispeed, IAC, SE);
  	    len = strlen((char *)temp+4) + 4;	/* temp[3] is 0 ... */
  
  	    if (len < NETROOM()) {
--- 901,914 ----
  	if (SB_EOF())
  	    return;
  	if (SB_GET() == TELQUAL_SEND) {
! 	    long xospeed, ispeed;
  	    unsigned char temp[50];
  	    int len;
  
! 	    TerminalSpeeds(&ispeed, &xospeed);
  
  	    sprintf((char *)temp, "%c%c%c%c%d,%d%c%c", IAC, SB, TELOPT_TSPEED,
! 		    TELQUAL_IS, xospeed, ispeed, IAC, SE);
  	    len = strlen((char *)temp+4) + 4;	/* temp[3] is 0 ... */
  
  	    if (len < NETROOM()) {
***************
*** 2307,2313 ****
  		local_host[sizeof(local_host)-1] = 0;
  	}
  	auth_encrypt_init(local_host, hostname, "TELNET", 0);
! 	auth_encrypt_user(user);
      }
  #endif	/* defined(AUTHENTICATION) || defined(ENCRYPTION)  */
  #   if !defined(TN3270)
--- 2309,2320 ----
  		local_host[sizeof(local_host)-1] = 0;
  	}
  	auth_encrypt_init(local_host, hostname, "TELNET", 0);
! #if	defined(AUTHENTICATION)
! 	if(autologin)
! 	    auth_sendname(user,strlen(user));
! 	else
! #endif
! 	    auth_encrypt_user(user);
      }
  #endif	/* defined(AUTHENTICATION) || defined(ENCRYPTION)  */
  #   if !defined(TN3270)
Only in SSL-MZtelnet-0.5.2b/telnet: terminal.c,v
Only in SSL-MZtelnet-0.5.2b/telnet: tn3270.c,v
diff -rc SSL-MZtelnet-0.5.2b/telnet/utilities.c SSL-MZtelnet-0.5.3/telnet/utilities.c
*** SSL-MZtelnet-0.5.2b/telnet/utilities.c	Wed Jan 31 11:06:46 1996
--- SSL-MZtelnet-0.5.3/telnet/utilities.c	Tue Jan 23 19:01:07 1996
***************
*** 35,44 ****
  static char sccsid[] = "@(#)utilities.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: utilities.c,v 1.5 1996/01/31 10:06:46 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: utilities.c,v 1.5 1996/01/31 10:06:46 martin Exp $";
  #endif /* lint */
  
  #include "../config.h"
--- 35,44 ----
  static char sccsid[] = "@(#)utilities.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: utilities.c,v 1.1 1996/01/23 18:00:56 martin Exp martin $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: utilities.c,v 1.1 1996/01/23 18:00:56 martin Exp martin $";
  #endif /* lint */
  
  #include "../config.h"
***************
*** 64,74 ****
  #if defined(HAVE_SYS_SELECT_H) && !defined(SCO)
  # include <sys/select.h>
  #endif
! #if defined(__ultrix)
  # include <cxx/sys/socket.h>
! #else
  # include <sys/socket.h>
! #endif
  
  #include <ctype.h>
  
--- 64,74 ----
  #if defined(HAVE_SYS_SELECT_H) && !defined(SCO)
  # include <sys/select.h>
  #endif
! /*#if defined(__ultrix)
  # include <cxx/sys/socket.h>
! #else*/
  # include <sys/socket.h>
! /*#endif*/
  
  #include <ctype.h>
  
Only in SSL-MZtelnet-0.5.2b/telnetd: Makefile.in,v
diff -rc SSL-MZtelnet-0.5.2b/telnetd/defs.h SSL-MZtelnet-0.5.3/telnetd/defs.h
*** SSL-MZtelnet-0.5.2b/telnetd/defs.h	Wed Jan 31 11:07:21 1996
--- SSL-MZtelnet-0.5.3/telnetd/defs.h	Tue Jan 23 19:02:22 1996
***************
*** 33,39 ****
   *	@(#)defs.h	8.1 (Berkeley) 6/4/93
   */
  
! /* 	$Id: defs.h,v 1.3 1996/01/31 10:07:20 martin Exp $	 */
  
  /*
   * Telnet server defines
--- 33,39 ----
   *	@(#)defs.h	8.1 (Berkeley) 6/4/93
   */
  
! /* 	$Id: defs.h,v 1.1 1996/01/23 18:02:15 martin Exp martin $	 */
  
  /*
   * Telnet server defines
***************
*** 72,82 ****
  # define	USE_TERMIO
  #endif
  
! #if defined(__ultrix)
  # include <cxx/sys/socket.h>
! #else
  # include <sys/socket.h>
! #endif
  #ifndef	CRAY
  #if HAVE_SYS_WAIT_H
  # include <sys/wait.h>
--- 72,82 ----
  # define	USE_TERMIO
  #endif
  
! /*#if defined(__ultrix)
  # include <cxx/sys/socket.h>
! #else*/
  # include <sys/socket.h>
! /*#endif*/
  #ifndef	CRAY
  #if HAVE_SYS_WAIT_H
  # include <sys/wait.h>
diff -rc SSL-MZtelnet-0.5.2b/telnetd/ext.h SSL-MZtelnet-0.5.3/telnetd/ext.h
*** SSL-MZtelnet-0.5.2b/telnetd/ext.h	Wed Jan 31 16:25:55 1996
--- SSL-MZtelnet-0.5.3/telnetd/ext.h	Sun Dec 31 13:21:35 1995
***************
*** 33,39 ****
   *	@(#)ext.h	8.2 (Berkeley) 12/15/93
   */
  
! /* 	$Id: ext.h,v 1.5 1996/01/31 15:25:55 martin Exp $	 */
  
  /*
   * Telnet server variable declarations
--- 33,39 ----
   *	@(#)ext.h	8.2 (Berkeley) 12/15/93
   */
  
! /* 	$Id: ext.h,v 1.4 1995/11/23 15:43:21 martin Exp $	 */
  
  /*
   * Telnet server variable declarations
Only in SSL-MZtelnet-0.5.2b/telnetd: ext.h,v
Only in SSL-MZtelnet-0.5.2b/telnetd: global.c,v
Only in SSL-MZtelnet-0.5.2b/telnetd: slc.c,v
diff -rc SSL-MZtelnet-0.5.2b/telnetd/state.c SSL-MZtelnet-0.5.3/telnetd/state.c
*** SSL-MZtelnet-0.5.2b/telnetd/state.c	Tue Sep 26 11:31:04 1995
--- SSL-MZtelnet-0.5.3/telnetd/state.c	Mon Jan 29 14:15:52 1996
***************
*** 78,86 ****
  #define	TS_SB		3	/* throw away begin's... */
  #define	TS_SE		4	/* ...end's (suboption negotiation) */
  #define	TS_WILL		5	/* will option negotiation */
! #define	TS_WONT		6	/* wont " */
! #define	TS_DO		7	/* do " */
! #define	TS_DONT		8	/* dont " */
  
  	void
  telrcv()
--- 78,86 ----
  #define	TS_SB		3	/* throw away begin's... */
  #define	TS_SE		4	/* ...end's (suboption negotiation) */
  #define	TS_WILL		5	/* will option negotiation */
! #define	TS_WONT		6	/* wont " " */
! #define	TS_DO		7	/* do " " */
! #define	TS_DONT		8	/* dont " " */
  
  	void
  telrcv()
diff -rc SSL-MZtelnet-0.5.2b/telnetd/sys_term.c SSL-MZtelnet-0.5.3/telnetd/sys_term.c
*** SSL-MZtelnet-0.5.2b/telnetd/sys_term.c	Wed Jan 31 16:28:31 1996
--- SSL-MZtelnet-0.5.3/telnetd/sys_term.c	Tue Jan 30 15:43:02 1996
***************
*** 35,44 ****
  static char sccsid[] = "@(#)sys_term.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: sys_term.c,v 1.7 1996/01/31 15:28:30 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: sys_term.c,v 1.7 1996/01/31 15:28:30 martin Exp $";
  #endif /* lint */
  
  #include "telnetd.h"
--- 35,44 ----
  static char sccsid[] = "@(#)sys_term.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: sys_term.c,v 1.1 1996/01/15 17:13:11 martin Exp martin $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: sys_term.c,v 1.1 1996/01/15 17:13:11 martin Exp martin $";
  #endif /* lint */
  
  #include "telnetd.h"
***************
*** 155,172 ****
  #if defined(UNICOS5) && defined(CRAY2) && !defined(EXTPROC)
  # define EXTPROC 0400
  #endif
- #if defined(_AIX)
- # define EXTPROC 0400
- #endif
- #if defined(linux)
- # define EXTPROC 0400
- #endif
- #if defined(__alpha)
- # define EXTPROC 0400
- #endif
- #if defined(__ultrix)
- # define TS_EXTPROC 0400
- #endif
  
  #ifdef __hpux
  #undef TIOCSCTTY
--- 155,160 ----
***************
*** 238,243 ****
--- 226,232 ----
  	void
  init_termbuf()
  {
+         int ret;
  #ifndef	USE_TERMIO
  	(void) ioctl(pty, TIOCGETP, (char *)&termbuf.sg);
  	(void) ioctl(pty, TIOCGETC, (char *)&termbuf.tc);
***************
*** 247,255 ****
  # endif
  #else
  # ifdef  STREAMSPTY
! 	(void) tcgetattr(ttyfd, &termbuf);
  # else
! 	(void) tcgetattr(pty, &termbuf);
  # endif
  #endif
  	termbuf2 = termbuf;
--- 236,244 ----
  # endif
  #else
  # ifdef  STREAMSPTY
! 	ret = tcgetattr(ttyfd, &termbuf);
  # else
! 	ret = tcgetattr(pty, &termbuf);
  # endif
  #endif
  	termbuf2 = termbuf;
***************
*** 1563,1568 ****
--- 1552,1559 ----
  	if (!autoname || !autoname[0])
  		autologin = 0;
  
+ 	logprintf("startslave: autologin %x, @autoname %x, autoname (%s)\n",
+ 		  autologin, autoname, autoname);
  	if (autologin < auth_level) {
  		fatal(net, "Authorization failed");
  		exit(1);
diff -rc SSL-MZtelnet-0.5.2b/telnetd/telnetd.c SSL-MZtelnet-0.5.3/telnetd/telnetd.c
*** SSL-MZtelnet-0.5.2b/telnetd/telnetd.c	Wed Jan 31 16:29:13 1996
--- SSL-MZtelnet-0.5.3/telnetd/telnetd.c	Tue Jan 30 15:43:02 1996
***************
*** 47,56 ****
  static char sccsid[] = "@(#)telnetd.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: telnetd.c,v 1.6 1996/01/31 15:29:13 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: telnetd.c,v 1.6 1996/01/31 15:29:13 martin Exp $";
  #endif /* lint */
  
  #include "telnetd.h"
--- 47,56 ----
  static char sccsid[] = "@(#)telnetd.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: telnetd.c,v 1.1 1996/01/30 14:39:06 martin Exp martin $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: telnetd.c,v 1.1 1996/01/30 14:39:06 martin Exp martin $";
  #endif /* lint */
  
  #include "telnetd.h"
***************
*** 823,829 ****
--- 823,831 ----
  #endif /* TJH_FORCED_FLUSH */
      }
      if (his_state_is_will(TELOPT_AUTHENTICATION)) {
+       logprintf("getterminaltype: ssl_active_flag %d\n", ssl_active_flag);
  	retval = auth_wait(name);
+       logprintf("getterminaltype: ssl_active_flag %d\n", ssl_active_flag);
      }
  
  #ifdef USE_SSL
***************
*** 1147,1152 ****
--- 1149,1155 ----
  
  #ifdef USE_SSL
  	if (debug) {
+ 	  logprintf("doit: level %s, user_name %s\n", level, user_name);
  	    fprintf(stderr,"doit - starting telnet protocol itself\n");
  	    fflush(stderr);
  	    sleep(2);
Only in SSL-MZtelnet-0.5.2b/telnetd: telnetd.h,v
Only in SSL-MZtelnet-0.5.2b/telnetd: termstat.c,v
diff -rc SSL-MZtelnet-0.5.2b/telnetd/utility.c SSL-MZtelnet-0.5.3/telnetd/utility.c
*** SSL-MZtelnet-0.5.2b/telnetd/utility.c	Wed Jan 31 16:29:32 1996
--- SSL-MZtelnet-0.5.3/telnetd/utility.c	Sun Dec 31 10:21:13 1995
***************
*** 35,44 ****
  static char sccsid[] = "@(#)utility.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: utility.c,v 1.4 1996/01/31 15:29:31 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: utility.c,v 1.4 1996/01/31 15:29:31 martin Exp $";
  #endif /* lint */
  
  #define PRINTOPTIONS
--- 35,44 ----
  static char sccsid[] = "@(#)utility.c	8.2 (Berkeley) 12/15/93";
  #endif /* not lint */
  
! /* 	$Id: utility.c,v 1.3 1995/11/15 10:16:43 martin Exp $	 */
  
  #ifndef lint
! static char vcid[] = "$Id: utility.c,v 1.3 1995/11/15 10:16:43 martin Exp $";
  #endif /* lint */
  
  #define PRINTOPTIONS
Only in SSL-MZtelnet-0.5.2b/telnetd: utility.c,v
Only in SSL-MZtelnet-0.5.3/telnetd: z
