[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.9 and 1.10

version 1.9, 1999/11/02 21:21:02 version 1.10, 1999/11/24 00:26:02
Line 1 
Line 1 
 /*  /*
    *
    * includes.h
    *
    * Author: Tatu Ylonen <ylo@cs.hut.fi>
    *
    * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
    *                    All rights reserved
    *
    * Created: Thu Mar 23 16:29:37 1995 ylo
    *
    * This file includes most of the needed system headers.
    *
    */
   
 includes.h  
   
 Author: Tatu Ylonen <ylo@cs.hut.fi>  
   
 Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland  
                    All rights reserved  
   
 Created: Thu Mar 23 16:29:37 1995 ylo  
   
 This file includes most of the needed system headers.  
   
 */  
   
 #ifndef INCLUDES_H  #ifndef INCLUDES_H
 #define INCLUDES_H  #define INCLUDES_H
   
Line 64 
Line 64 
    client program.  Socketpairs do not seem to work on all systems. */     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.9  
changed lines
  Added in v.1.10