]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Renamed "Rendezvous" to "Zeroconf".
[ngircd-alex.git] / src / ngircd / defines.h
index e05a6d12b89c049a69c2062249da67b465c3f89e..8feb5b86e21687c8144fa4d62742f4e7b6d73ede 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.55 2005/07/08 16:18:39 alex Exp $
  */
 
 
 #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