[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/config.h between version 1.9 and 1.10

version 1.9, 1999/09/30 05:03:04 version 1.10, 1999/09/30 05:11:29
Line 53 
Line 53 
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */  /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 /* #undef size_t */  /* #undef size_t */
   
 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */  
 /* #undef STAT_MACROS_BROKEN */  
   
 /* Define if you have the ANSI C header files.  */  /* Define if you have the ANSI C header files.  */
 #define STDC_HEADERS 1  #define STDC_HEADERS 1
   
Line 135 
Line 132 
 /* Location of system mail spool directory. */  /* Location of system mail spool directory. */
 #define MAIL_SPOOL_DIRECTORY "/var/mail"  #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. */  /* Define this to include libwrap (tcp_wrappers) support. */
 /* #undef LIBWRAP */  /* #undef LIBWRAP */
   
Line 161 
Line 155 
    address instead of the host name in DISPLAY. */     address instead of the host name in DISPLAY. */
 /* #undef HPSUX_NONSTANDARD_X11_KLUDGE */  /* #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  /* 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. */     size argument in bind and connect calls for unix domain sockets. */
 /* #undef USE_STRLEN_FOR_AF_UNIX */  /* #undef USE_STRLEN_FOR_AF_UNIX */
Line 224 
Line 214 
 /* Define if you have the getrusage function.  */  /* Define if you have the getrusage function.  */
 #define HAVE_GETRUSAGE 1  #define HAVE_GETRUSAGE 1
   
 /* Define if you have the gettimeofday function.  */  
 #define HAVE_GETTIMEOFDAY 1  
   
 /* Define if you have the initgroups function.  */  /* Define if you have the initgroups function.  */
 #define HAVE_INITGROUPS 1  #define HAVE_INITGROUPS 1
   
Line 278 
Line 265 
 /* Define if you have the ulimit function.  */  /* Define if you have the ulimit function.  */
 /* #undef HAVE_ULIMIT */  /* #undef HAVE_ULIMIT */
   
 /* Define if you have the umask function.  */  
 #define HAVE_UMASK 1  
   
 /* Define if you have the vhangup function.  */  /* Define if you have the vhangup function.  */
 /* #undef HAVE_VHANGUP */  /* #undef HAVE_VHANGUP */
   
 /* Define if you have the vsnprintf function.  */  
 #define HAVE_VSNPRINTF 1  
   
 /* Define if you have the <dirent.h> header file.  */  /* Define if you have the <dirent.h> header file.  */
 #define HAVE_DIRENT_H 1  #define HAVE_DIRENT_H 1

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10