=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/config.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ssh/Attic/config.h 1999/09/30 05:03:04 1.9 +++ src/usr.bin/ssh/Attic/config.h 1999/09/30 05:11:29 1.10 @@ -53,9 +53,6 @@ /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ -/* Define if the `S_IS*' macros in do not work properly. */ -/* #undef STAT_MACROS_BROKEN */ - /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -135,9 +132,6 @@ /* Location of system mail spool directory. */ #define MAIL_SPOOL_DIRECTORY "/var/mail" -/* Define this if O_NONBLOCK does not work on your system (e.g., Ultrix). */ -/* #undef O_NONBLOCK_BROKEN */ - /* Define this to include libwrap (tcp_wrappers) support. */ /* #undef LIBWRAP */ @@ -161,10 +155,6 @@ address instead of the host name in DISPLAY. */ /* #undef HPSUX_NONSTANDARD_X11_KLUDGE */ -/* Define this if inet_network should be used instead of inet_addr. This is - the case on DGUX 5.4. */ -/* #undef BROKEN_INET_ADDR */ - /* Define this if your system does not like sizeof(struct sockaddr_un) as the size argument in bind and connect calls for unix domain sockets. */ /* #undef USE_STRLEN_FOR_AF_UNIX */ @@ -224,9 +214,6 @@ /* Define if you have the getrusage function. */ #define HAVE_GETRUSAGE 1 -/* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 - /* Define if you have the initgroups function. */ #define HAVE_INITGROUPS 1 @@ -278,14 +265,8 @@ /* Define if you have the ulimit function. */ /* #undef HAVE_ULIMIT */ -/* Define if you have the umask function. */ -#define HAVE_UMASK 1 - /* Define if you have the vhangup function. */ /* #undef HAVE_VHANGUP */ - -/* Define if you have the vsnprintf function. */ -#define HAVE_VSNPRINTF 1 /* Define if you have the header file. */ #define HAVE_DIRENT_H 1