Add '6' to server options when compiled with IPv6 support (and related
[ircu2.10.12-pk.git] / ircd / s_debug.c
index 15ea2f547f28f8acdefb9ddd6cf1cf7f4a8334d1..4a202bfef1b0dc0de4cf2b97bfa38bc6e61881f7 100644 (file)
@@ -109,6 +109,9 @@ const char* debug_serveropts(void)
 #if defined(USE_POLL) && defined(HAVE_POLL_H)
   AddC('U');
 #endif
+#ifdef  IPV6
+  AddC('6');
+#endif
 
   serveropts[i] = '\0';