[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.6 and 1.7

version 1.6, 1999/09/29 21:15:54 version 1.7, 1999/09/30 04:10:27
Line 120 
Line 120 
 /* Define to use RSAREF. */  /* Define to use RSAREF. */
 /* #undef RSAREF */  /* #undef RSAREF */
   
 /* Define this to be the path of the rsh program to support executing rsh. */  
 #define RSH_PATH "/usr/bin/rsh"  
   
 /* Define this to be the path of the xauth program. */  /* Define this to be the path of the xauth program. */
 #define XAUTH_PATH "/usr/X11R6/bin/xauth"  #define XAUTH_PATH "/usr/X11R6/bin/xauth"
   
 /* Default path for utmp.  Determined by configure. */  
 #define SSH_UTMP "/var/run/utmp"  
   
 /* Default path for wtmp.  Determined by configure. */  
 #define SSH_WTMP "/var/log/wtmp"  
   
 /* Default path for lastlog.  Determined by configure. */  
 #define SSH_LASTLOG "/var/log/lastlog"  
   
 /* This is defined if we found a lastlog file.  The presence of lastlog.h  /* This is defined if we found a lastlog file.  The presence of lastlog.h
    alone is not a sufficient indicator (at least newer BSD systems have     alone is not a sufficient indicator (at least newer BSD systems have
    lastlog but no lastlog.h. */     lastlog but no lastlog.h. */
Line 149 
Line 137 
   
 /* Defined if mail goes to $HOME/newmail instead of a global mail spool. */  /* Defined if mail goes to $HOME/newmail instead of a global mail spool. */
 /* #undef HAVE_TILDE_NEWMAIL */  /* #undef HAVE_TILDE_NEWMAIL */
   
 /* Define this to be the default user path if you don't like the default.  
    See the --with-path=<path> configure option. */  
 /* #undef DEFAULT_PATH */  
   
 /* Define this if O_NONBLOCK does not work on your system (e.g., Ultrix). */  /* Define this if O_NONBLOCK does not work on your system (e.g., Ultrix). */
 /* #undef O_NONBLOCK_BROKEN */  /* #undef O_NONBLOCK_BROKEN */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7