]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Mostly whitespace fixes.
[ngircd-alex.git] / src / ngircd / defines.h
index e05a6d12b89c049a69c2062249da67b465c3f89e..d314f1a969bef7c3d2676ef7a97559a7155b033f 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.57 2005/09/02 12:50:25 alex 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 DEFAULT_AWAY_MSG "Away"                /* Away message for users connected to
                                           linked servers. */
 
+#define DEFAULT_TOPIC_ID "-Server-"    /* Default ID for "topic owner". */
+
 #define CONFIG_FILE "/ngircd.conf"     /* Configuration file name. */
 #define MOTD_FILE "/ngircd.motd"       /* Name of the MOTD file. */
 #define MOTD_PHRASE ""                 /* Default MOTD phrase string. */
 #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