=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/includes.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/ssh/Attic/includes.h 1999/09/30 05:53:04 1.7 +++ src/usr.bin/ssh/Attic/includes.h 1999/09/30 08:34:25 1.8 @@ -13,13 +13,11 @@ */ -/* RCSID("$Id: includes.h,v 1.7 1999/09/30 05:53:04 deraadt Exp $"); */ - #ifndef INCLUDES_H #define INCLUDES_H -/* Note: autoconf documentation tells to use the <...> syntax and have -I. */ -#include +#define RCSID(msg) \ +static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include #include @@ -33,6 +31,13 @@ #include #include +#include +#include +#include +#include +#include +#include + #include #include #include @@ -40,29 +45,24 @@ #include #include #include - #include #include #include #include - -#include -#include -#include -#include -#include -#include - #include #include #include #include #include - #include -#define AF_UNIX_SIZE(unaddr) sizeof(unaddr) - #include "version.h" + +/* Define this to be the path of the xauth program. */ +#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 USE_PIPES 1 #endif /* INCLUDES_H */