X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=07fc1079b610f70f5b89ad4f9b57383e074813cc;hp=ff67dc79349ac2bb31fc0f54d082904bcac99877;hb=03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c;hpb=5e82a91d1337b78510bc62fe3c7e43f9c0b7d3d1 diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index ff67dc79..07fc1079 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -7,14 +7,17 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * Configuration management (header) */ #ifndef __conf_h__ #define __conf_h__ +/** + * @file + * Configuration management (header) + */ + #include #include "defines.h" @@ -143,14 +146,14 @@ GLOBAL bool Conf_OperServerMode; /* Are remote IRC operators allowed to manage this server? */ GLOBAL bool Conf_AllowRemoteOper; -/* Disable all DNS functions? */ -GLOBAL bool Conf_NoDNS; +/* Enable all DNS functions? */ +GLOBAL bool Conf_DNS; -/* Disable IDENT lookups, even when compiled with support for it */ -GLOBAL bool Conf_NoIdent; +/* Enable IDENT lookups, even when compiled with support for it */ +GLOBAL bool Conf_Ident; -/* Disable all usage of PAM, even when compiled with support for it */ -GLOBAL bool Conf_NoPAM; +/* Enable all usage of PAM, even when compiled with support for it */ +GLOBAL bool Conf_PAM; /* * try to connect to remote systems using the ipv6 protocol,