=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/includes.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ssh/Attic/includes.h 1999/11/02 21:21:02 1.9 +++ src/usr.bin/ssh/Attic/includes.h 1999/11/24 00:26:02 1.10 @@ -1,18 +1,18 @@ /* + * + * includes.h + * + * Author: Tatu Ylonen + * + * Copyright (c) 1995 Tatu Ylonen , 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 - -Copyright (c) 1995 Tatu Ylonen , 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 #define INCLUDES_H @@ -64,4 +64,4 @@ client program. Socketpairs do not seem to work on all systems. */ #define USE_PIPES 1 -#endif /* INCLUDES_H */ +#endif /* INCLUDES_H */