]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
New "chroot" feature (from Benjamin Pineau), introducing new configuration
[ngircd-alex.git] / src / ngircd / defines.h
index e4865e1a762a6d9504ade6a9a288754712fff511..34951aeef8757d41a6837b996cd4ec45ef314714 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: defines.h,v 1.43 2003/11/05 23:24:48 alex Exp $
+ * $Id: defines.h,v 1.46 2004/05/07 11:19:21 alex Exp $
  *
  * Global defines of ngIRCd.
  */
@@ -57,7 +57,7 @@
 #define READBUFFER_LEN 2048            /* Laenge des Lesepuffers je Verbindung (Bytes) */
 #define WRITEBUFFER_LEN 4096           /* Laenge des Schreibpuffers je Verbindung (Bytes) */
 
-#ifdef USE_ZLIB
+#ifdef ZLIB
 #define ZREADBUFFER_LEN 1024           /* Laenge des Lesepuffers je Verbindung (Bytes) */
 #define ZWRITEBUFFER_LEN 4096          /* Laenge des Schreibpuffers fuer Kompression (Bytes) */
 #endif
@@ -67,7 +67,7 @@
 #define PROTOIRCPLUS "-IRC+"           /* Protokoll-Suffix f\9fr IRC+-Protokoll */
 
 #ifdef IRCPLUS
-# define IRCPLUSFLAGS "C             /* IRC+-Flags, die immer zutreffen */
+# define IRCPLUSFLAGS "CL"             /* IRC+-Flags, die immer zutreffen */
 #endif
 
 #define STARTUP_DELAY 1                        /* Erst n Sek. nach Start zu anderen Servern verbinden */
@@ -83,6 +83,8 @@
 
 #define CONFIG_FILE "/ngircd.conf"
 #define MOTD_FILE "/ngircd.motd"
+#define MOTD_PHRASE ""
+#define CHROOT_DIR ""
 
 #define ERROR_DIR "/tmp"