]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/ngircd.h
removed global variable NGIRCd_NoDaemon
[ngircd-alex.git] / src / ngircd / ngircd.h
index d7ae879cb888ee2c0f3a48b64af40a05d8241c8c..b615f2631e649ba85ae796c0fe2f681f291c72fc 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: ngircd.h,v 1.21 2005/03/19 18:43:49 fw Exp $
+ * $Id: ngircd.h,v 1.22 2005/06/24 19:20:56 fw Exp $
  *
  * Prototypes of the "main module".
  */
@@ -35,8 +35,6 @@ GLOBAL bool NGIRCd_Debug;             /* Debug-Modus aktivieren */
 GLOBAL bool NGIRCd_Sniffer;            /* Sniffer aktivieren */
 #endif
 
-GLOBAL bool NGIRCd_NoDaemon;           /* nicht im Hintergrund laufen */
-
 GLOBAL bool NGIRCd_Passive;            /* nicht zu anderen Servern connecten */
 
 GLOBAL bool NGIRCd_SignalQuit; /* true: quit server*/