1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-26 04:06:39 +02:00

Remove remaining INET6 defines and questions, as it's now always the default.

This commit is contained in:
Bram Matthys
2015-07-29 10:42:40 +02:00
parent ae23d99e07
commit c19165c8a6
5 changed files with 97 additions and 205 deletions
-6
View File
@@ -208,9 +208,6 @@
/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF
/* Define if you want IPv6 enabled */
#undef INET6
/* Define if you want modes shown in /list */
#undef LIST_SHOW_MODES
@@ -274,9 +271,6 @@
/* Define if you do not have the index function. */
#undef NOINDEX
/* Define to 1 if your system has no in6addr_any. */
#undef NO_IN6ADDR_ANY
/* Define if you want OperOverride disabled */
#undef NO_OPEROVERRIDE
-1
View File
@@ -55,7 +55,6 @@
#define NEED_U_INT32_T
#define PREFIX_AQ
#define LIST_SHOW_MODES
#define INET6
#ifndef mode_t
/*
Needed in s_conf.c for the third argument of open(3p).