]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
internal changes needed for future ssl support
[ngircd-alex.git] / src / ngircd / conf.h
index e312cccad1b0f5228dbc38db10e3b081eed52f75..f9e30da20b39ef30cad2ad94d88b3c6df4b14845 100644 (file)
@@ -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.36 2005/07/28 16:23:55 fw Exp $
+ * $Id: conf.h,v 1.37 2005/07/29 09:29:47 fw Exp $
  *
  * Configuration management (header)
  */
@@ -78,8 +78,7 @@ GLOBAL char Conf_MotdFile[FNAME_LEN];
 GLOBAL char Conf_MotdPhrase[LINE_LEN];
 
 /* Ports the server should listen on */
-GLOBAL UINT16 Conf_ListenPorts[MAX_LISTEN_PORTS];
-GLOBAL unsigned int Conf_ListenPorts_Count;
+GLOBAL array Conf_ListenPorts;
 
 /* Address to which the socket should be bound or empty (=all) */
 GLOBAL char Conf_ListenAddress[16];