Replacing legacy IPV6 define with RB_IPV6 (which is included in libratbox's config.h).

This commit is contained in:
Valery Yatsko 2008-04-05 20:57:30 +04:00
parent 47adde3def
commit ccda6e3fc5
16 changed files with 53 additions and 98 deletions

View file

@ -149,7 +149,7 @@ confopts(struct Client *source_p)
*p++ = 'Z';
#endif
#ifdef IPV6
#ifdef RB_IPV6
*p++ = '6';
#endif