[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/config.h between version 1.2 and 1.3

version 1.2, 1999/09/26 22:53:25 version 1.3, 1999/09/28 04:45:36
Line 123 
Line 123 
 /* Define to use RSAREF. */  /* Define to use RSAREF. */
 /* #undef RSAREF */  /* #undef RSAREF */
   
 /* Define to use SSL. */  
 #define DO_SSL 1  
   
 /* Define this to be the path of the rsh program to support executing rsh. */  /* Define this to be the path of the rsh program to support executing rsh. */
 #define RSH_PATH "/usr/bin/rsh"  #define RSH_PATH "/usr/bin/rsh"
   
Line 307 
Line 304 
 /* Define if you have the setsid function.  */  /* Define if you have the setsid function.  */
 #define HAVE_SETSID 1  #define HAVE_SETSID 1
   
 /* Define if you have the socketpair function.  */  
 #define HAVE_SOCKETPAIR 1  
   
 /* Define if you have the strchr function.  */  /* Define if you have the strchr function.  */
 #define HAVE_STRCHR 1  #define HAVE_STRCHR 1
   
Line 334 
Line 328 
 /* Define if you have the <dirent.h> header file.  */  /* Define if you have the <dirent.h> header file.  */
 #define HAVE_DIRENT_H 1  #define HAVE_DIRENT_H 1
   
 /* Define if you have the <gmp.h> header file.  */  
 #define HAVE_GMP_H 1  
   
 /* Define if you have the <krb.h> header file.  */  /* Define if you have the <krb.h> header file.  */
 /* #undef HAVE_KRB_H */  /* #undef HAVE_KRB_H */
   
Line 408 
Line 399 
   
 /* Define if you have the gen library (-lgen).  */  /* Define if you have the gen library (-lgen).  */
 /* #undef HAVE_LIBGEN */  /* #undef HAVE_LIBGEN */
   
 /* Define if you have the gmp library (-lgmp).  */  
 #define HAVE_LIBGMP 1  
   
 /* Define if you have the krb library (-lkrb).  */  /* Define if you have the krb library (-lkrb).  */
 #define HAVE_LIBKRB 1  #define HAVE_LIBKRB 1

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3