This define is in libratbox config.h
This commit is contained in:
parent
f7e2c5b340
commit
18f4cc5a2c
1 changed files with 0 additions and 11 deletions
|
@ -152,17 +152,6 @@
|
|||
#endif
|
||||
#endif /* #ifdef IPV6 */
|
||||
|
||||
|
||||
#ifdef IPV6
|
||||
#define rb_sockaddr_storage sockaddr_storage
|
||||
#else
|
||||
#define rb_sockaddr_storage sockaddr
|
||||
#define ss_family sa_family
|
||||
#ifdef SOCKADDR_IN_HAS_LEN
|
||||
#define ss_len sa_len
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef IPV6
|
||||
#define PATRICIA_BITS 128
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue