Grid Community Toolkit  6.2.1705709074 (tag: v6.2.20240202)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
globus_libnice_mingw.h
1 #ifndef GLOBUS_LIBNICE_MINGW_H
2 #define GLOBUS_LIBNICE_MINGW_H
3 
4  #ifdef __MINGW32__
5 
6  #ifndef _SSIZE_T_
7  #define _SSIZE_T_ 1
8  #endif /* _SSIZE_T_ */
9 
10  #ifndef IN6_ARE_ADDR_EQUAL
11  #define IN6_ARE_ADDR_EQUAL(a, b) \
12  (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], \
13  sizeof(struct in6_addr)) == 0)
14  #endif /* IN6_ARE_ADDR_EQUAL */
15  #endif /* __MINGW32__ */
16 
17 #endif /* GLOBUS_LIBNICE_MINGW_H */