X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=15a7093d433bb08b7033ab2135fdbf691fd47c5c;hp=47784ba40d94c942a8634cc26cdb8c16c9679617;hb=e33ab90379240cc99f0790d5d68a688ea32d4d9a;hpb=d8f3c2b42bfa70ff77ced9483e3efd51c1271d83 diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 47784ba4..15a7093d 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: conf.h,v 1.26 2002/12/31 16:12:50 alex Exp $ + * $Id: conf.h,v 1.27 2003/09/11 12:05:28 alex Exp $ * * Configuration management (header) */ @@ -76,6 +76,9 @@ GLOBAL CHAR Conf_MotdFile[FNAME_LEN]; GLOBAL UINT Conf_ListenPorts[MAX_LISTEN_PORTS]; GLOBAL INT Conf_ListenPorts_Count; +/* Address to which the socket should be bound or empty (=all) */ +GLOBAL CHAR Conf_ListenAddress[16]; + /* User and group ID the server should run with */ GLOBAL UINT Conf_UID; GLOBAL UINT Conf_GID;