Go to the documentation of this file.
11 #ifndef MISC_SUPPORT_H
12 #define MISC_SUPPORT_H
16 #if defined(__APPLE__) || defined(__FreeBSD__)
17 #define s6_addr32 __u6_addr.__u6_addr32
18 #endif // __APPLE__ || __FreeBSD__
25 #if GLIB_MAJOR_VERSION >= 2 && GLIB_MINOR_VERSION < 68
26 #define g_memdup2 g_memdup
29 #if GLIB_MAJOR_VERSION >= 2 && GLIB_MINOR_VERSION < 70
30 #define g_pattern_spec_match_string g_pattern_match_string