]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/defines.h
topic no longer limited to 127 chars (now only limited by protocol)
[ngircd.git] / src / ngircd / defines.h
index e05a6d12b89c049a69c2062249da67b465c3f89e..70800c3d65c4d2354eb9ce9662720786c4020678 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.54 2005/07/05 22:44:47 alex Exp $
+ * $Id: defines.h,v 1.56 2005/07/28 16:23:55 fw Exp $
  */
 
 
@@ -62,7 +62,6 @@
 #define CHANNEL_NAME_LEN 51            /* Max. length of a channel name, see
                                           RFC 2812 section 1.3 */
 #define CHANNEL_MODE_LEN 9             /* Max. length of channel modes */
-#define CHANNEL_TOPIC_LEN 128          /* Max. length of a channel topic */
 
 #define COMMAND_LEN 513                        /* Max. IRC command length, see. RFC
                                           2812 section 3.2 */
 #define CUT_TXTSUFFIX "[CUT]"          /* Suffix for oversized messages that
                                           have been shortened and cut off. */
 
-#ifdef RENDEZVOUS
-#define RENDEZVOUS_TYPE "_ircu._tcp."  /* Service type to register with mDNS */
+#ifdef ZEROCONF
+#define MDNS_TYPE "_ircu._tcp."                /* Service type to register with mDNS */
 #endif