Diff for /src/crypto/openssh/Attic/defines.h between versions 1.1 and 1.2

version 1.1, 2003/06/17 02:48:15 version 1.2, 2003/11/14 03:54:29
Line 2 Line 2
 #define _DEFINES_H  #define _DEFINES_H
   
 /* $Id$ */  /* $Id$ */
   /* $DragonFly$ */
   
   
 /* Constants */  /* Constants */
Line 370  struct winsize { Line 371  struct winsize {
    } while (0)     } while (0)
 #endif  #endif
   
 #ifndef __P  
 # define __P(x) x  
 #endif  
   
 #if !defined(IN6_IS_ADDR_V4MAPPED)  #if !defined(IN6_IS_ADDR_V4MAPPED)
 # define IN6_IS_ADDR_V4MAPPED(a) \  # define IN6_IS_ADDR_V4MAPPED(a) \
         ((((u_int32_t *) (a))[0] == 0) && (((u_int32_t *) (a))[1] == 0) && \          ((((u_int32_t *) (a))[0] == 0) && (((u_int32_t *) (a))[1] == 0) && \

Removed from v.1.1  
changed lines
  Added in v.1.2