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

Diff for /src/usr.bin/ssh/Attic/includes.h between version 1.10 and 1.11

version 1.10, 1999/11/24 00:26:02 version 1.11, 1999/11/24 19:53:47
Line 60 
Line 60 
 /* 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"
   
 /* Define this to use pipes instead of socketpairs for communicating with the  /*
    client program.  Socketpairs do not seem to work on all systems. */   * Define this to use pipes instead of socketpairs for communicating with the
    * client program.  Socketpairs do not seem to work on all systems.
    */
 #define USE_PIPES 1  #define USE_PIPES 1
   
 #endif                          /* INCLUDES_H */  #endif                          /* INCLUDES_H */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11