=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/config.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/ssh/Attic/config.h 1999/09/30 04:30:03 1.8 +++ src/usr.bin/ssh/Attic/config.h 1999/09/30 05:03:04 1.9 @@ -138,10 +138,6 @@ /* Define this if O_NONBLOCK does not work on your system (e.g., Ultrix). */ /* #undef O_NONBLOCK_BROKEN */ -/* Define this if sys/syslog.h needs to be included in addition to syslog.h. - This is the case on some Ultrix versions. */ -/* #undef NEED_SYS_SYSLOG_H */ - /* Define this to include libwrap (tcp_wrappers) support. */ /* #undef LIBWRAP */ @@ -204,9 +200,6 @@ This can be done at configure time with the --with-afs argument. */ /* #undef AFS */ -/* Define this if you want to add optional compression support. */ -#define WITH_ZLIB 1 - /* The number of bytes in a int. */ #define SIZEOF_INT 4 @@ -356,9 +349,6 @@ /* Define if you have the header file. */ /* #undef HAVE_UTMPX_H */ - -/* Define if you have the header file. */ -#define HAVE_ZLIB_H 1 /* Define if you have the crypt library (-lcrypt). */ /* #undef HAVE_LIBCRYPT */