]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
- replaced a lot of strcat() calls with strlcat() which is more secure.
[ngircd-alex.git] / src / ngircd / conf.h
index 3c32faad48b7a8543c3b5637732571571c80c04c..c4cf3383c8dd92be03045428c2e95be6be3729ba 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.23 2002/12/13 17:32:33 alex Exp $
+ * $Id: conf.h,v 1.24 2002/12/14 13:36:19 alex Exp $
  *
  * Configuration management (header)
  */
@@ -102,9 +102,6 @@ GLOBAL LONG Conf_MaxConnections;
 /* Maximum number of channels a user can join */
 GLOBAL INT Conf_MaxJoins;
 
-/* Maximum number of persistent channels in the network */
-GLOBAL INT Conf_MaxPChannels;
-
 
 GLOBAL VOID Conf_Init PARAMS((VOID ));
 GLOBAL INT Conf_Test PARAMS((VOID ));