repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 650f9a2d9e9ce18dd2ccbcb1a99b522c58236383:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 650f9a2d9e9ce18dd2ccbcb1a99b522c58236383
Author: Alexander Barton 
Date:   Sat Nov 2 22:58:41 2002 +0000

    - neue Konfigurationsvariable "Conf_MaxConnections".

diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h
index 0167ab54e1f2beb79b918f654109b6b271b21ad9..
index ..f61dc2469961d6dc9d640980cf7d5d8beb4c4f32 100644
--- a/src/ngircd/conf.h
+++ b/src/ngircd/conf.h
@@ -9,7 +9,7 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: conf.h,v 1.19 2002/09/16 09:13:40 alex Exp $
+ * $Id: conf.h,v 1.20 2002/11/02 22:58:41 alex Exp $
  *
  * conf.h: Konfiguration des ngircd (Header)
  */
@@ -96,6 +96,10 @@ GLOBAL INT Conf_Channel_Count;
 /* Koennen IRC OPs immer Modes setzen? */
 GLOBAL BOOLEAN Conf_OperCanMode;

+/* Maximale Anzahl von Verbindungen */
+GLOBAL LONG Conf_MaxConnections;
+
+
 GLOBAL VOID Conf_Init PARAMS((VOID ));
 GLOBAL INT Conf_Test PARAMS((VOID ));

-----END OF PAGE-----