X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=6ec5bce909010e47075b672542bb398bf071ddd8;hp=3bc206605e208d40b78cd02c1cab05fcb9eeb8cb;hb=4ed2cb1a0248130f476ff9afd4fd4ed887fee376;hpb=22fa782be7840dae825be43e9ac8d8476d80f08c diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 3bc20660..6ec5bce9 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -86,7 +86,7 @@ GLOBAL char Conf_MotdPhrase[LINE_LEN]; GLOBAL array Conf_ListenPorts; /* Address to which the socket should be bound or empty (=all) */ -GLOBAL char Conf_ListenAddress[16]; +GLOBAL char *Conf_ListenAddress; /* User and group ID the server should run with */ GLOBAL uid_t Conf_UID; @@ -124,12 +124,6 @@ GLOBAL bool Conf_OperCanMode; /* Disable all DNS functions? */ GLOBAL bool Conf_NoDNS; -/* listen for incoming ipv6 connections if OS supports it (default: yes)? */ -GLOBAL bool Conf_ListenIPv6; - -/* listen for incoming ipv4 connections if OS supports it (default: yes)? */ -GLOBAL bool Conf_ListenIPv4; - /* * try to connect to remote systems using the ipv6 protocol, * if they have an ipv6 address? (default yes)